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

2015-09-17 Thread Eray Aslan
commit: e457f0a964bb2670d6f189a93400683f193fdd27
Author: Eray Aslan  gentoo  org>
AuthorDate: Thu Sep 17 06:20:53 2015 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Thu Sep 17 06:20:53 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e457f0a9

net-mail/cyrus-imapd: Version bump to cyrus-imapd-2.5.6

Fix http USE flag.  Add blocker to net-mail/cyrus-imap-admin.
Bug: 559446

Package-Manager: portage-2.2.20.1

 net-mail/cyrus-imapd/Manifest |   1 +
 net-mail/cyrus-imapd/cyrus-imapd-2.5.6.ebuild | 178 ++
 2 files changed, 179 insertions(+)

diff --git a/net-mail/cyrus-imapd/Manifest b/net-mail/cyrus-imapd/Manifest
index 8c7fa3d..0d3ac70 100644
--- a/net-mail/cyrus-imapd/Manifest
+++ b/net-mail/cyrus-imapd/Manifest
@@ -3,3 +3,4 @@ DIST cyrus-imapd-2.4.17.tar.gz 2486355 SHA256 
b3e30052c764ee7163947ffde27bdd58bd
 DIST cyrus-imapd-2.4.18.tar.gz 2495098 SHA256 
166a0a1efbf01f71d9d8449569152b3cda4949cd689f299a5e77a38d7026012c SHA512 
3b234c1773fe5d57cae35743985930bc7fed2eedaa0919598da8fb19588f95b3beb8ad166d3b4f0c96faf006ff56ed5027ec516fab6007edbe46c4f45572a1ef
 WHIRLPOOL 
1a243a9b3875105dfc414e1092f328691b6bef7c0d04f8bd91824ca0d01c715ebc2449c37bbca2ab86193e4d2dc426b33cfd31a0cdfdea0bacc081fd9010b1df
 DIST cyrus-imapd-2.5.4.tar.gz 3070894 SHA256 
98839d2865c0ff5c5dc0f59aba54ad35697c3383919e037651d90f00 SHA512 
0bc78bf63560cc0d89f0ef4a5f6a160300cbb1090394d6bc62f51a0d73ea3615a1ecbf95cb6dab9d10c99afd3a95079a6df86a8157042e13bf907bb4eca94423
 WHIRLPOOL 
02ee9a685e6825473e9643e70ad4e22e22a9b6e263ec81692ff0d9e68c3b1b07b5ed1cdb1bbf4119242429779fe0435d9ae00651fbaec465308ac8bdf96650eb
 DIST cyrus-imapd-2.5.5.tar.gz 2940177 SHA256 
6cfd45856c869921fa8f89da9be9d5c640757011a678f964252e95a753182eee SHA512 
86a0af8f84172104e1836372e4a0c0503b89dfd391a83e29d18f315162abadf00ddc939c5fcb1ee01a244addaba5a2d90b4c3065313b557edbd977ab8c0b3ce5
 WHIRLPOOL 
34e887140a0923ce4de9d6142c1ec1ae7c1831746d6c92570876448cfef84368fffbe41c11955912ba4d1e89eaf4255f85a60a26f76f2be7867f8713ca52fa9a
+DIST cyrus-imapd-2.5.6.tar.gz 2938962 SHA256 
60f9be717c17497e7d69f468a8da3daf926c49edeac958bc769b4547f10103df SHA512 
7f5c758559cfe85217d1ba423004815c9af146e2dffc0b7596713690e00e79c5af971afe086584255163bc2ccc9abf1428899495df4c7584e7fa46b96bab2be8
 WHIRLPOOL 
5cd152304e029a303cb99a095274288f7093e05b525b9fa4ac55a435910d86d569d803bb00d538c6ebcdb6665bd940ccf30870fb34dfff411fb22ab0547f53c8

diff --git a/net-mail/cyrus-imapd/cyrus-imapd-2.5.6.ebuild 
b/net-mail/cyrus-imapd/cyrus-imapd-2.5.6.ebuild
new file mode 100644
index 000..51937a3
--- /dev/null
+++ b/net-mail/cyrus-imapd/cyrus-imapd-2.5.6.ebuild
@@ -0,0 +1,178 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils multilib pam ssl-cert user toolchain-funcs
+
+MY_P=${P/_/}
+
+DESCRIPTION="The Cyrus IMAP Server"
+HOMEPAGE="http://www.cyrusimap.org/;
+SRC_URI="ftp://ftp.cyrusimap.org/cyrus-imapd/${MY_P}.tar.gz;
+
+LICENSE="BSD-with-attribution"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="afs berkdb clamav http kerberos mysql nntp pam perl postgres \
+   replication +server sieve snmp sqlite ssl static-libs tcpd"
+
+# virtual/mysql-5.5 added for the --variable= option below
+DEPEND="sys-libs/zlib
+   dev-libs/libpcre
+   >=dev-libs/cyrus-sasl-2.1.13
+   dev-libs/jansson
+   afs? ( net-fs/openafs )
+   berkdb? ( >=sys-libs/db-3.2:* )
+   clamav? ( app-antivirus/clamav )
+   http? ( dev-libs/libxml2 dev-libs/libical )
+   kerberos? ( virtual/krb5 )
+   mysql? ( >=virtual/mysql-5.5 )
+   nntp? ( !net-nntp/leafnode )
+   pam? (
+   virtual/pam
+   >=net-mail/mailbase-1
+   )
+   postgres? ( dev-db/postgresql:* )
+   snmp? ( >=net-analyzer/net-snmp-5.2.2-r1 )
+   sqlite? ( dev-db/sqlite:3 )
+   ssl? ( >=dev-libs/openssl-1.0.1e:* )
+   tcpd? ( >=sys-apps/tcp-wrappers-7.6 snmp? ( 
net-analyzer/net-snmp[tcpd=] ) )"
+
+# all blockers really needed?
+RDEPEND="${DEPEND}
+   !mail-mta/courier
+   !net-mail/bincimap
+   !net-mail/courier-imap
+   !net-mail/uw-imap
+   !net-mail/cyrus-imap-admin"
+
+REQUIRED_USE="afs? ( kerberos )"
+
+S=${WORKDIR}/${MY_P}
+
+pkg_setup() {
+   enewuser cyrus -1 -1 /usr/cyrus mail
+}
+
+src_prepare() {
+   epatch "${FILESDIR}/${PN}-db.patch"
+   # Fix master(8)->cyrusmaster(8) manpage.
+   for i in `grep -rl -e 'master\.8' -e 'master(8)' "${S}"` ; do
+   sed -i -e 's:master\.8:cyrusmaster.8:g' \
+   -e 's:master(8):cyrusmaster(8):g' \
+   "${i}" || die "sed failed" || die "sed failed"
+   done
+   mv man/master.8 man/cyrusmaster.8 || die "mv failed"
+   sed -i -e "s:MASTER:CYRUSMASTER:g" \
+   -e "s:Master:Cyrusmaster:g" \
+   -e 

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

2015-09-17 Thread Paweł Hajdan
commit: 36f483ec9aa5df188fb662a45a3d90a3b07ccae3
Author: Pawel Hajdan, Jr  gentoo  org>
AuthorDate: Thu Sep 17 07:00:25 2015 +
Commit: Paweł Hajdan  gentoo  org>
CommitDate: Thu Sep 17 07:00:25 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36f483ec

www-client/chromium: dev channel bump (47.0.2508.0); back to system icu

Package-Manager: portage-2.2.20.1

 www-client/chromium/Manifest|  2 +-
 ...m-47.0.2498.0.ebuild => chromium-47.0.2508.0.ebuild} | 17 -
 2 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 452caaa..3759b32 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,5 +1,5 @@
 DIST chromium-45.0.2454.85-lite.tar.xz 242569440 SHA256 
fafb4792c69c235d6ea85e904df68a64c51783cb338b783a1092b4ea6c888e71 SHA512 
04f482ef18cddaf140224a98189ebd565416e3fe617877d58b2e691fb6030a3c9248720efcb7285cd18a034c345f9a65c677489d8a49f1ac95deafecb9b7d82a
 WHIRLPOOL 
86b382b4dd2406559cef76ae260fcfe26e376bd957be3381b9822f706e8a5fb0ac7240fb00d64858ee1262eec17fadd253acae2b8a9318d3d996fb5d596de665
 DIST chromium-46.0.2490.13-lite.tar.xz 261760812 SHA256 
8b582b05a61b207ebec6a65577e413c00e5f7d330ec1adb24d9681d14640fc88 SHA512 
d73f10a8521183ec8253dad8e82c8b6357c080cb76b91b8a8eb69cce05225dd843edf01c04a7478e04a7da22330332832f9c7a63f59346333eda83b9133c4213
 WHIRLPOOL 
098ec84c56ac43800bd3f5d5f60dcdc167b045b1cf3736bca72b21e1ffbf33937541f810cc2e976f6a86dca0035c4b59000a5532f4974ec2cee9156acd7c488d
 DIST chromium-46.0.2490.22-lite.tar.xz 261632508 SHA256 
23a7448cfca032c240262a8d5760f23d9e89bf783ef54467353297856620edb6 SHA512 
8d4f8c4cb2c7a4c3c9fb557b4fb2d34c5d7313a82c84fce340254ae59b5fcbc21b2d7b7723d8dd3f7b717175ac12e87373d0889397f01ce189c5718a7deb6de4
 WHIRLPOOL 
dc1fee05d0acc46f9842281e475d1f9d006216c8d8e264ea3eecee63eb14054ff94ed6dd15e6d690305b08670516888a3361f5a3be8f0189c41472d77f0172bb
-DIST chromium-47.0.2498.0-lite.tar.xz 267586356 SHA256 
b83da0a7d8c15dd00623443f6d62f1930b1a4db4020cedb7cffbf7e036b7935d SHA512 
f65af999a751d360a66bd721365002110ad6a20b99aaa0304524a2c68093b65236b7a3eef5865cc17aac3d6a576f84170db785da9423b79de5a2646b8c3076fc
 WHIRLPOOL 
ca6a23109fbbae3d0ced4b04ae5d92ad5487cc078942482212317840979ceacdc0550c4e25349ff487b4305495ec7a939f9ad46b26bcfb51cafa05a3e745e6a4
 DIST chromium-47.0.2503.0.tar.xz 348185172 SHA256 
af42ffc4e5c81685fdbdf8d626b28b9b1cbdb8fc2643bf03cb067e982de31ab9 SHA512 
6ea58854c1ec83e35e12f247fce5c517f3770d06e42baf8192c5bc2ce731e3155c9a0de4679aa86f28f0a551d30dae75fab185905bacb825de8d0272809719f0
 WHIRLPOOL 
cf2f93d3a0afde8325ac4a0726171ad4f2eae49e7a21c1ed857ff4ec1e89f59a1bcaaaeed070671b8fea9724cb8da2de56a0d84bcfc118912f2e1f562ef61ce4
+DIST chromium-47.0.2508.0-lite.tar.xz 267576432 SHA256 
d98aa27e686ea8d6e855125e1f1b7f4f0f0afe8c75b904d4715143f87a8c8c8f SHA512 
9431f67c1a929254d74552f4e4bcc41240f24e28d44779c241ace2f7306111e6319ac321bd84c8ffdd1562920153a395845f798b0a4ba5f8ca1494258906b716
 WHIRLPOOL 
476ee722ad547ddfffeca231af5d8a6788b47c706cd9c27e3b6d6d6b541c9547b174cc55fde466b56ad99a63a80b0c2db66b1a0d553b0520ad6b8855073121b5

diff --git a/www-client/chromium/chromium-47.0.2498.0.ebuild 
b/www-client/chromium/chromium-47.0.2508.0.ebuild
similarity index 97%
rename from www-client/chromium/chromium-47.0.2498.0.ebuild
rename to www-client/chromium/chromium-47.0.2508.0.ebuild
index e96b221..ab24415 100644
--- a/www-client/chromium/chromium-47.0.2498.0.ebuild
+++ b/www-client/chromium/chromium-47.0.2508.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 hidpi hotwording kerberos neon pic 
+proprietary-codecs pulseaudio selinux +tcmalloc"
+IUSE="cups gnome gnome-keyring hidpi hotwording kerberos neon pic 
+proprietary-codecs pulseaudio selinux +tcmalloc widevine"
 RESTRICT="proprietary-codecs? ( bindist )"
 
 # Native Client binaries are compiled with different set of flags, bug #452066.
@@ -101,18 +101,23 @@ RDEPEND+="
virtual/opengl
virtual/ttf-fonts
selinux? ( sec-policy/selinux-chromium )
-   tcmalloc? ( !

[gentoo-commits] repo/gentoo:master commit in: dev-util/nvidia-cuda-toolkit/

2015-09-17 Thread Justin Lecher
commit: 16568935c0618e0b7ee3d90fa0b335614230dd80
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Wed Sep 16 23:01:59 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Sep 17 07:30:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16568935

dev-util/nvidia-cuda-toolkit: Add CUDA LLVM libraries to LDPATH

Package-Manager: portage-2.2.20.1
RepoMan-Options: --force

 ...-cuda-toolkit-7.5.18.ebuild => nvidia-cuda-toolkit-7.5.18-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-7.5.18.ebuild 
b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-7.5.18-r1.ebuild
similarity index 98%
rename from dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-7.5.18.ebuild
rename to dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-7.5.18-r1.ebuild
index 0ffc597..8302ab4 100644
--- a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-7.5.18.ebuild
+++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-7.5.18-r1.ebuild
@@ -107,7 +107,7 @@ src_install() {
cat > "${T}"/99cuda <<- EOF
PATH=${ecudadir}/bin$(use profiler && echo 
":${ecudadir}/libnvvp")
ROOTPATH=${ecudadir}/bin
-   LDPATH=${ecudadir}/lib64:${ecudadir}/lib
+   LDPATH=${ecudadir}/lib64:${ecudadir}/lib:${ecudadir}/nvvm/lib64
EOF
doenvd "${T}"/99cuda
 



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/nats/

2015-09-17 Thread Sergei Trofimovich
commit: 717cd26b415aaeaec7fe7e455a2ccd0e0f571965
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Sep 17 07:34:44 2015 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Sep 17 07:35:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=717cd26b

dev-haskell/nats: add upper bound on ghc, bug #560256

ghc-7.10 absorbed nats as is. Versions before nats-1.0
did not guard reexporting on ghc-7.10 and later leading
to package resolution collisisons:
Ambiguous module name ‘Numeric.Natural’:
  it was found in multiple packages:
  nats-0.2 base-4.8.1.0

Reported-by: Alexander
Bug: https://bugs.gentoo.org/560256

Package-Manager: portage-2.2.20

 dev-haskell/nats/nats-0.1.2.ebuild | 2 +-
 dev-haskell/nats/nats-0.1.ebuild   | 2 +-
 dev-haskell/nats/nats-0.2.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-haskell/nats/nats-0.1.2.ebuild 
b/dev-haskell/nats/nats-0.1.2.ebuild
index 390a0ac..a208ee8 100644
--- a/dev-haskell/nats/nats-0.1.2.ebuild
+++ b/dev-haskell/nats/nats-0.1.2.ebuild
@@ -18,7 +18,7 @@ SLOT="0/${PV}"
 KEYWORDS="amd64 x86"
 IUSE=""
 
-RDEPEND=">=dev-lang/ghc-6.10.4:=
+RDEPEND=">=dev-lang/ghc-6.10.4:= =dev-haskell/cabal-1.8

diff --git a/dev-haskell/nats/nats-0.1.ebuild b/dev-haskell/nats/nats-0.1.ebuild
index 4f12148..faf1524 100644
--- a/dev-haskell/nats/nats-0.1.ebuild
+++ b/dev-haskell/nats/nats-0.1.ebuild
@@ -18,6 +18,6 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND=">=dev-lang/ghc-6.10.4:="
+RDEPEND=">=dev-lang/ghc-6.10.4:= =dev-haskell/cabal-1.10"

diff --git a/dev-haskell/nats/nats-0.2.ebuild b/dev-haskell/nats/nats-0.2.ebuild
index 3fcae20..adf28ad 100644
--- a/dev-haskell/nats/nats-0.2.ebuild
+++ b/dev-haskell/nats/nats-0.2.ebuild
@@ -18,7 +18,7 @@ SLOT="0/${PV}"
 KEYWORDS="amd64 x86"
 IUSE="+hashable"
 
-RDEPEND=">=dev-lang/ghc-7.4.1:=
+RDEPEND=">=dev-lang/ghc-7.4.1:= =dev-haskell/hashable-1.1:=[profile?] 

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

2015-09-17 Thread Justin Lecher
commit: 1b815edd192cabdf5ee08703af1a1b47143a29fb
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Sep 17 07:47:49 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Sep 17 08:05:14 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b815edd

app-office/texstudio: Version Bump

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

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

 app-office/texstudio/Manifest   | 2 +-
 .../texstudio/{texstudio-2.10.0.ebuild => texstudio-2.10.2.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/texstudio/Manifest b/app-office/texstudio/Manifest
index 85c4ae6..77897a1 100644
--- a/app-office/texstudio/Manifest
+++ b/app-office/texstudio/Manifest
@@ -1,3 +1,3 @@
-DIST texstudio-2.10.0.tar.gz 25674717 SHA256 
cb055b5c5d40e129ff6fc87362501f45bdf11a6ee24bd733d9f7f28ae69169e8 SHA512 
c8df9f8176e4d776b76efcf9abe1ff56b87e8ea7093b04f1d5766f8c8b4e5aafbdb6f40c811e7e08d3c5c8ae030327767beca2f1e79ff712c2a2a281fe8a6543
 WHIRLPOOL 
1eef24c4b923cda51a99fb63aa216df59e4605df81dff5bfc86b1a49c1e50f7f46173d38a4965a8640e636beff4a38971a4c6786b125067353a62d5d0a222ed8
+DIST texstudio-2.10.2.tar.gz 25669897 SHA256 
0cf97c752ba30aba8a0536492893b71ed454c62e6a6e34cff65a8a4eeb308e64 SHA512 
3c29b2ef0bb8ed290c66802ffc9419f39d5ff5c4905523ee3adb7177f1159739639d5e4eb9d038fd28472c6618e68b7839b9c816da462dd24046691ebcd9796c
 WHIRLPOOL 
e66da4486fa17aa940557af75a098cd03eeaefabe2bf16d38589a37fd065c313c911f76d44b7b81054ae8460a93da323d3472139445fa67df21bb661143ba607
 DIST texstudio-2.8.8.tar.gz 25198033 SHA256 
5d00c42425c0d1464438c0c1701508fef281f5dbdd0fbcebdbba9de60ac6db95 SHA512 
b4f50368ac4a145ad6cb6c764d2d84ac0c3b0b08903b53390e34fb3a8d2e2c12b72cdf77cf97ea22df94a29438be6db3004f8663e04c5254ae40bf28bc2be152
 WHIRLPOOL 
08d4af41163ebfa85539001fe540a5f48b86e341d93983a42da03015d00460b30280f5fa08c50c90c97d7e1ed38d324efea666c6640b6bba421cffd832031e27
 DIST texstudio-2.9.4.tar.gz 25292627 SHA256 
dc71590e3745ac193a640667737befd665d549e642e268eec7a8238d3b61b5ea SHA512 
6fd35a6490451f9cc3292245857e66d6b0d18d2fb06e0482a8e9bbb8695923c8d3da32a6aa6b8ec591c74ccd81f797ddb958e85db26c90d0096cc678a5f14a49
 WHIRLPOOL 
9ca5ad727d0096bd986b39b34691167bfafe6ae44c4193fdd1f6f02bdd8c4b8b0cd4ac31af3c1c2833c1ba13f0acf814d3ba14fb0709dc3bbd5ee50729968cdf

diff --git a/app-office/texstudio/texstudio-2.10.0.ebuild 
b/app-office/texstudio/texstudio-2.10.2.ebuild
similarity index 100%
rename from app-office/texstudio/texstudio-2.10.0.ebuild
rename to app-office/texstudio/texstudio-2.10.2.ebuild



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

2015-09-17 Thread Alexis Ballier
commit: c391c3ab3d91955620b10a91f9a1ccda9e8c665e
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 17 07:24:28 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 17 07:24:56 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c391c3ab

dev-python/rosdistro: initial import. ebuild by me.

Package-Manager: portage-2.2.20.1

 dev-python/rosdistro/Manifest   |  1 +
 dev-python/rosdistro/metadata.xml   |  5 
 dev-python/rosdistro/rosdistro-0.4.2.ebuild | 45 +
 dev-python/rosdistro/rosdistro-.ebuild  | 45 +
 4 files changed, 96 insertions(+)

diff --git a/dev-python/rosdistro/Manifest b/dev-python/rosdistro/Manifest
new file mode 100644
index 000..7f66fce
--- /dev/null
+++ b/dev-python/rosdistro/Manifest
@@ -0,0 +1 @@
+DIST rosdistro-0.4.2.tar.gz 50857 SHA256 
3d5bf062bd0ecbfef272456f1862a6bb7a4100d8f2ac9b4ce7792dbdcfed7a84 SHA512 
24dd08a959918fa44faa465acd22bd8d157b792391a2701ee40997028ea90dd13848f72abf1098930cd4e7b8a162cea1ab28ceb0d82df74167c85c0ef014ad65
 WHIRLPOOL 
8207d60268282d9075655ec3676179b1e6a7d8b1ee571c5df90d4680f54c345175788d7abbf3c2b78504c491a7453193490574f8e68ca2bdba270b5db8983e2b

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

diff --git a/dev-python/rosdistro/rosdistro-0.4.2.ebuild 
b/dev-python/rosdistro/rosdistro-0.4.2.ebuild
new file mode 100644
index 000..e6da9fa
--- /dev/null
+++ b/dev-python/rosdistro/rosdistro-0.4.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+SCM=""
+if [ "${PV#}" != "${PV}" ] ; then
+   SCM="git-r3"
+   EGIT_REPO_URI="https://github.com/ros-infrastructure/rosdistro;
+fi
+
+inherit ${SCM} distutils-r1
+
+DESCRIPTION="Tools to work with catkinized rosdistro files"
+HOMEPAGE="http://wiki.ros.org/rosdistro;
+if [ "${PV#}" != "${PV}" ] ; then
+   SRC_URI=""
+   KEYWORDS=""
+else
+   SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz
+   
http://github.com/ros-infrastructure/rosdistro/archive/${PV}.tar.gz -> 
${P}.tar.gz
+   "
+   KEYWORDS="~amd64 ~arm"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+   dev-python/catkin_pkg[${PYTHON_USEDEP}]
+   dev-python/rospkg[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   nosetests --with-xunit test || die
+}

diff --git a/dev-python/rosdistro/rosdistro-.ebuild 
b/dev-python/rosdistro/rosdistro-.ebuild
new file mode 100644
index 000..e6da9fa
--- /dev/null
+++ b/dev-python/rosdistro/rosdistro-.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+SCM=""
+if [ "${PV#}" != "${PV}" ] ; then
+   SCM="git-r3"
+   EGIT_REPO_URI="https://github.com/ros-infrastructure/rosdistro;
+fi
+
+inherit ${SCM} distutils-r1
+
+DESCRIPTION="Tools to work with catkinized rosdistro files"
+HOMEPAGE="http://wiki.ros.org/rosdistro;
+if [ "${PV#}" != "${PV}" ] ; then
+   SRC_URI=""
+   KEYWORDS=""
+else
+   SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz
+   
http://github.com/ros-infrastructure/rosdistro/archive/${PV}.tar.gz -> 
${P}.tar.gz
+   "
+   KEYWORDS="~amd64 ~arm"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+   dev-python/catkin_pkg[${PYTHON_USEDEP}]
+   dev-python/rospkg[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   nosetests --with-xunit test || die
+}



[gentoo-commits] proj/lisp:master commit in: app-emacs/slime/, app-emacs/slime/files/2.15/

2015-09-17 Thread Mark Wright
commit: 20a1720ff639e94f966eea95964b088e9a11af79
Author: Mark Wright  gentoo  org>
AuthorDate: Thu Sep 17 07:32:14 2015 +
Commit: Mark Wright  gentoo  org>
CommitDate: Thu Sep 17 07:32:14 2015 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=20a1720f

app-emacs/slime: Bump to 2.16

 .../slime/files/2.15/gentoo-changelog-date.patch | 20 
 app-emacs/slime/slime-2.15.ebuild|  1 +
 app-emacs/slime/slime-.ebuild| 14 +-
 3 files changed, 30 insertions(+), 5 deletions(-)

diff --git a/app-emacs/slime/files/2.15/gentoo-changelog-date.patch 
b/app-emacs/slime/files/2.15/gentoo-changelog-date.patch
new file mode 100644
index 000..c7e815f
--- /dev/null
+++ b/app-emacs/slime/files/2.15/gentoo-changelog-date.patch
@@ -0,0 +1,20 @@
+--- slime-2.15-orig/slime.el   2015-08-31 07:46:47.0 +1000
 slime-2.15/slime.el2015-09-17 17:05:53.616659817 +1000
+@@ -138,16 +138,7 @@
+ "Return the datestring of the latest entry in the ChangeLog file.
+ Return nil if the ChangeLog file cannot be found."
+ (interactive "p")
+-(let ((changelog (slime--changelog-file-name))
+-  (date nil))
+-  (when (file-exists-p changelog)
+-(with-temp-buffer
+-  (insert-file-contents-literally changelog nil 0 100)
+-  (goto-char (point-min))
+-  (setq date (symbol-name (read (current-buffer))
+-  (when interactivep
+-(message "Slime ChangeLog dates %s." date))
+-  date)))
++"@SLIME-CHANGELOG-DATE@"))
+ 
+ (defvar slime-protocol-version nil)
+ (setq slime-protocol-version

diff --git a/app-emacs/slime/slime-2.15.ebuild 
b/app-emacs/slime/slime-2.15.ebuild
new file mode 12
index 000..acf114b
--- /dev/null
+++ b/app-emacs/slime/slime-2.15.ebuild
@@ -0,0 +1 @@
+slime-.ebuild
\ No newline at end of file

diff --git a/app-emacs/slime/slime-.ebuild 
b/app-emacs/slime/slime-.ebuild
index e31e037..72f8d25 100644
--- a/app-emacs/slime/slime-.ebuild
+++ b/app-emacs/slime/slime-.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI=5
 
@@ -54,10 +54,14 @@ src_prepare() {
SLIME_CHANGELOG_DATE=$(awk '/^[-0-9]+ / { print $1; exit; }' ChangeLog)
[ -n "${SLIME_CHANGELOG_DATE}" ] || die "cannot determine ChangeLog 
date"
 
-   # SLIME uses the changelog date to make sure that the emacs side and 
the CL side
-   # are in sync. We hardcode it instead of letting slime determine it at 
runtime
-   # because ChangeLog doesn't get installed to $EMACSDIR
-   epatch "${FILESDIR}"/2.11/gentoo-changelog-date.patch
+   if [[ "${PV}" == "2.11" ]] || [[ "${PV}" == "2.12" ]]; then
+   # SLIME uses the changelog date to make sure that the emacs 
side and the CL side
+   # are in sync. We hardcode it instead of letting slime 
determine it at runtime
+   # because ChangeLog doesn't get installed to $EMACSDIR
+   epatch "${FILESDIR}"/2.11/gentoo-changelog-date.patch
+   else
+   epatch "${FILESDIR}"/2.15/gentoo-changelog-date.patch
+   fi
 
# When starting slime in emacs, slime looks for ${S}/swank/backend.lisp 
as
# /usr/share/common-lisp/source/swank/swank-backend.lisp



[gentoo-commits] repo/gentoo:master commit in: dev-util/nvidia-cuda-toolkit/

2015-09-17 Thread Justin Lecher
commit: 9781099fbc4dbb0df9492b1dc94c2fc5e7202c4a
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Sep 17 07:17:35 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Sep 17 07:17:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9781099f

dev-util/nvidia-cuda-toolkit: Drop old

adopt dependencies to fit with dropped uvm support for x86 in nvidia-drivers

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

 dev-util/nvidia-cuda-toolkit/Manifest  |   5 -
 .../nvidia-cuda-toolkit-5.5.22.ebuild  | 144 ---
 .../nvidia-cuda-toolkit-6.5.14.ebuild  |   2 +-
 .../nvidia-cuda-toolkit-6.5.19-r1.ebuild   | 157 -
 .../nvidia-cuda-toolkit-6.5.19.ebuild  | 155 
 .../nvidia-cuda-toolkit-7.0.28.ebuild  | 143 ---
 6 files changed, 1 insertion(+), 605 deletions(-)

diff --git a/dev-util/nvidia-cuda-toolkit/Manifest 
b/dev-util/nvidia-cuda-toolkit/Manifest
index dcbfa74..98d73d6 100644
--- a/dev-util/nvidia-cuda-toolkit/Manifest
+++ b/dev-util/nvidia-cuda-toolkit/Manifest
@@ -1,8 +1,3 @@
-DIST cuda_5.5.22_linux_32.run 686412076 SHA256 
0e7aad303807bb0ede8f6f6e825cfcd0f9ddb677bc8cc898ec38990b8226778d SHA512 
e2e4fbc78c2e6373b3f81778d8044b299429459e8e27632e86c0d97e6fe7f4db7cd5652044beb0ce7ee3c7abaa7dcec7d85639a2de4b9cc213ab52a2d204aa6b
 WHIRLPOOL 
e5df7de03aaec8488a7fa093e272d64b5d3adaedca1458c550d4ae9c6bf2a0ead71496c8a0c9aac966500aa01401e95cc57a951e3a2554e8d823b97c10336850
-DIST cuda_5.5.22_linux_64.run 849417929 SHA256 
b997e1dbe95704e0e806e0cedc5fd370a385351fef565c7bae0917baf3a29aa4 SHA512 
25233b34a35fdb5ee3479a87c89484a00dcd760837436c263c3eb8731cbd24a9ed3fb57ce2d4e5bf7cd31abb9b0d990b45720a5f6a376b2488de4506a7c57c20
 WHIRLPOOL 
550594121a53feae4e74a4dc9ba40c4cd2ac91305f23397cd7ea421fcb801e3ce8fcf90f439c966accca44d586bc51d85ef3e211f35fd751dc9299dd07d65175
 DIST cuda_6.5.14_linux_32.run 76788277 SHA256 
63fa1fe5d013e9944d6c1a3a71768fa4dcb35d6a157c1b06765bb56198c205c5 SHA512 
89649ee0f4543b37037b7c8f5ed0b8bd502512afb4d93e3158b3df4786123be05a5288986b5abbfe15c14eb010777d2527b715225bea96a354a898c34e4a2fcc
 WHIRLPOOL 
c1094dd84883ef08d91c6eec3634a285496418db1e76b70f449f833dcb01069a620af504b6df7fe2752559688ed1f60f4adda8c97d849d648cba1be0f8196954
 DIST cuda_6.5.14_linux_64.run 972320904 SHA256 
f3e527f34f317314fe8fcd8c85f10560729069298c0f73105ba89225db69da48 SHA512 
fecca731b86955f5bc7b09d88b02951e3ee5d4b1f1cf5f92658227a029b87cd35d6ac22956a5fa0afe62dcdc57191f1d12bb08c9f7cc05128727cd8455947b1e
 WHIRLPOOL 
0b890771dcca352168fed1b1df9b29504b03f8c29da59cec29914c541283998edf65f5ca6a41362143a2d5d7359822b036894f563c56b39583b1ac4c64e35180
-DIST cuda_6.5.19_linux_32.run 81882112 SHA256 
9f767f38b84f52c097bec81669f99e4a6c4c9c09b5da1bc09fe49e0f804bc7a6 SHA512 
1ce9bd6b472b7e4f1fb181eb340dfcb757714d59a89aaa02146cfe1a97c8ccb7eb7699b4ec823276f277eb4d82d95050eaba17e7ed5fd2e47b9b5d78531c5d4e
 WHIRLPOOL 
ac94b4e7f29811b4240623fb69b3c54214e7f0c60a286d899944dbab9da7fd3c122760199a3357667e33879bd48fbf352d5d39029acca6021e7caf21785557ed
-DIST cuda_6.5.19_linux_64.run 982446238 SHA256 
5279bc159b72b7445d8aae5f289d24bb4042c35422ef32da68049d8f666d3ff5 SHA512 
06854f020a5f72cf4bd714859e6966248ac2f589284113674e869fdaa1254cae27d4101940758ecda5df4724ad3e448a1f6d0c053b6cbc28107750872b6a5797
 WHIRLPOOL 
6ae8e53719e12997de60ec3688167f3fe33b1145d01217182e39ac386c25b358c8ba6cee45ad6c80e33ef66fd9a511338dce4589f10a31635b8437b6e528fd7a
-DIST cuda_7.0.28_linux.run 1118797679 SHA256 
d1292e9c2bbaddad24c46e0b0d15a7130831bfac0382f7159321f41ae385a5ce SHA512 
f002433133e4cbb78283e08c25f7397612957c0440605311f8921bcebd54a808069ca36b218be66a054e8afab4871b2bf1bd4d419c6f98a0d74b00a9bc78
 WHIRLPOOL 
dcf21d2e356a1797b9e79ac9edfb3924a1d4a2914382dbe21b2172c200dd4f7d93905ac44fbc2e994ce14b7ab28e78163f4c81ddcc6cbb97e4ce085efd2d8475
 DIST cuda_7.5.18_linux.run 1195431560 SHA256 
245ffb6c1e2b69d323f8ae3a1b63d3384fec3934222e56e9d801ecc0d6e919c5 SHA512 
cb933512fde09376b1d6040c72d24c4f91dc44f73322ca87aa7d1f34156c9c87feea41f9a00f1a403cfb89645b5e7a6a5f2bfe4933703ba81f0cf94968d430fd
 WHIRLPOOL 
b1a06acba02043fabf496ba683fb984b1c90df2cd71396457f664beb8cb26b2e3074c8568ec6ce0cfe565721986670c7a40351a29a4856a7e03268c14d545247

diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-5.5.22.ebuild 
b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-5.5.22.ebuild
deleted file mode 100644
index ccf206b..000
--- a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-5.5.22.ebuild
+++ /dev/null
@@ -1,144 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit check-reqs cuda unpacker versionator
-
-MYD=$(get_version_component_range 1)_$(get_version_component_range 2)
-
-DESCRIPTION="NVIDIA CUDA Toolkit (compiler and friends)"
-HOMEPAGE="http://developer.nvidia.com/cuda;

[gentoo-commits] repo/gentoo:master commit in: dev-util/nvidia-cuda-toolkit/

2015-09-17 Thread Justin Lecher
commit: 6ea12f1f44fa3fbc956ec27aa0f7c20cbc4762ea
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Wed Sep 16 23:01:59 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep 16 23:01:59 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea12f1f

dev-util/nvidia-cuda-toolkit: Add CUDA LLVM libraries to LDPATH

Package-Manager: portage-2.2.20.1
RepoMan-Options: --force

 ...-cuda-toolkit-7.5.18.ebuild => nvidia-cuda-toolkit-7.5.18-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-7.5.18.ebuild 
b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-7.5.18-r1.ebuild
similarity index 98%
rename from dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-7.5.18.ebuild
rename to dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-7.5.18-r1.ebuild
index 0ffc597..8302ab4 100644
--- a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-7.5.18.ebuild
+++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-7.5.18-r1.ebuild
@@ -107,7 +107,7 @@ src_install() {
cat > "${T}"/99cuda <<- EOF
PATH=${ecudadir}/bin$(use profiler && echo 
":${ecudadir}/libnvvp")
ROOTPATH=${ecudadir}/bin
-   LDPATH=${ecudadir}/lib64:${ecudadir}/lib
+   LDPATH=${ecudadir}/lib64:${ecudadir}/lib:${ecudadir}/nvvm/lib64
EOF
doenvd "${T}"/99cuda
 



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

2015-09-17 Thread Justin Lecher
commit: b032936c3202257387a52ce8e6bce246bd13c243
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Sep 17 07:31:25 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Sep 17 07:31:25 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b032936c

Merge branch 'marbre-nvidia-cuda-toolkit'

* marbre-nvidia-cuda-toolkit:
  dev-util/nvidia-cuda-toolkit: Add CUDA LLVM libraries to LDPATH

Github: Closing gentoo/gentoo#99




[gentoo-commits] repo/gentoo:master commit in: dev-haskell/time-compat/

2015-09-17 Thread Sergei Trofimovich
commit: 0e5df341385fe6274808912f5012370cdc2489a7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Sep 17 07:45:40 2015 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Sep 17 07:45:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e5df341

dev-haskell/time-compat: add missing dependency on old-time

Package-Manager: portage-2.2.20

 dev-haskell/time-compat/time-compat-0.1.0.3.ebuild | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-haskell/time-compat/time-compat-0.1.0.3.ebuild 
b/dev-haskell/time-compat/time-compat-0.1.0.3.ebuild
index 3a7cba5..b57019f 100644
--- a/dev-haskell/time-compat/time-compat-0.1.0.3.ebuild
+++ b/dev-haskell/time-compat/time-compat-0.1.0.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-# ebuild generated by hackport 0.3.2.
+# ebuild generated by hackport 0.4.6.
 
 CABAL_FEATURES="lib profile haddock hoogle hscolour"
 inherit haskell-cabal
@@ -18,6 +18,9 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND=">=dev-lang/ghc-6.12.1:="
+RDEPEND="dev-haskell/old-time:=[profile?]
+   >=dev-lang/ghc-7.4.1:=
+"
 DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.10"
+   >=dev-haskell/cabal-1.10
+"



[gentoo-commits] repo/gentoo:master commit in: net-proxy/squid/, net-proxy/squid/files/

2015-09-17 Thread Eray Aslan
commit: 230b16f55913585e623266d38898eda684165c02
Author: Eray Aslan  gentoo  org>
AuthorDate: Thu Sep 17 07:53:17 2015 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Thu Sep 17 07:53:17 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=230b16f5

net-proxy/squid: Version bump to squid-3.5.8

Fix building with linux-headers-4.2
Gentoo-Bug: 559584

Package-Manager: portage-2.2.20.1

 net-proxy/squid/Manifest   |   1 +
 .../squid/files/squid-kernel-headers-4.2.patch |  14 ++
 net-proxy/squid/squid-3.5.8.ebuild | 250 +
 3 files changed, 265 insertions(+)

diff --git a/net-proxy/squid/Manifest b/net-proxy/squid/Manifest
index d2153f8..bada621 100644
--- a/net-proxy/squid/Manifest
+++ b/net-proxy/squid/Manifest
@@ -1,2 +1,3 @@
 DIST squid-3.5.6.tar.xz 2291152 SHA256 
cd080e8d5eaabebf6808792751322bd05f2a9c8fe4377f54c7155682ef6c38d5 SHA512 
f6c2550cdb5b2f3317105c986caddf06d010bffa0c61d065cffcde72e5bc30c4608486c79c4b25418dfb9f0a8d7ef1d2fabb6b07d1f0262a19fafc945af98bef
 WHIRLPOOL 
863c6f73c3c26737d98cbff15afa5b6630310226ee9ec10a3e38f646b1416137e998f9bb1e5b492e5871129aed3c98e729b3a757d35088162e671d310a887336
 DIST squid-3.5.7.tar.xz 2294580 SHA256 
ec6f861bddee007b1dd320667a26ddc9ff76847bbe4cbb59c0134588e65c8699 SHA512 
13757da759c1a64fe13d451cff40c4ae30b18c2939f6971b4ef25e24b771ea973e3357f05ec89fccff51acc9e2c77418880b05f6020d58b7633141b928aaf349
 WHIRLPOOL 
9ce722647f6144ae5192a0a177d5d085252039eed3a7cbdf1fcb638c32097bf21710db7108fc98bdba7c15daefb79dee5912b4d0c41cbc0e0b0fda695ee1
+DIST squid-3.5.8.tar.xz 2295644 SHA256 
f402a21d4fae8b3e9df13683dc530366e4b1753df21e91c05a0a9514a1abfc62 SHA512 
df371934b141fd0e57223ef2a801b71ae2c88c918e1ebd17a82105d33a8f6d439da65cd6437b42a3857f0d64ce461ea31d01299d452ede3650a44cf6826e16e1
 WHIRLPOOL 
9ca3f07b3068a439299b30e8be924208bc36e336f7929c593563bf6dadf9eaaa051c213e34eafc1ec6db43540b61367bd666c7c172e370d600aa6823779bd192

diff --git a/net-proxy/squid/files/squid-kernel-headers-4.2.patch 
b/net-proxy/squid/files/squid-kernel-headers-4.2.patch
new file mode 100644
index 000..f56a57e
--- /dev/null
+++ b/net-proxy/squid/files/squid-kernel-headers-4.2.patch
@@ -0,0 +1,14 @@
+--- a/src/ip/Intercept.cc   2015-08-01 09:08:17.0 +0300
 b/src/ip/Intercept.cc   2015-09-12 10:03:37.0 +0300
+@@ -88,7 +88,10 @@
+ /*  must be before including netfilter_ipv4.h */
+ #include 
+ #include 
+-#include 
++//#include 
++#if !defined(SO_ORIGINAL_DST)
++#define SO_ORIGINAL_DST 80
++#endif
+ #if HAVE_LINUX_NETFILTER_IPV6_IP6_TABLES_H
+ /* 2013-07-01: Pablo the Netfilter maintainer is rejecting patches
+  * which will enable C++ compilers to build the Netfilter public headers.

diff --git a/net-proxy/squid/squid-3.5.8.ebuild 
b/net-proxy/squid/squid-3.5.8.ebuild
new file mode 100644
index 000..1c2065f
--- /dev/null
+++ b/net-proxy/squid/squid-3.5.8.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 autotools eutils linux-info pam toolchain-funcs user versionator
+
+DESCRIPTION="A full-featured web proxy cache"
+HOMEPAGE="http://www.squid-cache.org/;
+SRC_URI="http://www.squid-cache.org/Versions/v3/3.5/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd"
+IUSE="caps ipv6 pam ldap samba sasl kerberos nis radius ssl snmp selinux 
logrotate test \
+   ecap esi ssl-crtd \
+   mysql postgres sqlite \
+   qos tproxy \
+   +htcp +wccp +wccpv2 \
+   pf-transparent ipf-transparent kqueue \
+   elibc_uclibc kernel_linux"
+
+COMMON_DEPEND="caps? ( >=sys-libs/libcap-2.16 )
+   pam? ( virtual/pam )
+   ldap? ( net-nds/openldap )
+   kerberos? ( virtual/krb5 )
+   qos? ( net-libs/libnetfilter_conntrack )
+   ssl? ( dev-libs/openssl:* dev-libs/nettle >=net-libs/gnutls-3.1.5 )
+   sasl? ( dev-libs/cyrus-sasl )
+   ecap? ( net-libs/libecap:1 )
+   esi? ( dev-libs/expat dev-libs/libxml2 )
+   !x86-fbsd? ( logrotate? ( app-admin/logrotate ) )
+   >=sys-libs/db-4:*
+   dev-lang/perl
+   dev-libs/libltdl:0"
+DEPEND="${COMMON_DEPEND}
+   ecap? ( virtual/pkgconfig )
+   sys-apps/ed
+   test? ( dev-util/cppunit )"
+RDEPEND="${COMMON_DEPEND}
+   samba? ( net-fs/samba )
+   mysql? ( dev-perl/DBD-mysql )
+   postgres? ( dev-perl/DBD-Pg )
+   selinux? ( sec-policy/selinux-squid )
+   sqlite? ( dev-perl/DBD-SQLite )
+   !<=sci-biology/meme-4.8.1-r1"
+
+REQUIRED_USE="tproxy? ( caps )
+   qos? ( caps )"
+
+pkg_pretend() {
+   if use tproxy; then
+   local CONFIG_CHECK="~NF_CONNTRACK ~NETFILTER_XT_MATCH_SOCKET 
~NETFILTER_XT_TARGET_TPROXY"
+   linux-info_pkg_setup
+   fi
+}
+
+pkg_setup() {
+   enewgroup squid
+   enewuser squid -1 -1 /var/cache/squid 

[gentoo-commits] repo/gentoo:master commit in: dev-util/nvidia-cuda-sdk/, dev-util/nvidia-cuda-sdk/files/

2015-09-17 Thread Justin Lecher
commit: 9471d18985b5e9ab21582a1de09958f7d78cce5b
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Sep 17 07:14:14 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Sep 17 07:17:56 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9471d189

dev-util/nvidia-cuda-sdk: Drop old

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

 dev-util/nvidia-cuda-sdk/Manifest  |   5 -
 ...idia-cuda-sdk-2.02.0807.1535-make_cpp_fix.patch | 111 ---
 ...cuda-sdk-2.10.1215.2015-vararg_inline_fix.patch |  21 ---
 .../files/nvidia-cuda-sdk-4.2.9-asneeded.patch |  89 
 .../files/nvidia-cuda-sdk-6.0.37-asneeded.patch|  22 ---
 .../nvidia-cuda-sdk/nvidia-cuda-sdk-5.5.22.ebuild  | 146 ---
 .../nvidia-cuda-sdk/nvidia-cuda-sdk-6.5.19.ebuild  | 155 -
 .../nvidia-cuda-sdk/nvidia-cuda-sdk-7.0.28.ebuild  | 144 ---
 8 files changed, 693 deletions(-)

diff --git a/dev-util/nvidia-cuda-sdk/Manifest 
b/dev-util/nvidia-cuda-sdk/Manifest
index dcbfa74..98d73d6 100644
--- a/dev-util/nvidia-cuda-sdk/Manifest
+++ b/dev-util/nvidia-cuda-sdk/Manifest
@@ -1,8 +1,3 @@
-DIST cuda_5.5.22_linux_32.run 686412076 SHA256 
0e7aad303807bb0ede8f6f6e825cfcd0f9ddb677bc8cc898ec38990b8226778d SHA512 
e2e4fbc78c2e6373b3f81778d8044b299429459e8e27632e86c0d97e6fe7f4db7cd5652044beb0ce7ee3c7abaa7dcec7d85639a2de4b9cc213ab52a2d204aa6b
 WHIRLPOOL 
e5df7de03aaec8488a7fa093e272d64b5d3adaedca1458c550d4ae9c6bf2a0ead71496c8a0c9aac966500aa01401e95cc57a951e3a2554e8d823b97c10336850
-DIST cuda_5.5.22_linux_64.run 849417929 SHA256 
b997e1dbe95704e0e806e0cedc5fd370a385351fef565c7bae0917baf3a29aa4 SHA512 
25233b34a35fdb5ee3479a87c89484a00dcd760837436c263c3eb8731cbd24a9ed3fb57ce2d4e5bf7cd31abb9b0d990b45720a5f6a376b2488de4506a7c57c20
 WHIRLPOOL 
550594121a53feae4e74a4dc9ba40c4cd2ac91305f23397cd7ea421fcb801e3ce8fcf90f439c966accca44d586bc51d85ef3e211f35fd751dc9299dd07d65175
 DIST cuda_6.5.14_linux_32.run 76788277 SHA256 
63fa1fe5d013e9944d6c1a3a71768fa4dcb35d6a157c1b06765bb56198c205c5 SHA512 
89649ee0f4543b37037b7c8f5ed0b8bd502512afb4d93e3158b3df4786123be05a5288986b5abbfe15c14eb010777d2527b715225bea96a354a898c34e4a2fcc
 WHIRLPOOL 
c1094dd84883ef08d91c6eec3634a285496418db1e76b70f449f833dcb01069a620af504b6df7fe2752559688ed1f60f4adda8c97d849d648cba1be0f8196954
 DIST cuda_6.5.14_linux_64.run 972320904 SHA256 
f3e527f34f317314fe8fcd8c85f10560729069298c0f73105ba89225db69da48 SHA512 
fecca731b86955f5bc7b09d88b02951e3ee5d4b1f1cf5f92658227a029b87cd35d6ac22956a5fa0afe62dcdc57191f1d12bb08c9f7cc05128727cd8455947b1e
 WHIRLPOOL 
0b890771dcca352168fed1b1df9b29504b03f8c29da59cec29914c541283998edf65f5ca6a41362143a2d5d7359822b036894f563c56b39583b1ac4c64e35180
-DIST cuda_6.5.19_linux_32.run 81882112 SHA256 
9f767f38b84f52c097bec81669f99e4a6c4c9c09b5da1bc09fe49e0f804bc7a6 SHA512 
1ce9bd6b472b7e4f1fb181eb340dfcb757714d59a89aaa02146cfe1a97c8ccb7eb7699b4ec823276f277eb4d82d95050eaba17e7ed5fd2e47b9b5d78531c5d4e
 WHIRLPOOL 
ac94b4e7f29811b4240623fb69b3c54214e7f0c60a286d899944dbab9da7fd3c122760199a3357667e33879bd48fbf352d5d39029acca6021e7caf21785557ed
-DIST cuda_6.5.19_linux_64.run 982446238 SHA256 
5279bc159b72b7445d8aae5f289d24bb4042c35422ef32da68049d8f666d3ff5 SHA512 
06854f020a5f72cf4bd714859e6966248ac2f589284113674e869fdaa1254cae27d4101940758ecda5df4724ad3e448a1f6d0c053b6cbc28107750872b6a5797
 WHIRLPOOL 
6ae8e53719e12997de60ec3688167f3fe33b1145d01217182e39ac386c25b358c8ba6cee45ad6c80e33ef66fd9a511338dce4589f10a31635b8437b6e528fd7a
-DIST cuda_7.0.28_linux.run 1118797679 SHA256 
d1292e9c2bbaddad24c46e0b0d15a7130831bfac0382f7159321f41ae385a5ce SHA512 
f002433133e4cbb78283e08c25f7397612957c0440605311f8921bcebd54a808069ca36b218be66a054e8afab4871b2bf1bd4d419c6f98a0d74b00a9bc78
 WHIRLPOOL 
dcf21d2e356a1797b9e79ac9edfb3924a1d4a2914382dbe21b2172c200dd4f7d93905ac44fbc2e994ce14b7ab28e78163f4c81ddcc6cbb97e4ce085efd2d8475
 DIST cuda_7.5.18_linux.run 1195431560 SHA256 
245ffb6c1e2b69d323f8ae3a1b63d3384fec3934222e56e9d801ecc0d6e919c5 SHA512 
cb933512fde09376b1d6040c72d24c4f91dc44f73322ca87aa7d1f34156c9c87feea41f9a00f1a403cfb89645b5e7a6a5f2bfe4933703ba81f0cf94968d430fd
 WHIRLPOOL 
b1a06acba02043fabf496ba683fb984b1c90df2cd71396457f664beb8cb26b2e3074c8568ec6ce0cfe565721986670c7a40351a29a4856a7e03268c14d545247

diff --git 
a/dev-util/nvidia-cuda-sdk/files/nvidia-cuda-sdk-2.02.0807.1535-make_cpp_fix.patch
 
b/dev-util/nvidia-cuda-sdk/files/nvidia-cuda-sdk-2.02.0807.1535-make_cpp_fix.patch
deleted file mode 100644
index 53ce974..000
--- 
a/dev-util/nvidia-cuda-sdk/files/nvidia-cuda-sdk-2.02.0807.1535-make_cpp_fix.patch
+++ /dev/null
@@ -1,111 +0,0 @@
-diff -Naurp sdk/common/inc/cmd_arg_reader.h 
sdk-fixed/common/inc/cmd_arg_reader.h
 sdk/common/inc/cmd_arg_reader.h2008-09-02 22:17:26.0 +0200
-+++ sdk-fixed/common/inc/cmd_arg_reader.h  2008-10-15 22:10:45.0 
+0200
-@@ -37,6 +37,7 @@
- #include 
- #include 
- #include 

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

2015-09-17 Thread Manuel Rüger
commit: 7b5663c4f1b977696c859e9a91554d2e83d98c29
Author: Lorenzo Porta  users  noreply  github  
com>
AuthorDate: Wed Sep 16 07:16:23 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Sep 17 08:34:10 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7b5663c4

eclass: Remove fetch restriction for KDE Applications 15.08.1

WRT https://www.kde.org/announcements/announce-applications-15.08.1.php

 eclass/kde5.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index fb8ea23..edb5ca8 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -112,7 +112,7 @@ fi
 # An array of $CATEGORY-$PV pairs of packages that are unreleased upstream.
 # Any package matching this will have fetch restriction enabled, and receive
 # a proper error message via pkg_nofetch.
-KDE_UNRELEASED=( kde-apps-15.08.1 )
+KDE_UNRELEASED=()
 
 if [[ ${KDEBASE} = kdevelop ]]; then
HOMEPAGE="https://www.kdevelop.org/;



[gentoo-commits] proj/kde:master commit in: media-plugins/kipi-plugins/, media-plugins/kipi-plugins/files/

2015-09-17 Thread Manuel Rüger
commit: a12d61732fb9bbda5c59cd8bc0ee84b0ff5c9140
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Tue Sep 15 17:11:16 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Sep 17 08:38:00 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a12d6173

media-plugins/kipi-plugins: Fix DEPENDs, expoblending patch

See also: https://bugs.gentoo.org/show_bug.cgi?id=560562

Package-Manager: portage-2.2.20.1

 .../files/kipi-plugins-5.0.0-expoblending.patch  | 16 +++-
 media-plugins/kipi-plugins/kipi-plugins-.ebuild  | 14 ++
 2 files changed, 9 insertions(+), 21 deletions(-)

diff --git 
a/media-plugins/kipi-plugins/files/kipi-plugins-5.0.0-expoblending.patch 
b/media-plugins/kipi-plugins/files/kipi-plugins-5.0.0-expoblending.patch
index 33fcb33..d548f34 100644
--- a/media-plugins/kipi-plugins/files/kipi-plugins-5.0.0-expoblending.patch
+++ b/media-plugins/kipi-plugins/files/kipi-plugins-5.0.0-expoblending.patch
@@ -1,16 +1,14 @@
 --- a/CMakeLists.txt   2015-08-02 14:04:46.650113184 +0200
-+++ b/CMakeLists.txt   2015-08-02 14:06:44.499115207 +0200
-@@ -312,9 +312,12 @@
 b/CMakeLists.txt   2015-09-15 19:07:39.0 +0200
+@@ -310,7 +310,10 @@
+ add_subdirectory(kmlexport)
  add_subdirectory(sendimages)
- add_subdirectory(timeadjust)
  add_subdirectory(flashexport)
 -add_subdirectory(expoblending)
- add_subdirectory(metadataedit)
- 
++
 +if(ENABLE_expoblending)
 +add_subdirectory(expoblending)
 +endif()
-+
- if(KF5Sane_FOUND)
- add_subdirectory(acquireimages)
- endif()
+ 
+ if(BUILD_VIEWERS)
+ add_subdirectory(advancedslideshow)

diff --git a/media-plugins/kipi-plugins/kipi-plugins-.ebuild 
b/media-plugins/kipi-plugins/kipi-plugins-.ebuild
index ce36d7d..c78bc7c 100644
--- a/media-plugins/kipi-plugins/kipi-plugins-.ebuild
+++ b/media-plugins/kipi-plugins/kipi-plugins-.ebuild
@@ -24,7 +24,7 @@ HOMEPAGE="http://www.digikam.org/;
 
 LICENSE="GPL-2"
 KEYWORDS=""
-IUSE="cdr calendar expoblending geolocator +imagemagick mediawiki opengl 
panorama scanner vkontakte"
+IUSE="cdr calendar expoblending geolocator +imagemagick mediawiki opengl 
panorama vkontakte"
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
LICENSE="${LICENSE} handbook? ( FDL-1.2 )"
@@ -50,7 +50,6 @@ COMMONDEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep khtml)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
@@ -92,10 +91,6 @@ COMMONDEPEND="
x11-libs/libXrandr
virtual/opengl
)
-   scanner? (
-   $(add_kdeapps_dep libksane)
-   media-gfx/sane-backends
-   )
vkontakte? ( net-libs/libkvkontakte:5 )
 "
 DEPEND="${COMMONDEPEND}
@@ -134,12 +129,9 @@ src_prepare() {
 
undetect_lib geolocator KGEOMAP
undetect_lib mediawiki
-   undetect_lib scanner KSANE
undetect_lib vkontakte KVKONTAKTE
 
-#  if ! use redeyes ; then
-#  sed -i -e "/DETECT_OPENCV/d" CMakeLists.txt || die
-#  fi
+#  undetect_lib redeyes OPENCV #TODO: Add back when ported
 
if [[ ${KDE_BUILD_TYPE} != live ]]; then
# prepare the handbook
@@ -172,8 +164,6 @@ src_configure() {
 #  $(cmake-utils_use_find_package redeyes OpenCV)
 #  $(cmake-utils_use_with crypt QCA2)
 #  $(cmake-utils_use_with videoslideshow QtGStreamer)
-#  FIXME? not optional since >=5.0.0
-#  $(cmake-utils_use_with upnp Hupnp)
 
kde5_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: app-emacs/slime/files/2.15/, app-emacs/slime/

2015-09-17 Thread Mark Wright
commit: a7f26198fbd44390a5b72d82cca6c76226465aad
Author: Mark Wright  gentoo  org>
AuthorDate: Thu Sep 17 09:24:16 2015 +
Commit: Mark Wright  gentoo  org>
CommitDate: Thu Sep 17 09:24:32 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7f26198

app-emacs/slime: Bump to 2.15

Package-Manager: portage-2.2.20.1

 app-emacs/slime/Manifest |  1 +
 .../slime/files/2.15/gentoo-changelog-date.patch | 20 
 app-emacs/slime/slime-2.11.ebuild| 14 +-
 app-emacs/slime/slime-2.12.ebuild| 12 
 .../slime/{slime-2.12.ebuild => slime-2.15.ebuild}   | 12 
 5 files changed, 46 insertions(+), 13 deletions(-)

diff --git a/app-emacs/slime/Manifest b/app-emacs/slime/Manifest
index ee07c1c..c129c47 100644
--- a/app-emacs/slime/Manifest
+++ b/app-emacs/slime/Manifest
@@ -4,3 +4,4 @@ DIST slime-2.0_p20101103-patches.tar.bz2 4730 SHA256 
9cab942f4ea64ec2f0e127db3b5
 DIST slime-2.0_p20101103.tar.bz2 725888 SHA256 
0596532fa8cb78e59f685557474bd0ac5d00a79ac84c361ab93f079797a4041f SHA512 
cb0cc3232304ef6efec5e01d3660cc649abb3e5803f17c82785b154b6f0b581889ea3b2dcf261be39b16ff22c912c34c7ec84c400856f5c4a29fbeaf7c49851d
 WHIRLPOOL 
3421ea5aa5ed96a3d7b552fe74804bc3e7e822dd21623c0b36f7f84d7ad726fa57d0eb496e15d4ef9ea5027f0c247a3ba8ae7ae46118851c3f0ed13ec1cf482f
 DIST slime-2.11.tar.gz 1054516 SHA256 
d63962c22f983a52519fb51b5ca28183aeb23ff6892804d02311e54d73ec8b2a SHA512 
9507a4460a2f0d5b4f0857824fcaa36f6efeb09aebde7ca682bdc0214b6a722e471180c34ddce26a8f94d7cf3aae959954565ada314729e803d36767afc3e850
 WHIRLPOOL 
530c5b341f2ca4a95c954cea848c67cfd027345691feb9c246eb56ecaf6c420b642ed1991f1d615dabc0ca1f54bc6b28482e57c800498cf25a17ce39a7dc0ba3
 DIST slime-2.12.tar.gz 1057243 SHA256 
29d57d1036abe69cb62809b5bb31d08c76c3e0e559b7e601b9d76fb7a554d53b SHA512 
f18c79cba3eb75761982f2d1f163aab8213b77fa72a689d110fe91b1aa40953516566adc5f771638eee95d33ba8b4c8842ddf99738804483ccfb76a00290b2a1
 WHIRLPOOL 
b0b78101f114514c16cba823dee02aac8a1fee74d23d5623838c2fdedaaa4fda953e6ee9bfcfcd6cf5a174d245f4ba801596c16e0bb67c1729d73a69d0ebc0b1
+DIST slime-2.15.tar.gz 1072190 SHA256 
bad1851ce99b7f40b0593dc91842b261b526e0af797e660184159dda05355f50 SHA512 
15f943981e35995b225b168a3d1c2099f7205c2ff359fa209f164464caf05f9fab4d24906442d94ddeb4222f7116d09a832c7377baf95fbe02d6a98a721fd611
 WHIRLPOOL 
ff2d8f76314c111782f7c96c6e509197b0620149e683ebbc91714d77d6a0d4b52ba10dad5d8590b321de3867188997876b13fff533ca49361161b8fcff9a48d2

diff --git a/app-emacs/slime/files/2.15/gentoo-changelog-date.patch 
b/app-emacs/slime/files/2.15/gentoo-changelog-date.patch
new file mode 100644
index 000..c7e815f
--- /dev/null
+++ b/app-emacs/slime/files/2.15/gentoo-changelog-date.patch
@@ -0,0 +1,20 @@
+--- slime-2.15-orig/slime.el   2015-08-31 07:46:47.0 +1000
 slime-2.15/slime.el2015-09-17 17:05:53.616659817 +1000
+@@ -138,16 +138,7 @@
+ "Return the datestring of the latest entry in the ChangeLog file.
+ Return nil if the ChangeLog file cannot be found."
+ (interactive "p")
+-(let ((changelog (slime--changelog-file-name))
+-  (date nil))
+-  (when (file-exists-p changelog)
+-(with-temp-buffer
+-  (insert-file-contents-literally changelog nil 0 100)
+-  (goto-char (point-min))
+-  (setq date (symbol-name (read (current-buffer))
+-  (when interactivep
+-(message "Slime ChangeLog dates %s." date))
+-  date)))
++"@SLIME-CHANGELOG-DATE@"))
+ 
+ (defvar slime-protocol-version nil)
+ (setq slime-protocol-version

diff --git a/app-emacs/slime/slime-2.11.ebuild 
b/app-emacs/slime/slime-2.11.ebuild
index effd244..72f8d25 100644
--- a/app-emacs/slime/slime-2.11.ebuild
+++ b/app-emacs/slime/slime-2.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -54,10 +54,14 @@ src_prepare() {
SLIME_CHANGELOG_DATE=$(awk '/^[-0-9]+ / { print $1; exit; }' ChangeLog)
[ -n "${SLIME_CHANGELOG_DATE}" ] || die "cannot determine ChangeLog 
date"
 
-   # SLIME uses the changelog date to make sure that the emacs side and 
the CL side
-   # are in sync. We hardcode it instead of letting slime determine it at 
runtime
-   # because ChangeLog doesn't get installed to $EMACSDIR
-   epatch "${FILESDIR}"/2.11/gentoo-changelog-date.patch
+   if [[ "${PV}" == "2.11" ]] || [[ "${PV}" == "2.12" ]]; then
+   # SLIME uses the changelog date to make sure that the emacs 
side and the CL side
+   # are in sync. We hardcode it instead of letting slime 
determine it at runtime
+   # because ChangeLog doesn't get installed to $EMACSDIR
+   epatch "${FILESDIR}"/2.11/gentoo-changelog-date.patch
+   else
+   epatch 

[gentoo-commits] repo/gentoo:master commit in: kde-base/kdepim-strigi-analyzer/

2015-09-17 Thread Johannes Huber
commit: cdf1baa8345d83d62218a7cf94c5beb845cc9d4a
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Sep 17 09:59:44 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Sep 17 10:01:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf1baa8

kdepim-strigi-analyzer: Remove package

Last rited on 2015/08/10.

 kde-base/kdepim-strigi-analyzer/Manifest |  1 -
 .../kdepim-strigi-analyzer-4.4.11.1-r1.ebuild| 20 
 kde-base/kdepim-strigi-analyzer/metadata.xml |  5 -
 3 files changed, 26 deletions(-)

diff --git a/kde-base/kdepim-strigi-analyzer/Manifest 
b/kde-base/kdepim-strigi-analyzer/Manifest
deleted file mode 100644
index 03fb79a..000
--- a/kde-base/kdepim-strigi-analyzer/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kdepim-4.4.11.1.tar.bz2 8964708 SHA256 
a2fa237a3d880cc55a6c94450b93a7918bb0d5e3943eb7a759c8789de1ed41bf SHA512 
7450ba9985c5583847d1fc3d214940cef130150a3591c3cbb73bc15624ee0298805d5dc25f3cd3a135091c1d0491b865961d52aa8feef623219eed9364dd86bf
 WHIRLPOOL 
349a72c5c6859c7cafb1aefdf80b80482102c8b1d6e0123c6c410d262c3908b9572daa1950e2fb41e6bc727430fc91bb57b7276e345553ed15d792fa63aba5ec

diff --git 
a/kde-base/kdepim-strigi-analyzer/kdepim-strigi-analyzer-4.4.11.1-r1.ebuild 
b/kde-base/kdepim-strigi-analyzer/kdepim-strigi-analyzer-4.4.11.1-r1.ebuild
deleted file mode 100644
index b244632..000
--- a/kde-base/kdepim-strigi-analyzer/kdepim-strigi-analyzer-4.4.11.1-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KMNAME="kdepim"
-KMMODULE="strigi-analyzer"
-inherit kde4-meta
-
-DESCRIPTION="kdepim: strigi plugins"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-DEPEND="
-   app-misc/strigi
-   $(add_kdebase_dep kdelibs 'nepomuk' 4.13.1)
-   $(add_kdebase_dep kdepimlibs '' 4.6)
-"
-RDEPEND="${DEPEND}"

diff --git a/kde-base/kdepim-strigi-analyzer/metadata.xml 
b/kde-base/kdepim-strigi-analyzer/metadata.xml
deleted file mode 100644
index 8d1e86a..000
--- a/kde-base/kdepim-strigi-analyzer/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-kde
-



[gentoo-commits] repo/gentoo:master commit in: kde-base/akonadi/

2015-09-17 Thread Johannes Huber
commit: cdeb5e936f515d0433f2fd69b1606567e677444e
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Sep 17 09:58:27 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Sep 17 10:01:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdeb5e93

kde-base/akonadi: Remove package

Last rited on 2015/08/10.

 kde-base/akonadi/Manifest   |  1 -
 kde-base/akonadi/akonadi-4.4.11.1-r1.ebuild | 38 -
 kde-base/akonadi/metadata.xml   | 10 
 3 files changed, 49 deletions(-)

diff --git a/kde-base/akonadi/Manifest b/kde-base/akonadi/Manifest
deleted file mode 100644
index 03fb79a..000
--- a/kde-base/akonadi/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kdepim-4.4.11.1.tar.bz2 8964708 SHA256 
a2fa237a3d880cc55a6c94450b93a7918bb0d5e3943eb7a759c8789de1ed41bf SHA512 
7450ba9985c5583847d1fc3d214940cef130150a3591c3cbb73bc15624ee0298805d5dc25f3cd3a135091c1d0491b865961d52aa8feef623219eed9364dd86bf
 WHIRLPOOL 
349a72c5c6859c7cafb1aefdf80b80482102c8b1d6e0123c6c410d262c3908b9572daa1950e2fb41e6bc727430fc91bb57b7276e345553ed15d792fa63aba5ec

diff --git a/kde-base/akonadi/akonadi-4.4.11.1-r1.ebuild 
b/kde-base/akonadi/akonadi-4.4.11.1-r1.ebuild
deleted file mode 100644
index 15ed90c..000
--- a/kde-base/akonadi/akonadi-4.4.11.1-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KMNAME="kdepim"
-inherit kde4-meta
-
-DESCRIPTION="An extensible cross-desktop storage service for PIM data and meta 
data"
-HOMEPAGE="https://pim.kde.org/akonadi;
-KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-DEPEND="
-   >=app-office/akonadi-server-1.3.1[soprano(+)]
-   $(add_kdebase_dep kdelibs 'nepomuk' 4.13.1)
-   $(add_kdebase_dep kdepimlibs '' 4.13.1)
-   $(add_kdebase_dep libkdepim)
-   !kde-base/akonadiconsole
-"
-RDEPEND="${DEPEND}
-   $(add_kdebase_dep kdepim-runtime)
-"
-
-KMEXTRA="
-   akonadiconsole/
-"
-
-src_configure() {
-   mycmakeargs=(
-   # Set the dbus dirs, otherwise it searches in KDEDIR
-   
-DAKONADI_DBUS_INTERFACES_INSTALL_DIR="${EPREFIX}/usr/share/dbus-1/interfaces"
-   
-DAKONADI_DBUS_SERVICES_INSTALL_DIR="${EPREFIX}/usr/share/dbus-1/services"
-   )
-
-   kde4-meta_src_configure
-}

diff --git a/kde-base/akonadi/metadata.xml b/kde-base/akonadi/metadata.xml
deleted file mode 100644
index 24e6030..000
--- a/kde-base/akonadi/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-kde
-
-



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

2015-09-17 Thread Johannes Huber
commit: a9f426a78663452fad764e2e1b4108d1a3f354b6
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Sep 17 10:01:48 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Sep 17 10:01:48 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9f426a7

profiles: Remove obsolete mask

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 350f8d4..202b1b0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -171,12 +171,6 @@ kde-misc/nepomukshell
 kde-misc/pgame
 media-video/bangarang
 
-# Johannes Huber  (10 Aug 2015)
-# Masked for removal in 30 days. Not needed anymore for
-# KDE Old PIM 4.4.2015.06.
-kde-base/akonadi
-kde-base/kdepim-strigi-analyzer
-
 # Sebastian Pipping  (8 Aug 2015)
 # Upcoming, too young to go into testing unmasked
 dev-libs/iniparser:4



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

2015-09-17 Thread Tobias Klausmann
commit: 9a13393536a32cbe64dd577d22acaeea2d586360
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 17 10:17:45 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 17 10:17:45 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a133935

app-arch/pbzip2: add alpha keyword

Gentoo-Bug: 560690

Package-Manager: portage-2.2.20.1

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

diff --git a/app-arch/pbzip2/pbzip2-1.1.12.ebuild 
b/app-arch/pbzip2/pbzip2-1.1.12.ebuild
index 13b04b6..80cb250 100644
--- a/app-arch/pbzip2/pbzip2-1.1.12.ebuild
+++ b/app-arch/pbzip2/pbzip2-1.1.12.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://launchpad.net/pbzip2/${PV:0:3}/${PV}/+download/${P}.tar.gz;
 
 LICENSE="BZIP2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="static symlink"
 
 LIB_DEPEND="app-arch/bzip2[static-libs(+)]"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/kscreen/, kde-plasma/sddm-kcm/, kde-plasma/plasma-desktop/, ...

2015-09-17 Thread Lars Wendler
commit: 18d9bca3549e7d7527a3b033f3933c13f30c38d6
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Sep 17 11:49:01 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Sep 17 11:49:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18d9bca3

KF5: Added ~x86 keyword

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

 dev-libs/sni-qt/sni-qt-0.2.6-r1.ebuild| 2 +-
 kde-plasma/bluedevil/bluedevil-5.4.0.ebuild   | 2 +-
 kde-plasma/bluedevil/bluedevil-5.4.1.ebuild   | 2 +-
 kde-plasma/breeze/breeze-5.4.0.ebuild | 2 +-
 kde-plasma/breeze/breeze-5.4.1.ebuild | 2 +-
 kde-plasma/kde-cli-tools/kde-cli-tools-5.4.0.ebuild   | 2 +-
 kde-plasma/kde-cli-tools/kde-cli-tools-5.4.1.ebuild   | 2 +-
 kde-plasma/kde-gtk-config/kde-gtk-config-5.4.0.ebuild | 2 +-
 kde-plasma/kde-gtk-config/kde-gtk-config-5.4.1.ebuild | 2 +-
 kde-plasma/kdecoration/kdecoration-5.4.0.ebuild   | 2 +-
 kde-plasma/kdecoration/kdecoration-5.4.1.ebuild   | 2 +-
 kde-plasma/kdeplasma-addons/kdeplasma-addons-5.4.0.ebuild | 2 +-
 kde-plasma/kdeplasma-addons/kdeplasma-addons-5.4.1.ebuild | 2 +-
 kde-plasma/kgamma/kgamma-5.4.0.ebuild | 2 +-
 kde-plasma/kgamma/kgamma-5.4.1.ebuild | 2 +-
 kde-plasma/khelpcenter/khelpcenter-5.4.0.ebuild   | 2 +-
 kde-plasma/khelpcenter/khelpcenter-5.4.1.ebuild   | 2 +-
 kde-plasma/khotkeys/khotkeys-5.4.0.ebuild | 2 +-
 kde-plasma/khotkeys/khotkeys-5.4.1.ebuild | 2 +-
 kde-plasma/kinfocenter/kinfocenter-5.4.0.ebuild   | 2 +-
 kde-plasma/kinfocenter/kinfocenter-5.4.1.ebuild   | 2 +-
 kde-plasma/kmenuedit/kmenuedit-5.4.0.ebuild   | 2 +-
 kde-plasma/kmenuedit/kmenuedit-5.4.1.ebuild   | 2 +-
 kde-plasma/kscreen/kscreen-5.4.0.ebuild   | 2 +-
 kde-plasma/kscreen/kscreen-5.4.1.ebuild   | 2 +-
 kde-plasma/ksshaskpass/ksshaskpass-5.4.0.ebuild   | 2 +-
 kde-plasma/ksshaskpass/ksshaskpass-5.4.1.ebuild   | 2 +-
 kde-plasma/ksysguard/ksysguard-5.4.0.ebuild   | 2 +-
 kde-plasma/ksysguard/ksysguard-5.4.1.ebuild   | 2 +-
 kde-plasma/kwallet-pam/kwallet-pam-5.4.0.ebuild   | 2 +-
 kde-plasma/kwallet-pam/kwallet-pam-5.4.1.ebuild   | 2 +-
 kde-plasma/kwayland-integration/kwayland-integration-5.4.0.ebuild | 2 +-
 kde-plasma/kwayland-integration/kwayland-integration-5.4.1.ebuild | 2 +-
 kde-plasma/kwayland/kwayland-5.4.0.ebuild | 2 +-
 kde-plasma/kwayland/kwayland-5.4.1.ebuild | 2 +-
 kde-plasma/kwin/kwin-5.4.0.ebuild | 2 +-
 kde-plasma/kwin/kwin-5.4.1.ebuild | 2 +-
 kde-plasma/kwrited/kwrited-5.4.0.ebuild   | 2 +-
 kde-plasma/kwrited/kwrited-5.4.1.ebuild   | 2 +-
 kde-plasma/libkscreen/libkscreen-5.4.0.ebuild | 2 +-
 kde-plasma/libkscreen/libkscreen-5.4.1.ebuild | 2 +-
 kde-plasma/libksysguard/libksysguard-5.4.0.ebuild | 2 +-
 kde-plasma/libksysguard/libksysguard-5.4.1.ebuild | 2 +-
 kde-plasma/milou/milou-5.4.0.ebuild   | 2 +-
 kde-plasma/milou/milou-5.4.1.ebuild   | 2 +-
 kde-plasma/oxygen/oxygen-5.4.0.ebuild | 2 +-
 kde-plasma/oxygen/oxygen-5.4.1.ebuild | 2 +-
 kde-plasma/plasma-desktop/plasma-desktop-5.4.0.ebuild | 2 +-
 kde-plasma/plasma-desktop/plasma-desktop-5.4.1.ebuild | 2 +-
 kde-plasma/plasma-mediacenter/plasma-mediacenter-5.4.0.ebuild | 2 +-
 kde-plasma/plasma-mediacenter/plasma-mediacenter-5.4.1.ebuild | 2 +-
 kde-plasma/plasma-meta/plasma-meta-5.4.0.ebuild   | 2 +-
 kde-plasma/plasma-meta/plasma-meta-5.4.1.ebuild   | 2 +-
 kde-plasma/plasma-nm/plasma-nm-5.4.0.ebuild   | 2 +-
 kde-plasma/plasma-nm/plasma-nm-5.4.1.ebuild   | 2 +-
 kde-plasma/plasma-pa/plasma-pa-5.4.0.ebuild   | 2 +-
 kde-plasma/plasma-pa/plasma-pa-5.4.1.ebuild   | 2 +-
 kde-plasma/plasma-sdk/plasma-sdk-5.4.0.ebuild | 2 +-
 kde-plasma/plasma-sdk/plasma-sdk-5.4.1.ebuild | 2 +-
 

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

2015-09-17 Thread Lars Wendler
commit: 16871ed0ebab3c47ae8a618111c8bcdfdd3abce2
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Sep 17 11:25:28 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Sep 17 11:49:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16871ed0

dev-vcs/tortoisehg: Bump to version 3.5.1

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

 dev-vcs/tortoisehg/Manifest|  1 +
 dev-vcs/tortoisehg/tortoisehg-3.5.1.ebuild | 78 ++
 2 files changed, 79 insertions(+)

diff --git a/dev-vcs/tortoisehg/Manifest b/dev-vcs/tortoisehg/Manifest
index ab1efc1..3b58829 100644
--- a/dev-vcs/tortoisehg/Manifest
+++ b/dev-vcs/tortoisehg/Manifest
@@ -1,4 +1,5 @@
 DIST tortoisehg-3.3.2.tar.gz 8226128 SHA256 
779beb06588897d1c42fc463fecc4b61498f7cac76681fe1c1f017ecd811719a SHA512 
4b7e1422731507aa8947b0e8e7746a6daa004186833db200122927c4e5a2f2cb1fbbf12f89089e3ee82d1a22fdb3c7745465188cbf3e14d73d831b953f2b2d9f
 WHIRLPOOL 
34fce6c6383ae94eb4d6fbca854068535ac39b50746dbcc3ee9460976231dc68c3c5f824dc31082838505bdaeaf3620306ceea867d8ac5571d00ee1f1192e867
 DIST tortoisehg-3.3.3.tar.gz 8230380 SHA256 
a22ec794b0152b25b085447a253594dde27f71863149b9471ec70669687fb47f SHA512 
ed15a2ce76647f6c2d9df2daebc62f983eec6a27ea15a808060d83968cfee2c22f643b2ed6fb48bf06dd5d7cb9f4178e756e539eec2ca43e74fe4c8cfc7da4cf
 WHIRLPOOL 
d069dbe4ca109aaf2ebf9dd73f2d87343c2c71a8d5a894a5b7278a5edc878aa7eda56f9d53dca8968d1e730eea94a9f814a5cd76fb4af522a506753a5342cb47
 DIST tortoisehg-3.4.2.tar.gz 8205349 SHA256 
d22692166dc6ff61c9d12bfe5ceb77fbf87e7dd5c956976e7987d84145a1 SHA512 
f771536508f1c72c15b1fe7fbf5b3ef6dafbb14314db45776632231dd2d74b46b862476fe78505a08b2271c2ce6419926e6090a2e0a6451da60314ba154fe9f4
 WHIRLPOOL 
cfe0db33da10b2fcafff3e831937488a276924420cfff8a50396e0109c3edef7fb182036d38b72ff8fbf6aafae714eb1b6c4caf109938361babf04eed3addce4
+DIST tortoisehg-3.5.1.tar.gz 7396361 SHA256 
49ce7b492f38b54b0095d79b8122fb4f4d60947e2d5ac68072a70526ef0a6450 SHA512 
24706bbc8eb92380b643488066b922b8c6fc460caedac447e9fb6803b22ffc4039e918a892052a0b2fcdc2d22e5b334d338728076f89a1d4fbc8699ac1f721eb
 WHIRLPOOL 
523ae72ba483dc171f8b9de92500ca71d6e22c9e485aec0d33a3d710b7fad899a9b4342eab4938d2cb40e9b1350b42f7a5f8921444cc97a1225161bd6762e48f
 DIST tortoisehg-3.5.tar.gz 7395688 SHA256 
b072180ad851c6c04b003a75ee995a6e1a6cbe7d7a26e86398fd0b32f55194de SHA512 
83c6243cb186abec78a63787afb13005effde24f30b00e75cfa66103c5511b4491022916cc5765393f361643a1fbb5c810597b3b114be07a4fd5204736564486
 WHIRLPOOL 
4d2e61ab87ced1211f52a6ba8c342bd7bc0431c2494baab2e288520d2f9cdcaf8d04e27490c6425712a07516521087e753708ef87784d3a00b25490ace133c00

diff --git a/dev-vcs/tortoisehg/tortoisehg-3.5.1.ebuild 
b/dev-vcs/tortoisehg/tortoisehg-3.5.1.ebuild
new file mode 100644
index 000..7607b38
--- /dev/null
+++ b/dev-vcs/tortoisehg/tortoisehg-3.5.1.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 eutils
+
+if [[ ${PV} != ** ]]; then
+   KEYWORDS="~amd64 ~x86"
+   SRC_URI="https://www.bitbucket.org/${PN}/targz/downloads/${P}.tar.gz;
+   HG_DEPEND=">=dev-vcs/mercurial-3.4 https://bitbucket.org/tortoisehg/thg;
+   EHG_REVISION="stable"
+   KEYWORDS=""
+   SRC_URI=""
+   HG_DEPEND="dev-vcs/mercurial"
+fi
+
+DESCRIPTION="Set of graphical tools for Mercurial"
+HOMEPAGE="https://tortoisehg.bitbucket.org;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="doc"
+
+RDEPEND="${HG_DEPEND}
+   dev-python/iniparse[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/PyQt4[svg,${PYTHON_USEDEP}]
+   dev-python/qscintilla-python[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   doc? ( >=dev-python/sphinx-1.0.3 )"
+
+# Workaround race condition in build_qt
+DISTUTILS_IN_SOURCE_BUILD=1
+
+python_prepare_all() {
+   if [[ ${LINGUAS+set} ]]; then
+   cd i18n/tortoisehg || die
+   local x y keep
+   for x in *.po; do
+   keep=false
+   for y in ${LINGUAS}; do
+   if [[ ${y} == ${x%.po}* ]]; then
+   keep=true
+   break
+   fi
+   done
+   ${keep} || rm "${x}" || die
+   done
+   cd "${S}" || die
+   fi
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && emake -C doc html
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   dodoc doc/ReadMe*.txt doc/TODO contrib/mergetools.rc
+   if use doc ; then
+   dohtml -r doc/build/html/
+   fi
+   newicon -s scalable icons/scalable/apps/thg.svg thg_logo.svg
+   domenu contrib/thg.desktop
+}
+
+pkg_postinst() {
+   

[gentoo-commits] repo/gentoo:master commit in: dev-libs/mongo-c-driver/

2015-09-17 Thread Alexys Jacob
commit: efd14559f7398293d507dc366cb6df42721e3d3a
Author: Ultrabug  gentoo  org>
AuthorDate: Thu Sep 17 11:56:49 2015 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Thu Sep 17 11:56:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd14559

dev-libs/mongo-c-driver: version bump

Package-Manager: portage-2.2.20.1

 dev-libs/mongo-c-driver/Manifest   |  1 +
 .../mongo-c-driver/mongo-c-driver-1.1.10.ebuild| 68 ++
 2 files changed, 69 insertions(+)

diff --git a/dev-libs/mongo-c-driver/Manifest b/dev-libs/mongo-c-driver/Manifest
index 7aacf26..03a1ea3 100644
--- a/dev-libs/mongo-c-driver/Manifest
+++ b/dev-libs/mongo-c-driver/Manifest
@@ -1,4 +1,5 @@
 DIST mongo-c-driver-0.7.1.tar.gz 108537 SHA256 
6670b50bb4232cc617a114d1320ea97abc55f9570b4ebf53e1e6c22671ffc328 SHA512 
5c6996dc47ecbe4d77971e3aa983a877e7de736bf358c467808eceba8b1a5eea342376249cdc682a034fc7ec39290d234527cec3c3732686f184281a72aec724
 WHIRLPOOL 
c3aadbb61bd7bd295398b4510708f95c0a05383e80baba510609870aa39f5442d4bbfb6441889f605578e07e2c97d44d2e2d75b5a2ec6950a362825c6110fbd3
 DIST mongo-c-driver-0.8.1.tar.gz 124053 SHA256 
9575f05fa87fe1f7c6562b1ec9202fd4b8a98950a4d65ea44c1c62fadc2b48b0 SHA512 
7b61ac4b1b154ee1f518eddb2bbc0cdafe0da8786eed4475e5703c2a735ec5a09efde59f5bfa45fb226cbce24d8c0ba0de403d8fc3e561c0e48507dfb07962b1
 WHIRLPOOL 
1474a7b5fced35b511cedd97f558f284d70135c591bd6d671c34519f68097a1e2e6a32a6323acfa4ea3d0146529d3be79f2f91d1187ba3d01a7da6aaacaabf2d
 DIST mongo-c-driver-0.98.2.tar.gz 5342760 SHA256 
ac0edebd6ee55ac5c63047addc67d1801440586e6a9388cb3938c5bb0319afc5 SHA512 
6e3abc31b1e0e02d3bb864882444a95aa01ec4a85ee77abdc52675a730790be7f1924f3c6ea36405ff0f2066e332302ca567bbfa35ba7b918bce81fb409600eb
 WHIRLPOOL 
931a20b916778fcff0d419a73e1263b72b3293ce320254b050ed2211b56449e5e8dcd608459dcce8af98922e64a4aefc2908883f12a590d9e3e754573aed17c1
+DIST mongo-c-driver-1.1.10.tar.gz 5321144 SHA256 
19c076fcca1e7b22a731f10b757a049fd94b4aee6bbd0d7b7a0bcbd454e9dee8 SHA512 
10ebd1bddc0c713c0934679974fb1ed29eda1bf8e2ebbe2a1ebbcba219574092c34c4b352231ec65ffe3e350d8d701ef85debaaa9f9c10e6ab36fc3fa29f69df
 WHIRLPOOL 
ee42e78fbab15b964a04ec70c4a782bb7cd0c46275619b46d32b2c00094df90e3de4a756e6f8496fec87a596af23a403d3cf33b391309e8a044334cbaec58a06
 DIST mongo-c-driver-1.1.2.tar.gz 5443153 SHA256 
ba97f4304883abf6d57ac96751260c4b413b871b0779c12e67136320bee5f118 SHA512 
d420fc407f6a04c06a959b8971dc2643c987df5c3d82f2b13bfdf6a44e96bc377478c4d0e385abf67f21b56892c915c79675fe9ebf6efa9aab51fe452c5e6f95
 WHIRLPOOL 
d72bdd7e449e8437bc9742e5f0330e6f6c47d40e3fc07a17d95a9967ecb2ae5961f5c7c155e2d8a12e733139ffbf30091dfa283f6f6a694e05c9c9fb7a03bd2b

diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-1.1.10.ebuild 
b/dev-libs/mongo-c-driver/mongo-c-driver-1.1.10.ebuild
new file mode 100644
index 000..a745d2d
--- /dev/null
+++ b/dev-libs/mongo-c-driver/mongo-c-driver-1.1.10.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools eutils
+
+DESCRIPTION="A high-performance MongoDB driver for C"
+HOMEPAGE="https://github.com/mongodb/mongo-c-driver;
+SRC_URI="https://github.com/mongodb/${PN}/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~x86"
+IUSE="debug examples sasl ssl static-libs test"
+
+RDEPEND=">=dev-libs/libbson-1.1.10
+   sasl? ( dev-libs/cyrus-sasl )
+   ssl? ( dev-libs/openssl:= )"
+DEPEND="${RDEPEND}
+   test? ( dev-db/mongodb )"
+
+DOCS=( NEWS README.rst TUTORIAL.md )
+
+src_prepare() {
+   rm -r src/libbson || die
+   sed -i -e '/SUBDIRS/s:src/libbson::g' Makefile.am || die
+
+   # https://github.com/mongodb/mongo-c-driver/issues/54
+   sed -i -e "s/PTHREAD_LIBS/PTHREAD_CFLAGS/g" src/Makefile.am \
+   tests/Makefile.am || die
+   eautoreconf
+}
+
+src_configure() {
+   econf --with-libbson=system \
+   --disable-hardening \
+   --disable-optimizations \
+   --disable-examples \
+   $(use_enable sasl) \
+   $(use_enable ssl) \
+   $(use_enable debug) \
+   $(use_enable static-libs static)
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   doman doc/*.3
+
+   use static-libs || find "${D}" -name '*.la' -delete
+
+   if use examples; then
+   insinto /usr/share/${PF}/examples
+   doins -r examples/*.c examples/aggregation examples/bulk
+   fi
+}
+
+src_test() {
+   # Avoid allocating too much disk space by using server.smallFiles = 1
+   echo -e "storage:\nsmallFiles: true" > "${T}/mongod.conf"
+   local PORT=27099
+   mongod --port ${PORT} --bind_ip 127.0.0.1 --nounixsocket --fork \
+   -f "${T}/mongod.conf" --dbpath="${T}" \
+   --logpath="${T}/mongod.log" || die
+   

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

2015-09-17 Thread Alexis Ballier
commit: 62a295688c3af8ea72516065a898bd675eeaeb52
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 17 11:58:58 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 17 11:59:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62a29568

dev-python/python_orocos_kdl: initial import. ebuild by me.

Package-Manager: portage-2.2.20.1

 dev-python/python_orocos_kdl/Manifest  |  1 +
 dev-python/python_orocos_kdl/files/py3.patch   | 58 ++
 dev-python/python_orocos_kdl/metadata.xml  |  5 ++
 .../python_orocos_kdl-1.3.0.ebuild | 57 +
 .../python_orocos_kdl-.ebuild  | 56 +
 5 files changed, 177 insertions(+)

diff --git a/dev-python/python_orocos_kdl/Manifest 
b/dev-python/python_orocos_kdl/Manifest
new file mode 100644
index 000..1e0cce1
--- /dev/null
+++ b/dev-python/python_orocos_kdl/Manifest
@@ -0,0 +1 @@
+DIST orocos_kinematics_dynamics-1.3.0.tar.gz 200229 SHA256 
7be2dd5e4f4c1ceac2cdf1f4fae3d94d4ffd9fc1af8d483c05f04e80ef84b3f9 SHA512 
09ff63f74f1eac3ee8b1090364e0d95b4ae96c9d4435ca34adacb3ded7385f948ddca9be2c1c2c2214c9342b17bbffb7da89ba9b7cd402e7fd4f2c6dbd06a930
 WHIRLPOOL 
4085fa4aba77e0c24a3c1aab4ab5f98e8b349037525e6a596ff027075ea1dcd33c4f13fa3abd61bbe6a2a3bd13b62616d7b614c030ecda8343be3ed59406bae6

diff --git a/dev-python/python_orocos_kdl/files/py3.patch 
b/dev-python/python_orocos_kdl/files/py3.patch
new file mode 100644
index 000..dd22f2d
--- /dev/null
+++ b/dev-python/python_orocos_kdl/files/py3.patch
@@ -0,0 +1,58 @@
+Upstream status: Pending.
+https://github.com/orocos/orocos_kinematics_dynamics/pull/44
+
+Index: orocos_kinematics_dynamics-1.3.0/python_orocos_kdl/CMakeLists.txt
+===
+--- orocos_kinematics_dynamics-1.3.0.orig/python_orocos_kdl/CMakeLists.txt
 orocos_kinematics_dynamics-1.3.0/python_orocos_kdl/CMakeLists.txt
+@@ -8,7 +8,7 @@ link_directories(${orocos_kdl_LIBRARY_DI
+ 
+ find_package(PythonInterp REQUIRED)
+ find_package(PythonLibs ${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR} 
REQUIRED)
+-execute_process(COMMAND ${PYTHON_EXECUTABLE} -c "from distutils.sysconfig 
import get_python_lib; print get_python_lib(plat_specific=True, prefix='')" 
OUTPUT_VARIABLE PYTHON_SITE_PACKAGES OUTPUT_STRIP_TRAILING_WHITESPACE)
++execute_process(COMMAND ${PYTHON_EXECUTABLE} -c "from distutils.sysconfig 
import get_python_lib; print(get_python_lib(plat_specific=True, prefix=''))" 
OUTPUT_VARIABLE PYTHON_SITE_PACKAGES OUTPUT_STRIP_TRAILING_WHITESPACE)
+ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
+ find_package(SIP REQUIRED)
+ include(SIPMacros)
+Index: orocos_kinematics_dynamics-1.3.0/python_orocos_kdl/PyKDL/std_string.sip
+===
+--- 
orocos_kinematics_dynamics-1.3.0.orig/python_orocos_kdl/PyKDL/std_string.sip
 orocos_kinematics_dynamics-1.3.0/python_orocos_kdl/PyKDL/std_string.sip
+@@ -27,7 +27,7 @@
+ newstring = PyUnicode_DecodeUTF8(sipCpp->c_str(), sipCpp->length(), NULL);
+ if(newstring == NULL) {
+ PyErr_Clear();
+-newstring = PyString_FromString(sipCpp->c_str());
++newstring = PyUnicode_FromString(sipCpp->c_str());
+ }
+ return newstring;
+ %End
+@@ -38,21 +38,27 @@
+ // If argument is a Unicode string, just decode it to UTF-8
+ // If argument is a Python string, assume it's UTF-8
+  if (sipIsErr == NULL)
++#if PY_MAJOR_VERSION < 3
+ return (PyString_Check(sipPy) || PyUnicode_Check(sipPy));
++#else
++return PyUnicode_Check(sipPy);
++#endif
+  if (sipPy == Py_None) {
+ *sipCppPtr = new std::string;
+  return 1;
+  }
+  if (PyUnicode_Check(sipPy)) {
+ PyObject* s = PyUnicode_AsEncodedString(sipPy, "UTF-8", "");
+-*sipCppPtr = new std::string(PyString_AS_STRING(s));
++*sipCppPtr = new std::string(PyUnicode_AS_DATA(s));
+ Py_DECREF(s);
+ return 1;
+  }
++#if PY_MAJOR_VERSION < 3
+  if (PyString_Check(sipPy)) {
+ *sipCppPtr = new std::string(PyString_AS_STRING(sipPy));
+ return 1;
+  }
++#endif
+ 
+  return 0;
+ %End

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

diff --git a/dev-python/python_orocos_kdl/python_orocos_kdl-1.3.0.ebuild 
b/dev-python/python_orocos_kdl/python_orocos_kdl-1.3.0.ebuild
new file mode 100644
index 000..5b48080
--- /dev/null
+++ b/dev-python/python_orocos_kdl/python_orocos_kdl-1.3.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( 

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

2015-09-17 Thread Alexys Jacob
commit: eca07aa368a2799b89e28a010c0b87877898e70a
Author: Ultrabug  gentoo  org>
AuthorDate: Thu Sep 17 11:53:09 2015 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Thu Sep 17 11:54:28 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eca07aa3

dev-libs/libbson: version bump

 dev-libs/libbson/Manifest  |  1 +
 dev-libs/libbson/libbson-1.1.10.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-libs/libbson/Manifest b/dev-libs/libbson/Manifest
index c4e3b8a..d2695fd 100644
--- a/dev-libs/libbson/Manifest
+++ b/dev-libs/libbson/Manifest
@@ -1,2 +1,3 @@
 DIST libbson-0.98.0.tar.gz 4451923 SHA256 
5e792a3c4d296a8b9e4316f1c58e94819223c4512ba4a790cf9e7086ef614995 SHA512 
9bae7593198c8ac358978bd6a065d65fb872a15fd43d11839ad5dff1ffbe0362b06cd4bde08032a2c11e8633789328b5d504cd032b7636dc525f6df3e6fd641d
 WHIRLPOOL 
ed6350ef59fa596f6414010362999896648c491a906b4ad9f5e11bac549acf975083d3b6ea8d4e0eff0e3ae35a7db784303120d3855b7f2bb21373a318f44516
+DIST libbson-1.1.10.tar.gz 4431658 SHA256 
211a62a7a6f93ba21b85afc1522c3a367a264be09626ea15f7be3a0fbe084a70 SHA512 
636178bafb19e7b103b5192866dbda0c70b8d7173560b0466f88b3a85cce3292a7caac9521808fa8c09d187f8c96564dcd9fb787e855d1619610f813583379bc
 WHIRLPOOL 
8b29882ce3ebe0da4b0ce952d2b79fff2ce4c211047ff7c05e15f6263546258c134974fdf539ed6173f286c501085e575cebde806f6578ea9fb843f1b92da4f3
 DIST libbson-1.1.2.tar.gz 4492014 SHA256 
acd8026d4e5bf5034b699af136236a8a38c06613d1800fdf54721fe66280b6ae SHA512 
03e2ee337445286c14b846cd7545707959b1d351fa466c6292379a85e48ea1a171dae37dd7aff092212239ad59aac6f1ab216ee5de74ef00a8a2a124559e34da
 WHIRLPOOL 
10a4fee34bcc12a730899553d62405784673ee5beecf63a624fb1527c90403d855a7557f6a35167bffee2b2ebb9f7d3b7ddc64d2e12cc39d95afe89e0db6

diff --git a/dev-libs/libbson/libbson-1.1.10.ebuild 
b/dev-libs/libbson/libbson-1.1.10.ebuild
new file mode 100644
index 000..48a6343
--- /dev/null
+++ b/dev-libs/libbson/libbson-1.1.10.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 autotools eutils
+
+DESCRIPTION="A BSON utility library"
+HOMEPAGE="https://github.com/mongodb/libbson;
+SRC_URI="https://github.com/mongodb/${PN}/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~x86"
+IUSE="debug examples static-libs"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS NEWS README )
+
+src_prepare() {
+   # https://github.com/mongodb/mongo-c-driver/issues/54
+   sed -i -e "s/PTHREAD_LIBS/PTHREAD_CFLAGS/g" src/bson/Makefile.am \
+   tests/Makefile.am || die
+   eautoreconf
+}
+
+src_configure() {
+   econf --disable-hardening \
+   --disable-optimizations \
+   $(use_enable debug) \
+   $(use_enable static-libs static)
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   doman doc/*.3
+
+   use static-libs || find "${D}" -name '*.la' -delete
+
+   if use examples; then
+   insinto /usr/share/${PF}/examples
+   doins examples/*.c
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/mongo-cxx-driver/

2015-09-17 Thread Alexys Jacob
commit: 87579672d77a3210fc6ef5fcc033883082f99bc4
Author: Ultrabug  gentoo  org>
AuthorDate: Thu Sep 17 12:00:16 2015 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Thu Sep 17 12:00:32 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87579672

dev-libs/mongo-cxx-driver: version bump

Package-Manager: portage-2.2.20.1

 dev-libs/mongo-cxx-driver/Manifest |  1 +
 .../mongo-cxx-driver/mongo-cxx-driver-1.0.5.ebuild | 69 ++
 2 files changed, 70 insertions(+)

diff --git a/dev-libs/mongo-cxx-driver/Manifest 
b/dev-libs/mongo-cxx-driver/Manifest
index cff2084..c54ddab 100644
--- a/dev-libs/mongo-cxx-driver/Manifest
+++ b/dev-libs/mongo-cxx-driver/Manifest
@@ -1,2 +1,3 @@
 DIST legacy-0.0-26compat-2.6.7.tar.gz 1512331 SHA256 
a77165e7ad0c1ff8e246adc5e60b9ebb18eec7f0cc18682a33498c12d7cab0ba SHA512 
edf13d5b7802c3b2e9772f08949fd0c412f2cd25ec6d05ff4e8c1f25c3e3506da6ebbd7b017ceec5478585c84e9fa44c66a5094ad3e7a7373187d3fb3c1c1222
 WHIRLPOOL 
f64cfded6a02e241b4b59b3394bcec1cf7df4bc175aba261893d8b24106760eb3899b85b520c5f9af9d929d93ad29ed6d2ef1e11d662b7a331f143f2b88d637c
 DIST legacy-1.0.0.tar.gz 1569156 SHA256 
1350dfdcdb3969e472bf83eec08378f771196c47e70b474e7349c816acb0cca4 SHA512 
e161972715fe45b777ee3d9c7e788ee3a808af789e2c1248af1dde3d3f3936e29f619e039f53210cdd3fc6a6bd8a02c101facf49c61759c6f108d25c5c03b59b
 WHIRLPOOL 
7d5c8fc6d011f219652bc6cc5a8dd59fac899a95ca3bde22fc76a2505cb7393a1762681f77cfc9295028a427e875c0155ee7046fa9d1c2e4e52d340a19e2c925
+DIST legacy-1.0.5.tar.gz 1573929 SHA256 
7e83927285f294ef5b98c4bad022c3dc8e0af5628595abfb676f3d027a8bbebe SHA512 
e904d73f78ffbc1ce18ffa11dd7e367c730b6e79bace0e48c0be4e8ffd7b5fe12e1373e42ad941d8fc239ef031a47d39ff04aaf3f0a5ecf88115c816bc70
 WHIRLPOOL 
8512c9a694288d71d0ad3383457a021a905d384c29c1cdbe426adf3aee9d59406518657d263f9b7d6dcb943ad1268dfd1ac007318139ac409254039a29d62c7c

diff --git a/dev-libs/mongo-cxx-driver/mongo-cxx-driver-1.0.5.ebuild 
b/dev-libs/mongo-cxx-driver/mongo-cxx-driver-1.0.5.ebuild
new file mode 100644
index 000..c6eb633
--- /dev/null
+++ b/dev-libs/mongo-cxx-driver/mongo-cxx-driver-1.0.5.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+SCONS_MIN_VERSION="2.3.0"
+
+inherit eutils flag-o-matic multilib scons-utils
+
+DESCRIPTION="C++ Driver for MongoDB"
+HOMEPAGE="https://github.com/mongodb/mongo-cxx-driver;
+SRC_URI="https://github.com/mongodb/${PN}/archive/legacy-${PV}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug sasl ssl static-libs"
+
+RDEPEND=">=dev-libs/boost-1.50[threads(+)]
+   sasl? ( dev-libs/cyrus-sasl )
+   ssl? ( dev-libs/openssl:= )"
+DEPEND="${RDEPEND}"
+
+# Maintainer notes
+# TODO: enable test in IUSE with
+# test? ( >=dev-cpp/gtest-1.7.0 dev-db/mongodb )
+
+DOCS=( README.md )
+
+S="${WORKDIR}/${PN}-legacy-${PV}"
+
+pkg_setup() {
+   scons_opts="--variant-dir=build --cc=$(tc-getCC) --cxx=$(tc-getCXX)"
+   scons_opts+=" --disable-warnings-as-errors --sharedclient"
+
+   if use debug; then
+   scons_opts+=" --dbg=on"
+   fi
+
+   if use prefix; then
+   scons_opts+=" --cpppath=${EPREFIX}/usr/include"
+   scons_opts+=" --libpath=${EPREFIX}/usr/$(get_libdir)"
+   fi
+
+   if use sasl; then
+   scons_opts+=" --use-sasl-client"
+   fi
+
+   if use ssl; then
+   scons_opts+=" --ssl"
+   fi
+}
+
+src_prepare() {
+   epatch "${FILESDIR}/${PN}-1.0.0-fix-scons.patch"
+
+   # respect mongoDB upstream's basic recommendations
+   # see bug #536688 and #526114
+   if ! use debug; then
+   filter-flags '-m*'
+   filter-flags '-O?'
+   fi
+}
+
+src_install() {
+   escons ${scons_opts} install --prefix="${ED}"/usr
+
+   use static-libs || find "${D}" -name '*.a' -delete
+}



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

2015-09-17 Thread Tobias Klausmann
commit: 46712ee2ec7d8940318523360b807173258c00ab
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 17 12:07:17 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 17 12:07:59 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46712ee2

dev-vcs/git: add alpha keyword

Gentoo-Bug: 560618

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-vcs/git/git-2.4.9.ebuild b/dev-vcs/git/git-2.4.9.ebuild
index 352b93a..027a585 100644
--- a/dev-vcs/git/git-2.4.9.ebuild
+++ b/dev-vcs/git/git-2.4.9.ebuild
@@ -33,7 +33,7 @@ if [[ ${PV} != * ]]; then

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}

${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



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

2015-09-17 Thread Tobias Klausmann
commit: 5189f2b63e1b1f2c42c9da6867bcaae53137d26f
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 17 12:14:23 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 17 12:14:23 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5189f2b6

net-fs/libnfs: add ~alpha keyword

Gentoo-Bug: 551576

Package-Manager: portage-2.2.20.1

 net-fs/libnfs/libnfs-1.9.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/libnfs/libnfs-1.9.7.ebuild 
b/net-fs/libnfs/libnfs-1.9.7.ebuild
index e88e211..ff3622c 100644
--- a/net-fs/libnfs/libnfs-1.9.7.ebuild
+++ b/net-fs/libnfs/libnfs-1.9.7.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-2 autotools-utils
 else
SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz;
-   KEYWORDS="amd64 arm arm64 hppa ia64 m68k mips ppc ppc64 s390 sh x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k mips ppc ppc64 s390 sh 
x86"
inherit autotools-utils
 fi
 



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

2015-09-17 Thread Tobias Klausmann
commit: c73b1b3e4ecbcd0a2a5429ad61b129cf55a0eb48
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 17 12:16:54 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 17 12:16:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c73b1b3e

gnome-base/gvfs, net-fs/libnf: move USE mask to stable only

Gentoo-Bug: 551576

 profiles/arch/alpha/package.use.mask| 4 
 profiles/arch/alpha/package.use.stable.mask | 6 ++
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 9e8cf72..bb2c018 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -35,10 +35,6 @@ dev-python/wsgiproxy2 test
 dev-python/urllib3 test
 
 # Gilles Dartiguelongue  (09 Jun 2015)
-# net-fs/libnfs lacks alpha keyword, bug #551576
-gnome-base/gvfs nfs
-
-# Gilles Dartiguelongue  (09 Jun 2015)
 # dev-lang/luajit and dev-lua/lgi and lack alpha keyword, bug #551540
 dev-libs/libpeas lua jit
 

diff --git a/profiles/arch/alpha/package.use.stable.mask 
b/profiles/arch/alpha/package.use.stable.mask
index fc225a3..cfb2950 100644
--- a/profiles/arch/alpha/package.use.stable.mask
+++ b/profiles/arch/alpha/package.use.stable.mask
@@ -17,6 +17,12 @@
 #
 
 #--- END OF EXAMPLES ---
+#
+# Tobias Klausmann  (17 Sep 2015)
+# Move this mask here (from package.use.mask) until net-fs/libnfs goes stable.
+# Gilles Dartiguelongue  (09 Jun 2015)
+# net-fs/libnfs lacks alpha keyword, bug #551576
+gnome-base/gvfs nfs
 
 # Tobias Klausmann  (16 Sep 2015)
 # Move this mask here (from package.use.mask) until rubberband goes stable.



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

2015-09-17 Thread Johannes Huber
commit: ae86f4a39e2cf395da3ff00361ddc5d9579d7434
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Sep 17 10:07:34 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Sep 17 10:23:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae86f4a3

kde-misc/nepomukshell: Remove package

Last rited on 2015/08/13.

 kde-misc/nepomukshell/Manifest |  1 -
 kde-misc/nepomukshell/metadata.xml | 10 --
 kde-misc/nepomukshell/nepomukshell-0.8.0-r1.ebuild | 23 --
 3 files changed, 34 deletions(-)

diff --git a/kde-misc/nepomukshell/Manifest b/kde-misc/nepomukshell/Manifest
deleted file mode 100644
index a37c04f..000
--- a/kde-misc/nepomukshell/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST nepomukshell-0.8.0.tar.bz2 35488 SHA256 
a5d9e0840f927bdf6743b08c65456373de4374588a7fd78b710e000790c8c715 SHA512 
41aae46cb2e06a3a97beade37b665bacc8a38c3070ea6545fa8efee42fe8ee4c168920bf8bbccdc378ba70b35f117235903fabe48430ede564fe695f4328df8f
 WHIRLPOOL 
dcdae38f359e465adcc10babb78adca71a5cb8d2a7ae44e8cde736f368d12affc864ae279b440d9cf2fbdb669d0d0ab15464ebecc3946bfbb6f4983f88e8806f

diff --git a/kde-misc/nepomukshell/metadata.xml 
b/kde-misc/nepomukshell/metadata.xml
deleted file mode 100644
index 433f913..000
--- a/kde-misc/nepomukshell/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   kde
-   
-   david.narv...@computer.org
-   David E. Narváez
-   The Nepomuk Swiss Army Knife aka. NepomukShell 
allows to browse, query, and edit Nepomuk resources
-   
-

diff --git a/kde-misc/nepomukshell/nepomukshell-0.8.0-r1.ebuild 
b/kde-misc/nepomukshell/nepomukshell-0.8.0-r1.ebuild
deleted file mode 100644
index 3083eba..000
--- a/kde-misc/nepomukshell/nepomukshell-0.8.0-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_MINIMAL="4.13.1"
-inherit kde4-base
-
-DESCRIPTION="Browse, query, and edit Nepomuk resources"
-HOMEPAGE="https://projects.kde.org/projects/extragear/utils/nepomukshell;
-SRC_URI="mirror://kde/unstable/nepomuk/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND="
-   $(add_kdebase_dep kdelibs 'nepomuk')
-"
-
-RDEPEND="${DEPEND}"



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

2015-09-17 Thread Johannes Huber
commit: 7dc6686f0445c04e44c66f8cb3f356bbc16acd16
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Sep 17 10:08:19 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Sep 17 10:23:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dc6686f

kde-misc/ksoprano: Remove package

Last rited on 2015/08/13

 kde-misc/ksoprano/Manifest   |  1 -
 kde-misc/ksoprano/ksoprano-0.2-r1.ebuild | 26 --
 kde-misc/ksoprano/metadata.xml   |  5 -
 3 files changed, 32 deletions(-)

diff --git a/kde-misc/ksoprano/Manifest b/kde-misc/ksoprano/Manifest
deleted file mode 100644
index 8669176..000
--- a/kde-misc/ksoprano/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST 116756-ksoprano.tgz 11972 SHA256 
5b2fa639369a0195848686f6dc793645e48af828b4708d3c200f1573f10cfe43 SHA512 
aff6ee9b9fd5f75d6a505d60c435be1653d827b8c89e9a4ac7f18e773e7d8aff57ce1d7610e80d97aa471d325900e62d56aba0e17d749a74f9e319659fe873f4
 WHIRLPOOL 
f93e04ae2cacde7b0012cce593fd3a096b9e3774014c480c532bd033d0d4a5a0ea79e3e76075a00833f4659c31cb9fe61714f4acde70a5ac11b23903afd51a31

diff --git a/kde-misc/ksoprano/ksoprano-0.2-r1.ebuild 
b/kde-misc/ksoprano/ksoprano-0.2-r1.ebuild
deleted file mode 100644
index d88da63..000
--- a/kde-misc/ksoprano/ksoprano-0.2-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_MINIMAL="4.13.1"
-inherit kde4-base
-
-DESCRIPTION="A GUI for querying and manipulating RDF data"
-HOMEPAGE="http://www.kde-apps.org/content/show.php?content=116756;
-SRC_URI="http://kde-apps.org/CONTENT/content-files/116756-${PN}.tgz;
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
-   $(add_kdebase_dep kdelibs 'nepomuk')
-"
-RDEPEND="${DEPEND}
-   $(add_kdeapps_dep nepomuk)
-"
-
-S="${WORKDIR}/${PN}"

diff --git a/kde-misc/ksoprano/metadata.xml b/kde-misc/ksoprano/metadata.xml
deleted file mode 100644
index a23f444..000
--- a/kde-misc/ksoprano/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   kde
-



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

2015-09-17 Thread Johannes Huber
commit: ae26cd3883149eeec14c9fec1d31ecd94212a295
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Sep 17 10:47:44 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Sep 17 10:48:33 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae26cd38

eclass: Remove virtuoso.eclass

Last rited on 2015/08/13.

 eclass/virtuoso.eclass | 131 -
 1 file changed, 131 deletions(-)

diff --git a/eclass/virtuoso.eclass b/eclass/virtuoso.eclass
deleted file mode 100644
index e0ac542..000
--- a/eclass/virtuoso.eclass
+++ /dev/null
@@ -1,131 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# @ECLASS: virtuoso.eclass
-# @MAINTAINER:
-# Maciej Mrozowski 
-# Chris Reffett 
-#
-# @BLURB: Provides splitting functionality for Virtuoso
-# @DESCRIPTION:
-# This eclass provides common code for splitting Virtuoso OpenSource database
-
-case ${EAPI:-0} in
-   2|3|4|5) : ;;
-   *) die "EAPI=${EAPI} is not supported" ;;
-esac
-
-inherit autotools multilib eutils
-
-MY_P="virtuoso-opensource-${PV}"
-
-case ${PV} in
-   **)
-   ECVS_SERVER="virtuoso.cvs.sourceforge.net:/cvsroot/virtuoso"
-   ECVS_PROJECT='virtuoso'
-   SRC_URI=""
-   inherit cvs
-   ;;
-   *)
-   # Use this variable to determine distribution method (live or 
tarball)
-   TARBALL="${MY_P}.tar.gz"
-   SRC_URI="mirror://sourceforge/virtuoso/${TARBALL} 
mirror://gentoo/VOS-genpatches-${PV}.tar.bz2"
-   ;;
-esac
-
-EXPORT_FUNCTIONS src_prepare src_configure
-
-# Set some defaults
-HOMEPAGE='http://virtuoso.openlinksw.com/wiki/main/Main/'
-LICENSE='GPL-2'
-SLOT='0'
-
-DEPEND='
-   >=sys-devel/libtool-2.2.6a
-'
-RDEPEND=''
-
-S="${WORKDIR}/${MY_P}"
-
-# @FUNCTION: virtuoso_src_prepare
-# @DESCRIPTION:
-# 1. Applies common release patches
-# 2. Applies package-specific patches (from ${FILESDIR}/, PATCHES can be used)
-# 3. Applies user patches from /etc/portage/patches/${CATEGORY}/${PN}/
-# 4. Modifies makefiles for split build. Uses VOS_EXTRACT
-# 5. eautoreconf
-virtuoso_src_prepare() {
-   debug-print-function ${FUNCNAME} "$@"
-
-   EPATCH_SUFFIX='patch' EPATCH_FORCE='yes' epatch
-   pushd "${S}" >/dev/null
-   [[ ${PATCHES[@]} ]] && epatch "${PATCHES[@]}"
-
-   debug-print "$FUNCNAME: applying user patches"
-   epatch_user
-
-
-   # @ECLASS-VARIABLE: VOS_EXTRACT
-   # @DESCRIPTION:
-   # Lists any subdirectories that are required to be extracted
-   # and enabled in Makefile.am's for current package.
-   if [[ -n ${VOS_EXTRACT} ]]; then
-   # Comment out everything
-   find . -name Makefile.am -exec \
-   sed -e '/SUBDIRS\s*=/s/^/# DISABLED /g' -i {} + \
-   || die 'failed to disable subdirs'
-
-   # Uncomment specified
-   local path
-   for path in ${VOS_EXTRACT}; do
-   if [[ -d "${path}" ]]; then
-   # Uncomment leaf
-   if [[ -f "${path}"/Makefile.am ]]; then
-   sed -e '/^# DISABLED \s*SUBDIRS\s*=/s/# 
DISABLED //g' \
-   -i "${path}"/Makefile.am || die 
"failed to uncomment leaf in ${path}/Makefile.am"
-   fi
-   # Process remaining path elements
-   while true; do
-   local subdir=`basename "${path}"`
-   path=`dirname "${path}"`
-   if [[ -f "${path}"/Makefile.am ]]; then
-   # Uncomment if necessary
-   sed -e '/^# DISABLED 
\s*SUBDIRS\s*=/s/.*/SUBDIRS =/g' \
-   -i "${path}"/Makefile.am
-   # Append subdirs if not there 
already
-   if [[ -z `sed -ne 
"/SUBDIRS\s*=.*${subdir}\b/p" "${path}"/Makefile.am` ]]; then
-   sed -e 
"/^SUBDIRS\s*=/s|$| ${subdir}|" \
-   -i 
"${path}"/Makefile.am || die "failed to append ${subdir}"
-   fi
-   fi
-   [[ "${path}" = . ]] && break
-   done
-   fi
-   done
-   fi
-
-   eautoreconf
-}
-
-# @FUNCTION: virtuoso_src_configure
-# @DESCRIPTION:
-# Runs ./configure with common and 

[gentoo-commits] repo/gentoo:master commit in: sci-physics/lammps/

2015-09-17 Thread Nicolas Bock
commit: ad9cd10d3ff0268ee448dfee7dfab647798cc02d
Author: Nicolas Bock  gentoo  org>
AuthorDate: Thu Sep 17 10:50:41 2015 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Thu Sep 17 10:51:31 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad9cd10d

sci-physics/lammps: Removing old packages.

Package-Manager: portage-2.2.20.1

 sci-physics/lammps/Manifest   |   4 -
 sci-physics/lammps/lammps-20150718.ebuild | 267 --
 sci-physics/lammps/lammps-20150721.ebuild | 267 --
 sci-physics/lammps/lammps-20150722.ebuild | 267 --
 sci-physics/lammps/lammps-20150724.ebuild | 267 --
 5 files changed, 1072 deletions(-)

diff --git a/sci-physics/lammps/Manifest b/sci-physics/lammps/Manifest
index 1bad744..6145431 100644
--- a/sci-physics/lammps/Manifest
+++ b/sci-physics/lammps/Manifest
@@ -3,11 +3,7 @@ DIST lammps-10Feb15.tar.gz 62912048 SHA256 
59373e9b5592f7b697a144bbce1fb742726e0
 DIST lammps-11Sep15.tar.gz 87274144 SHA256 
79a40bc395a9052345cf1c7caa8da69f6ec0603e0be09503b060c51672a9734f SHA512 
a478470d6e90c870dad606649009c085451d3890632dfc05a84890ff9d69e8465eff52d4853b4dc4a82ebcb15074c8f2fd07bbde132404a01c1c5df0867ee3f2
 WHIRLPOOL 
21225df1baadd02dbdc9f0b7aea6a2323ac1a1ac177453b67d5387b87a711e505395d17efada9ca5d079d919842da69c6d41d9a3a6ec6375d8526c3ed32f8ad3
 DIST lammps-15May15.tar.gz 63835027 SHA256 
0233ea98c7d77d31bd0a538bb674c0ee8f000f1d0ee1b8c049072873192aa228 SHA512 
a23c16b98117590b15ca7662b878fb2f76ec41399c329c98deb48e28a0ffce293443269513a96c2503389894b598787b19dadc210d4b4dbc6a7432caf633e7d1
 WHIRLPOOL 
4c4edfd772bbf534e42fc43e1feaf3b8f76e74c58ec1e985e3c29ee0d8e64aa8c501b8e45e078643409c320a1d834b0d5eb699e7d1ec29df06be0126d12492f1
 DIST lammps-18Aug15.tar.gz 87893731 SHA256 
513237934cda7c1e026f4983096fd53cb510fadee12c55b13b4735086155245a SHA512 
5816509f5b988dbe74c9f40a9faa42b3bcf260388dfe70703a1544517acd3f868d3bc398fb4c2fa7713d24409075d44ad80b8e91a25a28db783c2605aff30977
 WHIRLPOOL 
7022f3aabadffdfa2ef4c8219589e46fba2572d9ed4b52591f6516a61d4895b39d637d88535ba83881db5d48661e34ca6ff2f22a6819dbec015af979721a0f53
-DIST lammps-18Jul15.tar.gz 66065642 SHA256 
deb6625b7c21cf94fc7ee9aefb2edf55a6c8dc870e919028c9ffa1cd169d57ed SHA512 
d26dd0084779e037af35bc26f81cdca5a7617f841860e6eab7d52f6c023d2c001075aad5dc3d656ceb6e92650589acc472fa5c8954fd9ab81ec0b737e377284b
 WHIRLPOOL 
66794b7250cdb077bcbeb2b95a464aecc684f7592d81f3db4a3702195ef1d8404eb4b1f38e6c1dd859a42dd8ca1ebd039cbac4d9fd11be99a376168f2c498cdd
 DIST lammps-21Aug15.tar.gz 87096749 SHA256 
46f68e7b61e50ab3e790c53cadd82fde7c7aa58aa73e8a3257f24facff2ed0a4 SHA512 
b1dd90890c43a6cf55a57a61279dcc4c10fdedb4ad90f225a06c0e93eb139d30f2d56baa233c081b38adeeb0a8419a0315ccc4b0fa15c3ffbf7db626ca261e9d
 WHIRLPOOL 
a1d7d4ab30f9ecca3fd64216e729fef6fa1b3f7a6698b9eaf104bcbfa03a66862cd8c5882e94f73e841064d94bf030aaf569ebb457d89fbd345b391f9cee6822
-DIST lammps-21Jul15.tar.gz 66715434 SHA256 
2e24a7b6131a35ef83cec08f4dc9f7cc5188c59a630ba61f2a8ac3cfbd284ef7 SHA512 
cbf39b3559ac60d5ad92299370bf9af76c0bd7fec62dbaa429d5127d561978426d16b03510b815ffeb6b0acdb362523809adf7ac3fbc2fea8cc484010b1ef7bc
 WHIRLPOOL 
41df92b1f5baf52e846032f12c80f813b84fcd1c71f8c7dad5594780da154345d1b1bdea6b68f4c4b71029346d74d4ff3a813f1101437a01be65df7cf6d0d246
-DIST lammps-22Jul15.tar.gz 67275212 SHA256 
b75cdf8ead17f20433737c203c8d29c0cc3e157c9b3d175093467873aea0b869 SHA512 
f6e5eaf3ca8bcd25a580a4608e0aec0021f2ed5eb23cf9ccd0a707cb8bc320568504ccffc25cccb5acfe2fc3515c58f8afc8936aea63acb3062bdc897a5eb2ee
 WHIRLPOOL 
13c09e1045a0bdabe15e2125ccef0ea622cb12fcce63d8441b7f9843b8f1a3f7aa0c13908a2e215c1fdba8a579a17a5833111b5cf31a2471bf66e781ef281c59
-DIST lammps-24Jul15.tar.gz 67180142 SHA256 
bd183f7b073e1ca86656a8f6ea99195123ce3c7829c872ca45216da4132ff96d SHA512 
e285a1f326658bd23f32ecf9409d9f0bf16ed635656bbcee0d84da58e1c008363c7815001bcaa5b7701d99b3318a56240b021447e94754607c2ceb178e377122
 WHIRLPOOL 
003237f8e9a7caec98aa1f8f0c5e03c0cda6d60f20460e32c4eea3c92707e349f4e1a71510f1290b6e6aeac1621951080f904b1bb2224c8eb9e25067206d2b1b
 DIST lammps-29Aug15.tar.gz 87253305 SHA256 
fff69b47c40936d4ccd90a8443ce5bb1bcf4cb449ae06a5822c1b11a2ab2dd67 SHA512 
991c56608a3288ebdcd2fb0857c595d42047b5ed0780b6d4ddb98388627499727b6c04fe0eff3e7221238dba2a8601f0b4b4067b5aa5ec2f356b4ee13f6c129c
 WHIRLPOOL 
88da74fa65aeb187330439417512d516fe8adf4a5df4be48fdafafa198e8c4d657ecce7f04f749d77cb2f8a7881ac47f4604cf6bc8eb3ca8b2cbc7988d866a87
 DIST lammps-4Sep15.tar.gz 87259558 SHA256 
8652c801e4ce8b6b7d42a6c71f76b68a6e741dc8efb8d7d3dad36b624fe8f150 SHA512 
ee730c8bd96e14931192a68c12e4ebde301cc3525b20816d051059f155b70c6edcea7dc2ed911e0b89685d751cd5a74b4bb5eedd6c16a042a2191bf8a9665fc9
 WHIRLPOOL 
271ac0d74e03d3e3e118a8b2385d98ce3f566ead67f1c329a219c265f886dc267b11be17c2caa52749ebac212bbc7456fba2d0d6ec69cd25815316e601b3360a
 DIST lammps-9Sep15.tar.gz 87275742 SHA256 

[gentoo-commits] repo/gentoo:master commit in: dev-util/wstool/files/, dev-util/wstool/

2015-09-17 Thread Alexis Ballier
commit: df52e18311bd53a7f72d041e370bb5ebbae617a4
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 17 11:15:20 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 17 11:22:45 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df52e183

dev-util/wstool: initial import. ebuild by me.

Package-Manager: portage-2.2.20.1

 dev-util/wstool/Manifest |  1 +
 dev-util/wstool/files/prefix.patch   | 22 +
 dev-util/wstool/metadata.xml |  5 +++
 dev-util/wstool/wstool-0.1.10.ebuild | 62 
 dev-util/wstool/wstool-.ebuild   | 62 
 5 files changed, 152 insertions(+)

diff --git a/dev-util/wstool/Manifest b/dev-util/wstool/Manifest
new file mode 100644
index 000..cbac4c0
--- /dev/null
+++ b/dev-util/wstool/Manifest
@@ -0,0 +1 @@
+DIST wstool-0.1.10.tar.gz 73404 SHA256 
2810f7f384b45bc653e006e0d473ed66a3ba88e237792a92955bc61fcef61b7c SHA512 
8b5924844e8ff0ddcce3302b550493a9bbe525c7c7d7f5a23e49d4734649f50893ca0f2e5dbd05b20ee73d31666d61a4c3035e7d30e6053bfe8ff5c6aa9aafde
 WHIRLPOOL 
b9a6399e0dfb894685b7ed83210fe2920bdcfb2a426684829c65fec33b3963eb6cde3f7c35f9f16194306731bb366ba54ce48ba10805ff70c7eaf0a094d7f15c

diff --git a/dev-util/wstool/files/prefix.patch 
b/dev-util/wstool/files/prefix.patch
new file mode 100644
index 000..8737a58
--- /dev/null
+++ b/dev-util/wstool/files/prefix.patch
@@ -0,0 +1,22 @@
+Index: wstool-0.1.10/setup.py
+===
+--- wstool-0.1.10.orig/setup.py
 wstool-0.1.10/setup.py
+@@ -23,15 +23,9 @@ def get_version():
+ def _resolve_prefix(prefix, type):
+ osx_system_prefix = '/System/Library/Frameworks/Python.framework/Versions'
+ if type == 'man':
+-if prefix == '/usr':
+-return '/usr/share'
+-if sys.prefix.startswith(osx_system_prefix):
+-return '/usr/share'
++return os.path.join(prefix, 'share')
+ elif type == 'bash_comp':
+-if prefix == '/usr':
+-return '/'
+-if sys.prefix.startswith(osx_system_prefix):
+-return '/'
++return os.path.join(prefix, '../')
+ elif type == 'zsh_comp':
+ if sys.prefix.startswith(osx_system_prefix):
+ return '/usr'

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

diff --git a/dev-util/wstool/wstool-0.1.10.ebuild 
b/dev-util/wstool/wstool-0.1.10.ebuild
new file mode 100644
index 000..962d999
--- /dev/null
+++ b/dev-util/wstool/wstool-0.1.10.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+SCM=""
+if [ "${PV#}" != "${PV}" ] ; then
+   SCM="git-r3"
+   EGIT_REPO_URI="https://github.com/vcstools/wstool;
+fi
+
+inherit ${SCM} distutils-r1
+
+DESCRIPTION="Commands to manage several local SCM repositories for ROS"
+HOMEPAGE="http://wiki.ros.org/wstool;
+if [ "${PV#}" != "${PV}" ] ; then
+   SRC_URI=""
+   KEYWORDS=""
+else
+   SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz
+   http://github.com/vcstools/wstool/archive/${PV}.tar.gz -> 
${P}.tar.gz
+   "
+   KEYWORDS="~amd64 ~arm"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/vcstools[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/sphinx
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}]
+   dev-vcs/git
+   dev-vcs/bzr
+   dev-vcs/mercurial
+   dev-vcs/subversion
+   )
+"
+
+PATCHES=( "${FILESDIR}/prefix.patch" )
+DISTUTILS_IN_SOURCE_BUILD="yes"
+
+python_test() {
+   # From travis.yml
+   # Set git config to silence some stuff in the tests
+   git config --global user.email "f...@example.com"
+   git config --global user.name "Foo Bar"
+   # Set the hg user
+   echo -e "[ui]\nusername = Your Name " >> ~/.hgrc
+   # Set the bzr user
+   bzr whoami "Your Name "
+   # command to run tests
+   nosetests --with-coverage --cover-package=wstool || die
+}

diff --git a/dev-util/wstool/wstool-.ebuild 
b/dev-util/wstool/wstool-.ebuild
new file mode 100644
index 000..962d999
--- /dev/null
+++ b/dev-util/wstool/wstool-.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+SCM=""
+if [ "${PV#}" != "${PV}" ] ; then
+   SCM="git-r3"
+   

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

2015-09-17 Thread Alexis Ballier
commit: be3ad5ab84f2e687fde019acb679a67b2e2631cf
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 17 11:22:34 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 17 11:22:45 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be3ad5ab

dev-util/rosinstall: initial import. ebuild by me.

Package-Manager: portage-2.2.20.1

 dev-util/rosinstall/Manifest|  1 +
 dev-util/rosinstall/metadata.xml|  5 +++
 dev-util/rosinstall/rosinstall-0.7.6.ebuild | 61 +
 dev-util/rosinstall/rosinstall-.ebuild  | 61 +
 4 files changed, 128 insertions(+)

diff --git a/dev-util/rosinstall/Manifest b/dev-util/rosinstall/Manifest
new file mode 100644
index 000..c68cf3b
--- /dev/null
+++ b/dev-util/rosinstall/Manifest
@@ -0,0 +1 @@
+DIST rosinstall-0.7.6.tar.gz 64788 SHA256 
e5abe3ddb34a84cb77ce926a71112ccda985ed95462f757a24cb67f0e6aa3d9e SHA512 
e7e480995e612557e146c9f8c5158aa3109dbc3a3b324f67d9a533cae75a10bae45bdd1573e63bb8bda2b3d7d1ef494c2de3eb06e8ee4f1e05d50f10e5015997
 WHIRLPOOL 
3affdbb949906007382bd1e2f59b48d0cb8d842d3f93ce6027066dbe644954b1ba337e44ea2d02acd26e9381a308452f84dd2d8ff3993eeb3d180ee82431e734

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

diff --git a/dev-util/rosinstall/rosinstall-0.7.6.ebuild 
b/dev-util/rosinstall/rosinstall-0.7.6.ebuild
new file mode 100644
index 000..57d4b29
--- /dev/null
+++ b/dev-util/rosinstall/rosinstall-0.7.6.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+SCM=""
+if [ "${PV#}" != "${PV}" ] ; then
+   SCM="git-r3"
+   EGIT_REPO_URI="https://github.com/vcstools/rosinstall;
+fi
+
+inherit ${SCM} distutils-r1
+
+DESCRIPTION="Command-line tools for maintaining a workspace of projects for 
ROS"
+HOMEPAGE="http://wiki.ros.org/rosinstall http://wiki.ros.org/roslocate;
+if [ "${PV#}" != "${PV}" ] ; then
+   SRC_URI=""
+   KEYWORDS=""
+else
+   SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz
+   https://github.com/vcstools/rosinstall/archive/${PV}.tar.gz -> 
${P}.tar.gz
+   "
+   KEYWORDS="~amd64 ~arm"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+   dev-python/catkin_pkg[${PYTHON_USEDEP}]
+   dev-python/vcstools[${PYTHON_USEDEP}]
+   dev-python/rosdistro[${PYTHON_USEDEP}]
+   dev-util/wstool[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-vcs/git
+   dev-vcs/bzr
+   dev-vcs/mercurial
+   app-shells/zsh
+   )
+"
+
+python_test() {
+   # From travis.yml
+   # Set git config to silence some stuff in the tests
+   git config --global user.email "f...@example.com"
+   git config --global user.name "Foo Bar"
+   # Set the hg user
+   echo -e "[ui]\nusername = Your Name " >> ~/.hgrc
+   # Set the bzr user
+   bzr whoami "Your Name "
+   # command to run tests
+   # Local tests work even if ros.org is down
+   export ROSINSTALL_SKIP_PYTHON3=1
+   nosetests test || die
+}

diff --git a/dev-util/rosinstall/rosinstall-.ebuild 
b/dev-util/rosinstall/rosinstall-.ebuild
new file mode 100644
index 000..57d4b29
--- /dev/null
+++ b/dev-util/rosinstall/rosinstall-.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+SCM=""
+if [ "${PV#}" != "${PV}" ] ; then
+   SCM="git-r3"
+   EGIT_REPO_URI="https://github.com/vcstools/rosinstall;
+fi
+
+inherit ${SCM} distutils-r1
+
+DESCRIPTION="Command-line tools for maintaining a workspace of projects for 
ROS"
+HOMEPAGE="http://wiki.ros.org/rosinstall http://wiki.ros.org/roslocate;
+if [ "${PV#}" != "${PV}" ] ; then
+   SRC_URI=""
+   KEYWORDS=""
+else
+   SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz
+   https://github.com/vcstools/rosinstall/archive/${PV}.tar.gz -> 
${P}.tar.gz
+   "
+   KEYWORDS="~amd64 ~arm"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+   dev-python/catkin_pkg[${PYTHON_USEDEP}]
+   dev-python/vcstools[${PYTHON_USEDEP}]
+   dev-python/rosdistro[${PYTHON_USEDEP}]
+   dev-util/wstool[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-vcs/git
+   dev-vcs/bzr
+  

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

2015-09-17 Thread Alexis Ballier
commit: a5a6f6d8c5686a71a9cd8e81e0897e8bf3e0b5aa
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 17 11:25:11 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 17 11:25:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a6f6d8

dev-util/rosinstall_generator: initial import. ebuild by me.

Package-Manager: portage-2.2.20.1

 dev-util/rosinstall_generator/Manifest |  1 +
 dev-util/rosinstall_generator/metadata.xml |  5 +++
 .../rosinstall_generator-0.1.11.ebuild | 36 ++
 .../rosinstall_generator-.ebuild   | 36 ++
 4 files changed, 78 insertions(+)

diff --git a/dev-util/rosinstall_generator/Manifest 
b/dev-util/rosinstall_generator/Manifest
new file mode 100644
index 000..57e114c
--- /dev/null
+++ b/dev-util/rosinstall_generator/Manifest
@@ -0,0 +1 @@
+DIST rosinstall_generator-0.1.11.tar.gz 10230 SHA256 
cbb87d76a35d14d9dc5728c53e0027fe855830daacf6b4aa78b336fad03a297d SHA512 
ec94feaf05f105cc19715824937c96a505bcff1236a445f8eb85cd68dfa70fd8e146d6e8c67a5f1d54b1579a8f432ecbf042acd7c0a78a104c27281433afb2f6
 WHIRLPOOL 
e78320c5134f6645ab168695b4a5291fda8348a38f0b5f3a27618e0c6a9eac04381a843f1eb083db9e1f4edb149e8ac767e6ded6691894dec604504e582fce34

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

diff --git a/dev-util/rosinstall_generator/rosinstall_generator-0.1.11.ebuild 
b/dev-util/rosinstall_generator/rosinstall_generator-0.1.11.ebuild
new file mode 100644
index 000..608b89c
--- /dev/null
+++ b/dev-util/rosinstall_generator/rosinstall_generator-0.1.11.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+SCM=""
+if [ "${PV#}" != "${PV}" ] ; then
+   SCM="git-r3"
+   
EGIT_REPO_URI="https://github.com/ros-infrastructure/rosinstall_generator;
+fi
+
+inherit ${SCM} distutils-r1
+
+DESCRIPTION="Generates rosinstall files containing information about 
repositories with ROS packages/stacks"
+HOMEPAGE="http://wiki.ros.org/rosinstall_generator;
+if [ "${PV#}" != "${PV}" ] ; then
+   SRC_URI=""
+   KEYWORDS=""
+else
+   
SRC_URI="https://github.com/ros-infrastructure/rosinstall_generator/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   >=dev-python/catkin_pkg-0.1.28[${PYTHON_USEDEP}]
+   dev-python/rosdistro[${PYTHON_USEDEP}]
+   dev-python/rospkg[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-util/rosinstall_generator/rosinstall_generator-.ebuild 
b/dev-util/rosinstall_generator/rosinstall_generator-.ebuild
new file mode 100644
index 000..608b89c
--- /dev/null
+++ b/dev-util/rosinstall_generator/rosinstall_generator-.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+SCM=""
+if [ "${PV#}" != "${PV}" ] ; then
+   SCM="git-r3"
+   
EGIT_REPO_URI="https://github.com/ros-infrastructure/rosinstall_generator;
+fi
+
+inherit ${SCM} distutils-r1
+
+DESCRIPTION="Generates rosinstall files containing information about 
repositories with ROS packages/stacks"
+HOMEPAGE="http://wiki.ros.org/rosinstall_generator;
+if [ "${PV#}" != "${PV}" ] ; then
+   SRC_URI=""
+   KEYWORDS=""
+else
+   
SRC_URI="https://github.com/ros-infrastructure/rosinstall_generator/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   >=dev-python/catkin_pkg-0.1.28[${PYTHON_USEDEP}]
+   dev-python/rosdistro[${PYTHON_USEDEP}]
+   dev-python/rospkg[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"



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

2015-09-17 Thread Tobias Klausmann
commit: 4594dcfb66e08050b8a346447373c1365a187035
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 17 11:29:18 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 17 11:29:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4594dcfb

dev-vcs/git: add alpha keyword

Gentoo-Bug: 560618

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-vcs/git/git-2.3.9.ebuild b/dev-vcs/git/git-2.3.9.ebuild
index 552e959..c5dd73d 100644
--- a/dev-vcs/git/git-2.3.9.ebuild
+++ b/dev-vcs/git/git-2.3.9.ebuild
@@ -33,7 +33,7 @@ if [[ ${PV} != * ]]; then

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}

${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] proj/kde:master commit in: dev-db/virtuoso-odbc/

2015-09-17 Thread Johannes Huber
commit: 72d2e0780e69187c59726c85b7fc458cd03661a7
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Sep 17 10:21:54 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Sep 17 10:22:52 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=72d2e078

dev-db/virtuoso-odbc: Remove package

Last rited on 2015/08/13.

 dev-db/virtuoso-odbc/metadata.xml   | 13 
 dev-db/virtuoso-odbc/virtuoso-odbc-7.1.0.ebuild | 42 -
 2 files changed, 55 deletions(-)

diff --git a/dev-db/virtuoso-odbc/metadata.xml 
b/dev-db/virtuoso-odbc/metadata.xml
deleted file mode 100644
index fbcadb2..000
--- a/dev-db/virtuoso-odbc/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   kde
-   
-   reave...@gentoo.org
-   Maciej Mrozowski
-   
-   
-   creff...@gentoo.org
-   Chris Reffett
-   
-

diff --git a/dev-db/virtuoso-odbc/virtuoso-odbc-7.1.0.ebuild 
b/dev-db/virtuoso-odbc/virtuoso-odbc-7.1.0.ebuild
deleted file mode 100644
index c8ab59d..000
--- a/dev-db/virtuoso-odbc/virtuoso-odbc-7.1.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit virtuoso
-
-DESCRIPTION="ODBC driver for OpenLink Virtuoso Open-Source Edition"
-
-#Upstream says no 32-bit (yet), 
https://github.com/openlink/virtuoso-opensource/issues/69
-KEYWORDS="~amd64 -x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/openssl-0.9.7i:0
-"
-DEPEND="${RDEPEND}"
-
-VOS_EXTRACT="
-   libsrc/Dk
-   libsrc/Thread
-   libsrc/odbcsdk
-   libsrc/util
-   binsrc/driver
-"
-
-src_configure() {
-   myconf+="
-   --disable-static
-   --without-iodbc
-   "
-
-   virtuoso_src_configure
-}
-
-src_install() {
-   virtuoso_src_install
-
-   # Remove libtool files
-   find "${ED}" -name '*.la' -delete
-}



[gentoo-commits] proj/kde:master commit in: dev-db/virtuoso-server/files/, dev-db/virtuoso-server/

2015-09-17 Thread Johannes Huber
commit: 2cb17ebbaa5ba7188909da3ab95126d9187e8c29
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Sep 17 10:22:35 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Sep 17 10:22:52 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2cb17ebb

dev-db/virtuoso-server: Remove package

Last rited on 2015/08/13.

 .../virtuoso-server-6.1.4-unbundle-minizip.patch   | 36 -
 dev-db/virtuoso-server/metadata.xml| 22 --
 .../virtuoso-server/virtuoso-server-7.1.0.ebuild   | 86 --
 3 files changed, 144 deletions(-)

diff --git 
a/dev-db/virtuoso-server/files/virtuoso-server-6.1.4-unbundle-minizip.patch 
b/dev-db/virtuoso-server/files/virtuoso-server-6.1.4-unbundle-minizip.patch
deleted file mode 100644
index 143c359..000
--- a/dev-db/virtuoso-server/files/virtuoso-server-6.1.4-unbundle-minizip.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-diff -urN virtuoso-opensource-6.1.4.orig/configure.in 
virtuoso-opensource-6.1.4/configure.in
 virtuoso-opensource-6.1.4.orig/configure.in2011-11-20 
03:38:18.0 +0400
-+++ virtuoso-opensource-6.1.4/configure.in 2011-11-20 03:42:44.0 
+0400
-@@ -1550,14 +1550,15 @@
- then
- AC_CHECK_HEADER(zlib.h)
- AC_CHECK_LIB(z, main, [with_zlib=yes], [with_zlib=internal])
-+AC_CHECK_LIB(minizip, main, [with_zlib=yes], [with_zlib=internal])
- fi
- if test "x$with_zlib" = "xinternal"
- then
- ZLIB_INC='-I$(top_srcdir)/libsrc/zlib'
- ZLIB_LIB='$(top_builddir)/libsrc/zlib/libz.la'
- else
--ZLIB_INC=""
--ZLIB_LIB="-lz"
-+ZLIB_INC=`pkg-config --cflags zlib minizip`
-+ZLIB_LIB=`pkg-config --libs zlib minizip`
- fi
- AC_SUBST(ZLIB_INC)
- AC_SUBST(ZLIB_LIB)
-diff -urN virtuoso-opensource-6.1.4.orig/libsrc/Wi/bif_file.c 
virtuoso-opensource-6.1.4/libsrc/Wi/bif_file.c
 virtuoso-opensource-6.1.4.orig/libsrc/Wi/bif_file.c2011-10-26 
17:54:19.0 +0400
-+++ virtuoso-opensource-6.1.4/libsrc/Wi/bif_file.c 2011-11-20 
03:44:36.0 +0400
-@@ -6167,10 +6167,7 @@
- #define fopen64  fopen
- #endif
- 
--#include "zlib/contrib/minizip/unzip.h"
--#include "zlib/contrib/minizip/ioapi.h"
--#include "zlib/contrib/minizip/ioapi.c"
--#include "zlib/contrib/minizip/unzip.c"
-+#include "unzip.h"
- 
- static caddr_t
- bif_unzip_file (caddr_t * qst, caddr_t * err_ret, state_slot_t ** args)

diff --git a/dev-db/virtuoso-server/metadata.xml 
b/dev-db/virtuoso-server/metadata.xml
deleted file mode 100644
index 13eb31d..000
--- a/dev-db/virtuoso-server/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   kde
-   
-   reave...@gentoo.org
-   Maciej Mrozowski
-   
-   
-   creff...@gentoo.org
-   Chris Reffett
-   
-   
-OpenLink Virtuoso Open-Source Edition is a new generation of hybrid data server
-product called a "Universal Server". It implements a wide range of industry
-standard APIs and protocols, covering a broad range of functionality realms
-that include: Object-Relational Data Managemtent, Virtualization of
-Heterogeneous Data Sources (SQL, XML, RDF), Document Web Server (WebDAV/HTTP),
-Data Web Server (RDF Linked Data Deployment), Web Services Platform, Discussion
-Server, and many more.
-   
-

diff --git a/dev-db/virtuoso-server/virtuoso-server-7.1.0.ebuild 
b/dev-db/virtuoso-server/virtuoso-server-7.1.0.ebuild
deleted file mode 100644
index b534477..000
--- a/dev-db/virtuoso-server/virtuoso-server-7.1.0.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit virtuoso
-
-DESCRIPTION="Server binaries for Virtuoso, high-performance object-relational 
SQL database"
-
-#Upstream says no 32-bit (yet), 
https://github.com/openlink/virtuoso-opensource/issues/69
-KEYWORDS="~amd64 -x86"
-IUSE="kerberos ldap readline"
-
-# Bug 305077
-RESTRICT="test"
-
-# zeroconf support looks like broken - disabling - last checked around 5.0.12
-# mono support fetches mono source and compiles it manually - disabling for now
-# mono? ( dev-lang/mono )
-COMMON_DEPEND="
-   dev-libs/libxml2:2
-   >=dev-libs/openssl-0.9.7i:0
-   >=sys-libs/zlib-1.2.5.1-r2:0[minizip]
-   kerberos? ( app-crypt/mit-krb5 )
-   ldap? ( net-nds/openldap )
-   readline? ( sys-libs/readline:0 )
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-util/gperf-2.7.2
-   sys-apps/gawk
-   >=sys-devel/bison-2.3
-   >=sys-devel/flex-2.5.33
-   virtual/pkgconfig
-"
-RDEPEND="${COMMON_DEPEND}
-   ~dev-db/virtuoso-odbc-${PV}:${SLOT}
-"
-
-VOS_EXTRACT="
-   libsrc/Dk
-   libsrc/Thread
-   libsrc/Tidy
-   libsrc/Wi
-   libsrc/Xml.new
-   libsrc/langfunc
-   libsrc/odbcsdk
-   libsrc/plugin
-   libsrc/util
-   binsrc/virtuoso
-   binsrc/tests
-"
-
-DOCS=( AUTHORS ChangeLog CREDITS 

[gentoo-commits] repo/gentoo:master commit in: kde-misc/akonadi-social-utils/

2015-09-17 Thread Johannes Huber
commit: b94ff9008fd773ad7a0a6e9ddc1ddc0e72f1d8d1
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Sep 17 10:09:01 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Sep 17 10:23:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b94ff900

kde-misc/akonadi-social-utils: Remove package

Last rited on 2015/08/13

 kde-misc/akonadi-social-utils/Manifest |  1 -
 .../akonadi-social-utils-0_p20120827.ebuild| 27 --
 kde-misc/akonadi-social-utils/metadata.xml |  5 
 3 files changed, 33 deletions(-)

diff --git a/kde-misc/akonadi-social-utils/Manifest 
b/kde-misc/akonadi-social-utils/Manifest
deleted file mode 100644
index 90c515b..000
--- a/kde-misc/akonadi-social-utils/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST akonadi-social-utils-0_p20120827.tar.xz 24996 SHA256 
da59c1202e63558fb1c6b36e2e5ee9eab3e6da1d32962de0b91f079b04eb9d03 SHA512 
7bf42b881929fca9926a6d7199a9fbda1a0c6782bd9e27120a77d78aa5901f1206f8a1a93d15e5cc4f24d94b08000e538879d06ca2060de3a1caf8c5c153360e
 WHIRLPOOL 
91090ee594b3e46f17c91f2aaed003be5533d6eeacb32d2f9cd3fe548c87da6a1bc463c380ffd3ae092b69e429650d2e0e14e3ef04453bb245d826cd495ea8a3

diff --git 
a/kde-misc/akonadi-social-utils/akonadi-social-utils-0_p20120827.ebuild 
b/kde-misc/akonadi-social-utils/akonadi-social-utils-0_p20120827.ebuild
deleted file mode 100644
index d98b08e..000
--- a/kde-misc/akonadi-social-utils/akonadi-social-utils-0_p20120827.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="Akonadi library for social communities"
-HOMEPAGE="https://quickgit.kde.org/index.php?p=scratch%2Fmklapetek%2Fakonadi-social-utils.git=summary;
-SRC_URI="https://dev.gentoo.org/~johu/distfiles/${P}.tar.xz;
-
-LICENSE="LGPL-2.1"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="
-   $(add_kdebase_dep kdepimlibs 'semantic-desktop(+)')
-   dev-libs/qjson
-"
-DEPEND="
-   ${RDEPEND}
-   x11-misc/shared-mime-info
-"
-
-S=${WORKDIR}

diff --git a/kde-misc/akonadi-social-utils/metadata.xml 
b/kde-misc/akonadi-social-utils/metadata.xml
deleted file mode 100644
index a23f444..000
--- a/kde-misc/akonadi-social-utils/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   kde
-



[gentoo-commits] proj/kde:master commit in: dev-db/virtuoso-jdbc/

2015-09-17 Thread Johannes Huber
commit: 1c6ebc7e85ffec799dcf33b3aad71438f4f4a756
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Sep 17 10:21:09 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Sep 17 10:22:52 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1c6ebc7e

dev-db/virtuoso-jdbc: Remove package

Last rited on 2015/08/13.

 dev-db/virtuoso-jdbc/metadata.xml   | 13 
 dev-db/virtuoso-jdbc/virtuoso-jdbc-6.1.8.ebuild | 42 
 dev-db/virtuoso-jdbc/virtuoso-jdbc-7.1.0.ebuild | 43 -
 3 files changed, 98 deletions(-)

diff --git a/dev-db/virtuoso-jdbc/metadata.xml 
b/dev-db/virtuoso-jdbc/metadata.xml
deleted file mode 100644
index fbcadb2..000
--- a/dev-db/virtuoso-jdbc/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   kde
-   
-   reave...@gentoo.org
-   Maciej Mrozowski
-   
-   
-   creff...@gentoo.org
-   Chris Reffett
-   
-

diff --git a/dev-db/virtuoso-jdbc/virtuoso-jdbc-6.1.8.ebuild 
b/dev-db/virtuoso-jdbc/virtuoso-jdbc-6.1.8.ebuild
deleted file mode 100644
index 997718f..000
--- a/dev-db/virtuoso-jdbc/virtuoso-jdbc-6.1.8.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit virtuoso java-pkg-2
-
-DESCRIPTION="JDBC driver for OpenLink Virtuoso Open-Source Edition"
-
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-#Force 1.7 until we decide on how to handle multiple versions at once
-DEPEND="
-   >=virtual/jdk-1.7.0
-"
-RDEPEND="
-   >=virtual/jre-1.7.0
-"
-
-VOS_EXTRACT="
-   libsrc/JDBCDriverType4
-"
-
-pkg_pretend() {
-   java-pkg_ensure-vm-version-eq 1.7
-}
-src_prepare() {
-   java-pkg-2_src_prepare
-   virtuoso_src_prepare
-}
-
-src_configure() {
-   myconf+="
-   --with-jdk4_1=$(java-config-2 -O)
-   "
-
-   MAKEOPTS=-j1
-
-   virtuoso_src_configure
-}

diff --git a/dev-db/virtuoso-jdbc/virtuoso-jdbc-7.1.0.ebuild 
b/dev-db/virtuoso-jdbc/virtuoso-jdbc-7.1.0.ebuild
deleted file mode 100644
index 5d909f4..000
--- a/dev-db/virtuoso-jdbc/virtuoso-jdbc-7.1.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit virtuoso java-pkg-2
-
-DESCRIPTION="JDBC driver for OpenLink Virtuoso Open-Source Edition"
-
-#Upstream says no 32-bit (yet), 
https://github.com/openlink/virtuoso-opensource/issues/69
-KEYWORDS="~amd64 -x86"
-IUSE=""
-
-#Force 1.7 until we decide on how to handle multiple versions at once
-DEPEND="
-   >=virtual/jdk-1.7.0
-"
-RDEPEND="
-   >=virtual/jre-1.7.0
-"
-
-VOS_EXTRACT="
-   libsrc/JDBCDriverType4
-"
-
-pkg_pretend() {
-   java-pkg_ensure-vm-version-eq 1.7
-}
-src_prepare() {
-   java-pkg-2_src_prepare
-   virtuoso_src_prepare
-}
-
-src_configure() {
-   myconf+="
-   --with-jdk4_1=$(java-config-2 -O)
-   "
-
-   MAKEOPTS=-j1
-
-   virtuoso_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/shared-desktop-ontologies/

2015-09-17 Thread Johannes Huber
commit: 77a2b893b64285ac97226fe5263c4fb69b503a83
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Sep 17 10:17:08 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Sep 17 10:23:19 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77a2b893

dev-libs/shared-desktop-ontologies: Remove package

Last rited on 2015/08/13.

 dev-libs/shared-desktop-ontologies/Manifest|  1 -
 dev-libs/shared-desktop-ontologies/metadata.xml|  8 ---
 .../shared-desktop-ontologies-0.11.0.ebuild| 25 --
 3 files changed, 34 deletions(-)

diff --git a/dev-libs/shared-desktop-ontologies/Manifest 
b/dev-libs/shared-desktop-ontologies/Manifest
deleted file mode 100644
index e075713..000
--- a/dev-libs/shared-desktop-ontologies/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST shared-desktop-ontologies-0.11.0.tar.bz2 3967786 SHA256 
82afe6c24cf574f242c1fa85a5daff8c3631cc9b4cbcb80379dce6f364b4bbd4 SHA512 
5dfaf0b28ed4ffe8beadac137decf6ce5d881353df5efeedd8f328e6ba8e7d2f02bbae920356abb4baa61388c30f50464eaac1d14b650880b35ac0aa6bd3ecce
 WHIRLPOOL 
833b11c684e42736e029baaf1ea11beffc6517725f76304f1f44674bb0506cfcca72aacf526570c0ff4e0ba28d414ae9e5b7b32b0203b7d98bc19be543b77f16

diff --git a/dev-libs/shared-desktop-ontologies/metadata.xml 
b/dev-libs/shared-desktop-ontologies/metadata.xml
deleted file mode 100644
index 518c0ef..000
--- a/dev-libs/shared-desktop-ontologies/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   kde
-   
-   oscaf
-   
-

diff --git 
a/dev-libs/shared-desktop-ontologies/shared-desktop-ontologies-0.11.0.ebuild 
b/dev-libs/shared-desktop-ontologies/shared-desktop-ontologies-0.11.0.ebuild
deleted file mode 100644
index 6aeda72..000
--- a/dev-libs/shared-desktop-ontologies/shared-desktop-ontologies-0.11.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-if [[ ${PV} == * ]]; then
-   SCM_ECLASS="git-2"
-fi
-EGIT_REPO_URI="git://oscaf.git.sourceforge.net/gitroot/oscaf/shared-desktop-ontologies"
-inherit cmake-utils ${SCM_ECLASS}
-unset SCM_ECLASS
-
-DESCRIPTION="Shared OSCAF desktop ontologies"
-HOMEPAGE="http://sourceforge.net/projects/oscaf;
-if [[ ${PV} != * ]]; then
-   SRC_URI="mirror://sourceforge/oscaf/${PN}/${P}.tar.bz2"
-   KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux"
-fi
-
-LICENSE="|| ( BSD CC-BY-SA-3.0 )"
-SLOT="0"
-IUSE=""
-
-DOCS=(AUTHORS ChangeLog README)



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

2015-09-17 Thread Johannes Huber
commit: 1b54c03b22e99f1de029f3b901d90c6d4ccf672a
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Sep 17 10:20:01 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Sep 17 10:23:20 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b54c03b

profiles: Remove obsolete mask

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 202b1b0..406e158 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -150,27 +150,6 @@ net-misc/guidedog
 >=dev-php/pear-1.10.0_alpha1
 >=dev-php/PEAR-PEAR-1.10.0_alpha1
 
-# Johannes Huber  (13 Aug 2015)
-# Nepomuk removal. Announced via portage news item on 2015/08/11.
-# Removal in 30 days. Please switch to the default semantic desktop
-# search engine Baloo by globally enabling semantic-destkop use
-# flag or by using one of the provided kde/plasma desktop profiles.
-dev-db/virtuoso-odbc
-dev-db/virtuoso-jdbc
-dev-db/virtuoso-server
-dev-libs/shared-desktop-ontologies
-dev-libs/soprano
-dev-util/plasmate
-kde-apps/nepomuk
-kde-base/nepomuk-core
-kde-base/nepomuk-widgets
-kde-misc/akonadi-google
-kde-misc/akonadi-social-utils
-kde-misc/ksoprano
-kde-misc/nepomukshell
-kde-misc/pgame
-media-video/bangarang
-
 # Sebastian Pipping  (8 Aug 2015)
 # Upcoming, too young to go into testing unmasked
 dev-libs/iniparser:4



[gentoo-commits] repo/gentoo:master commit in: dev-db/virtuoso-odbc/files/, dev-db/virtuoso-odbc/

2015-09-17 Thread Johannes Huber
commit: 49c964c862865ba64f1a63508a8cc6ddf588e575
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Sep 17 10:18:03 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Sep 17 10:23:19 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c964c8

dev-db/virtuoso-odbc: Remove package

Last rited on 2015/08/13.

 dev-db/virtuoso-odbc/Manifest  |  4 --
 .../virtuoso-odbc-6.1.6-am_config_header.patch | 12 --
 dev-db/virtuoso-odbc/metadata.xml  | 13 ---
 dev-db/virtuoso-odbc/virtuoso-odbc-6.1.6.ebuild| 43 --
 dev-db/virtuoso-odbc/virtuoso-odbc-6.1.8.ebuild| 41 -
 5 files changed, 113 deletions(-)

diff --git a/dev-db/virtuoso-odbc/Manifest b/dev-db/virtuoso-odbc/Manifest
deleted file mode 100644
index 6c2df62..000
--- a/dev-db/virtuoso-odbc/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST VOS-genpatches-6.1.6.tar.bz2 1224 SHA256 
005d960017363d7f0c9807da6f706ec991e48d2c479f92798ee7df9003b7848a SHA512 
f99429da6fd4c92252d183b6d1b8caae4910ac93d775c120d67c12925a0eb6ef2ce13a77b27944a2203047965431682a392a2731fc1690cb3f223a65823471c5
 WHIRLPOOL 
985ad05b55c7ebd1859e1233cb0546247b2ceca0f85b0ffc9212cc8393fbdd4c94af05b521beae08f3c11a838f64bc5b802c5f46dade8568de651929595cdf21
-DIST VOS-genpatches-6.1.8.tar.bz2 1224 SHA256 
005d960017363d7f0c9807da6f706ec991e48d2c479f92798ee7df9003b7848a SHA512 
f99429da6fd4c92252d183b6d1b8caae4910ac93d775c120d67c12925a0eb6ef2ce13a77b27944a2203047965431682a392a2731fc1690cb3f223a65823471c5
 WHIRLPOOL 
985ad05b55c7ebd1859e1233cb0546247b2ceca0f85b0ffc9212cc8393fbdd4c94af05b521beae08f3c11a838f64bc5b802c5f46dade8568de651929595cdf21
-DIST virtuoso-opensource-6.1.6.tar.gz 113255048 SHA256 
c6bfa6817b3dad5f87577b68f4cf554d1bfbff48178a734084ac3dcbcea5a037 SHA512 
d423e872bce8737f60a348c89e24f20de5581e7b943856df534b4c86015e50969cbe46fe0c73eb0f1a29a1a45f2d7cebca98564ab38044f1f731f661635ded55
 WHIRLPOOL 
e44df5c484a92d3197c06fb4a3e338bbabfb49e0b087126799bfe0415cd6335dd61fa664f6b50cb4300d554b1519d70b51a1b27a3837faee2dc9df18459b68b1
-DIST virtuoso-opensource-6.1.8.tar.gz 117756529 SHA256 
08d05c6165117de0370e81aa89ddab618e645b5110be301f72e6ffea7044ca50 SHA512 
34812406eaa087fa200548c678de748a552a4189f6818df335d80e7680f0376c949cf1d0a2c4caddeafd0d79fac52d21b57b2150297368a7268fc3b83bc0af6b
 WHIRLPOOL 
10bba34ee9a66fa46e3e60defbed7767df23e1bf826d8684c2cf2f7da87c05feb9798fdef85958d3ac81fb66208bed33dbd147d826ccc7b7d3b896133bc332c6

diff --git 
a/dev-db/virtuoso-odbc/files/virtuoso-odbc-6.1.6-am_config_header.patch 
b/dev-db/virtuoso-odbc/files/virtuoso-odbc-6.1.6-am_config_header.patch
deleted file mode 100644
index 5f84b49..000
--- a/dev-db/virtuoso-odbc/files/virtuoso-odbc-6.1.6-am_config_header.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-+++ a/configure.in
 b/configure.in
-@@ -36,7 +36,7 @@ 
- AC_INIT([Virtuoso Open Source Edition],
- AC_CONFIG_SRCDIR([libsrc/Dk.h])
- AC_CONFIG_AUX_DIR([binsrc/config])
- AC_CONFIG_MACRO_DIR([binsrc/config])
--AM_CONFIG_HEADER([libsrc/Dk/config.h])
-+AC_CONFIG_HEADER([libsrc/Dk/config.h])
- 
- dnl
- dnl You may need to change the next macro for older versions of automake: 

diff --git a/dev-db/virtuoso-odbc/metadata.xml 
b/dev-db/virtuoso-odbc/metadata.xml
deleted file mode 100644
index fbcadb2..000
--- a/dev-db/virtuoso-odbc/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   kde
-   
-   reave...@gentoo.org
-   Maciej Mrozowski
-   
-   
-   creff...@gentoo.org
-   Chris Reffett
-   
-

diff --git a/dev-db/virtuoso-odbc/virtuoso-odbc-6.1.6.ebuild 
b/dev-db/virtuoso-odbc/virtuoso-odbc-6.1.6.ebuild
deleted file mode 100644
index ca9f357..000
--- a/dev-db/virtuoso-odbc/virtuoso-odbc-6.1.6.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit virtuoso
-
-DESCRIPTION="ODBC driver for OpenLink Virtuoso Open-Source Edition"
-
-KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/openssl-0.9.7i:0
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-6.1.6-am_config_header.patch" )
-
-VOS_EXTRACT="
-   libsrc/Dk
-   libsrc/Thread
-   libsrc/odbcsdk
-   libsrc/util
-   binsrc/driver
-"
-
-src_configure() {
-   myconf+="
-   --disable-static
-   --without-iodbc
-   "
-
-   virtuoso_src_configure
-}
-
-src_install() {
-   default_src_install
-
-   # Remove libtool files
-   find "${ED}" -name '*.la' -delete
-}

diff --git a/dev-db/virtuoso-odbc/virtuoso-odbc-6.1.8.ebuild 
b/dev-db/virtuoso-odbc/virtuoso-odbc-6.1.8.ebuild
deleted file mode 100644
index 9f9c825..000
--- a/dev-db/virtuoso-odbc/virtuoso-odbc-6.1.8.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 

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

2015-09-17 Thread Johannes Huber
commit: 7bc8c3fc5fdf9226cdf6609b54a027d181ab431b
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Sep 17 10:16:23 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Sep 17 10:23:19 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bc8c3fc

dev-libs/soprano: Remove package

Last rited on 2015/08/13.

 dev-libs/soprano/Manifest  |   1 -
 .../soprano-2.4.4-make-broken-redland-fatal.cmake  |  12 ---
 dev-libs/soprano/metadata.xml  |  13 ---
 dev-libs/soprano/soprano-2.9.4.ebuild  | 101 -
 4 files changed, 127 deletions(-)

diff --git a/dev-libs/soprano/Manifest b/dev-libs/soprano/Manifest
deleted file mode 100644
index 2dccdff..000
--- a/dev-libs/soprano/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST soprano-2.9.4.tar.bz2 1958856 SHA256 
64066fbd54e71d7ae4c8a4116997448a72808a2813cff3bb5d2c28f0fce9e0e5 SHA512 
3a907d7fa564cc5641e6d620a46efb3c01f8a141fb3a1afdf72422727d968baf00268c2dce420db24de2e86d3373fdd3473eeabaa736170f76bb2672c8ad80b0
 WHIRLPOOL 
9d823734f3f983bbc362e13827c0144620422dcb2f54708d3ff2bbae378b2fd17abcb011d3d42c75d5e634a17afdb06fd7840b051827bd6ab030cdec79abfa93

diff --git 
a/dev-libs/soprano/files/soprano-2.4.4-make-broken-redland-fatal.cmake 
b/dev-libs/soprano/files/soprano-2.4.4-make-broken-redland-fatal.cmake
deleted file mode 100644
index e63c5a4..000
--- a/dev-libs/soprano/files/soprano-2.4.4-make-broken-redland-fatal.cmake
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ru cmake/modules/FindRedland.cmake cmake/modules/FindRedland.cmake
 cmake/modules/FindRedland.cmake2009-12-18 15:33:44.0 +0100
-+++ cmake/modules/FindRedland.cmake2010-07-06 03:25:55.421484970 +0200
-@@ -108,7 +108,7 @@
- if(NOT "${_TEST_EXITCODE}" EQUAL 0)
-   set(_REDLAND_VERSION_OK)
-   message(STATUS "${_OUTPUT}")
--  message(STATUS "Redland with broken NEEDED section detected, disabling")
-+  message(SEND_ERROR "Broken Redland detected, rebuild it now. If problem 
persists, report bug at bugs.gentoo.org.")
- endif(NOT "${_TEST_EXITCODE}" EQUAL 0)
-   endif(_REDLAND_STORAGE_LIBS)
- 

diff --git a/dev-libs/soprano/metadata.xml b/dev-libs/soprano/metadata.xml
deleted file mode 100644
index 98dfdde..000
--- a/dev-libs/soprano/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   kde
-   
-   Enables support for 
media-libs/raptor RDF parser/serializer.
-   Enables support for the 
dev-libs/redland storage backend (really slow one).
-   Enables support for 
dev-db/virtuoso storage backend.
-   
-   
-   soprano
-   
-

diff --git a/dev-libs/soprano/soprano-2.9.4.ebuild 
b/dev-libs/soprano/soprano-2.9.4.ebuild
deleted file mode 100644
index 3639b82..000
--- a/dev-libs/soprano/soprano-2.9.4.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-if [[ ${PV} == ** ]]; then
-   git_eclass="git-2"
-   EGIT_REPO_URI="git://anongit.kde.org/soprano"
-   KEYWORDS=""
-else
-   SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-   KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux"
-fi
-
-inherit base cmake-utils flag-o-matic ${git_eclass}
-
-DESCRIPTION="Library that provides a nice Qt interface to RDF storage solution"
-HOMEPAGE="http://soprano.sourceforge.net;
-
-LICENSE="LGPL-2"
-SLOT="0"
-IUSE="+dbus debug doc elibc_FreeBSD +raptor +redland test +virtuoso"
-
-RESTRICT="test"
-# bug 281712
-
-COMMON_DEPEND="
-   >=dev-qt/qtcore-4.5.0:4
-   dbus? ( >=dev-qt/qtdbus-4.5.0:4 )
-   raptor? ( >=media-libs/raptor-2.0.4:2 )
-   redland? (
-   >=dev-libs/rasqal-0.9.26
-   >=dev-libs/redland-1.0.14
-   )
-   virtuoso? ( dev-db/libiodbc:0 )
-"
-DEPEND="${COMMON_DEPEND}
-   doc? ( app-doc/doxygen )
-   test? ( >=dev-qt/qttest-4.5.0:4 )
-"
-RDEPEND="${COMMON_DEPEND}
-   virtuoso? ( >=dev-db/virtuoso-server-6.1.6 )
-"
-
-CMAKE_IN_SOURCE_BUILD="1"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-2.4.4-make-broken-redland-fatal.cmake"
-)
-
-pkg_setup() {
-   if [[ ${PV} = ** && -z $I_KNOW_WHAT_I_AM_DOING ]]; then
-   echo
-   ewarn "WARNING! This is an experimental ebuild of ${PN} Git 
tree. Use at your own risk."
-   ewarn "Do _NOT_ file bugs at bugs.gentoo.org because of this 
ebuild!"
-   echo
-   fi
-
-   if ! use virtuoso; then
-   echo
-   ewarn "You have explicitly disabled the default soprano 
backend."
-   ewarn "Applications using soprano may need at least one backend"
-   ewarn "to be functional. If you experience any problems, enable"
-   ewarn "the virtuoso USE flag."
-   echo
-   fi
-}
-

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

2015-09-17 Thread Johannes Huber
commit: 704baeaac90a0cdb07e5b248631c684d57b36ff8
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Sep 17 10:09:43 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Sep 17 10:23:17 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=704baeaa

kde-misc/akonadi-google: Remove package

Last rited on 2015/08/13

 kde-misc/akonadi-google/Manifest   |  1 -
 .../akonadi-google/akonadi-google-20131213.ebuild  | 34 --
 kde-misc/akonadi-google/metadata.xml   |  6 
 3 files changed, 41 deletions(-)

diff --git a/kde-misc/akonadi-google/Manifest b/kde-misc/akonadi-google/Manifest
deleted file mode 100644
index 4472457..000
--- a/kde-misc/akonadi-google/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST akonadi-google-20131213.tar.xz 31064 SHA256 
7aa2bc3d5cba399c45eabb7ae85d21e3b23fc9ebdacfe996878cacab3aec4753 SHA512 
1e0f6f7287c0351e591c1cd0209dfa593216550b61146dc7d5d50a724ca9300314040cc292df2b26b385919400b933b1b3868694330ff21ab0b68065b0c72158
 WHIRLPOOL 
15f4ef17f38b353d81e3a29220e8556365ca509346d53097c9061b37fcfb89257715f3277c4e0150a8e1cef76445259a36d243f9dceede69905c7a496832e769

diff --git a/kde-misc/akonadi-google/akonadi-google-20131213.ebuild 
b/kde-misc/akonadi-google/akonadi-google-20131213.ebuild
deleted file mode 100644
index 7db4e45..000
--- a/kde-misc/akonadi-google/akonadi-google-20131213.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_SCM="git"
-inherit kde4-base
-
-EGIT_REPO_URI="git://anongit.kde.org/akonadi-googledata-resource"
-DESCRIPTION="Google services integration in Akonadi"
-HOMEPAGE="https://projects.kde.org/projects/unmaintained/akonadi-googledata-resource;
-SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.xz;
-LICENSE="GPL-2"
-
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   $(add_kdebase_dep kdepimlibs 'semantic-desktop(+)')
-   dev-libs/libxslt
-   dev-libs/qjson
-   >=net-libs/libkgapi-2:4
-   !>=kde-base/kdepim-runtime-4.8.50
-"
-RDEPEND=${DEPEND}
-
-src_configure() {
-   mycmakeargs=(
-   -DKCAL=OFF
-   )
-   kde4-base_src_configure
-}

diff --git a/kde-misc/akonadi-google/metadata.xml 
b/kde-misc/akonadi-google/metadata.xml
deleted file mode 100644
index d874652..000
--- a/kde-misc/akonadi-google/metadata.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   kde
-   dilfri...@gentoo.org
-



[gentoo-commits] repo/gentoo:master commit in: kde-apps/nepomuk/

2015-09-17 Thread Johannes Huber
commit: bf5a9fbf1fde80b4dc002c9d024b15cacc21a365
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Sep 17 10:15:32 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Sep 17 10:23:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf5a9fbf

kde-apps/nepomuk: Remove package

Last rited on 2015/08/13.

 kde-apps/nepomuk/Manifest  |  1 -
 kde-apps/nepomuk/metadata.xml  |  5 -
 kde-apps/nepomuk/nepomuk-4.14.3.ebuild | 38 --
 3 files changed, 44 deletions(-)

diff --git a/kde-apps/nepomuk/Manifest b/kde-apps/nepomuk/Manifest
deleted file mode 100644
index f52cca0..000
--- a/kde-apps/nepomuk/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kde-runtime-4.14.3.tar.xz 7867308 SHA256 
78a74e519b4e897ffcee14be98eebd7b672ad2bb6e71a4aa2fe77682b5bc8605 SHA512 
63b13f947915bb2eca5b85886610d1af480956b9e95a1ae77ce7c10b11576883a71bebf519335323a1f6c5dfcebe2ee0561b727cea6243756d412d9323feb244
 WHIRLPOOL 
4d021d826eb2ba553bb6fa320f71ed3d1f1614aef29f2d9e26285eabb9c015e6577e85ee6b0874cd1f8b89ef33cfa3dde5a6002e2178a11ede38cb8bf471a5a2

diff --git a/kde-apps/nepomuk/metadata.xml b/kde-apps/nepomuk/metadata.xml
deleted file mode 100644
index a23f444..000
--- a/kde-apps/nepomuk/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   kde
-

diff --git a/kde-apps/nepomuk/nepomuk-4.14.3.ebuild 
b/kde-apps/nepomuk/nepomuk-4.14.3.ebuild
deleted file mode 100644
index f3f51c8..000
--- a/kde-apps/nepomuk/nepomuk-4.14.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-KMNAME="kde-runtime"
-inherit kde4-meta
-
-DESCRIPTION="Nepomuk KDE4 client"
-HOMEPAGE+=" https://userbase.kde.org/Nepomuk;
-KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux"
-IUSE="debug"
-
-DEPEND="
-   >=dev-libs/soprano-2.9.0[dbus,raptor,redland,virtuoso]
-   $(add_kdebase_dep kdelibs 'nepomuk')
-   $(add_kdebase_dep nepomuk-core)
-   !kde-misc/nepomukcontroller
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   kde4-meta_src_prepare
-
-   # Collides with baloo
-   pushd nepomuk/kioslaves > /dev/null
-   comment_add_subdirectory timeline
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DKDERUNTIME_BUILD_NEPOMUK=true
-   )
-
-   kde4-meta_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: kde-base/nepomuk-core/

2015-09-17 Thread Johannes Huber
commit: f15a28fdbe66cd726091cfc38e5e5a8cc0847153
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Sep 17 10:13:38 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Sep 17 10:23:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f15a28fd

kde-base/nepomuk-core: Remove package

Last rited on 2015/08/13.

 kde-base/nepomuk-core/Manifest   |  1 -
 kde-base/nepomuk-core/metadata.xml   |  9 --
 kde-base/nepomuk-core/nepomuk-core-4.14.3.ebuild | 41 
 3 files changed, 51 deletions(-)

diff --git a/kde-base/nepomuk-core/Manifest b/kde-base/nepomuk-core/Manifest
deleted file mode 100644
index 874ceeb..000
--- a/kde-base/nepomuk-core/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST nepomuk-core-4.14.3.tar.xz 383516 SHA256 
74e725577f2f513c577c138e395448c3ca451cd894e35e14017b4b3ce63eab3d SHA512 
e7e4eb999e34c14e30465b69eb312fad9ecd28ff349fa8c9c50c7deeebeda42d3ccfc7104ec35c568a1bbeec23e79878c8cc96e3fc85fa409ea1cd327fb6675f
 WHIRLPOOL 
fe99a7d6404cf2acd762c91c4fe3e65b8a268f9d7cdd88a5ae8ccdcde47dfbb87c9031d8e7ede6c034f79f0454050067e65eefcf5e972f78a96791d07835064e

diff --git a/kde-base/nepomuk-core/metadata.xml 
b/kde-base/nepomuk-core/metadata.xml
deleted file mode 100644
index e8cf534..000
--- a/kde-base/nepomuk-core/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   kde
-   
-   Adds support for reading EPUB ebook 
metadata
-   Installs a kde-base/baloo 
migration tool
-   
-

diff --git a/kde-base/nepomuk-core/nepomuk-core-4.14.3.ebuild 
b/kde-base/nepomuk-core/nepomuk-core-4.14.3.ebuild
deleted file mode 100644
index 96bce29..000
--- a/kde-base/nepomuk-core/nepomuk-core-4.14.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="Nepomuk core libraries"
-KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux"
-IUSE="debug epub exif ffmpeg +migrator pdf taglib"
-
-DEPEND="
-   >=dev-libs/shared-desktop-ontologies-0.11.0
-   >=dev-libs/soprano-2.9.3[dbus,raptor,redland,virtuoso]
-   epub? ( app-text/ebook-tools )
-   exif? ( media-gfx/exiv2:= )
-   ffmpeg? ( virtual/ffmpeg )
-   migrator? ( $(add_kdebase_dep baloo) )
-   pdf? ( app-text/poppler[qt4] )
-   taglib? ( media-libs/taglib )
-"
-RDEPEND="${DEPEND}
-   !

[gentoo-commits] repo/gentoo:master commit in: dev-db/virtuoso-server/, dev-db/virtuoso-server/files/

2015-09-17 Thread Johannes Huber
commit: 0b8e1118cc57cbd0f1d08eba405f8a3e6e62a84a
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Sep 17 10:18:40 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Sep 17 10:23:20 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b8e1118

dev-db/virtuoso-server: Remove package

Last rited on 2015/08/13.

 dev-db/virtuoso-server/Manifest|  4 -
 .../virtuoso-server-6.1.4-unbundle-minizip.patch   | 36 -
 .../virtuoso-server-6.1.6-am_config_header.patch   | 12 ---
 dev-db/virtuoso-server/metadata.xml| 22 --
 .../virtuoso-server/virtuoso-server-6.1.6.ebuild   | 86 --
 .../virtuoso-server/virtuoso-server-6.1.8.ebuild   | 85 -
 6 files changed, 245 deletions(-)

diff --git a/dev-db/virtuoso-server/Manifest b/dev-db/virtuoso-server/Manifest
deleted file mode 100644
index 6c2df62..000
--- a/dev-db/virtuoso-server/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST VOS-genpatches-6.1.6.tar.bz2 1224 SHA256 
005d960017363d7f0c9807da6f706ec991e48d2c479f92798ee7df9003b7848a SHA512 
f99429da6fd4c92252d183b6d1b8caae4910ac93d775c120d67c12925a0eb6ef2ce13a77b27944a2203047965431682a392a2731fc1690cb3f223a65823471c5
 WHIRLPOOL 
985ad05b55c7ebd1859e1233cb0546247b2ceca0f85b0ffc9212cc8393fbdd4c94af05b521beae08f3c11a838f64bc5b802c5f46dade8568de651929595cdf21
-DIST VOS-genpatches-6.1.8.tar.bz2 1224 SHA256 
005d960017363d7f0c9807da6f706ec991e48d2c479f92798ee7df9003b7848a SHA512 
f99429da6fd4c92252d183b6d1b8caae4910ac93d775c120d67c12925a0eb6ef2ce13a77b27944a2203047965431682a392a2731fc1690cb3f223a65823471c5
 WHIRLPOOL 
985ad05b55c7ebd1859e1233cb0546247b2ceca0f85b0ffc9212cc8393fbdd4c94af05b521beae08f3c11a838f64bc5b802c5f46dade8568de651929595cdf21
-DIST virtuoso-opensource-6.1.6.tar.gz 113255048 SHA256 
c6bfa6817b3dad5f87577b68f4cf554d1bfbff48178a734084ac3dcbcea5a037 SHA512 
d423e872bce8737f60a348c89e24f20de5581e7b943856df534b4c86015e50969cbe46fe0c73eb0f1a29a1a45f2d7cebca98564ab38044f1f731f661635ded55
 WHIRLPOOL 
e44df5c484a92d3197c06fb4a3e338bbabfb49e0b087126799bfe0415cd6335dd61fa664f6b50cb4300d554b1519d70b51a1b27a3837faee2dc9df18459b68b1
-DIST virtuoso-opensource-6.1.8.tar.gz 117756529 SHA256 
08d05c6165117de0370e81aa89ddab618e645b5110be301f72e6ffea7044ca50 SHA512 
34812406eaa087fa200548c678de748a552a4189f6818df335d80e7680f0376c949cf1d0a2c4caddeafd0d79fac52d21b57b2150297368a7268fc3b83bc0af6b
 WHIRLPOOL 
10bba34ee9a66fa46e3e60defbed7767df23e1bf826d8684c2cf2f7da87c05feb9798fdef85958d3ac81fb66208bed33dbd147d826ccc7b7d3b896133bc332c6

diff --git 
a/dev-db/virtuoso-server/files/virtuoso-server-6.1.4-unbundle-minizip.patch 
b/dev-db/virtuoso-server/files/virtuoso-server-6.1.4-unbundle-minizip.patch
deleted file mode 100644
index 143c359..000
--- a/dev-db/virtuoso-server/files/virtuoso-server-6.1.4-unbundle-minizip.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-diff -urN virtuoso-opensource-6.1.4.orig/configure.in 
virtuoso-opensource-6.1.4/configure.in
 virtuoso-opensource-6.1.4.orig/configure.in2011-11-20 
03:38:18.0 +0400
-+++ virtuoso-opensource-6.1.4/configure.in 2011-11-20 03:42:44.0 
+0400
-@@ -1550,14 +1550,15 @@
- then
- AC_CHECK_HEADER(zlib.h)
- AC_CHECK_LIB(z, main, [with_zlib=yes], [with_zlib=internal])
-+AC_CHECK_LIB(minizip, main, [with_zlib=yes], [with_zlib=internal])
- fi
- if test "x$with_zlib" = "xinternal"
- then
- ZLIB_INC='-I$(top_srcdir)/libsrc/zlib'
- ZLIB_LIB='$(top_builddir)/libsrc/zlib/libz.la'
- else
--ZLIB_INC=""
--ZLIB_LIB="-lz"
-+ZLIB_INC=`pkg-config --cflags zlib minizip`
-+ZLIB_LIB=`pkg-config --libs zlib minizip`
- fi
- AC_SUBST(ZLIB_INC)
- AC_SUBST(ZLIB_LIB)
-diff -urN virtuoso-opensource-6.1.4.orig/libsrc/Wi/bif_file.c 
virtuoso-opensource-6.1.4/libsrc/Wi/bif_file.c
 virtuoso-opensource-6.1.4.orig/libsrc/Wi/bif_file.c2011-10-26 
17:54:19.0 +0400
-+++ virtuoso-opensource-6.1.4/libsrc/Wi/bif_file.c 2011-11-20 
03:44:36.0 +0400
-@@ -6167,10 +6167,7 @@
- #define fopen64  fopen
- #endif
- 
--#include "zlib/contrib/minizip/unzip.h"
--#include "zlib/contrib/minizip/ioapi.h"
--#include "zlib/contrib/minizip/ioapi.c"
--#include "zlib/contrib/minizip/unzip.c"
-+#include "unzip.h"
- 
- static caddr_t
- bif_unzip_file (caddr_t * qst, caddr_t * err_ret, state_slot_t ** args)

diff --git 
a/dev-db/virtuoso-server/files/virtuoso-server-6.1.6-am_config_header.patch 
b/dev-db/virtuoso-server/files/virtuoso-server-6.1.6-am_config_header.patch
deleted file mode 100644
index 5f84b49..000
--- a/dev-db/virtuoso-server/files/virtuoso-server-6.1.6-am_config_header.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-+++ a/configure.in
 b/configure.in
-@@ -36,7 +36,7 @@ 
- AC_INIT([Virtuoso Open Source Edition],
- AC_CONFIG_SRCDIR([libsrc/Dk.h])
- AC_CONFIG_AUX_DIR([binsrc/config])
- AC_CONFIG_MACRO_DIR([binsrc/config])
--AM_CONFIG_HEADER([libsrc/Dk/config.h])
-+AC_CONFIG_HEADER([libsrc/Dk/config.h])
- 
- 

[gentoo-commits] repo/gentoo:master commit in: media-video/bangarang/, media-video/bangarang/files/

2015-09-17 Thread Johannes Huber
commit: 69d8d9fa68db3a0931cfbf2b84556572fa7fae66
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Sep 17 10:04:42 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Sep 17 10:23:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69d8d9fa

media-video/bangarang: Remove package

Last rited on 2015/08/13.

 media-video/bangarang/Manifest |  1 -
 media-video/bangarang/bangarang-2.1-r2.ebuild  | 36 -
 .../bangarang/files/bangarang-2.1-gcc-4.7.patch| 45 --
 media-video/bangarang/metadata.xml |  8 
 4 files changed, 90 deletions(-)

diff --git a/media-video/bangarang/Manifest b/media-video/bangarang/Manifest
deleted file mode 100644
index bbe45b0..000
--- a/media-video/bangarang/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST bangarang-2.1.tar.gz 698339 SHA256 
c15366ac014e0da84432f0ee050bb3c1d2aee3c69d0c7f41c40aa399ce5597bc SHA512 
849716a8897efd9fbb6e69a9ebcc85a3e3809ebef5e7f080fbd410634f1de592eca7d7d6e37db0c7d3ec5941783b974f17131ad9f3653e7878d2d60ea2e77e27
 WHIRLPOOL 
73151686a2e85bce185391c60f3f9ecb1b5162ae9516a225da274c70f6d27cd390689888591a9331f42c18538bbfc5e180a8b86a13798d4e215c793b0766ade3

diff --git a/media-video/bangarang/bangarang-2.1-r2.ebuild 
b/media-video/bangarang/bangarang-2.1-r2.ebuild
deleted file mode 100644
index 0066f41..000
--- a/media-video/bangarang/bangarang-2.1-r2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_LINGUAS="cs da de el es fi fr hu it lt nl pl pt pt_BR ru uk zh_CN"
-KDE_SCM="git"
-KDE_MINIMAL="4.13.1"
-inherit kde4-base
-
-DESCRIPTION="Media player for KDE utilizing Nepomuk for tagging"
-HOMEPAGE="http://bangarangkde.wordpress.com;
-[[ ${PV} ==  ]] || 
SRC_URI="https://bangarangissuetracking.googlecode.com/files/${P}.tar.gz;
-
-LICENSE="GPL-3"
-KEYWORDS="amd64 x86"
-SLOT="4"
-IUSE="debug"
-
-RDEPEND="
-   dev-libs/soprano
-   $(add_kdebase_dep kdelibs 'nepomuk')
-   $(add_kdeapps_dep nepomuk)
-   $(add_kdeapps_dep audiocd-kio)
-   media-libs/taglib
-   media-libs/phonon[qt4]
-   dev-qt/qtscript:4
-"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-"
-
-PATCHES=( "${FILESDIR}/${P}-gcc-4.7.patch" )
-
-S=${WORKDIR}/bangarang-bangarang

diff --git a/media-video/bangarang/files/bangarang-2.1-gcc-4.7.patch 
b/media-video/bangarang/files/bangarang-2.1-gcc-4.7.patch
deleted file mode 100644
index d4f650b..000
--- a/media-video/bangarang/files/bangarang-2.1-gcc-4.7.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-commit b893fcdb7ddfc8c59fd29a29b7265a713c3dbab1
-Author: Alex Fiestas 
-Date:   Thu Mar 29 10:09:22 2012 +0200
-
-Build fix: Add unistd.h include since sleep is defined there
-
-diff --git a/src/platform/infofetchers/lastfminfofetcher.cpp 
b/src/platform/infofetchers/lastfminfofetcher.cpp
-index 0c49d69..fcc4cd3 100644
 a/src/platform/infofetchers/lastfminfofetcher.cpp
-+++ b/src/platform/infofetchers/lastfminfofetcher.cpp
-@@ -32,6 +32,8 @@
- #include 
- #include 
- 
-+#include 
-+
- LastfmInfoFetcher::LastfmInfoFetcher(QObject *parent) :
- InfoFetcher(parent)
- {
-diff --git a/src/platform/infofetchers/tmdbinfofetcher.cpp 
b/src/platform/infofetchers/tmdbinfofetcher.cpp
-index 7801644..3c01960 100644
 a/src/platform/infofetchers/tmdbinfofetcher.cpp
-+++ b/src/platform/infofetchers/tmdbinfofetcher.cpp
-@@ -30,6 +30,8 @@
- #include 
- #include 
- 
-+#include 
-+
- TMDBInfoFetcher::TMDBInfoFetcher(QObject *parent) :
- InfoFetcher(parent)
- {
-diff --git a/src/platform/infofetchers/tvdbinfofetcher.cpp 
b/src/platform/infofetchers/tvdbinfofetcher.cpp
-index ff351b0..670ed18 100644
 a/src/platform/infofetchers/tvdbinfofetcher.cpp
-+++ b/src/platform/infofetchers/tvdbinfofetcher.cpp
-@@ -30,6 +30,8 @@
- #include 
- #include 
- 
-+#include 
-+
- TVDBInfoFetcher::TVDBInfoFetcher(QObject *parent) :
- InfoFetcher(parent)
- {

diff --git a/media-video/bangarang/metadata.xml 
b/media-video/bangarang/metadata.xml
deleted file mode 100644
index 28122f2..000
--- a/media-video/bangarang/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   kde
-   
-   bangarangissuetracking
-   
-



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

2015-09-17 Thread Johannes Huber
commit: 067a4b05020b3e8e3a857fac79b533de2d90955c
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Sep 17 10:06:30 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Sep 17 10:23:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=067a4b05

kde-misc/pgame: Remove package

Last rited on 2015/08/13.

 kde-misc/pgame/Manifest |  1 -
 kde-misc/pgame/metadata.xml |  8 
 kde-misc/pgame/pgame-0.4.ebuild | 24 
 3 files changed, 33 deletions(-)

diff --git a/kde-misc/pgame/Manifest b/kde-misc/pgame/Manifest
deleted file mode 100644
index bc51adc..000
--- a/kde-misc/pgame/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST 99357-pgame-0.4.tar.bz2 14922 SHA256 
0a1d5c7ddda8d8a47bf4f608598d7129fb2d7cbecf139809a8fc12c821a20a53 SHA512 
ef0af79a098537c75427beb9cc8f61cbe2130e362af9b46219132d9b77720afd4b71f3e256e40079126422707718f70de17741f56795145921da9eed897d4dd6
 WHIRLPOOL 
915d28a556a4867f24935d8c7e01d949e637d056ec38cb9672802a619a720a9acb56050ea9ebb0700f416519f822242621df88141e86cc02d177f7780aa3e14d

diff --git a/kde-misc/pgame/metadata.xml b/kde-misc/pgame/metadata.xml
deleted file mode 100644
index b191bd3..000
--- a/kde-misc/pgame/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-kde
-
-
-
-

diff --git a/kde-misc/pgame/pgame-0.4.ebuild b/kde-misc/pgame/pgame-0.4.ebuild
deleted file mode 100644
index 64d2404..000
--- a/kde-misc/pgame/pgame-0.4.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_MINIMAL="4.13.1"
-inherit kde4-base
-
-DESCRIPTION="A plasmoid similar to xgame"
-HOMEPAGE="http://kde-look.org/content/show.php/PGame?content=99357;
-SRC_URI="http://kde-look.org/CONTENT/content-files/99357-pgame-${PV}.tar.bz2;
-
-LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~x86"
-SLOT="4"
-IUSE="debug"
-
-RDEPEND="
-   $(add_kdebase_dep kdelibs 'nepomuk')
-   $(add_kdebase_dep plasma-workspace '' 4.11)
-   $(add_kdeapps_dep nepomuk)
-"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: kde-base/nepomuk-widgets/

2015-09-17 Thread Johannes Huber
commit: 0bd6b817fec5acfb7d6466b4fe2c81a459f946f4
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Sep 17 10:14:41 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Sep 17 10:23:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bd6b817

kde-base/nepomuk-widgets: Remove package

Last rited on 2015/08/13.

 kde-base/nepomuk-widgets/Manifest  |  1 -
 kde-base/nepomuk-widgets/metadata.xml  |  5 -
 .../nepomuk-widgets/nepomuk-widgets-4.14.3.ebuild  | 22 --
 3 files changed, 28 deletions(-)

diff --git a/kde-base/nepomuk-widgets/Manifest 
b/kde-base/nepomuk-widgets/Manifest
deleted file mode 100644
index 5d70b66..000
--- a/kde-base/nepomuk-widgets/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST nepomuk-widgets-4.14.3.tar.xz 48748 SHA256 
fd7a96ea3c6acbe23b3a43d6052471ed197008b9c424b41cfced27a74cd179e1 SHA512 
220223827c2d355b3f914d94e5073fdef7a3d6ef80a8e43942ad415a648b96b7fa94bce3249ae8099782fb4aa9cdaf18a3a6115bb56614db86b80976c77ffdae
 WHIRLPOOL 
3c22328a82f7793f5c6146a3760d60b1cd42a4e2bd125aa4ae6faacb63c63799c2161f8485ec9d0b439589f78d7e258cc2759d90907f5fc7df9bc6a7970dc95e

diff --git a/kde-base/nepomuk-widgets/metadata.xml 
b/kde-base/nepomuk-widgets/metadata.xml
deleted file mode 100644
index 8d1e86a..000
--- a/kde-base/nepomuk-widgets/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-kde
-

diff --git a/kde-base/nepomuk-widgets/nepomuk-widgets-4.14.3.ebuild 
b/kde-base/nepomuk-widgets/nepomuk-widgets-4.14.3.ebuild
deleted file mode 100644
index e928b56..000
--- a/kde-base/nepomuk-widgets/nepomuk-widgets-4.14.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="Widget library for nepomuk"
-KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-DEPEND="
-   $(add_kdebase_dep nepomuk-core)
-   >=dev-libs/soprano-2.9.0
-"
-RDEPEND="${DEPEND}
-   !

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

2015-09-17 Thread Johannes Huber
commit: 1aaacd46299e98bc33e289f2ff4101684b7fa479
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Sep 17 10:10:24 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Sep 17 10:23:17 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aaacd46

dev-util/plasmate: Remove package

Last rited on 2015/08/13.

 dev-util/plasmate/Manifest|  1 -
 dev-util/plasmate/metadata.xml| 10 --
 dev-util/plasmate/plasmate-1.0.ebuild | 30 --
 3 files changed, 41 deletions(-)

diff --git a/dev-util/plasmate/Manifest b/dev-util/plasmate/Manifest
deleted file mode 100644
index 86a3964..000
--- a/dev-util/plasmate/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST plasmate-1.0.tar.gz 288285 SHA256 
5e9486a76faf7fbf11ac0a9c8275eea7b037662508217928f052434d65611e28 SHA512 
6e61e3274ee5cc74ea18e64484077e609d146f10ff0a82cdbd9776657487724fdfc0ace09dfa36ae8d46e7c03f67411eb92e38e065b6c750d5ca5f91a91901d2
 WHIRLPOOL 
3bc5edaf48e48c46c4aa4ba1a82c7ed9be3d301bfc9a6d433443d7953ed78600ece76fb778d47be290826aeb91dbc8a747a82a5af173873d20fcff9c2fd7

diff --git a/dev-util/plasmate/metadata.xml b/dev-util/plasmate/metadata.xml
deleted file mode 100644
index 01b2427..000
--- a/dev-util/plasmate/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   kde
-   
-   terie...@gmail.com
-   Giorgos Tsiapaliwkas
-   A small IDE taylored for development of Plasma 
components.
-   
-

diff --git a/dev-util/plasmate/plasmate-1.0.ebuild 
b/dev-util/plasmate/plasmate-1.0.ebuild
deleted file mode 100644
index 6945310..000
--- a/dev-util/plasmate/plasmate-1.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DECLARATIVE_REQUIRED="always"
-inherit kde4-base
-
-DESCRIPTION="IDE for writing KDE Plasma/KWin components (themes, Plasmoids, 
runners, data engines)"
-HOMEPAGE="https://projects.kde.org/projects/extragear/sdk/plasmate;
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND="
-   app-crypt/gpgme
-   dev-libs/libattica
-   dev-libs/soprano
-   $(add_kdebase_dep kdepimlibs)
-   $(add_kdeapps_dep knewstuff)
-"
-
-RDEPEND="
-   ${DEPEND}
-   dev-vcs/git
-"



[gentoo-commits] repo/gentoo:master commit in: dev-util/catkin/, dev-util/catkin/files/

2015-09-17 Thread Alexis Ballier
commit: 46e2e14c175c3f370a24beadcb558595de8091e0
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 17 10:28:47 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 17 10:29:09 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46e2e14c

dev-util/catkin: initial import. ebuild by me.

Package-Manager: portage-2.2.20.1

 dev-util/catkin/Manifest   |  1 +
 dev-util/catkin/catkin-0.6.14.ebuild   | 95 ++
 dev-util/catkin/catkin-.ebuild | 95 ++
 dev-util/catkin/files/catkin_prefix_path.patch | 55 +++
 dev-util/catkin/files/distutils.patch  | 13 
 dev-util/catkin/files/tests.patch  | 40 +++
 dev-util/catkin/metadata.xml   |  5 ++
 7 files changed, 304 insertions(+)

diff --git a/dev-util/catkin/Manifest b/dev-util/catkin/Manifest
new file mode 100644
index 000..1d66923
--- /dev/null
+++ b/dev-util/catkin/Manifest
@@ -0,0 +1 @@
+DIST catkin-0.6.14.tar.gz 197628 SHA256 
0ca265803be8a2c1b6036d67ed63505551f4bbc02fa6cb8180dc3167b9f3afc9 SHA512 
e2aec7bfbef0f103d96c71408917823cd80e205c021bcd78c018eb2bff04bc268f661ada52963929726e0a986115cbe2c4d791cfa4542a20f7841cd74372
 WHIRLPOOL 
18a4173b5536da3ec6f7395c39f382b03d173e878b81ffef7d224d2828d6930099a74e08a6299b09a68bd56de87e4be225a735cc8a423b8a0b810cd92b1a5e1d

diff --git a/dev-util/catkin/catkin-0.6.14.ebuild 
b/dev-util/catkin/catkin-0.6.14.ebuild
new file mode 100644
index 000..53f670a
--- /dev/null
+++ b/dev-util/catkin/catkin-0.6.14.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+SCM=""
+if [ "${PV#}" != "${PV}" ] ; then
+   SCM="git-r3"
+   EGIT_REPO_URI="http://github.com/ros/catkin;
+fi
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit ${SCM} cmake-utils python-r1 python-utils-r1
+
+DESCRIPTION="Cmake macros and associated python code used to build some parts 
of ROS"
+HOMEPAGE="http://wiki.ros.org/catkin;
+if [ "${PV#}" != "${PV}" ] ; then
+   SRC_URI=""
+   KEYWORDS=""
+else
+   SRC_URI="http://github.com/ros/catkin/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+   dev-python/catkin_pkg[${PYTHON_USEDEP}]
+   dev-python/empy[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   test? ( dev-python/nose[${PYTHON_USEDEP}] 
dev-python/mock[${PYTHON_USEDEP}] )"
+
+PATCHES=(
+   "${FILESDIR}/tests.patch"
+   "${FILESDIR}/distutils.patch"
+   "${FILESDIR}/catkin_prefix_path.patch"
+)
+
+src_prepare() {
+   # fix libdir
+   sed -i \
+   -e 's:LIBEXEC_DESTINATION lib:LIBEXEC_DESTINATION libexec:' \
+   -e 's:}/lib:}/${CMAKE_INSTALL_LIBDIR}:' \
+   -e 's:DESTINATION lib):DESTINATION ${CMAKE_INSTALL_LIBDIR}):' \
+   -e 's:DESTINATION lib/:DESTINATION ${CMAKE_INSTALL_LIBDIR}/:' \
+   -e 's:PYTHON_INSTALL_DIR lib:PYTHON_INSTALL_DIR 
${CMAKE_INSTALL_LIBDIR}:' \
+   cmake/*.cmake || die
+   cmake-utils_src_prepare
+}
+
+catkin_src_configure_internal() {
+   mycmakeargs+=( -DPYTHON_EXECUTABLE="${PYTHON}" )
+   python_export PYTHON_SCRIPTDIR
+   cmake-utils_src_configure
+}
+
+src_configure() {
+   local mycmakeargs=(
+   "$(cmake-utils_use test CATKIN_ENABLE_TESTING)"
+   "-DCATKIN_BUILD_BINARY_PACKAGE=ON"
+   )
+   python_foreach_impl catkin_src_configure_internal
+}
+
+src_compile() {
+   python_foreach_impl cmake-utils_src_compile
+}
+
+src_test() {
+   unset PYTHON_SCRIPTDIR
+   python_foreach_impl cmake-utils_src_test
+}
+
+catkin_src_install_internal() {
+   python_export PYTHON_SCRIPTDIR
+   cmake-utils_src_install
+   if [ ! -f "${T}/.catkin_python_symlinks_generated" ]; then
+   dodir /usr/bin
+   for i in "${D}/${PYTHON_SCRIPTDIR}"/* ; do
+   dosym ../lib/python-exec/python-exec2 
"/usr/bin/${i##*/}" || die
+   done
+   touch "${T}/.catkin_python_symlinks_generated"
+   fi
+}
+
+src_install() {
+   python_foreach_impl catkin_src_install_internal
+   # needed to be considered as a workspace
+   touch "${ED}/usr/.catkin"
+}

diff --git a/dev-util/catkin/catkin-.ebuild 
b/dev-util/catkin/catkin-.ebuild
new file mode 100644
index 000..53f670a
--- /dev/null
+++ b/dev-util/catkin/catkin-.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+SCM=""
+if [ "${PV#}" != "${PV}" ] ; then
+   SCM="git-r3"
+   EGIT_REPO_URI="http://github.com/ros/catkin;
+fi
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit ${SCM} cmake-utils python-r1 python-utils-r1
+

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

2015-09-17 Thread Alexis Ballier
commit: 4641980782a84d95b7ae1f8d1e32e01bc5e52da6
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 17 10:38:08 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 17 10:38:08 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46419807

dev-util/rosdep: initial import. ebuild by me.

Package-Manager: portage-2.2.20.1

 dev-util/rosdep/Manifest |  1 +
 dev-util/rosdep/metadata.xml |  5 +++
 dev-util/rosdep/rosdep-0.11.2.ebuild | 61 
 dev-util/rosdep/rosdep-.ebuild   | 61 
 4 files changed, 128 insertions(+)

diff --git a/dev-util/rosdep/Manifest b/dev-util/rosdep/Manifest
new file mode 100644
index 000..949807d
--- /dev/null
+++ b/dev-util/rosdep/Manifest
@@ -0,0 +1 @@
+DIST rosdep-0.11.2.tar.gz 106456 SHA256 
89da05bdc082005815a9679dc34509a16647374d746a9e636c4238dd8f7aed9e SHA512 
55057bb478dce1a7be3025d52fa6fb616b2de95017981ead934d7965282fa6ceb81780b7825d914531f87af492f3b5ce91ecf2607e6bddb65e13744e8a8d6743
 WHIRLPOOL 
37407d99d58f62c00a54b94a5820cab599c7700be355132e5d7b9d277faa220f89d68c9950cd386e984c64a1f0c493d53db15b31082f485d4786aff232f73d34

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

diff --git a/dev-util/rosdep/rosdep-0.11.2.ebuild 
b/dev-util/rosdep/rosdep-0.11.2.ebuild
new file mode 100644
index 000..7e6194f
--- /dev/null
+++ b/dev-util/rosdep/rosdep-0.11.2.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+SCM=""
+if [ "${PV#}" != "${PV}" ] ; then
+   SCM="git-r3"
+   EGIT_REPO_URI="https://github.com/ros-infrastructure/rosdep;
+fi
+
+inherit ${SCM} distutils-r1
+
+DESCRIPTION="Command-line tool for installing ROS system dependencies"
+HOMEPAGE="http://wiki.ros.org/rosdep;
+if [ "${PV#}" != "${PV}" ] ; then
+   SRC_URI=""
+   KEYWORDS=""
+else
+   SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz
+   
http://github.com/ros-infrastructure/rosdep/archive/${PV}.tar.gz -> ${P}.tar.gz
+   "
+   KEYWORDS="~amd64 ~arm"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+   dev-python/catkin_pkg[${PYTHON_USEDEP}]
+   dev-python/rospkg[${PYTHON_USEDEP}]
+   dev-python/rosdistro[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   nosetests --with-coverage --cover-package=rosdep2 --with-xunit test || 
die
+}
+
+pkg_postrm() {
+   if [ "${ROOT:-/}" = "/" ] ; then
+   einfo "Removing rosdep default sources list."
+   rm -f "${EPREFIX}/etc/ros/rosdep/sources.list.d/20-default.list"
+   fi
+}
+
+pkg_postinst() {
+   if [ "${ROOT:-/}" = "/" -a ! -f 
"${EPREFIX}/etc/ros/rosdep/sources.list.d/20-default.list" ] ; then
+   einfo "Initializing rosdep"
+   rosdep init
+   fi
+}

diff --git a/dev-util/rosdep/rosdep-.ebuild 
b/dev-util/rosdep/rosdep-.ebuild
new file mode 100644
index 000..7e6194f
--- /dev/null
+++ b/dev-util/rosdep/rosdep-.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+SCM=""
+if [ "${PV#}" != "${PV}" ] ; then
+   SCM="git-r3"
+   EGIT_REPO_URI="https://github.com/ros-infrastructure/rosdep;
+fi
+
+inherit ${SCM} distutils-r1
+
+DESCRIPTION="Command-line tool for installing ROS system dependencies"
+HOMEPAGE="http://wiki.ros.org/rosdep;
+if [ "${PV#}" != "${PV}" ] ; then
+   SRC_URI=""
+   KEYWORDS=""
+else
+   SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz
+   
http://github.com/ros-infrastructure/rosdep/archive/${PV}.tar.gz -> ${P}.tar.gz
+   "
+   KEYWORDS="~amd64 ~arm"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+   dev-python/catkin_pkg[${PYTHON_USEDEP}]
+   dev-python/rospkg[${PYTHON_USEDEP}]
+   dev-python/rosdistro[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   nosetests --with-coverage --cover-package=rosdep2 --with-xunit test || 
die
+}
+
+pkg_postrm() {
+   if [ "${ROOT:-/}" = "/" ] ; then
+   einfo "Removing rosdep default 

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

2015-09-17 Thread Tobias Klausmann
commit: 0461aa8445164a02ff97800cf86bf7a6f6662699
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 17 10:42:30 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 17 10:42:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0461aa84

app-misc/mc: add alpha keyword

Gentoo-Bug: 560686

Package-Manager: portage-2.2.20.1

 app-misc/mc/mc-4.8.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/mc/mc-4.8.14.ebuild b/app-misc/mc/mc-4.8.14.ebuild
index cebc481..3386799 100644
--- a/app-misc/mc/mc-4.8.14.ebuild
+++ b/app-misc/mc/mc-4.8.14.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://www.midnight-commander.org/downloads/${MY_P}.tar.xz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
 IUSE="+edit gpm mclib nls samba sftp +slang spell test X +xdg"
 
 REQUIRED_USE="spell? ( edit )"



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

2015-09-17 Thread Justin Lecher
commit: cd59073cb4ce9c6d9fe1db4e6f9861cd2fcbfd46
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Sep 17 08:10:11 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Sep 17 08:10:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd59073c

dev-python/django-grappelli: New package, ebuild written by me

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

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

 dev-python/django-grappelli/Manifest|  1 +
 .../django-grappelli/django-grappelli-2.7.1.ebuild  | 21 +
 dev-python/django-grappelli/metadata.xml|  9 +
 3 files changed, 31 insertions(+)

diff --git a/dev-python/django-grappelli/Manifest 
b/dev-python/django-grappelli/Manifest
new file mode 100644
index 000..8053699
--- /dev/null
+++ b/dev-python/django-grappelli/Manifest
@@ -0,0 +1 @@
+DIST django-grappelli-2.7.1.tar.gz 1971448 SHA256 
81a5dc24fd8e540d5acdb3cfecb44b6787bce328a0e9bd9581b77f7821d256cb SHA512 
18afdb0c06360fda2fadb8af7918eb9a18372c964ac14a0faf350424fcd5f945a409adbf972d93ff7d7e89a3c6cda95f9d5e658b5980531e00363655ab2e07be
 WHIRLPOOL 
377240b4fa4af8e9f700bfb6d52939cb4f273a4482b2a13678599d1ebc035a9a3505945a33d3e143949a99ad6f30e38d9a54c0daf4dea6255d606c85a9c755f4

diff --git a/dev-python/django-grappelli/django-grappelli-2.7.1.ebuild 
b/dev-python/django-grappelli/django-grappelli-2.7.1.ebuild
new file mode 100644
index 000..bb1ca39
--- /dev/null
+++ b/dev-python/django-grappelli/django-grappelli-2.7.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
+
+inherit distutils-r1
+
+DESCRIPTION="A jazzy skin for the Django Admin-Interface"
+HOMEPAGE="
+   https://pypi.python.org/pypi/django-grappelli
+   https://django-grappelli.readthedocs.org
+   https://github.com/sehmaschine/django-grappelli;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""

diff --git a/dev-python/django-grappelli/metadata.xml 
b/dev-python/django-grappelli/metadata.xml
new file mode 100644
index 000..cdf82d1
--- /dev/null
+++ b/dev-python/django-grappelli/metadata.xml
@@ -0,0 +1,9 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   python
+   
+   j...@gentoo.org
+   Justin Lecher
+   
+



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

2015-09-17 Thread Alexis Ballier
commit: 1bbaf66e9c5b8a4d3c8a43a48583aaae2be6e1d9
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 17 08:38:56 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 17 08:38:56 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bbaf66e

net-misc/freerdp: Add ref to upstream PR for the ffmpeg patch.

Package-Manager: portage-2.2.20.1

 net-misc/freerdp/files/freerdp-ffmpeg29.patch | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-misc/freerdp/files/freerdp-ffmpeg29.patch 
b/net-misc/freerdp/files/freerdp-ffmpeg29.patch
index 6113c3b..e4d81bd 100644
--- a/net-misc/freerdp/files/freerdp-ffmpeg29.patch
+++ b/net-misc/freerdp/files/freerdp-ffmpeg29.patch
@@ -1,3 +1,5 @@
+https://github.com/FreeRDP/FreeRDP/pull/2895
+
 Index: freerdp-1.2.1_pre20150326/channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c
 ===
 --- freerdp-1.2.1_pre20150326.orig/channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c



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

2015-09-17 Thread Michael Sterrett
commit: 89e6ce1d0298c735badfbaf534d257cc954a89d6
Author: Michael Sterrett  gentoo  org>
AuthorDate: Thu Sep 17 08:44:15 2015 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Thu Sep 17 08:44:37 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89e6ce1d

version bump (bug #560664)

Package-Manager: portage-2.2.20.1

 dev-lang/clojure/Manifest |  1 +
 dev-lang/clojure/clojure-1.7.0.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-lang/clojure/Manifest b/dev-lang/clojure/Manifest
index 334ac5d..6ef3ba3 100644
--- a/dev-lang/clojure/Manifest
+++ b/dev-lang/clojure/Manifest
@@ -1,2 +1,3 @@
 DIST clojure-1.5.1.tar.gz 540021 SHA256 
ee6cc9360e3545a35cdd6a9ae48b5f4034ef2eb2aaa19721df976078952a805b SHA512 
8bc4b7098ec11a3cd4d077f32607c5d23118d5f84b88af69b2051c4dd5b17f28f092b77206fba87e23f1163d2d0f7a2c37b1b1ffa1bcfef3ad4c8f74695d71cd
 WHIRLPOOL 
e77d13a771903100a3fe6b0ade84375217c5b150498e727a7cef2d856a4004e640e0c95717fb67be6cae1fbab7611189a1f3999726f7bbec43968eef646dcb32
 DIST clojure-1.6.0.tar.gz 579154 SHA256 
70b664b24bd8cc7bf0b5519cfa5fa98424eb3e23303fec04b24a03b8bc4f0b4a SHA512 
52bf54d157dae77e71e53bac421daa1bca7ef55b837600c8b04751a545cbed0f04d3718543031d1e5b8ca43e2518d356082b9f8c029c2e318996450cfaee9c81
 WHIRLPOOL 
b79b008773ad678e6418a719183c5b240ad0629d3a32384ec6e5979f0377ba2bd39768f27b71da815342bffbd8bdfa5b66cb24e90cf4f489273b33515f591509
+DIST clojure-1.7.0.tar.gz 614331 SHA256 
51a950b5b67575869a52debbafe52967759757f2e302a0bd42fb56b0e9859a74 SHA512 
243d3120fa1a0f559c1f6b4724d0f7ba72e6f6dd009d0849377087e890aa04dba7c119862001d0c543eb0e35ef5c13cc8967ad494ffa9522daa9f8b1dfc77ef1
 WHIRLPOOL 
6c002d736968bc5af91eb2f8f593ded5ac14582aeecac67d62a9125c1911986313fece4a19e946b742292df1673b787cc1506c7ff22abe3e534e433e1403e35b

diff --git a/dev-lang/clojure/clojure-1.7.0.ebuild 
b/dev-lang/clojure/clojure-1.7.0.ebuild
new file mode 100644
index 000..b963255
--- /dev/null
+++ b/dev-lang/clojure/clojure-1.7.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+JAVA_PKG_IUSE="source test"
+
+inherit java-pkg-2 java-ant-2
+
+DESCRIPTION="Clojure is a dynamic programming language that targets the Java 
Virtual Machine"
+HOMEPAGE="http://clojure.org/;
+SRC_URI="https://github.com/clojure/clojure/tarball/${P} -> ${P}.tar.gz"
+
+LICENSE="EPL-1.0 Apache-2.0 BSD"
+SLOT="1.7"
+KEYWORDS="~amd64 ~x86 ~x86-linux"
+IUSE=""
+RESTRICT="test" # patches welcome to fix the test
+
+RDEPEND=">=virtual/jre-1.6"
+DEPEND=">=virtual/jdk-1.6"
+
+S=${WORKDIR}/clojure-clojure-147f19e
+
+src_test() {
+   java-pkg-2_src_test
+}
+
+src_install() {
+   java-pkg_newjar ${P/_/-}.jar
+   java-pkg_dolauncher  ${PN}-${SLOT} --main clojure.main
+   dodoc changes.md CONTRIBUTING.md readme.txt
+}



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

2015-09-17 Thread Manuel Rüger
commit: f4f4072ac355ddfae24da512457c46de06005c30
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Sep 17 08:47:12 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Sep 17 08:47:12 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4f4072a

net-libs/libnftnl: Version bump

Package-Manager: portage-2.2.20.1

 net-libs/libnftnl/Manifest  |  1 +
 net-libs/libnftnl/libnftnl-1.0.4.ebuild | 58 +
 2 files changed, 59 insertions(+)

diff --git a/net-libs/libnftnl/Manifest b/net-libs/libnftnl/Manifest
index 6bece66..4853992 100644
--- a/net-libs/libnftnl/Manifest
+++ b/net-libs/libnftnl/Manifest
@@ -1 +1,2 @@
 DIST libnftnl-1.0.3.tar.bz2 356264 SHA256 
cf0ae7eab6a6866192a1fbd6b370a8a2cbe2066fe3975ab44939fd50747c27f7 SHA512 
6fba3f3a0c3d98e0c3200edbd45910e326f0864383dc695fa77580d47d3fe541c50518f62d2dbfc50b2378b9b311aec28b3321ef18f59a321e0a3f0817952181
 WHIRLPOOL 
70219737c4d865bdfe9f58803377d3a10619198cb486623d03d30a43b0d159ded9d625505cb0209fe30585dbe3413d136d2fdd6552a6ce2339151bedb1c94c9a
+DIST libnftnl-1.0.4.tar.bz2 367016 SHA256 
8f1fbf9bcf87bf68e782f464fb05428d476c2e9a0bec91c6cda7a389a21969d0 SHA512 
ed4230581c139c004c39a9ef3e6d548cfad43d1f3c47e83db328b7ae6c6d7fa70b194699d7f18472fa7fb819c943a85b6997be0f2d2b926745dd5cdbdbf81a41
 WHIRLPOOL 
f899694c2d45fc073af694f5bd6edcae70abead69ef37a3f84a290e6b3dbb246029337e14378e4b3af4a4040f9c407db247f4d8636b8986e3f0d5b48783c20bd

diff --git a/net-libs/libnftnl/libnftnl-1.0.4.ebuild 
b/net-libs/libnftnl/libnftnl-1.0.4.ebuild
new file mode 100644
index 000..32b072d
--- /dev/null
+++ b/net-libs/libnftnl/libnftnl-1.0.4.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit base linux-info toolchain-funcs
+
+DESCRIPTION="Netlink API to the in-kernel nf_tables subsystem"
+HOMEPAGE="http://netfilter.org/projects/nftables/;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="examples json static-libs test xml"
+SRC_URI="http://netfilter.org/projects/${PN}/files/${P}.tar.bz2;
+
+RDEPEND=">=net-libs/libmnl-1.0.0
+   xml? ( >=dev-libs/mini-xml-2.6 )
+   json? ( >=dev-libs/jansson-2.3 )"
+DEPEND="virtual/pkgconfig
+   ${RDEPEND}"
+
+REQUIRED_USE="test? ( json xml )"
+
+pkg_setup() {
+   if kernel_is ge 3 13; then
+   CONFIG_CHECK="~NF_TABLES"
+   linux-info_pkg_setup
+   else
+   eerror "This package requires kernel version 3.13 or newer to 
work properly."
+   fi
+}
+
+src_configure() {
+   econf \
+   $(use_enable static-libs static) \
+   $(use_with xml xml-parsing) \
+   $(use_with json json-parsing)
+}
+
+src_install() {
+   default
+   gen_usr_ldscript -a nftnl
+   prune_libtool_files
+
+   if use examples; then
+   find examples/ -name 'Makefile*' -delete
+   dodoc -r examples/
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+}
+
+src_test() {
+   default
+   cd tests || die
+   ./test-script.sh || die
+}



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

2015-09-17 Thread Manuel Rüger
commit: 8cde0aa2a2167b2aacb54dfe1739b001dafb81ff
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Sep 17 08:58:30 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Sep 17 08:58:30 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cde0aa2

x11-libs/libdrm: Version bump

Package-Manager: portage-2.2.20.1

 x11-libs/libdrm/Manifest |  1 +
 x11-libs/libdrm/libdrm-2.4.65.ebuild | 61 
 2 files changed, 62 insertions(+)

diff --git a/x11-libs/libdrm/Manifest b/x11-libs/libdrm/Manifest
index 4d00686..098826a 100644
--- a/x11-libs/libdrm/Manifest
+++ b/x11-libs/libdrm/Manifest
@@ -1,2 +1,3 @@
 DIST libdrm-2.4.59.tar.bz2 592722 SHA256 
68d26e1fd85582f4243d66864f9b43ca4ee93662825de32b5506fc8e181ea41b SHA512 
b9f61cfd47cf4a02c10e7fe79b0e9c5701383c76425cf4985a9b91d909f905334ca1ace7334aa0a4ab400694ad84a1a3bc1c3f29842d808026702b35fa9f87c3
 WHIRLPOOL 
6b0e1be70164db86152503e4b72373736f0462ff97ffac2c79a6c1fce83d658e6030d5435be5a61c1f6ca50728db4c7e3a5d8f5e48073fc74169696ff1b7c5be
 DIST libdrm-2.4.64.tar.bz2 640440 SHA256 
b60786fe7d6e42adb3966ce1a658f63fec528d537396381cbda93bcc99a934b6 SHA512 
f4fae23b981c761622b6170ae1f5bc805fc9fe2c5f3531dd45b3e3fcb65c4c4f08d39744c30e2d7f9c14ce6f13dac4a655c0b0ca9785965c59917a4e594e507b
 WHIRLPOOL 
49a96a5d2795f2a9c9fca5cc5808cbfa5e06717d7f4b8221cee55288e16cee503a109321aea04680900fb0bc80e56482a6c8cd15e887eee3d327f0af52706fac
+DIST libdrm-2.4.65.tar.bz2 645877 SHA256 
71960ac8bde7d710992b1bc8879935e8300a870c36bd06f22412d0447e3d96c4 SHA512 
fabbb3ba163aa1307288472c11c6ce8f1e412cbd67ba3135a614f0e05bf4f881bf6ccc581e9cf05a7e2e965817bb71c0b5335263b5c0b0cb85829a0f29a6029d
 WHIRLPOOL 
b00d7aed0437ee0f64f60ed59becf41d165c101725cab700345203b2108a2adc9ed95d17acc0dff5706df86c87c13d058991417f42db40dfc523279cc5eb8547

diff --git a/x11-libs/libdrm/libdrm-2.4.65.ebuild 
b/x11-libs/libdrm/libdrm-2.4.65.ebuild
new file mode 100644
index 000..8ec9f11
--- /dev/null
+++ b/x11-libs/libdrm/libdrm-2.4.65.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+XORG_MULTILIB=yes
+inherit xorg-2
+
+DESCRIPTION="X.Org libdrm library"
+HOMEPAGE="http://dri.freedesktop.org/;
+if [[ ${PV} = * ]]; then
+   EGIT_REPO_URI="git://anongit.freedesktop.org/git/mesa/drm"
+else
+   SRC_URI="http://dri.freedesktop.org/${PN}/${P}.tar.bz2;
+fi
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux 
~arm-linux ~x86-linux"
+VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vmware"
+for card in ${VIDEO_CARDS}; do
+   IUSE_VIDEO_CARDS+=" video_cards_${card}"
+done
+
+IUSE="${IUSE_VIDEO_CARDS} libkms valgrind"
+RESTRICT="test" # see bug #236845
+
+RDEPEND=">=dev-libs/libpthread-stubs-0.3-r1:=[${MULTILIB_USEDEP}]
+   video_cards_intel? ( 
>=x11-libs/libpciaccess-0.13.1-r1:=[${MULTILIB_USEDEP}] )
+   abi_x86_32? ( !app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] )"
+DEPEND="${RDEPEND}
+   valgrind? ( dev-util/valgrind )"
+
+src_prepare() {
+   if [[ ${PV} = * ]]; then
+   # tests are restricted, no point in building them
+   sed -ie 's/tests //' "${S}"/Makefile.am
+   fi
+   xorg-2_src_prepare
+}
+
+src_configure() {
+   XORG_CONFIGURE_OPTIONS=(
+   # Udev is only used by tests now.
+   --disable-udev
+   --disable-cairo-tests
+   $(use_enable video_cards_amdgpu amdgpu)
+   $(use_enable video_cards_exynos exynos-experimental-api)
+   $(use_enable video_cards_freedreno freedreno)
+   $(use_enable video_cards_intel intel)
+   $(use_enable video_cards_nouveau nouveau)
+   $(use_enable video_cards_omap omap-experimental-api)
+   $(use_enable video_cards_radeon radeon)
+   $(use_enable video_cards_tegra tegra-experimental-api)
+   $(use_enable video_cards_vmware vmwgfx)
+   $(use_enable libkms)
+   # valgrind installs its .pc file to the pkgconfig for the 
primary arch
+   --enable-valgrind=$(usex valgrind auto no)
+   )
+
+   xorg-2_src_configure
+}



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

2015-09-17 Thread Manuel Rüger
commit: 002688e3ad55158c839784b490dee69977fbf09d
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Aug 29 19:35:50 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Sep 17 08:36:20 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=002688e3

app-office/skrooge: Add USE=crypt, fix DEPENDs, add gcc check

Package does not build with kde

Enable kactivities support
+   Enable encryption using 
dev-db/sqlcipher

 

diff --git a/app-office/skrooge/skrooge-.ebuild 
b/app-office/skrooge/skrooge-.ebuild
index 1f9cd36..3fb08e6 100644
--- a/app-office/skrooge/skrooge-.ebuild
+++ b/app-office/skrooge/skrooge-.ebuild
@@ -15,9 +15,9 @@ HOMEPAGE="http://www.skrooge.org/;
 
 LICENSE="GPL-2"
 KEYWORDS=""
-IUSE="activities ofx"
+IUSE="activities crypt ofx"
 
-RDEPEND="
+COMMON_DEPEND="
$(add_frameworks_dep karchive)
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
@@ -25,33 +25,26 @@ RDEPEND="
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep kdelibs4support)
-   $(add_frameworks_dep kdesignerplugin)
-   $(add_frameworks_dep kguiaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kio)
$(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kjobwidgets)
$(add_frameworks_dep knewstuff)
$(add_frameworks_dep knotifications)
$(add_frameworks_dep knotifyconfig)
$(add_frameworks_dep kparts)
$(add_frameworks_dep krunner)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
$(add_frameworks_dep kwallet)
$(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)
app-crypt/qca:2[qt5]
-   dev-db/sqlite:3
dev-libs/grantlee:5
-   dev-libs/libxslt
-   dev-libs/qjson
-   dev-qt/designer:5
dev-qt/qtconcurrent:5
dev-qt/qtdbus:5
dev-qt/qtdeclarative:5
dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
dev-qt/qtprintsupport:5
dev-qt/qtscript:5
dev-qt/qtsql:5
@@ -59,13 +52,26 @@ RDEPEND="
dev-qt/qtwebkit:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5
-   x11-misc/shared-mime-info
activities? ( $(add_frameworks_dep kactivities) )
+   crypt? ( dev-db/sqlcipher )
+   !crypt? ( dev-db/sqlite:3 )
ofx? ( >=dev-libs/libofx-0.9.1 )
-   !app-office/skrooge:4
 "
-DEPEND="${RDEPEND}
+DEPEND="${COMMON_DEPEND}
+   $(add_frameworks_dep kdesignerplugin)
+   $(add_frameworks_dep kguiaddons)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep kwindowsystem)
dev-libs/boost
+   dev-libs/libxslt
+   dev-libs/qjson
+   dev-qt/designer:5
+   dev-qt/qtnetwork:5
+   virtual/pkgconfig
+   x11-misc/shared-mime-info
+"
+RDEPEND="${COMMON_DEPEND}
+   !app-office/skrooge:4
 "
 
 # upstream does not ship tests in releases
@@ -75,8 +81,17 @@ fi
 
 DOCS=( AUTHORS CHANGELOG README TODO )
 
+pkg_pretend() {
+   if [[ ${MERGE_TYPE} != binary  && $(tc-getCC) == *gcc* ]]; then
+   if [[ $(gcc-major-version) -lt 4 || $(gcc-major-version) == 4 
&& $(gcc-minor-version) -lt 9 ]] ; then
+   die 'The active compiler needs to be gcc 4.9 (or newer)'
+   fi
+   fi
+}
+
 src_configure() {
local mycmakeargs=(
+   -DSKG_CIPHER=$(usex crypt)
$(cmake-utils_use_find_package activities KF5Activities)
$(cmake-utils_use_find_package ofx LibOfx)
)



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

2015-09-17 Thread Alexis Ballier
commit: 2bdd3d55e7ef03fdd661b4a315db08c7309b3a97
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 17 08:55:01 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 17 08:55:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bdd3d55

dev-python/vcstools: initial import; ebuild by me.

Package-Manager: portage-2.2.20.1

 dev-python/vcstools/Manifest   |  1 +
 dev-python/vcstools/metadata.xml   |  5 +++
 dev-python/vcstools/vcstools-0.1.37.ebuild | 59 ++
 dev-python/vcstools/vcstools-.ebuild   | 59 ++
 4 files changed, 124 insertions(+)

diff --git a/dev-python/vcstools/Manifest b/dev-python/vcstools/Manifest
new file mode 100644
index 000..6f56cb3
--- /dev/null
+++ b/dev-python/vcstools/Manifest
@@ -0,0 +1 @@
+DIST vcstools-0.1.37.tar.gz 54213 SHA256 
8d66379c5e5772a42b9680c9120a718bdc904745be22096d1f2bd5934cd625fc SHA512 
c2992fd9977dd5cb0090319b828add26f60769bb7649d873e8edcac45c23a913667cde31f7ab658d5ce7de82930a5eb0ea9083994ea93b6ee9433966e70ee7b2
 WHIRLPOOL 
aea89a863217ad09e2d183aa04f5c5173f6e7330ff2bfa1e713ab910f3ad0017e95fbf69c1cd94c10e20b7baa5974ad40fe9efda546860ef2a35f100808eb09e

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

diff --git a/dev-python/vcstools/vcstools-0.1.37.ebuild 
b/dev-python/vcstools/vcstools-0.1.37.ebuild
new file mode 100644
index 000..d7a8169
--- /dev/null
+++ b/dev-python/vcstools/vcstools-0.1.37.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+SCM=""
+if [ "${PV#}" != "${PV}" ] ; then
+   SCM="git-r3"
+   EGIT_REPO_URI="https://github.com/vcstools/vcstools;
+fi
+
+inherit ${SCM} distutils-r1
+
+DESCRIPTION="Python library for interacting with various VCS systems"
+HOMEPAGE="http://wiki.ros.org/vcstools;
+if [ "${PV#}" != "${PV}" ] ; then
+   SRC_URI=""
+   KEYWORDS=""
+else
+   SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz
+   http://github.com/vcstools/vcstools/archive/${PV}.tar.gz -> 
${P}.tar.gz
+   "
+   KEYWORDS="~amd64 ~arm"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-vcs/git
+   dev-vcs/bzr
+   dev-vcs/mercurial
+   dev-vcs/subversion
+   )
+"
+
+python_test() {
+   # From travis.yml
+   # Set git config to silence some stuff in the tests
+   git config --global user.email "f...@example.com"
+   git config --global user.name "Foo Bar"
+   # Set the hg user
+   echo -e "[ui]\nusername = Your Name " >> ~/.hgrc
+   # Set the bzr user
+   bzr whoami "Your Name "
+   #git config --global user.email "y...@example.com"
+   #git config --global user.name "Your Name"
+
+   nosetests --with-coverage --cover-package vcstools || die
+}

diff --git a/dev-python/vcstools/vcstools-.ebuild 
b/dev-python/vcstools/vcstools-.ebuild
new file mode 100644
index 000..d7a8169
--- /dev/null
+++ b/dev-python/vcstools/vcstools-.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+SCM=""
+if [ "${PV#}" != "${PV}" ] ; then
+   SCM="git-r3"
+   EGIT_REPO_URI="https://github.com/vcstools/vcstools;
+fi
+
+inherit ${SCM} distutils-r1
+
+DESCRIPTION="Python library for interacting with various VCS systems"
+HOMEPAGE="http://wiki.ros.org/vcstools;
+if [ "${PV#}" != "${PV}" ] ; then
+   SRC_URI=""
+   KEYWORDS=""
+else
+   SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz
+   http://github.com/vcstools/vcstools/archive/${PV}.tar.gz -> 
${P}.tar.gz
+   "
+   KEYWORDS="~amd64 ~arm"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-vcs/git
+   dev-vcs/bzr
+   dev-vcs/mercurial
+   dev-vcs/subversion
+   )
+"
+
+python_test() {
+   # From travis.yml
+   # Set git config to silence some stuff in the tests
+   git config --global user.email "f...@example.com"
+   git config --global user.name "Foo Bar"
+   # Set the hg user
+   echo -e 

[gentoo-commits] repo/gentoo:master commit in: kde-base/kdelibs/

2015-09-17 Thread Manuel Rüger
commit: 42f395ec5d0f7ead29233320cf7b1a218ebdbbff
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Sep 17 12:34:43 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Sep 17 12:35:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42f395ec

kde-base/kdelibs: Version bump

Package-Manager: portage-2.2.20.1

 kde-base/kdelibs/Manifest   |   1 +
 kde-base/kdelibs/kdelibs-4.14.12.ebuild | 299 
 2 files changed, 300 insertions(+)

diff --git a/kde-base/kdelibs/Manifest b/kde-base/kdelibs/Manifest
index 10f7327..9c429df 100644
--- a/kde-base/kdelibs/Manifest
+++ b/kde-base/kdelibs/Manifest
@@ -1,4 +1,5 @@
 DIST kdelibs-4.14.10.tar.xz 11644204 SHA256 
00f5a7bdb0b2bcb786ea630844c639ebe89c45eb1e88443dde421baa0895ca94 SHA512 
051322f6ee24e09f7b705e17aa8cc755bc6728855afe5b310910e976737167d7902f01a6a8ca51b60b1f0904429522d35eeec1b09ac6cfbdcab97e0fdd5429df
 WHIRLPOOL 
4d4b8d6c25af95e4074606f5ffa7f33134a6a625a22ba7912b1b1a5af3474702d9adc12e71da86cedf46ac150678e53dd7a8bafb444a3b687f1efb633af7ff2d
 DIST kdelibs-4.14.11.tar.xz 11631188 SHA256 
981274f1e34c9a73593faf347bdb524b476391ddb1919c5ab39365d7f1aa573c SHA512 
f0d634a7b4475d32c68f4b04cd032c45de200343349d2880ef625434ce6df17c6b6f040db6fcff29bbfd98df6f2d6540cd4d3e5d977490dbbe28f038a0ffa561
 WHIRLPOOL 
3865c46dde6da33ddd26765545d6919f69813330f38fe7ec50e6f2885191f45b224cc33abcebb2350df0ffbce7e252d83cfcb04c28742c351dbfbdfbeaf5fb70
+DIST kdelibs-4.14.12.tar.xz 11633140 SHA256 
2f17d34af6bc7383625df5562239418c808afd7df462073331bd82a84b1f97e8 SHA512 
f04b69bffa67ab76457e56c784604e59270bab081694aa5d19d7b19cc190b9c49c25de2ac8f05c49b2dd09b6c47efc091976d2845c4f3eedecda15feffedb20d
 WHIRLPOOL 
7b9474387bad9e1929cbde352c4b30368dca50d7d7d4862b47fb8b1452528655f3fa4461843dcc26c5b704f3a0d87f2637e4a167c1ae75a4d67833f36bc02115
 DIST kdelibs-4.14.3.tar.xz 11600500 SHA256 
f8206da1106184ef0bd031b82701c4910b8dade331c4cdaf1cd9c6c5208cfd9e SHA512 
7713cec4851fd4d7d5376afd905515902395ca469cefe1924c05ac0cd4499c28ab6a3c3e7bee10c4cfb3584f2fe93cfb6129d5b550d56d18217866f5fde748cf
 WHIRLPOOL 
9b6d525136cee8e43b832dbbe7451494cc30e15cc58cc34eeab8c9040a9cbe893dc8ba794be50cdb3462e20279bfb41bee22385d3d106a353ef738da510f5c04
 DIST kdelibs-4.14.8.tar.xz 11648060 SHA256 
705fa8a9b3b3c962aa99d040eb32e68863ba4c2f567b82b9513379defbc39bbb SHA512 
0cd5e8dd5cec7cf84bc66c6732f4967610211e521898da41601d24174f909043bafacbb9bd9775666cebb132747e2861c6c8ff07de61be708975f44dbbfb856e
 WHIRLPOOL 
6405ee6b273899a26c39fa005c18be7270888113f93302990003b92ca96c52303ce853c5378c812f4ddf53f40c7b6ff9e2a958bc86a676d1e3abbfe4f3d96bd4

diff --git a/kde-base/kdelibs/kdelibs-4.14.12.ebuild 
b/kde-base/kdelibs/kdelibs-4.14.12.ebuild
new file mode 100644
index 000..959b7cc
--- /dev/null
+++ b/kde-base/kdelibs/kdelibs-4.14.12.ebuild
@@ -0,0 +1,299 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+CMAKE_MIN_VERSION="3.3.1-r1"
+CPPUNIT_REQUIRED="optional"
+DECLARATIVE_REQUIRED="always"
+OPENGL_REQUIRED="optional"
+KDE_HANDBOOK="optional"
+inherit kde4-base fdo-mime multilib toolchain-funcs flag-o-matic
+
+EGIT_BRANCH="KDE/4.14"
+
+DESCRIPTION="KDE libraries needed by all KDE programs"
+
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux"
+LICENSE="LGPL-2.1"
+IUSE="cpu_flags_x86_3dnow acl alsa altivec +bzip2 +crypt debug doc fam jpeg2k
+kerberos lzma cpu_flags_x86_mmx nls openexr +policykit spell cpu_flags_x86_sse
+cpu_flags_x86_sse2 ssl +udev +udisks +upower zeroconf"
+
+REQUIRED_USE="
+   udisks? ( udev )
+   upower? ( udev )
+"
+
+# needs the kate regression testsuite from svn
+RESTRICT="test"
+
+COMMONDEPEND="
+   >=app-misc/strigi-0.7.7
+   app-text/docbook-xml-dtd:4.2
+   app-text/docbook-xsl-stylesheets
+   >=dev-libs/libattica-0.4.2
+   >=dev-libs/libdbusmenu-qt-0.3.2[qt4(+)]
+   dev-libs/libpcre[unicode]
+   dev-libs/libxml2
+   dev-libs/libxslt
+   media-libs/fontconfig
+   media-libs/freetype:2
+   media-libs/giflib
+   media-libs/libpng:0=
+   media-libs/phonon[qt4]
+   sys-libs/zlib
+   virtual/jpeg:0
+   >=x11-misc/shared-mime-info-0.60
+   acl? ( virtual/acl )
+   alsa? ( media-libs/alsa-lib )
+   !aqua? (
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXau
+   x11-libs/libXcursor
+   x11-libs/libXdmcp
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXft
+   x11-libs/libXpm
+   x11-libs/libXrender
+   x11-libs/libXScrnSaver
+   x11-libs/libXtst
+   !kernel_SunOS? (
+   || (
+   sys-libs/libutempter
+   >=sys-freebsd/freebsd-lib-9.0
+   

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

2015-09-17 Thread Manuel Rüger
commit: 4f31b439d85a4e0941df368f482dc79bab998081
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Sep 17 12:14:02 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Sep 17 12:35:32 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f31b439

profiles: Add URI for kdelibs 4.14.12

 eclass/kde4-base.eclass | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 1e0ff2e..fb4d566 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -461,6 +461,9 @@ _calculate_src_uri() {
4.14.11)
# Part of 15.08.0 actually, sigh. Not 
stable for next release!

SRC_URI="mirror://kde/stable/applications/15.08.0/src/${_kmname_pv}.tar.xz" ;;
+   4.14.12)
+   # Part of 15.08.1 actually, sigh. Not 
stable for next release!
+   
SRC_URI="mirror://kde/stable/applications/15.08.1/src/${_kmname_pv}.tar.xz" ;;
??.?.[6-9]? | ??.??.[4-9]?)
# Unstable KDE Applications releases

SRC_URI="mirror://kde/unstable/applications/${PV}/src/${_kmname}-${PV}.tar.xz" 
;;



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

2015-09-17 Thread Tobias Klausmann
commit: 8ad92107bf964ec79e6da304cb539f9d051ea77f
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 17 15:55:43 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 17 15:55:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ad92107

dev-ruby/tins: add ~alpha keyword

Gentoo-Bug: 551654

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-ruby/tins/tins-1.5.2.ebuild b/dev-ruby/tins/tins-1.5.2.ebuild
index d1384b2..3fc60e7 100644
--- a/dev-ruby/tins/tins-1.5.2.ebuild
+++ b/dev-ruby/tins/tins-1.5.2.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/flori/tins;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"



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

2015-09-17 Thread Tobias Klausmann
commit: aec2fdb699c64134dfb9dbc9b2391a4305eae531
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 17 16:02:19 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 17 16:02:19 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aec2fdb6

dev-ruby/tins: add ~alpha keyword

Gentoo-Bug: 551654

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-ruby/tins/tins-1.6.0.ebuild b/dev-ruby/tins/tins-1.6.0.ebuild
index 212181c..1b90387 100644
--- a/dev-ruby/tins/tins-1.6.0.ebuild
+++ b/dev-ruby/tins/tins-1.6.0.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/flori/tins;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"



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

2015-09-17 Thread Tobias Klausmann
commit: 9b54b3327717142cbe0ac5ec8a4db66828bd3aed
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 17 15:56:37 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 17 15:56:37 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b54b332

dev-ruby/tins: add ~alpha keyword

Gentoo-Bug: 551654

Package-Manager: portage-2.2.20.1

 dev-ruby/tins/tins-1.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tins/tins-1.5.4.ebuild b/dev-ruby/tins/tins-1.5.4.ebuild
index 212181c..1b90387 100644
--- a/dev-ruby/tins/tins-1.5.4.ebuild
+++ b/dev-ruby/tins/tins-1.5.4.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/flori/tins;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"



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

2015-09-17 Thread Ian Delaney
commit: 38e32a781985174b5a8d095086f9e3ed1e4bd59a
Author: Ian Delaney  gentoo  org>
AuthorDate: Thu Sep 17 14:45:56 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Thu Sep 17 14:45:56 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38e32a78

sys-boot/refind: revbump to -0.9.0-r1

patch to ebuild sourced from bug #560280, rm inital ebuild

Package-Manager: portage-2.2.20.1

 .../{refind-0.9.0.ebuild => refind-0.9.0-r1.ebuild}| 18 --
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/sys-boot/refind/refind-0.9.0.ebuild 
b/sys-boot/refind/refind-0.9.0-r1.ebuild
similarity index 79%
rename from sys-boot/refind/refind-0.9.0.ebuild
rename to sys-boot/refind/refind-0.9.0-r1.ebuild
index d3b517b..9f616d5 100644
--- a/sys-boot/refind/refind-0.9.0.ebuild
+++ b/sys-boot/refind/refind-0.9.0-r1.ebuild
@@ -4,6 +4,8 @@
 
 EAPI=5
 
+inherit eutils
+
 DESCRIPTION="The rEFInd UEFI Boot Manager by Rod Smith"
 HOMEPAGE="http://www.rodsbooks.com/refind/index.html;
 SRC_URI="mirror://sourceforge/${PN}/${PN}-src-${PV}.zip"
@@ -13,11 +15,20 @@ SLOT="0"
 KEYWORDS="~x86 ~amd64"
 IUSE="btrfs +ext2 +ext4 hfs +iso9660 ntfs reiserfs"
 
-DOCS="NEWS.txt README.txt refind.conf-sample docs/refind docs/Styles"
+DOCS="NEWS.txt README.txt docs/refind docs/Styles"
 
 DEPEND=">=sys-boot/gnu-efi-3.0u"
 RDEPEND=""
 
+src_prepare() {
+   # bug 560280: Relocate the install location of refind.conf-sample
+   local oldstring="\$RefindDir\/refind.conf-sample"
+   local newstring="\/usr\/share\/doc\/${PF}\/refind.conf-sample"
+   sed -e "s/$oldstring/$newstring/" -i install.sh || die
+
+   epatch_user
+}
+
 src_compile() {
emake gnuefi
 
@@ -43,6 +54,9 @@ src_install() {
 
dodoc -r ${DOCS}
 
+   dodoc refind.conf-sample
+   docompress -x /usr/share/doc/${PF}/refind.conf-sample
+
insinto "/usr/share/${P}/refind"
use x86 && doins refind/refind_ia32.efi
use amd64 && doins refind/refind_x64.efi
@@ -74,6 +88,6 @@ pkg_postinst() {
einfo "package app-crypt/sbsigntool can be installed"
einfo ""
einfo "A sample configration can be found at"
-   einfo "/usr/share/doc/${P}/refind.conf-sample.bz2"
+   einfo "/usr/share/doc/${PF}/refind.conf-sample"
einfo ""
 }



[gentoo-commits] repo/gentoo:master commit in: mail-client/evolution/

2015-09-17 Thread Tobias Klausmann
commit: 90c1c689ddc2cfa98b24772193960adf124a6866
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 17 14:46:28 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 17 14:46:39 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90c1c689

mail-client/evolution: add ~alpha keyword

Gentoo-Bug: 551580

Package-Manager: portage-2.2.20.1

 mail-client/evolution/evolution-3.16.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/evolution/evolution-3.16.5.ebuild 
b/mail-client/evolution/evolution-3.16.5.ebuild
index d0ae23b..8feb4c8 100644
--- a/mail-client/evolution/evolution-3.16.5.ebuild
+++ b/mail-client/evolution/evolution-3.16.5.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
 LICENSE="|| ( LGPL-2 LGPL-3 ) CC-BY-SA-3.0 FDL-1.3+ OPENLDAP"
 SLOT="2.0"
 IUSE="+bogofilter crypt highlight ldap map spamassassin spell ssl +weather"
-KEYWORDS="amd64 x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 x86 ~x86-fbsd"
 
 # We need a graphical pinentry frontend to be able to ask for the GPG
 # password from inside evolution, bug 160302



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

2015-09-17 Thread Tobias Klausmann
commit: fb56145c2eb710f7b27833ef2f169cd98f588232
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 17 14:46:10 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 17 14:46:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb56145c

x11-libs/libcryptui: add ~alpha keyword

Gentoo-Bug: 551580

Package-Manager: portage-2.2.20.1

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

diff --git a/x11-libs/libcryptui/libcryptui-3.12.2.ebuild 
b/x11-libs/libcryptui/libcryptui-3.12.2.ebuild
index 2fbf7c2..2043dcb 100644
--- a/x11-libs/libcryptui/libcryptui-3.12.2.ebuild
+++ b/x11-libs/libcryptui/libcryptui-3.12.2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Seahorse;
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1"
 SLOT="0"
 IUSE="+introspection libnotify"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 x86 ~x86-fbsd"
 
 # Pull in libnotify-0.7 because it's controlled via an automagic ifdef
 COMMON_DEPEND="



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

2015-09-17 Thread Brian Evans
commit: ed44201b4804934df88da1112d6a7eadfb0339a3
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Sep 17 15:25:43 2015 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Sep 17 15:25:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed44201b

virtual/libmysqlclient: Mark stable for all arches except ia64

ia64 will be stabled pending bug 555480

Package-Manager: portage-2.2.20.1

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

diff --git a/virtual/libmysqlclient/libmysqlclient-18.ebuild 
b/virtual/libmysqlclient/libmysqlclient-18.ebuild
index 4f28d12..cfd895e 100644
--- a/virtual/libmysqlclient/libmysqlclient-18.ebuild
+++ b/virtual/libmysqlclient/libmysqlclient-18.ebuild
@@ -12,7 +12,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0/18"
-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"
+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"
 IUSE="static-libs"
 
 DEPEND=""



[gentoo-commits] proj/portage:repoman commit in: pym/repoman/

2015-09-17 Thread Brian Dolbec
commit: fce1b9020291161a168f270d0e3343ece8b123ea
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Sep 17 15:29:11 2015 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Thu Sep 17 15:29:11 2015 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=fce1b902

repoman: Move the primary checks loop to it's own class and file

Only minimal changes were done for this initial move.
The scan() needs major hacking up into manageable chunks.

Signed-off-by: Brian Dolbec  gentoo.org>

 pym/repoman/main.py| 754 ++--
 pym/repoman/scanner.py | 759 +
 2 files changed, 789 insertions(+), 724 deletions(-)

diff --git a/pym/repoman/main.py b/pym/repoman/main.py
index 27cb425..8ad3a1f 100755
--- a/pym/repoman/main.py
+++ b/pym/repoman/main.py
@@ -4,7 +4,6 @@
 
 from __future__ import print_function, unicode_literals
 
-import copy
 import errno
 import io
 import logging
@@ -15,7 +14,6 @@ import sys
 import tempfile
 import platform
 from itertools import chain
-from pprint import pformat
 
 from os import path as osp
 if osp.isfile(osp.join(osp.dirname(osp.dirname(osp.realpath(__file__))), 
".portage_not_installed")):
@@ -30,14 +28,12 @@ portage._disable_legacy_globals()
 from portage import os
 from portage import _encodings
 from portage import _unicode_encode
-from _emerge.Package import Package
 from _emerge.UserQuery import UserQuery
 import portage.checksum
 import portage.const
 import portage.repository.config
-from portage import cvstree, normalize_path
+from portage import cvstree
 from portage import util
-from portage.dep import Atom
 from portage.process import find_binary, spawn
 from portage.output import (
bold, create_color_func, green, nocolor, red)
@@ -47,40 +43,18 @@ from portage.util import writemsg_level
 from portage.package.ebuild.digestgen import digestgen
 
 from repoman.argparser import parse_args
-from repoman.checks.directories.files import FileChecks
-from repoman.checks.ebuilds.checks import run_checks, checks_init
-from repoman.checks.ebuilds.eclasses.live import LiveEclassChecks
-from repoman.checks.ebuilds.eclasses.ruby import RubyEclassChecks
-from repoman.checks.ebuilds.fetches import FetchChecks
-from repoman.checks.ebuilds.keywords import KeywordChecks
-from repoman.checks.ebuilds.isebuild import IsEbuild
-from repoman.checks.ebuilds.thirdpartymirrors import ThirdPartyMirrors
-from repoman.checks.ebuilds.manifests import Manifests
-from repoman.check_missingslot import check_missingslot
-from repoman.checks.ebuilds.misc import bad_split_check, pkg_invalid
-from repoman.checks.ebuilds.pkgmetadata import PkgMetadata
-from repoman.checks.ebuilds.use_flags import USEFlagChecks
-from repoman.checks.ebuilds.variables.description import DescriptionChecks
-from repoman.checks.ebuilds.variables.eapi import EAPIChecks
-from repoman.checks.ebuilds.variables.license import LicenseChecks
-from repoman.checks.ebuilds.variables.restrict import RestrictChecks
-from repoman.ebuild import Ebuild
+from repoman.checks.ebuilds.checks import checks_init
 from repoman.errors import err
 from repoman.gpg import gpgsign, need_signature
-from repoman.modules.commit import repochecks
-from repoman.profile import check_profiles, dev_profile_keywords, setup_profile
 from repoman.qa_data import (
format_qa_output, format_qa_output_column, qahelp,
-   qawarnings, qacats, missingvars,
-   suspect_virtual, suspect_rdepend)
-from repoman.qa_tracker import QATracker
-from repoman.repos import RepoSettings, repo_metadata
-from repoman.scan import Changes, scan
+   qawarnings, qacats)
+from repoman.repos import RepoSettings
+from repoman.scanner import Scanner
 from repoman._subprocess import repoman_popen, repoman_getstatusoutput
 from repoman import utilities
 from repoman.vcs.vcs import (
git_supports_gpg_sign, vcs_files_to_cps, VCSSettings)
-from repoman.vcs.vcsstatus import VCSStatus
 
 
 if sys.hexversion >= 0x300:
@@ -91,21 +65,12 @@ util.initialize_logger()
 
 bad = create_color_func("BAD")
 
-live_eclasses = portage.const.LIVE_ECLASSES
-non_ascii_re = re.compile(r'[^\x00-\x7f]')
 
 # A sane umask is needed for files that portage creates.
 os.umask(0o22)
 
-def sort_key(item):
-   return item[2].sub_path
-
 
 def repoman_main(argv):
-   # Repoman sets it's own ACCEPT_KEYWORDS and we don't want it to
-   # behave incrementally.
-   repoman_incrementals = tuple(
-   x for x in portage.const.INCREMENTALS if x != 'ACCEPT_KEYWORDS')
config_root = os.environ.get("PORTAGE_CONFIGROOT")
repoman_settings = portage.config(config_root=config_root, 
local_config=False)
 
@@ -154,25 +119,6 @@ def repoman_main(argv):
##
 
 
-   if options.echangelog is None and 
repo_settings.repo_config.update_changelog:
-   options.echangelog = 'y'
-
-   if vcs_settings.vcs is None:
-  

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

2015-09-17 Thread Tobias Klausmann
commit: 4b8a8da4ad618896e577403918045880365ab6d8
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 17 16:03:29 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 17 16:03:29 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b8a8da4

dev-ruby/term-ansicolor: add ~alpha keyword

Gentoo-Bug: 551654

Package-Manager: portage-2.2.20.1

 dev-ruby/term-ansicolor/term-ansicolor-1.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/term-ansicolor/term-ansicolor-1.3.0-r1.ebuild 
b/dev-ruby/term-ansicolor/term-ansicolor-1.3.0-r1.ebuild
index 3662f01..dbdebc9 100644
--- a/dev-ruby/term-ansicolor/term-ansicolor-1.3.0-r1.ebuild
+++ b/dev-ruby/term-ansicolor/term-ansicolor-1.3.0-r1.ebuild
@@ -21,7 +21,7 @@ DESCRIPTION="Small Ruby library that colors strings using 
ANSI escape sequences"
 HOMEPAGE="https://flori.github.io/term-ansicolor/;
 LICENSE="GPL-2"
 
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2015-09-17 Thread Tobias Klausmann
commit: 0715f1ac6ff703ad4e6c50cf058572778ecca150
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 17 15:52:12 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 17 15:52:12 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0715f1ac

dev-ruby/tins: add ~alpha keyword

Gentoo-Bug: 551654

Package-Manager: portage-2.2.20.1

 dev-ruby/tins/tins-1.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tins/tins-1.5.1.ebuild b/dev-ruby/tins/tins-1.5.1.ebuild
index d1384b2..3fc60e7 100644
--- a/dev-ruby/tins/tins-1.5.1.ebuild
+++ b/dev-ruby/tins/tins-1.5.1.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/flori/tins;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"



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

2015-09-17 Thread Patrice Clement
commit: 0b4de8607e7329bf4acb572d340866912fa519ee
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Sep 17 16:38:47 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Sep 17 16:38:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b4de860

app-misc/screen: Stable for amd64. Fixes bug 559394.

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

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

diff --git a/app-misc/screen/screen-4.3.1-r1.ebuild 
b/app-misc/screen/screen-4.3.1-r1.ebuild
index 880d40e..ecd9847 100644
--- a/app-misc/screen/screen-4.3.1-r1.ebuild
+++ b/app-misc/screen/screen-4.3.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="debug nethack pam selinux multiuser"
 
 CDEPEND="



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

2015-09-17 Thread Brian Evans
commit: e9e0b8ae7d74e50ab2d2645da46474d5799798b8
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Sep 17 15:29:22 2015 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Sep 17 15:29:22 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e0b8ae

virtual/mysql: Mark stable for all arches except ia64

ia64 will be stabled pending bug 555480

Package-Manager: portage-2.2.20.1

 virtual/mysql/mysql-5.6-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/mysql/mysql-5.6-r6.ebuild 
b/virtual/mysql/mysql-5.6-r6.ebuild
index f3ae2ce..79d505b 100644
--- a/virtual/mysql/mysql-5.6-r6.ebuild
+++ b/virtual/mysql/mysql-5.6-r6.ebuild
@@ -12,7 +12,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0/18"
-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"
+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"
 IUSE="embedded static static-libs"
 
 DEPEND=""



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

2015-09-17 Thread Tobias Klausmann
commit: b41fb1208ed79a23f166c99549af596b1600f37a
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 17 15:50:22 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 17 15:50:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b41fb120

dev-ruby/tins: add ~alpha keyword

Gentoo-Bug: 551654

Package-Manager: portage-2.2.20.1

 dev-ruby/tins/tins-0.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tins/tins-0.13.1.ebuild b/dev-ruby/tins/tins-0.13.1.ebuild
index c3e6a7d..8b4f60c 100644
--- a/dev-ruby/tins/tins-0.13.1.ebuild
+++ b/dev-ruby/tins/tins-0.13.1.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/flori/tins;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 hppa ppc ppc64 x86"
+KEYWORDS="~alpha amd64 hppa ppc ppc64 x86"
 IUSE=""
 
 ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 ) "



[gentoo-commits] repo/gentoo:master commit in: net-misc/chrome-remote-desktop/, net-misc/chrome-remote-desktop/files/

2015-09-17 Thread Mike Frysinger
commit: 963ee83a64124299f376b56246113e207b6e6540
Author: Mike Frysinger  gentoo  org>
AuthorDate: Thu Sep 17 16:43:52 2015 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Sep 17 16:45:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=963ee83a

net-misc/chrome-remote-desktop: get resizing working again

Mostly it's about adding documentation for how to trigger the randr Xvfb
behavior, but we also switch to a simpler method for passing in the size
options.

 ...454.17.ebuild => chrome-remote-desktop-45.0.2454.17-r1.ebuild} | 0
 net-misc/chrome-remote-desktop/files/chrome-remote-desktop.conf.d | 8 ++--
 net-misc/chrome-remote-desktop/files/chrome-remote-desktop.rc | 7 +++
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git 
a/net-misc/chrome-remote-desktop/chrome-remote-desktop-45.0.2454.17.ebuild 
b/net-misc/chrome-remote-desktop/chrome-remote-desktop-45.0.2454.17-r1.ebuild
similarity index 100%
rename from 
net-misc/chrome-remote-desktop/chrome-remote-desktop-45.0.2454.17.ebuild
rename to 
net-misc/chrome-remote-desktop/chrome-remote-desktop-45.0.2454.17-r1.ebuild

diff --git a/net-misc/chrome-remote-desktop/files/chrome-remote-desktop.conf.d 
b/net-misc/chrome-remote-desktop/files/chrome-remote-desktop.conf.d
index 9830f2c..db24cdd 100644
--- a/net-misc/chrome-remote-desktop/files/chrome-remote-desktop.conf.d
+++ b/net-misc/chrome-remote-desktop/files/chrome-remote-desktop.conf.d
@@ -3,8 +3,12 @@
 # List of users to start Chrome Remote Desktop for.
 CHROME_REMOTING_USERS=''
 
-# Default resolutions to make available to the session.
-#CHROME_REMOTE_DESKTOP_DEFAULT_DESKTOP_SIZES='1600x1200,3840x1600'
+# Options to pass to chrome-remote-desktop.  Only the -s option is interesting.
+# Note: In order to support resizing, you need to:
+# (1) Apply this patch to xorg-server (via epatch_user):
+# http://patchwork.freedesktop.org/patch/51428/
+# (2) Create a symlink /usr/bin/Xvfb-randr -> Xvfb
+#OPTIONS='-s 1600x1200 -s 3840x1600'
 
 # Directory to use for storing log files.
 #CHROME_REMOTE_DESKTOP_LOG_DIR='/var/log'

diff --git a/net-misc/chrome-remote-desktop/files/chrome-remote-desktop.rc 
b/net-misc/chrome-remote-desktop/files/chrome-remote-desktop.rc
index 4cd148d..d5701a8 100644
--- a/net-misc/chrome-remote-desktop/files/chrome-remote-desktop.rc
+++ b/net-misc/chrome-remote-desktop/files/chrome-remote-desktop.rc
@@ -33,9 +33,6 @@ for_users() {
local user ret msg log
msg=$1; shift
 
-   set -- -- "$@"
-   [ "${CHROME_REMOTE_DESKTOP_DEFAULT_DESKTOP_SIZES+set}" = "set" ] \
-   && set -- -e 
CHROME_REMOTE_DESKTOP_DEFAULT_DESKTOP_SIZES="${CHROME_REMOTE_DESKTOP_DEFAULT_DESKTOP_SIZES}"
 "$@"
: ${CHROME_REMOTE_DESKTOP_LOG_DIR:=/var/log}
 
for user in ${CHROME_REMOTING_USERS} ; do
@@ -51,9 +48,11 @@ for_users() {
-u "${user}" \
-x "${CRD}" \
-e "CHROME_REMOTE_DESKTOP_LOG_FILE=${log}" \
+   -- \
+   ${OPTIONS} \
"$@"
eend $?
-   : $(( ret += $? ))
+   : $(( ret |= $? ))
done
 
return ${ret}



[gentoo-commits] repo/gentoo:master commit in: media-tv/mythtv/

2015-09-17 Thread Doug Goldstein
commit: 1c3414c39fddeaaceefdf74312b269673b3829aa
Author: Doug Goldstein  gentoo  org>
AuthorDate: Thu Sep 17 14:07:15 2015 +
Commit: Doug Goldstein  gentoo  org>
CommitDate: Thu Sep 17 14:07:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c3414c3

media-tv/mythtv: bump for using sub-slots

Package-Manager: portage-2.2.20.1
Signed-off-by: Doug Goldstein  gentoo.org>

 media-tv/mythtv/mythtv-0.27.5_p20150904-r2.ebuild | 363 ++
 1 file changed, 363 insertions(+)

diff --git a/media-tv/mythtv/mythtv-0.27.5_p20150904-r2.ebuild 
b/media-tv/mythtv/mythtv-0.27.5_p20150904-r2.ebuild
new file mode 100644
index 000..b64da03
--- /dev/null
+++ b/media-tv/mythtv/mythtv-0.27.5_p20150904-r2.ebuild
@@ -0,0 +1,363 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+BACKPORTS="32fd3968acea905d71d9769996487eff280233ea"
+MY_P=${P%_p*}
+
+inherit flag-o-matic multilib eutils python-single-r1 user systemd
+
+MYTHTV_VERSION="v0.27.5"
+MYTHTV_BRANCH="fixes/0.27"
+
+DESCRIPTION="Homebrew PVR project"
+HOMEPAGE="http://www.mythtv.org;
+SRC_URI="https://github.com/MythTV/mythtv/archive/v0.27.5.tar.gz -> 
mythtv-0.27.5.tar.gz
+   
${BACKPORTS:+https://dev.gentoo.org/~cardoe/distfiles/${MY_P}-${BACKPORTS}.tar.xz};
+
+SLOT="0/${PV}"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+IUSE_INPUT_DEVICES="input_devices_joystick"
+IUSE="alsa altivec libass autostart bluray cec crystalhd debug dvb dvd \
+egl fftw +hls ieee1394 jack lcd lirc perl pulseaudio python raop +theora \
+vaapi vdpau +vorbis +wrapper +xml xmltv +xvid ${IUSE_INPUT_DEVICES}"
+
+REQUIRED_USE="
+   bluray? ( xml )
+   python? ( ${PYTHON_REQUIRED_USE} )
+   theora? ( vorbis )"
+
+COMMON="
+   >=media-libs/freetype-2.0:=
+   >=media-sound/lame-3.93.1
+   sys-libs/zlib:=
+   x11-libs/libX11:=
+   x11-libs/libXext:=
+   x11-libs/libXinerama:=
+   x11-libs/libXv:=
+   x11-libs/libXrandr:=
+   x11-libs/libXxf86vm:=
+   >=dev-qt/qtcore-4.7.2:4=
+   >=dev-qt/qtdbus-4.7.2:4=
+   >=dev-qt/qtgui-4.7.2:4=
+   >=dev-qt/qtscript-4.7.2:4=
+   >=dev-qt/qtsql-4.7.2:4=[mysql]
+   >=dev-qt/qtopengl-4.7.2:4=[egl?]
+   >=dev-qt/qtwebkit-4.7.2:4=
+   x11-misc/wmctrl:=
+   virtual/mysql
+   virtual/opengl:=
+   alsa? ( >=media-libs/alsa-lib-1.0.24:= )
+   bluray? (
+   dev-libs/libcdio:=
+   media-libs/libbluray:=
+   sys-fs/udisks:0
+   )
+   cec? ( dev-libs/libcec:= )
+   dvb? (
+   media-libs/libdvb:=
+   virtual/linuxtv-dvb-headers:=
+   )
+   dvd? (
+   dev-libs/libcdio:=
+   sys-fs/udisks:0
+   )
+   egl? ( media-libs/mesa:=[egl] )
+   fftw? ( sci-libs/fftw:3.0= )
+   hls? (
+   media-libs/faac:=
+   media-libs/libvpx:=
+   >=media-libs/x264-0.0.20111220:=
+   )
+   ieee1394? (
+   >=sys-libs/libraw1394-1.2.0:=
+   >=sys-libs/libavc1394-0.5.3:=
+   >=media-libs/libiec61883-1.0.0:=
+   )
+   jack? ( media-sound/jack-audio-connection-kit )
+   lcd? ( app-misc/lcdproc )
+   libass? ( >=media-libs/libass-0.9.11:= )
+   lirc? ( app-misc/lirc )
+   perl? (
+   dev-perl/DBD-mysql
+   dev-perl/Net-UPnP
+   dev-perl/LWP-Protocol-https
+   dev-perl/HTTP-Message
+   dev-perl/IO-Socket-INET6
+   >=dev-perl/libwww-perl-5
+   )
+   pulseaudio? ( media-sound/pulseaudio )
+   python? (
+   ${PYTHON_DEPS}
+   dev-python/mysql-python
+   dev-python/lxml
+   dev-python/urlgrabber
+   )
+   raop? (
+   dev-libs/openssl:=
+   net-dns/avahi[mdnsresponder-compat]
+   )
+   theora? ( media-libs/libtheora:= media-libs/libogg:= )
+   vaapi? ( x11-libs/libva:= )
+   vdpau? ( x11-libs/libvdpau:= )
+   vorbis? ( >=media-libs/libvorbis-1.0:= media-libs/libogg:= )
+   xml? ( >=dev-libs/libxml2-2.6.0:= )
+   xvid? ( >=media-libs/xvid-1.1.0:= )
+   !media-tv/mythtv-bindings
+   !x11-themes/mythtv-themes
+   media-libs/taglib:=
+   dev-libs/glib:=
+   "
+
+RDEPEND="${COMMON}
+   media-fonts/corefonts
+   media-fonts/dejavu
+   media-fonts/liberation-fonts
+   x11-apps/xinit
+   autostart? (
+   net-dialup/mingetty
+   x11-wm/evilwm
+   x11-apps/xset
+   )
+   dvd? ( media-libs/libdvdcss:= )
+   xmltv? ( >=media-tv/xmltv-0.5.43 )
+   "
+
+DEPEND="${COMMON}
+   dev-lang/yasm
+   x11-proto/xineramaproto
+   x11-proto/xf86vidmodeproto
+   "
+
+S="${WORKDIR}/${MY_P}/mythtv"
+
+MYTHTV_GROUPS="video,audio,tty,uucp"
+
+pkg_setup() {
+   

[gentoo-commits] repo/gentoo:master commit in: media-plugins/mythplugins/

2015-09-17 Thread Doug Goldstein
commit: ea1b1246ef22f5ed6bfe89295c29656fa3d0d839
Author: Doug Goldstein  gentoo  org>
AuthorDate: Thu Sep 17 14:09:39 2015 +
Commit: Doug Goldstein  gentoo  org>
CommitDate: Thu Sep 17 14:09:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea1b1246

media-plugins/mythplugins: use MythTV sub-slot depends

Gentoo-Bug: 560462

Package-Manager: portage-2.2.20.1
Signed-off-by: Doug Goldstein  gentoo.org>

 .../mythplugins-0.27.5_p20150627-r2.ebuild | 170 +
 1 file changed, 170 insertions(+)

diff --git a/media-plugins/mythplugins/mythplugins-0.27.5_p20150627-r2.ebuild 
b/media-plugins/mythplugins/mythplugins-0.27.5_p20150627-r2.ebuild
new file mode 100644
index 000..9048a2d
--- /dev/null
+++ b/media-plugins/mythplugins/mythplugins-0.27.5_p20150627-r2.ebuild
@@ -0,0 +1,170 @@
+# 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="xml"
+BACKPORTS="9498257571e8158926b60a0eefc74568c4436823"
+MY_P=${P%_p*}
+
+inherit eutils python-single-r1
+
+DESCRIPTION="Official MythTV plugins"
+HOMEPAGE="http://www.mythtv.org;
+SRC_URI="https://github.com/MythTV/mythtv/archive/v0.27.5.tar.gz -> 
mythtv-0.27.5.tar.gz
+   
${BACKPORTS:+https://dev.gentoo.org/~rich0/distfiles/${MY_P}-${BACKPORTS}.tar.xz};
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+MYTHPLUGINS="mytharchive mythbrowser mythgallery mythgame \
+mythmusic mythnetvision mythnews mythweather mythzoneminder"
+
+IUSE="${MYTHPLUGINS} alsa cdda cdr exif fftw hls ieee1394 libass raw theora 
vorbis xml xvid"
+
+DEPEND="!media-plugins/mytharchive
+   !media-plugins/mythbrowser
+   !media-plugins/mythgallery
+   !media-plugins/mythgame
+   !media-plugins/mythmovies
+   !media-plugins/mythmusic
+   !media-plugins/mythnetvision
+   !media-plugins/mythnews
+   !media-plugins/mythweather
+   
>=media-tv/mythtv-0.27:=[alsa=,hls=,ieee1394=,libass=,python,theora=,vorbis=,xml=,xvid=]
+   dev-libs/glib:=
+   xml? ( >=dev-libs/libxml2-2.6.0:= )
+   dev-qt/qtcore:4
+   dev-qt/qtgui:4
+   dev-qt/qtopengl:4
+   dev-qt/qtsql:4
+   dev-libs/openssl:=
+   alsa? ( >=media-libs/alsa-lib-1.0.24:= )
+   hls? (
+   media-libs/faac:=
+   media-libs/libvpx:=
+   >=media-libs/x264-0.0.20111220:=
+   >=media-sound/lame-3.93.1
+   )
+   media-libs/freetype:=
+   libass? ( >=media-libs/libass-0.9.11:= )
+   media-libs/libpng:=
+   theora? (
+   media-libs/libtheora:=
+   media-libs/libogg:=
+   )
+   xvid? ( >=media-libs/xvid-1.1.0:= )
+   virtual/libudev:=
+   ieee1394? (
+   >=sys-libs/libraw1394-1.2.0:=
+   >=sys-libs/libavc1394-0.5.3:=
+   >=media-libs/libiec61883-1.0.0:=
+   )
+   x11-libs/libX11:=
+   sys-libs/zlib:=
+   x11-libs/libXext:=
+   x11-libs/libXinerama:=
+   x11-libs/libXrandr:=
+   x11-libs/libXv:=
+   x11-libs/libXxf86vm:=
+   fftw? ( sci-libs/fftw:= )
+   sys-apps/util-linux:=
+   mythzoneminder? ( virtual/mysql )
+   mytharchive? (
+   app-cdr/dvd+rw-tools
+   virtual/python-imaging:=
+   media-video/dvdauthor
+   media-video/mjpegtools[png]
+   media-video/transcode
+   virtual/cdrtools
+   )
+   mythgallery? (
+   media-libs/tiff:=
+   virtual/opengl
+   exif? ( >media-libs/libexif-0.6.9:= )
+   raw? ( media-gfx/dcraw )
+   )
+   mythmusic? (
+   >=media-libs/flac-1.1.2:=
+   >=media-libs/taglib-1.6:=
+   >=media-libs/libvorbis-1.0:=
+   media-libs/libogg:=
+   >=media-sound/lame-3.93.1
+   virtual/opengl
+   cdda? (
+   dev-libs/libcdio:=
+   cdr? ( virtual/cdrtools )
+   )
+
+   )
+   mythnetvision? (
+   ${PYTHON_DEPS}
+   dev-python/lxml:=
+   dev-python/mysql-python:=
+   dev-python/oauth:=
+   dev-python/pycurl:=
+   )
+   mythweather? (
+   dev-perl/DateManip
+   dev-perl/DateTime-Format-ISO8601
+   >=dev-perl/DateTime-1
+   dev-perl/ImageSize
+   dev-perl/JSON
+   dev-perl/SOAP-Lite
+   dev-perl/XML-Simple
+   dev-perl/XML-Parser
+   dev-perl/XML-SAX
+   dev-perl/XML-XPath
+   )
+   mythbrowser? (
+   dev-qt/qtwebkit:4
+   )"
+RDEPEND="${DEPEND}"
+
+REQUIRED_USE="
+   cdda? ( mythmusic )
+   cdr? ( mythmusic cdda )
+   exif? ( mythgallery )
+   fftw? ( mythmusic )
+   mythmusic? ( vorbis )
+   

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

2015-09-17 Thread Manuel Rüger
commit: d29fa37c39a2cdcd3400da4a8f961e2489d34aeb
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Sep 17 13:19:24 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Sep 17 13:19:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d29fa37c

kde-frameworks/kservice: Version bump

Package-Manager: portage-2.2.20.1

 kde-frameworks/kservice/Manifest   |  1 +
 kde-frameworks/kservice/kservice-5.14.2.ebuild | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/kde-frameworks/kservice/Manifest b/kde-frameworks/kservice/Manifest
index 9674973..90b6098 100644
--- a/kde-frameworks/kservice/Manifest
+++ b/kde-frameworks/kservice/Manifest
@@ -1,2 +1,3 @@
 DIST kservice-5.13.0.tar.xz 265244 SHA256 
e600725160f1d7e56a30eeac8f6a2f1b13c12c3f33890a2f8eae23926afaf7a8 SHA512 
cf601585b48c8227cfa73ce0baab7f2826f64dfe2832662a118a80b356cf019221d8ff9862f51378efb3e6bc4b6f4e8dbda89cc74e9b3a7aa8071b349d74b721
 WHIRLPOOL 
b2ccc1f1265da7c5fd7c0573a0a2033863e37bbc557e7eaa488e33741b695c43e8fd6594fc0ac34203cbfbb68492b1d1918a4aaae5ce8fea6ece588c7e89d793
 DIST kservice-5.14.0.tar.xz 267064 SHA256 
d67d22d3815ebcf8301b8b19aeaf89f60e944b8de650d8f2b2b0e38df041bc04 SHA512 
88aa169e144a49ac8e4bc4f68b1e08366b55158451f49412cc60b018c26c4f8d0b2474d06a0b9e3d1fe1745fe8ba5598fbdcb9552a3cc0b45c2f185a9777c5f6
 WHIRLPOOL 
a57020788c77aa38d5c2b091f29669757f2a92b44fc066ba6bf71298cfb53c86efc242a90a203cc86f9fd6733cfcb56678b2fe8f798fa51ead93885f92bd152d
+DIST kservice-5.14.2.tar.xz 267172 SHA256 
b9c35a99d225b1b9cbb7f4fd7ad90fbead110727851c5cb6280d8c4533844380 SHA512 
417284f4734199e3a79d41c4260675119e4d1d785f4ad6393d8b89db92b7c1d3d25c874cea6793c58a8ceb782453dbd22149f0d9c7b398b198b0d4e3f9b64f0b
 WHIRLPOOL 
72ce87d7530e16de949663b795f220356e0ab16263a648cd2cfc8c120e4452600addf89e282afb270843aa6820b44d61b32c9fe90cbee4029ead5e2791362175

diff --git a/kde-frameworks/kservice/kservice-5.14.2.ebuild 
b/kde-frameworks/kservice/kservice-5.14.2.ebuild
new file mode 100644
index 000..da82a52
--- /dev/null
+++ b/kde-frameworks/kservice/kservice-5.14.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde5
+
+DESCRIPTION="Framework providing advanced features for plugins, such as file 
type association and locating"
+LICENSE="LGPL-2 LGPL-2.1+"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep ki18n)
+   dev-qt/qtdbus:5
+   dev-qt/qtxml:5
+"
+DEPEND="${RDEPEND}
+   $(add_frameworks_dep kdoctools)
+   test? ( dev-qt/qtconcurrent:5 )
+"
+
+# requires running kde environment
+RESTRICT="test"



[gentoo-commits] data/api:master commit in: files/gentoo-keys/seeds/

2015-09-17 Thread Brian Dolbec
commit: 2328aa8ac33fe798964c9f6f8a29c0f32159868b
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Sep 17 13:03:35 2015 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Thu Sep 17 13:03:35 2015 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=2328aa8a

Gentoo-keys: Update gentoo-devs.seeds

 files/gentoo-keys/seeds/gentoo-devs.seeds |   6 --
 files/gentoo-keys/seeds/gentoo-devs.seeds.sig | Bin 639 -> 639 bytes
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/files/gentoo-keys/seeds/gentoo-devs.seeds 
b/files/gentoo-keys/seeds/gentoo-devs.seeds
index 98aa53c..c9a77a6 100644
--- a/files/gentoo-keys/seeds/gentoo-devs.seeds
+++ b/files/gentoo-keys/seeds/gentoo-devs.seeds
@@ -1663,11 +1663,13 @@
 }, 
 "lu_zero": {
 "fingerprint": [
-"66774209213C88435B6729E7E84C78C284E90E34"
+"66774209213C88435B6729E7E84C78C284E90E34", 
+"6D832C3022EA49B9AB98F472902D3C0CCD0F2634"
 ], 
 "keydir": "lu_zero", 
 "keys": [
-"66774209213C88435B6729E7E84C78C284E90E34"
+"66774209213C88435B6729E7E84C78C284E90E34", 
+"6D832C3022EA49B9AB98F472902D3C0CCD0F2634"
 ], 
 "name": "Luca Barbato", 
 "nick": "lu_zero", 

diff --git a/files/gentoo-keys/seeds/gentoo-devs.seeds.sig 
b/files/gentoo-keys/seeds/gentoo-devs.seeds.sig
index 56535b3..8957db7 100644
Binary files a/files/gentoo-keys/seeds/gentoo-devs.seeds.sig and 
b/files/gentoo-keys/seeds/gentoo-devs.seeds.sig differ



[gentoo-commits] proj/gkey-seeds:master commit in: /

2015-09-17 Thread Brian Dolbec
commit: 7a7c12f3aef45e7b539d24a1de3f364152e715fe
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Sep 17 13:03:21 2015 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Thu Sep 17 13:03:21 2015 +
URL:https://gitweb.gentoo.org/proj/gkey-seeds.git/commit/?id=7a7c12f3

Gentoo-keys: Update gentoo-devs.seeds

 gentoo-devs.seeds |   6 --
 gentoo-devs.seeds.sig | Bin 639 -> 639 bytes
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/gentoo-devs.seeds b/gentoo-devs.seeds
index 98aa53c..c9a77a6 100644
--- a/gentoo-devs.seeds
+++ b/gentoo-devs.seeds
@@ -1663,11 +1663,13 @@
 }, 
 "lu_zero": {
 "fingerprint": [
-"66774209213C88435B6729E7E84C78C284E90E34"
+"66774209213C88435B6729E7E84C78C284E90E34", 
+"6D832C3022EA49B9AB98F472902D3C0CCD0F2634"
 ], 
 "keydir": "lu_zero", 
 "keys": [
-"66774209213C88435B6729E7E84C78C284E90E34"
+"66774209213C88435B6729E7E84C78C284E90E34", 
+"6D832C3022EA49B9AB98F472902D3C0CCD0F2634"
 ], 
 "name": "Luca Barbato", 
 "nick": "lu_zero", 

diff --git a/gentoo-devs.seeds.sig b/gentoo-devs.seeds.sig
index 56535b3..8957db7 100644
Binary files a/gentoo-devs.seeds.sig and b/gentoo-devs.seeds.sig differ



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/drbd-utils/, sys-cluster/drbd-utils/files/

2015-09-17 Thread Alexys Jacob
commit: 080e72c050e57e0b7bdb29a68dec8bcb6d1fd9df
Author: Ultrabug  gentoo  org>
AuthorDate: Thu Sep 17 13:43:42 2015 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Thu Sep 17 13:44:02 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=080e72c0

sys-cluster/drbd-utils: new ebuild fix #513928 thx to Benjamin Beier Jerry 
McDonald Mark (voidzero) Mike Williams Zentoo

Package-Manager: portage-2.2.20.1

 sys-cluster/drbd-utils/Manifest|   1 +
 sys-cluster/drbd-utils/drbd-utils-8.9.3.ebuild |  95 +++
 sys-cluster/drbd-utils/files/drbd-utils-8.0.rc | 159 +
 sys-cluster/drbd-utils/files/run-lock.patch|  13 ++
 sys-cluster/drbd-utils/metadata.xml|  14 +++
 5 files changed, 282 insertions(+)

diff --git a/sys-cluster/drbd-utils/Manifest b/sys-cluster/drbd-utils/Manifest
new file mode 100644
index 000..a800c25
--- /dev/null
+++ b/sys-cluster/drbd-utils/Manifest
@@ -0,0 +1 @@
+DIST drbd-utils-8.9.3.tar.gz 768700 SHA256 
011050578c153bf4fef86e03749304ff9f333b7af3512c5c395e0e870a0445bd SHA512 
1b1cb3d1eb7f14f693e8a73b9864257e439e443ce685084c3864da4340113f18355d1e447177956ee0d8edcee35e771442b9f85b89ec5a6eb0ad717738461ca2
 WHIRLPOOL 
f21aec707f06d361ae336d0cf1e55fa546e5f250f869c80829f806eaef7d59c12ff30d1ded39e3624b162a9bff1ffe96cb3cb1acd85ca58ca29a4998740fba85

diff --git a/sys-cluster/drbd-utils/drbd-utils-8.9.3.ebuild 
b/sys-cluster/drbd-utils/drbd-utils-8.9.3.ebuild
new file mode 100644
index 000..8a47847
--- /dev/null
+++ b/sys-cluster/drbd-utils/drbd-utils-8.9.3.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit bash-completion-r1 eutils multilib udev versionator
+
+LICENSE="GPL-2"
+
+DESCRIPTION="mirror/replicate block-devices across a network-connection"
+SRC_URI="http://oss.linbit.com/drbd/${P/_/}.tar.gz;
+HOMEPAGE="http://www.drbd.org;
+
+KEYWORDS="~amd64 ~x86"
+IUSE="heartbeat pacemaker +udev xen"
+SLOT="0"
+
+DEPEND="heartbeat? ( sys-cluster/heartbeat )
+   pacemaker? ( sys-cluster/pacemaker )
+   udev? ( virtual/udev )
+   !!sys-cluster/drbd"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${P/_/}"
+
+src_prepare() {
+   # respect LDFLAGS, #453442
+   sed -e "s/\$(CC) -o/\$(CC) \$(LDFLAGS) -o/" \
+   -e "/\$(DESTDIR)\$(localstatedir)\/lock/d" \
+   -i user/*/Makefile.in || die
+
+   # respect multilib
+   sed -i -e "s:/lib/:/$(get_libdir)/:g" \
+   Makefile.in 
scripts/{Makefile.in,global_common.conf,drbd.conf.example} || die
+   sed -e "s:@prefix@/lib:@prefix@/$(get_libdir):" \
+   -e "s:(DESTDIR)/lib:(DESTDIR)/$(get_libdir):" \
+   -i user/*/Makefile.in || die
+
+   # correct install paths (really correct this time)
+   sed -i -e "s:\$(sysconfdir)/bash_completion.d:$(get_bashcompdir):" \
+   scripts/Makefile.in || die
+
+   # don't participate in user survey bug 360483
+   sed -i -e '/usage-count/ s/yes/no/' scripts/global_common.conf || die
+   sed -i -e "s:\$(sysconfdir)/udev:$(get_udevdir):" scripts/Makefile.in 
|| die
+
+   epatch "${FILESDIR}"/run-lock.patch
+
+   autoreconf
+}
+
+src_configure() {
+   econf \
+   --localstatedir=/var \
+   --without-rgmanager \
+   $(use_with udev) \
+   $(use_with xen) \
+   $(use_with pacemaker) \
+   $(use_with heartbeat) \
+   --with-bashcompletion \
+   --with-distro=gentoo
+}
+
+src_compile() {
+   # only compile the tools
+   emake OPTFLAGS="${CFLAGS}" tools
+}
+
+src_install() {
+   # only install the tools
+   emake DESTDIR="${D}" install-tools
+   dodoc README ChangeLog
+
+   # install our own init script
+   newinitd "${FILESDIR}"/${PN}-8.0.rc ${PN/-utils/}
+
+   dodoc scripts/drbd.conf.example
+
+   dosym /usr/sbin/drbdadm /sbin/drbdadm
+}
+
+pkg_postinst() {
+   einfo
+   einfo "Please copy and gunzip the configuration file:"
+   einfo "from /usr/share/doc/${PF}/${PN}.conf.example.bz2 to 
/etc/${PN/-utils/}.conf"
+   einfo "and edit it to your needs. Helpful commands:"
+   einfo "man 5 drbd.conf"
+   einfo "man 8 drbdsetup"
+   einfo "man 8 drbdadm"
+   einfo "man 8 drbddisk"
+   einfo "man 8 drbdmeta"
+   einfo
+   elog "Remember to enable drbd support in kernel."
+}

diff --git a/sys-cluster/drbd-utils/files/drbd-utils-8.0.rc 
b/sys-cluster/drbd-utils/files/drbd-utils-8.0.rc
new file mode 100644
index 000..2b90674
--- /dev/null
+++ b/sys-cluster/drbd-utils/files/drbd-utils-8.0.rc
@@ -0,0 +1,159 @@
+#!/sbin/runscript
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Id$
+
+extra_started_commands="reload"
+
+depend() {
+   use logger
+   need net
+  

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

2015-09-17 Thread Alexis Ballier
commit: 4dd797fad7eb359978f1297028bd726c034b416d
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 17 16:46:49 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 17 16:46:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dd797fa

app-text/lcdf-typetools: bump to 2.105 and update to eapi5

Package-Manager: portage-2.2.20.1

 app-text/lcdf-typetools/Manifest   |  1 +
 .../lcdf-typetools/lcdf-typetools-2.105.ebuild | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/app-text/lcdf-typetools/Manifest b/app-text/lcdf-typetools/Manifest
index 26c6b67..ba8336a 100644
--- a/app-text/lcdf-typetools/Manifest
+++ b/app-text/lcdf-typetools/Manifest
@@ -1,2 +1,3 @@
 DIST lcdf-typetools-2.104.tar.gz 636875 SHA256 
d7985458ead0850cb9549ff1d619ffc18da5d7be892be5e1fce6048d510f0fff SHA512 
0d41386787aa18e5a7a85158ebba2046480c2320cbdfeaad75092962335f8f97a0ceede1aa301197d6c971bd6be729960c636fb14a8ce21e4c7f3f0e57257388
 WHIRLPOOL 
327e88a89cedb4a66fe93878c68dff11cb2b1d8d189eb3107f1782e67a70444ccee2b1ee6362f189441695f5e02a334311f9458a4a3f1d752fe22d863a2f3d20
+DIST lcdf-typetools-2.105.tar.gz 640159 SHA256 
c8b6a58e2f8f61ff3c21fd61452032c83938c91fde00f302b8f9391b16c6b63a SHA512 
52670a7faca7da175819420c68aa9b34d3d488ed5d25f13e9d0930e9442857c481575c89a379183c9cd4a1b2a0786bcd8ffe33682e284b8f6e12ca917bb97538
 WHIRLPOOL 
729766b968ad48495edb952f89d13cb7e59c37b46606f12d0a7748feb8e722fb67e3f981a63c64fb1b81129d8059a985bf08a2978f33e0586aa3f8ab95f034f0
 DIST lcdf-typetools-2.97.tar.gz 616431 SHA256 
761746041c669fa3673a3e90ec7a247abd0e2782bdddf0fc5d7ab70b33b6f975 SHA512 
8812436843721b7134ec796549092854050d1e9017fef048a62e7aa0e866d20e9757b246dbad738cdf8d8583afada3a2db9c6c7dc2546154cafd4dcd0f27f7f2
 WHIRLPOOL 
767a2a74a9f9b7a0c29407178b96a1455da39239b835f59def2ae77db068655a8953362c6f8d48a8a31fb6fc40dea405c0e6eb276fe60750e9dfbb11954bd972

diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.105.ebuild 
b/app-text/lcdf-typetools/lcdf-typetools-2.105.ebuild
new file mode 100644
index 000..d7efb3a
--- /dev/null
+++ b/app-text/lcdf-typetools/lcdf-typetools-2.105.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit toolchain-funcs flag-o-matic
+
+DESCRIPTION="Font utilities for eg manipulating OTF"
+SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
+HOMEPAGE="http://www.lcdf.org/type/#typetools;
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+SLOT="0"
+LICENSE="GPL-2"
+IUSE="+kpathsea"
+
+RDEPEND="kpathsea? ( virtual/tex-base dev-libs/kpathsea )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_configure() {
+   use kpathsea && has_version '>=dev-libs/kpathsea-6.2.1' && 
append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)"
+   econf $(use_with kpathsea)
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dodoc NEWS README.md ONEWS
+}



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

2015-09-17 Thread Nicolas Bock
commit: 6640039294b1bfd2d04bf09da585f39b13e814e4
Author: Nicolas Bock  gentoo  org>
AuthorDate: Thu Sep 17 18:27:09 2015 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Thu Sep 17 18:27:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66400392

app-text/jabref-bin: Version bump.

Package-Manager: portage-2.2.20.1

 app-text/jabref-bin/Manifest   |  1 +
 .../jabref-bin/jabref-bin-2.11_beta_rc4.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/app-text/jabref-bin/Manifest b/app-text/jabref-bin/Manifest
index 2c17d03..516c64d 100644
--- a/app-text/jabref-bin/Manifest
+++ b/app-text/jabref-bin/Manifest
@@ -1,3 +1,4 @@
 DIST JabRef-2.10.jar 15223054 SHA256 
bb8f001043079bd12f7f8867d725723fca33b03889af864a100d0cf5c4364ce4 SHA512 
833ec41bf8d5a76892ec82f0726c5dcf6382de8b05a949b1d697dbdbb79ba727557069f3267827a7febe6ec4ead996c8de273479b8e3d0363467ec6b91e6bd3a
 WHIRLPOOL 
a8026762ae934e680f24698e5c658c03a8f6e1c0ec6d48a0ee4b3eaee9ceb93b1831777009627c02f0377333b7f96b34da4e8e36481a859a63bd3d799f5cb03e
 DIST JabRef-2.11b2.jar 15817749 SHA256 
f811eb98bdef938c9aaeee5e9807c6ea28a8b4d7270df93cb6ac2cf405dc6f8c SHA512 
045f33632f5aa6ef6c61cb8e16dae69f2d91f2b4b85bfce5e51bd9492ad80d41c92b093d8f6b0d67972f18fa787d626b8c6fd419c7cd4cd3249d3e40d7025bf4
 WHIRLPOOL 
01e9c89b644a110ec2fc1e222ff996f69a0210520cb5c2dc0f7b4c8bb16d91bb4d37358e8e76bd2cfe7630cd664ad925b62c0a46e041da2949c4655b8326250d
 DIST JabRef-2.11b3.jar 16426897 SHA256 
251192bc24448886bb62dbc5d01e0c68ee345c45d83fd586db16e5562894fa78 SHA512 
93f691928948346f2e3891d5a52be14159b6e0e953897d12a839026ae125bae9c97082bf8f2e160bf20fd42d7e81fa5385114c5e7800e17be07666aa4ec0f7ed
 WHIRLPOOL 
ecf0088eb1b30391851a2c30f502b34accd9d4b1e6133f2f06e6e6689160a1dcd74a7f719c3d1e7d8e489f0bcb1f5187a07403d998a0a3256bacf4cbcaa0a2fc
+DIST JabRef-2.11b4.jar 20366631 SHA256 
4f715c5e8849167b234cec2edbf6c8e32f3eaab5b69ff672210746bdb0c9204d SHA512 
28d57d75cbd197e9a2fd9307cfd1cac9f8b2a0855c440db2a06292770a068cf7eb67db1af31f7240f70ddd382b33c30cb10c1d4be7e53cfd302efc1671b6a2a3
 WHIRLPOOL 
6b90bd7668330fa1c41bf2622a3d48acaf98d1b3ae0e5174ec3e85ca12a12f56b6ec42887cda655bdb2863e69899a707eb2be7663dc27f53030315bd3c68da20

diff --git a/app-text/jabref-bin/jabref-bin-2.11_beta_rc4.ebuild 
b/app-text/jabref-bin/jabref-bin-2.11_beta_rc4.ebuild
new file mode 100644
index 000..e8d6f33
--- /dev/null
+++ b/app-text/jabref-bin/jabref-bin-2.11_beta_rc4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils java-pkg-2
+
+MY_PV_1="${PV/_beta/b}"
+MY_PV="${MY_PV_1/_rc/}"
+MY_URI_PV_1="${PV/rc/}"
+MY_URI_PV="${MY_URI_PV_1//_/%20}"
+
+DESCRIPTION="Java GUI for managing BibTeX and other bibliographies"
+HOMEPAGE="http://jabref.sourceforge.net/;
+SRC_URI="mirror://sourceforge/jabref/JabRef-${MY_PV}.jar"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=">=virtual/jre-1.6"
+
+S="${WORKDIR}"
+
+src_unpack() {
+   cp -v "${DISTDIR}/${A}" . || die
+   jar xf  ${A} images/JabRef-icon-48.png || die
+}
+
+src_install() {
+   java-pkg_newjar JabRef-${MY_PV}.jar
+   java-pkg_dolauncher ${PN} --jar ${PN}.jar
+   newicon images/JabRef-icon-48.png JabRef-bin-icon.png
+   make_desktop_entry ${PN} JabRef-bin JabRef-bin-icon Office
+}



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

2015-09-17 Thread Justin Lecher
commit: 8af36943d23441d715f8ca0143d90354bfa5d397
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Sep 17 18:22:40 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Sep 17 18:23:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8af36943

dev-python/cython: Drop some intermediate Versions, which seem to cause problems

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

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

 dev-python/cython/Manifest |  3 --
 dev-python/cython/cython-0.22.1.ebuild | 62 --
 dev-python/cython/cython-0.23.1.ebuild | 62 --
 dev-python/cython/cython-0.23.ebuild   | 62 --
 4 files changed, 189 deletions(-)

diff --git a/dev-python/cython/Manifest b/dev-python/cython/Manifest
index c212fe4..f8c9951 100644
--- a/dev-python/cython/Manifest
+++ b/dev-python/cython/Manifest
@@ -1,5 +1,2 @@
-DIST Cython-0.22.1.tar.gz 1581021 SHA256 
7fff120e65e7b66edb4a42823f5642bad3bc1e5601bf882d66aee50248cf0682 SHA512 
96cfdcaa52b40cc1592e56429eefb3166280a1cecfb67e56b1cd3c4ecf9092bf7a85f340d87345f354f9ccce9e74fcb11b80251e74d10e85781fa371f3f58fef
 WHIRLPOOL 
4de771f49897856a34bb4e5cf83156946e78390fec2c6e5f948e061187428b3dc706ffdfb699b67aa66551c040c65a80eb1a6efa95a9d3194a18ea7b90ccd6f7
 DIST Cython-0.22.tar.gz 1584483 SHA256 
14307e7a69af9a0d0e0024d446af7e51cc0e3e4d0dfb10d36ba837e5e5844015 SHA512 
856220fa579e272ac38dcef091760f527431ff3b98df9af6e68416fcf77d9659ac5abe5c7dee41331f359614637a4ff452033085335ee499830ed126ab584267
 WHIRLPOOL 
d9919e1fe33f7ea02833c485e10667d8470d7c69901b2419c6c4c1d464f9ef2444795e14903cc66b6fee40ec5a4c20308c331ad93fd8818f207d0a21cccf9b2b
-DIST Cython-0.23.1.tar.gz 1626079 SHA256 
bdfd12d6a2a2e34b9a1bbc1af5a772cabdeedc3851703d249a52dcda8378018a SHA512 
efe170e5f1bd71258b6fe922f23a8a5cbf0de24ec108e7620b72d702b5b428242d295b36eb5925560796b11c9b7b096e36e3e6370ff11e2c8e5f470e51923108
 WHIRLPOOL 
c229934287ad76db08ee47dcd467e13c43df98972392ea3a082d6aca4d2085e7a24af961dffbd2dce375be10e0ac3c73f1714ae83256e1bbda23928cf615f1f1
 DIST Cython-0.23.2.tar.gz 1627642 SHA256 
85a8713db65d9ad3e7e2f01e6ac424d4ae2a40349f1391b2b0f494ccb7e0fda7 SHA512 
ae1d20f3efc2ae9eeb73d1d536895992280b4b3222bd6911bae886971cb222c98a581a770c48d65ec1fa40cfa7b7639580fe86e4986b5fba5c9257d351dfc1a3
 WHIRLPOOL 
c019b43508104f0ce9375b1eed740d9bf4ba9bdff66fccbc4b272f61a9899327d1e3a1026215f4014db89aefb0f69caafd4e055271cd67500b95ad3fb3ab5263
-DIST Cython-0.23.tar.gz 1621481 SHA256 
9fd01e8301c24fb3ba0411ad8eb16f5d9f9f8e66b1281fbe7aba2a9bd9d343dc SHA512 
6b4eaa811172f38259e1db951d4888d3dc88eac63bc0c6eba1bd7d572a179bfcea23b218d84ac4a7161e7613fa98bc46c005aab17e9aa48b7e64303db47dac37
 WHIRLPOOL 
47d60b79ac1ac55236cdaf435d046199b8272377bde77ea4e2c8210912188e026aeb563bd1a486fb833e7101aff6016da42c6e4e62e1cc471200d6eac188e4c9

diff --git a/dev-python/cython/cython-0.22.1.ebuild 
b/dev-python/cython/cython-0.22.1.ebuild
deleted file mode 100644
index ea5a078..000
--- a/dev-python/cython/cython-0.22.1.ebuild
+++ /dev/null
@@ -1,62 +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 python3_{3,4} )
-
-inherit distutils-r1 flag-o-matic toolchain-funcs
-
-MY_PN="Cython"
-MY_P="${MY_PN}-${PV/_/}"
-
-DESCRIPTION="A Python to C compiler"
-HOMEPAGE="http://www.cython.org/ https://pypi.python.org/pypi/Cython;
-SRC_URI="http://www.cython.org/release/${MY_P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE="doc examples test"
-
-RDEPEND=""
-# On testing, setuptools invokes an error in running the testsuite cited in a 
number of recent bugs
-# spanning several packages. This bug has been fixed in the recent release of 
version 9.1
-DEPEND="${RDEPEND}
-   >=dev-python/setuptools-9.1[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/numpy[${PYTHON_USEDEP}] )"
-
-S="${WORKDIR}/${MY_PN}-${PV%_*}"
-
-python_compile() {
-   if ! python_is_python3; then
-   local CFLAGS="${CFLAGS}"
-   local CXXFLAGS="${CXXFLAGS}"
-   append-flags -fno-strict-aliasing
-   fi
-
-   # Python gets confused when it is in sys.path before build.
-   local PYTHONPATH=
-   export PYTHONPATH
-
-   distutils-r1_python_compile
-}
-
-python_compile_all() {
-   use doc && unset XDG_CONFIG_HOME && emake -C docs html
-}
-
-python_test() {
-   tc-export CC
-   "${PYTHON}" runtests.py -vv --work-dir "${BUILD_DIR}"/tests \
-   || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-   local DOCS=( CHANGES.rst README.txt ToDo.txt 

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

2015-09-17 Thread Justin Lecher
commit: f3630dfe21300198d3ea9cb380f3f91b414bf707
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Thu Sep 17 18:11:24 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Sep 17 18:11:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3630dfe

dev-python/ipython: Fix security issue

"Maliciously crafted text files in IPython/Jupyter editor"
http://seclists.org/oss-sec/2015/q3/558
https://bugs.gentoo.org/show_bug.cgi?id=560708

Package-Manager: portage-2.2.20.1

 ...n-3.2.1-Don-t-redirect-from-edit-to-files.patch |  55 
 ...nly-redirect-to-editor-for-text-documents.patch |  38 +
 .../ipython-3.2.1-set-mime-type-on-files.patch |  35 +
 ...et-model-mimetype-even-when-content-False.patch |  64 +
 dev-python/ipython/ipython-3.2.1-r1.ebuild | 155 +
 5 files changed, 347 insertions(+)

diff --git 
a/dev-python/ipython/files/ipython-3.2.1-Don-t-redirect-from-edit-to-files.patch
 
b/dev-python/ipython/files/ipython-3.2.1-Don-t-redirect-from-edit-to-files.patch
new file mode 100644
index 000..5ec742c
--- /dev/null
+++ 
b/dev-python/ipython/files/ipython-3.2.1-Don-t-redirect-from-edit-to-files.patch
@@ -0,0 +1,55 @@
+Upstream patch to fix
+"Maliciously crafted text files in IPython/Jupyter editor".
+
+http://seclists.org/oss-sec/2015/q3/558
+https://bugs.gentoo.org/show_bug.cgi?id=560708
+
+
+From 2b835ca6daec2592d9127dc85bf2cdcfb718edf2 Mon Sep 17 00:00:00 2001
+From: Min RK 
+Date: Mon, 20 Jul 2015 12:11:23 -0700
+Subject: [PATCH 4/4] Don't redirect from /edit/ to /files/
+
+show failure to decode, instead
+---
+ IPython/html/static/edit/js/editor.js | 15 +++
+ 1 file changed, 3 insertions(+), 12 deletions(-)
+
+diff --git a/IPython/html/static/edit/js/editor.js 
b/IPython/html/static/edit/js/editor.js
+index dd12ea4..75d65e0 100644
+--- a/IPython/html/static/edit/js/editor.js
 b/IPython/html/static/edit/js/editor.js
+@@ -90,19 +90,10 @@ function($,
+ }).catch(
+ function(error) {
+ that.events.trigger("file_load_failed.Editor", error);
+-if (((error.xhr||{}).responseJSON||{}).reason === 'bad 
format') {
+-window.location = utils.url_path_join(
+-that.base_url,
+-'files',
+-that.file_path
+-);
+-} else {
+-console.warn('Error while loading: the error was:')
+-console.warn(error)
+-}
++console.warn('Error loading: ', error);
+ cm.setValue("Error! " + error.message +
+ "\nSaving disabled.\nSee Console for more 
details.");
+-cm.setOption('readOnly','nocursor')
++cm.setOption('readOnly','nocursor');
+ that.save_enabled = false;
+ }
+ );
+@@ -186,7 +177,7 @@ function($,
+ Editor.prototype._clean_state = function(){
+ var clean = this.codemirror.isClean(this.generation);
+ if (clean === this.clean){
+-return
++return;
+ } else {
+ this.clean = clean;
+ }
+-- 
+2.4.6
+

diff --git 
a/dev-python/ipython/files/ipython-3.2.1-only-redirect-to-editor-for-text-documents.patch
 
b/dev-python/ipython/files/ipython-3.2.1-only-redirect-to-editor-for-text-documents.patch
new file mode 100644
index 000..4b1f7d3
--- /dev/null
+++ 
b/dev-python/ipython/files/ipython-3.2.1-only-redirect-to-editor-for-text-documents.patch
@@ -0,0 +1,38 @@
+Upstream patch to fix
+"Maliciously crafted text files in IPython/Jupyter editor".
+
+http://seclists.org/oss-sec/2015/q3/558
+https://bugs.gentoo.org/show_bug.cgi?id=560708
+
+
+From df24d9153b86863ccfa98bf509704d9304143ce1 Mon Sep 17 00:00:00 2001
+From: Min RK 
+Date: Mon, 20 Jul 2015 12:11:04 -0700
+Subject: [PATCH 3/4] only redirect to editor for text documents
+
+treat unidentified mime-types as text
+---
+ IPython/html/static/tree/js/notebooklist.js | 7 +++
+ 1 file changed, 7 insertions(+)
+
+diff --git a/IPython/html/static/tree/js/notebooklist.js 
b/IPython/html/static/tree/js/notebooklist.js
+index 0065143..d8c7b2a 100644
+--- a/IPython/html/static/tree/js/notebooklist.js
 b/IPython/html/static/tree/js/notebooklist.js
+@@ -532,6 +532,13 @@ define([
+ icon = 'running_' + icon;
+ }
+ var uri_prefix = NotebookList.uri_prefixes[model.type];
++if (model.type === 'file' &&
++model.mimetype && model.mimetype.substr(0,5) !== 'text/'
++) {
++// send text/unidentified files to editor, others go to raw viewer
++uri_prefix = 'files';
++}
++
+ item.find(".item_icon").addClass(icon).addClass('icon-fixed-width');
+ var link = item.find("a.item_link")
+ 

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

2015-09-17 Thread Justin Lecher
commit: c1ffdebd962ee305a51efc42433c42ce27ab814b
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Sep 17 18:37:02 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Sep 17 18:37:50 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1ffdebd

Merge branch 'marbre-ipython'

* marbre-ipython:
  dev-python/ipython: Fix security issue

Github: Closes gentoo/gentoo#100

Signed-off-by: Justin Lecher  gentoo.org>

 ...n-3.2.1-Don-t-redirect-from-edit-to-files.patch |  55 
 ...nly-redirect-to-editor-for-text-documents.patch |  38 +
 .../ipython-3.2.1-set-mime-type-on-files.patch |  35 +
 ...et-model-mimetype-even-when-content-False.patch |  64 +
 dev-python/ipython/ipython-3.2.1-r1.ebuild | 155 +
 5 files changed, 347 insertions(+)



[gentoo-commits] proj/portage:repoman commit in: pym/repoman/

2015-09-17 Thread Brian Dolbec
commit: 1ebdd23d99326330e3b3bda4245b578b5bbf2874
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Sep 17 18:31:52 2015 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Thu Sep 17 18:31:52 2015 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=1ebdd23d

repoman/scanner.py: Clean out code separation demarcation lines

These lines were originally used to mark places where code was removed.
And replaced with a class instance and/or function call.

Signed-off-by: Brian Dolbec  gentoo.org>

 pym/repoman/scanner.py | 61 ++
 1 file changed, 7 insertions(+), 54 deletions(-)

diff --git a/pym/repoman/scanner.py b/pym/repoman/scanner.py
index 781461f..240c949 100644
--- a/pym/repoman/scanner.py
+++ b/pym/repoman/scanner.py
@@ -91,13 +91,10 @@ class Scanner(object):
self.reposplit = myreporoot.split(os.path.sep)
self.repolevel = len(self.reposplit)
 
-   ###
if self.options.mode == 'commit':
repochecks.commit_check(self.repolevel, self.reposplit)
repochecks.conflict_check(self.vcs_settings, 
self.options)
 
-   ###
-
# Make startdir relative to the canonical repodir, so that we 
can pass
# it to digestgen and it won't have to be canonicalized again.
if self.repolevel == 1:
@@ -106,8 +103,6 @@ class Scanner(object):
startdir = normalize_path(mydir)
startdir = os.path.join(
self.repo_settings.repodir, 
*startdir.split(os.sep)[-2 - self.repolevel + 3:])
-   ###
-
 
# get lists of valid keywords, licenses, and use
new_data = repo_metadata(self.portdb, 
self.repo_settings.repoman_settings)
@@ -125,20 +120,12 @@ class Scanner(object):
self.repo_settings.repoman_settings['PORTAGE_ARCHLIST'] = ' 
'.join(sorted(kwlist))

self.repo_settings.repoman_settings.backup_changes('PORTAGE_ARCHLIST')
 
-   
-
self.profiles = setup_profile(profile_list)
 
-   
-
check_profiles(self.profiles, 
self.repo_settings.repoman_settings.archlist())
 
-   
-
scanlist = scan(self.repolevel, self.reposplit, startdir, 
self.categories, self.repo_settings)
 
-   
-
self.dev_keywords = dev_profile_keywords(self.profiles)
 
self.qatracker = QATracker()
@@ -170,13 +157,9 @@ class Scanner(object):
else:
print(green("\nRepoMan scours the neighborhood..."))
 
-   #
-
self.changed = Changes(self.options)
self.changed.scan(self.vcs_settings)
 
-   ##
-
self.have = {
'pmasked': False,
'dev_keywords': False,
@@ -197,7 +180,6 @@ class Scanner(object):
 
# Disable the "ebuild.notadded" check when not in commit mode 
and
# running `svn status` in every package dir will be too 
expensive.
-
self.check['ebuild_notadded'] = not \
(self.vcs_settings.vcs == "svn" and self.repolevel < 3 
and self.options.mode != "commit")
 
@@ -209,7 +191,6 @@ class Scanner(object):
 
self.live_eclasses = portage.const.LIVE_ECLASSES
 
-   ##
# initialize our checks classes here before the big xpkg loop
self.manifester = Manifests(self.options, self.qatracker, 
self.repo_settings.repoman_settings)
self.is_ebuild = IsEbuild(self.repo_settings.repoman_settings, 
self.repo_settings, self.portdb, self.qatracker)
@@ -228,8 +209,6 @@ class Scanner(object):
self.descriptioncheck = DescriptionChecks(self.qatracker)
self.licensecheck = LicenseChecks(self.qatracker, liclist, 
liclist_deprecated)
self.restrictcheck = RestrictChecks(self.qatracker)
-   ##
-
 
 
def scan(self):
@@ -248,19 +227,15 @@ class Scanner(object):
checkdir_relative = os.path.join(catdir, 
checkdir_relative)
checkdir_relative = os.path.join(".", checkdir_relative)
 
-   #
if self.manifester.run(checkdir, self.portdb):
continue
if not self.manifester.generated_manifest:
self.manifester.digest_check(xpkg, checkdir)
-   ##
-
if self.options.mode == 'manifest-check':
  

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/alpha/, profiles/arch/ia64/, profiles/arch/sparc/

2015-09-17 Thread Brian Evans
commit: 6fd72a72cebff7e13c2cd5a51a69b66cb1c8ef16
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Sep 17 18:42:55 2015 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Sep 17 18:45:08 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fd72a72

Mask new USE flags for percona-server on alpha, ia64 and sparc

Signed-off-by: Brian Evans  gentoo.org>

 profiles/arch/alpha/package.use.mask | 6 +-
 profiles/arch/ia64/package.use.mask  | 6 +-
 profiles/arch/sparc/package.use.mask | 6 +-
 3 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index bb2c018..e6124c1 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -2,13 +2,17 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Brian Evans  (17 Sep 2015)
+# Mask new USE flags for percona-server which are not available on alpha
+dev-db/percona-server tokudb tokudb-backup-plugin
+
 # Tobias Klausmann  (16 Sep 2015)
 # Mask USE=sssd for sudo because sys-auth/sssd is relatively big and doesn't
 # compile on alpha. The version specified does not have the USE flag, but that
 # version of sudo has the optional functionality.
 >=app-admin/sudo-1.8.6 sssd
 
-# Brian Evans  (14 Sep 2015)
 # Mask new USE flags for mariadb which all arches do not yet have dependencies
 >=dev-db/mariadb-10.1.0 innodb-snappy
 

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index 8407377..95febfe 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -2,7 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-# Brian Evans  (17 Sep 2015)
+# Mask new USE flags for percona-server which are not available on ia64
+dev-db/percona-server tokudb tokudb-backup-plugin
+
+# Brian Evans  (14 Sep 2015)
 # Mask new USE flags for mariadb which all arches do not yet have dependencies
 >=dev-db/mariadb-10.1.0 innodb-snappy
 

diff --git a/profiles/arch/sparc/package.use.mask 
b/profiles/arch/sparc/package.use.mask
index 7427f2a..177a19f 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -2,7 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-# Brian Evans  (17 Sep 2015)
+# Mask new USE flags for percona-server which are not available on sparc
+dev-db/percona-server tokudb tokudb-backup-plugin
+
+# Brian Evans  (14 Sep 2015)
 # Mask new USE flags for mariadb which all arches do not yet have dependencies
 >=dev-db/mariadb-10.1.0 innodb-snappy
 



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

2015-09-17 Thread Brian Evans
commit: b22948cc7da9abd2685aff2368a7ae5ecdf2ea88
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Sep 17 18:25:13 2015 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Sep 17 18:45:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b22948cc

dev-db/percona-server: Drop old security vulnerable version

Package-Manager: portage-2.2.20.1

 dev-db/percona-server/Manifest |   1 -
 .../percona-server-5.6.24.72.2.ebuild  | 138 -
 2 files changed, 139 deletions(-)

diff --git a/dev-db/percona-server/Manifest b/dev-db/percona-server/Manifest
index 3d85c62..d87b4b5 100644
--- a/dev-db/percona-server/Manifest
+++ b/dev-db/percona-server/Manifest
@@ -1,4 +1,3 @@
 DIST mysql-extras-20150113-1853Z.tar.bz2 1494439 SHA256 
420553dc8557d0622ad762ee6924900acc74fd4f367fd3840acab03114fada4d SHA512 
b1252d905b71a6f42484eaa796ebcd2f0769affc566e6c277ef3bc0ef9bc446a1c22aac3faa48ef7b9305056a1302b37d7ef86b547c44514528a5956ce61d372
 WHIRLPOOL 
d14f0d88358eb0bbd2c338052ec086ab8260988497ef09da934365ded3c30c7e905ea936a0c9817ccb49d1f6e3408b3f6a438455a2455c65c2f26a9fc6367ff3
 DIST mysql-extras-20150717-1707Z.tar.bz2 1491956 SHA256 
d67cc1e2c581ab7c57122b7d29864643869799893a95a158a18e14201d4ffc10 SHA512 
3a7cb07773099e766f8e796d4e555d42874b85285cc2c7c60220370cc6aafc36a60eb340008637298d85d83f529e73392895a81c1438ffccff9eb8f354b29ba9
 WHIRLPOOL 
11e75f4b696e2547c1da40e69d8ab75df4bf7080426204c040632f24846407b07d71061c09c4ff4a1d21a9d14a94769d8f8ef62421d0aecd99efe832caf4dd22
-DIST percona-server-5.6.24-72.2.tar.gz 34099689 SHA256 
5aa6469f3a55fe0fd1cfe315f2f9cacb0ce318620086c93821c9000d6e25c0de SHA512 
46e013b272d96d995af48e0a55c94e7ded1a2cf6e8a4e3c7e1674171ac288e2b211e5761eecbe6f0cacf40a026dccbf102f517745c7c07865165fe3a8e922088
 WHIRLPOOL 
ee200bbf7454c16afb349713ea031e4d8acf4fab2fe3d594336443997c683c0d987704c6a300451d6b77df271e32905ca892753320666438ca797a484a499856
 DIST percona-server-5.6.25-73.0.tar.gz 34152178 SHA256 
790d056931b9dd5b158a732812490fdaf9407012aaf93d3f1c1b21942dcdc251 SHA512 
9bb4ee29ceb7e80460d2ffa779ca0aefaa6c0af1c4e5309c1c5f37840da4e85da1196a936e1862bacb3f36d064a6dcb6ad45b3eb55f60b033f2741ec6b487b9d
 WHIRLPOOL 
76c59da78fda5cf70802117e59ceb0a877513ed83b0069c6d5a3f169595eac43516897bc02c092caa71cb059424ed3d4cbb97133c6946f870ab7734e8ca7a282

diff --git a/dev-db/percona-server/percona-server-5.6.24.72.2.ebuild 
b/dev-db/percona-server/percona-server-5.6.24.72.2.ebuild
deleted file mode 100644
index 7119b47..000
--- a/dev-db/percona-server/percona-server-5.6.24.72.2.ebuild
+++ /dev/null
@@ -1,138 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-MY_EXTRAS_VER="20150113-1853Z"
-
-inherit toolchain-funcs mysql-multilib
-# only to make repoman happy. it is really set in the eclass
-IUSE="$IUSE"
-
-# REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~x86-linux"
-
-# 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}"
-
-# Please do not add a naive src_unpack to this ebuild
-# If you want to add a single patch, copy the ebuild to an overlay
-# and create your own mysql-extras tarball, looking at 000_index.txt
-
-# Official test instructions:
-# USE='extraengine perl ssl static-libs community' \
-# FEATURES='test userpriv -usersandbox' \
-# ebuild percona-server-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="${CMAKE_BUILD_DIR}/mysql-test"
-   local retstatus_unit
-   local retstatus_tests
-
-   # 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 ! use "minimal" ; then
-
-   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
-   retstatus_unit=$?
-   [[ $retstatus_unit -eq 0 ]] || eerror "test-unit failed"
-
-   # Ensure that parallel runs don't die
-   export MTR_BUILD_THREAD="$((${RANDOM} % 100))"
-   # Enable parallel testing, auto will try 

[gentoo-commits] proj/portage:repoman commit in: pym/repoman/

2015-09-17 Thread Brian Dolbec
commit: 208df494effc8710c60e1d9d8bc2b81980eb1a99
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Sep 17 18:54:06 2015 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Thu Sep 17 18:54:06 2015 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=208df494

repoman/main.py: Clean out demarcation lines

Remove the lines added during the initial code splitting to mark the places
where code chunks were removed.
Clean out some extra line spacing.

Signed-off-by: Brian Dolbec  gentoo.org>

 pym/repoman/main.py | 17 +++--
 1 file changed, 3 insertions(+), 14 deletions(-)

diff --git a/pym/repoman/main.py b/pym/repoman/main.py
index 8ad3a1f..740ca63 100755
--- a/pym/repoman/main.py
+++ b/pym/repoman/main.py
@@ -62,10 +62,8 @@ if sys.hexversion >= 0x300:
 
 util.initialize_logger()
 
-
 bad = create_color_func("BAD")
 
-
 # A sane umask is needed for files that portage creates.
 os.umask(0o22)
 
@@ -102,22 +100,14 @@ def repoman_main(argv):
 
myreporoot = os.path.basename(portdir_overlay)
myreporoot += mydir[len(portdir_overlay):]
-   ##
 
vcs_settings = VCSSettings(options, repoman_settings)
 
-
-   ##
-
repo_settings = RepoSettings(
config_root, portdir, portdir_overlay,
repoman_settings, vcs_settings, options, qawarnings)
-
repoman_settings = repo_settings.repoman_settings
-
portdb = repo_settings.portdb
-   ##
-
 
if 'digest' in repoman_settings.features and options.digest != 'n':
options.digest = 'y'
@@ -131,14 +121,12 @@ def repoman_main(argv):
env = os.environ.copy()
env['FEATURES'] = env.get('FEATURES', '') + ' -unknown-features-warn'
 
-##
-# cut out the main checks loop here
-
+   # Perform the main checks
scanner = Scanner(repo_settings, myreporoot, config_root, options,
vcs_settings, mydir, can_force, env)
qatracker = scanner.scan()
+   # reset can_force from scanner in case there was a change
can_force = scanner.can_force
-##
 
commitmessage = None
 
@@ -152,6 +140,7 @@ def repoman_main(argv):
# dofull will be true if we should print a "repoman full" informational 
message
dofull = options.mode != 'full'
 
+   # early out for manifest generation
if options.mode == "manifest":
sys.exit(dofail)
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/phpvirtualbox/

2015-09-17 Thread Markos Chandras
commit: 69d18b31afe1c8741663366aa595e46ad607eb79
Author: Markos Chandras  gentoo  org>
AuthorDate: Thu Sep 17 17:19:50 2015 +
Commit: Markos Chandras  gentoo  org>
CommitDate: Thu Sep 17 17:25:00 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69d18b31

app-emulation/phpvirtualbox: Replace need_php_httpd with virtual/httpd-php 
(#552848). Drop old

Package-Manager: portage-2.2.20.1

 app-emulation/phpvirtualbox/Manifest   |  3 -
 .../phpvirtualbox/phpvirtualbox-4.1.11.ebuild  |  3 +-
 .../phpvirtualbox/phpvirtualbox-4.1.7-r2.ebuild| 67 
 .../phpvirtualbox/phpvirtualbox-4.2.3b.ebuild  | 67 
 .../phpvirtualbox/phpvirtualbox-4.2.4.ebuild   | 73 --
 .../phpvirtualbox/phpvirtualbox-4.2.7.ebuild   |  3 +-
 .../phpvirtualbox/phpvirtualbox-4.3.0.ebuild   |  3 +-
 .../phpvirtualbox/phpvirtualbox-5.0.3.ebuild   |  3 +-
 8 files changed, 4 insertions(+), 218 deletions(-)

diff --git a/app-emulation/phpvirtualbox/Manifest 
b/app-emulation/phpvirtualbox/Manifest
index b842570..4a7ff9c 100644
--- a/app-emulation/phpvirtualbox/Manifest
+++ b/app-emulation/phpvirtualbox/Manifest
@@ -1,7 +1,4 @@
 DIST phpvirtualbox-4.1-11.zip 2763347 SHA256 
91a78c7dead035edf8138a363c6b3cb89d8f348fa3c38455af232f51bcf592ef SHA512 
c5eb1b9fd0bba20e3dda9cbe6985c60d953a340d77b9427f344e8b595a06a5d9805209cf73704fb93de5ee2f412e02cb1434ed0e983b0622cf8a8172d7dff9a5
 WHIRLPOOL 
ca95767f63f3c018738de36dede1859e0b6185cd22d4f7a40128dd5a14791ca9402a2ef54c4928c1a4c4408ddcb62b312a4d05743c0722f9a8fee1555df4021a
-DIST phpvirtualbox-4.1-7.zip 2760199 SHA256 
16c27cd1bcc843b464752c3dd7091247b690218bca06fcecbdd130c5daf70b7c SHA512 
657d5c5424d540ef3da9db54e638d227b68fcc336ec097f8a319a689990a53ad9f17af6fd0cd4be699212e83f06468bb65c4da03faf0a65ff77386f23aaf9409
 WHIRLPOOL 
f2327749d6333bc07dce1f28f42e297f8e24777b556967513218d429e78db1fdd00112cca5ddd91d94012a8b0c5ab7c475c7209b3f12e2bad95085ce112f6f3d
-DIST phpvirtualbox-4.2-3b.zip 3184088 SHA256 
23134a05d22ac9429524abb9d7165eb4c0ef7c52c917e9ced317e9ff71d0405f SHA512 
c0ebf5fb2defd23b5999d7616e47a93696259973b563e2e0cd415db0a9f5be5f3798ac9e6d242c44208ce2c51ba2ab7cf43288ae8108563b45bd119ba2fa8c2f
 WHIRLPOOL 
467385c219fc525151285390fa5a68b273b52be699e97a308f77c74bdeab911a845a7e28343b665ee2d6126aca2f0c3021816adbaa23b0d563ea06d7ec20c62c
-DIST phpvirtualbox-4.2-4.zip 3663173 SHA256 
dd2681dc9703ec68a995cac98719863dca9e0720e45f5e0322dbb6fa3858138b SHA512 
51e3b90bb5fcedbd45a6e54cf3ea6cc74cd764bdc107f97f9cb24c27f2c5d53a862781b808ab7d53cdbbd9d4cff93734d7578676b409d10326895dd1c5dcdc15
 WHIRLPOOL 
1678790492df50f7ae63bd4b44dbcd0ddd892c1bef9d455bf47bb20f1dcdac4955645fe71d549095ccc4a19f5960abf0f34fa1d95c4f4c8d82a34848a405fe06
 DIST phpvirtualbox-4.2-7.zip 3425805 SHA256 
3dc078d7058d75aa5745f531a6d485a11fff18972df1a638a749f019e0196e4e SHA512 
a066f127115a83c6061e8c0ff6447464818511f3ab7805c119f75ddc88459efd144d45fb358ce52959301f2f1a4f2609f7f42c2bb24213a5be98f2036085a81b
 WHIRLPOOL 
d6cf095b9768b7a9c0113c8df354dad124a0b2dc0a52e8518dfde230823c95dcad6b6e3df56cc41a4474b8b73cb281f3bfc91f417078e0b6f1136acd70dca4cf
 DIST phpvirtualbox-4.3-0.zip 4231805 SHA256 
e33eea5553fb134ba6a1203e33e212bc5764c05b28164dcc02c6d66af565c293 SHA512 
fd49a6a4c79d75f37fd40d74743f295a148548373ab046cf1f31ef7b982008ea6b9d2838cdad2dc37a1d266ed630cd2ddb7f7423ea62af1e0f8f9f76a12c0e9d
 WHIRLPOOL 
1c96ec2fe19092dabac9e04be596974cc4dbaa9993c34e76b938036e8e04c67dc4f4f344be8afd636d603a478ce0c85435a75f8d6cf59bbdc3a11c6fd575b6c1
 DIST phpvirtualbox-5.0-3.zip 4092132 SHA256 
8e23eee4ee36ff8cf765afb6842338e8ea8190956882ec0baa30f09ff4fe134b SHA512 
b632ff3be2028bd011ce27b580996638dfc89e09350c459f16bd1c8c5c3eefbab93f42d7facfb99279eb2ee1c6a38854ea999654ca2090a39c7bfa0afa7fe2d5
 WHIRLPOOL 
38070a6935e3a4e5155f84db395c9e82603583957b26fcf166a654446052b15aa3d3b7653a9f7d56a33382dc82058e55413575e75c26b4c97f782bb868cc66e8

diff --git a/app-emulation/phpvirtualbox/phpvirtualbox-4.1.11.ebuild 
b/app-emulation/phpvirtualbox/phpvirtualbox-4.1.11.ebuild
index 2e5ce9c..adf58b4 100644
--- a/app-emulation/phpvirtualbox/phpvirtualbox-4.1.11.ebuild
+++ b/app-emulation/phpvirtualbox/phpvirtualbox-4.1.11.ebuild
@@ -19,11 +19,10 @@ IUSE=""
 
 RDEPEND="
dev-lang/php[session,unicode,soap,gd]
+   virtual/httpd-php
 "
 DEPEND="app-arch/unzip"
 
-need_php_httpd
-
 src_install() {
webapp_src_preinst
 

diff --git a/app-emulation/phpvirtualbox/phpvirtualbox-4.1.7-r2.ebuild 
b/app-emulation/phpvirtualbox/phpvirtualbox-4.1.7-r2.ebuild
deleted file mode 100644
index 2e5ce9c..000
--- a/app-emulation/phpvirtualbox/phpvirtualbox-4.1.7-r2.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-
-inherit versionator eutils webapp depend.php
-
-MY_PV="$(replace_version_separator 2 '-')"
-MY_P="${PN}-${MY_PV}"
-

[gentoo-commits] repo/gentoo:master commit in: dev-dotnet/gkeyfile-sharp/

2015-09-17 Thread Christoph Mende
commit: 17e332a44965fc8e898bbeed0b564b0090f80881
Author: Christoph Mende  gentoo  org>
AuthorDate: Thu Sep 17 17:17:46 2015 +
Commit: Christoph Mende  gentoo  org>
CommitDate: Thu Sep 17 19:01:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e332a4

dev-dotnet/gkeyfile-sharp: Bump EAPI to 5, migrate to mono-env, support 
gtk-sharp-2.12.21 and mono-4

Package-Manager: portage-2.2.20.1

 .../gkeyfile-sharp/gkeyfile-sharp-0.1-r1.ebuild| 36 ++
 1 file changed, 36 insertions(+)

diff --git a/dev-dotnet/gkeyfile-sharp/gkeyfile-sharp-0.1-r1.ebuild 
b/dev-dotnet/gkeyfile-sharp/gkeyfile-sharp-0.1-r1.ebuild
new file mode 100644
index 000..b6cce4e
--- /dev/null
+++ b/dev-dotnet/gkeyfile-sharp/gkeyfile-sharp-0.1-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools mono-env
+
+DESCRIPTION="C# binding for gkeyfile"
+HOMEPAGE="https://launchpad.net/gkeyfile-sharp 
https://github.com/mono/gkeyfile-sharp;
+SRC_URI="https://github.com/mono/${PN}/tarball/GKEYFILE_SHARP_0_1 -> 
${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="|| ( >=dev-dotnet/gtk-sharp-2.12.21 >=dev-dotnet/glib-sharp-2.12.9 )
+   || ( >=dev-dotnet/gtk-sharp-2.12.21 >=dev-dotnet/gtk-sharp-gapi-1.9 )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_unpack() {
+   unpack ${A}
+   mv *-${PN}-* "${S}"
+}
+
+src_prepare() {
+   mv configure.in configure.ac
+   sed -i -e 's/gmcs/mcs/' configure.ac || die
+   eautoreconf
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dodoc AUTHORS ChangeLog NEWS
+}



[gentoo-commits] repo/gentoo:master commit in: dev-dotnet/gio-sharp/

2015-09-17 Thread Christoph Mende
commit: 39144973758f50f4f882092df8d6610f302a4296
Author: Christoph Mende  gentoo  org>
AuthorDate: Thu Sep 17 12:00:14 2015 +
Commit: Christoph Mende  gentoo  org>
CommitDate: Thu Sep 17 19:01:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39144973

dev-dotnet/gio-sharp: Migrate to mono-env, support gtk-sharp-2.12.21 and mono-4

Package-Manager: portage-2.2.20.1

 dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild | 43 
 1 file changed, 43 insertions(+)

diff --git a/dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild 
b/dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild
new file mode 100644
index 000..2bc3816
--- /dev/null
+++ b/dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+inherit autotools mono-env
+
+DESCRIPTION="GIO API C# binding"
+HOMEPAGE="https://github.com/mono/gio-sharp;
+SRC_URI="https://github.com/mono/${PN}/tarball/${PV} -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="|| ( >=dev-dotnet/gtk-sharp-2.12.21 >=dev-dotnet/glib-sharp-2.12 )
+   || ( >=dev-dotnet/gtk-sharp-2.12.21 >=dev-dotnet/gtk-sharp-gapi-2.12 )
+   >=dev-libs/glib-2.22:2"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+pkg_setup() {
+   DOCS="AUTHORS NEWS README"
+   mono-env_pkg_setup
+}
+
+src_unpack() {
+   unpack ${A}
+   mv *-${PN}-* "${S}"
+}
+
+src_prepare() {
+   sed -i -e 's/gmcs/mcs/' configure.ac.in || die
+   sed -i -e '/autoreconf/d' autogen-generic.sh || die
+   NOCONFIGURE=1 ./autogen-2.22.sh || die
+
+   eautoreconf
+}
+
+src_compile() {
+   emake -j1
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/nvidia-cuda-toolkit/

2015-09-17 Thread Justin Lecher
commit: 06c167bbc5eb57b7857f7b0f545593b3b0f3c14d
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Sep 17 18:27:38 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Sep 17 18:28:03 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06c167bb

dev-util/nvidia-cuda-toolkit: Readd last version supporting multilib on x86

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

 dev-util/nvidia-cuda-toolkit/Manifest  |   2 +
 .../nvidia-cuda-toolkit-6.5.19-r1.ebuild   | 157 +
 2 files changed, 159 insertions(+)

diff --git a/dev-util/nvidia-cuda-toolkit/Manifest 
b/dev-util/nvidia-cuda-toolkit/Manifest
index 98d73d6..1e418f1 100644
--- a/dev-util/nvidia-cuda-toolkit/Manifest
+++ b/dev-util/nvidia-cuda-toolkit/Manifest
@@ -1,3 +1,5 @@
 DIST cuda_6.5.14_linux_32.run 76788277 SHA256 
63fa1fe5d013e9944d6c1a3a71768fa4dcb35d6a157c1b06765bb56198c205c5 SHA512 
89649ee0f4543b37037b7c8f5ed0b8bd502512afb4d93e3158b3df4786123be05a5288986b5abbfe15c14eb010777d2527b715225bea96a354a898c34e4a2fcc
 WHIRLPOOL 
c1094dd84883ef08d91c6eec3634a285496418db1e76b70f449f833dcb01069a620af504b6df7fe2752559688ed1f60f4adda8c97d849d648cba1be0f8196954
 DIST cuda_6.5.14_linux_64.run 972320904 SHA256 
f3e527f34f317314fe8fcd8c85f10560729069298c0f73105ba89225db69da48 SHA512 
fecca731b86955f5bc7b09d88b02951e3ee5d4b1f1cf5f92658227a029b87cd35d6ac22956a5fa0afe62dcdc57191f1d12bb08c9f7cc05128727cd8455947b1e
 WHIRLPOOL 
0b890771dcca352168fed1b1df9b29504b03f8c29da59cec29914c541283998edf65f5ca6a41362143a2d5d7359822b036894f563c56b39583b1ac4c64e35180
+DIST cuda_6.5.19_linux_32.run 81882112 SHA256 
9f767f38b84f52c097bec81669f99e4a6c4c9c09b5da1bc09fe49e0f804bc7a6 SHA512 
1ce9bd6b472b7e4f1fb181eb340dfcb757714d59a89aaa02146cfe1a97c8ccb7eb7699b4ec823276f277eb4d82d95050eaba17e7ed5fd2e47b9b5d78531c5d4e
 WHIRLPOOL 
ac94b4e7f29811b4240623fb69b3c54214e7f0c60a286d899944dbab9da7fd3c122760199a3357667e33879bd48fbf352d5d39029acca6021e7caf21785557ed
+DIST cuda_6.5.19_linux_64.run 982446238 SHA256 
5279bc159b72b7445d8aae5f289d24bb4042c35422ef32da68049d8f666d3ff5 SHA512 
06854f020a5f72cf4bd714859e6966248ac2f589284113674e869fdaa1254cae27d4101940758ecda5df4724ad3e448a1f6d0c053b6cbc28107750872b6a5797
 WHIRLPOOL 
6ae8e53719e12997de60ec3688167f3fe33b1145d01217182e39ac386c25b358c8ba6cee45ad6c80e33ef66fd9a511338dce4589f10a31635b8437b6e528fd7a
 DIST cuda_7.5.18_linux.run 1195431560 SHA256 
245ffb6c1e2b69d323f8ae3a1b63d3384fec3934222e56e9d801ecc0d6e919c5 SHA512 
cb933512fde09376b1d6040c72d24c4f91dc44f73322ca87aa7d1f34156c9c87feea41f9a00f1a403cfb89645b5e7a6a5f2bfe4933703ba81f0cf94968d430fd
 WHIRLPOOL 
b1a06acba02043fabf496ba683fb984b1c90df2cd71396457f664beb8cb26b2e3074c8568ec6ce0cfe565721986670c7a40351a29a4856a7e03268c14d545247

diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.19-r1.ebuild 
b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.19-r1.ebuild
new file mode 100644
index 000..34a04fb
--- /dev/null
+++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.19-r1.ebuild
@@ -0,0 +1,157 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit check-reqs cuda unpacker versionator
+
+MYD=$(get_version_component_range 1)_$(get_version_component_range 2)
+
+DESCRIPTION="NVIDIA CUDA Toolkit (compiler and friends)"
+HOMEPAGE="http://developer.nvidia.com/cuda;
+CURI="http://developer.download.nvidia.com/compute/cuda/${MYD}/rel/installers;
+SRC_URI="
+   amd64? ( ${CURI}/cuda_${PV}_linux_64.run )
+   x86? ( ${CURI}/cuda_${PV}_linux_32.run )"
+
+SLOT="0/${PV}"
+LICENSE="NVIDIA-CUDA"
+KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debugger doc eclipse profiler"
+
+DEPEND=""
+RDEPEND="${DEPEND}
+   =virtual/jre-1.6 )
+   profiler? ( >=virtual/jre-1.6 )
+   amd64? ( >=x11-drivers/nvidia-drivers-343.22[uvm] )
+   x86? ( https://dev.gentoo.org/~jlec/distfiles/CUDA_Toolkit_Release_Notes.pdf;
+   fi
+}
+
+src_unpack() {
+   unpacker
+   unpacker run_files/cuda-linux*.run
+}
+
+src_prepare() {
+   local cuda_supported_gcc
+
+   cuda_supported_gcc="4.7 4.8"
+
+   sed \
+   -e "s:CUDA_SUPPORTED_GCC:${cuda_supported_gcc}:g" \
+   "${FILESDIR}"/cuda-config.in > "${T}"/cuda-config || die
+}
+
+src_install() {
+   local i j
+   local remove="doc jre run_files install-linux.pl "
+   local cudadir=/opt/cuda
+   local ecudadir="${EPREFIX}"${cudadir}
+
+   # dodoc doc/*txt
+   if use doc; then
+   dodoc doc/pdf/*
+   dohtml -r doc/html/*
+   fi
+
+   if use amd64; then
+   mv doc/man/man3/{,cuda-}deprecated.3 || die
+   doman doc/man/man*/*
+   fi
+
+   use debugger || remove+=" bin/cuda-gdb extras/Debugger"
+   ( use profiler || use eclipse ) || remove+=" libnsight"
+   use amd64 || remove+=" cuda-installer.pl"
+
+  

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

2015-09-17 Thread Mike Frysinger
commit: ff98e2caac4f8e53b51b602de9d9be06782622e6
Author: Mike Frysinger  gentoo  org>
AuthorDate: Thu Sep 17 18:33:20 2015 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Sep 17 18:33:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff98e2ca

sys-fs/e2fsprogs: workaround buggy NFS when building manpages #550986

 sys-fs/e2fsprogs/e2fsprogs-1.42.13.ebuild  |  1 +
 .../files/e2fsprogs-1.42.13-subst-perms.patch  | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/sys-fs/e2fsprogs/e2fsprogs-1.42.13.ebuild 
b/sys-fs/e2fsprogs/e2fsprogs-1.42.13.ebuild
index cb426fc..64b04bd 100644
--- a/sys-fs/e2fsprogs/e2fsprogs-1.42.13.ebuild
+++ b/sys-fs/e2fsprogs/e2fsprogs-1.42.13.ebuild
@@ -38,6 +38,7 @@ src_prepare() {
epatch "${WORKDIR}"/${PN}-1.42.9-mint-r1.patch
fi
epatch "${FILESDIR}"/${PN}-1.42.13-fix-build-cflags.patch #516854
+   epatch "${FILESDIR}"/${PN}-1.42.13-subst-perms.patch #550986
 
# blargh ... trick e2fsprogs into using e2fsprogs-libs
rm -rf doc

diff --git a/sys-fs/e2fsprogs/files/e2fsprogs-1.42.13-subst-perms.patch 
b/sys-fs/e2fsprogs/files/e2fsprogs-1.42.13-subst-perms.patch
new file mode 100644
index 000..2162f03
--- /dev/null
+++ b/sys-fs/e2fsprogs/files/e2fsprogs-1.42.13-subst-perms.patch
@@ -0,0 +1,31 @@
+From 0930fcd65ec8f135c90f673eab2a7a196103537d Mon Sep 17 00:00:00 2001
+From: Mike Frysinger 
+Date: Thu, 17 Sep 2015 14:18:16 -0400
+Subject: [PATCH e2fsprogs] subst: use 0644 perms
+
+When running on NFS, opening files with 0444 perms for writing can
+sometimes fail.  Since there's no real reason for these files to be
+read-only, give the owner write permission.
+
+URL: https://bugs.gentoo.org/550986
+Signed-off-by: Mike Frysinger 
+---
+ util/subst.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/util/subst.c b/util/subst.c
+index f36adb4..e4004c9 100644
+--- a/util/subst.c
 b/util/subst.c
+@@ -370,7 +370,7 @@ int main(int argc, char **argv)
+   }
+   strcpy(newfn, outfn);
+   strcat(newfn, ".new");
+-  fd = open(newfn, O_CREAT|O_TRUNC|O_RDWR, 0444);
++  fd = open(newfn, O_CREAT|O_TRUNC|O_RDWR, 0644);
+   if (fd < 0) {
+   perror(newfn);
+   exit(1);
+-- 
+2.5.1
+



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

2015-09-17 Thread Magnus Granberg
commit: f8dd3f3e0df8d9e45928db3cc455f677d622b2c3
Author: Magnus Granberg  gentoo  org>
AuthorDate: Thu Sep 17 18:20:37 2015 +
Commit: Magnus Granberg  gentoo  org>
CommitDate: Thu Sep 17 18:20:37 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8dd3f3e

profiles: hardened/linux

mask profile when it is incompatible with pie

 profiles/hardened/linux/use.mask | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/profiles/hardened/linux/use.mask b/profiles/hardened/linux/use.mask
index e54f87d..48ed0d6 100644
--- a/profiles/hardened/linux/use.mask
+++ b/profiles/hardened/linux/use.mask
@@ -12,3 +12,6 @@ pch
 
 # prelink is masked for hardened
 prelink
+
+# profile are incompatible when linking with pie
+profile



  1   2   >