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

2016-07-14 Thread Jeroen Roovers
commit: d3ab6eeaf8111092eacba9f2a1e5fbf3dcf97e65
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Jul 15 05:54:30 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Jul 15 05:55:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3ab6eea

net-misc/youtube-dl: Old.

Package-Manager: portage-2.3.0

 net-misc/youtube-dl/Manifest   |  1 -
 net-misc/youtube-dl/youtube-dl-2016.07.09.1.ebuild | 94 --
 2 files changed, 95 deletions(-)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index c9ef96a..8fc3a78 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,4 +1,3 @@
 DIST youtube-dl-2016.01.01.tar.gz 1874602 SHA256 
732f37c99d71b4239d72d61dd32214b5a5a618671fb0629c8f8deb28209a172c SHA512 
fdb022bed426250e5ee1c2bcc1354dd195c0f9793ca479ca8ca4cfe2f71e07ba100b0dbcda2fb9f310308ab130587d06b16a6a86f9036f0d196b317d2e5b5e92
 WHIRLPOOL 
152e709ba15264c35a89644ea0d4793bb47c82b317e54043ccfff72e40bdf95e42d76605e801233632d3863537a945cfb9ecc2f75245171b8de31b51ce6af801
-DIST youtube-dl-2016.07.09.1.tar.gz 2270473 SHA256 
244585080738b4ea6374559c55a38d11577d36cccead6cf90a57c15e55500b36 SHA512 
d6d77396fd347f0852dbe57208884200d588e7b8428c780b10670d08a3319c5fb791b6138e6cd9d52583db13f6a4cb1fcc4b119d2bc361753907cbe2712f1903
 WHIRLPOOL 
54660596a21b5d781692db5c7af076091fa157bf3eee17b7961e02129c38e60343abb4baa5bf33ef77ca7ac54d4960160c1d9ea98fc2afa7407603d74e2a1d3b
 DIST youtube-dl-2016.07.11.tar.gz 2277011 SHA256 
f661957cf1f52bfa7b621cf1b02c0200862a7931e92e25cd984a9c302c3e4d87 SHA512 
7c112b238f65a7e4029204f06fa42c67c2fa5d370dc1d796c8fe83d0f585b355e2dfdebc8312bb082acbc72e98b0969b9894c0fba9297016eca2ac09d14b7c51
 WHIRLPOOL 
19b542560d7044783160671b40187b33b0034a5770bacef8c68d9e490e40bb1af47a1c4e7ebb2b1eb208963b6d3f8732899a2cf1c90e4ce7fbb347dc9dd2b5f6
 DIST youtube-dl-2016.07.13.tar.gz 2279744 SHA256 
16cda6c8151445b90d3c43412788ff0bb7176e7d7d2a4325642b0e8113249443 SHA512 
d0564f724e6b62ee65c48ee9db953101cc2045a2f4b66960be5be135bc61b0249553f74b6bd9f797cc6660109a4a266e43bf9a8646bbe3a8d806b5c022a96ee3
 WHIRLPOOL 
14720370cc11291d9f192d71ba3bdf241422e3331881e37f86165153f87ca636cc181ee2db8cc5cc9ed7b14c6eac0f2a910387159f421e5131cce4894fc92c82

diff --git a/net-misc/youtube-dl/youtube-dl-2016.07.09.1.ebuild 
b/net-misc/youtube-dl/youtube-dl-2016.07.09.1.ebuild
deleted file mode 100644
index 9d7ca82..000
--- a/net-misc/youtube-dl/youtube-dl-2016.07.09.1.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2016 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,3_5})
-inherit bash-completion-r1 distutils-r1 eutils
-
-DESCRIPTION="Download videos from YouTube.com (and more sites...)"
-HOMEPAGE="https://rg3.github.com/youtube-dl/;
-SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz;
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="offensive test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/nose[coverage(+)] )
-"
-
-S="${WORKDIR}/${PN}"
-
-python_prepare_all() {
-   if ! use offensive; then
-   sed -i -e "/__version__/s|'$|-gentoo_no_offensive_sites'|g" \
-   youtube_dl/version.py || die
-   # these have single line import statements
-   local xxx=(
-   alphaporno anysex behindkink camwithher chaturbate 
drtuber eporner
-   eroprofile extremetube fourtube foxgay goshgay hellporno
-   hentaistigma hornbunny keezmovies lovehomeporn mofosex 
motherless
-   myvidster porn91 pornhd pornotube pornovoisines pornoxo 
redtube
-   ruleporn sexu slutload spankbang spankwire sunporno 
thisav trutube
-   tube8 vporn watchindianporn xbef xnxx xtube xvideos 
xxxymovies
-   youjizz youporn
-   )
-   # these have multi-line import statements
-   local mxxx=(
-   pornhub xhamster tnaflix
-   )
-   # do single line imports
-   sed -i \
-   -e $( printf '/%s/d;' ${xxx[@]} ) \
-   youtube_dl/extractor/extractors.py \
-   || die
-
-   # do multiple line imports
-   sed -i \
-   -e $( printf '/%s/,/)/d;' ${mxxx[@]} ) \
-   youtube_dl/extractor/extractors.py \
-   || die
-
-   sed -i \
-   -e $( printf '/%s/d;' ${mxxx[@]} ) \
-   youtube_dl/extractor/generic.py \
-   || die
-
-   rm \
-   $( printf 'youtube_dl/extractor/%s.py 

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

2016-07-14 Thread Jeroen Roovers
commit: c5cffcd92e2a31e1ba4d10a00742536c6eac89f7
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Jul 15 05:53:45 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Jul 15 05:54:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5cffcd9

net-misc/youtube-dl: Version bump.

Package-Manager: portage-2.3.0

 net-misc/youtube-dl/Manifest |  1 +
 net-misc/youtube-dl/youtube-dl-2016.07.13.ebuild | 94 
 2 files changed, 95 insertions(+)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index b4e1aa8..c9ef96a 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,3 +1,4 @@
 DIST youtube-dl-2016.01.01.tar.gz 1874602 SHA256 
732f37c99d71b4239d72d61dd32214b5a5a618671fb0629c8f8deb28209a172c SHA512 
fdb022bed426250e5ee1c2bcc1354dd195c0f9793ca479ca8ca4cfe2f71e07ba100b0dbcda2fb9f310308ab130587d06b16a6a86f9036f0d196b317d2e5b5e92
 WHIRLPOOL 
152e709ba15264c35a89644ea0d4793bb47c82b317e54043ccfff72e40bdf95e42d76605e801233632d3863537a945cfb9ecc2f75245171b8de31b51ce6af801
 DIST youtube-dl-2016.07.09.1.tar.gz 2270473 SHA256 
244585080738b4ea6374559c55a38d11577d36cccead6cf90a57c15e55500b36 SHA512 
d6d77396fd347f0852dbe57208884200d588e7b8428c780b10670d08a3319c5fb791b6138e6cd9d52583db13f6a4cb1fcc4b119d2bc361753907cbe2712f1903
 WHIRLPOOL 
54660596a21b5d781692db5c7af076091fa157bf3eee17b7961e02129c38e60343abb4baa5bf33ef77ca7ac54d4960160c1d9ea98fc2afa7407603d74e2a1d3b
 DIST youtube-dl-2016.07.11.tar.gz 2277011 SHA256 
f661957cf1f52bfa7b621cf1b02c0200862a7931e92e25cd984a9c302c3e4d87 SHA512 
7c112b238f65a7e4029204f06fa42c67c2fa5d370dc1d796c8fe83d0f585b355e2dfdebc8312bb082acbc72e98b0969b9894c0fba9297016eca2ac09d14b7c51
 WHIRLPOOL 
19b542560d7044783160671b40187b33b0034a5770bacef8c68d9e490e40bb1af47a1c4e7ebb2b1eb208963b6d3f8732899a2cf1c90e4ce7fbb347dc9dd2b5f6
+DIST youtube-dl-2016.07.13.tar.gz 2279744 SHA256 
16cda6c8151445b90d3c43412788ff0bb7176e7d7d2a4325642b0e8113249443 SHA512 
d0564f724e6b62ee65c48ee9db953101cc2045a2f4b66960be5be135bc61b0249553f74b6bd9f797cc6660109a4a266e43bf9a8646bbe3a8d806b5c022a96ee3
 WHIRLPOOL 
14720370cc11291d9f192d71ba3bdf241422e3331881e37f86165153f87ca636cc181ee2db8cc5cc9ed7b14c6eac0f2a910387159f421e5131cce4894fc92c82

diff --git a/net-misc/youtube-dl/youtube-dl-2016.07.13.ebuild 
b/net-misc/youtube-dl/youtube-dl-2016.07.13.ebuild
new file mode 100644
index 000..9d7ca82
--- /dev/null
+++ b/net-misc/youtube-dl/youtube-dl-2016.07.13.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2016 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,3_5})
+inherit bash-completion-r1 distutils-r1 eutils
+
+DESCRIPTION="Download videos from YouTube.com (and more sites...)"
+HOMEPAGE="https://rg3.github.com/youtube-dl/;
+SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz;
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE="offensive test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/nose[coverage(+)] )
+"
+
+S="${WORKDIR}/${PN}"
+
+python_prepare_all() {
+   if ! use offensive; then
+   sed -i -e "/__version__/s|'$|-gentoo_no_offensive_sites'|g" \
+   youtube_dl/version.py || die
+   # these have single line import statements
+   local xxx=(
+   alphaporno anysex behindkink camwithher chaturbate 
drtuber eporner
+   eroprofile extremetube fourtube foxgay goshgay hellporno
+   hentaistigma hornbunny keezmovies lovehomeporn mofosex 
motherless
+   myvidster porn91 pornhd pornotube pornovoisines pornoxo 
redtube
+   ruleporn sexu slutload spankbang spankwire sunporno 
thisav trutube
+   tube8 vporn watchindianporn xbef xnxx xtube xvideos 
xxxymovies
+   youjizz youporn
+   )
+   # these have multi-line import statements
+   local mxxx=(
+   pornhub xhamster tnaflix
+   )
+   # do single line imports
+   sed -i \
+   -e $( printf '/%s/d;' ${xxx[@]} ) \
+   youtube_dl/extractor/extractors.py \
+   || die
+
+   # do multiple line imports
+   sed -i \
+   -e $( printf '/%s/,/)/d;' ${mxxx[@]} ) \
+   youtube_dl/extractor/extractors.py \
+   || die
+
+   sed -i \
+   -e $( printf '/%s/d;' ${mxxx[@]} ) \
+   youtube_dl/extractor/generic.py \
+   || die
+
+   rm \
+   $( printf 'youtube_dl/extractor/%s.py ' 

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

2016-07-14 Thread Johannes Huber
commit: f966538219d8d85fa903bec626e122b5f8cdbceb
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri Jul 15 05:40:48 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri Jul 15 05:41:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9665382

dev-util/cmake: Remove 3.3.2, 3.4.3

Package-Manager: portage-2.3.0

 dev-util/cmake/Manifest|   2 -
 dev-util/cmake/cmake-3.3.2-r1.ebuild   | 200 -
 dev-util/cmake/cmake-3.4.3.ebuild  | 198 
 dev-util/cmake/files/cmake-3.3.2-FindQt4.patch |  45 --
 4 files changed, 445 deletions(-)

diff --git a/dev-util/cmake/Manifest b/dev-util/cmake/Manifest
index 7206d93..36997d8 100644
--- a/dev-util/cmake/Manifest
+++ b/dev-util/cmake/Manifest
@@ -2,7 +2,5 @@ DIST cmake-2.8.12.2.tar.gz 6068231 SHA256 
8c6574e9afabcb9fc66f463bb1f2f051958d86
 DIST cmake-3.2.2.tar.gz 6438736 SHA256 
ade94e6e36038774565f2aed8866415443444fb7a362eb0ea5096e40d5407c78 SHA512 
b7460733ebf81e6c0cade84c26407f474e1b0a7372d19ccadf928a8578a53043fd76c507b45a00762161aaf6938a59df6110a1eb11a7678bfbc984b020e5d68b
 WHIRLPOOL 
7debc5ac607578feee1c322416ac132ad4ba00a40410e03ee5cba52290f2f15904e7d0f2b77da37c9e8caa379b0530339fb2cc87246209f7999f10e44637f2d2
 DIST cmake-3.3.1-FindPkgConfig_remove_variable_dereference.patch 1583 SHA256 
22e6672bd9356a98a0eaf667e66d926f52c4e80e53e38cb8e5cd489993e5668f SHA512 
306cf4498cbad9f9c49a63c1870e04f33b5a91032508654a691fe116ec4821da98e9a1e35b6cb186bf9367ebdd9c42ac919e6fc44d2ba6938ad3bc1131b80655
 WHIRLPOOL 
1d30dd99ea6dc085f64c1b02ab0708f0c033e8d98f69ca431016da17eecc29f01489e5e253446bd542a4a9b770bcaee7b7a7bfa71e7520e7900094a9350c7f8f
 DIST cmake-3.3.1.tar.gz 6577869 SHA256 
cd65022c6a0707f1c7112f99e9c981677fdd5518f7ddfa0f778d4cee7113e3d6 SHA512 
bc60dd58f884467d7426f73c8e3e78b7ea0a0089f2577c596f34bcfc6d38dfd5d4034589c82dd9cadf138d619dbc4f0c4519faf0672b4578180de21b33f1
 WHIRLPOOL 
631b925dc8b60f57c573d7c220aaaf4193cb7a5fbd3537e96db6e17bbe537fa89398349763fce867b0e72af591cfcbab9b8cd570a613e7933a31788cfb771f2b
-DIST cmake-3.3.2.tar.gz 6578184 SHA256 
e75a178d6ebf182b048ebfe6e0657c49f0dc109779170bad7ffcb17463f2fc22 SHA512 
01bc0e6ca52a6836ef57360fb38dd92a4575bfa37bfe9625645db77fefd0c170383cfb07b61c6283bde96738ce1a5e18cb7569e7e0b7c98d4b99e86305c50180
 WHIRLPOOL 
7951dc18d695ca4554b287f91becd8ecb05324e10f9e2c9e34427d26db0d664ee7ab8a226eabed87d93087e41635059f96b1aaea503480f46a555cf3baae3ce7
-DIST cmake-3.4.3.tar.gz 6722311 SHA256 
b73f8c1029611df7ed81796bf5ca8ba0ef41c6761132340c73ffe42704f980fa SHA512 
a326c39cfe9f5408b4586ddd291cabfa400a2442947fb46d94dd6c44db3087c48c84a9a22ca5ed38707467448150383935ed59c669fbbfb20a968d4031eaaa11
 WHIRLPOOL 
fdb3b47a242523919a56a63bf8e778e875f5721c997cdc1a6098f24eec57dadecc44d13b35d74ef1276aebf6f5299c89d4c91ce03c282d081b03ebba29c1ddad
 DIST cmake-3.5.2.tar.gz 6863498 SHA256 
92d8410d3d981bb881dfff2aed466da55a58d34c7390d50449aa59b32bb5e62a SHA512 
7b08eb9f1b37993553f89c03eceedc465dc52b787dec99b78c74ebff2817d0aac9764e82ad835e8fc39f61cd2d2c0a3544d3f5ae299234ed52e9a940edf30b81
 WHIRLPOOL 
c255825aa024ba9feb51540ed2a36cfa73c6397356d18c5ff8f49258a4c30906c8ed5d7553e7d56f3c373418697f056f218f30aa409debab2303b0f9fa84
 DIST cmake-3.6.0.tar.gz 6897636 SHA256 
fd05ed40cc40ef9ef99fac7b0ece2e0b871858a82feade48546f5d2940147670 SHA512 
4e519fa30a6fee2fb0ef8df667504dfaba1f965c263fd4f42d17348c45cff33777de9a8c552b13da0bb4b9f1300a142f204a844eac03bdf431e826e8d7ba3505
 WHIRLPOOL 
4d2842efa7ae6bdfe5d1e0b773f8649a6dec7d23364f89570d442db2f4da033acd0023dd5cf80004a024b5c1ec142db284357a21c993bc84d0a07d8e0fb76c77

diff --git a/dev-util/cmake/cmake-3.3.2-r1.ebuild 
b/dev-util/cmake/cmake-3.3.2-r1.ebuild
deleted file mode 100644
index 90cc7bd..000
--- a/dev-util/cmake/cmake-3.3.2-r1.ebuild
+++ /dev/null
@@ -1,200 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-CMAKE_REMOVE_MODULES="no"
-inherit bash-completion-r1 elisp-common toolchain-funcs eutils versionator 
cmake-utils virtualx
-
-MY_P="${P/_/-}"
-
-DESCRIPTION="Cross platform Make"
-HOMEPAGE="http://www.cmake.org/;
-SRC_URI="http://www.cmake.org/files/v$(get_version_component_range 
1-2)/${MY_P}.tar.gz
-   
http://www.cmake.org/gitweb?p=cmake.git;a=patch;h=b9ec9392da21a3421e48c6961976060d872faffb
 -> ${PN}-3.3.1-FindPkgConfig_remove_variable_dereference.patch"
-
-LICENSE="CMake"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc emacs system-jsoncpp ncurses qt4 qt5"
-
-RDEPEND="
-   >=app-arch/libarchive-3.0.0:=
-   >=dev-libs/expat-2.0.1
-   >=net-misc/curl-7.20.0-r1[ssl]
-   sys-libs/zlib
-   virtual/pkgconfig
-   

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

2016-07-14 Thread Hans de Graaff
commit: 21d1008de5d52b8f5edf8bb0dc5f22c24868c8d9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul 15 04:58:15 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 15 05:30:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d1008d

dev-ruby/rack-cache: add ruby23

Package-Manager: portage-2.2.28

 dev-ruby/rack-cache/rack-cache-1.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rack-cache/rack-cache-1.6.1.ebuild 
b/dev-ruby/rack-cache/rack-cache-1.6.1.ebuild
index 120d56e..1ab036d 100644
--- a/dev-ruby/rack-cache/rack-cache-1.6.1.ebuild
+++ b/dev-ruby/rack-cache/rack-cache-1.6.1.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 # no documentation is generable, it needs hanna, which is broken
 RUBY_FAKEGEM_RECIPE_DOC="none"



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

2016-07-14 Thread Hans de Graaff
commit: 6e97fe62daa9020aed2b14642cbcf7a45253cbb5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul 15 05:37:57 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 15 05:37:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e97fe62

dev-ruby/stringex: add ruby23

Package-Manager: portage-2.2.28

 dev-ruby/stringex/Manifest  |  1 +
 dev-ruby/stringex/stringex-2.6.1.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/dev-ruby/stringex/Manifest b/dev-ruby/stringex/Manifest
index 925f97d..3f52e80 100644
--- a/dev-ruby/stringex/Manifest
+++ b/dev-ruby/stringex/Manifest
@@ -1,2 +1,3 @@
 DIST stringex-2.5.2.gem 128000 SHA256 
27a8ee92a808a83284438e51ed391f3539ae6b39731b95cb4ad940974f6d0a94 SHA512 
06905b5d59b40f59c0901bbaacbf303cd906be110cd69a4b8cc29cecd69b6aa73d80cee0c9c0e2014f662b9fca1611c0fe334fcba3c4fa686224dac94f4e0d41
 WHIRLPOOL 
21a66f7babd2424035e4874d9f5168736c81f6da8388764633d9618064998bfeb076076cfd0d9125583903be25070fa329c4e8fccd81ebb8f801c4447e6be7b4
 DIST stringex-2.6.0.gem 129536 SHA256 
15611e3765430e6e4cb794d289be6bb7b8a8c873d3ff6fd7dbf8c222c68f7ff6 SHA512 
a54bf6ab9fcb0a11f6e27a125e6b1d8a49fa0ef4ca703d512c99a20ad59316184017a30e8fede5e7df3449cac53a395f530dde2033d6b15ca540b2c51aab92eb
 WHIRLPOOL 
f9102672888332145cc7548f971d5cde6550391e155c4a27ec5796cfd6aa2cc92dcedd51d431705362fd5b7fe362a713aa718d5741eb35a56348a885f41426f6
+DIST stringex-2.6.1.gem 130048 SHA256 
e19fcf32cc429a12d454b14db3a43a6227ee9da233b10240fe1572c9aae7ce65 SHA512 
b2ca4de05a8a1e3ef9fa85324f2280a27de7ef04ac3eb0f76006e07d86e5fa0fc84acd4ee6d39f86416bc769cf4e2804421703533b8609a18228cdfeb769a841
 WHIRLPOOL 
41e78d6563c166bd2e933caee86d3f61538b60d643344a576c7d636d2664e885c95ff6fafaa42c0563aaf8b9ef8f246016523544dbf88bfc8686be2d34b4ddb1

diff --git a/dev-ruby/stringex/stringex-2.6.1.ebuild 
b/dev-ruby/stringex/stringex-2.6.1.ebuild
new file mode 100644
index 000..5d8da22
--- /dev/null
+++ b/dev-ruby/stringex/stringex-2.6.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_DOC_DIR="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Extensions for Ruby's String class"
+HOMEPAGE="https://github.com/rsl/stringex;
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+# we could rely on activerecord[sqlite3], but since we do not remove the
+# sqlite3 adapter from activerecord when building -sqlite3, it's easier
+# to just add another dependency, so the user doesn't have to change the
+# USE flags at all.
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/i18n-0.6.9:0.6
+   dev-ruby/redcloth
+   dev-ruby/test-unit:2
+   >=dev-ruby/activerecord-3
+   dev-ruby/sqlite3 )"
+
+all_ruby_prepare() {
+   sed -i -e '1agem "i18n", "~>0.6.9"' test/test_helper.rb || die
+}
+
+each_ruby_test() {
+   # rake seems to break this
+   ruby-ng_testrb-2 -Ilib -Itest test/unit/*/*_test.rb 
test/performance/*_test.rb || die "tests failed"
+}



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

2016-07-14 Thread Hans de Graaff
commit: eed6accc1feb52ed0ed077cb60372860940f836d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul 15 05:12:59 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 15 05:30:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eed6accc

dev-ruby/mime-types: add ruby23

Package-Manager: portage-2.2.28

 dev-ruby/mime-types/mime-types-2.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/mime-types/mime-types-2.6.2.ebuild 
b/dev-ruby/mime-types/mime-types-2.6.2.ebuild
index c8a0422..e330a47 100644
--- a/dev-ruby/mime-types/mime-types-2.6.2.ebuild
+++ b/dev-ruby/mime-types/mime-types-2.6.2.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="History.rdoc History-Types.rdoc README.rdoc"



[gentoo-commits] proj/musl:master commit in: sys-devel/m4/, sys-devel/m4/files/

2016-07-14 Thread Anthony G. Basile
commit: 00600c18886e5b41fcb27998aa200ab14b85b884
Author: Felix Janda  posteo  de>
AuthorDate: Sun Jul 10 19:39:07 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Jul 15 05:38:05 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=00600c18

sys-devel/m4: in tree version works

 sys-devel/m4/Manifest  |  6 ---
 .../m4/files/m4-1.4.16-fix-test-readlink.patch | 11 -
 sys-devel/m4/files/m4-1.4.16-gnulib-musl.patch | 18 
 sys-devel/m4/files/m4-1.4.16-no-gets.patch | 24 --
 sys-devel/m4/m4-1.4.16-r99.ebuild  | 53 --
 sys-devel/m4/metadata.xml  |  8 
 6 files changed, 120 deletions(-)

diff --git a/sys-devel/m4/Manifest b/sys-devel/m4/Manifest
deleted file mode 100644
index 384b034..000
--- a/sys-devel/m4/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-AUX m4-1.4.16-fix-test-readlink.patch 326 SHA256 
5d036a2aab097de8c0b83b6562732235e9863542478d302f5b96d58ee1fe9717 SHA512 
cd7a9efd742b7e4aeb2c3ba0b5fe089d21604ed1a59a90a123a29450f8866eae4f7444ad3c3e679e6ac55785f27162d26f8a890635e516876fd2415965320abb
 WHIRLPOOL 
688fc2d34e42148855501d71b2f80afed6b086ce22903088bd8a22b7a2ac5ca0f13194e5902c39b680be2be57053f2c5a1c43bdd050d841f786245413a657ba4
-AUX m4-1.4.16-gnulib-musl.patch 639 SHA256 
9508f42d238c19a778e7e992b809aa9b8dba49dfe29df1442e73c7f8d8f8372e SHA512 
de86188320a04851fe86547b28216db6e950ff4840ceb5fdd69bad925be273f96e87a288b57432bc726d41f9f354f1f02f7d3ce78395d6b74b353b17aa66f597
 WHIRLPOOL 
f29cb8fd76ec977a640f5ba83489d85b4fb756060b8d755efccb9764f64222eabdb84b9313f282331ca680e875e310a9984f74580441330bf9a332b4c33dcad3
-AUX m4-1.4.16-no-gets.patch 809 SHA256 
6059410a6ed64f68a07aa28cc65bc1c7ee6c6528f2750f1c5ba966d82eb521b3 SHA512 
eca7f8f669314fe824351e9c05fbd4d152afe2e434f083060ddc1fa47f65822f0147468260ad058890644e8aef68ec317c1003f45bcfe31d3884d62f029d9fd3
 WHIRLPOOL 
f12bb58b7ea491f3d764224fe52426db8d847f78e9908d8e2dd8f51add9b461fd8dd0296f9c07bd7dbc8aaab29c13aa1e3d361501318c67af236627138fca3e4
-DIST m4-1.4.16.tar.xz 1005264 SHA256 
d5b5d51cf8f5b18f3bac39bc2f6b1e61f34d400136ae1a87d075e26a38028d5d SHA512 
1123671ab3e0b1b13a4a08035e792a93af0d7d0a5b9027982fe7b5104488a0746906068a0f4774c1f1bc2648ba1bc74d690836e90ff9391464278e4ccbc7edf0
 WHIRLPOOL 
0438098dab71f6a66c2b18aed2941ef9a2152a8061c2f9903373a1348b261354429806c2bd313f55c7aaa612fe4c2f7628a1fff3c80819565df2a3b664485c23
-EBUILD m4-1.4.16-r99.ebuild 1357 SHA256 
1faea587553192a96589b33c5543c1d3c64c7195e4cf2df13d9378a2d8ac764b SHA512 
f18674bc83958d4da77551a551726353e83baa59f6085cb900cd6add017751c2a81c0300c1cd2941120ccbd7e6d1c2eaa3f22b0b3bb3a36fb26f4d42486839d7
 WHIRLPOOL 
618f8acc7aca4862d77a3e0c21d320336ddd8290a430ff86814c4db0717efdad9f2966c7c7af26036381e03a0311559174a2622bb1d89aa757278f00ec03a2a6
-MISC metadata.xml 253 SHA256 
d82c33ef453113a5c1ebe250dcba373c22934a69b0a86c6ab15a5ca589c25b91 SHA512 
54a9069aeb4165d2dff3d473c8001bc51613aac9dff3f7f5e9971a9891a737a31511ffa11cbd523febe581ac1d9de2bdf2f40410f0c4239138f2ccca3ef1
 WHIRLPOOL 
e5aee23acff864609953a1e4de768f0e4aef704b44c53c021f28573e1ca5c99f1a46d92935ecec2449f7b4419a36d8373127d0ecfa8d7bae72d835e1839eb3f8

diff --git a/sys-devel/m4/files/m4-1.4.16-fix-test-readlink.patch 
b/sys-devel/m4/files/m4-1.4.16-fix-test-readlink.patch
deleted file mode 100644
index bb887c4..000
--- a/sys-devel/m4/files/m4-1.4.16-fix-test-readlink.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 tests/test-readlink.h
-+++ tests/test-readlink.h
-@@ -38,7 +38,7 @@
-   ASSERT (errno == ENOENT);
-   errno = 0;
-   ASSERT (func ("", buf, sizeof buf) == -1);
--  ASSERT (errno == ENOENT);
-+  ASSERT (errno == ENOENT || errno == EINVAL);
-   errno = 0;
-   ASSERT (func (".", buf, sizeof buf) == -1);
-   ASSERT (errno == EINVAL);

diff --git a/sys-devel/m4/files/m4-1.4.16-gnulib-musl.patch 
b/sys-devel/m4/files/m4-1.4.16-gnulib-musl.patch
deleted file mode 100644
index 8bf0507..000
--- a/sys-devel/m4/files/m4-1.4.16-gnulib-musl.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -Naur m4-1.4.16.orig/lib/freadahead.c m4-1.4.16/lib/freadahead.c
 m4-1.4.16.orig/lib/freadahead.c2011-03-01 16:39:27.0 +
-+++ m4-1.4.16/lib/freadahead.c 2013-07-06 03:37:11.809388632 +
-@@ -25,6 +25,7 @@
- size_t
- freadahead (FILE *fp)
- {
-+#if 0
- #if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, 
Haiku, Linux libc5 */
-   if (fp->_IO_write_ptr > fp->_IO_write_base)
- return 0;
-@@ -82,4 +83,6 @@
- #else
-  #error "Please port gnulib freadahead.c to your platform! Look at the 
definition of fflush, fread, ungetc on your system, then report this to 
bug-gnulib."
- #endif
-+#endif
-+  return 0;
- }

diff --git a/sys-devel/m4/files/m4-1.4.16-no-gets.patch 
b/sys-devel/m4/files/m4-1.4.16-no-gets.patch
deleted file mode 100644
index bb8069b..000
--- a/sys-devel/m4/files/m4-1.4.16-no-gets.patch
+++ /dev/null
@@ -1,24 +0,0 @@

[gentoo-commits] proj/musl:master commit in: sys-apps/hdparm/files/, sys-apps/hdparm/

2016-07-14 Thread Anthony G. Basile
commit: 55c33db6fe5ebb7dca458924db5fd6d7d23f3a95
Author: Felix Janda  posteo  de>
AuthorDate: Sun Jul 10 19:39:55 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Jul 15 05:38:05 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=55c33db6

sys-apps/hdparm: In tree version works

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

 sys-apps/hdparm/Manifest |  6 ---
 sys-apps/hdparm/files/hdparm-9.45-musl.patch | 35 
 sys-apps/hdparm/files/hdparm-conf.d.3| 26 
 sys-apps/hdparm/files/hdparm-init-8  | 61 
 sys-apps/hdparm/hdparm-9.45-r99.ebuild   | 42 ---
 sys-apps/hdparm/metadata.xml | 11 -
 6 files changed, 181 deletions(-)

diff --git a/sys-apps/hdparm/Manifest b/sys-apps/hdparm/Manifest
deleted file mode 100644
index f76e682..000
--- a/sys-apps/hdparm/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-AUX hdparm-9.45-musl.patch 1096 SHA256 
8fc853886d40814cfcd21669cf261d122ed8f1903a2405c36f13943a3bb97da8 SHA512 
2518f3e447bb16ff02e8bc0d0d219ce88be6c48ea26f86c5fad3848377867a3bb8421bd3e349dc03716a6d28c4d18d6e05586c4e1b2f82bd9288af24af746631
 WHIRLPOOL 
c780dac1557c1147bbac4443191488a9fbcee03441f8d38570575ffda9ebdc3b40056a2de2595c3a7035f4ad6495f39f3929b4b0c3cdfdbdef23ccd533bc70a6
-AUX hdparm-conf.d.3 872 SHA256 
37c95ff723fa578e9039613d09dbf790d99113a318c065422986c744519214e9 SHA512 
968c6b9d26a71bf724728c259d35a499a644496875eac255dcac3cb4a7e5cadb677a4f6e5e0f8bbd7e1826b6fb77cb39af15b11d1e59b3e9daf9ba442b9e6f02
 WHIRLPOOL 
110d330860c4f5e3b1626b85ab369a02e5c092acf656edc845a2f311b5349644317ec2021063a0fb977d3b9851e0bb9c54fd66e814a080d6af3aa0f05fbd658b
-AUX hdparm-init-8 1366 SHA256 
f06714b70d9c14f9e55cb21c12a79d9bd9e9c04647751eaf2fdf57381fd7de62 SHA512 
39bdd79fcccd900370951f849ab425d2de01cedb063ec51a135013aaa7e5eacef9f5e89d936d677e920b17ad6a5052d812648f00048e672d6f26c6581c024c3f
 WHIRLPOOL 
0550594f3abe7ca9498495c19abbb505edf3ac8c8531f10444a132070756c9f02569a250cd3c957f0b4cf33810dd7b3ab3a10b37d9814ec785a0596c8ee561fe
-DIST hdparm-9.45.tar.gz 129410 SHA256 
23b01caa56a995cf0897877b6aff98ea622a5df255bc2894b1a7693387f38669 SHA512 
2692382f16fe9a87b7c9673bea44b8a9512b2449aaf18090f09c9e761fadc153f71d9779d063218f6951797649c0758f97242b7327da6653ea53991bf3da9eb8
 WHIRLPOOL 
6c424e265b7845afeff26f87654fbefe7d563404f2dee59f976594a87b375124262864305a14655bf5379e77e21bea0d8fb179e099374d7e8f952199f569ee58
-EBUILD hdparm-9.45-r99.ebuild 953 SHA256 
292d3e5782c92375b907465276238860866dd2ddd1fb3c960136a71819fd3787 SHA512 
3e9daf297361a50a566d39f89c5c93b067a05844fae9b7964c9ef644ddac0eefa0c74561279993957ccc5a23cdaa5ccdddb92e73f805434de16a3254e2477ce6
 WHIRLPOOL 
c40a19b57f75590c089120988fc972b3b298ca4cc2c6891d74a3dc7c02d680eb2c2f0930f1f497e09c1f4c42f0ec4c90ed4db5b035598d34a80491ee5a5c42ef
-MISC metadata.xml 326 SHA256 
7be17151b3f5f5c65b8edad44e9c49ac62d306f856a257b67e0f01a1d6b1796d SHA512 
39219fcef0756910c51e804cf94170408208840e7b88d99b4583f8fcfb02e1664358f9d4bf4c3f1a1a619b6a87852bc4831c93f10215500842023132a85c2287
 WHIRLPOOL 
0c72b42d0ce47a7985115e1f65cd3a25bee06d41807b746e32966d69de586d4a84e22ffba08d1fbe0f0526d80074d8433813652e4512cadee0bbc847dac19e1b

diff --git a/sys-apps/hdparm/files/hdparm-9.45-musl.patch 
b/sys-apps/hdparm/files/hdparm-9.45-musl.patch
deleted file mode 100644
index a9fe0aa..000
--- a/sys-apps/hdparm/files/hdparm-9.45-musl.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-diff -ur a/hdparm-9.45/fallocate.c b/hdparm-9.45/fallocate.c
 a/hdparm-9.45/fallocate.c  2010-10-04 20:38:39.0 -0100
-+++ b/hdparm-9.45/fallocate.c  2015-01-28 21:19:59.201795557 -0100
-@@ -27,7 +27,7 @@
-   err = EINVAL;
- #else
-   int fd;
--  loff_t offset = 0, len;
-+  off_t offset = 0, len;
-   int mode = 0;
- 
-   fd = open(path, O_WRONLY|O_CREAT|O_EXCL, 0600);
-diff -ur a/hdparm-9.45/hdparm.h b/hdparm-9.45/hdparm.h
 a/hdparm-9.45/hdparm.h 2014-09-27 14:31:18.0 -0100
-+++ b/hdparm-9.45/hdparm.h 2015-01-28 21:19:08.662427386 -0100
-@@ -1,7 +1,7 @@
- /* Some prototypes for extern functions. */
- 
- //#undef __KERNEL_STRICT_NAMES
--#include 
-+#include 
- 
- #if !defined(__GNUC__) && !defined(__attribute__)
- #define __attribute__(x)
-diff -ur a/hdparm-9.45/sysfs.c b/hdparm-9.45/sysfs.c
 a/hdparm-9.45/sysfs.c  2010-10-04 20:39:20.0 -0100
-+++ b/hdparm-9.45/sysfs.c  2015-01-28 21:19:25.692214485 -0100
-@@ -13,6 +13,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- 

diff --git a/sys-apps/hdparm/files/hdparm-conf.d.3 
b/sys-apps/hdparm/files/hdparm-conf.d.3
deleted file mode 100644
index a1ae626..000
--- a/sys-apps/hdparm/files/hdparm-conf.d.3
+++ /dev/null
@@ -1,26 +0,0 @@
-# /etc/conf.d/hdparm: config file for /etc/init.d/hdparm
-
-#
-# Note that options such as -y which force *immediate* power saving options
-# should generally not be placed here.  

[gentoo-commits] proj/musl:master commit in: media-libs/libdvbpsi/, media-libs/libdvbpsi/files/

2016-07-14 Thread Anthony G. Basile
commit: f789eb494b057136d9dfc8cb2b6f9103ca56f470
Author: Felix Janda  posteo  de>
AuthorDate: Sun Jul 10 19:39:49 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Jul 15 05:38:05 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=f789eb49

media-libs/libdvbpsi: In tree version works

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

 media-libs/libdvbpsi/Manifest  |  4 --
 .../libdvbpsi/files/libdvbpsi-1.2.0-musl.patch | 10 -
 media-libs/libdvbpsi/libdvbpsi-1.2.0-r99.ebuild| 47 --
 media-libs/libdvbpsi/metadata.xml  |  5 ---
 4 files changed, 66 deletions(-)

diff --git a/media-libs/libdvbpsi/Manifest b/media-libs/libdvbpsi/Manifest
deleted file mode 100644
index 47b6041..000
--- a/media-libs/libdvbpsi/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX libdvbpsi-1.2.0-musl.patch 239 SHA256 
4cf3301597bf520ef62750275f29273df553516230d73b0150d08c706fbcb727 SHA512 
c81eecebd0bca9320bd2cf906e78d828b5463c4cc04f93e3ce1e20b9e31c33b51eb38961865495ff044983ca648d83d19041caf13d0abd8fc39192cf8f118de8
 WHIRLPOOL 
fc103b1466b7288c8e83d38789765e0d29805772d9a0254a1fbed5641553bc83515a5270b10bfe171764f8abf0b865c9076fa4af9a1f77d4a502afd90926b5eb
-DIST libdvbpsi-1.2.0.tar.bz2 461372 SHA256 
36d9b233306e48b58999e87864253b564e20932ed46a485e44ef7058f1f927e8 SHA512 
951db13f5645d4d6a160719fc6ac97fd31a32d5d17cb8e26db94702e65b6fac3d4e7a99c3c417e09fe5ce33f3b0c0ef86206c77b36816dcd8a3bd5b0bb4a9684
 WHIRLPOOL 
103c602d65177a973c073e09b62765ac28ad30eddc1ad9c3a1dc70d6c93e41599f97c2c0fa6c99f7309e51b7d2aee9d2bb5e3cdcfb2b44929105cfc2cc4f66b3
-EBUILD libdvbpsi-1.2.0-r99.ebuild 955 SHA256 
0d18fa8213751d21f6e904049b514d686852e7021fa34c5e6ef604fa961fdd4c SHA512 
a6082248d6d0ecc65a5d17b2e877323982b5bf391be1592e46b764391c8a56cb4ebd0d86f01efbed13f8583a510284525e566017c4be1418a8ffa01a004027a2
 WHIRLPOOL 
140b518bd8b04f5b6645cae236dec145320818a7a5070ec68e60115bfd088562590259b17b07d58f522a0f9fa38114343fdf019d54eb71054e491a5247e538d5
-MISC metadata.xml 212 SHA256 
1de5b77b4ff39f75e4d7c47828c9010d16af3e949ccf9e06e936ba0fa082eeb0 SHA512 
ad3eb8c559c56e2fc097ed106671a78bb16ea63253de1786772a1b914833c2af673da087899e1b06f5db150c283cccb81fe8591c257f91913f2ae22a039b
 WHIRLPOOL 
4b7d234f23500c9490aad41bad148d212555278a8454d0d151d3909c44188fa640a752f237a0f7cd5560892091e736581b4ce6a1fe472e446434bc75c46b6580

diff --git a/media-libs/libdvbpsi/files/libdvbpsi-1.2.0-musl.patch 
b/media-libs/libdvbpsi/files/libdvbpsi-1.2.0-musl.patch
deleted file mode 100644
index ed7372b..000
--- a/media-libs/libdvbpsi/files/libdvbpsi-1.2.0-musl.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 a/libdvbpsi-1.2.0/src/descriptor.c
-+++ b/libdvbpsi-1.2.0/src/descriptor.c
-@@ -29,6 +29,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- #if defined(HAVE_INTTYPES_H)
- #include 

diff --git a/media-libs/libdvbpsi/libdvbpsi-1.2.0-r99.ebuild 
b/media-libs/libdvbpsi/libdvbpsi-1.2.0-r99.ebuild
deleted file mode 100644
index 96f6fa7..000
--- a/media-libs/libdvbpsi/libdvbpsi-1.2.0-r99.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="library for MPEG TS/DVB PSI tables decoding and generation"
-HOMEPAGE="http://www.videolan.org/libdvbpsi;
-SRC_URI="http://download.videolan.org/pub/${PN}/${PV}/${P}.tar.bz2;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 arm ~mips ppc x86"
-IUSE="doc static-libs"
-
-RDEPEND=""
-DEPEND="
-   doc? (
-   app-doc/doxygen
-   >=media-gfx/graphviz-2.26
-   )" # Require recent enough graphviz wrt #181147
-
-DOCS=( AUTHORS ChangeLog NEWS README )
-
-src_prepare() {
-   epatch ${FILESDIR}/${P}-musl.patch
-   sed -e '/CFLAGS/s:-O2::' -e '/CFLAGS/s:-O6::' -e '/CFLAGS/s:-Werror::' 
-i configure || die
-}
-
-src_configure() {
-   econf \
-   $(use_enable static-libs static) \
-   --enable-release
-}
-
-src_compile() {
-   emake
-   use doc && emake doc
-}
-
-src_install() {
-   default
-   use doc && dohtml doc/doxygen/html/*
-   rm -f "${ED}"usr/lib*/${PN}.la
-}

diff --git a/media-libs/libdvbpsi/metadata.xml 
b/media-libs/libdvbpsi/metadata.xml
deleted file mode 100644
index d76dee6..000
--- a/media-libs/libdvbpsi/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-lord...@gentoo.org
-



[gentoo-commits] proj/musl:master commit in: net-dialup/linux-atm/, net-dialup/linux-atm/files/

2016-07-14 Thread Anthony G. Basile
commit: 73da31ad02e1568ab43beb04ae8bb38f8f1a172c
Author: Felix Janda  posteo  de>
AuthorDate: Sun Jul 10 19:39:27 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Jul 15 05:38:05 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=73da31ad

net-dialup/linux-atm: improve mask-on_exit.patch

 net-dialup/linux-atm/Manifest|  2 +-
 .../linux-atm/files/linux-atm-2.5.2-mask-on_exit.patch   | 16 
 2 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/net-dialup/linux-atm/Manifest b/net-dialup/linux-atm/Manifest
index 75fe12c..ff5f496 100644
--- a/net-dialup/linux-atm/Manifest
+++ b/net-dialup/linux-atm/Manifest
@@ -1,5 +1,5 @@
 AUX linux-atm-2.5.2-headers.patch 646 SHA256 
1af9ad2106d0a6e53cc360e1f052db1437c8286481c9b4cd4166018e9413e26d SHA512 
4248a0063de9723ca6a3abdd07c5c3f4bda5a43f21bb5d19f931e898abd3e10f52b20c9d1a21415a17bee70ac6bdba83e13704f2a7c5489fb12d6e93a5a8e113
 WHIRLPOOL 
1897069af35688e102c4ff957b098720a5b659beeb06eb4fcf9d754286677b6677e50149b2a59e25357ad9fc903fc25a5e0ea817d0580c7041f293a526b6e6d7
-AUX linux-atm-2.5.2-mask-on_exit.patch 486 SHA256 
4daf19533f682b93c1040b90d80540ce7868474475a687a850693637a2eb659e SHA512 
c5fa90cba6e322e2c779e8176007338d0d3f8e844b66f52e4a19523f7f1d0a406f7d32c4870d2670d207a76149621ebcfc3fec34f53ec844e0976bb01cef192e
 WHIRLPOOL 
402bbc5e2c1f3e46fe40dfb778ead29fb0b61cae0d645b38f6cb5a1d674619399023439c7ad2e6151dc616003a0825cb456cdcb7db0d423da6dcd81ee9cb2037
+AUX linux-atm-2.5.2-mask-on_exit.patch 679 SHA256 
46d5dfb57b99fa127d19eae871e63925fca32ebf7a4ead4f3f1da8460e133111 SHA512 
cf36d15271c02924893fa52c255e8364caf9904b5a644c4850c7b716a33137763ed2f7512f74a713a8f30e063c9029ec94b2f2b5454b30b6e32f0f1ef0d45a5b
 WHIRLPOOL 
d1f697a272794615935e2f69afa2492a887013ff9a1903fd5e44b55aab2aa3869bbb71b320bd141b190fcd363d1f1966db718523bb4d265ce97d852dcefae024
 AUX linux-atm-2.5.2-remove-SYS_poll-hack.patch 654 SHA256 
5d167f63b7d57b4165cac106b83568bc8bc9a540cf25f79f8f071b0b36fbab2c SHA512 
6347356b3f160e62fd8b2578503c29f920bfa404a73553f9cde35f2bdde2d001aa5df490c3a348decff1e915ab34e99989aa0ea517a8c31fb097e108d51ab0e8
 WHIRLPOOL 
b818c13ffa1d44ebb06d6484f0497dff914fa4570b5c15a07b3d83efa16faf60a311195bb46e6e5802fac65d639d7758b67ce8296b955e6222ded6d92b41055e
 DIST linux-atm-2.5.2.tar.gz 1082256 SHA256 
9645481a2b16476b59220aa2d6bc5bc41043f291326c9b37581018fbd16dd53a SHA512 
0a50e91513e4e1f882dc6f4792dc032e89497ff745c0eaea0c0c848b0f84e40d19e038e4ab5aa70c1f915c28a9f845340c332ac5c3ae838b8f539466e10a0a08
 WHIRLPOOL 
ddff2b022bd94a64662e2feb8588b0b7a1d33380aaca91888d57c90602ec777f8db308f62b33846f9b2f40dfd7d6b40ca4ddd9d430e1c6bc8a36cdbb4e370771
 EBUILD linux-atm-2.5.2-r99.ebuild 949 SHA256 
9c3c40796767af252d7be86c59c8cf9cb5b6a2c35d31f7776d82e132a09ac8c8 SHA512 
8a6729fbd67b76ed627c4c161f20822d03650ee76287f6548a4cc7ca4db4045119337380b32070810d56dfc2424ca1b40e8ce3201c09a646193847da5cc2a57a
 WHIRLPOOL 
c2df73ff95fb26201c535b2bd83fe5688d969c9ef6c6321900a515611121c3c56e415d16987267b7387ce88b1e80a248eeda5eed6738415565841a0613174d0c

diff --git a/net-dialup/linux-atm/files/linux-atm-2.5.2-mask-on_exit.patch 
b/net-dialup/linux-atm/files/linux-atm-2.5.2-mask-on_exit.patch
index db1e1c0..7e526f1 100644
--- a/net-dialup/linux-atm/files/linux-atm-2.5.2-mask-on_exit.patch
+++ b/net-dialup/linux-atm/files/linux-atm-2.5.2-mask-on_exit.patch
@@ -2,13 +2,21 @@ diff --git a/linux-atm-2.5.2.orig/src/sigd/atmsigd.c 
b/linux-atm-2.5.2/src/sigd/
 index 52e41c7..3546f65 100644
 --- a/linux-atm-2.5.2.orig/src/sigd/atmsigd.c
 +++ b/linux-atm-2.5.2/src/sigd/atmsigd.c
-@@ -517,7 +517,9 @@ int main(int argc,char **argv)
+@@ -283,7 +283,7 @@
+ /* --- main ...  --- 
*/
+ 
+ 
+-static void trace_on_exit(int status,void *dummy)
++static void trace_on_exit(int status)
+ {
+ char path[PATH_MAX+1];
+ FILE *file;
+@@ -517,7 +517,7 @@
exit(0);
}
  }
-+/* on_exit() is not implemented on musl.
- (void) on_exit(trace_on_exit,NULL);
-+*/
+-(void) on_exit(trace_on_exit,NULL);
++(void) atexit(trace_on_exit);
  poll_loop();
  close_all();
  for (sig = entities; sig; sig = sig->next) stop_saal(>saal);



[gentoo-commits] proj/musl:master commit in: sys-process/procps/files/, sys-process/procps/

2016-07-14 Thread Anthony G. Basile
commit: 88b4780c3fcf0a075757da0298412fee079fe78f
Author: Felix Janda  posteo  de>
AuthorDate: Sun Jul 10 19:39:21 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Jul 15 05:38:05 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=88b4780c

sys-process/procps: in tree version works

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

 sys-process/procps/Manifest| 14 -
 .../procps/files/procps-3.3.6-error_at_line.patch  | 12 
 .../procps/files/procps-3.3.8-kill-neg-pid.patch   | 46 
 .../procps/files/procps-3.3.8-no-GLOB_TILDE.patch  | 12 
 .../procps/files/procps-3.3.8-no-error_h.patch | 54 --
 .../procps/files/procps-3.3.9-configure.patch  | 13 -
 .../procps/files/procps-3.3.9-no-error_h.patch | 64 --
 sys-process/procps/metadata.xml| 15 -
 sys-process/procps/procps-3.3.10-r99.ebuild| 63 -
 sys-process/procps/procps-3.3.8-r99.ebuild | 56 ---
 sys-process/procps/procps-3.3.9-r99.ebuild | 56 ---
 11 files changed, 405 deletions(-)

diff --git a/sys-process/procps/Manifest b/sys-process/procps/Manifest
deleted file mode 100644
index 0e14650..000
--- a/sys-process/procps/Manifest
+++ /dev/null
@@ -1,14 +0,0 @@
-AUX procps-3.3.6-error_at_line.patch 325 SHA256 
642eb70e9165f3cf18b7ca3afe370f93991b32bc0271c9e1064c774dd2fadbb3 SHA512 
fd0fd437deb7c1ac683ca90f3e94d14b35f3e9d19422e84f59b74d7530f204a04a289e5397d986536adffb2a30611ec5a8486bc9f01a32708d9025d3fb7c98b9
 WHIRLPOOL 
f0f2da5452a8a1817a48a76723f6d02eddb856e8e69bac8ec8d87891a7f94f10c8945dba5c501cdc0d3f52fe690940524d0ae2c32868a3aa48155e54ffd2c3af
-AUX procps-3.3.8-kill-neg-pid.patch 1446 SHA256 
847c21f6619c7aa0f2847726a17595f986ec2fe0f361d95e17812639abe32a79 SHA512 
3ed4e83d81f7dd574ff68bbcae9ad9f8649a39d46a17de5fd4297f215d8f70cd28e415b1d3c7b5142e7719343af28f4b393061a60eb012caece81dfe5ff6c271
 WHIRLPOOL 
cf452118312e60a0bab7a4ec87bed9a9d2f5fb8bb563769a0430f11c72348e5be79bdfc031f67f4e97e0bf9b32f6ccd1ac590f392c95ee935b77b857ce1b1739
-AUX procps-3.3.8-no-GLOB_TILDE.patch 466 SHA256 
17b3e7360d740c97b842e1c68cd863bb66b13b1539b6ead7435d75c1daf5f48a SHA512 
9fc13cff6c310080f5af8a2fa83e88d88ff741046c988ae806ce010b37cfd38a770726bc98bb50b9532c5c1679f7da45b12803f55e4e40638daf4dd55c58b84f
 WHIRLPOOL 
d791950607fd06a8bfeccf21fd17a454f3c3a207f562bcebdd1c521f0afecdd8a358dec8a4277951eed0f71a7210ba89bae2f9e8887043e39169aab7bd9c6269
-AUX procps-3.3.8-no-error_h.patch 1394 SHA256 
2535f3cafc047aff6ddb879dc31479d95b445130471934a48d9aaa25835b91f3 SHA512 
0c4dd060f93dca15fc36a0a4640909dd1782dc7af96ada62ec42a0d4f2831ccd1e274c14136d0df679b7066316dc44203267c077a875f6183df131b90c6f2a26
 WHIRLPOOL 
8232a4c92687ea8334ab933947fee107a1e7d712dbd3dbff4030353e41fd83384772b24a6acaa8335245205d06dedcf3ad28a5f642dd141882a73332d5c36920
-AUX procps-3.3.9-configure.patch 462 SHA256 
d5d1274b7a41d2e2c6ccdada90f5107cbbc416b6b977e44da3bde2e299085ab2 SHA512 
197c22cd86e601f77a6fa86d6bfcae6019982d4faad50aaf1c002d093f961cb8f664169b8b90f17572511c7fdd2b3afe6cc655793abf8bce4257c603be47ade5
 WHIRLPOOL 
6ee6d5ad2c24a17722613847fced3e6d962f1a4f4af3f4bc9c87aec269ee43f825effcb5308f496a9c78f8ea61ca8295ff598142ee005abeaee62a9b76ee0da9
-AUX procps-3.3.9-no-error_h.patch 1587 SHA256 
0ed0d24f05ff23f83bd8cafa45e07cd015d45b394dadad76f3deea2316211465 SHA512 
f05db99409189c3e284d65faa7ca9d267ab8cb111d5958bb722f57919fe45cbb00332d0c1b1f9f666b492ba657e0ea6bf931b9c71d4dfc5b69775fcf18acf480
 WHIRLPOOL 
f41d32288b340e8de389034b60afd6b3b011f565e63b27b98d429fe4be1f73e90a72f35e550706dc5d5f856e4b9b540b6cfcbc4ec504ae3aea9ff374d86027d8
-DIST procps-3.3.8-respect_epipe_in_fileutils.patch 1412 SHA256 
4a56c88697fa6099a62a4169838c9c04df2c2c2bbc08e9ad9953e5b00df16d68 SHA512 
317fc8e7c3fbd280182f55b399a30b2cfbc72268590825ea323537361cd761776afe1486509cb04ae937287ccf11578def5aac2eaa0fe660d04f0357282d9c14
 WHIRLPOOL 
f8fdac8a172037edf51e1e777374293848afaa2180adc35adce5bf8ebefceb37df30082b27f6d6f1f5a571ba0f84bdfff9fc6c2343f120ce5c80b2f52e1804ac
-DIST procps-ng-3.3.10.tar.xz 657232 SHA256 
1759229cd0d97da3d200d5599c4ea82726d61fae9c4b7d3edd52c544962791b7 SHA512 
cbfa49e79a88a8e7066a9c316ef089f15fa825c5bfbc22ab8a83f53c6f367a7c586cef9c403e360d373d824c471533a15ddb11cd30c561650e6879fe687e7e4f
 WHIRLPOOL 
723dd1c00578a7fa7e3ff47bed60283c30850cc8ae8069c704ba648792809a67c5944dbfd9b7b0159e0be83215b61e6b71b2d76e65b3619aed54223900ffed9b
-DIST procps-ng-3.3.8.tar.xz 553056 SHA256 
a4109cfb6fe3bcfb5a0efb37efe04d0c8ce858bff3820d48cc258bad41bed46b SHA512 
63ba13f9ef0f4558748c6b2d1b0719a1173bd87e38279e3b052a10e207e1b808626d031f16dd65b05c55708366df7350cb0a64da8dc20e7f9f1fdc1cd2417c71
 WHIRLPOOL 
671860af1f028c9c8c7bb0c035db86e3e13d9d754801e7a3f19105710bb9720bbfa627e4e748b823192286319fe4e7e736c1af5a3fb34116cbe93386b0d2bed6
-DIST procps-ng-3.3.9.tar.xz 560812 SHA256 

[gentoo-commits] proj/musl:master commit in: sys-apps/kbd/files/, sys-apps/kbd/

2016-07-14 Thread Anthony G. Basile
commit: eb56230933b2ce68f9532e08c9ea678ea4a37eb5
Author: Felix Janda  posteo  de>
AuthorDate: Sun Jul 10 19:39:42 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Jul 15 05:38:05 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=eb562309

sys-apps/kbd: In tree version works

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

 sys-apps/kbd/Manifest  |  10 --
 .../kbd-1.15.5-fix-struct_winsize-collision.patch  |  11 --
 sys-apps/kbd/files/kbd-1.15.5-loadkeys-parse.patch |  90 -
 .../kbd/files/kbd-1.15.5-musl-headers-error.patch  | 115 
 sys-apps/kbd/files/kbd-2.0.0-tests.patch   |  31 -
 .../kbd/files/kbd-2.0.2-musl-headers-error.patch   | 147 -
 sys-apps/kbd/kbd-1.15.5-r99.ebuild |  52 
 sys-apps/kbd/kbd-2.0.2-r99.ebuild  |  64 -
 sys-apps/kbd/metadata.xml  |  11 --
 9 files changed, 531 deletions(-)

diff --git a/sys-apps/kbd/Manifest b/sys-apps/kbd/Manifest
deleted file mode 100644
index f638e03..000
--- a/sys-apps/kbd/Manifest
+++ /dev/null
@@ -1,10 +0,0 @@
-AUX kbd-1.15.5-fix-struct_winsize-collision.patch 366 SHA256 
510856ce92915a2f2c2547b99761a5c62c5ca452a6a57a43c2ec3392509fa3b6 SHA512 
19f0623b594796e7bf3f82421d46fefcf9acc210683b4915d5ae6a0ddf026ccd373abb9f0cfb7d8ad99cc19443b5e585150f480653e360efb76dfdd722c801d2
 WHIRLPOOL 
8c7fd883c3b2b032ff0790514d519083a9a8dad09cfa3ad931ad9423d6ec511c2ab15938ba30c98fb986875dec44d0c5d3382cc223542f91d36ffb880e368e16
-AUX kbd-1.15.5-loadkeys-parse.patch 2163 SHA256 
8fa928854ee1e3298df99e600cfdb08ccf8b44b7a7fc42423569fecc9365aa22 SHA512 
c338c5f5ee9054f3dfc62646f9e8a47a577fc55dbc4723a04f006afa6c966ac5b056b744c49d4bdfcd80d69e64af20b0f71cc9cfff23db9f017adb32bd6d9d7d
 WHIRLPOOL 
26b1adadc347b534675c7426eb9aca535556b81cffdd1ccd7ef50c603e127c1f9f6774af1b8050c67fc81daefe0c33da4593f74d3b77c47a089d6772363153e8
-AUX kbd-1.15.5-musl-headers-error.patch 3456 SHA256 
5ada44aa9dc55385cb55d5b22a3d657e932652b8a0b0f261de91c635450e734c SHA512 
56dd0fca91284ef76a5265cc92c08ac404b3ed2fde9d02a7d631d27ae380dde75343a889bdd7d320daa09212db1ae70a2f8b91ddc42513133fefa78da59e9b36
 WHIRLPOOL 
4908b996e41abead43259680630885ac65fc45cb0d75677302a32324c082b1c56927e73cdda16c37250d00d8e9820e56b624e7e21d12247e8a5489cdfaf540eb
-AUX kbd-2.0.0-tests.patch 747 SHA256 
b1bd608043ecd19a9f0a9431afd4f3202e4d953b7f5c361d3e5949de65eda852 SHA512 
408df2b4a9409c10c350d4c879a273cf7126ba58b49546a910cc93e0fd3119014a32b3e8b9c19eddecc9f601aa9d2a1b2b25c563f9529691c2d44f8db4cd0974
 WHIRLPOOL 
27e78a5dfb6d4ee3e117cbbfdd3025ee99980201e590c4631fab399a89a408a5275d17beac60da2364d2dfaf7f9e1cfda5c8cc8e74713d4160241bffd41c9b6a
-AUX kbd-2.0.2-musl-headers-error.patch 3327 SHA256 
93add08a331bf538a3894a302fd9f5dc8631043feba7d1441773800f4d47e07c SHA512 
4411480ed84e992cf8ede1f54983ef804cc2ce4ce3a952127454188a6a341293cb2ddfc26d61a04d678c8a58b311d6df78f4c406b475dbe18c379e36ee5406dd
 WHIRLPOOL 
8512ed0f2738a9b4a69e6028c0c10b1adfde4537ad66a0b4393842df49475c7be94abe709556834a96d2781142a09acde7fc2fb9fdb9b3853c7b7440ac9432d9
-DIST kbd-1.15.5.tar.gz 1730719 SHA256 
e35fa29f690dbbfb721706b2c8edc760c697640904fec65e81194ae8840c5c62 SHA512 
725853b0ecde6a38976e2bae5672b8de78bfc90d65a0762695964a6dab729c96be4af778fe7f0f195caae04d630b07a3d0d95c9c928d1a5609e223e47723e58c
 WHIRLPOOL 
431873623d4125b73622894c511711a2153fae498a17dc59851219405c69a641c24bb591fa66001eb4cc7491fc4f90e532661c2bf56f69e2a17dd435d1e14ace
-DIST kbd-2.0.2.tar.xz 1023980 SHA256 
9dfddabf96012e329c4bebb96a21aeef7c3872f624e96e8156ba542b82aeb912 SHA512 
8159383f94242f06c701dfd5400e35bd3a76494a643f738d98c6713bcb20034065b49f31f66e8bf19e6829a30be97fbeee43ed8ad276febb98e28b3bf82972fa
 WHIRLPOOL 
e6a5be104b11266f8be9ba653e9e0de701cdf4c56b249af9bc52ea5eea374d1de82e3f4a02214552750adebb8ae21c8c964a4161d661e460f765306920e23849
-EBUILD kbd-1.15.5-r99.ebuild 1114 SHA256 
749cd71813a800b98f5a8d2f5bc99514095cce7e9705632369f32213002fcc5a SHA512 
4e4a3c46b2385f43934ac3b4cdc9fed46005ec8a8e5cf7171db236804ceff310335cb59a750ce13269ce0a62d16afc612b7021360f3415d798b152ee67e9bda6
 WHIRLPOOL 
4580d9dec1b5ba25e3764ec1ada21d766c7175bbb3156ff776a974903f718172c8184a9db177eebb06dd95463af11e9da7745da32277f922f5c73cfe766d16d8
-EBUILD kbd-2.0.2-r99.ebuild 1423 SHA256 
b92d09286be1d017985d6bdd7af835023a4f50e6b4113e29da69e34c13af534e SHA512 
90fd8bd4022c84eae0c4e486a9e1771c2213113d5b084790522d48cbdd923e9b523b835d07564974b0fa6e7edc229a9f8129df1eb07332bac37754af7ead32ff
 WHIRLPOOL 
f7814b63266dd0bd68e42f8c2aa002d92c2fb749ca4c51df7d814707f40ce3a536a1398694add80c3614b4ad20243208549c293bf777e6276edcd2f6a005bb5b
-MISC metadata.xml 321 SHA256 
1462f761b68587fc7326d39bcc0cd09d6ec204d7a4b3fa56183c018091599122 SHA512 
f00b80d88f4647f210c28f95f8dc81fc8ff3bcbe74e6429e9d5dd92e57588297aafee968b8a3cad2db3b2010fd9ebc400975ca59ffcd62370afa799745dda641
 WHIRLPOOL 

[gentoo-commits] proj/musl:master commit in: sys-libs/pam/files/, sys-libs/pam/

2016-07-14 Thread Anthony G. Basile
commit: 229987ac804f7f86db7075faa2bc217088ee5899
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Jul 15 05:39:14 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Jul 15 05:39:14 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=229987ac

sys-libs/pam: drop older version

 sys-libs/pam/files/pam-1.1.8-doc-install.patch | 142 -
 sys-libs/pam/files/pam-1.1.8-fix-compat.patch  |  21 ---
 sys-libs/pam/files/pam-1.1.8-innetgr.patch |  54 ---
 sys-libs/pam/pam-1.1.8-r99.ebuild  | 205 -
 4 files changed, 422 deletions(-)

diff --git a/sys-libs/pam/files/pam-1.1.8-doc-install.patch 
b/sys-libs/pam/files/pam-1.1.8-doc-install.patch
deleted file mode 100644
index bdd5b9d..000
--- a/sys-libs/pam/files/pam-1.1.8-doc-install.patch
+++ /dev/null
@@ -1,142 +0,0 @@
-https://bugs.gentoo.org/473650
-https://fedorahosted.org/linux-pam/ticket/31
-
-fix doc installs when doing out of tree builds
-
 a/doc/adg/Makefile.in
-+++ b/doc/adg/Makefile.in
-@@ -463,17 +463,17 @@ install-data-local:
-   $(mkinstalldirs) $(DESTDIR)$(docdir)
-   $(mkinstalldirs) $(DESTDIR)$(pdfdir)
-   $(mkinstalldirs) $(DESTDIR)$(htmldir)
--  test -f html/Linux-PAM_ADG.html || exit 0; \
-+  test -f html/Linux-PAM_ADG.html -o -f $(srcdir)/html/Linux-PAM_ADG.html 
|| exit 0; \
-   $(install_sh_DATA) html/Linux-PAM_ADG.html html/adg-*.html \
-   $(DESTDIR)$(htmldir)/ || \
-   $(install_sh_DATA) $(srcdir)/html/Linux-PAM_ADG.html \
--  $(srcdir)/html/sag-*.html \
-+  $(srcdir)/html/adg-*.html \
-   $(DESTDIR)$(htmldir)/
--  test -f Linux-PAM_ADG.txt || exit 0; \
-+  test -f Linux-PAM_ADG.txt -o -f $(srcdir)/Linux-PAM_ADG.txt || exit 0; \
-   $(install_sh_DATA) Linux-PAM_ADG.txt $(DESTDIR)$(docdir)/ || \
-   $(install_sh_DATA) $(srcdir)/Linux-PAM_ADG.txt \
-   $(DESTDIR)$(docdir)/
--  test -f Linux-PAM_ADG.pdf || exit 0; \
-+  test -f Linux-PAM_ADG.pdf -o -f $(srcdir)/Linux-PAM_ADG.pdf || exit 0; \
-   $(install_sh_DATA) Linux-PAM_ADG.pdf $(DESTDIR)$(pdfdir)/ || \
-   $(install_sh_DATA) $(srcdir)/Linux-PAM_ADG.pdf \
-   $(DESTDIR)$(pdfdir)/
-@@ -486,18 +486,18 @@ uninstall-local:
- 
- releasedocs: all
-   $(mkinstalldirs) $(top_builddir)/Linux-PAM-$(VERSION)/doc/adg/html
--  test -f html/Linux-PAM_ADG.html || exit 0; \
-+  test -f html/Linux-PAM_ADG.html -o -f $(srcdir)/html/Linux-PAM_ADG.html 
|| exit 0; \
-   cp -ap html/Linux-PAM_ADG.html html/adg-*.html \
-   $(top_builddir)/Linux-PAM-$(VERSION)/doc/adg/html/ || \
-   cp -ap $(srcdir)/html/Linux-PAM_ADG.html \
-   $(srcdir)/html/adg-*.html \
-   $(top_builddir)/Linux-PAM-$(VERSION)/doc/adg/html/
--  test -f Linux-PAM_ADG.txt || exit 0; \
-+  test -f Linux-PAM_ADG.txt -o -f $(srcdir)/Linux-PAM_ADG.txt || exit 0; \
-   cp -p Linux-PAM_ADG.txt \
-   $(top_builddir)/Linux-PAM-$(VERSION)/doc/adg/ || \
-   cp -p $(srcdir)/Linux-PAM_ADG.txt \
-   $(top_builddir)/Linux-PAM-$(VERSION)/doc/adg/
--  test -f Linux-PAM_ADG.pdf || exit 0; \
-+  test -f Linux-PAM_ADG.pdf -o -f $(srcdir)/Linux-PAM_ADG.pdf || exit 0; \
-   cp -p Linux-PAM_ADG.pdf \
-   $(top_builddir)/Linux-PAM-$(VERSION)/doc/adg/ || \
-   cp -p $(srcdir)/Linux-PAM_ADG.pdf \
 a/doc/mwg/Makefile.in
-+++ b/doc/mwg/Makefile.in
-@@ -463,17 +463,17 @@ install-data-local:
-   $(mkinstalldirs) $(DESTDIR)$(docdir)
-   $(mkinstalldirs) $(DESTDIR)$(pdfdir)
-   $(mkinstalldirs) $(DESTDIR)$(htmldir)
--  test -f html/Linux-PAM_MWG.html || exit 0; \
-+  test -f html/Linux-PAM_MWG.html -o -f $(srcdir)/html/Linux-PAM_MWG.html 
|| exit 0; \
-   $(install_sh_DATA) html/Linux-PAM_MWG.html html/mwg-*.html \
-   $(DESTDIR)$(htmldir)/ || \
-   $(install_sh_DATA) $(srcdir)/html/Linux-PAM_MWG.html \
--  $(srcdir)/html/sag-*.html \
-+  $(srcdir)/html/mwg-*.html \
-   $(DESTDIR)$(htmldir)/
--  test -f Linux-PAM_MWG.txt || exit 0; \
-+  test -f Linux-PAM_MWG.txt -o -f $(srcdir)/Linux-PAM_MWG.txt || exit 0; \
-   $(install_sh_DATA) Linux-PAM_MWG.txt $(DESTDIR)$(docdir)/ || \
-   $(install_sh_DATA) $(srcdir)/Linux-PAM_MWG.txt \
-   $(DESTDIR)$(docdir)/
--  test -f Linux-PAM_MWG.pdf || exit 0; \
-+  test -f Linux-PAM_MWG.pdf -o -f $(srcdir)/Linux-PAM_MWG.pdf || exit 0; \
-   $(install_sh_DATA) Linux-PAM_MWG.pdf $(DESTDIR)$(pdfdir)/ || \
-   $(install_sh_DATA) $(srcdir)/Linux-PAM_MWG.pdf \
-   $(DESTDIR)$(pdfdir)/
-@@ -486,18 +486,18 @@ uninstall-local:
- 
- releasedocs: all
-   $(mkinstalldirs) $(top_builddir)/Linux-PAM-$(VERSION)/doc/mwg/html
--  test -f html/Linux-PAM_MWG.html || exit 0; \
-+   

[gentoo-commits] proj/musl:master commit in: sys-apps/sysvinit/, sys-apps/sysvinit/files/

2016-07-14 Thread Anthony G. Basile
commit: db01d95a16c585987dc9f6e8e09faa580baba14e
Author: Felix Janda  posteo  de>
AuthorDate: Sun Jul 10 19:39:36 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Jul 15 05:38:05 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=db01d95a

sys-apps/sysvinit: In tree version works

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

 sys-apps/sysvinit/Manifest |  12 --
 sys-apps/sysvinit/files/inittab-2.87   |  58 -
 sys-apps/sysvinit/files/reboot.sh  |  11 --
 sys-apps/sysvinit/files/shutdown.sh|  13 --
 sys-apps/sysvinit/files/sysvinit-2.86-kexec.patch  | 142 -
 .../files/sysvinit-2.86-shutdown-single.patch  |  36 --
 .../sysvinit/files/sysvinit-2.88-makefile.patch|  60 -
 sys-apps/sysvinit/files/sysvinit-2.88-musl.patch   |  10 --
 .../sysvinit/files/sysvinit-2.88-selinux.patch |  38 --
 .../sysvinit/files/sysvinit-2.88-shutdown-h.patch  |  65 --
 sys-apps/sysvinit/metadata.xml |   8 --
 sys-apps/sysvinit/sysvinit-2.88-r999.ebuild| 113 
 12 files changed, 566 deletions(-)

diff --git a/sys-apps/sysvinit/Manifest b/sys-apps/sysvinit/Manifest
deleted file mode 100644
index 8593b15..000
--- a/sys-apps/sysvinit/Manifest
+++ /dev/null
@@ -1,12 +0,0 @@
-AUX inittab-2.87 1789 SHA256 
bc1ff4d63a0e4a878f6864f16b2f286c2d4c92c876f0b950f2b9c4bce7746b19 SHA512 
cd7f7ea6d3c38753b809dc74c4a436ec90291cf720bcdfbc990b1c43a79ac644149491fbe515d2eda7a53a0c1ee2af272d3ea7630d5d4eab5837ac55627fb9bd
 WHIRLPOOL 
a00cc7b77008aaabb7108de0f6258ac81c2c18c4d5a93a1ba07743c4ceb7eccbd91d610ded9351ba36111bdad7d9c22f89bf8bef6e4fafcdbe60d4789c613114
-AUX reboot.sh 304 SHA256 
967fa572014ac6dd69f5e7e24d5250abad9c20c644563b927b295778608cafef SHA512 
d47cde84e3a3b98b2f24d09d58977e22ec3db23c5860624ce29a40815df1a7aa69d9da92fd13769e19b52291e48d24a930fe536ba16365ada0ad96a6e157b73c
 WHIRLPOOL 
5fc4d2479eda414bbad53ffa9a22d1333b366d84657c816c9019d5050f84de551e8793712c2d4153189c22216afd1ba7dff7aed91544f7a2428fd65114968e42
-AUX shutdown.sh 385 SHA256 
2cc84a5194a949f16a82c6215459f4bf6d8156e50d8d9130d310f085bb208d4c SHA512 
cffa58c2b548e6aadeb05944cf7b88f93b4b40351766eaf24e0e3f258c03bb24c748311fcbb30c16efa3ed7b9cc0ccaa2be02099e1f37930f599d064da9e2054
 WHIRLPOOL 
42b63e21e12975c21c5aec479696b836e482b622b81ec7028139f7fea2f6a77d4bf98414ecd139ad5b1c5d698963a15ce5aedd06f7deb60193249f3dbc33c3d9
-AUX sysvinit-2.86-kexec.patch 3910 SHA256 
a9d764afc05ae73c2153b024a3b9e3295ba913e14e9684ddf1fd94467e4bc823 SHA512 
6ce3adf698554d15394edbe6dbfc62822859854d503b201c9f96bd81c2a8cd249ed44229a85dd8b97f454f9311abc5792e349f5cc512ff6d5570500d88044bee
 WHIRLPOOL 
aecabc2b97e80d401bba856a38ab92d66c038eb00fe58e56e7e87d6ecb4ef0ec8e07534430887eb3f204dfac20f2d94e6ea81e2d7597e3a937442f376f703887
-AUX sysvinit-2.86-shutdown-single.patch 1229 SHA256 
78852ca410e7ee23bf69cb6e566cb90404d8c8b7bcc10b264f66c97e0359d431 SHA512 
b1fa6225cdb0d5ed6d2d3128a9ad29dc76f14845c3fe57aa2edf234af456ae49f700b25ed4170a6337f662be224bd6ddfd424331483b0c482fd33cd045ddc575
 WHIRLPOOL 
a770eec46053c67a047832742197b8d30d8b5e2e27cad0dc4f608cbccde0b5ece7e08102c51372cc0b33304e266e3b03156d12209db14fbe61800b312ad556aa
-AUX sysvinit-2.88-makefile.patch 1545 SHA256 
34d6ee50be139ad08b620569df11ac6a4cdf3dae737733dda21a716c4064c194 SHA512 
d19e260902f69dd19bfaa4f3e415a816388663a7f89b9d102b27f44c5f2d0654b64ab2e5689a20a3975ff0801e4fb96ef7b6737bfb4ba9466ec58c477de322aa
 WHIRLPOOL 
bba46046a59969ac2007c3c932bf07646a5ebece72a216990c185b8eeead724e88cd349219ae528060b9c71a5df97d1e3221691cdbb77e16c9522014c836a76d
-AUX sysvinit-2.88-musl.patch 240 SHA256 
392bea0f822852e740280a04b5446d41954cb8627d9edf076d2532a79ab15478 SHA512 
cac79c4bc874b987db53d5011fded8a0a038c794bfe884ac9caf901d6098aa9a611150e80f23712c404768e2a0c8fb6ff4c392a269165a0104cb1f18e79b0987
 WHIRLPOOL 
473f855e5054228612d36e752bd052fa47ae962d757d3a5c4d3f73dbb90becdb106f7a0c4e6c39470a210e53e051b3ba9dd5b3430e640d312a556ded30137654
-AUX sysvinit-2.88-selinux.patch 1041 SHA256 
e987ab6e478e5b3987ae1c6e338cfc66ae356f704d0c3ea932f9e4335b4986f0 SHA512 
46eeb3ab2dd25f314b9f60b2dc8a7da2aa2aafb978953a730ccc36456d240e317930e86df69ce2592cf45978f3307dfc2522b24ae1158e64ff17dfa6ed84dcb8
 WHIRLPOOL 
4fe319df09759addf9499367a6da47e8effe93ec0a4ba5b7e7b1d0c746b324a303cdc81eb360c81e529faf41260d69e2b4364d6695b390db9dba1e3d1693c872
-AUX sysvinit-2.88-shutdown-h.patch 1626 SHA256 
642585158e6fbb185ed53804be2eeea85c037726ed19beb51a9ffb594e63ca0f SHA512 
244ed7c2242f52674153ccfebb92c7a9bdc68a25f98aacbbf107ddfce11b195483e90150619fbeae3167136fcb54b878f8eb77e2dfe225d9f2eeb2c182e5e2fe
 WHIRLPOOL 
6500d8be6313190e5ccf8ca0fe3d51ef879458f59e7ebe1849f666f3c20ffdea21d73f2951e978ac0bf7dce1f47be0113e129db784fdabb6f4407e4d78a3cb0d
-DIST sysvinit-2.88dsf.tar.bz2 105551 SHA256 
60bbc8c1e1792056e23761d22960b30bb13eccc2cabff8c7310a01f4d5df1519 SHA512 

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

2016-07-14 Thread Yixun Lan
commit: 2d973620cb82aaf824d062a3baaf0f56f18512f2
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Jul 15 04:36:24 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Jul 15 04:36:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d973620

net-misc/tightvnc: add arm64/ppc64 support

patches borrow from debian
arm64 tested, and keyword was added

Package-Manager: portage-2.3.0_rc1

 .../tightvnc/files/tightvnc-1.3.10-aarch64.patch   |  39 ++
 .../files/tightvnc-1.3.10-more-arm64-fixes.patch   |  51 
 .../files/tightvnc-1.3.10-ppc64el-support.patch|  99 +++
 net-misc/tightvnc/tightvnc-1.3.10-r3.ebuild| 137 +
 4 files changed, 326 insertions(+)

diff --git a/net-misc/tightvnc/files/tightvnc-1.3.10-aarch64.patch 
b/net-misc/tightvnc/files/tightvnc-1.3.10-aarch64.patch
new file mode 100644
index 000..fa96b7d
--- /dev/null
+++ b/net-misc/tightvnc/files/tightvnc-1.3.10-aarch64.patch
@@ -0,0 +1,39 @@
+Description: Add aarch64 (arm64) support
+Author: Colin Watson 
+Forwarded: no
+Last-Update: 2014-03-18
+
+Index: b/Xvnc/config/cf/Imake.cf
+===
+--- a/Xvnc/config/cf/Imake.cf
 b/Xvnc/config/cf/Imake.cf
+@@ -700,6 +700,10 @@
+ #   define s390Architecture
+ #  undef __s390__
+ # endif /* s390 */
++# ifdef __aarch64__
++#  define AArch64Architecture
++#  undef __aarch64__
++# endif /* __arch64__ */
+ # ifdef __alpha
+ #  define AlphaArchitecture
+ #  undef __alpha
+Index: b/Xvnc/config/cf/linux.cf
+===
+--- a/Xvnc/config/cf/linux.cf
 b/Xvnc/config/cf/linux.cf
+@@ -305,6 +305,14 @@
+ #define ServerExtraDefines-DGCCUSESGAS XFree86ServerDefines
+ #endif /* PowerPCArchitecture */
+ 
++#ifdef AArch64Architecture
++#define DefaultCCOptions  -fsigned-char
++#define OptimizedCDebugFlags  -O2
++#define LinuxMachineDefines   -D__aarch64__
++#define ServerOSDefines   XFree86ServerOSDefines -DDDXTIME 
-DPART_NET
++#define ServerExtraDefines-DGCCUSESGAS XFree86ServerDefines -D_XSERVER64
++#endif /* AArch64Architecture */
++
+ #ifdef ArmArchitecture
+ #define DefaultCCOptions  -fsigned-char
+ #define OptimizedCDebugFlags  -O2

diff --git a/net-misc/tightvnc/files/tightvnc-1.3.10-more-arm64-fixes.patch 
b/net-misc/tightvnc/files/tightvnc-1.3.10-more-arm64-fixes.patch
new file mode 100644
index 000..9dc275f
--- /dev/null
+++ b/net-misc/tightvnc/files/tightvnc-1.3.10-more-arm64-fixes.patch
@@ -0,0 +1,51 @@
+Description: more arm64 fixes
+Origin: 
https://bugs.debian.org/cgi-bin/bugreport.cgi?msg=37;bug=769364;filename=debian_arm64.patch;att=1
+Bug-Debian: http://bugs.debian.org/769364
+Bug-Ubuntu: http://bugs.launchpad.net/bugs/1429198
+Author: Riku Voipio 
+Last-Update: 2016-03-23
+
+Index: tightvnc-1.3.9/Xvnc/include/Xmd.h
+===
+--- tightvnc-1.3.9.orig/Xvnc/include/Xmd.h
 tightvnc-1.3.9/Xvnc/include/Xmd.h
+@@ -59,7 +59,7 @@ SOFTWARE.
+ #ifdef CRAY
+ #define WORD64/* 64-bit architecture */
+ #endif
+-#if defined(__alpha) || defined(__alpha__) || defined(__x86_64__) || 
defined(__powerpc64__)
++#if defined(__alpha) || defined(__alpha__) || defined(__x86_64__) || 
defined(__powerpc64__) || defined(__aarch64__)
+ #define LONG64/* 32/64-bit architecture */
+ #endif
+ #ifdef __sgi
+Index: tightvnc-1.3.9/Xvnc/programs/Xserver/include/servermd.h
+===
+--- tightvnc-1.3.9.orig/Xvnc/programs/Xserver/include/servermd.h
 tightvnc-1.3.9/Xvnc/programs/Xserver/include/servermd.h
+@@ -405,6 +405,26 @@ SOFTWARE.
+ 
+ #endif /* linux/m68k */
+ 
++#if defined (linux) && defined(__aarch64__)
++#  define BITMAP_SCANLINE_UNIT64
++# define BITMAP_SCANLINE_PAD  64
++# define LOG2_BITMAP_PAD  6
++# define LOG2_BYTES_PER_SCANLINE_PAD  3
++
++/* Add for handling protocol XPutImage and XGetImage; see comment in
++ * Alpha section.
++ */
++#define INTERNAL_VS_EXTERNAL_PADDING
++#define BITMAP_SCANLINE_UNIT_PROTO32
++
++#define BITMAP_SCANLINE_PAD_PROTO 32
++#define LOG2_BITMAP_PAD_PROTO 5
++#define LOG2_BYTES_PER_SCANLINE_PAD_PROTO 2
++#define GLYPHPADBYTES  4
++#define GETLEFTBITS_ALIGNMENT  1
++
++#endif /* linux/aarch64 */
++
+ #if defined (linux) && defined(__powerpc__)
+ 
+ #ifdef __powerpc64__

diff --git a/net-misc/tightvnc/files/tightvnc-1.3.10-ppc64el-support.patch 
b/net-misc/tightvnc/files/tightvnc-1.3.10-ppc64el-support.patch
new file mode 100644
index 000..e05e5bc
--- /dev/null
+++ b/net-misc/tightvnc/files/tightvnc-1.3.10-ppc64el-support.patch
@@ -0,0 +1,99 @@
+From 25adb1614419b72a986c229cb01870c1b3e38c0b Mon Sep 17 

[gentoo-commits] repo/gentoo:master commit in: app-arch/p7zip/, app-arch/p7zip/files/

2016-07-14 Thread Matt Thode
commit: 98be5eb1827845a1551e998392c603e692815ccc
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Jul 15 02:32:05 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Jul 15 02:32:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98be5eb1

app-arch/p7zip: bup for bug 582832

Package-Manager: portage-2.2.28

 app-arch/p7zip/Manifest   |   1 +
 app-arch/p7zip/files/p7zip-16.02-darwin.patch |  11 ++
 app-arch/p7zip/p7zip-16.02.ebuild | 158 ++
 3 files changed, 170 insertions(+)

diff --git a/app-arch/p7zip/Manifest b/app-arch/p7zip/Manifest
index 7f85deb..fb57004 100644
--- a/app-arch/p7zip/Manifest
+++ b/app-arch/p7zip/Manifest
@@ -1,5 +1,6 @@
 DIST p7zip_15.09_src_all.tar.bz2 4048481 SHA256 
8783acf747e210e00150f7311cc06c4cd8ecf7b0c27b4adf2194284cc49b4d6f SHA512 
4f020b13632ef7a85aa8a98586b59bef2dde3c1cbebdbd17e01f1d09b2e13a56ecfe82546d7efc677c45df67456a71cfdb67826b53ebea4c0fb4878f20c2f6dd
 WHIRLPOOL 
71d1cdb9b3b1208197b2c056670d057b00e9a5f80cf08b5914b5d25f2f6756d4cb53e5a000ec76b7b879f82302fca6d012a2cd397e8aa95ae4fc21fd620eb1ab
 DIST p7zip_15.14.1_src_all.tar.bz2 4147911 SHA256 
699db4da3621904113e040703220abb1148dfef477b55305e2f14a4f1f8f25d4 SHA512 
30d0ef47bd6938cdd5d9d80ec6e7aed972655686a43adb0ae34bb9856ec7cd5a68a05c580352021055cefd6eeceb134ff6402f93686ce46e57f9757798e76abd
 WHIRLPOOL 
ace6204d3ab08002b6d5657ae280e22b7e26cdfe0af8099024ad8562a68aa5097a8f09d9d49904a06b9a6942d30fbf3d7a3872661433dd4f76c33dea03ccfb6a
 DIST p7zip_15.14_src_all.tar.bz2 4147609 SHA256 
b9b77450e98859454d39002f55ddc95a0705041ebc0a9bb49733ce2d9a7292d8 SHA512 
3053647cbcb3b8efd7f41b6bc122e984b999d31720f9b22387c52ccfe8a71d73899b1fb3a269854fd43bc1ca656c7d53457aca1cb5e2c90a2d0fb8f084bdebc5
 WHIRLPOOL 
52a397e4ea15cdd4c68156a0c32d449be78469d5704e0d4bb644a813b583422b3d7b0741284974ca22d9ea99a303dfadeccc23d74a77cac0c9b51153bd61e24b
+DIST p7zip_16.02_src_all.tar.bz2 4239909 SHA256 
5eb20ac0e2944f6cb9c2d51dd6c4518941c185347d4089ea89087ffdd6e2341f SHA512 
d2c4d53817f96bb4c7683f42045198d4cd509cfc9c3e2cb85c8d9dc4ab6dfa7496449edeac4e300ecf986a9cbbc90bd8f8feef8156895d94617c04e507add55f
 WHIRLPOOL 
b22f4dce96505094ffdee0963fa7e5fd75e92f2c920f2e69e18eff60a2ad9d4757c3512c8d4e7c4848a36212f54637a963ff41fc5c00bb7381f43220662108b9
 DIST p7zip_9.20.1_src_all.tar.bz2 3835235 SHA256 
49557e7ffca08100f9fc687f4dfc5aea703ca207640c76d9dee7b66f03cb4782 SHA512 
7bb8a276aaefc4a83364e45633c48527de44c6b1205344f3356db570582f30f81d82a94938c99a7ad193587b584cc1c03219c28249de40018bdaee6c3b2a022a
 WHIRLPOOL 
cb20f37d3f796931a9b330728aa7148afe98bbf8a49bb91bfd80e4667c16416206b23bf34298e9ec37825e8b43f92a5710f0cea1f974296d5c17aa2c7b0931f3
 DIST p7zip_9.38.1_src_all.tar.bz2 3917925 SHA256 
fd5019109c9a1bf34ad3257d37a6853eae8151ff50345f0a3ffba7d8c5fdb995 SHA512 
f524ffae54e0d9563a509cc4b243e830d882a925e682eb2e15e2d19cb72c947fddecd72c8507d6c1538b997b240b0827046fc2fb4f5e3f7d49840257c92b9c04
 WHIRLPOOL 
6bad1cde056ab1e8db4079c0e649665fbc7e6b9a565261188bd0acaec6c583d8bd9425cb26d39315408d0180ba0be0069a77b704633cf05ec855220cb31f1c24

diff --git a/app-arch/p7zip/files/p7zip-16.02-darwin.patch 
b/app-arch/p7zip/files/p7zip-16.02-darwin.patch
new file mode 100644
index 000..e7f40f5
--- /dev/null
+++ b/app-arch/p7zip/files/p7zip-16.02-darwin.patch
@@ -0,0 +1,11 @@
+--- p7zip_15.14.1/CPP/myWindows/StdAfx.h
 p7zip_15.14.1/CPP/myWindows/StdAfx.h
+@@ -32,7 +32,7 @@
+ #include 
+ #include 
+ 
+-#ifdef __NETWARE__
++#if defined(__NETWARE__) || defined(__MACH__)
+ #include 
+ #endif
+ 

diff --git a/app-arch/p7zip/p7zip-16.02.ebuild 
b/app-arch/p7zip/p7zip-16.02.ebuild
new file mode 100644
index 000..a2efa29
--- /dev/null
+++ b/app-arch/p7zip/p7zip-16.02.ebuild
@@ -0,0 +1,158 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER="3.0"
+
+inherit eutils multilib toolchain-funcs wxwidgets
+
+DESCRIPTION="Port of 7-Zip archiver for Unix"
+HOMEPAGE="http://p7zip.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}_src_all.tar.bz2"
+
+LICENSE="LGPL-2.1 rar? ( unRAR )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris"
+IUSE="doc kde rar +pch static wxwidgets abi_x86_x32"
+
+REQUIRED_USE="kde? ( wxwidgets )"
+
+RDEPEND="
+   kde? ( x11-libs/wxGTK:${WX_GTK_VER}[X] kde-base/kdelibs )
+   wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )"
+DEPEND="${RDEPEND}
+   amd64? ( dev-lang/yasm )
+   abi_x86_x32? ( >=dev-lang/yasm-1.2.0-r1 )
+   x86? ( dev-lang/nasm )"
+
+S=${WORKDIR}/${PN}_${PV}
+
+src_prepare() {
+   epatch "${FILESDIR}"/${P}-darwin.patch
+
+   if ! use pch; then
+   sed "s:PRE_COMPILED_HEADER=StdAfx.h.gch:PRE_COMPILED_HEADER=:g" 
-i makefile.* || die
+   fi
+
+   sed \
+   -e 

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

2016-07-14 Thread Matt Thode
commit: abfcd753b0175aab621cce6f7c8b98fb8781e6a4
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Jul 15 02:19:23 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Jul 15 02:19:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abfcd753

app-admin/puppet-agent: stable amd64 and x86

Package-Manager: portage-2.2.28

 app-admin/puppet-agent/puppet-agent-1.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/puppet-agent/puppet-agent-1.5.2.ebuild 
b/app-admin/puppet-agent/puppet-agent-1.5.2.ebuild
index a60350d..fb4a475 100644
--- a/app-admin/puppet-agent/puppet-agent-1.5.2.ebuild
+++ b/app-admin/puppet-agent/puppet-agent-1.5.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="puppetdb selinux"
 RESTRICT="strip"
 



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

2016-07-14 Thread Matt Thode
commit: d1ebb58f68854bbb9f530b78a3fa3f2dfe6b4c8f
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Jul 15 02:18:03 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Jul 15 02:18:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ebb58f

sys-cluster/nova: cleanup

Package-Manager: portage-2.2.28

 sys-cluster/nova/Manifest   |   1 -
 sys-cluster/nova/nova-13.0.0.ebuild | 203 
 2 files changed, 204 deletions(-)

diff --git a/sys-cluster/nova/Manifest b/sys-cluster/nova/Manifest
index c59ed08..de1f6a6 100644
--- a/sys-cluster/nova/Manifest
+++ b/sys-cluster/nova/Manifest
@@ -1,5 +1,4 @@
 DIST liberty-nova.conf.sample 134201 SHA256 
32752212c571c4a1473c3fa8bbd197a658ee54e233b4d46a157807be42997e42 SHA512 
5325a31a0fccb9898bec0a022f5430dcc1729615c8eac88a4261c403f9ecd8ce2b07d73b52f3bc2c5cbe681234b30b923adb94385aac28e08d982a8f8bfef350
 WHIRLPOOL 
6d2894160a96742551777ce397b67f332c4f2793402f4634a2cfd0005ba99fb077cf0d0306a59e4b8c7f689914860e5d7f45d838c845d6a896a66c24f0f141c0
 DIST mitaka-nova.conf.sample 36427 SHA256 
dd4c3ccab89fbe9f69df520f47d439c7ffa440d3f8b288b0ab99ac328a02ec75 SHA512 
169671bde5cb5bb89065d801f80aa0d3c664af652d9ddb0c409ed3e0af2c0b94f1dbd0ebf834849e3e75dc38972935ec65a6e533d86148a7315839597d577cad
 WHIRLPOOL 
20f95a296c3d112a532c9c5cc911d30b67472868d94bcfd52fadfd7105f9095a6b77020ca1caa6a70319548239358868d809feed363a82e4d574aceb6e5f016d
 DIST nova-12.0.4.tar.gz 5256533 SHA256 
1f35f55d7ebc9f971316d13f9a9ce3647b50cd514d60a1b1b318704550d0e7a1 SHA512 
b3c89c54685b0f34c21babbd14b7cfe3ecc3712a21654dfeecc5e7209b037c529f3647f029b6eacaf79b119be46bde5f3901c037ed940d9ad893fbc5f4910d62
 WHIRLPOOL 
4810d6ac533cf8154754d9de94d033887bcb2ae862c5e065bb2084a04dc76bb77fc5b1a8e096adbac81749f9382bed27cef98c4d6ba541c36fd6c3df9d155a31
-DIST nova-13.0.0.tar.gz 5455425 SHA256 
3506c63ae3ab6331d51b47759d55999efebf4ea25575bb3ce27e1040a073 SHA512 
653507ac6afae86f46b47bb22592d92cf40acd03cf8aa2449dfbbdf2d5e1b01709f3f78d23d429fcb35daf162a8ee1ddb91c35e4f0aa32f30572d92d8cdaf876
 WHIRLPOOL 
1a85a9bff9e7fa89d41610f74e149238275c54c4f19972efc647dda0cdcb866a840017810e6aaba71f94b99bbf0a4523fdc64fb613ec2ecf452d5beef0806ce1
 DIST nova-13.1.0.tar.gz 5461429 SHA256 
2c44b0f015f48348d768abff0e0fc90c6f8faf46743cae94736d77704f249368 SHA512 
f16ce0248b86a19688500b97c364fe264919a900f0182f68c900a8e68b06bb22d688be597d5b3d7e8e38753cedaa732360972412508f3ecfea950394a526c6c5
 WHIRLPOOL 
f5d46a1166524d5ad79574f5f63ecc99a6a42865d2280d33a66103d2a88fb26e9c54c8a9ec85901970effd1aed89c42e33ce70a7e900cf642b9c90bfdc4bc52d

diff --git a/sys-cluster/nova/nova-13.0.0.ebuild 
b/sys-cluster/nova/nova-13.0.0.ebuild
deleted file mode 100644
index 2a26050..000
--- a/sys-cluster/nova/nova-13.0.0.ebuild
+++ /dev/null
@@ -1,203 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 eutils linux-info multilib user
-
-DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) 
in Python"
-HOMEPAGE="https://launchpad.net/nova;
-SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz
-   
https://dev.gentoo.org/~prometheanfire/dist/openstack/nova/mitaka/nova.conf.sample
 -> mitaka-nova.conf.sample"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="+compute compute-only iscsi +memcached mysql +novncproxy openvswitch 
postgres +rabbitmq sqlite"
-REQUIRED_USE="
-   !compute-only? ( || ( mysql postgres sqlite ) )
-   compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite )"
-
-CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
-DEPEND="
-   >=dev-python/setuptools-16.0[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   app-admin/sudo"
-
-RDEPEND="
-   ${CDEPEND}
-   compute-only? (
-   >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
-   =dev-python/sqlalchemy-1.0.10[sqlite,${PYTHON_USEDEP}]
-   =dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
-   =dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
-   =dev-python/boto-2.32.1[${PYTHON_USEDEP}]
-   >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   >=dev-python/jinja-2.8[${PYTHON_USEDEP}]
-   >=dev-python/keystonemiddleware-4.0.0[${PYTHON_USEDEP}]
-   !~dev-python/keystonemiddleware-4.1.0[${PYTHON_USEDEP}]
-   >=dev-python/lxml-2.3[${PYTHON_USEDEP}]
-   >=dev-python/routes-1.12.3[${PYTHON_USEDEP}]
-   !~dev-python/routes-2.0[${PYTHON_USEDEP}]
-   !~dev-python/routes-2.1[$(python_gen_usedep 'python2_7')]
-   >=dev-python/cryptography-1.0[${PYTHON_USEDEP}]
-   >=dev-python/webob-1.2.3[${PYTHON_USEDEP}]
-   >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
-   >=dev-python/pastedeploy-1.5.0-r1[${PYTHON_USEDEP}]
-   dev-python/paste[${PYTHON_USEDEP}]
-   

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

2016-07-14 Thread Matt Thode
commit: 16250f53d2821a94deeff5f1a22e1043fc9831fe
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Jul 15 02:19:53 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Jul 15 02:19:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16250f53

app-admin/puppet-agent: cleanup

Package-Manager: portage-2.2.28

 app-admin/puppet-agent/Manifest  |  4 -
 app-admin/puppet-agent/puppet-agent-1.5.0.ebuild | 99 
 app-admin/puppet-agent/puppet-agent-1.5.1.ebuild | 99 
 3 files changed, 202 deletions(-)

diff --git a/app-admin/puppet-agent/Manifest b/app-admin/puppet-agent/Manifest
index fb89d1e..9d38540 100644
--- a/app-admin/puppet-agent/Manifest
+++ b/app-admin/puppet-agent/Manifest
@@ -1,8 +1,4 @@
 DIST puppet-agent_1.4.2-1wheezy_amd64.deb 21510444 SHA256 
ee08eab9e50f9afdc979b2faa5633a3ea4d0ed7cc6fb3e9abc229098e06b9206 SHA512 
fa9c47cab3847fde435c8e8a6ef875d392f86c1083e884ec4645e94d4a8620224cd5e43e3b5b8f343278b5fe6c73c41cec452a6872afc3f11a4ab0589e2b9292
 WHIRLPOOL 
4e082ac505baee8c4fb560ba72c12998cf72e0d13d6e13cce498239412fd638db7f36a680fbe54ddd0a9aafa4b494eba38fe11b9f29f7d28aed5171b370fbaef
 DIST puppet-agent_1.4.2-1wheezy_i386.deb 21254628 SHA256 
4683fb7970805a815fe0b500de67e5d1e2b6fa88b19de36cd5326120a2eafdcb SHA512 
bac02e08d8d753d6785e6a08c51009ff3ae02e547e942a21177bce6bf97b381a5110d1989fcdae6f3074b9dd9209bd5ff3d01a211f96efb25d24dcf271aa7a26
 WHIRLPOOL 
742bbcb6f6c55246f7e0f97978919a8d9f3b5f1acfd02e65b13973ffd3a3ebab62a385b0fdfb9076b27dfe2f7b68f25a37724eeec993a6f4c48ec7d145042892
-DIST puppet-agent_1.5.0-1xenial_amd64.deb 12958702 SHA256 
288bc9cdf318d5a373889e9906f49d96e99c91f996b806e9926469e6adb9afad SHA512 
1c6e89b055c8d3937137b91d5f823274f39dcafe9bb65740b17a9d51a37f62d2c6f1a1d52b5f9a8bcdc72880eda158bc7cfe97255b4a4c2a048e71229fb6bb83
 WHIRLPOOL 
c1175cc516f1c9ecc28f97163f9117813415f8011148ece59350b246c39e1b327b8e0a9927914ce8af963020e5a52b3d9839be5c3a0b6a82f242009d9f5999e3
-DIST puppet-agent_1.5.0-1xenial_i386.deb 14003222 SHA256 
88c4560b1e49f000e0b36ac8a567faa8b1c49c244722cb4bb63e78a6109a21b2 SHA512 
b4fd141c481411b08e4b8e65eb28dbd749e5a84bf20070b2fb818fcf34e18828d6c7edc222784f0ae363b07bb634ee12f7114a31b720ef601962dc354b6cd94f
 WHIRLPOOL 
ba116eafe5304f8896c510ffd1e42a90e34851ca367e8c82d3570ac7186d63ebca07151e565f8ebfdd33aad16e82698a37aed6f3ce0b679ca4f25e864243d010
-DIST puppet-agent_1.5.1-1xenial_amd64.deb 12981352 SHA256 
71bd54296485aeee7bb2e6851904907cee3f31114efa497bf9e999c3a3f15148 SHA512 
eabe78c021d70cfea37343daa92b0cb1b1a342c6b8a59e16f83b81d2db8b36e251c44aae7ccd1d6284371e1e50e96ce3d410f1b4481d3f4202ea5904a594a917
 WHIRLPOOL 
dbedf532027091f239bca4eac0fbcb8fb137f76dadc6c0172ceca67a55ef74948a009c978893713277931969d42ef42d6e4bb724490c0b7e67e9eabb0b9f783c
-DIST puppet-agent_1.5.1-1xenial_i386.deb 14023324 SHA256 
94509aaa5f03be6e1a73d99585520638f50a582c71d8cfa8432c4f2509907ce4 SHA512 
f6c489eec7336388a4ba3ea1c3bcb36e35958b1b1062e9dd4419a68337fbdc2490d775d692830c97fba35a70fbb4c2cb69173643d13a931d011c5b5faf06eff2
 WHIRLPOOL 
26e4f587af78f3a3bcbb5898416d2aafdb4f1fccf73eb8cab2edf955c8f7a574ea293fc2af97dac9baa7ac8c68593ea9d8981cdff7fda4240647585a4de8061c
 DIST puppet-agent_1.5.2-1xenial_amd64.deb 12979184 SHA256 
917c4dfccf6ac08ab62965262738927d8e50345fe1c9e58e91a8c8b8a0a82b3c SHA512 
d662ca7a3c4c3ed0ce83c8b3de5aa862504ec44c7d3b18211aa46cca441b73e5b9929584b436ae2bf8d25b04badbb14af45a1f83a27fd9593cc961345235169e
 WHIRLPOOL 
293a8818df6fade05a3a439f4e77b5d884aa6a9f6a0f0798883455c95332782467df640915d48c29fdd63b18708415376cece4f0633cbc22d333a06782260164
 DIST puppet-agent_1.5.2-1xenial_i386.deb 14019620 SHA256 
b5220616f12408a422ca65f0bab8bfeeb7dab026448c3141d3afe54f4e455899 SHA512 
59611a7d4faa75b16dd492f14da3bacb5b50722b773bdd882d7be08e576462412f5aacb7f247492869048e7d1290824652b37b3ba088ca27da08306bb3137f54
 WHIRLPOOL 
b5757c879ca6a2ecb9e9656ca899eabbeb34af3ce93bc078ed9ac41a601a65f1a2a5b4e738b282c7d1e469e2c63df67072a7ea63c7826340da3227ab24816cf7

diff --git a/app-admin/puppet-agent/puppet-agent-1.5.0.ebuild 
b/app-admin/puppet-agent/puppet-agent-1.5.0.ebuild
deleted file mode 100644
index a60350d..000
--- a/app-admin/puppet-agent/puppet-agent-1.5.0.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils systemd unpacker user
-
-DESCRIPTION="general puppet client utils along with mcollective hiera and 
facter"
-HOMEPAGE="https://puppetlabs.com/;
-SRC_BASE="http://apt.puppetlabs.com/pool/xenial/PC1/${PN:0:1}/${PN}/${PN}_${PV}-1xenial;
-SRC_URI="
-   amd64? ( ${SRC_BASE}_amd64.deb )
-   x86?   ( ${SRC_BASE}_i386.deb )
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="puppetdb selinux"
-RESTRICT="strip"
-
-CDEPEND="!app-admin/augeas
-   !app-admin/mcollective
-   !app-admin/puppet
-   !dev-ruby/hiera
-   !dev-ruby/facter
-   

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

2016-07-14 Thread Matt Thode
commit: a741d41203bbe5673752707d7ff52b6f0153ecc3
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Jul 15 02:17:07 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Jul 15 02:17:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a741d412

sys-cluster/nova: stable amd64 and x86

Package-Manager: portage-2.2.28

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

diff --git a/sys-cluster/nova/nova-13.1.0.ebuild 
b/sys-cluster/nova/nova-13.1.0.ebuild
index 3d9ead9..4286faa 100644
--- a/sys-cluster/nova/nova-13.1.0.ebuild
+++ b/sys-cluster/nova/nova-13.1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="+compute compute-only iscsi +memcached mysql +novncproxy openvswitch 
postgres +rabbitmq sqlite"
 REQUIRED_USE="
!compute-only? ( || ( mysql postgres sqlite ) )



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

2016-07-14 Thread William Hubbs
commit: 48f231e0892ae9d11dac525e5f4a7b627a6d2a76
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Jul 14 23:36:13 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Jul 14 23:36:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48f231e0

app-emulation/docker: sync live ebuild

Package-Manager: portage-2.2.28

 app-emulation/docker/docker-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-emulation/docker/docker-.ebuild 
b/app-emulation/docker/docker-.ebuild
index bd3f415..9e2487c 100644
--- a/app-emulation/docker/docker-.ebuild
+++ b/app-emulation/docker/docker-.ebuild
@@ -224,6 +224,7 @@ src_install() {
VERSION="$(cat VERSION)"
newbin "bundles/$VERSION/dynbinary-client/docker-$VERSION" docker
newbin "bundles/$VERSION/dynbinary-daemon/dockerd-$VERSION" dockerd
+   newbin "bundles/$VERSION/dynbinary-daemon/docker-proxy-$VERSION" 
docker-proxy
dosym containerd /usr/bin/docker-containerd
dosym containerd-shim /usr/bin/docker-containerd-shim
dosym runc /usr/bin/docker-runc



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

2016-07-14 Thread William Hubbs
commit: 5a5244803bf45d027389c3f242bf2d9ff6ff5708
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Jul 14 23:29:46 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Jul 14 23:36:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a524480

app-emulation/docker: 1.12.0-rc4-r1 revbump to install docker-proxy binary

Package-Manager: portage-2.2.28

 app-emulation/docker/docker-1.12.0_rc4-r1.ebuild | 270 +++
 1 file changed, 270 insertions(+)

diff --git a/app-emulation/docker/docker-1.12.0_rc4-r1.ebuild 
b/app-emulation/docker/docker-1.12.0_rc4-r1.ebuild
new file mode 100644
index 000..5344a16
--- /dev/null
+++ b/app-emulation/docker/docker-1.12.0_rc4-r1.ebuild
@@ -0,0 +1,270 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+EGO_PN="github.com/docker/docker"
+
+if [[ ${PV} = ** ]]; then
+   # Docker cannot be fetched via "go get", thanks to autogenerated code
+   EGIT_REPO_URI="https://${EGO_PN}.git;
+   EGIT_CHECKOUT_DIR="${WORKDIR}/${P}/src/${EGO_PN}"
+   inherit git-r3
+else
+   MY_PV="${PV/_/-}"
+   DOCKER_GITCOMMIT="e4a0dbc"
+   EGIT_COMMIT="v${MY_PV}"
+   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+   KEYWORDS="~amd64"
+   [ "$DOCKER_GITCOMMIT" ] || die "DOCKER_GITCOMMIT must be added manually 
for each bump!"
+   inherit golang-vcs-snapshot
+fi
+inherit bash-completion-r1 golang-base linux-info systemd udev user
+
+DESCRIPTION="The core functions you need to create Docker images and run 
Docker containers"
+HOMEPAGE="https://dockerproject.org;
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="apparmor aufs btrfs +device-mapper experimental overlay seccomp"
+
+# 
https://github.com/docker/docker/blob/master/hack/PACKAGERS.md#build-dependencies
+CDEPEND="
+   >=dev-db/sqlite-3.7.9:3
+   device-mapper? (
+   >=sys-fs/lvm2-2.02.89[thin]
+   )
+   seccomp? ( >=sys-libs/libseccomp-2.2.1 )
+   apparmor? ( sys-libs/libapparmor )
+"
+
+DEPEND="
+   ${CDEPEND}
+
+   dev-go/go-md2man
+
+   btrfs? (
+   >=sys-fs/btrfs-progs-3.8
+   )
+"
+
+# 
https://github.com/docker/docker/blob/master/hack/PACKAGERS.md#runtime-dependencies
+# 
https://github.com/docker/docker/blob/master/hack/PACKAGERS.md#optional-dependencies
+RDEPEND="
+   ${CDEPEND}
+
+   !app-emulation/docker-bin
+   >=net-firewall/iptables-1.4
+   sys-process/procps
+   >=dev-vcs/git-1.7
+   >=app-arch/xz-utils-4.9
+
+   >app-emulation/containerd-0.2.2
+   app-emulation/runc[apparmor?,seccomp?]
+"
+
+RESTRICT="installsources strip"
+
+S="${WORKDIR}/${P}/src/${EGO_PN}"
+
+# see "contrib/check-config.sh" from upstream's sources
+CONFIG_CHECK="
+   ~NAMESPACES ~NET_NS ~PID_NS ~IPC_NS ~UTS_NS
+   ~DEVPTS_MULTIPLE_INSTANCES
+   ~CGROUPS ~CGROUP_CPUACCT ~CGROUP_DEVICE ~CGROUP_FREEZER ~CGROUP_SCHED 
~CPUSETS ~MEMCG
+   ~KEYS ~MACVLAN ~VETH ~BRIDGE ~BRIDGE_NETFILTER
+   ~NF_NAT_IPV4 ~IP_NF_FILTER ~IP_NF_TARGET_MASQUERADE
+   ~IP_VS
+   ~NETFILTER_XT_MATCH_ADDRTYPE ~NETFILTER_XT_MATCH_CONNTRACK
+   ~NF_NAT ~NF_NAT_NEEDED
+
+   ~POSIX_MQUEUE
+
+   ~MEMCG_KMEM ~MEMCG_SWAP ~MEMCG_SWAP_ENABLED
+
+   ~BLK_CGROUP ~IOSCHED_CFQ
+   ~CGROUP_PERF
+   ~CGROUP_HUGETLB
+   ~NET_CLS_CGROUP
+   ~CFS_BANDWIDTH ~FAIR_GROUP_SCHED ~RT_GROUP_SCHED
+   ~XFRM_ALGO ~XFRM_USER
+"
+
+ERROR_KEYS="CONFIG_KEYS: is mandatory"
+ERROR_MEMCG_KMEM="CONFIG_MEMCG_KMEM: is optional"
+ERROR_MEMCG_SWAP="CONFIG_MEMCG_SWAP: is required if you wish to limit swap 
usage of containers"
+ERROR_RESOURCE_COUNTERS="CONFIG_RESOURCE_COUNTERS: is optional for container 
statistics gathering"
+
+ERROR_BLK_CGROUP="CONFIG_BLK_CGROUP: is optional for container statistics 
gathering"
+ERROR_IOSCHED_CFQ="CONFIG_IOSCHED_CFQ: is optional for container statistics 
gathering"
+ERROR_CGROUP_PERF="CONFIG_CGROUP_PERF: is optional for container statistics 
gathering"
+ERROR_CFS_BANDWIDTH="CONFIG_CFS_BANDWIDTH: is optional for container 
statistics gathering"
+ERROR_XFRM_ALGO="CONFIG_XFRM_ALGO: is optional for secure networks"
+ERROR_XFRM_USER="CONFIG_XFRM_USER: is optional for secure networks"
+
+pkg_setup() {
+   if kernel_is lt 3 10; then
+   ewarn ""
+   ewarn "Using Docker with kernels older than 3.10 is unstable 
and unsupported."
+   ewarn " - 
http://docs.docker.com/installation/binaries/#check-kernel-dependencies;
+   fi
+
+   # for where these kernel versions come from, see:
+   # 
https://www.google.com/search?q=945b2b2d259d1a4364a2799e80e8ff32f8c6ee6f+site%3Akernel.org%2Fpub%2Flinux%2Fkernel+file%3AChangeLog*
+   if ! {
+   kernel_is ge 3 16 \
+   || { kernel_is 3 15 && kernel_is ge 3 15 5; } \
+   || { kernel_is 3 14 && kernel_is ge 3 14 12; } \
+  

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

2016-07-14 Thread Anthony G. Basile
commit: a095b2a3ec3bed2152c432625f8ec40f14c3c8d5
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Jul 14 22:58:26 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Jul 14 22:58:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a095b2a3

profiles: USE=-filecaps for sys-libs/pam on musl profiles

 profiles/hardened/linux/musl/package.use | 8 
 1 file changed, 8 insertions(+)

diff --git a/profiles/hardened/linux/musl/package.use 
b/profiles/hardened/linux/musl/package.use
new file mode 100644
index 000..dadfff7
--- /dev/null
+++ b/profiles/hardened/linux/musl/package.use
@@ -0,0 +1,8 @@
+# Copyright 1999-2016 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# Anthony G. Basile  (14 Jul 2016)
+# We need this to break a circular dependency with
+# 'sys-libs/libcap pam' in stage3 catalyst builds
+sys-libs/pam -filecaps



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

2016-07-14 Thread Patrick McLean
commit: b0861ddee397899721ba518aeb2b68521861dc2f
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Jul 14 22:32:27 2016 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Jul 14 22:32:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0861dde

net-misc/lldpd: Version bump to 0.9.4

Package-Manager: portage-2.3.0

 net-misc/lldpd/Manifest   |   1 +
 net-misc/lldpd/lldpd-0.9.4.ebuild | 104 ++
 2 files changed, 105 insertions(+)

diff --git a/net-misc/lldpd/Manifest b/net-misc/lldpd/Manifest
index 58b4e3c..d0703ec 100644
--- a/net-misc/lldpd/Manifest
+++ b/net-misc/lldpd/Manifest
@@ -2,3 +2,4 @@ DIST lldpd-0.7.11.tar.gz 1509215 SHA256 
5257169e0de6037e81efb1bcb26f6dd5755e3efa
 DIST lldpd-0.7.13.tar.gz 1523864 SHA256 
bbba3ef922f6b6cc6d2c0f008066dc882750557661c54dd1b97ae7936678d92d SHA512 
3fa476a3e06e2d5c15a29a3b46bfd2e147bdd55884fef4748f1197454cde45f82d33e4cc66eb70e559a1e3ad150577781d308b2f39c08f86d75412368099d4a5
 WHIRLPOOL 
c641e0f9f21ce9510a7e30f14ccc0ab34c54251ccbec5317a30504f5b4bca4b64e88391d7a252340490a919bb1d13764627404d1f2c2b9d19057f5b4ca561a97
 DIST lldpd-0.9.1.tar.gz 1600504 SHA256 
16ad6d513a6a0c6c201ce4941693c0e9d6fce83bbfa3733620354d1ac9a60908 SHA512 
3a6ea3051ceac689a65045c06dac4f788071291f6ab826286de54175cad48143daadb13f44a2d7ff8a97269ec7c1bf9dc337d929b8cbf256fe135d33f965b3ad
 WHIRLPOOL 
b71310da3e7626893fb00b8fc5553c80bb4dbabdabe9cabe028cb72767cfe2f0a46a6c3d09c15fc7cb1b7379b73a8eb9a9e6683ace25492f76a032834db13ce0
 DIST lldpd-0.9.3.tar.gz 1601102 SHA256 
cfa8a3245dd71efc1f5de064a72576a7c1afaaf0ccb5833238398b6dc612b127 SHA512 
0d40d77bfde78f9ceece56968981f3a36bd7e683b12de05e84e5da0409b8e0d06062e5d665942637a66164af0254a6ac3d1a327aab3bcb48ec91ecfdd2693283
 WHIRLPOOL 
c7be527cf48bd5623ad9b7b3ae684a5e223114d7ff57a71a33623e3e445f6bbb612a6db5353844644c6340f039bdf7caf435b7ae19cf231ae54acf1dad72b62a
+DIST lldpd-0.9.4.tar.gz 1604103 SHA256 
eb1f5beff2ff5c13c5e0342b5b9da815ed4a63866262445e1168a79ee65c9079 SHA512 
c9313d94044da1bd760f63a60c8215f69742d5e91ef3d43427571870e04254e9c251e40f69861f9bc27828f6905919582d965b6c796c4febbf4b1b2f87e91b9c
 WHIRLPOOL 
8306400224a4a9726f08d79004fe1f82675ceddbafb53f4e40fc538e2eed0d63028a9e0fd5ca00918ce008f131b2a8cf3f50a396eafd820dbc8e05ac43d0422d

diff --git a/net-misc/lldpd/lldpd-0.9.4.ebuild 
b/net-misc/lldpd/lldpd-0.9.4.ebuild
new file mode 100644
index 000..52bfd22
--- /dev/null
+++ b/net-misc/lldpd/lldpd-0.9.4.ebuild
@@ -0,0 +1,104 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils user systemd bash-completion-r1 autotools
+
+DESCRIPTION="Implementation of IEEE 802.1ab (LLDP)"
+HOMEPAGE="https://vincentbernat.github.com/lldpd/;
+SRC_URI="http://media.luffy.cx/files/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="cdp doc +dot1 +dot3 edp fdp graph jansson +lldpmed old-kernel
+   sanitizers seccomp sonmp snmp static-libs readline xml zsh-completion"
+
+RDEPEND="dev-libs/libbsd
+   >=dev-libs/libevent-2.0.5
+   snmp? ( net-analyzer/net-snmp[extensible(+)] )
+   xml? ( dev-libs/libxml2 )
+   jansson? ( dev-libs/jansson )
+   seccomp? ( sys-libs/libseccomp )
+   zsh-completion? ( app-shells/zsh )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   doc? (
+   graph? ( app-doc/doxygen[dot] )
+   !graph? ( app-doc/doxygen )
+   )"
+
+REQUIRED_USE="graph? ( doc )"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-0.7.11-zsh-completion-dir.patch"
+)
+
+pkg_setup() {
+   ebegin "Creating lldpd user and group"
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 -1 ${PN}
+   eend $?
+}
+
+src_prepare() {
+   default
+
+   eautoreconf
+   elibtoolize
+}
+
+src_configure() {
+   econf \
+   --without-embedded-libevent \
+   --with-privsep-user=${PN} \
+   --with-privsep-group=${PN} \
+   --with-privsep-chroot=/run/${PN} \
+   --with-lldpd-ctl-socket=/run/${PN}.socket \
+   --with-lldpd-pid-file=/run/${PN}.pid \
+   --docdir=/usr/share/doc/${PF} \
+   $(use_enable cdp) \
+   $(use_enable doc doxygen-man) \
+   $(use_enable doc doxygen-pdf) \
+   $(use_enable doc doxygen-html) \
+   $(use_enable dot1) \
+   $(use_enable dot3) \
+   $(use_enable edp) \
+   $(use_enable fdp) \
+   $(use_enable graph doxygen-dot) \
+   $(use_with jansson json) \
+   $(use_enable lldpmed) \
+   $(use_enable old-kernel oldies) \
+   $(use_enable sonmp) \
+   $(use_enable static-libs static) \
+   $(use_with readline) \
+   $(use_enable sanitizers) \
+   $(use_with seccomp) \
+   $(use_with snmp) \
+   

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

2016-07-14 Thread Jorge Manuel B. S. Vicetto
commit: 1318394217bd16f8c3c4bbedb041daba914dc72f
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Thu Jul 14 22:05:09 2016 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Thu Jul 14 22:05:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13183942

www-apps/drupal: Version bump to releases 7.50 and 8.1.5.

Package-Manager: portage-2.3.0

 www-apps/drupal/Manifest|  2 +
 www-apps/drupal/drupal-7.50.ebuild  | 75 
 www-apps/drupal/drupal-8.1.5.ebuild | 87 +
 3 files changed, 164 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 3e31c64..aa75d6d 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,4 +1,6 @@
 DIST drupal-6.38.tar.gz 1113790 SHA256 
46a6d7ec170e74f3c85b11fdf0fae74ce0691d4260b848bf5faff1f0f5f31d4b SHA512 
ad8b0e04c15afa6e5b5f7d60478c7ac7f6123cd0735424588a4266a987d13df96d8349a8674bcdbcfc437a63847269477a6c836660b7dd990dbb1b844809ce14
 WHIRLPOOL 
87df66cb65bd9c97356f54d9ede14a6bec41aed49cdb5ae0f504077ce14f03cecb03ace863492c765c3b3837d8aa84c12bf11ed3ebf874afac1b69c21d31661b
 DIST drupal-7.44.tar.gz 3265819 SHA256 
a62971d20edd4ffd4c6dd03eb5fe3d213777d3807f48b7399bb73688dfd4bc5a SHA512 
67d358c85259b7722824f214be177c40819c7e0c06c8ec7511b7f87ecff1ab6622af62fc5769b62682e0e67f718743afa6b0a9e4c55e2348a1b408eeb566c3e9
 WHIRLPOOL 
2630412b085894f3b9dc8d5e0d6f0c08115f3ca60fdcbfafb6fa3070b1b54f4b551432778c6f93a59f51cd58d40b7e5c5bcdcf54abab4c6c634f31cc6be5c52a
+DIST drupal-7.50.tar.gz 3286826 SHA256 
82041716e1790269d09ec4a1c4cca8899d0221509471d53ac793a320143e0cf0 SHA512 
1d80c1cb46db4a679f4ba61decfd799989c915206325a825e0c2234c33d84dc4a7ee38a76f51e48337e241c22deffc0589d65eb6de4341070e1b4440823e52c3
 WHIRLPOOL 
eaf8a872c505a8be8faba3f8e687360c7f52e09fbf081fbd2141245a13220ac16de67bb4a7c1a283d61c517760df54bb2a268bf67649ea0875be48bd89bb6573
 DIST drupal-8.0.6.tar.gz 11782652 SHA256 
4aa4310d5e6e7d8a932b158379f27ac226cd43d01bde71d4cc3229a491992baa SHA512 
99b1192eb85e04ca14d8929dbea1cb658542027efa7f2a8c67a0572a2f6266ada375f700d176c6b6c858062fb1845fd0991e76c54929a2ca41a336f38cf0b492
 WHIRLPOOL 
07b3b09b272f404123733710738418eded39ea10a5afcbc39659c6eab5550deaa18b0d9f33be33cf1647fe47f36af905c5f5ade02ce031f81bfb23e543775a68
 DIST drupal-8.1.3.tar.gz 12552870 SHA256 
178e5ad63839ba52904925a4e230146786bb7fce7f25a2ff57f835a390689176 SHA512 
526672e8c2d4858cfaece25ed9fbea680d4adc9ef8d0ff57e291bd524cd8dc3f434e9603be4bb46aff2c14fbc6a27c7f9939a416cbd829913276545db6b34073
 WHIRLPOOL 
e9d6f9651defdf9786611a61785598d88299bdf0a3263a94a3a978345cd09c230530f2605284119f2dc5b11f02bb9990286deee3d02a708efad6029bafc4beeb
+DIST drupal-8.1.5.tar.gz 12596430 SHA256 
66590d33ba123e0b399dd9588cf3fd3b6cfbc146fc238a3f4f7d05271ae66548 SHA512 
733d27b9aae4dde71582e3ad9bbb274f7ee66bba0a0860febf306b0ea16d3e200770a41f8eedc9cf69bccbaebb0e75f7244ca073a0e88d4cfeb82a60e477c1a1
 WHIRLPOOL 
04e360cd828f3f830ec1a422f0a22a21f344030b969cd9747f4953bfc0a89981561970f58153e1f602dc393c6684546ab57605bb14e71ef5abd1ae7d06ba5c34

diff --git a/www-apps/drupal/drupal-7.50.ebuild 
b/www-apps/drupal/drupal-7.50.ebuild
new file mode 100644
index 000..6eb274c
--- /dev/null
+++ b/www-apps/drupal/drupal-7.50.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
+   virtual/httpd-php
+   accelerator? ( ||
+   (
+   dev-php/xcache
+   (
+   >=dev-lang/php-5.5[opcache]
+   dev-php/pecl-apcu
+   )
+   )
+   )
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+   mysql? (
+   || (
+   dev-lang/php[mysql]
+   dev-lang/php[mysqli]
+   )
+   )
+   sqlite? ( dev-lang/php[sqlite] )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt "
+   dodoc ${docs}
+   rm -f ${docs} INSTALL COPYRIGHT.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+   

[gentoo-commits] proj/openrc:master commit in: src/librc/, src/rc/, /

2016-07-14 Thread William Hubbs
commit: 3a1262703fd20d2e8288d13d908fb282c77d1793
Author: William Hubbs  gmail  com>
AuthorDate: Sun Mar 22 20:04:14 2015 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Jul 14 21:52:57 2016 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=3a126270

Remove the DEBUG_MEMORY macro

This fixes #43.

 README.md  |  3 ---
 src/librc/librc-misc.c | 18 ++
 src/rc/openrc-run.c|  4 
 src/rc/rc-misc.c   |  2 --
 src/rc/rc-service.c|  6 --
 src/rc/rc-status.c |  2 --
 src/rc/rc.c| 16 ++--
 src/rc/start-stop-daemon.c |  4 
 8 files changed, 12 insertions(+), 43 deletions(-)

diff --git a/README.md b/README.md
index 7fadd23..edf6426 100644
--- a/README.md
+++ b/README.md
@@ -43,9 +43,6 @@ We don't support building a static OpenRC with PAM.
 
 You may need to use `PROGLDFLAGS=-Wl,-Bstatic` on glibc instead of just 
`-static`.
 
-If you debug memory under valgrind, add `-DDEBUG_MEMORY`
-to your `CPPFLAGS` so that all malloc memory should be freed at exit.
-
 If you are building OpenRC for a Gentoo Prefix installation, add 
`MKPREFIX=yes`.
 
 `PKG_PREFIX` should be set to where packages install to by default.

diff --git a/src/librc/librc-misc.c b/src/librc/librc-misc.c
index d558941..45bdb7a 100644
--- a/src/librc/librc-misc.c
+++ b/src/librc/librc-misc.c
@@ -404,6 +404,12 @@ librc_hidden_def(rc_config_value)
  * each rc_conf_value call */
 static RC_STRINGLIST *rc_conf = NULL;
 
+static void
+_free_rc_conf(void)
+{
+   rc_stringlist_free(rc_conf);
+}
+
 char *
 rc_conf_value(const char *setting)
 {
@@ -413,17 +419,13 @@ rc_conf_value(const char *setting)
 
if (! rc_conf) {
rc_conf = rc_config_load(RC_CONF);
-#ifdef DEBUG_MEMORY
atexit(_free_rc_conf);
-#endif
 
/* Support old configs. */
if (exists(RC_CONF_OLD)) {
old = rc_config_load(RC_CONF_OLD);
TAILQ_CONCAT(rc_conf, old, entries);
-#ifdef DEBUG_MEMORY
free(old);
-#endif
}
 
rc_conf = rc_config_directory(rc_conf);
@@ -443,11 +445,3 @@ rc_conf_value(const char *setting)
return rc_config_value(rc_conf, setting);
 }
 librc_hidden_def(rc_conf_value)
-
-#ifdef DEBUG_MEMORY
-static void
-_free_rc_conf(void)
-{
-   rc_stringlist_free(rc_conf);
-}
-#endif

diff --git a/src/rc/openrc-run.c b/src/rc/openrc-run.c
index 275cb32..ff884c4 100644
--- a/src/rc/openrc-run.c
+++ b/src/rc/openrc-run.c
@@ -247,7 +247,6 @@ cleanup(void)
 
rc_plugin_unload();
 
-#ifdef DEBUG_MEMORY
rc_stringlist_free(deptypes_b);
rc_stringlist_free(deptypes_n);
rc_stringlist_free(deptypes_nw);
@@ -267,7 +266,6 @@ cleanup(void)
free(service);
free(prefix);
free(runlevel);
-#endif
 }
 
 /* Buffer and lock all output messages so that we get readable content */
@@ -1097,9 +1095,7 @@ service_plugable(void)
break;
}
}
-#ifdef DEBUG_MEMORY
free(list);
-#endif
return allow;
 }
 

diff --git a/src/rc/rc-misc.c b/src/rc/rc-misc.c
index 82f1b78..85a0db7 100644
--- a/src/rc/rc-misc.c
+++ b/src/rc/rc-misc.c
@@ -110,11 +110,9 @@ env_filter(void)
setenv(env->value, e + 1, 1);
}
 
-#ifdef DEBUG_MEMORY
rc_stringlist_free(env_list);
rc_stringlist_free(env_allow);
rc_stringlist_free(profile);
-#endif
 }
 
 void

diff --git a/src/rc/rc-service.c b/src/rc/rc-service.c
index 3fd94b2..d0a6499 100644
--- a/src/rc/rc-service.c
+++ b/src/rc/rc-service.c
@@ -76,9 +76,7 @@ int main(int argc, char **argv)
case 'e':
service = rc_service_resolve(optarg);
opt = service ? EXIT_SUCCESS : EXIT_FAILURE;
-#ifdef DEBUG_MEMORY
free(service);
-#endif
return opt;
/* NOTREACHED */
case 'i':
@@ -97,9 +95,7 @@ int main(int argc, char **argv)
rc_stringlist_sort();
TAILQ_FOREACH(s, list, entries)
printf("%s\n", s->value);
-#ifdef DEBUG_MEMORY
rc_stringlist_free(list);
-#endif
return EXIT_SUCCESS;
/* NOTREACHED */
case 'r':
@@ -107,9 +103,7 @@ int main(int argc, char **argv)
if (service == NULL)
return EXIT_FAILURE;
printf("%s\n", service);
-#ifdef DEBUG_MEMORY
free(service);
-#endif
return EXIT_SUCCESS;
/* NOTREACHED */
 

diff --git a/src/rc/rc-status.c b/src/rc/rc-status.c
index a0a2fce..6724db8 100644
--- a/src/rc/rc-status.c
+++ b/src/rc/rc-status.c
@@ -331,7 +331,6 @@ int 

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

2016-07-14 Thread Jorge Manuel B. S. Vicetto
commit: 582883a3818a70aab4ec01619d383615d8a91fb2
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Thu Jul 14 21:56:37 2016 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Thu Jul 14 21:58:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=582883a3

www-apps/dokuwiki: Add "Elenor of Tsort" release with hotfix 20160626a.

Package-Manager: portage-2.3.0

 www-apps/dokuwiki/Manifest  |  1 +
 www-apps/dokuwiki/dokuwiki-20160626a.ebuild | 78 +
 2 files changed, 79 insertions(+)

diff --git a/www-apps/dokuwiki/Manifest b/www-apps/dokuwiki/Manifest
index 4c03b1a..dba81b9 100644
--- a/www-apps/dokuwiki/Manifest
+++ b/www-apps/dokuwiki/Manifest
@@ -2,3 +2,4 @@ DIST dokuwiki-2014-05-05e.tgz 3218289 SHA256 
015b5e76427b97e584f195bab6652beaa80
 DIST dokuwiki-2014-09-29d.tgz 3283317 SHA256 
6fc6794e13c8e3fe07f5e02bd09cc3a167486a676e9822fa17aab0a45b094794 SHA512 
426c41c5d7c6484cc6d5757dbe8e0ac50bf1088406c5c58d975f19fde5f6cb0a0dafb5a27c9901335b1d65a34578f46ffabbd44eed4f5bbd59d6c3fed1c769e3
 WHIRLPOOL 
59ea72ab973dfc5119056bfccbd5adae9a2ac45b13dbe5971325ca6e1bc4db2e8213aac1d5aab8d699b43b0602dd4b635841e7279e9535c63ed3d80cc85b1007
 DIST dokuwiki-2015-08-10.tgz 3399960 SHA256 
bdede4c71e95c1bd6a8daaa65e2ccfa8ef7372022504b9358f175df964f0a399 SHA512 
745edc9ff60d2d145936693a4c66cecc4059c88c6a6fdfcce28cac0f74896f43c9156a11469902be34f278e2138c61a2ee5a8547994bd9163816c25429d8eb1b
 WHIRLPOOL 
74b443432c9b30e4fcfe034a2898cec41ba2142775fe4ee1ae60def332aa572e04f8691914a329975a31d116fdb5e12af3b24d2552c7098ac20cc82c7d960603
 DIST dokuwiki-2015-08-10a.tgz 3406922 SHA256 
98f0868c0cf9fc6664b57f89149fa537b73222bcc010247771e4afc08c8199fd SHA512 
61108e7dbfa0ce6a142d9a77fbffbfc29cd0ed38ecd52558ab4043703a62d570c230d57822eeb6da2a9e34f6cbf72ac25416e7f97c55b5deae121f34393a9850
 WHIRLPOOL 
7d4a59669220b8b6abd632a4f074c2643c703d8c7f0c59293536f9f620af92e6a25e896fb48e084dd576456fc8399df53331606628288b97508b2950a3323a77
+DIST dokuwiki-2016-06-26a.tgz 3464161 SHA256 
dfdb243cc766482eeefd99e70215b289c9aa0bd8bee83068f438440d7b1a1ce6 SHA512 
5b0cb2efa0a1bc8d0601b7d19e34ac1d077522e9de2418fc0209a4162757833111e6fe659c5f2383143759a33b5613ad9783ebe42371b4c715ee5dc582b48249
 WHIRLPOOL 
0f381e629e9b810e98c46c3f89b98ddd1e716c63d71b9c1954e23c47ebcc3de9fbfdecda88be4022e750b24b2771b7f4ec0345bd76330daf315c4b9d070abe5a

diff --git a/www-apps/dokuwiki/dokuwiki-20160626a.ebuild 
b/www-apps/dokuwiki/dokuwiki-20160626a.ebuild
new file mode 100644
index 000..ce5518b
--- /dev/null
+++ b/www-apps/dokuwiki/dokuwiki-20160626a.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit webapp
+
+# upstream uses dashes in the datestamp
+MY_BASE_PV="${PV:0:4}-${PV:4:2}-${PV:6:2}"
+MY_PV="${MY_BASE_PV}${PV:8:1}"
+
+DESCRIPTION="DokuWiki is a simple to use Wiki aimed at a small company's 
documentation needs."
+HOMEPAGE="http://wiki.splitbrain.org/wiki:dokuwiki;
+SRC_URI="http://download.dokuwiki.org/src/${PN}/${PN}-${MY_PV}.tgz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="gd"
+
+DEPEND=""
+RDEPEND="
+   >=dev-lang/php-5.3[xml]
+   virtual/httpd-php:*
+   gd? ( ||
+   (
+   dev-lang/php[gd]
+   media-gfx/imagemagick
+   )
+   )
+"
+
+need_httpd_cgi
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+src_prepare() {
+   # create initial changes file
+   touch data/changes.log
+}
+
+src_install() {
+   webapp_src_preinst
+
+   dodoc README
+   rm -f README COPYING
+
+   docinto scripts
+   dodoc bin/*
+   rm -rf bin
+
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   # Copy custom .htaccess that works with both apache 2.2 and 2.4
+   for dir in "conf" "data" "inc" "inc/lang"; do
+   insinto "${MY_HTDOCSDIR}/${dir}"
+   newins "${FILESDIR}/htaccess" ".htaccess"
+   done
+
+   # Use custom .htaccess.dist that works with both apache 2.2 and 2.4
+   insinto "${MY_HTDOCSDIR}/"
+   newins "${FILESDIR}/htaccess-dist" ".htaccess.dist"
+
+   for x in $(find data/ -not -name '.htaccess'); do
+   webapp_serverowned "${MY_HTDOCSDIR}"/${x}
+   done
+
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess.dist
+   webapp_configfile "${MY_HTDOCSDIR}"/conf
+
+   for x in $(find conf/ -not -name 'msg'); do
+   webapp_configfile "${MY_HTDOCSDIR}"/${x}
+   done
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+   webapp_src_install
+}



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

2016-07-14 Thread Mike Gilbert
commit: d8df19613ba281ca96f1a8ff95b43a99b6f339d3
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Jul 14 21:56:04 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Jul 14 21:56:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8df1961

net-misc/flexget: depend on https://bugs.gentoo.org/588844

Package-Manager: portage-2.3.0_p11

 net-misc/flexget/{flexget-1.2.346.ebuild => flexget-1.2.346-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-misc/flexget/flexget-1.2.346.ebuild 
b/net-misc/flexget/flexget-1.2.346-r1.ebuild
similarity index 96%
rename from net-misc/flexget/flexget-1.2.346.ebuild
rename to net-misc/flexget/flexget-1.2.346-r1.ebuild
index 16bf217..9c965b0 100644
--- a/net-misc/flexget/flexget-1.2.346.ebuild
+++ b/net-misc/flexget/flexget-1.2.346-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -49,6 +49,7 @@ DEPEND="
dev-python/tmdb3[${PYTHON_USEDEP}]
dev-python/path-py[${PYTHON_USEDEP}]
>=dev-python/guessit-0.9.3[${PYTHON_USEDEP}]
+   

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

2016-07-14 Thread Brian Evans
commit: a3e3fa4842d74b0ec2c147c2d4e576cf718dcb96
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Jul 14 20:45:48 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Jul 14 21:03:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e3fa48

dev-php/pecl-haru: Drop old; silence repoman for unknown dependency

Package-Manager: portage-2.3.0

 dev-php/pecl-haru/pecl-haru-1.0.4-r1.ebuild |  4 ++--
 dev-php/pecl-haru/pecl-haru-1.0.4.ebuild| 28 
 2 files changed, 2 insertions(+), 30 deletions(-)

diff --git a/dev-php/pecl-haru/pecl-haru-1.0.4-r1.ebuild 
b/dev-php/pecl-haru/pecl-haru-1.0.4-r1.ebuild
index 75c98ab..b506367 100644
--- a/dev-php/pecl-haru/pecl-haru-1.0.4-r1.ebuild
+++ b/dev-php/pecl-haru/pecl-haru-1.0.4-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-USE_PHP="php5-4 php5-5 php5-6"
+USE_PHP="php5-5 php5-6"
 
 inherit php-ext-pecl-r2
 

diff --git a/dev-php/pecl-haru/pecl-haru-1.0.4.ebuild 
b/dev-php/pecl-haru/pecl-haru-1.0.4.ebuild
deleted file mode 100644
index 27ca70d..000
--- a/dev-php/pecl-haru/pecl-haru-1.0.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_PHP="php5-4 php5-5"
-
-inherit php-ext-pecl-r2
-
-DESCRIPTION="An interface to libharu, a PDF generator"
-
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="png zlib"
-
-DEPEND="media-libs/libharu[png?,zlib?]"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   # config.m4 is broken checking paths, so we need to override it
-   my_conf=""
-   use png && my_conf+=" --with-png-dir=/usr"
-   use zlib && my_conf+=" --with-zlib-dir=/usr"
-
-   php-ext-source-r2_src_configure
-}



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

2016-07-14 Thread Brian Evans
commit: fdd3b6c0b28bf953a48ac45796b98bc5f342b77b
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Jul 14 20:42:44 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Jul 14 21:03:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdd3b6c0

dev-php/pecl-geoip: Drop old

Package-Manager: portage-2.3.0

 dev-php/pecl-geoip/Manifest   |  1 -
 dev-php/pecl-geoip/pecl-geoip-1.0.8-r2.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-php/pecl-geoip/Manifest b/dev-php/pecl-geoip/Manifest
index eac1185..107df01 100644
--- a/dev-php/pecl-geoip/Manifest
+++ b/dev-php/pecl-geoip/Manifest
@@ -1,2 +1 @@
-DIST geoip-1.0.8.tgz 10061 SHA256 
08beeb2cbe9ab729d06b026795f5b9084aead6a1762493b0be53c4393d68d08a SHA512 
3a8a64f1d420472cc5b3a760391be28bd6bd8a34092715b0f75f308502fa76ca71a029cb2f0ba2fb87ba26166781547edbb7f151609c91db48bb025add4d0447
 WHIRLPOOL 
a79497cd4f9fe0bc8c50138a1c17ff4b0d08b615f6458a8b48149dccfbb7d5927c6cdb47ece5127ae477796d5a7ca2e38139fe71266584a5874b043d6a12ff95
 DIST geoip-1.1.0.tgz 12714 SHA256 
82c6deb7264d2ff7c4d6c45a7d27cff7ab097be965795e317e04a9c5b7be98b9 SHA512 
8a0fc698a234d3b2c01f2a0c05c28025d98a5d3dce509ba19ee462abae0fd0f5631d96d3e8bba4fce6c23b278ec3875da5e8535971c7d880e2e307a097dc30a1
 WHIRLPOOL 
f8ccf90958bdc0eee41f24b6ad04907884fed2efe2bca483fa816aceb46d15311325175b07f27d85085afdb5651fd071fd20b046ba42e30da26eea56a14912d6

diff --git a/dev-php/pecl-geoip/pecl-geoip-1.0.8-r2.ebuild 
b/dev-php/pecl-geoip/pecl-geoip-1.0.8-r2.ebuild
deleted file mode 100644
index b16a496..000
--- a/dev-php/pecl-geoip/pecl-geoip-1.0.8-r2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PHP_EXT_NAME="geoip"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS="README ChangeLog"
-
-USE_PHP="php5-5 php5-4"
-
-inherit php-ext-pecl-r2
-
-KEYWORDS="amd64 x86"
-
-DESCRIPTION="PHP extension to map IP address to geographic places"
-LICENSE="PHP-3"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=dev-libs/geoip-1.4.0"
-RDEPEND="${DEPEND}"



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

2016-07-14 Thread Brian Evans
commit: 74474c2911fd0a219aa29e42f4b87b5acf1378df
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Jul 14 20:55:47 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Jul 14 21:03:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74474c29

dev-php/pecl-mongo: Drop old with no php 5.6 support

Package-Manager: portage-2.3.0

 dev-php/pecl-mongo/Manifest|  1 -
 dev-php/pecl-mongo/pecl-mongo-1.5.4.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-php/pecl-mongo/Manifest b/dev-php/pecl-mongo/Manifest
index cc75cbf..e433568 100644
--- a/dev-php/pecl-mongo/Manifest
+++ b/dev-php/pecl-mongo/Manifest
@@ -1,4 +1,3 @@
-DIST mongo-1.5.4.tgz 191364 SHA256 
19d01417f0c96c10fb9149fc6cb5cc9c1f096e9c6fa31ee4c454f229e33dbd30 SHA512 
509eb4f9dc0fd7617ec2f7616b1511266b91b804c0ec04ef5dcfbb9b1a77ec6e9acc3108dfe6b2607f4e97f6091dc2f94456900dcd7e64c85e2f754aafb65c05
 WHIRLPOOL 
4807844725f6221d130ec30c3ab47fc9da25286ce039568c58332d63412a73a663cb713dd346095acc5d6c539ac0e6c0cdbae80ad6582ef1473a5dc23fa24edf
 DIST mongo-1.5.6.tgz 193219 SHA256 
939231c5129176f5f00ba6275dd34b261e173675b1e81a5fa536a14d05b12b11 SHA512 
588915079ea08631ef60fce26bd86a0596003900b75c11af7935e57aa418220e21197aff4617f79808a5ee2bc0d74aba031f54f05be4604c6fc94ce146823c10
 WHIRLPOOL 
c1c922750fa272cc2565d2377b65f5e25b2cb9e55f19abe94c34661e93d62b4162a8a18ef53b71b4c8e653778cc0d837930819b8ed79c6bbfd9690b35801f550
 DIST mongo-1.6.11.tgz 209141 SHA256 
cd180ae35f537a199d374a3105106ee5a2b0cab618b12f6221e4c985c28955ac SHA512 
82c668e25fd68c6a7982f15fced06c72d87deab5b587ebd66f3d78f59d9fc9c94467a37e355adffd98a347786effd9eda3e1104fc89c85c31947fd6786cbb1e8
 WHIRLPOOL 
3a4e181c3cd505d25fa18251d5d866e3f22535caa8213f90bb08adc803b527fc7ae0e0f9557a110dbfcea0717d5550cf2e1592be9e745f337675f35aaba08176
 DIST mongo-1.6.2.tgz 204061 SHA256 
b9a1319910a3d91af94aec46b9dd0021e5b2504b199c60cc8b6075f8d3d78e7b SHA512 
01118fd8f227c220c9c29749687cc33a6a56af1b8ed03f72e966d2ce4fd4e23048c6d0576d3c619b4e9e7c690892a05c665970bf8592170a8cb569a84094dd9d
 WHIRLPOOL 
cbef6dd822ef59301c4e534e4fe8a07bebdfbdf02f24b279ddf1c72c9ed27a5fafa81e9c20beb6687d049663ce2cf6515d2e4c28aee65e848254ae0857c1

diff --git a/dev-php/pecl-mongo/pecl-mongo-1.5.4.ebuild 
b/dev-php/pecl-mongo/pecl-mongo-1.5.4.ebuild
deleted file mode 100644
index 197ee47..000
--- a/dev-php/pecl-mongo/pecl-mongo-1.5.4.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PHP_EXT_NAME="mongo"
-
-USE_PHP="php5-5 php5-4"
-
-inherit php-ext-pecl-r2
-
-DESCRIPTION="MongoDB database driver"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"



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

2016-07-14 Thread Brian Evans
commit: 1e1409ff497299402599fbb7d7e2dfbc0863ef82
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Jul 14 20:58:51 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Jul 14 21:03:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e1409ff

dev-php/pecl-uploadprogress: Drop old

Package-Manager: portage-2.3.0

 .../pecl-uploadprogress-1.0.3.1-r1.ebuild   | 21 -
 1 file changed, 21 deletions(-)

diff --git a/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.3.1-r1.ebuild 
b/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.3.1-r1.ebuild
deleted file mode 100644
index b08e9a9..000
--- a/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.3.1-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_PHP="php5-5 php5-4"
-
-inherit php-ext-pecl-r2
-
-DESCRIPTION="An extension to track progress of a file upload"
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-lang/php[apache2]"
-
-pkg_postinst() {
-   elog "This extension is only known to work on Apache with mod_php."
-}



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

2016-07-14 Thread Brian Evans
commit: 0ee7f3ced668b98f8a1ed8260a4ff05356b9355a
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Jul 14 20:53:22 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Jul 14 21:03:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ee7f3ce

dev-php/pecl-memcached: Drop old

Package-Manager: portage-2.3.0

 dev-php/pecl-memcached/Manifest|  1 -
 .../pecl-memcached/pecl-memcached-2.1.0-r2.ebuild  | 36 
 .../pecl-memcached/pecl-memcached-2.1.0-r3.ebuild  | 49 --
 dev-php/pecl-memcached/pecl-memcached-2.2.0.ebuild | 48 -
 4 files changed, 134 deletions(-)

diff --git a/dev-php/pecl-memcached/Manifest b/dev-php/pecl-memcached/Manifest
index dbb5338..715e7a3 100644
--- a/dev-php/pecl-memcached/Manifest
+++ b/dev-php/pecl-memcached/Manifest
@@ -1,3 +1,2 @@
 DIST memcached-1.0.2.tgz 22724 SHA256 
16de77317e43b0a5bfd802c0bd2ef575adbad2093e8632d58738974e6cb14129 SHA512 
02ccd76a540b86fbd392fcdb0bb632fa3d715b702ee90a10bd7a0330d9b181c7c4f1420bc60ffbcd1e0315fd602382a93b0d50aa8c7d1d9b9152868b60f595b3
 WHIRLPOOL 
674b1e9437b4e48810db5cb71961d88716c25e66b83e06307e718265a8de4053e3b260aa78f64a91c9f17779448f372217a85a4245c249957fbfcc32bec5
-DIST memcached-2.1.0.tgz 39095 SHA256 
bc4940015be74f47908d410d7b55e10a3d5bf65674036d944c73558227fcc4af SHA512 
47695ee2ba90861810b0b7dda06ea0b72931b1e0be28c99535a98d4644500cdd7719bc98ff0500b798af46f6fa78336084c61e24fef5235891937b679cfd58d6
 WHIRLPOOL 
3ae08a948c7ecf03d8c1fd71bcc9899eac46a89f633d74c78a5e8cddde0c923a54b035f1c99e0d08e49b7adb77dad7139adf61d6ccb8e6acfddd989e04809319
 DIST memcached-2.2.0.tgz 70449 SHA256 
17b9600f6d4c807f23a3f5c45fcd8775ca2e61d6eda70370af2bef4c6e159f58 SHA512 
61207d3f8c11b0620dbcb20fb2ebb6d1fc10159a7e879ee91556a303c3dcdf3d2571e8dda5efcbed77ff779f5c9b226aa48800630b9e7781cd964126b848c356
 WHIRLPOOL 
1114a4c4371cfb42e3e4cb991980b32894f438abacf61c6da3dd6d9742c93e20df7691287c852c17dfe8261046227d73b1887c0b7b9c03a0e895a713005dc95a

diff --git a/dev-php/pecl-memcached/pecl-memcached-2.1.0-r2.ebuild 
b/dev-php/pecl-memcached/pecl-memcached-2.1.0-r2.ebuild
deleted file mode 100644
index 1a4d891..000
--- a/dev-php/pecl-memcached/pecl-memcached-2.1.0-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="4"
-PHP_EXT_NAME="memcached"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS="README"
-
-USE_PHP="php5-5 php5-4"
-
-inherit php-ext-pecl-r2
-
-KEYWORDS="amd64 x86"
-
-DESCRIPTION="PHP extension for interfacing with memcached via libmemcached 
library"
-LICENSE="PHP-3"
-SLOT="0"
-IUSE="+session igbinary json sasl"
-
-DEPEND="|| ( >=dev-libs/libmemcached-1.0.14 >=dev-libs/libmemcached-1.0[sasl?] 
)
-   sys-libs/zlib
-   dev-lang/php[session?,json?]
-   igbinary? ( 
dev-php/igbinary[php_targets_php5-5?,php_targets_php5-4?] )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   my_conf="--enable-memcached
-   $(use_enable session memcached-session)
-   $(use_enable sasl memcached-sasl)
-   $(use_enable json memcached-json)
-   $(use_enable igbinary memcached-igbinary)"
-
-   php-ext-source-r2_src_configure
-}

diff --git a/dev-php/pecl-memcached/pecl-memcached-2.1.0-r3.ebuild 
b/dev-php/pecl-memcached/pecl-memcached-2.1.0-r3.ebuild
deleted file mode 100644
index b2e9cd4..000
--- a/dev-php/pecl-memcached/pecl-memcached-2.1.0-r3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-PHP_EXT_NAME="memcached"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS="README"
-
-USE_PHP="php5-5 php5-4"
-
-inherit base php-ext-pecl-r2
-
-KEYWORDS="amd64 x86"
-
-DESCRIPTION="PHP extension for interfacing with memcached via libmemcached 
library"
-LICENSE="PHP-3"
-SLOT="0"
-IUSE="+session igbinary json sasl"
-
-DEPEND="|| ( >=dev-libs/libmemcached-1.0.14 >=dev-libs/libmemcached-1.0[sasl?] 
)
-   sys-libs/zlib
-   dev-lang/php[session?,json?]
-   igbinary? ( 
dev-php/igbinary[php_targets_php5-5?,php_targets_php5-4?] )"
-RDEPEND="${DEPEND}"
-PATCHES=( "${FILESDIR}/libmc-1.09-fix.diff" )
-
-src_prepare() {
-   local slot orig_s="${S}"
-   for slot in $(php_get_slots); do
-   export S="${WORKDIR}/${slot}"
-   cd "${S}"
-   base_src_prepare
-   done
-   export S="${orig_s}"
-   cd "${S}"
-   php-ext-source-r2_src_prepare
-}
-
-src_configure() {
-   my_conf="--enable-memcached
-   $(use_enable session memcached-session)
-   $(use_enable sasl memcached-sasl)
-   $(use_enable json memcached-json)
-   $(use_enable igbinary memcached-igbinary)"
-
-   php-ext-source-r2_src_configure
-}

diff --git 

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

2016-07-14 Thread Brian Evans
commit: 059e60d5ee433b24db0d2020bad7cce7a72789f2
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Jul 14 20:48:12 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Jul 14 21:03:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=059e60d5

dev-php/pecl-memcache: Drop old

Package-Manager: portage-2.3.0

 dev-php/pecl-memcache/pecl-memcache-3.0.8.ebuild | 46 
 1 file changed, 46 deletions(-)

diff --git a/dev-php/pecl-memcache/pecl-memcache-3.0.8.ebuild 
b/dev-php/pecl-memcache/pecl-memcache-3.0.8.ebuild
deleted file mode 100644
index ef3b70e..000
--- a/dev-php/pecl-memcache/pecl-memcache-3.0.8.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-PHP_EXT_NAME="memcache"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS="README"
-
-USE_PHP="php5-5 php5-4"
-
-inherit php-ext-pecl-r2
-
-KEYWORDS="amd64 hppa ppc64 x86"
-
-DESCRIPTION="PHP extension for using memcached"
-LICENSE="PHP-3"
-SLOT="0"
-IUSE="+session"
-
-DEPEND="sys-libs/zlib
-   dev-lang/php:*[session?]"
-RDEPEND="${DEPEND}"
-
-# upstream does not ship any testsuite, so the PHPize test-runner fails.
-RESTRICT='test'
-
-src_configure() {
-   my_conf="--enable-memcache --with-zlib-dir=/usr $(use_enable session 
memcache-session)"
-   php-ext-source-r2_src_configure
-}
-
-src_install() {
-   php-ext-pecl-r2_src_install
-
-   php-ext-source-r2_addtoinifiles "memcache.allow_failover" "true"
-   php-ext-source-r2_addtoinifiles "memcache.max_failover_attempts" "20"
-   php-ext-source-r2_addtoinifiles "memcache.chunk_size" "32768"
-   php-ext-source-r2_addtoinifiles "memcache.default_port" "11211"
-   php-ext-source-r2_addtoinifiles "memcache.hash_strategy" "consistent"
-   php-ext-source-r2_addtoinifiles "memcache.hash_function" "crc32"
-   php-ext-source-r2_addtoinifiles "memcache.redundancy" "1"
-   php-ext-source-r2_addtoinifiles "memcache.session_redundancy" "2"
-   php-ext-source-r2_addtoinifiles "memcache.protocol" "ascii"
-}



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

2016-07-14 Thread Brian Evans
commit: 53d4909bff57f07899955992d1da27dcb8333158
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Jul 14 20:57:18 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Jul 14 21:03:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53d4909b

dev-php/pecl-rrd: Drop old

Package-Manager: portage-2.3.0

 dev-php/pecl-rrd/Manifest  |  1 -
 dev-php/pecl-rrd/pecl-rrd-1.1.0.ebuild | 19 ---
 2 files changed, 20 deletions(-)

diff --git a/dev-php/pecl-rrd/Manifest b/dev-php/pecl-rrd/Manifest
index 9e5ea15..c792203 100644
--- a/dev-php/pecl-rrd/Manifest
+++ b/dev-php/pecl-rrd/Manifest
@@ -1,3 +1,2 @@
-DIST rrd-1.1.0.tgz 18639 SHA256 
3c31c9e07da55a57978a1e2801051ebfcad4a35fd1664e9bea63ecdfca0fcfdb SHA512 
5d6887fbe5e9f5589ab3876ecb187159b10727f4cd64d4aaaf98442c737aaa9e43394d7795b1eb06d62dc253bb98d4c40ab37520ccf54850b3306ef14225619a
 WHIRLPOOL 
4a7fab06d295cc4f0ebe96cd5bf68b12a889bd0048619ea9ad82639cb3ad08f4a9046102a164cd9c812f6e1c709998d4366fc94f2cb88ea465eac1c1769ebf0c
 DIST rrd-1.1.3.tgz 19229 SHA256 
0415ac51e09fe2e7a999d155d10d6af42ddf40ab0b4847a63ed1f9458533858e SHA512 
356264de1b967af0f78e25e3c0afcbec704dd3e49d828e08d21d744d5fcdc46f4cd7f7c118b4e283c20bcaf2a4c29e0ac9437c7f66ca0d260a76fddf7b9d3242
 WHIRLPOOL 
dbb3317985e47130ee03c4ba6284428d38e25849a8da9a3ada2437f4e5b276e79a104131a64aad0e244fe5b63d5d310d81090517efcd3b8a6e18992c1d6f
 DIST rrd-2.0.1.tgz 18880 SHA256 
39f5ae515de003d8dad6bfd77db60f5bd5b4a9f6caa41479b1b24b0d6592715d SHA512 
b6f7173f54fcf49bf014cc6c78263c169cdf53dac66c12f5f88db7e01b49ea74da84a55f61deb25c866e6e2e74275ec48fc4a3d1b46719f66b5b7b7eb000b6b3
 WHIRLPOOL 
52825f29b2eb8462d14d21d13c5b9f4d06057d4150a85eb8dead2c2dc1152fcbb2b14821940e851e7bf3cb4172f0735223a6ffa7ff8634bfd862e40eaecb4fae

diff --git a/dev-php/pecl-rrd/pecl-rrd-1.1.0.ebuild 
b/dev-php/pecl-rrd/pecl-rrd-1.1.0.ebuild
deleted file mode 100644
index 58f56c9..000
--- a/dev-php/pecl-rrd/pecl-rrd-1.1.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_PHP="php5-4 php5-5"
-
-inherit php-ext-pecl-r2
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="RRDtool bindings for PHP"
-LICENSE="BSD"
-
-SLOT="0"
-
-DEPEND=">=net-analyzer/rrdtool-1.4.5-r1[graph]"
-RDEPEND="${DEPEND}"



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

2016-07-14 Thread Davide Pesavento
commit: 3379039de07dc3e3b4b2cf3204e617917317b5cd
Author: Davide Pesavento  gentoo  org>
AuthorDate: Thu Jul 14 20:39:39 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu Jul 14 20:39:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3379039d

dev-python/qscintilla-python: drop old unstable version

Package-Manager: portage-2.3.0

 dev-python/qscintilla-python/Manifest  |  1 -
 .../qscintilla-python-2.9.1.ebuild | 69 --
 2 files changed, 70 deletions(-)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index 1a60776..5b3e5c4 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,3 +1,2 @@
 DIST QScintilla-gpl-2.8.4.tar.gz 3031919 SHA256 
9b7b2d7440cc39736bbe937b853506b3bd218af3b79095d4f710cccb0fabe80f SHA512 
ab10dc756231b293ddebc06e681bb65a11b2be2a4c4132a5b2a27ca583adef76af325fa9574d9091f2e89a30494d370df262c4eaba7b7fbed04fb7c76907
 WHIRLPOOL 
7357addbc0ad8869c5749a67106c18e47d79e32399416cc2867461fa8ad0c662711b8937987cb7c3cd5b83fe9f88e1529911eefec28a972e86c7f242c8c0d634
-DIST QScintilla-gpl-2.9.1.tar.gz 2490144 SHA256 
79e9c39d51549061d3d489387bcee86ff20c1f746d1b25ac173d5165426eabaf SHA512 
709a5251c9273c527740b138b099e42a57cefa4fcda34c04da11f4640b0ee53ca9a0a58752e963bc8c63933e382ac8a6e774965d838c9123c11c1c59a9d7100e
 WHIRLPOOL 
f47319c2cebd1fdf4ae95f26781ab52758ab698b1b72e9d7db4e081e6c27bb41ef1d1da0b450c1cefebf0a9f1c1a128d45c44ba490d2be1a77276f3e1bf75224
 DIST QScintilla_gpl-2.9.2.tar.gz 2491222 SHA256 
f2c8ccdc9d3dbb90764ceed53ea096da9bb13b6260da1324e6ab4ecea29e620a SHA512 
28f88111d7eb6a016a4b87f04d2b7f5d6481b521a3361a526b3b45a56240f5c8de10310e819234fcba773c6df73bf398ae2dce622976a8e760f506be1defb7c8
 WHIRLPOOL 
a04420c66fd417e5304c92a1ee3c1998f6849bccb9088dae96ed48c06cab0a9b1c012f073aafb1e05aaee46564de9ac89ae07145f3ded35cf47beac78065650a

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.9.1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.9.1.ebuild
deleted file mode 100644
index 564f858..000
--- a/dev-python/qscintilla-python/qscintilla-python-2.9.1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2016 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} )
-
-inherit python-r1 qmake-utils
-
-MY_P=QScintilla-gpl-${PV}
-
-DESCRIPTION="Python bindings for Qscintilla"
-HOMEPAGE="http://www.riverbankcomputing.com/software/qscintilla/intro;
-SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug"
-
-DEPEND="
-   ${PYTHON_DEPS}
-   >=dev-python/sip-4.16:=[${PYTHON_USEDEP}]
-   >=dev-python/PyQt4-4.11.3[X,${PYTHON_USEDEP}]
-   dev-qt/qtcore:4
-   dev-qt/qtgui:4
-   ~x11-libs/qscintilla-${PV}:=
-"
-RDEPEND="${DEPEND}"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-S=${WORKDIR}/${MY_P}/Python
-
-src_prepare() {
-   python_copy_sources
-}
-
-src_configure() {
-   configuration() {
-   local myconf=(
-   "${PYTHON}" configure.py
-   --qmake="$(qt4_get_bindir)"/qmake
-   --destdir="$(python_get_sitedir)"/PyQt4
-   --sip-incdir="$(python_get_includedir)"
-   --pyqt=PyQt4
-   --no-timestamp
-   $(use debug && echo --debug)
-   )
-   echo "${myconf[@]}"
-   "${myconf[@]}" || die
-
-   # Run eqmake4 to respect toolchain, build flags, and prevent 
stripping
-   eqmake4
-   }
-   python_foreach_impl run_in_build_dir configuration
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   installation() {
-   emake INSTALL_ROOT="${D}" install
-   python_optimize
-   }
-   python_foreach_impl run_in_build_dir installation
-}



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

2016-07-14 Thread Davide Pesavento
commit: c4618b94b6eca1525843b4bcef8a76d6481a8fdd
Author: Davide Pesavento  gentoo  org>
AuthorDate: Thu Jul 14 20:42:51 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu Jul 14 20:42:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4618b94

x11-libs/qscintilla: drop old unstable version

Package-Manager: portage-2.3.0

 x11-libs/qscintilla/Manifest|  1 -
 x11-libs/qscintilla/qscintilla-2.9.1.ebuild | 91 -
 2 files changed, 92 deletions(-)

diff --git a/x11-libs/qscintilla/Manifest b/x11-libs/qscintilla/Manifest
index 1a60776..5b3e5c4 100644
--- a/x11-libs/qscintilla/Manifest
+++ b/x11-libs/qscintilla/Manifest
@@ -1,3 +1,2 @@
 DIST QScintilla-gpl-2.8.4.tar.gz 3031919 SHA256 
9b7b2d7440cc39736bbe937b853506b3bd218af3b79095d4f710cccb0fabe80f SHA512 
ab10dc756231b293ddebc06e681bb65a11b2be2a4c4132a5b2a27ca583adef76af325fa9574d9091f2e89a30494d370df262c4eaba7b7fbed04fb7c76907
 WHIRLPOOL 
7357addbc0ad8869c5749a67106c18e47d79e32399416cc2867461fa8ad0c662711b8937987cb7c3cd5b83fe9f88e1529911eefec28a972e86c7f242c8c0d634
-DIST QScintilla-gpl-2.9.1.tar.gz 2490144 SHA256 
79e9c39d51549061d3d489387bcee86ff20c1f746d1b25ac173d5165426eabaf SHA512 
709a5251c9273c527740b138b099e42a57cefa4fcda34c04da11f4640b0ee53ca9a0a58752e963bc8c63933e382ac8a6e774965d838c9123c11c1c59a9d7100e
 WHIRLPOOL 
f47319c2cebd1fdf4ae95f26781ab52758ab698b1b72e9d7db4e081e6c27bb41ef1d1da0b450c1cefebf0a9f1c1a128d45c44ba490d2be1a77276f3e1bf75224
 DIST QScintilla_gpl-2.9.2.tar.gz 2491222 SHA256 
f2c8ccdc9d3dbb90764ceed53ea096da9bb13b6260da1324e6ab4ecea29e620a SHA512 
28f88111d7eb6a016a4b87f04d2b7f5d6481b521a3361a526b3b45a56240f5c8de10310e819234fcba773c6df73bf398ae2dce622976a8e760f506be1defb7c8
 WHIRLPOOL 
a04420c66fd417e5304c92a1ee3c1998f6849bccb9088dae96ed48c06cab0a9b1c012f073aafb1e05aaee46564de9ac89ae07145f3ded35cf47beac78065650a

diff --git a/x11-libs/qscintilla/qscintilla-2.9.1.ebuild 
b/x11-libs/qscintilla/qscintilla-2.9.1.ebuild
deleted file mode 100644
index 92d5dc1..000
--- a/x11-libs/qscintilla/qscintilla-2.9.1.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit flag-o-matic qmake-utils
-
-MY_P=QScintilla-gpl-${PV}
-
-DESCRIPTION="A Qt port of Neil Hodgson's Scintilla C++ editor class"
-HOMEPAGE="http://www.riverbankcomputing.com/software/qscintilla/intro;
-SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0/12"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
-IUSE="designer doc"
-
-DEPEND="
-   >=dev-qt/qtcore-4.8.5:4
-   >=dev-qt/qtgui-4.8.5:4
-   designer? ( >=dev-qt/designer-4.8.5:4 )
-"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
-   default
-
-   # Sub-slot sanity check
-   local subslot=${SLOT#*/}
-   local version=$(sed -nre 's:.*VERSION\s*=\s*([0-9\.]+):\1:p' 
"${S}"/Qt4Qt5/qscintilla.pro)
-   local major=${version%%.*}
-   if [[ ${subslot} != ${major} ]]; then
-   eerror
-   eerror "Ebuild sub-slot (${subslot}) does not match QScintilla 
major version (${major})"
-   eerror "Please update SLOT variable as follows:"
-   eerror "SLOT=\"${SLOT%%/*}/${major}\""
-   eerror
-   die "sub-slot sanity check failed"
-   fi
-}
-
-src_configure() {
-   pushd Qt4Qt5 > /dev/null
-   eqmake4
-   popd > /dev/null
-
-   if use designer; then
-   # prevent building against system version (bug 466120)
-   append-cxxflags -I../Qt4Qt5
-   append-ldflags -L../Qt4Qt5
-
-   pushd designer-Qt4Qt5 > /dev/null
-   eqmake4
-   popd > /dev/null
-   fi
-}
-
-src_compile() {
-   pushd Qt4Qt5 > /dev/null
-   emake
-   popd > /dev/null
-
-   if use designer; then
-   pushd designer-Qt4Qt5 > /dev/null
-   emake
-   popd > /dev/null
-   fi
-}
-
-src_install() {
-   pushd Qt4Qt5 > /dev/null
-   emake INSTALL_ROOT="${D}" install
-   popd > /dev/null
-
-   if use designer; then
-   pushd designer-Qt4Qt5 > /dev/null
-   emake INSTALL_ROOT="${D}" install
-   popd > /dev/null
-   fi
-
-   dodoc NEWS
-
-   if use doc; then
-   docinto html
-   dodoc -r doc/html-Qt4Qt5/*
-   fi
-}



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

2016-07-14 Thread Robin H. Johnson
commit: 4beaa97be5a69103c3847bc18baa7d46912e41de
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Thu Jul 14 19:48:21 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Thu Jul 14 19:48:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4beaa97b

net-misc/netifrc: new release.

Package-Manager: portage-2.2.28

 net-misc/netifrc/Manifest  | 1 +
 net-misc/netifrc/{netifrc-.ebuild => netifrc-0.4.0.ebuild} | 2 +-
 net-misc/netifrc/netifrc-.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-misc/netifrc/Manifest b/net-misc/netifrc/Manifest
index 5be696d..6e887b7 100644
--- a/net-misc/netifrc/Manifest
+++ b/net-misc/netifrc/Manifest
@@ -3,3 +3,4 @@ DIST netifrc-0.2.3.tar.bz2 61427 SHA256 
c108d34caf555e411a80b56f08ef03693512e076
 DIST netifrc-0.2.4.tar.bz2 61828 SHA256 
9b53eb3c8e6e80cd4073a34f911a28055c28b9f7a9f119a397002b0de7ac0691 SHA512 
a8dd7d1d79e91eb37c938a7b06c835d667d5b39ad5e7bdbd6a1b18d17ac6f828935a83ca119d49b9903e9fe7ca48f0c003b28a6c52252f9f0217b96ec2c2df41
 WHIRLPOOL 
dcc538f9cced599ba1689b96bf6a412c590a1557cdde7027ac2b5066977594352660f32c5d30ddc24a4c6fd870d62ea6f7f98e44a89a534fe37b1e8787ec1e04
 DIST netifrc-0.3.0.tar.bz2 68461 SHA256 
9b0bd794a7714c06d2baa11553af018f694c2c71d121e657630d9c9ee94cafc6 SHA512 
e28c00e5318c17e46bbdbcd471252729b73a4a0af930a4bf6213d30441650390b6bb83678cfd1fbeddd8102f947016a18976538dcf316cfab08461adf301686c
 WHIRLPOOL 
aa868e8b9dccb6d2ba48f37318adae57cf8314d1b45d9ad1fdc5d6b85b0b432b7b3f5b784d9d3ae824612699947b6bd47810c4cf44daf25aef52673a1fa2120c
 DIST netifrc-0.3.1.tar.bz2 69213 SHA256 
a92a96b6f065981ee1c0232a507f3695230eeb7fb6172ec9048c2538b36cfea8 SHA512 
de7d9291c3303e077c86e1fd42c6d9319308f0b51f28a034f9ed830aa504d2830ce96816a391811bcfadd07500e9c439acd4c436d7a3e47e58178b53465b
 WHIRLPOOL 
b2b0384880abb52a6d31a640688ecbdf17e4ba02aed9660e63c99c80eed315384459984abe1ef527526bed5a142e2c13275b7e7f68332fc6d9368bd98dcdd461
+DIST netifrc-0.4.0.tar.bz2 75517 SHA256 
cc5c10d567530f64ca8c4fb8dcfc8218d102144f83393e1db769a5a5374c00df SHA512 
a6b525a8f084a3cc9e4afa452617c001a225475689ed5ecb86703178eb252b70eb2dfc294789e29c6001098087a7ca2238ff9c8763accf3a66d39cff86614e85
 WHIRLPOOL 
cdaa38a549106a3f73db88aa6376f77d71868cf774a1bb346276a52f6503ccc28f0049d12cbad6e068ab9af87b0fc37e69caa43f31efcbeb4e1a548a6b069c16

diff --git a/net-misc/netifrc/netifrc-.ebuild 
b/net-misc/netifrc/netifrc-0.4.0.ebuild
similarity index 96%
copy from net-misc/netifrc/netifrc-.ebuild
copy to net-misc/netifrc/netifrc-0.4.0.ebuild
index 68e2afb..59199ba 100644
--- a/net-misc/netifrc/netifrc-.ebuild
+++ b/net-misc/netifrc/netifrc-0.4.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "" ]]; then
#EGIT_REPO_URI="git://github.com/gentoo/netifrc" # Alternate
inherit git-r3
 else
-   SRC_URI="https://dev.gentoo.org/~robbat2/dist/${P}.tar.bz2;
+   SRC_URI="https://dev.gentoo.org/~robbat2/distfiles/${P}.tar.bz2;
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 fi
 

diff --git a/net-misc/netifrc/netifrc-.ebuild 
b/net-misc/netifrc/netifrc-.ebuild
index 68e2afb..59199ba 100644
--- a/net-misc/netifrc/netifrc-.ebuild
+++ b/net-misc/netifrc/netifrc-.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "" ]]; then
#EGIT_REPO_URI="git://github.com/gentoo/netifrc" # Alternate
inherit git-r3
 else
-   SRC_URI="https://dev.gentoo.org/~robbat2/dist/${P}.tar.bz2;
+   SRC_URI="https://dev.gentoo.org/~robbat2/distfiles/${P}.tar.bz2;
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/dmtcp/files/, sys-apps/dmtcp/

2016-07-14 Thread Michael Palimaka
commit: 7a7a78261b745fbd7007c8387beedd9122420f86
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Jul 14 19:26:36 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Jul 14 19:29:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a7a7826

sys-apps/dmtcp: remove last rited package

Gentoo-bug: 574174

 sys-apps/dmtcp/Manifest  |  1 -
 sys-apps/dmtcp/dmtcp-1.2.6.ebuild| 62 
 sys-apps/dmtcp/files/dmtcp-1.2.1-gcc46.patch | 21 --
 sys-apps/dmtcp/metadata.xml  | 12 --
 4 files changed, 96 deletions(-)

diff --git a/sys-apps/dmtcp/Manifest b/sys-apps/dmtcp/Manifest
deleted file mode 100644
index dcf81fb..000
--- a/sys-apps/dmtcp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dmtcp-1.2.6.tar.gz 936928 SHA256 
ede0ef3544f08befe2b3df45d9087b4bfa02d52074cf805181c857f5de9fbfca SHA512 
cc14e344b8a479be436c5ada90d15c3693436a0e009f03755d13cd86c645249e22258eade79c5b92e801866ec7fe5907956d12384bebb8c330450f6ba26c84a0
 WHIRLPOOL 
d64ca8143c9943925c1a85ada9b54fe98da4722d57b42d4298ef1cf35782816d300f9aefa0e67fb3046d1f4fdc7c2fdd74450710e375ce4a78cdeed7e2f6d4f3

diff --git a/sys-apps/dmtcp/dmtcp-1.2.6.ebuild 
b/sys-apps/dmtcp/dmtcp-1.2.6.ebuild
deleted file mode 100644
index 1ae1ab5..000
--- a/sys-apps/dmtcp/dmtcp-1.2.6.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit elisp-common eutils multilib
-
-DESCRIPTION="DMTCP is the Distributed MultiThreaded Checkpointing tool"
-HOMEPAGE="http://dmtcp.sourceforge.net/index.html;
-SRC_URI="mirror://sourceforge/dmtcp/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug emacs fast mpi trace"
-
-RDEPEND="sys-libs/readline
-   app-arch/gzip
-   sys-kernel/linux-headers
-   emacs? ( dev-lisp/clisp )
-   mpi? ( virtual/mpi )
-   || ( app-shells/dash
-   app-shells/zsh
-   app-shells/tcsh
-   )"
-
-DEPEND="${RDEPEND}
-   sys-devel/patch"
-
-src_configure() {
-   local myconf="--disable-stale-socket-handling"
-
-   if use debug; then
-   use trace && myconf=" ${myconf} --enable-ptrace-support"
-   myconf=" ${myconf} --disable-pid-virtualization"
-   fi
-
-   use fast && myconf=" ${myconf} --disable-pid-virtualization \
-   --enable-forked-checkpointing \
-   --enable-allocator"
-
-   use mpi && myconf=" ${myconf} --with-mpich=/usr/bin"
-
-   econf $(use_enable debug) $myconf
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-
-   dodoc TODO QUICK-START ${PN}/README
-
-   dodir /usr/share/${PF}/examples
-   mv "${D}"usr/$(get_libdir)/${PN}/examples "${D}"usr/share/${PF}/examples
-}
-
-pkg_postinst() {
-   use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
-   use emacs && elisp-site-regen
-}

diff --git a/sys-apps/dmtcp/files/dmtcp-1.2.1-gcc46.patch 
b/sys-apps/dmtcp/files/dmtcp-1.2.1-gcc46.patch
deleted file mode 100644
index fd013e3..000
--- a/sys-apps/dmtcp/files/dmtcp-1.2.1-gcc46.patch
+++ /dev/null
@@ -1,21 +0,0 @@
 a/dmtcp/src/Makefile.am
-+++ b/dmtcp/src/Makefile.am
-@@ -66,7 +66,7 @@
- 
- dmtcp_inspector_SOURCES = dmtcp_inspector.cpp
- 
--dmtcphijack_so_LDFLAGS = -shared -avoid-version -module
-+dmtcphijack_so_LDFLAGS = -shared -module
- 
- #dmtcp_nocheckpoint_LDFLAGS = -static
- 
 a/dmtcp/src/dmtcpalloc.h
-+++ b/dmtcp/src/dmtcpalloc.h
-@@ -33,6 +33,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- #define DMTCPSTRINGdmtcp::string
- #define DMTCPVECTOR(T) dmtcp::vector

diff --git a/sys-apps/dmtcp/metadata.xml b/sys-apps/dmtcp/metadata.xml
deleted file mode 100644
index a341cd5..000
--- a/sys-apps/dmtcp/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   
-   Enable experimental performance options such 
as mmap allocator.
-   Enable ptrace support (only valid with debug 
enabled).
-   
-   
-   dmtcp
-   
-



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

2016-07-14 Thread Michael Palimaka
commit: 9c61ee170a54bb5e19cd10470b19f0fd4fbb7fa5
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Jul 14 19:25:57 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Jul 14 19:29:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c61ee17

profiles: drop mask for removed media-gfx/fbv

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

diff --git a/profiles/package.mask b/profiles/package.mask
index c5364df..bee7254 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -286,12 +286,6 @@ media-sound/trommler
 # Bug 574174.
 sys-apps/dmtcp
 
-# Michael Palimaka  (9 Jun 2016)
-# Fails to build with newer giflib. Unmaintained. Dead upstream.
-# Use media-gfx/fbida instead.
-# Masked for removal in 30 days. Bug 571686.
-media-gfx/fbv
-
 # Patrice Clement  (5 Jun 2016)
 # Unmaintained ebuilds. Upstream is either dead or AWOL. Also, most of these
 # ebuilds are still sitting in ~arch after years in the tree.



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

2016-07-14 Thread Michael Palimaka
commit: 666076d022c33a5ecf1ebb3e8ae519f50413a9e3
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Jul 14 19:23:02 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Jul 14 19:29:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=666076d0

profiles: drop mask for removed app-i18n/xsim

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

diff --git a/profiles/package.mask b/profiles/package.mask
index e8860d8..c5364df 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -292,11 +292,6 @@ sys-apps/dmtcp
 # Masked for removal in 30 days. Bug 571686.
 media-gfx/fbv
 
-# Michael Palimaka  (9 Jun 2016)
-# Fails to build. Dead upstream. Masked for removal in 30 days.
-# Bug 575374.
-app-i18n/xsim
-
 # Patrice Clement  (5 Jun 2016)
 # Unmaintained ebuilds. Upstream is either dead or AWOL. Also, most of these
 # ebuilds are still sitting in ~arch after years in the tree.



[gentoo-commits] repo/gentoo:master commit in: media-gfx/fbv/, media-gfx/fbv/files/

2016-07-14 Thread Michael Palimaka
commit: 02cbdb8b2a5dd8cb97daa1a39fb0b192ccdd74b3
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Jul 14 19:25:34 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Jul 14 19:29:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02cbdb8b

media-gfx/fbv: remove last rited package

Gentoo-bug: 571686

 media-gfx/fbv/Manifest |  1 -
 media-gfx/fbv/fbv-1.0b.ebuild  | 55 ---
 media-gfx/fbv/files/fbv-1.0b-cc.patch  | 97 --
 media-gfx/fbv/files/fbv-1.0b-libpng15.patch| 20 --
 media-gfx/fbv/files/oob-segfault-fbv-1.0b.diff | 13 
 media-gfx/fbv/metadata.xml |  8 ---
 6 files changed, 194 deletions(-)

diff --git a/media-gfx/fbv/Manifest b/media-gfx/fbv/Manifest
deleted file mode 100644
index 3d50387..000
--- a/media-gfx/fbv/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fbv-1.0b.tar.gz 18989 SHA256 
9b55b9dafd5eb01562060d860e267e309a1876e8ba5ce4d3303484b94129ab3c SHA512 
18c833894ab2da74dd0e124829221081ff226ce19e9c5eac2f8273faba3e72239a4291403df5c19a66cb442736a27dfc3472d474720ceff2b9af460e4f2f9e91
 WHIRLPOOL 
f679e13e3bb426372a947f089d1f8b67cb9ea27b5dc3b74cfdf80e8578c611969b9f2755eccf944730123212427903479f87e557dd95f5b72ccf6024d730cf25

diff --git a/media-gfx/fbv/fbv-1.0b.ebuild b/media-gfx/fbv/fbv-1.0b.ebuild
deleted file mode 100644
index 50f388a..000
--- a/media-gfx/fbv/fbv-1.0b.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit eutils toolchain-funcs
-
-DESCRIPTION="simple program to view pictures on a linux framebuffer device"
-HOMEPAGE="http://freshmeat.net/projects/fbv/;
-SRC_URI="http://s-tech.elsat.net.pl/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~ppc ppc64 sh x86"
-IUSE="gif jpeg png"
-
-RDEPEND="gif? ( media-libs/giflib )
-   jpeg? ( virtual/jpeg )
-   png? ( media-libs/libpng )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/oob-segfault-fbv-${PV}.diff \
-   "${FILESDIR}"/${P}-libpng15.patch \
-   "${FILESDIR}"/${P}-cc.patch
-
-   sed -i -e 's:-lungif:-lgif:g' configure Makefile || die
-}
-
-src_configure() {
-   local myconf="--without-bmp"
-
-   use png || myconf="${myconf} --without-libpng"
-   use gif || myconf="${myconf} --without-libungif"
-   use jpeg || myconf="${myconf} --without-libjpeg"
-
-   ./configure \
-   --cc="$(tc-getCC)" \
-   --libs="${LDFLAGS}" \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --infodir=/usr/share/info \
-   ${myconf} || die
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-   dobin fbv
-   doman fbv.1
-   dodoc ChangeLog README TODO VERSION
-}

diff --git a/media-gfx/fbv/files/fbv-1.0b-cc.patch 
b/media-gfx/fbv/files/fbv-1.0b-cc.patch
deleted file mode 100644
index 531148f..000
--- a/media-gfx/fbv/files/fbv-1.0b-cc.patch
+++ /dev/null
@@ -1,97 +0,0 @@
-# --- T2-COPYRIGHT-NOTE-BEGIN ---
-# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
-# 
-# T2 SDE: package/.../fbv/cc.patch
-# Copyright (C) 2007 The T2 SDE Project
-# 
-# More information can be found in the files COPYING and README.
-# 
-# This patch file is dual-licensed. It is available under the license the
-# patched project is licensed under, as long as it is an OpenSource license
-# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
-# of the GNU General Public License as published by the Free Software
-# Foundation; either version 2 of the License, or (at your option) any later
-# version.
-# --- T2-COPYRIGHT-NOTE-END ---
-
-Imported from Atmel.
-
-  - Rene Rebe 
-
-diff -ur fbv-1.0b/configure fbv-1.0b-avr32/configure
 fbv-1.0b/configure 2004-09-07 13:29:27.0 +0200
-+++ fbv-1.0b-avr32/configure   2006-05-04 11:10:06.0 +0200
-@@ -21,6 +21,7 @@
- unset png
- unset bmp
- unset dfb
-+unset CC
- 
- help(){
- cat << EOF >&2
-@@ -33,6 +34,7 @@
- General:
-   --help  print this message
-   --libs=LIBS additional libraries required (try -lX11 for ungif, -lz for PNG)
-+  --cc=CC specify compiler to use
-   
- Directory and file names:
-   --prefix=PREFIX install files in PREFIX [/usr/local]
-@@ -53,7 +55,7 @@
- --long help,\
- prefix:,srcdir:,bindir:,\
- infodir:,mandir:,\
--without-libungif,without-libjpeg,without-libpng,without-bmp,libs: \
-+without-libungif,without-libjpeg,without-libpng,without-bmp,libs:,cc: \
- -n "$BASENAME" -- "$@")
- 
- if [ $? != 0 ] ; then help ; exit 1 ; fi
-@@ -65,6 +67,7 @@
-   case "$1" in
-   -h|--help) help ; exit 0 ;;
-   --libs) libs="$2"; shift 2 ;;
-+  --cc) CC="$2"; shift 2 ;;
-

[gentoo-commits] repo/gentoo:master commit in: app-i18n/xsim/, app-i18n/xsim/files/

2016-07-14 Thread Michael Palimaka
commit: 242e4d63b836ecce6847a80832e5155984f6c937
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Jul 14 19:22:20 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Jul 14 19:29:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=242e4d63

app-i18n/xsim: remove last rited package

Gentoo-bug: 575374

 app-i18n/xsim/Manifest |   1 -
 app-i18n/xsim/files/xsim-0.3.9.4-64bit.patch   |  57 
 app-i18n/xsim/files/xsim-0.3.9.4-compile-fix.patch |  77 ---
 app-i18n/xsim/files/xsim-0.3.9.4-eof.patch |  92 -
 app-i18n/xsim/files/xsim-0.3.9.4-gcc-3.4.patch | 116 
 app-i18n/xsim/files/xsim-0.3.9.4-gcc-4.3.patch |  44 --
 app-i18n/xsim/files/xsim-0.3.9.4-makefile.patch| 153 -
 app-i18n/xsim/metadata.xml |   8 --
 app-i18n/xsim/xsim-0.3.9.4-r5.ebuild   |  79 ---
 9 files changed, 627 deletions(-)

diff --git a/app-i18n/xsim/Manifest b/app-i18n/xsim/Manifest
deleted file mode 100644
index 65de86a..000
--- a/app-i18n/xsim/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xsim-0.3.9.4.tar.gz 1025640 SHA256 
048f23527543b21c4d52dc98967ec7253c34eb704056767364c6dc5007971b2c SHA512 
07955cf68cc060724db5fdf04f2f55a93dfe29064b63170bb3c090443aa617de5d76ddd5cda971b16833fd2e090aa78a3bbc0c85e9eb2b4716dfa90c994fc8d3
 WHIRLPOOL 
9de70a58279849d8e370d96f97459d866ca213fd16f00ddcd48d003f994999da26e635c718ffd9da8291c8c97bfe043df851ef809ee6e888492f7bcda8e7

diff --git a/app-i18n/xsim/files/xsim-0.3.9.4-64bit.patch 
b/app-i18n/xsim/files/xsim-0.3.9.4-64bit.patch
deleted file mode 100644
index 3b6f0f5..000
--- a/app-i18n/xsim/files/xsim-0.3.9.4-64bit.patch
+++ /dev/null
@@ -1,57 +0,0 @@
-diff -Naur xsim-0.3.9.4.orig/plugins/IMs/jianpin/simpleimc.h 
xsim-0.3.9.4/plugins/IMs/jianpin/simpleimc.h
 xsim-0.3.9.4.orig/plugins/IMs/jianpin/simpleimc.h  2002-10-22 
18:01:04.0 +0900
-+++ xsim-0.3.9.4/plugins/IMs/jianpin/simpleimc.h   2007-08-20 
23:15:06.0 +0900
-@@ -45,7 +45,7 @@
-   uint16_t access_count;
-   wchar_t w[MAX_WORD_LEN + 1];
- 
--  size_t ac_size() { return (uint32_t) w - (uint32_t)_count; }
-+  size_t ac_size() { return (size_t) w - (size_t)_count; }
-   size_t size(){ return ac_size() + wcslen(w) * sizeof(wchar_t); }
-   void copy(struct Word_Rec_tag * val) { memcpy(this, val, 
sizeof(Word_Rec_tag));}
- }Word_Rec;
-diff -Naur xsim-0.3.9.4.orig/plugins/IMs/table/tableimc.h 
xsim-0.3.9.4/plugins/IMs/table/tableimc.h
 xsim-0.3.9.4.orig/plugins/IMs/table/tableimc.h 2002-09-13 
20:34:03.0 +0900
-+++ xsim-0.3.9.4/plugins/IMs/table/tableimc.h  2007-08-20 23:15:47.0 
+0900
-@@ -23,7 +23,7 @@
-   uint8_t sort_index;
-   wchar_t w[MAX_WORD_LEN + 1];
- 
--  size_t si_size() { return (uint32_t) w - (uint32_t)_index; }
-+  size_t si_size() { return (size_t) w - (size_t)_index; }
-   size_t size(){ return si_size() + (wcslen(w) + 1) * sizeof(wchar_t); }
-   void copy(struct Word_Rec_tag * val) { memcpy(this, val, 
sizeof(Word_Rec_tag));}
- }Word_Rec;
-diff -Naur xsim-0.3.9.4.orig/xsim/ic.cpp xsim-0.3.9.4/xsim/ic.cpp
 xsim-0.3.9.4.orig/xsim/ic.cpp  2002-10-01 14:41:23.0 +0900
-+++ xsim-0.3.9.4/xsim/ic.cpp   2007-08-20 23:16:11.0 +0900
-@@ -101,7 +101,7 @@
-   on_stat = 0;
- }
- 
--int TIC::alive()
-+long TIC::alive()
- {
--  return (int)im;
-+  return (long)im;
- }
-diff -Naur xsim-0.3.9.4.orig/xsim/ic.h xsim-0.3.9.4/xsim/ic.h
 xsim-0.3.9.4.orig/xsim/ic.h2002-07-15 00:14:24.0 +0900
-+++ xsim-0.3.9.4/xsim/ic.h 2007-08-20 23:16:52.0 +0900
-@@ -76,14 +76,14 @@
-   void set_im(TIM * val);
- 
-   TIMC * get_imc();
--  int has_imc() { return (int)imc; }
-+  long has_imc() { return (long)imc; }
- 
-   void init(int init_mode, TIM * val);
- 
-   static TIC * get_focus_ic() { return focused_ic; }
-   IC * get_IC() { return _; };
-   
--  int alive();
-+  long alive();
-   Window get_client_win() { return ic_.client_win; }
- 
-   int has_focus() { return (focused_ic == this); }

diff --git a/app-i18n/xsim/files/xsim-0.3.9.4-compile-fix.patch 
b/app-i18n/xsim/files/xsim-0.3.9.4-compile-fix.patch
deleted file mode 100644
index 0a53e34..000
--- a/app-i18n/xsim/files/xsim-0.3.9.4-compile-fix.patch
+++ /dev/null
@@ -1,77 +0,0 @@
-diff -uNr xsim-0.3.9.4.orig/configure xsim-0.3.9.4/configure
 xsim-0.3.9.4.orig/configure2002-10-24 20:53:57.0 +0200
-+++ xsim-0.3.9.4/configure 2005-01-27 16:21:18.553956144 +0100
-@@ -5067,13 +5067,13 @@
- 
- 
- if test "x$enable_debug" = "x1" ; then
--  CFLAGS="-g -Wall -O2 -DDEBUG -I$x_includes"
-+  CFLAGS="-g -Wall -O2 -DDEBUG"
-   CXXFLAGS=$CFLAGS
--  LDFLAGS="-g -L$x_libraries"
-+  LDFLAGS="-g"
- else
--  CFLAGS="-Wall -O2 -I$x_includes"
-+  CFLAGS="-Wall -O2"
-   

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

2016-07-14 Thread Michael Palimaka
commit: 702beeef55df1a2a242ada4acf2716fc426a068f
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Jul 14 19:28:05 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Jul 14 19:29:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=702beeef

profiles: drop mask for removed sys-apps/dmtcp

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

diff --git a/profiles/package.mask b/profiles/package.mask
index bee7254..f55c376 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -273,19 +273,10 @@ app-portage/g-ctan
 media-video/avinfo
 
 # Pacho Ramos  (12 Jun 2016)
-# Unbuildable (#440044). Removal in a month.
-sys-apps/dmtcp
-
-# Pacho Ramos  (12 Jun 2016)
 # Needs to be ported to new eclasses, obsoleted by hydrogen
 # Removal in a month (#442614)
 media-sound/trommler
 
-# Michael Palimaka  (9 Jun 2016)
-# Fails to build. Unmaintained. Masked for removal in 30 days.
-# Bug 574174.
-sys-apps/dmtcp
-
 # Patrice Clement  (5 Jun 2016)
 # Unmaintained ebuilds. Upstream is either dead or AWOL. Also, most of these
 # ebuilds are still sitting in ~arch after years in the tree.



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

2016-07-14 Thread Martin Mokrejs
commit: ec639407519c52105c86906c2909ecbeb3a25665
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Thu Jul 14 18:42:06 2016 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Thu Jul 14 18:42:06 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=ec639407

sci-libs/libmaus2: new package although a version bump of sci-libs/libmaus

I think this and the parental libmaus package will need a fix on the LICENSE
line (they are not only GPL-v3).

Package-Manager: portage-2.2.28

 sci-libs/libmaus2/libmaus2-.ebuild | 27 +++
 sci-libs/libmaus2/metadata.xml | 20 
 2 files changed, 47 insertions(+)

diff --git a/sci-libs/libmaus2/libmaus2-.ebuild 
b/sci-libs/libmaus2/libmaus2-.ebuild
new file mode 100644
index 000..ae02d15
--- /dev/null
+++ b/sci-libs/libmaus2/libmaus2-.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools git-r3
+
+DESCRIPTION="Library for biobambam"
+HOMEPAGE="https://github.com/gt1/libmaus;
+EGIT_REPO_URI="https://github.com/gt1/libmaus2.git;
+
+LICENSE="GPL-3" # BUG: a mix of licenses, see AUTHORS
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+   !sci-libs/libmaus
+   sci-libs/io_lib
+   app-arch/snappy
+   sci-biology/seqan"
+
+src_prepare() {
+   eautoreconf
+   eapply_user
+}

diff --git a/sci-libs/libmaus2/metadata.xml b/sci-libs/libmaus2/metadata.xml
new file mode 100644
index 000..1541e62
--- /dev/null
+++ b/sci-libs/libmaus2/metadata.xml
@@ -0,0 +1,20 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+sci-biol...@gentoo.org
+Gentoo Biology Project
+  
+  
+libmaus is a collection of data structures and algorithms. It contains
+
+I/O classes (single byte and UTF-8)
+   bitio classes (input, output and various forms of bit level 
manipulation)
+   text indexing classes (suffix and LCP array, fulltext and minute (FM), 
...)
+   BAM sequence alignment files input/output (simple and collating)
+   and many lower level support classes.
+
+  
+gt1/libmaus
+  
+



[gentoo-commits] proj/portage:master commit in: pym/portage/sync/modules/git/

2016-07-14 Thread Zac Medico
commit: 84413bb1dd9df322568ce25efc5b7854a43d03c7
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Jul 14 08:23:46 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Jul 14 18:31:34 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=84413bb1

GitSync.update: respect sync-depth (bug 552814)

Fix updates to respect sync-depth (previously it was only respected
for clone operations). Since the default merge strategy typically
fails when the the depth is not unlimited, use `git fetch` followed
by `git reset --hard`.

X-Gentoo-Bug: 552814
X-Gentoo-Bug-url: https://bugs.gentoo.org/show_bug.cgi?id=552814
Acked-by: Brian Dolbec  gentoo.org>

 pym/portage/sync/modules/git/git.py | 27 +--
 1 file changed, 25 insertions(+), 2 deletions(-)

diff --git a/pym/portage/sync/modules/git/git.py 
b/pym/portage/sync/modules/git/git.py
index 02eeb16..09257f3 100644
--- a/pym/portage/sync/modules/git/git.py
+++ b/pym/portage/sync/modules/git/git.py
@@ -79,11 +79,26 @@ class GitSync(NewBase):
'''
 
git_cmd_opts = ""
-   if self.settings.get("PORTAGE_QUIET") == "1":
+   quiet = self.settings.get("PORTAGE_QUIET") == "1"
+   if quiet:
git_cmd_opts += " --quiet"
if 
self.repo.module_specific_options.get('sync-git-pull-extra-opts'):
git_cmd_opts += " %s" % 
self.repo.module_specific_options['sync-git-pull-extra-opts']
-   git_cmd = "%s pull%s" % (self.bin_command, git_cmd_opts)
+   if self.repo.sync_depth is None:
+   git_cmd = "%s pull%s" % (self.bin_command, git_cmd_opts)
+   else:
+   # Since the default merge strategy typically fails when
+   # the depth is not unlimited, use `git fetch` followed 
by
+   # `git reset --hard`.
+   remote_branch = portage._unicode_decode(
+   subprocess.check_output([self.bin_command, 
'rev-parse',
+   '--abbrev-ref', '--symbolic-full-name', 
'@{upstream}'],
+   
cwd=portage._unicode_encode(self.repo.location))).rstrip('\n')
+
+   git_cmd_opts += " --depth %d" % self.repo.sync_depth
+   git_cmd = "%s fetch %s%s" % (self.bin_command,
+   remote_branch.partition('/')[0], git_cmd_opts)
+
writemsg_level(git_cmd + "\n")
 
rev_cmd = [self.bin_command, "rev-list", "--max-count=1", 
"HEAD"]
@@ -93,6 +108,14 @@ class GitSync(NewBase):
exitcode = portage.process.spawn_bash("cd %s ; exec %s" % (
portage._shell_quote(self.repo.location), 
git_cmd),
**self.spawn_kwargs)
+
+   if exitcode == os.EX_OK and self.repo.sync_depth is not None:
+   reset_cmd = [self.bin_command, 'reset', '--hard', 
remote_branch]
+   if quiet:
+   reset_cmd.append('--quiet')
+   exitcode = subprocess.call(reset_cmd,
+   cwd=portage._unicode_encode(self.repo.location))
+
if exitcode != os.EX_OK:
msg = "!!! git pull error in %s" % self.repo.location
self.logger(self.xterm_titles, msg)



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

2016-07-14 Thread Johannes Huber
commit: 40ab785039fefdcc24104b297dd5f49e2aecf546
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Jul 14 18:31:40 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Jul 14 18:32:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40ab7850

kde-apps/kholidays: Restore ~arm

Package-Manager: portage-2.3.0

 kde-apps/kholidays/kholidays-16.04.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kholidays/kholidays-16.04.3.ebuild 
b/kde-apps/kholidays/kholidays-16.04.3.ebuild
index ea37843..c9f9a8d 100644
--- a/kde-apps/kholidays/kholidays-16.04.3.ebuild
+++ b/kde-apps/kholidays/kholidays-16.04.3.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 
 DESCRIPTION="Library to determine holidays and other special events for a 
geographical region"
 LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
 DEPEND="



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

2016-07-14 Thread Matt Thode
commit: 707a96672fbcab36bc9dcfd361db159473604429
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jul 14 18:24:20 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Jul 14 18:24:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=707a9667

net-misc/memcached: bup

Package-Manager: portage-2.2.28

 net-misc/memcached/Manifest|  1 +
 net-misc/memcached/memcached-1.4.29.ebuild | 83 ++
 2 files changed, 84 insertions(+)

diff --git a/net-misc/memcached/Manifest b/net-misc/memcached/Manifest
index eeb4ae2..960b49c 100644
--- a/net-misc/memcached/Manifest
+++ b/net-misc/memcached/Manifest
@@ -6,3 +6,4 @@ DIST memcached-1.4.24.tar.gz 354917 SHA256 
08a426c504ecf64633151eec1058584754d2f
 DIST memcached-1.4.25.tar.gz 359709 SHA256 
f058437b3c224d321919a9a6bb4e3eedb2312ed718c0caf087ff2f04ab795dda SHA512 
e037c3bbb68c4077f814f855663501af418ce3b1f8bc20f8e7eba3249aea378e55b3291457952fa4511779ec3702496fdaab5799edae7d59bc64eb6fd54ee14e
 WHIRLPOOL 
213bb95d9b814e446dce31073701d997ac6b994bca655bf38eb7b8f552c4bd7e87bd36d5f9a802a965649306fe5e1ea3f093b4ce274119b23fe7aaf22a55f2ca
 DIST memcached-1.4.26.tar.gz 373384 SHA256 
4a67800277eec2e523c51d5f620c416e7d0acfde90beacaa26d8e4f6976b43f6 SHA512 
b9346e5fd60407133d2d1eb1a6fadfe455607b6b9ba4434a00ec9c8ce480dffddf19a4965dfed92a6a10d46b98f1a6754851fd4c20d55c4a19200879db5baf9c
 WHIRLPOOL 
9b03018914b11eadb9af2c7f67af9a298e2fc3d4139af615951f94114e0c099b600f859c08d2230c919888d288b3b80a7d2df188a95e4d73ec781ae6965a7910
 DIST memcached-1.4.27.tar.gz 377793 SHA256 
96a90e7abec041a3c03258b6ce01ab21be16a9c594b7891a55567428392e8fe7 SHA512 
54572e5d18e71d5c03cc3ed9a13c822800eeef7b7779132aa72f685177884c10f783a4c8fa88b6af7aef51dc230df7f351f2fa2b317ddd9b495007be89aefcea
 WHIRLPOOL 
ba7ff04d92a1cc42a4873406fe20ae771411294aa312d002af7f2921584589c1e1811dac7cdd57d0525990861e00d8840377e7e319ff1b6fa9892af921d1e7c7
+DIST memcached-1.4.29.tar.gz 383966 SHA256 
c61a3a7f9c82e574559797bbf4bb01ad8b79e436ca80b8e46f5b51ae39b03d0b SHA512 
fa44a2599f9cfea6002fa6b9b12e8ecf64820f87b164c9e98e0c25800c79473de5db6a9040967c1b8e436d75eede7318308275479d046e33129a6fdc7882e21f
 WHIRLPOOL 
51c9e00a72fa0efe2b198fb70bc9aee4d54901fcc4eb1fce124730e688a5b408af9449a9920a621dab795820dbeab63a8b1a072caf277bd3fb5fe325236c807d

diff --git a/net-misc/memcached/memcached-1.4.29.ebuild 
b/net-misc/memcached/memcached-1.4.29.ebuild
new file mode 100644
index 000..53f0984
--- /dev/null
+++ b/net-misc/memcached/memcached-1.4.29.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils flag-o-matic systemd user
+
+MY_PV="${PV/_rc/-rc}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="High-performance, distributed memory object caching system"
+HOMEPAGE="http://memcached.org/;
+SRC_URI="http://www.memcached.org/files/${MY_P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+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"
+IUSE="test slabs-reassign debug sasl selinux" # hugetlbfs later
+
+RDEPEND=">=dev-libs/libevent-1.4
+dev-lang/perl
+sasl? ( dev-libs/cyrus-sasl )
+selinux? ( sec-policy/selinux-memcached )"
+DEPEND="${RDEPEND}
+   test? ( virtual/perl-Test-Harness 
>=dev-perl/Cache-Memcached-1.24 )"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   epatch "${FILESDIR}/${PN}-1.2.2-fbsd.patch"
+   # Handled different upstream
+   #epatch "${FILESDIR}/${PN}-1.3.3-gcc4-slab-fixup.patch"
+   epatch "${FILESDIR}/${PN}-1.4.0-fix-as-needed-linking.patch"
+   epatch "${FILESDIR}/${PN}-1.4.4-as-needed.patch"
+   epatch "${FILESDIR}/${PN}-1.4.17-EWOULDBLOCK.patch"
+   sed -i -e 's,-Werror,,g' configure.ac || die
+   sed -i -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,' configure.ac || die
+   eautoreconf
+   use slabs-reassign && append-flags -DALLOW_SLABS_REASSIGN
+}
+
+src_configure() {
+   econf \
+   --disable-docs \
+   $(use_enable sasl)
+   # The xml2rfc tool to build the additional docs requires TCL :-(
+   # `use_enable doc docs`
+}
+
+src_compile() {
+   # There is a heavy degree of per-object compile flags
+   # Users do NOT know better than upstream. Trying to compile the testapp 
and
+   # the -debug version with -DNDEBUG _WILL_ fail.
+   append-flags -UNDEBUG -pthread
+   emake testapp memcached-debug CFLAGS="${CFLAGS}"
+   filter-flags -UNDEBUG
+   emake
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dobin scripts/memcached-tool
+   use debug && dobin memcached-debug
+
+   dodoc AUTHORS ChangeLog NEWS README.md doc/{CONTRIBUTORS,*.txt}
+
+   newconfd "${FILESDIR}/memcached.confd" memcached
+   newinitd 

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

2016-07-14 Thread Johannes Huber
commit: 767499b2b4eed56c3497823223c57abf24fd963a
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Jul 14 18:15:52 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Jul 14 18:15:52 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=767499b2

kde-apps/kde-apps-meta: Allow slot 5 for kdepim

Package-Manager: portage-2.3.0

 kde-apps/kde-apps-meta/kde-apps-meta-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kde-apps-meta/kde-apps-meta-.ebuild 
b/kde-apps/kde-apps-meta/kde-apps-meta-.ebuild
index b4221f5..49bc4f6 100644
--- a/kde-apps/kde-apps-meta/kde-apps-meta-.ebuild
+++ b/kde-apps/kde-apps-meta/kde-apps-meta-.ebuild
@@ -27,7 +27,7 @@ RDEPEND="
$(add_kdeapps_dep kde-l10n '' ${L10N_MINIMAL})
$(add_kdeapps_dep kde4-l10n '' ${L10N_MINIMAL})
)
-   pim? ( >=kde-apps/kdepim-meta-4.4.2015:4 )
+   pim? ( kde-apps/kdepim-meta:* )
sdk? (
$(add_kdeapps_dep kdesdk-meta)
$(add_kdeapps_dep kdewebdev-meta)



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

2016-07-14 Thread Kristian Fiskerstrand
commit: 24708153651d5db5552e9f58c9a24e621ce9dfd9
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Thu Jul 14 17:45:25 2016 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Thu Jul 14 18:01:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24708153

dev-libs/libassuan: New upstream version 2.4.3

Package-Manager: portage-2.3.0

 dev-libs/libassuan/Manifest   |  1 +
 dev-libs/libassuan/libassuan-2.4.3.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/dev-libs/libassuan/Manifest b/dev-libs/libassuan/Manifest
index ed746e5..0a8756d 100644
--- a/dev-libs/libassuan/Manifest
+++ b/dev-libs/libassuan/Manifest
@@ -6,3 +6,4 @@ DIST libassuan-2.2.1.tar.bz2 542381 SHA256 
949285bb79345362cb72a40c798defefc0070
 DIST libassuan-2.3.0.tar.bz2 544229 SHA256 
87c999f572047fa22a79ab5de4c8a1a5a91f292561b69573965cac7751320452 SHA512 
5d13d61b181faee2d61790318d0a4124ecec7616fa1720f90f3c697ca2f56911d7fc935a3ac99eb0c95c5a740e78968b70b28ade614abfd045a9c9ac6d1a14d6
 WHIRLPOOL 
7ed4e000c523e77f46a4abeb360abf6ae088773586eacb221228d893f61fe78ee0e5d5669bfffd16f96a2d8831b62e71cd0e30a32e96cc651ddf2ba57d52d471
 DIST libassuan-2.4.1.tar.bz2 586464 SHA256 
c5738a55efd101438a25d86dc0c342a8e5da1339161a4eee1bbdc2088b88b71f SHA512 
bfafa27e410cf714e3a85f11b4c02ec316a3748d257bd4b41ab5480360d5de05b5350d50d87c8e037392fcc74628a856243387a55056294d942161cc8df1784f
 WHIRLPOOL 
37710c9b10fa0a3e0851ebdb153b97c2db2525d679b217312880002590775d75852698d09237e6db95654d986487073ee0d1ba6aca0e7c4f91d78ea822701e02
 DIST libassuan-2.4.2.tar.bz2 587631 SHA256 
bb06dc81380b74bf1b64d5849be5c0409a336f3b4c45f20ac688e86d1b5bcb20 SHA512 
175f9807b7c960750d8177bc879be1476b7948c9af17cce48a60e8ef35cf1f62dc0909fe6c53898d0ac0b991aa22d6aa0720bfbc48894a89775d32f287ea9f7b
 WHIRLPOOL 
597ace887107703411f600f6b3116ce5cfbec77820a595cd82e665c2609ca2c7d25392420d19238ee4e1291116de16067dd46bc53fce8eff71edaaba1e0c1094
+DIST libassuan-2.4.3.tar.bz2 559867 SHA256 
22843a3bdb256f59be49842abf24da76700354293a066d82ade8134bb5aa2b71 SHA512 
2b0f58682b408fc58fa0ec2980b36e54ba66701bf504cf6c98ec652af43501bc7c18573bc78c5b83260f5a3bdb0ec8f4e0662bafd9bba3fe7287e77598e8e4c1
 WHIRLPOOL 
fda468446ee6d6884588541867d01d058f073050c892f2a7d2ab433bd62d0d03a9473851eda6b5621bac9a4e0256df5a0bbe5d6375d918de434dbe2b7ffbf709

diff --git a/dev-libs/libassuan/libassuan-2.4.3.ebuild 
b/dev-libs/libassuan/libassuan-2.4.3.ebuild
new file mode 100644
index 000..e47dc8d
--- /dev/null
+++ b/dev-libs/libassuan/libassuan-2.4.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit libtool eutils
+
+DESCRIPTION="IPC library used by GnuPG and GPGME"
+HOMEPAGE="http://www.gnupg.org/related_software/libassuan/index.en.html;
+SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-3 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="static-libs"
+
+RDEPEND=">=dev-libs/libgpg-error-1.8"
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
+
+src_prepare() {
+   default
+
+   # for Solaris .so
+   elibtoolize
+}
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+   # ppl need to use libassuan-config for --cflags and --libs
+   prune_libtool_files
+}



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

2016-07-14 Thread Kristian Fiskerstrand
commit: 62084db04f626f1a6a6632940528cb79938bd396
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Thu Jul 14 18:00:34 2016 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Thu Jul 14 18:01:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62084db0

app-crypt/gnupg: New upstream version 2.1.14

Package-Manager: portage-2.3.0

 app-crypt/gnupg/Manifest|   1 +
 app-crypt/gnupg/gnupg-2.1.14.ebuild | 158 
 2 files changed, 159 insertions(+)

diff --git a/app-crypt/gnupg/Manifest b/app-crypt/gnupg/Manifest
index d0e513d..c07bda5 100644
--- a/app-crypt/gnupg/Manifest
+++ b/app-crypt/gnupg/Manifest
@@ -6,3 +6,4 @@ DIST gnupg-2.0.29.tar.bz2 4416251 SHA256 
68ed6b386ba78425b05a60e8ee22785ff0fef19
 DIST gnupg-2.0.30.tar.bz2 4414652 SHA256 
e329785a4f366ba5d72c2c678a7e388b0892ac8440c2f4e6810042123c235d71 SHA512 
e60a57f7dc74b44f884fd50d5a9c51cef7df8c098644ebab9ef7d945a40b0e4a285d0dc80b10fe39d8e4c2cc9d6cbbe800a0ddae54883180dc755fe47ced3314
 WHIRLPOOL 
007315882becc1204edf6833a13610284ce7e1c73429fc3b4170c35ba61c645299f811f01b1bc0506b1cf94ce0de23af4cea33f51cf97397ec61caa15ce3ac6c
 DIST gnupg-2.1.12.tar.bz2 5510723 SHA256 
ac34929d2400a58a349963865442ee6cdd75e500a8d5df083d29835e88bfc506 SHA512 
fdf24d4980ba4011840fd2316a856db2bf50e531071c2bfb899af2b4f5580a9f2992f85a451670a7121d04b608bfb147cefdca1c6f6eb55bc23ecfe5052639e6
 WHIRLPOOL 
ee5a748afee3aa4f8318c1bc1bcbd09232a71853291211f3c5cd8cc44fb70d126185ae9c13086247cd22a9b13c2102f4fa0553e25496c5152f2ce34dc2505d10
 DIST gnupg-2.1.13.tar.bz2 5545361 SHA256 
4f9d83a6221daa60130fa79f0b1d37d6c20fffdd0320b640c7a597c5b6219675 SHA512 
37b6271cdd68fc1d0ec848fa742932afbe8fc662597bcf20398585b51171e7abce40d99ab02f816160b34f7a8d1c60c6e43d8e0192ed107a521579b870b3ebd3
 WHIRLPOOL 
4b97e579bf988a2142bdb83420feef5e0549db0f0a17f2ee8b890e22cb54b38166459d25b05c7f9dcbb14dd5363bf08c24f377d09038884110e29dbbfeb9b73d
+DIST gnupg-2.1.14.tar.bz2 5706058 SHA256 
9450dee9693b6a12bf0c374dae77b66c30f69ff8f35fc9266ab8dd76998eba42 SHA512 
9f098bf589ecb841eb65fccad3ffd72c6645c8e186ddababf93c657173c485ed103f8f8a7d8bfeb86cfb9e065a1211c7d48b116c86d6aa97ed1b8c8a85e0a840
 WHIRLPOOL 
4a41fb68f14a53e6e1c26abb77ec66312167d61032720841f55102f2159938a1a0773c0610d9b5200a7fcf7a12c28913bccdf69e984b8f04b2dc56c72d4a8329

diff --git a/app-crypt/gnupg/gnupg-2.1.14.ebuild 
b/app-crypt/gnupg/gnupg-2.1.14.ebuild
new file mode 100644
index 000..4ce6f6e
--- /dev/null
+++ b/app-crypt/gnupg/gnupg-2.1.14.ebuild
@@ -0,0 +1,158 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils flag-o-matic toolchain-funcs
+
+DESCRIPTION="The GNU Privacy Guard, a GPL OpenPGP implementation"
+HOMEPAGE="http://www.gnupg.org/;
+MY_P="${P/_/-}"
+SRC_URI="mirror://gnupg/gnupg/${MY_P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+IUSE="bzip2 doc +gnutls ldap nls readline selinux smartcard tofu tools usb"
+
+COMMON_DEPEND_LIBS="
+   dev-libs/npth
+   >=dev-libs/libassuan-2.4.3
+   >=dev-libs/libgcrypt-1.7.1
+   >=dev-libs/libgpg-error-1.24
+   >=dev-libs/libksba-1.2.0
+   >=net-misc/curl-7.10
+   gnutls? ( >=net-libs/gnutls-3.0:0= )
+   sys-libs/zlib
+   ldap? ( net-nds/openldap )
+   bzip2? ( app-arch/bzip2 )
+   readline? ( sys-libs/readline:0= )
+   smartcard? ( usb? ( virtual/libusb:0 ) )
+   tofu? ( >=dev-db/sqlite-3.7 )
+   "
+COMMON_DEPEND_BINS="app-crypt/pinentry
+  !app-crypt/dirmngr"
+
+# Existence of executables is checked during configuration.
+DEPEND="${COMMON_DEPEND_LIBS}
+   ${COMMON_DEPEND_BINS}
+   nls? ( sys-devel/gettext )
+   doc? ( sys-apps/texinfo )"
+
+RDEPEND="${COMMON_DEPEND_LIBS}
+   ${COMMON_DEPEND_BINS}
+   selinux? ( sec-policy/selinux-gpg )
+   nls? ( virtual/libintl )"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   epatch_user
+}
+
+src_configure() {
+   local myconf=()
+
+   if use smartcard; then
+   myconf+=(
+   --enable-scdaemon
+   $(use_enable usb ccid-driver)
+   )
+   else
+   myconf+=( --disable-scdaemon )
+   fi
+
+   if use elibc_SunOS || use elibc_AIX; then
+   myconf+=( --disable-symcryptrun )
+   else
+   myconf+=( --enable-symcryptrun )
+   fi
+
+   # glib fails and picks up clang's internal stdint.h causing weird errors
+   [[ ${CC} == *clang ]] && \
+   export gl_cv_absolute_stdint_h=/usr/include/stdint.h
+
+   econf \
+   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
+   --enable-gpg \
+   --enable-gpgsm \
+   --enable-large-secmem \
+   --without-adns \
+   "${myconf[@]}" \
+   

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

2016-07-14 Thread Kristian Fiskerstrand
commit: 7e905512428bc0a3866412e78042ede6432446b7
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Thu Jul 14 17:51:44 2016 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Thu Jul 14 18:01:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e905512

dev-libs/libgpg-error: New upstream version 1.24

Package-Manager: portage-2.3.0

 dev-libs/libgpg-error/Manifest |  1 +
 dev-libs/libgpg-error/libgpg-error-1.24.ebuild | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/dev-libs/libgpg-error/Manifest b/dev-libs/libgpg-error/Manifest
index 12142ac..d2ae217 100644
--- a/dev-libs/libgpg-error/Manifest
+++ b/dev-libs/libgpg-error/Manifest
@@ -4,3 +4,4 @@ DIST libgpg-error-1.19.tar.bz2 761622 SHA256 
53120e1333d5c5d28d87ff2854e9e98719c
 DIST libgpg-error-1.20.tar.bz2 770279 SHA256 
3266895ce3419a7fb093e63e95e2ee3056c481a9bc0d6df694cfd26f74e72522 SHA512 
7736f22a9ee23d27f8d74c275ee92a7d41b48468619af8df70ea4c07000beb03801c6f322735a91100a2b5eb97fca56fce476e4a6eca0054e8a81c44d9b1e1d3
 WHIRLPOOL 
c72548d2ac48eec16111d059462fbefaa887d308900eade5a6803227abb6b2ff10b1ac4f7427f11d6a3130bd21026055efff70af77c4e79db0779759c46384ba
 DIST libgpg-error-1.21.tar.bz2 763186 SHA256 
b7dbdb3cad63a740e9f0c632a1da32d4afdb694ec86c8625c98ea0691713b84d SHA512 
1bc2e27b9904cb66b091c4d15855d2d2fe5d88ed11917df628cd7865989a8a208b607e5d6c499a5d64a16d22b2310b7df6868fa5462cc30cd8fda80a2f8c8315
 WHIRLPOOL 
28a387991fb162b2e74e28437b2274a7b887f7cf99de9729192e7b0691954ce0ce73a4044ce6b97db856ec84fdf9f962ddc99ea7d9d2a685d7b0fba3cc45bb58
 DIST libgpg-error-1.22.tar.bz2 777502 SHA256 
f2a04ee6317bdb41a625bea23fdc7f0b5a63fb677f02447c647ed61fb9e69d7b SHA512 
0e2bbbd1cf51e247921836642ebc0b52573565dde0f3c9df405d74ca148aafd9b6509ae782f8db93ef31425c88466c8a9d11c147aa65b4f21a1856af29f0b8db
 WHIRLPOOL 
b3a457387758b7a592b1fc9bbfd7840f5457dc01dbbad503370c7f688efc7a40828f17f0143216426f54705a1c3744049858616e0a396564f8493e9e39a0f60f
+DIST libgpg-error-1.24.tar.bz2 783628 SHA256 
9268e1cc487de5e6e4460fca612a06e4f383072ac43ae90603e5e46783d3e540 SHA512 
d577ebf36251402dd27187056f7c54cea226119f499d1c3bc1c4201ba4d2ae4a9dcefdf4502411cfcffe52b1cefab8c2cfddfa16b7e6ad3b49305a3394ccca31
 WHIRLPOOL 
2f216d374e0cc9ca64a9a9d3a4c3e756d28275e80ff42fa00649d2d969bf03b04bc56e71125fac176da447176fe8fe6052014c71b1f70ccb1d3c4cb11194c09c

diff --git a/dev-libs/libgpg-error/libgpg-error-1.24.ebuild 
b/dev-libs/libgpg-error/libgpg-error-1.24.ebuild
new file mode 100644
index 000..129a592
--- /dev/null
+++ b/dev-libs/libgpg-error/libgpg-error-1.24.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils libtool multilib-minimal toolchain-funcs
+
+DESCRIPTION="Contains error handling functions used by GnuPG software"
+HOMEPAGE="http://www.gnupg.org/related_software/libgpg-error;
+SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE="common-lisp nls static-libs"
+
+RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
+   abi_x86_32? (
+   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
+   !<=app-emulation/emul-linux-x86-baselibs-20131008-r12
+   )"
+DEPEND="${RDEPEND}
+   nls? ( sys-devel/gettext )"
+
+MULTILIB_CHOST_TOOLS=(
+   /usr/bin/gpg-error-config
+)
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/gpg-error.h
+)
+
+src_prepare() {
+   epatch_user
+   elibtoolize
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   CC_FOR_BUILD=$(tc-getBUILD_CC)
+   --enable-threads
+   $(use_enable nls)
+   $(use_enable static-libs static)
+   $(use_enable common-lisp languages)
+   )
+
+   multilib_is_native_abi || myeconfargs+=(
+   --disable-languages
+   )
+
+   ECONF_SOURCE=${S} \
+   econf "${myeconfargs[@]}"
+}
+
+multilib_src_install_all() {
+   einstalldocs
+
+   # library has no dependencies, so it does not need the .la file
+   prune_libtool_files --all
+}



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

2016-07-14 Thread Patrice Clement
commit: 2995b7fc174f369a3fadfa5989d863e3dd72ebbf
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Jul 14 17:55:51 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Jul 14 17:55:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2995b7fc

dev-java/jfreechart: Clean up old.

Package-Manager: portage-2.2.28

 dev-java/jfreechart/jfreechart-1.0.19.ebuild | 95 
 1 file changed, 95 deletions(-)

diff --git a/dev-java/jfreechart/jfreechart-1.0.19.ebuild 
b/dev-java/jfreechart/jfreechart-1.0.19.ebuild
deleted file mode 100644
index 289d97e..000
--- a/dev-java/jfreechart/jfreechart-1.0.19.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="JFreeChart is a free Java class library for generating charts"
-HOMEPAGE="http://www.jfree.org/jfreechart;
-SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
-
-LICENSE="LGPL-2.1"
-SLOT="1.0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="+servlet test"
-
-CDEPEND=">=dev-java/jcommon-1.0.23:1.0
-   dev-java/jfreesvg:2.1
-   servlet? ( java-virtuals/servlet-api:2.3 )"
-
-DEPEND="${CDEPEND}
-   app-arch/unzip
-   >=virtual/jdk-1.6
-   test? (
-   dev-java/ant-junit:0
-   dev-java/junit:4
-   )"
-
-RDEPEND="${CDEPEND}
-   >=virtual/jre-1.6"
-
-JAVA_PKG_FILTER_COMPILER="jikes"
-
-RESTRICT='test'
-
-src_prepare() {
-   epatch "${FILESDIR}/${PN}-1.0.19-build.xml.patch"
-
-   # Fix test failure, obtained from
-   # http://sourceforge.net/p/jfreechart/bugs/1100/
-   epatch "${FILESDIR}/${PN}-1.0.19-fix-TimeSeriesCollectionTest.patch"
-
-   rm -v lib/*.jar || die
-
-   # links to orsonpdf which is only available for purchase under a 
commercial license
-   rm -v "${P}-demo.jar" || die
-
-   if ! use servlet; then
-   rm -rf source/org/jfree/chart/servlet || die
-   fi
-}
-
-src_compile() {
-   # Note that compile-experimental depends on compile so it is sufficient 
to run
-   # just compile-experimental
-   eant -f ant/build.xml compile-experimental $(use_doc) $(get_jars)
-}
-
-# Tests fail due to:
-# Caught an exception while logging the end of the build.  Exception was:
-# java.lang.OutOfMemoryError: PermGen space
-# java.lang.OutOfMemoryError: PermGen space
-# I don't think there's much we can do here.
-# src_test() {
-#  # X11 tests are disabled using java.awt.headless=true
-#  ANT_TASKS="ant-junit" \
-#  ANT_OPTS="-Djava.awt.headless=true -Duser.timezone=UTC" \
-#  eant -f ant/build.xml test $(get_jars)
-# }
-
-src_install() {
-   java-pkg_newjar lib/${P}.jar ${PN}.jar
-   java-pkg_newjar lib/${P}-experimental.jar ${PN}-experimental.jar
-
-   dodoc README.txt ChangeLog NEWS
-
-   use doc && java-pkg_dojavadoc javadoc
-   use source && java-pkg_dosrc source/org
-}
-
-get_jars() {
-   local antflags="
-   -Djcommon.jar=$(java-pkg_getjar jcommon-1.0 jcommon.jar) \
-   -Djfreesvg.jar=$(java-pkg_getjar jfreesvg-2.1 jfreesvg.jar)"
-
-   use servlet && antflags="${antflags} \
-   -Dservlet.jar=$(java-pkg_getjars servlet-api-2.3)"
-
-   use test && antflags="${antflags} \
-   -Djunit.jar=$(java-pkg_getjars --build-only junit-4)"
-
-   echo "${antflags}"
-}



[gentoo-commits] repo/gentoo:master commit in: app-portage/install-mask/files/

2016-07-14 Thread Patrice Clement
commit: ad241e9c4845c966476a41c0208b025079ac290a
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Jul 14 17:54:38 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Jul 14 17:54:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad241e9c

app-portage/install-mask: Revert 6948f84f0a96570a1ebaa385e46fe51260b52481.

Package-Manager: portage-2.2.28

 app-portage/install-mask/files/location-db.conf | 18 ++
 app-portage/install-mask/files/location-db.xml  | 24 
 2 files changed, 42 insertions(+)

diff --git a/app-portage/install-mask/files/location-db.conf 
b/app-portage/install-mask/files/location-db.conf
new file mode 100644
index 000..cb050ca
--- /dev/null
+++ b/app-portage/install-mask/files/location-db.conf
@@ -0,0 +1,18 @@
+[__install-mask__]
+version=1
+
+[systemd]
+path=/usr/lib/systemd/system
+description=systemd unit and auxiliary files.
+
+[bash-completion]
+path=/usr/share/bash-completion
+
+[locale]
+path=/usr/share/locale
+description=All localizations.
+
+[logrotate]
+path=/etc/logrotate.d
+
+# vim:ft=dosini

diff --git a/app-portage/install-mask/files/location-db.xml 
b/app-portage/install-mask/files/location-db.xml
new file mode 100644
index 000..eea4842
--- /dev/null
+++ b/app-portage/install-mask/files/location-db.xml
@@ -0,0 +1,24 @@
+
+
+   
+   /usr/lib/systemd/system
+   
+   systemd unit and auxiliary files.
+   
+   
+
+   
+   /usr/share/bash-completion
+   
+
+   
+   /usr/share/locale
+   
+   All localizations.
+   
+   
+
+   
+   /etc/logrotate.d
+   
+



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

2016-07-14 Thread Patrice Clement
commit: 1796a2cee4166873b098d6f6f8d840f0e43ef8b9
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Jul 14 17:42:39 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Jul 14 17:42:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1796a2ce

dev-java/jfreechart: Stable for amd64. Retroactively mark stable for the 
remaining arches using the ALLARCHES policy.

Package-Manager: portage-2.2.28

 dev-java/jfreechart/jfreechart-1.0.19-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/jfreechart/jfreechart-1.0.19-r1.ebuild 
b/dev-java/jfreechart/jfreechart-1.0.19-r1.ebuild
index ca64b59..4a21313 100644
--- a/dev-java/jfreechart/jfreechart-1.0.19-r1.ebuild
+++ b/dev-java/jfreechart/jfreechart-1.0.19-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
 
 LICENSE="LGPL-2.1"
 SLOT="1.0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 CDEPEND="



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

2016-07-14 Thread Johannes Huber
commit: 5514ddc19286f54300fd06e7c9a42ebff5dbffa8
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Jul 14 17:41:28 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Jul 14 17:44:06 2016 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=5514ddc1

kde-apps/ksnapshot: Import latest from main tree

Is last rited in gentoo main tree. No further releases.
This is the place to be!

Package-Manager: portage-2.3.0

 kde-apps/ksnapshot/ksnapshot-15.08.3-r1.ebuild | 38 ++
 kde-apps/ksnapshot/metadata.xml|  3 ++
 2 files changed, 41 insertions(+)

diff --git a/kde-apps/ksnapshot/ksnapshot-15.08.3-r1.ebuild 
b/kde-apps/ksnapshot/ksnapshot-15.08.3-r1.ebuild
new file mode 100644
index 000..fc8f0be
--- /dev/null
+++ b/kde-apps/ksnapshot/ksnapshot-15.08.3-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+MY_PV=2015.12
+
+KDE_HANDBOOK="optional"
+inherit kde4-base
+
+DESCRIPTION="KDE Screenshot Utility"
+HOMEPAGE="https://www.kde.org/applications/graphics/ksnapshot/;
+SRC_URI="mirror://kde/stable/apps/KDE4.x/utils/${PN}-${MY_PV}.tar.xz"
+
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="debug kipi"
+
+DEPEND="
+   x11-libs/libXfixes
+   !aqua? (
+   x11-libs/libX11
+   x11-libs/libXext
+   )
+   kipi? ( $(add_kdeapps_dep libkipi) )
+"
+RDEPEND="${DEPEND}
+   !http://www.gentoo.org/dtd/metadata.dtd;>
 
 
+   
+   Support for the KDE Image Plugin 
Interface.
+   
 



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

2016-07-14 Thread Patrice Clement
commit: c1d9710c8876f3569124a09e6d3e99eb01537bd0
Author: tharvik  users  noreply  github  com>
AuthorDate: Mon Jul 11 14:45:06 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Jul 14 17:38:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1d9710c

net-p2p/i2p: version bump to 0.9.26.

Gentoo-Bug: https://bugs.gentoo.org/586850
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1756

Signed-off-by: Patrice Clement  gentoo.org>

 net-p2p/i2p/Manifest   |   2 +-
 net-p2p/i2p/files/i2p-0.9.22_fix-paths.patch   |  96 ---
 net-p2p/i2p/files/i2p-0.9.23_fix-encoding.patch|  43 -
 net-p2p/i2p/files/i2p-0.9.23_fix-paths.patch   | 102 -
 net-p2p/i2p/files/i2p-0.9.24_initd |  36 
 ...24_add-libs.patch => i2p-0.9.26-add_libs.patch} |   4 +-
 .../files/{i2p-0.9.23_initd => i2p-0.9.26.initd}   |   0
 net-p2p/i2p/files/i2p-0.9.26.service   |  13 +++
 .../{i2p-0.9.24-r2.ebuild => i2p-0.9.26.ebuild}|  86 +
 9 files changed, 63 insertions(+), 319 deletions(-)

diff --git a/net-p2p/i2p/Manifest b/net-p2p/i2p/Manifest
index 1504c9c..80867db 100644
--- a/net-p2p/i2p/Manifest
+++ b/net-p2p/i2p/Manifest
@@ -1,2 +1,2 @@
-DIST i2psource_0.9.24.tar.bz2 24468215 SHA256 
134481ae5ef934a411545330d1b22e768189c424a65db47058db0f7d9cf51e7d SHA512 
9029ea06640a937385499fd308232f2c3b04308cc834e2e2491a567c47be4aa128d509b2058735cb8cf088a0b9273b418efbca05d70944ef9e95c3d15d96a47a
 WHIRLPOOL 
d7211cf46bf4bbaa54340de0dadcb255f2321d75b3d968401612c1bc0926f91f1d248e634c97c8d6948f78cd4a68c9a79ca4a65102e205a56c704a2409416cf3
 DIST i2psource_0.9.25.tar.bz2 24652935 SHA256 
daaac2b5a5a6b5bbd4b805f76e14f6a7c201dfd7c1cf43c98e182d2e657d1236 SHA512 
a50f00d9ad32993da30529339e3ffd425d5e97d5120d9e4e446f6fa7ac0cbb6ee4f35c013b0815802ff6c72e188b00d408c7fa398c8ee1ae71be57383a1411f6
 WHIRLPOOL 
a851f6505155201d872774407dc71c9dd03a4683b3ce35d2fff74fd3f7f17d12cc1cc72dfcc2c7c4f0d82b86333bd0424066ae41330e603ba07872d56c257e27
+DIST i2psource_0.9.26.tar.bz2 27039859 SHA256 
49fbaea7f4d5ea0606de68ebb270fc3d4380631ecfd5c9ad82ed9356e29df937 SHA512 
2b3f96fe97418c176b4e0058817bde81909e46d136ed5cadf9f8fb4323b0a35e0a5d3fc0eaadacbfe8f9578376d8a6c6757121452cd9f7c1c3c7d019169a914d
 WHIRLPOOL 
b8161e77a491d26f24e786bf185f9eba35aa4421ba17e668f3a8f73fc481c6c8b7ea630b8c860f4cb2c877660a703aaa0dfa2d03d8163ea98a151302067e1600

diff --git a/net-p2p/i2p/files/i2p-0.9.22_fix-paths.patch 
b/net-p2p/i2p/files/i2p-0.9.22_fix-paths.patch
deleted file mode 100644
index e189016..000
--- a/net-p2p/i2p/files/i2p-0.9.22_fix-paths.patch
+++ /dev/null
@@ -1,96 +0,0 @@
 clients.config 2015-03-15 02:02:29.021408673 -0700
-+++ clients.config 2015-03-15 02:24:33.460308396 -0700
-@@ -60,7 +60,7 @@
- clientApp.4.name=Open Router Console in web browser at startup
- clientApp.4.args=http://127.0.0.1:7657/
- clientApp.4.delay=3
--clientApp.4.startOnLoad=true
-+clientApp.4.startOnLoad=false
- 
- # BOB bridge
- clientApp.5.args=
 eepget 2015-03-15 02:02:29.078407997 -0700
-+++ eepget 2015-03-15 02:17:51.441075791 -0700
-@@ -1,3 +1,3 @@
- #!/bin/sh
--I2P="%INSTALL_PATH"
-+I2P="/usr/share/i2p"
- java -cp "$I2P/lib/i2p.jar" net.i2p.util.EepGet "$@"
 i2prouter  2015-03-15 02:02:29.079407985 -0700
-+++ i2prouter  2015-03-15 02:11:13.023194731 -0700
-@@ -28,20 +28,22 @@
- # Note that (percent)INSTALL_PATH, (percent)USER_HOME,  and 
(percent)SYSTEM_java_io_tmpdir
- # should have been replaced by the izpack installer.
- # If you did not run the installer, replace them with the appropriate paths.
--I2P="%INSTALL_PATH"
-+USER_HOME="$HOME"
-+SYSTEM_java_io_tmpdir="$USER_HOME/.i2p"
-+I2P="/usr/share/i2p"
- if [ "`uname -s`" = "Darwin" ]; then
--   if [ -d "%USER_HOME/Library/Application Support" ]; then
--   I2P_CONFIG_DIR="%USER_HOME/Library/Application Support/i2p"
-+   if [ -d "$USER_HOME/Library/Application Support" ]; then
-+   I2P_CONFIG_DIR="$USER_HOME/Library/Application Support/i2p"
-else
--   I2P_CONFIG_DIR="%USER_HOME/.i2p"
-+   I2P_CONFIG_DIR="$USER_HOME/.i2p"
-fi
- else
--I2P_CONFIG_DIR="%USER_HOME/.i2p"
-+I2P_CONFIG_DIR="$USER_HOME/.i2p"
- fi
--I2PTEMP="%SYSTEM_java_io_tmpdir"
-+I2PTEMP="$SYSTEM_java_io_tmpdir"
- # PORTABLE installation:
- # Use the following instead.
--#I2PTEMP="%INSTALL_PATH"
-+#I2PTEMP="/usr/share/i2p"
- 
- # Application
- APP_NAME="i2p"
 runplain.sh2015-03-15 02:02:29.078407997 -0700
-+++ runplain.sh2015-03-15 02:18:46.530422508 -0700
-@@ -11,8 +11,8 @@
- # Note that (percent)INSTALL_PATH and (percent)SYSTEM_java_io_tmpdir
- # should have been replaced by the izpack installer.
- # If you did not run the installer, replace them with the appropriate path.
--I2P="%INSTALL_PATH"
--I2PTEMP="%SYSTEM_java_io_tmpdir"
-+I2P="/usr/share/i2p"
-+I2PTEMP="$SYSTEM_java_io_tmpdir"
- 
- # Having IPv6 

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

2016-07-14 Thread Christoph Junghans
commit: 8a8468fd5bc39db7d5e0c617161debbb6d795e1f
Author: Christoph Junghans  gentoo  org>
AuthorDate: Thu Jul 14 17:18:44 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Thu Jul 14 17:18:44 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=8a8468fd

sci-libs/votca-tools: moved to gx86

 sci-libs/votca-tools/metadata.xml| 12 --
 sci-libs/votca-tools/votca-tools-.ebuild | 60 
 2 files changed, 72 deletions(-)

diff --git a/sci-libs/votca-tools/metadata.xml 
b/sci-libs/votca-tools/metadata.xml
deleted file mode 100644
index 6f0f3dc..000
--- a/sci-libs/votca-tools/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   ott...@gentoo.org
-   Christoph Junghans
-   
-
-   sci-chemis...@gentoo.org
-   Gentoo Chemistry Project
-   
-

diff --git a/sci-libs/votca-tools/votca-tools-.ebuild 
b/sci-libs/votca-tools/votca-tools-.ebuild
deleted file mode 100644
index 6a9b5be..000
--- a/sci-libs/votca-tools/votca-tools-.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-CMAKE_MAKEFILE_GENERATOR="ninja"
-
-inherit cmake-utils eutils multilib
-
-if [ "${PV}" != "" ]; then
-   SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
-   S="${WORKDIR}/${P#votca-}"
-else
-   inherit git-r3
-   EGIT_REPO_URI="git://github.com/${PN/-//}.git 
https://github.com/${PN/-//}.git;
-   KEYWORDS=""
-fi
-
-DESCRIPTION="Votca tools library"
-HOMEPAGE="http://www.votca.org;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="doc +fftw +gsl sqlite"
-
-RDEPEND="
-   dev-libs/boost:=
-   dev-libs/expat
-   fftw? ( sci-libs/fftw:3.0 )
-   gsl? ( sci-libs/gsl )
-   sqlite? ( dev-db/sqlite:3 )"
-
-DEPEND="${RDEPEND}
-   doc? ( >=app-doc/doxygen-1.7.6.1[dot] )
-   >=app-text/txt2tags-2.5
-   virtual/pkgconfig"
-
-DOCS=( NOTICE )
-
-src_configure() {
-   mycmakeargs=(
-   $(cmake-utils_use_with gsl GSL)
-   $(cmake-utils_use_with fftw FFTW)
-   $(cmake-utils_use_with sqlite SQLITE3)
-   -DWITH_RC_FILES=OFF
-   -DLIB=$(get_libdir)
-   )
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-   if use doc; then
-   cd "${BUILD_DIR}"
-   cmake-utils_src_make html
-   dohtml -r share/doc/html/*
-   fi
-}



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

2016-07-14 Thread Christoph Junghans
commit: c91d5dc89a778e0898a812445026e5c48d5ebb8f
Author: Christoph Junghans  gentoo  org>
AuthorDate: Thu Jul 14 17:18:21 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Thu Jul 14 17:18:21 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=c91d5dc8

sci-chemistry/votca-csg: moved to gx86

 sci-chemistry/votca-csg/metadata.xml  |  16 
 sci-chemistry/votca-csg/votca-csg-.ebuild | 114 --
 2 files changed, 130 deletions(-)

diff --git a/sci-chemistry/votca-csg/metadata.xml 
b/sci-chemistry/votca-csg/metadata.xml
deleted file mode 100644
index 2559954..000
--- a/sci-chemistry/votca-csg/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   ott...@gentoo.org
-   Christoph Junghans
-   
-   
-   sci-chemis...@gentoo.org
-   Gentoo Chemistry Project
-   
-   
-   Add support for gromacs file formats 
through sci-chemistry/gromacs
-   Pull in extra applications from 
sci-chemistry/votca-csg-apps
-   
-

diff --git a/sci-chemistry/votca-csg/votca-csg-.ebuild 
b/sci-chemistry/votca-csg/votca-csg-.ebuild
deleted file mode 100644
index 25892d7..000
--- a/sci-chemistry/votca-csg/votca-csg-.ebuild
+++ /dev/null
@@ -1,114 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-CMAKE_MAKEFILE_GENERATOR="ninja"
-
-inherit bash-completion-r1 cmake-utils multilib
-
-IUSE="doc examples extras +gromacs hdf5"
-PDEPEND="extras? ( =sci-chemistry/${PN}apps-${PV} )"
-if [ "${PV}" != "" ]; then
-   SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   doc? ( 
https://github.com/${PN/-//}-manual/releases/download/v1.3_rc1/${PN}-manual-${PV}.pdf
 )
-   examples? ( 
https://github.com/${PN/-//}-tutorials/archive/v${PV}.tar.gz -> 
${PN}-tutorials-${PV}.tar.gz )"
-   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
-   S="${WORKDIR}/${P#votca-}"
-else
-   inherit git-r3
-   EGIT_REPO_URI="git://github.com/${PN/-//}.git 
https://github.com/${PN/-//}.git;
-   KEYWORDS=""
-fi
-
-DESCRIPTION="Votca coarse-graining engine"
-HOMEPAGE="http://www.votca.org;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-RDEPEND="
-   =sci-libs/votca-tools-${PV}
-   gromacs? ( sci-chemistry/gromacs:= )
-   hdf5? ( sci-libs/hdf5 )
-   dev-lang/perl
-   app-shells/bash:*"
-
-DEPEND="${RDEPEND}
-   doc? (
-   app-doc/doxygen[dot]
-   dev-texlive/texlive-latexextra
-   virtual/latex-base
-   dev-tex/pgf
-   )
-   >=app-text/txt2tags-2.5
-   virtual/pkgconfig"
-
-DOCS=( README.md NOTICE CHANGELOG.md )
-
-src_unpack() {
-   if [[ ${PV} != * ]]; then
-   default
-   else
-   git-r3_src_unpack
-   if use doc; then
-   EGIT_REPO_URI="git://github.com/${PN/-//}-manual.git 
https://github.com/${PN/-//}-manual.git;
-   EGIT_BRANCH="master"
-   EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}-manual"\
-   git-r3_src_unpack
-   fi
-   if use examples; then
-   EGIT_REPO_URI="git://github.com/${PN/-//}-tutorials.git 
https://github.com/${PN/-//}-tutorials.git;
-   EGIT_BRANCH="master"
-   EGIT_CHECKOUT_DIR="${WORKDIR}/${PN#votca-}-tutorials"\
-   git-r3_src_unpack
-   fi
-   fi
-}
-
-src_configure() {
-   mycmakeargs=(
-   $(cmake-utils_use_with gromacs GMX)
-   $(cmake-utils_use_with hdf5 H5MD)
-   -DWITH_RC_FILES=OFF
-   -DLIB=$(get_libdir)
-   )
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-   newbashcomp scripts/csg-completion.bash csg_call
-   for i in "${ED}"/usr/bin/csg_*; do
-   [[ ${i} = *csg_call ]] && continue
-   bashcomp_alias csg_call "${i##*/}"
-   done
-   if use doc; then
-   if [[ ${PV} = ** ]]; then
-   #we need to do that here, because we need an installed 
version of csg to build the manual
-   [[ ${CHOST} = *-darwin* ]] && \
-   emake -C "${WORKDIR}/${PN}"-manual 
PATH="${PATH}${PATH:+:}${ED}/usr/bin" 
DYLD_LIBRARY_PATH="${DYLD_LIBRARY_PATH}${DYLD_LIBRARY_PATH:+:}${ED}/usr/$(get_libdir)"
 \
-   || emake -C "${WORKDIR}/${PN}"-manual 
PATH="${PATH}${PATH:+:}${ED}/usr/bin" 
LD_LIBRARY_PATH="${LD_LIBRARY_PATH}${LD_LIBRARY_PATH:+:}${ED}/usr/$(get_libdir)"
-   newdoc "${WORKDIR}/${PN}"-manual/manual.pdf 
"${PN}-manual-${PV}.pdf"
-   else
-  

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

2016-07-14 Thread Christoph Junghans
commit: 0a1913c089e3750f0197f631623fa8a5e4466aa1
Author: Christoph Junghans  gentoo  org>
AuthorDate: Thu Jul 14 17:18:12 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Thu Jul 14 17:18:12 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=0a1913c0

sci-chemistry/votca-csgapps: moved to gx86

 sci-chemistry/votca-csgapps/metadata.xml   | 12 
 .../votca-csgapps/votca-csgapps-.ebuild| 32 --
 2 files changed, 44 deletions(-)

diff --git a/sci-chemistry/votca-csgapps/metadata.xml 
b/sci-chemistry/votca-csgapps/metadata.xml
deleted file mode 100644
index 6f0f3dc..000
--- a/sci-chemistry/votca-csgapps/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   ott...@gentoo.org
-   Christoph Junghans
-   
-
-   sci-chemis...@gentoo.org
-   Gentoo Chemistry Project
-   
-

diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-.ebuild 
b/sci-chemistry/votca-csgapps/votca-csgapps-.ebuild
deleted file mode 100644
index efa51d4..000
--- a/sci-chemistry/votca-csgapps/votca-csgapps-.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-CMAKE_MAKEFILE_GENERATOR="ninja"
-
-inherit cmake-utils
-
-if [ "${PV}" != "" ]; then
-   SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
-   S="${WORKDIR}/${P#votca-}"
-else
-   inherit git-r3
-   EGIT_REPO_URI="git://github.com/${PN/-//}.git 
https://github.com/${PN/-//}.git;
-   KEYWORDS=""
-fi
-
-DESCRIPTION="Extra applications for votca-csg"
-HOMEPAGE="http://www.votca.org;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=sci-chemistry/${PN%apps}-${PV}"
-
-DEPEND="${RDEPEND}"
-
-DOCS=( README )



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

2016-07-14 Thread Johannes Huber
commit: 4750cc0691d0e7093f9fb6f1242e5ea8c218d94c
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Jul 14 17:30:34 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Jul 14 17:31:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4750cc06

profiles: Mask kde-apps/ksnapshot for removal

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 3ab9307..e8860d8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Johannes Huber  (14 Jul 2016)
+# No longer released upstream. Use kde-apps/spectacle instead.
+# Masked for removal in 30 days.
+kde-apps/ksnapshot
+
 # Michael Palimaka 

[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-csg/

2016-07-14 Thread Christoph Junghans
commit: 6cb701d4e1f513c9d98a6cebf208ecfc95e0220a
Author: Christoph Junghans  gentoo  org>
AuthorDate: Thu Jul 14 17:28:41 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Thu Jul 14 17:30:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cb701d4

sci-chemistry/votca-csg: import live ebuild from sci

Package-Manager: portage-2.2.28

 sci-chemistry/votca-csg/votca-csg-.ebuild | 114 ++
 1 file changed, 114 insertions(+)

diff --git a/sci-chemistry/votca-csg/votca-csg-.ebuild 
b/sci-chemistry/votca-csg/votca-csg-.ebuild
new file mode 100644
index 000..1b619ba
--- /dev/null
+++ b/sci-chemistry/votca-csg/votca-csg-.ebuild
@@ -0,0 +1,114 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+CMAKE_MAKEFILE_GENERATOR="ninja"
+
+inherit bash-completion-r1 cmake-utils multilib
+
+IUSE="doc examples extras +gromacs hdf5"
+PDEPEND="extras? ( =sci-chemistry/${PN}apps-${PV} )"
+if [ "${PV}" != "" ]; then
+   SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
+   doc? ( 
https://github.com/${PN/-//}-manual/releases/download/v${PV}/${PN}-manual-${PV}.pdf
 )
+   examples? ( 
https://github.com/${PN/-//}-tutorials/archive/v${PV}.tar.gz -> 
${PN}-tutorials-${PV}.tar.gz )"
+   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
+   S="${WORKDIR}/${P#votca-}"
+else
+   inherit git-r3
+   EGIT_REPO_URI="git://github.com/${PN/-//}.git 
https://github.com/${PN/-//}.git;
+   KEYWORDS=""
+fi
+
+DESCRIPTION="Votca coarse-graining engine"
+HOMEPAGE="http://www.votca.org;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+RDEPEND="
+   =sci-libs/votca-tools-${PV}
+   gromacs? ( sci-chemistry/gromacs:= )
+   hdf5? ( sci-libs/hdf5 )
+   dev-lang/perl
+   app-shells/bash:*"
+
+DEPEND="${RDEPEND}
+   doc? (
+   app-doc/doxygen[dot]
+   dev-texlive/texlive-latexextra
+   virtual/latex-base
+   dev-tex/pgf
+   )
+   >=app-text/txt2tags-2.5
+   virtual/pkgconfig"
+
+DOCS=( README.md NOTICE CHANGELOG.md )
+
+src_unpack() {
+   if [[ ${PV} != * ]]; then
+   default
+   else
+   git-r3_src_unpack
+   if use doc; then
+   EGIT_REPO_URI="git://github.com/${PN/-//}-manual.git 
https://github.com/${PN/-//}-manual.git;
+   EGIT_BRANCH="master"
+   EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}-manual"\
+   git-r3_src_unpack
+   fi
+   if use examples; then
+   EGIT_REPO_URI="git://github.com/${PN/-//}-tutorials.git 
https://github.com/${PN/-//}-tutorials.git;
+   EGIT_BRANCH="master"
+   EGIT_CHECKOUT_DIR="${WORKDIR}/${PN#votca-}-tutorials"\
+   git-r3_src_unpack
+   fi
+   fi
+}
+
+src_configure() {
+   mycmakeargs=(
+   -DWITH_GMX=$(usex gromacs)
+   -DWITH_H5MD=$(usex hdf5)
+   -DWITH_RC_FILES=OFF
+   -DLIB=$(get_libdir)
+   )
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+   newbashcomp scripts/csg-completion.bash csg_call
+   for i in "${ED}"/usr/bin/csg_*; do
+   [[ ${i} = *csg_call ]] && continue
+   bashcomp_alias csg_call "${i##*/}"
+   done
+   if use doc; then
+   if [[ ${PV} = ** ]]; then
+   #we need to do that here, because we need an installed 
version of csg to build the manual
+   [[ ${CHOST} = *-darwin* ]] && \
+   emake -C "${WORKDIR}/${PN}"-manual 
PATH="${PATH}${PATH:+:}${ED}/usr/bin" 
DYLD_LIBRARY_PATH="${DYLD_LIBRARY_PATH}${DYLD_LIBRARY_PATH:+:}${ED}/usr/$(get_libdir)"
 \
+   || emake -C "${WORKDIR}/${PN}"-manual 
PATH="${PATH}${PATH:+:}${ED}/usr/bin" 
LD_LIBRARY_PATH="${LD_LIBRARY_PATH}${LD_LIBRARY_PATH:+:}${ED}/usr/$(get_libdir)"
+   newdoc "${WORKDIR}/${PN}"-manual/manual.pdf 
"${PN}-manual-${PV}.pdf"
+   else
+   dodoc "${DISTDIR}/${PN}-manual-${PV}.pdf"
+   fi
+   cmake-utils_src_make -C "${CMAKE_BUILD_DIR}" html
+   dodoc -r "${CMAKE_BUILD_DIR}"/share/doc/html
+   fi
+   if use examples; then
+   insinto "/usr/share/doc/${PF}/tutorials"
+   docompress -x "/usr/share/doc/${PF}/tutorials"
+   rm -rf "${WORKDIR}/${PN#votca-}"-tutorials*/CMake*
+   doins -r "${WORKDIR}/${PN#votca-}"-tutorials*/*
+   fi
+}
+
+pkg_postinst() {
+   einfo
+   einfo "Please read and cite:"
+   einfo "VOTCA, J. Chem. Theory Comput. 5, 3211 (2009). "
+   einfo 

[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-csgapps/

2016-07-14 Thread Christoph Junghans
commit: 47d106faebec51d24eefca6f990a78638394ac63
Author: Christoph Junghans  gentoo  org>
AuthorDate: Thu Jul 14 17:29:32 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Thu Jul 14 17:30:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47d106fa

sci-chemistry/votca-csgapps: fix deps

Package-Manager: portage-2.2.28

 sci-chemistry/votca-csgapps/votca-csgapps-1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-1.3.ebuild 
b/sci-chemistry/votca-csgapps/votca-csgapps-1.3.ebuild
index fc375dc..eee52b2 100644
--- a/sci-chemistry/votca-csgapps/votca-csgapps-1.3.ebuild
+++ b/sci-chemistry/votca-csgapps/votca-csgapps-1.3.ebuild
@@ -25,7 +25,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 IUSE=""
 
-RDEPEND="=sci-chemistry/${PN%apps}-${PV}"
+RDEPEND="~sci-chemistry/${PN%apps}-${PV}"
 
 DEPEND="${RDEPEND}"
 



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

2016-07-14 Thread Christoph Junghans
commit: 2fbbafef94953e4a52c7ff37f8a517971ae16072
Author: Christoph Junghans  gentoo  org>
AuthorDate: Thu Jul 14 17:27:43 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Thu Jul 14 17:30:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fbbafef

sci-libs/votca-tools: import live ebuild from sci

Package-Manager: portage-2.2.28

 sci-libs/votca-tools/votca-tools-.ebuild | 60 
 1 file changed, 60 insertions(+)

diff --git a/sci-libs/votca-tools/votca-tools-.ebuild 
b/sci-libs/votca-tools/votca-tools-.ebuild
new file mode 100644
index 000..34b0cd2
--- /dev/null
+++ b/sci-libs/votca-tools/votca-tools-.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+CMAKE_MAKEFILE_GENERATOR="ninja"
+
+inherit cmake-utils eutils multilib
+
+if [ "${PV}" != "" ]; then
+   SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
+   S="${WORKDIR}/${P#votca-}"
+else
+   inherit git-r3
+   EGIT_REPO_URI="git://github.com/${PN/-//}.git 
https://github.com/${PN/-//}.git;
+   KEYWORDS=""
+fi
+
+DESCRIPTION="Votca tools library"
+HOMEPAGE="http://www.votca.org;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="doc +fftw +gsl sqlite"
+
+RDEPEND="
+   dev-libs/boost:=
+   dev-libs/expat
+   fftw? ( sci-libs/fftw:3.0 )
+   gsl? ( sci-libs/gsl )
+   sqlite? ( dev-db/sqlite:3 )"
+
+DEPEND="${RDEPEND}
+   doc? ( >=app-doc/doxygen-1.7.6.1[dot] )
+   >=app-text/txt2tags-2.5
+   virtual/pkgconfig"
+
+DOCS=( NOTICE )
+
+src_configure() {
+   mycmakeargs=(
+   -DWITH_GSL=$(usex gsl)
+   -DWITH_FFTW=$(usex fftw)
+   -DWITH_SQLITE3=$(usex sqlite)
+   -DWITH_RC_FILES=OFF
+   -DLIB=$(get_libdir)
+   )
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+   if use doc; then
+   cd "${CMAKE_BUILD_DIR}"
+   cmake-utils_src_make html
+   dodoc -r share/doc/html
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-csgapps/

2016-07-14 Thread Christoph Junghans
commit: 81bed4a1ecf90b8bc4e42a5abd9ff665282b0af2
Author: Christoph Junghans  gentoo  org>
AuthorDate: Thu Jul 14 17:30:11 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Thu Jul 14 17:30:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81bed4a1

sci-chemistry/votca-csgapps: import live ebuild from sci

Package-Manager: portage-2.2.28

 .../votca-csgapps/votca-csgapps-.ebuild| 32 ++
 1 file changed, 32 insertions(+)

diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-.ebuild 
b/sci-chemistry/votca-csgapps/votca-csgapps-.ebuild
new file mode 100644
index 000..cb7b9cc
--- /dev/null
+++ b/sci-chemistry/votca-csgapps/votca-csgapps-.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+CMAKE_MAKEFILE_GENERATOR="ninja"
+
+inherit cmake-utils
+
+if [ "${PV}" != "" ]; then
+   SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
+   S="${WORKDIR}/${P#votca-}"
+else
+   inherit git-r3
+   EGIT_REPO_URI="git://github.com/${PN/-//}.git 
https://github.com/${PN/-//}.git;
+   KEYWORDS=""
+fi
+
+DESCRIPTION="Extra applications for votca-csg"
+HOMEPAGE="http://www.votca.org;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+RDEPEND="~sci-chemistry/${PN%apps}-${PV}"
+
+DEPEND="${RDEPEND}"
+
+DOCS=( README )



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-csg/, sci-chemistry/votca-csg/files/

2016-07-14 Thread Christoph Junghans
commit: 16bc156fe66e38628bca0158cadb6d479bacb171
Author: Christoph Junghans  gentoo  org>
AuthorDate: Thu Jul 14 17:08:20 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Thu Jul 14 17:30:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16bc156f

sci-chemistry/votca-csg: fix cmake-3.4 build (bug #588834)

Package-Manager: portage-2.2.28

 .../votca-csg/files/votca-csg-1.3-cmake-3.4.patch  | 62 ++
 ...otca-csg-1.3.ebuild => votca-csg-1.3-r1.ebuild} |  9 ++--
 2 files changed, 67 insertions(+), 4 deletions(-)

diff --git a/sci-chemistry/votca-csg/files/votca-csg-1.3-cmake-3.4.patch 
b/sci-chemistry/votca-csg/files/votca-csg-1.3-cmake-3.4.patch
new file mode 100644
index 000..59d83ca
--- /dev/null
+++ b/sci-chemistry/votca-csg/files/votca-csg-1.3-cmake-3.4.patch
@@ -0,0 +1,62 @@
+From 34d55f6d771bcf026f453457f45d787391910598 Mon Sep 17 00:00:00 2001
+From: Christoph Junghans 
+Date: Tue, 2 Feb 2016 13:56:50 -0700
+Subject: [PATCH] cmake: fixed CheckCXXLibraryExists() with >=cmake-3.4
+
+---
+ CMakeModules/CheckCXXLibraryExists.cmake |  6 +-
+ CMakeModules/CheckFunctionExists.cpp | 23 +++
+ 2 files changed, 24 insertions(+), 5 deletions(-)
+ create mode 100644 CMakeModules/CheckFunctionExists.cpp
+
+diff --git a/CMakeModules/CheckCXXLibraryExists.cmake 
b/CMakeModules/CheckCXXLibraryExists.cmake
+index 9c76fe2..d84aea7 100644
+--- a/CMakeModules/CheckCXXLibraryExists.cmake
 b/CMakeModules/CheckCXXLibraryExists.cmake
+@@ -54,13 +54,9 @@ macro(CHECK_CXX_LIBRARY_EXISTS LIBRARY FUNCTION LOCATION 
VARIABLE)
+   set(CHECK_LIBRARY_EXISTS_LIBRARIES
+ ${CHECK_LIBRARY_EXISTS_LIBRARIES} ${CMAKE_REQUIRED_LIBRARIES})
+ endif()
+-if(NOT EXISTS 
${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CheckFunctionExists.cpp)
+-  file(COPY ${CMAKE_ROOT}/Modules/CheckFunctionExists.c DESTINATION 
${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY})
+-  file(RENAME 
${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CheckFunctionExists.c 
${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CheckFunctionExists.cpp)
+-endif()
+ try_compile(${VARIABLE}
+   ${CMAKE_BINARY_DIR}
+-  ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CheckFunctionExists.cpp
++  ${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules/CheckFunctionExists.cpp
+   COMPILE_DEFINITIONS ${CMAKE_REQUIRED_DEFINITIONS}
+   LINK_LIBRARIES ${CHECK_LIBRARY_EXISTS_LIBRARIES}
+   CMAKE_FLAGS
+diff --git a/CMakeModules/CheckFunctionExists.cpp 
b/CMakeModules/CheckFunctionExists.cpp
+new file mode 100644
+index 000..607b3e8
+--- /dev/null
 b/CMakeModules/CheckFunctionExists.cpp
+@@ -0,0 +1,23 @@
++#ifdef CHECK_FUNCTION_EXISTS
++
++char CHECK_FUNCTION_EXISTS();
++#ifdef __CLASSIC_C__
++int main(){
++  int ac;
++  char*av[];
++#else
++int main(int ac, char*av[]){
++#endif
++  CHECK_FUNCTION_EXISTS();
++  if(ac > 1000)
++{
++return *av[0];
++}
++  return 0;
++}
++
++#else  /* CHECK_FUNCTION_EXISTS */
++
++#  error "CHECK_FUNCTION_EXISTS has to specify the function"
++
++#endif /* CHECK_FUNCTION_EXISTS */
+-- 
+2.7.3
+

diff --git a/sci-chemistry/votca-csg/votca-csg-1.3.ebuild 
b/sci-chemistry/votca-csg/votca-csg-1.3-r1.ebuild
similarity index 95%
rename from sci-chemistry/votca-csg/votca-csg-1.3.ebuild
rename to sci-chemistry/votca-csg/votca-csg-1.3-r1.ebuild
index 87883b4..5f6435b 100644
--- a/sci-chemistry/votca-csg/votca-csg-1.3.ebuild
+++ b/sci-chemistry/votca-csg/votca-csg-1.3-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 CMAKE_MAKEFILE_GENERATOR="ninja"
 
@@ -16,6 +16,7 @@ if [ "${PV}" != "" ]; then
examples? ( 
https://github.com/${PN/-//}-tutorials/archive/v${PV}.tar.gz -> 
${PN}-tutorials-${PV}.tar.gz )"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
S="${WORKDIR}/${P#votca-}"
+   PATCHES=( "${FILESDIR}/${P}-cmake-3.4.patch" )
 else
inherit git-r3
EGIT_REPO_URI="git://github.com/${PN/-//}.git 
https://github.com/${PN/-//}.git;
@@ -69,8 +70,8 @@ src_unpack() {
 
 src_configure() {
mycmakeargs=(
-   $(cmake-utils_use_with gromacs GMX)
-   $(cmake-utils_use_with hdf5 H5MD)
+   -DWITH_GMX=$(usex gromacs)
+   -DWITH_H5MD=$(usex hdf5)
-DWITH_RC_FILES=OFF
-DLIB=$(get_libdir)
)
@@ -95,7 +96,7 @@ src_install() {
dodoc "${DISTDIR}/${PN}-manual-${PV}.pdf"
fi
cmake-utils_src_make -C "${CMAKE_BUILD_DIR}" html
-   dohtml -r "${CMAKE_BUILD_DIR}"/share/doc/html/*
+   dodoc -r "${CMAKE_BUILD_DIR}"/share/doc/html
fi
if use examples; then
insinto "/usr/share/doc/${PF}/tutorials"



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

2016-07-14 Thread William Hubbs
commit: 20035210bdf5d5729734457f35f5f32a53a5b3ad
Author: William Hubbs  gmail  com>
AuthorDate: Thu Jul 14 17:13:17 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Jul 14 17:13:17 2016 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=20035210

make variable aflag a boolean show_all

 src/rc/rc-status.c | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/rc/rc-status.c b/src/rc/rc-status.c
index 5018662..a0a2fce 100644
--- a/src/rc/rc-status.c
+++ b/src/rc/rc-status.c
@@ -176,9 +176,9 @@ print_stacked_services(const char *runlevel)
 int main(int argc, char **argv)
 {
 RC_STRING *s, *l, *t, *level;
-
+   bool show_all = false;
char *p, *runlevel = NULL;
-   int opt, aflag = 0, retval = 0;
+   int opt, retval = 0;
 
test_crashed = _rc_can_find_pids();
 
@@ -187,7 +187,7 @@ int main(int argc, char **argv)
  (int *) 0)) != -1)
switch (opt) {
case 'a':
-   aflag++;
+   show_all = true;
levels = rc_runlevel_list();
break;
case 'c':
@@ -265,7 +265,7 @@ int main(int argc, char **argv)
services = NULL;
}
 
-   if (aflag || argc < 2) {
+   if (show_all || argc < 2) {
/* Show hotplugged services */
print_level("Dynamic", "hotplugged");
services = rc_services_in_state(RC_SERVICE_HOTPLUGGED);
@@ -274,7 +274,7 @@ int main(int argc, char **argv)
services = NULL;
 
/* Show manually started and unassigned depended services */
-   if (aflag) {
+   if (show_all) {
rc_stringlist_free(levels);
levels = rc_stringlist_new();
if (!runlevel)



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

2016-07-14 Thread Johannes Huber
commit: ad66c0c99b5c7a88a2aeae1cd5d463a4c0ff8f33
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Jul 14 17:03:28 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Jul 14 17:04:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad66c0c9

kde-base/kdelibs: Version bump 4.14.22

Package-Manager: portage-2.3.0

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

diff --git a/kde-base/kdelibs/Manifest b/kde-base/kdelibs/Manifest
index 66c5529..a640fc8 100644
--- a/kde-base/kdelibs/Manifest
+++ b/kde-base/kdelibs/Manifest
@@ -1,2 +1,3 @@
 DIST kdelibs-4.14.20.tar.xz 11632384 SHA256 
b77e9b3c5063563db00e2fd816794f438148609aee22c2f2ddb2588b9e8c3cb4 SHA512 
bcc52c959497ac229d21665113236428ac71e34cf5ac853b2d0200fd067f71db432aa29e1709ffcc2762764d1e973638e805a377ca4a254c0b3ded7f03228fbb
 WHIRLPOOL 
76058923f6dc50ebdbc0dd1bfebc12048ebfa2ed431dc78e34017707e90553c0eb5e25825c0f13cc892eb1cd601d702aee4f62235be0f449974af402c3eeb650
 DIST kdelibs-4.14.21.tar.xz 11634568 SHA256 
487f757168a4e57f004b2c68853a183447843425a0c310fdc2b18f3f7acb2242 SHA512 
fd1000d04520a9c382158e526f3bc9d8dd53b093317d9a394ea0afcaa9671202e44c446d034431a8705a3fc9550112bb392e30c3b5c1f56e08ecfbc613213d02
 WHIRLPOOL 
83118942d74f85406412a2214c3fc65eb63b12f9f8da15ce292ab5ec26706f32123272b3911eb05608f226a6b56b75679d867b56b724efb0dc5e6c08f399a394
+DIST kdelibs-4.14.22.tar.xz 11632176 SHA256 
f0caa5e99ec325d9392a68393aadf58898c269be7c41f878b2b1807cc931d567 SHA512 
9ea28cd541eb6ec46bd27b364c35ca7818a90651507beaed28f3a632fc17ec608e18643d1cfdb4a21661148f93ace0067a63dfd1328b66f271a1aa8d5c201609
 WHIRLPOOL 
59b6fdd92244b26a19dfa7d459cd4e5659e0f31d915febbe6173a9e2a8e9be9edf40969c395ebfc55446607b11416c9a5f2861e0307d38e27ca515c109f69b37

diff --git a/kde-base/kdelibs/kdelibs-4.14.22.ebuild 
b/kde-base/kdelibs/kdelibs-4.14.22.ebuild
new file mode 100644
index 000..c47f63c
--- /dev/null
+++ b/kde-base/kdelibs/kdelibs-4.14.22.ebuild
@@ -0,0 +1,300 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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
+
+APPS_VERSION="16.04.3" # Don't forget to bump this
+
+DESCRIPTION="KDE libraries needed by all KDE programs"
+[[ ${KDE_BUILD_TYPE} != live ]] && \
+SRC_URI="mirror://kde/stable/applications/${APPS_VERSION}/src/${P}.tar.xz"
+
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux"
+LICENSE="LGPL-2.1"
+IUSE="cpu_flags_x86_3dnow acl altivec +bzip2 +crypt debug doc fam jpeg2k
+kerberos libressl 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-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 )
+   !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
+   )
+   )
+   )
+   bzip2? ( app-arch/bzip2 )
+   crypt? ( app-crypt/qca:2[qt4(+)] )
+   fam? ( virtual/fam )
+   jpeg2k? ( media-libs/jasper )
+   kerberos? ( virtual/krb5 )
+   openexr? (
+   media-libs/openexr:=
+   media-libs/ilmbase:=
+   )
+   policykit? ( >=sys-auth/polkit-qt-0.103.0[qt4(+)] )
+   spell? ( app-text/enchant )
+   ssl? (
+   libressl? ( dev-libs/libressl )
+   !libressl? ( dev-libs/openssl:0 )
+   )
+   udev? ( virtual/udev )
+   zeroconf? ( net-dns/avahi[mdnsresponder-compat] )
+"
+DEPEND="${COMMONDEPEND}
+   doc? ( app-doc/doxygen )
+   

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

2016-07-14 Thread Kristian Fiskerstrand
commit: 851574c7a95ba34737e63b529a28770f0dcab12a
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Thu Jul 14 16:54:07 2016 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Thu Jul 14 16:54:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=851574c7

dev-libs/libgcrypt: Cleanup old versions

Package-Manager: portage-2.3.0

 dev-libs/libgcrypt/Manifest  |  3 --
 dev-libs/libgcrypt/libgcrypt-1.6.3-r4.ebuild | 75 
 dev-libs/libgcrypt/libgcrypt-1.6.3-r5.ebuild | 74 ---
 dev-libs/libgcrypt/libgcrypt-1.6.4.ebuild| 73 ---
 dev-libs/libgcrypt/libgcrypt-1.7.0.ebuild| 73 ---
 5 files changed, 298 deletions(-)

diff --git a/dev-libs/libgcrypt/Manifest b/dev-libs/libgcrypt/Manifest
index 4352d15..5eeacc3 100644
--- a/dev-libs/libgcrypt/Manifest
+++ b/dev-libs/libgcrypt/Manifest
@@ -1,8 +1,5 @@
 DIST libgcrypt-1.5.4.tar.bz2 1512982 SHA256 
d5f88d9f41a46953dc250cdb8575129b37ee2208401b7fa338c897f667c7fb33 SHA512 
fe7e1d07eb10ee4ea8054bc955c35dc4b2109db645a08a6fa7757bf1e77a612e03c0838f9766086f04270b3621f34ccae0d6333f117cff204ccad9018c8a7908
 WHIRLPOOL 
221082d028a90235a3ddcc774b1772a8b8daec989a24b341491849e653e2ecb5cb0e3c8989a3f426524e39b28ebbe1b48532d5d9de7c54f4bdc19b450e22e4dc
 DIST libgcrypt-1.5.5.tar.bz2 1552652 SHA256 
d8958203e786bca479cd7c903906925e8a7e033ccb959bf53317b57cf11a0655 SHA512 
867ee8050c46387a02b3c21a215c3799becfe366c408cab285e7574e52d9bcc916f73874a459885bdb54655281f466ec57a4f7ff07301aa0e4bc174c852815a0
 WHIRLPOOL 
db3f31753ca620a831e6df5bc021421ae817fef4ddf2a3d5b5e3733f8c642591351b71855c35813f8052f8a83420d5a806c72ac1f63cb4ac9f54f5a1075df2c5
-DIST libgcrypt-1.6.3.tar.bz2 2494052 SHA256 
41b4917b93ae34c6a0e2127378d7a4d66d805a2a86a09911d4f9bd871db7025f SHA512 
09a84fcc4d3d755df21f46302a549af4ba788d829ff7fa0cf65eeec033bc3744503f8fe3f4be55a51cc17b1b1b487736c328d7d7bc909f13139600236298c549
 WHIRLPOOL 
dd331afed5c8116df8a55742a7b559791c554a97c32983d64ab196a6d47c2d6bd7e15f8a63dda43947961bb269963185b98927ff0695c3f6d3b939face41e450
-DIST libgcrypt-1.6.4.tar.bz2 2549820 SHA256 
c9bc2c7fe2e5f4ea13b0c74f9d24bcbb1ad889bb39297d8082aebf23f4336026 SHA512 
d2abc81fc3e3acf58f3bf18db449bfb4bdbc28fe62f695276ddd35f34434996b0d686bb48a4724e5134c80ea6cab08ce04f4a0989cb9a72f2497ec833bb24df1
 WHIRLPOOL 
708de5d55845177aa38dc227920dd64eeef8105427d5c88b8196ca47978f577d57f3cd85cd4627af6574e6ab780b815c1cbc8c8ad02aaba72ef176810f7a8865
 DIST libgcrypt-1.6.5.tar.bz2 2549601 SHA256 
f49ebc5842d455ae7019def33eb5a014a0f07a2a8353dc3aa50a76fd1dafa924 SHA512 
1b76640a68514369da3b6be51d66e7040b64d03eba68d6b0d1b1ba88336c9da3ef41b21170a9eb641dae5a36a7c53cb167e15c8da964a5a6793aec947afe91f4
 WHIRLPOOL 
e8272ca7d30a77f848a2e9663400c97ad39b0af4bdda44766d20436e8356be7a6e0b10c7a976764ca31ee667f2289d76cec61cac6f8055433393221f39c2ee89
-DIST libgcrypt-1.7.0.tar.bz2 2840453 SHA256 
b0e67ea74474939913c4d9d9ef4ef5ec378efbe2bebe36389dee319c79bffa92 SHA512 
658eca9161d104b81c249dc47d9e4f2df58f26c63bd28ee9ad7a642fd84f09faddbde51e070bc923bfd54fb5785acf8ff2f0da244e6b497b57407f5f67c3574b
 WHIRLPOOL 
dbc816e8b6b195f0f5a0159937a3e767062aee4780e0548bf0e146bc880c26614ebe664e85bbb26f30410e7550638e2e87385c3b59ef1aa0089ce113cd5c1a27
 DIST libgcrypt-1.7.1.tar.bz2 2843435 SHA256 
450d9cfcbf1611c64dbe3bd04b627b83379ef89f11406d94c8bba305e36d7a95 SHA512 
08ca7de8b6324d1119935b1f400b0ef55e761d42178a4daa8077d36072e5f0987ec6e7834a98c62f1a06261b1b99edc45b3041a873e284a002d8486ffc3347f5
 WHIRLPOOL 
aa1ad0e53efb8215787520403758dfcfa8dc2eddcc6f8faedf4425d3449d712069d71af74f1a75b1d8c447b008ee7601e70c3850c85044d4eb97e44752df5f99
 DIST libgcrypt-1.7.2.tar.bz2 2845301 SHA256 
3d35df906d6eab354504c05d749a9b021944cb29ff5f65c8ef9c3dd5f7b6689f SHA512 
3e5917c0f9094f59626983a256b68c1569cbd94fb9ec68650bc9815cf665a7825b6a0060a6a4a3c24744107a2d13c9baa8e8ffe64b743414fd461493e54987cf
 WHIRLPOOL 
5e4d425fca469f91ad3bde8a0909070042c140ae0b168d0b9908cfba1a247f7431ad72d0d714ab606187567ea79427531dcbdf385865be90d7ce36bcfad7c7c7

diff --git a/dev-libs/libgcrypt/libgcrypt-1.6.3-r4.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.6.3-r4.ebuild
deleted file mode 100644
index 5135608..000
--- a/dev-libs/libgcrypt/libgcrypt-1.6.3-r4.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-AUTOTOOLS_AUTORECONF=1
-WANT_AUTOMAKE=1.14
-
-inherit autotools-multilib flag-o-matic
-
-DESCRIPTION="General purpose crypto library based on the code used in GnuPG"
-HOMEPAGE="http://www.gnupg.org/;
-SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1 MIT"
-SLOT="0/20" # subslot = soname major version
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 

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

2016-07-14 Thread Kristian Fiskerstrand
commit: 0febf080f095b08945c4535c24a49ca8697bd705
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Thu Jul 14 16:49:40 2016 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Thu Jul 14 16:50:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0febf080

dev-libs/libgcrypt: New upstream version 1.7.2

Package-Manager: portage-2.3.0

 dev-libs/libgcrypt/Manifest   |  1 +
 dev-libs/libgcrypt/libgcrypt-1.7.2.ebuild | 72 +++
 2 files changed, 73 insertions(+)

diff --git a/dev-libs/libgcrypt/Manifest b/dev-libs/libgcrypt/Manifest
index b50623d..4352d15 100644
--- a/dev-libs/libgcrypt/Manifest
+++ b/dev-libs/libgcrypt/Manifest
@@ -5,3 +5,4 @@ DIST libgcrypt-1.6.4.tar.bz2 2549820 SHA256 
c9bc2c7fe2e5f4ea13b0c74f9d24bcbb1ad8
 DIST libgcrypt-1.6.5.tar.bz2 2549601 SHA256 
f49ebc5842d455ae7019def33eb5a014a0f07a2a8353dc3aa50a76fd1dafa924 SHA512 
1b76640a68514369da3b6be51d66e7040b64d03eba68d6b0d1b1ba88336c9da3ef41b21170a9eb641dae5a36a7c53cb167e15c8da964a5a6793aec947afe91f4
 WHIRLPOOL 
e8272ca7d30a77f848a2e9663400c97ad39b0af4bdda44766d20436e8356be7a6e0b10c7a976764ca31ee667f2289d76cec61cac6f8055433393221f39c2ee89
 DIST libgcrypt-1.7.0.tar.bz2 2840453 SHA256 
b0e67ea74474939913c4d9d9ef4ef5ec378efbe2bebe36389dee319c79bffa92 SHA512 
658eca9161d104b81c249dc47d9e4f2df58f26c63bd28ee9ad7a642fd84f09faddbde51e070bc923bfd54fb5785acf8ff2f0da244e6b497b57407f5f67c3574b
 WHIRLPOOL 
dbc816e8b6b195f0f5a0159937a3e767062aee4780e0548bf0e146bc880c26614ebe664e85bbb26f30410e7550638e2e87385c3b59ef1aa0089ce113cd5c1a27
 DIST libgcrypt-1.7.1.tar.bz2 2843435 SHA256 
450d9cfcbf1611c64dbe3bd04b627b83379ef89f11406d94c8bba305e36d7a95 SHA512 
08ca7de8b6324d1119935b1f400b0ef55e761d42178a4daa8077d36072e5f0987ec6e7834a98c62f1a06261b1b99edc45b3041a873e284a002d8486ffc3347f5
 WHIRLPOOL 
aa1ad0e53efb8215787520403758dfcfa8dc2eddcc6f8faedf4425d3449d712069d71af74f1a75b1d8c447b008ee7601e70c3850c85044d4eb97e44752df5f99
+DIST libgcrypt-1.7.2.tar.bz2 2845301 SHA256 
3d35df906d6eab354504c05d749a9b021944cb29ff5f65c8ef9c3dd5f7b6689f SHA512 
3e5917c0f9094f59626983a256b68c1569cbd94fb9ec68650bc9815cf665a7825b6a0060a6a4a3c24744107a2d13c9baa8e8ffe64b743414fd461493e54987cf
 WHIRLPOOL 
5e4d425fca469f91ad3bde8a0909070042c140ae0b168d0b9908cfba1a247f7431ad72d0d714ab606187567ea79427531dcbdf385865be90d7ce36bcfad7c7c7

diff --git a/dev-libs/libgcrypt/libgcrypt-1.7.2.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.7.2.ebuild
new file mode 100644
index 000..bdecc44
--- /dev/null
+++ b/dev-libs/libgcrypt/libgcrypt-1.7.2.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+AUTOTOOLS_AUTORECONF=1
+WANT_AUTOMAKE=1.14
+
+inherit autotools-multilib flag-o-matic
+
+DESCRIPTION="General purpose crypto library based on the code used in GnuPG"
+HOMEPAGE="http://www.gnupg.org/;
+SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1 MIT"
+SLOT="0/20" # subslot = soname major version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc static-libs"
+
+RDEPEND=">=dev-libs/libgpg-error-1.12[${MULTILIB_USEDEP}]
+   abi_x86_32? (
+   !<=app-emulation/emul-linux-x86-baselibs-20131008-r19
+   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32]
+   )"
+DEPEND="${RDEPEND}
+   doc? ( virtual/texi2dvi )"
+
+DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.6.1-uscore.patch
+   "${FILESDIR}"/${PN}-multilib-syspath.patch
+)
+
+MULTILIB_CHOST_TOOLS=(
+   /usr/bin/libgcrypt-config
+)
+
+multilib_src_configure() {
+   if [[ ${CHOST} == *86*-solaris* ]] ; then
+   # ASM code uses GNU ELF syntax, divide in particular, we need to
+   # allow this via ASFLAGS, since we don't have a flag-o-matic
+   # function for that, we'll have to abuse cflags for this
+   append-cflags -Wa,--divide
+   fi
+   local myeconfargs=(
+   --disable-dependency-tracking
+   --enable-noexecstack
+   --disable-O-flag-munging
+   $(use_enable static-libs static)
+
+   # disabled due to various applications requiring privileges
+   # after libgcrypt drops them (bug #468616)
+   --without-capabilities
+
+   # http://trac.videolan.org/vlc/ticket/620
+   # causes bus-errors on sparc64-solaris
+   $([[ ${CHOST} == *86*-darwin* ]] && echo "--disable-asm")
+   $([[ ${CHOST} == sparcv9-*-solaris* ]] && echo "--disable-asm")
+   )
+   autotools-utils_src_configure
+}
+
+multilib_src_compile() {
+   emake

[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2016-07-14 Thread Mike Gilbert
commit: 4468806c232e3d3afb06be418a8bd4861668473a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Jul 14 16:43:14 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Jul 14 16:43:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4468806c

www-plugins/chrome-binary-plugins: automated update

Package-Manager: portage-2.3.0_p11

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...43.60_beta.ebuild => chrome-binary-plugins-52.0.2743.75_beta.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 2ea5372..d17aa53 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_52.0.2743.60-1_amd64.deb 53438230 SHA256 
94c877ee51d70e9d1dd3aeadd82d96301361d8d71c16be7de52c842cdfeb5b71 SHA512 
cadce69919c124191d61579df4883861cab0496545d5dd3e70fdf2d26604959f2f1e4c3a8d8996f23665066de4187d9de728f0df2e45da93e71d54ee2f0fcbb1
 WHIRLPOOL 
cf2ae8fd564fb1cb4338f15cafb682d80057df2534c0a234f0916a1726a9e436a4ca8e8c2124670b03593c980b27d81fb4acf63a46e80bc2891690ae4498cf14
+DIST google-chrome-beta_52.0.2743.75-1_amd64.deb 53523004 SHA256 
2d0db69e467354c6c3ad3ef914ea0b4e7449b625a00d02c32a6e903996d013b5 SHA512 
d162123d7ff9b0099527a878216245cda6c5fda24ffc16e9a334cc56f5625b1459a2617e7be6bfc32a8cb1ce678766145e994de37ffe8dd4ffa367bf2cb5ccaf
 WHIRLPOOL 
aeef67e8b88e2a3de7d214f494875aa3e0bbe02468a30f9a40f4bb03e2df5d5620450e07d8cc9d594fa0eda1a210c2ca6b79d74b39b0fc548bef5be7e352bd82
 DIST google-chrome-stable_51.0.2704.106-1_amd64.deb 49288366 SHA256 
af8f1243deed908140bb2f18a3c25f7dd658acef9a1246bb17d82e07dcad6f62 SHA512 
32a024252182575707fad2977ebae0250cb1793cacbdd5477a00a31e9a7311e9f165b16f5b2585eed00c3252318fe169ef47ff054ac3a4184a754959a4f5d021
 WHIRLPOOL 
2829f7b25cbfc3341fd9c04c0d62edda7f432350ecc4bd08c4bd38033681e66079f05dc7d057cbb7266909881d3a08b74297f7b8d6bdb1cd6b6669860960caaa
 DIST google-chrome-unstable_53.0.2785.8-1_amd64.deb 52338066 SHA256 
2d09a5a311aebb2875e74e2f2e8ce95c912fb93fbd78d84f6a7b5e05c75afc7a SHA512 
da3c77ed75f777893b6d5b246f9028d233d11f0c0ce3f0feeba4d6441fcc7f942565deb7975f3384a7486407bf8378e32d724dfed6996888ca581af3452edfe8
 WHIRLPOOL 
bc1142f03482aaf0f285ceed291078b032a0e64a19c498acac7be0d84d26e2ef08f1c6ab8b87e3c07a9248ce42c4c04080ed99deb47ff80aaf714a0f345cdcd5

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.60_beta.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.75_beta.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.60_beta.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.75_beta.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-beta/

2016-07-14 Thread Mike Gilbert
commit: 92d8c404e3eaa9600b9acb309fb2bbfe5f20eb9c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Jul 14 16:43:25 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Jul 14 16:43:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92d8c404

www-client/google-chrome-beta: automated update

Package-Manager: portage-2.3.0_p11

 www-client/google-chrome-beta/Manifest  | 2 +-
 ...-beta-52.0.2743.60.ebuild => google-chrome-beta-52.0.2743.75.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index 56ecaf6..814fa63 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_52.0.2743.60-1_amd64.deb 53438230 SHA256 
94c877ee51d70e9d1dd3aeadd82d96301361d8d71c16be7de52c842cdfeb5b71 SHA512 
cadce69919c124191d61579df4883861cab0496545d5dd3e70fdf2d26604959f2f1e4c3a8d8996f23665066de4187d9de728f0df2e45da93e71d54ee2f0fcbb1
 WHIRLPOOL 
cf2ae8fd564fb1cb4338f15cafb682d80057df2534c0a234f0916a1726a9e436a4ca8e8c2124670b03593c980b27d81fb4acf63a46e80bc2891690ae4498cf14
+DIST google-chrome-beta_52.0.2743.75-1_amd64.deb 53523004 SHA256 
2d0db69e467354c6c3ad3ef914ea0b4e7449b625a00d02c32a6e903996d013b5 SHA512 
d162123d7ff9b0099527a878216245cda6c5fda24ffc16e9a334cc56f5625b1459a2617e7be6bfc32a8cb1ce678766145e994de37ffe8dd4ffa367bf2cb5ccaf
 WHIRLPOOL 
aeef67e8b88e2a3de7d214f494875aa3e0bbe02468a30f9a40f4bb03e2df5d5620450e07d8cc9d594fa0eda1a210c2ca6b79d74b39b0fc548bef5be7e352bd82

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-52.0.2743.60.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-52.0.2743.75.ebuild
similarity index 100%
rename from www-client/google-chrome-beta/google-chrome-beta-52.0.2743.60.ebuild
rename to www-client/google-chrome-beta/google-chrome-beta-52.0.2743.75.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-beta/

2016-07-14 Thread Mike Gilbert
commit: 1be71cfbc7c47da6b7d74e38b75bcd2bcad20caf
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Jul 14 16:46:00 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Jul 14 16:46:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1be71cfb

www-client/google-chrome-beta: convert to chromium-2 eclass

Package-Manager: portage-2.3.0_p11

 .../google-chrome-beta-52.0.2743.75.ebuild | 18 --
 www-client/google-chrome-beta/metadata.xml |  1 -
 2 files changed, 12 insertions(+), 7 deletions(-)

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-52.0.2743.75.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-52.0.2743.75.ebuild
index 759c056..733359b 100644
--- a/www-client/google-chrome-beta/google-chrome-beta-52.0.2743.75.ebuild
+++ b/www-client/google-chrome-beta/google-chrome-beta-52.0.2743.75.ebuild
@@ -4,11 +4,11 @@
 
 EAPI="6"
 
-CHROMIUM_LANGS="am ar bg bn ca cs da de el en_GB es es_419 et fa fi fil fr gu 
he
-   hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl 
sr
-   sv sw ta te th tr uk vi zh_CN zh_TW fake_bidi"
+CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu 
he
+   hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl 
sr
+   sv sw ta te th tr uk vi zh-CN zh-TW"
 
-inherit readme.gentoo-r1 chromium eutils pax-utils unpacker
+inherit readme.gentoo-r1 chromium-2 eutils gnome2-utils pax-utils unpacker 
xdg-utils
 
 DESCRIPTION="The web browser from Google"
 HOMEPAGE="https://www.google.com/chrome;
@@ -127,6 +127,7 @@ src_install() {
 
insinto /
doins -r opt usr
+   dosym "/${CHROME_HOME}/${PN}" "/usr/bin/${PN}"
 
find "${ED}" -type d -empty -delete || die
chmod 755 
"${ED}${CHROME_HOME}"/{chrome,${PN},nacl_helper{,_bootstrap},xdg-{mime,settings}}
 || die
@@ -137,11 +138,16 @@ src_install() {
 }
 
 pkg_preinst() {
-   chromium_pkg_preinst
+   gnome2_icon_savelist
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
 }
 
 pkg_postinst() {
-   fdo-mime_desktop_database_update
gnome2_icon_cache_update
+   xdg_desktop_database_update
readme.gentoo_print_elog
 }

diff --git a/www-client/google-chrome-beta/metadata.xml 
b/www-client/google-chrome-beta/metadata.xml
index 5870a76..ca28e10 100644
--- a/www-client/google-chrome-beta/metadata.xml
+++ b/www-client/google-chrome-beta/metadata.xml
@@ -18,7 +18,6 @@
sophisticated technology to make the web faster, safer, and 
easier.


-   Install fake-bidi 
translation
Add system plugins path to launcher

 



[gentoo-commits] repo/gentoo:master commit in: app-portage/emerge-delta-webrsync/files/

2016-07-14 Thread Patrice Clement
commit: 72689c6fdda2f4bf1e12bc17d7c4ad2165a4ed7a
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Wed Jul 13 18:40:31 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Jul 14 16:07:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72689c6f

app-portage/emerge-delta-webrsync: remove unused patches

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

Signed-off-by: Patrice Clement  gentoo.org>

 .../emerge-delta-webrsync/files/3.5.1-md5sum.patch | 21 
 .../files/3.5.1-metadata.patch | 37 --
 .../files/3.5.1-post_sync.patch| 11 ---
 3 files changed, 69 deletions(-)

diff --git a/app-portage/emerge-delta-webrsync/files/3.5.1-md5sum.patch 
b/app-portage/emerge-delta-webrsync/files/3.5.1-md5sum.patch
deleted file mode 100644
index 7ee19a8..000
--- a/app-portage/emerge-delta-webrsync/files/3.5.1-md5sum.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -Naur orig/emerge-delta-webrsync modified-r1/emerge-delta-webrsync
 emerge-delta-webrsync.old  2006-09-28 10:29:52.0 +
-+++ emerge-delta-webrsync-3.5.12006-09-30 12:09:41.0 +
-@@ -410,7 +410,7 @@
-   echo "thus, bailing (sorry)"
-   exit 5
- else
--  if ! fetch_from_mirrors 
"/snapshots/portage-${final_date}.tar.bz2.umd5sum" 
"portage-${final_date}.tar.bz2.umd5sum"; then
-+  if [[ ! -e portage-${final_date}.tar.bz2.umd5sum ]] && ! 
fetch_from_mirrors "/snapshots/portage-${final_date}.tar.bz2.umd5sum" 
"portage-${final_date}.tar.bz2.umd5sum"; then
-   if ! fetch_from_mirrors 
"/snapshots/portage-${final_date}.tar.bz2.umd5sum" 
"portage-${final_date}.tar.bz2.umd5sum"; then
-   echo "couldn't grab umd5sum (uncompressed md5sum) for 
${final_date}."
-   echo "can't compensate for bzip2 version differences 
iow."
-@@ -462,7 +462,7 @@
- 
- echo "verifying generated tarball"
- 
--if ! verify_md5_file "${TEMPDIR}/portage-${final_date}.tar.bz2"; then
-+if ! verify_md5_file "${TEMPDIR}/portage-${final_date}.tar.bz2" 
"${DISTDIR}/portage-${final_date}.tar.bz2.md5sum"; then
-   if [[ -z $verified ]]; then
-   echo "couldn't verify the generated tarball.  bug, most likely."
-   exit 5

diff --git a/app-portage/emerge-delta-webrsync/files/3.5.1-metadata.patch 
b/app-portage/emerge-delta-webrsync/files/3.5.1-metadata.patch
deleted file mode 100644
index 9958df1..000
--- a/app-portage/emerge-delta-webrsync/files/3.5.1-metadata.patch
+++ /dev/null
@@ -1,37 +0,0 @@
 emerge-delta-webrsync-3.5.1_old2006-08-07 20:54:08.0 +0200
-+++ emerge-delta-webrsync-3.5.12006-08-07 21:00:37.0 +0200
-@@ -8,10 +8,11 @@
- #initialization
- #--
- 
--f=$(python -c'import portage; print "|".join([portage.settings[x] for x in 
("PORTAGE_NICENESS", "GENTOO_MIRRORS", "PORTDIR", "FETCHCOMMAND", "USERLAND", 
"DISTDIR", "PORTAGE_TMPDIR")])')
-+f=$(python -c'import portage; print "|".join([portage.settings[x] for x in 
("PORTAGE_NICENESS", "FEATURES", "GENTOO_MIRRORS", "PORTDIR", "FETCHCOMMAND", 
"USERLAND", "DISTDIR", "PORTAGE_TMPDIR")])')
- 
- IFS='|'
- PORTAGE_NICENESS="${f%%|*}";  f="${f#*|}"
-+FEATURES="${f%%|*}" ; f="${f#*|}"
- GENTOO_MIRRORS="${f%%|*}" ;   f="${f#*|}"
- PORTDIR="${f%%|*}" ;  f="${f#*|}"
- FETCHCOMMAND="${f%%|*}";  f="${f#*|}"
-@@ -20,6 +21,8 @@
- TMPDIR="${f%%|*}/snapshots"
- unset IFS
- 
-+source /usr/lib/portage/bin/isolated-functions.sh || exit 1
-+
- if [ -z "$NICENESS_PULLED" ]; then
-   if [ -n "${PORTAGE_NICENESS}" ]; then
-   export NICENESS_PULLED=asdf
-@@ -217,8 +220,10 @@
-   echo "cleaning up"
-   rm -rf portage
-   fi
--  echo "transferring metadata/cache"
--  emerge metadata
-+  if has metadata-transfer ${FEATURES} ; then
-+  echo "transferring metadata/cache"
-+  emerge --metadata
-+  fi
- }
- 
- fetch_from_mirrors() {

diff --git a/app-portage/emerge-delta-webrsync/files/3.5.1-post_sync.patch 
b/app-portage/emerge-delta-webrsync/files/3.5.1-post_sync.patch
deleted file mode 100644
index 94e82e4..000
--- a/app-portage/emerge-delta-webrsync/files/3.5.1-post_sync.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 emerge-delta-webrsync  2006-10-15 00:18:06.0 +0300
-+++ emerge-delta-webrsync-3.5.12006-10-15 00:20:40.0 +0300
-@@ -224,6 +224,8 @@
-   echo "transferring metadata/cache"
-   emerge --metadata
-   fi
-+  local post_sync=/etc/portage/bin/post_sync
-+  [[ -x "${post_sync}" ]] && ${post_sync}
- }
- 
- fetch_from_mirrors() {



[gentoo-commits] repo/gentoo:master commit in: app-portage/install-mask/files/

2016-07-14 Thread Patrice Clement
commit: 6948f84f0a96570a1ebaa385e46fe51260b52481
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Wed Jul 13 18:42:56 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Jul 14 16:07:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6948f84f

app-portage/install-mask: remove unused files

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

Signed-off-by: Patrice Clement  gentoo.org>

 app-portage/install-mask/files/location-db.conf | 18 --
 app-portage/install-mask/files/location-db.xml  | 24 
 2 files changed, 42 deletions(-)

diff --git a/app-portage/install-mask/files/location-db.conf 
b/app-portage/install-mask/files/location-db.conf
deleted file mode 100644
index cb050ca..000
--- a/app-portage/install-mask/files/location-db.conf
+++ /dev/null
@@ -1,18 +0,0 @@
-[__install-mask__]
-version=1
-
-[systemd]
-path=/usr/lib/systemd/system
-description=systemd unit and auxiliary files.
-
-[bash-completion]
-path=/usr/share/bash-completion
-
-[locale]
-path=/usr/share/locale
-description=All localizations.
-
-[logrotate]
-path=/etc/logrotate.d
-
-# vim:ft=dosini

diff --git a/app-portage/install-mask/files/location-db.xml 
b/app-portage/install-mask/files/location-db.xml
deleted file mode 100644
index eea4842..000
--- a/app-portage/install-mask/files/location-db.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-   
-   /usr/lib/systemd/system
-   
-   systemd unit and auxiliary files.
-   
-   
-
-   
-   /usr/share/bash-completion
-   
-
-   
-   /usr/share/locale
-   
-   All localizations.
-   
-   
-
-   
-   /etc/logrotate.d
-   
-



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

2016-07-14 Thread Patrice Clement
commit: f70893b60b38ef262b7d4ba4cc087b8e3f602653
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Jul 14 15:44:45 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Jul 14 16:04:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f70893b6

dev-python/libzilla: version bump.

Package-Manager: portage-2.2.28

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

diff --git a/dev-python/libzilla/Manifest b/dev-python/libzilla/Manifest
index 84e562e..809c97a 100644
--- a/dev-python/libzilla/Manifest
+++ b/dev-python/libzilla/Manifest
@@ -1 +1,2 @@
 DIST libzilla-1.1.zip 15743 SHA256 
9212b6537b04224d05722097a5e36548d8c651f06b3faf014702d1b60de7fb8c SHA512 
94e11d45a65e8d320a371e7910aa3222985bb5d49881a02ecdbcdbbe939c1f0540b8c2a1d8bebc9897c1b1cbac5f9e2e90701709a36108af1e906d298f66a750
 WHIRLPOOL 
aeeabb4ba4ca3d19a07ecedadd805ebb3918e460f3c6627d4897c921c2a1fc0c55acd1ef341e6332372aa949a4b57a9e9ee624f6d1457cc3da82933596f85ec0
+DIST libzilla-1.2.zip 15869 SHA256 
2d899347f1e9ad542358369624fffce9ca98b886791557d88532c697f7a688dd SHA512 
75c48c4ed8dd71bd1a3399ba3ae482d9092461038e95c421e91b01307be66ff00594a7296072f81973c3f7ff77517ec495cc6794419bc8cb16954e890b3d90d0
 WHIRLPOOL 
a20cb49a8845f9e4fb68d903abb4d950f3c57483632032278724f114aa886ab73dfd39b445047d1b44a3a8f0a72df7467e56fcf458a06c9e3999240d1e7a4ac4

diff --git a/dev-python/libzilla/libzilla-1.2.ebuild 
b/dev-python/libzilla/libzilla-1.2.ebuild
new file mode 100644
index 000..b84aa76
--- /dev/null
+++ b/dev-python/libzilla/libzilla-1.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{3,4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for managing Bugzilla bug reports from the CLI"
+HOMEPAGE="https://github.com/monsieurp/libzilla;
+SRC_URI="https://github.com/monsieurp/libzilla/archive/v${PV}.zip -> ${P}.zip"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/docopt[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/cfg-update/files/

2016-07-14 Thread Patrice Clement
commit: 480bdd8b4ef31eabeb180ec28309596bee0156c4
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Wed Jul 13 18:38:12 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Jul 14 16:05:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=480bdd8b

app-portage/cfg-update: remove unused patches

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

Signed-off-by: Patrice Clement  gentoo.org>

 .../cfg-update/files/cfg-update-1.8.2-bashrc.patch | 51 --
 .../files/cfg-update-1.8.2-xxdiff-to-beediff.patch | 45 ---
 2 files changed, 96 deletions(-)

diff --git a/app-portage/cfg-update/files/cfg-update-1.8.2-bashrc.patch 
b/app-portage/cfg-update/files/cfg-update-1.8.2-bashrc.patch
deleted file mode 100644
index 73fe9b8..000
--- a/app-portage/cfg-update/files/cfg-update-1.8.2-bashrc.patch
+++ /dev/null
@@ -1,51 +0,0 @@
 cfg-update-1.8.2-r1/cfg-update
-+++ cfg-update-1.8.2-r1/cfg-update
-@@ -538,9 +538,9 @@
- local $ENV{LC_ALL}="C";
- if (`grep '^.*cfg-update.*--index' $portage_hook` =~ 
/cfg-update/) {
- local $ENV{LC_ALL}="C";
--if (`grep '^#.*cfg-update.*--index' $portage_hook` =~ 
/cfg-update/) {
-+if (`grep ': cfg-update.*--index' $portage_hook` =~ 
/cfg-update/) {
- _only("Can't enable the Portage hook if you're not 
root...");
--`perl -p -i -e 's/#if \\[ \\"\\\$EBUILD_PHASE\\" = 
\\"setup\\" \\] && \\[ -e \\"\\/usr\\/bin\\/cfg-update\\" \\]; then cfg-update 
--index; fi/if \\[ \\"\\\$EBUILD_PHASE\\" = \\"setup\\" \\] && \\[ -e 
\\"\\/usr\\/bin\\/cfg-update\\" \\]; then cfg-update --index; fi/;' 
$portage_hook`;
-+`perl -p -i -e 's/: (cfg-update.*--index)/\$1/;' 
$portage_hook`;
- if ($opt_d >= 1) { print "$tab"."Enabled Portage hook in 
$portage_hook...\n"; }
- } else {
- if ($opt_d >= 1) { print "$tab"."Portage hook is already 
enabled...\n"; }
-@@ -549,16 +549,17 @@
- _only("Can't add the Portage hook if you're not 
root...");
- `echo >> $portage_hook`;
- `echo "# This hook is neccesary for automatic updating of the 
cfg-update index, please do not modify it!" >> $portage_hook`;
--`echo "if [ \\"\\\$EBUILD_PHASE\\" = \\"setup\\" ] && [ -e 
\\"/usr/bin/cfg-update\\" ]; then cfg-update --index; fi" >> $portage_hook`;
--`echo >> $portage_hook`;
-+`echo "pre_pkg_setup() {" >> $portage_hook`;
-+`echo "   [[ \\\$ROOT = / ]] && cfg-update --index" >> 
$portage_hook`;
-+`echo "}" >> $portage_hook`;
- if ($opt_d >= 1) { print "$tab"."Added Portage hook in 
$portage_hook...\n"; }
- }
- } else {
- _only("Can't create the Portage hook if you're not root...");
--`echo >> $portage_hook`;
- `echo "# This hook is neccesary for automatic updating of the 
cfg-update index, please do not modify it!" >> $portage_hook`;
--`echo "if [ \\"\\\$EBUILD_PHASE\\" = \\"setup\\" ] && [ -e 
\\"/usr/bin/cfg-update\\" ]; then cfg-update --index; fi" >> $portage_hook`;
--`echo >> $portage_hook`;
-+`echo "pre_pkg_setup() {" >> $portage_hook`;
-+`echo "   [[ \\\$ROOT = / ]] && cfg-update --index" >> 
$portage_hook`;
-+`echo "}" >> $portage_hook`;
- if ($opt_d >= 1) { print "$tab"."Created Portage hook in 
$portage_hook...\n"; }
- }
- }
-@@ -2209,11 +2210,11 @@
- local $ENV{LC_ALL}="C";
- if (`grep '^.*cfg-update.*--index' $portage_hook` =~ /cfg-update/) {
- local $ENV{LC_ALL}="C";
--if (`grep '^#.*cfg-update.*--index' $portage_hook` =~ 
/cfg-update/) {
-+if (`grep ': cfg-update.*--index' $portage_hook` =~ /cfg-update/) 
{
- if ($opt_ebuild == 0) { print "$tab"."  Portage hook is 
already disabled...\n"; }
- } else {
- _only("Can't disable the Portage hook if you're not 
root...");
--`perl -p -i -e 's/^if \\[ \\"\\\$EBUILD_PHASE\\" = 
\\"setup\\" \\] && \\[ -e \\"\\/usr\\/bin\\/cfg-update\\" \\]; then cfg-update 
--index; fi/#if \\[ \\"\\\$EBUILD_PHASE\\" = \\"setup\\" \\] && \\[ -e 
\\"\\/usr\\/bin\\/cfg-update\\" \\]; then cfg-update --index; fi/;' 
$portage_hook`;
-+`perl -p -i -e 's/cfg-update.*--index/: \$&/;' $portage_hook`;
- if ($opt_ebuild == 0) { print "$tab"."  Disabled Portage hook 
in $portage_hook...\n"; }
- }
- } else {

diff --git 
a/app-portage/cfg-update/files/cfg-update-1.8.2-xxdiff-to-beediff.patch 
b/app-portage/cfg-update/files/cfg-update-1.8.2-xxdiff-to-beediff.patch
deleted file mode 100644
index b1d2416..000
--- 

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

2016-07-14 Thread Patrice Clement
commit: 921676f0ac0f1107c3b42ce8f4c7ca9657086442
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Jul 14 15:53:43 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Jul 14 16:04:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=921676f0

dev-python/libzilla: Clean up old.

Package-Manager: portage-2.2.28

 dev-python/libzilla/Manifest|  1 -
 dev-python/libzilla/libzilla-1.1.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-python/libzilla/Manifest b/dev-python/libzilla/Manifest
index 809c97a..624f588 100644
--- a/dev-python/libzilla/Manifest
+++ b/dev-python/libzilla/Manifest
@@ -1,2 +1 @@
-DIST libzilla-1.1.zip 15743 SHA256 
9212b6537b04224d05722097a5e36548d8c651f06b3faf014702d1b60de7fb8c SHA512 
94e11d45a65e8d320a371e7910aa3222985bb5d49881a02ecdbcdbbe939c1f0540b8c2a1d8bebc9897c1b1cbac5f9e2e90701709a36108af1e906d298f66a750
 WHIRLPOOL 
aeeabb4ba4ca3d19a07ecedadd805ebb3918e460f3c6627d4897c921c2a1fc0c55acd1ef341e6332372aa949a4b57a9e9ee624f6d1457cc3da82933596f85ec0
 DIST libzilla-1.2.zip 15869 SHA256 
2d899347f1e9ad542358369624fffce9ca98b886791557d88532c697f7a688dd SHA512 
75c48c4ed8dd71bd1a3399ba3ae482d9092461038e95c421e91b01307be66ff00594a7296072f81973c3f7ff77517ec495cc6794419bc8cb16954e890b3d90d0
 WHIRLPOOL 
a20cb49a8845f9e4fb68d903abb4d950f3c57483632032278724f114aa886ab73dfd39b445047d1b44a3a8f0a72df7467e56fcf458a06c9e3999240d1e7a4ac4

diff --git a/dev-python/libzilla/libzilla-1.1.ebuild 
b/dev-python/libzilla/libzilla-1.1.ebuild
deleted file mode 100644
index d9deb7e..000
--- a/dev-python/libzilla/libzilla-1.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_{3,4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for managing Bugzilla bug reports from the CLI"
-HOMEPAGE="https://github.com/monsieurp/libzilla;
-SRC_URI="https://github.com/monsieurp/libzilla/archive/v${PV}.zip -> ${P}.zip"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/docopt[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/ufed/files/

2016-07-14 Thread Patrice Clement
commit: cbd0b343881578bad36b887c2e1ca3960be6beca
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Wed Jul 13 18:45:53 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Jul 14 16:07:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbd0b343

app-portage/ufed: remove unused patches

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

Signed-off-by: Patrice Clement  gentoo.org>

 .../ufed/files/ufed-0.40.2-manpage-URL.patch   |  25 ---
 app-portage/ufed/files/ufed-0.40.2-prefix.patch| 203 -
 .../ufed-0.90_rc2-get_portdir_from_portageq.patch  |  99 --
 3 files changed, 327 deletions(-)

diff --git a/app-portage/ufed/files/ufed-0.40.2-manpage-URL.patch 
b/app-portage/ufed/files/ufed-0.40.2-manpage-URL.patch
deleted file mode 100644
index dd8b734..000
--- a/app-portage/ufed/files/ufed-0.40.2-manpage-URL.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 0f67e66c6a5b6a095c3c2486a2184a5427a0 Mon Sep 17 00:00:00 2001
-From: Paul Varner 
-Date: Tue, 20 Nov 2012 11:28:57 -0600
-Subject: [PATCH 2/2] Update handbook URL for more information on USE flags
-

- ufed.8 | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/ufed.8 b/ufed.8
-index 4c55c29..f42fdc1 100644
 a/ufed.8
-+++ b/ufed.8
-@@ -47,7 +47,7 @@ thus USE settings will have no effect on those mandatory 
dependencies.
- A list of USE keywords used by a particular package can be found by checking
- the IUSE line in any ebuild file.
- 
--See http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2=1
-+See http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2=2
- for more information on USE flags.
- 
- Please also note that if UFED describes a flag (Unknown) it generally means
--- 
-1.8.0
-

diff --git a/app-portage/ufed/files/ufed-0.40.2-prefix.patch 
b/app-portage/ufed/files/ufed-0.40.2-prefix.patch
deleted file mode 100644
index 6eea85b..000
--- a/app-portage/ufed/files/ufed-0.40.2-prefix.patch
+++ /dev/null
@@ -1,203 +0,0 @@
-From 7d133e58b27253ebc1bcfc16fa45ef91125ccde9 Mon Sep 17 00:00:00 2001
-From: Paul Varner 
-Date: Tue, 20 Nov 2012 11:22:09 -0600
-Subject: [PATCH 1/2] Change ufed to use EPREFIX for prefix installs.
-

- Portage.pm | 26 ++
- ufed-curses-help.c |  7 +++
- ufed.8 | 29 +++--
- ufed.pl.in |  6 +++---
- 4 files changed, 39 insertions(+), 29 deletions(-)
-
-diff --git a/Portage.pm b/Portage.pm
-index 0b02cab..c7e236d 100644
 a/Portage.pm
-+++ b/Portage.pm
-@@ -15,7 +15,9 @@ our %default_flags;
- our %make_conf_flags;
- our %archs;
- our %all_flags;
-+our $eprefix;
- 
-+sub get_eprefix();
- sub have_package($);
- sub merge(\%%);
- sub merge_env(\%);
-@@ -30,6 +32,7 @@ sub read_profiles();
- sub read_sh($);
- sub read_use_mask();
- 
-+get_eprefix;
- read_packages;
- read_profiles;
- read_use_mask;
-@@ -54,6 +57,13 @@ if($lastorder ne 'conf') {
-   die "Sorry, USE_ORDER without make.conf overriding global USE flags are 
not currently supported by ufed.\n";
- }
- 
-+
-+sub get_eprefix() {
-+  $eprefix = `portageq envvar EPREFIX 2>&1`;
-+  die "Couldn't determine EPREFIX from Portage" if $? != 0;
-+  chomp($eprefix);
-+}
-+
- sub have_package($) {
-   my ($cp) = @_;
-   return $packages{$cp};
-@@ -130,8 +140,8 @@ sub read_archs() {
- }
- 
- sub read_make_conf() {
--  my %env = read_sh "/etc/make.conf";
--  merge (%env, read_sh('/etc/portage/make.conf'));
-+  my %env = read_sh "$eprefix/etc/make.conf";
-+  merge (%env, read_sh("$eprefix/etc/portage/make.conf"));
-   merge %make_conf_flags, %{$env{USE}} if exists $env{USE};
-   @portagedirs = $environment{PORTDIR};
-   push @portagedirs, split ' ', $environment{PORTDIR_OVERLAY} if defined 
$environment{PORTDIR_OVERLAY};
-@@ -145,13 +155,13 @@ sub read_make_defaults() {
- }
- 
- sub read_make_globals() {
--  for my $dir(@profiles, '/usr/share/portage/config') {
-+  for my $dir(@profiles, "$eprefix/usr/share/portage/config") {
-   read_sh "$dir/make.globals";
-   }
- }
- 
- sub read_packages() {
--  die "Couldn't read /var/db/pkg\n" unless opendir my $pkgdir, 
'/var/db/pkg';
-+  die "Couldn't read $eprefix/var/db/pkg\n" unless opendir my $pkgdir, 
"$eprefix/var/db/pkg";
-   while(my $cat = readdir $pkgdir) {
-   next if $cat eq '.' or $cat eq '..';
-   next unless opendir my $catdir, "/var/db/pkg/$cat";
-@@ -199,16 +209,16 @@ sub read_packages() {
- }
- 
- sub read_profiles() {
--  $_ = readlink '/etc/make.profile';
--  $_ = readlink '/etc/portage/make.profile' if not defined $_;
--  die "/etc\{,/portage\}/make.profile is not a symlink\n" if not defined 
$_;
-+  $_ = readlink "$eprefix/etc/make.profile";
-+  $_ = readlink "$eprefix/etc/portage/make.profile" if not defined $_;
-+  die 

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

2016-07-14 Thread Patrice Clement
commit: f7dde64bc732d973e5babf918388d6be4097affa
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Wed Jul 13 13:01:54 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Jul 14 16:08:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7dde64b

media-sound/podget: version bump to 0.8.2.

Closes: https://github.com/gentoo/gentoo/pull/1881
Package-Manager: portage-2.3.0

Signed-off-by: Patrice Clement  gentoo.org>

 media-sound/podget/Manifest|  1 +
 media-sound/podget/podget-0.8.2.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/media-sound/podget/Manifest b/media-sound/podget/Manifest
index 265c4f4..291450e 100644
--- a/media-sound/podget/Manifest
+++ b/media-sound/podget/Manifest
@@ -1,2 +1,3 @@
 DIST podget-0.7.14.tar.gz 63356 SHA256 
02de95ef369eafa8d1aa998ff00bdad780cd4ec30b7fa09d64edc0ffb97ecc6f SHA512 
a54d4cdac88f220f470304d9b50ef00c01540ca2e986e4ffc80d9d5aea4ddd6b80484e243f742967dcf800780a8fdfdd55437f9fe710e536ca6a5d6140374022
 WHIRLPOOL 
9cfd17b0d73c464dd9545cee99d27980afcf2b121dc0dd815343b70087cf79d9ef8b5150d1be3cd8d0f3d0ed997ac8673fd7e420aeea00ddbe5a855ae148fe57
 DIST podget-0.8.1.tar.gz 66284 SHA256 
e7cf67066b8516062b3f15ca54d347c264f4dc3c931b32fa17c9128577a62944 SHA512 
d2cadeccbba71b04e74863656dfd600e99b95ec58b09a4ba4713c401dd37aa24c339031d251cf5b4d2ee1cd4efbc91b41d8eca1a488def2dc3b5a6968b0a1d20
 WHIRLPOOL 
689aa8773f620a4c0b0853ac13d184c74b6a252224ec6eebef016ee2857e599b522a9f5b53f09d388af517884de0c192852575c392526ad2350d174d8aa18c63
+DIST podget-0.8.2.tar.gz 66786 SHA256 
3207ec9464a6c3a97aa900cf693ab8ba4af2db8725328c1799fcd6bd647de3c2 SHA512 
4e61b4d0197976b755f07445a371368cdc090e148c378b86b925ec1d23e447a4d66d9cc68c2fc8431246bc016d44161340bdb30195481d01d8fb00cf142fa696
 WHIRLPOOL 
9ed11899774d3fa9eeb8dfff258c6767b498905a435eaf1247099a9cd26062728e48bae7a4e8ff462c7e367bd42702eb694c6c543f262df7ac7bf694d215bac9

diff --git a/media-sound/podget/podget-0.8.2.ebuild 
b/media-sound/podget/podget-0.8.2.ebuild
new file mode 100644
index 000..407d070
--- /dev/null
+++ b/media-sound/podget/podget-0.8.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="A simple podcast aggregator optimized for running as a scheduled 
job"
+HOMEPAGE="http://podget.sourceforge.net/ https://github.com/dvehrs/podget;
+SRC_URI="https://github.com/dvehrs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+   net-misc/wget
+   virtual/libiconv
+"
+
+DOCS=( README Changelog )
+
+src_compile() {
+   # There is a Makefile that we don't want to use.
+   :;
+}
+
+src_install() {
+   dobin ${PN}
+   doman DOC/${PN}.7
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: app-portage/g-cpan/

2016-07-14 Thread Patrice Clement
commit: a3e207a8df7f215394fe28684e872f8f906df13d
Author: Sergiy Borodych  gmail  com>
AuthorDate: Mon Jul 11 12:22:05 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Jul 14 16:05:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e207a8

app-portage/g-cpan: version bump to 0.16.9.

* Use github tag generated archive instead of uploaded release file.
* Trim away extraneous tabs.

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

Signed-off-by: Patrice Clement  gentoo.org>

 app-portage/g-cpan/Manifest  |  1 +
 .../g-cpan/{g-cpan-.ebuild => g-cpan-0.16.9.ebuild}  | 12 ++--
 app-portage/g-cpan/g-cpan-.ebuild| 12 ++--
 3 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/app-portage/g-cpan/Manifest b/app-portage/g-cpan/Manifest
index d19ca60..5debb08 100644
--- a/app-portage/g-cpan/Manifest
+++ b/app-portage/g-cpan/Manifest
@@ -1,3 +1,4 @@
 DIST g-cpan-0.16.5.tar.gz 33894 SHA256 
929c06ee2cdd3361121b6f359ea7fc9201bc42caff96ef1df45b4cb93ccfd988 SHA512 
f2eab23281abe567ee2df42895e3f0783228c6ab5e3a8230089e900fd2700367d736299da20fb228f2d4542491a24da05fd035a81aff7d79ce5132e35c48ad0b
 WHIRLPOOL 
01e0b9fc59264455d57fc64c432e683ae941c74d6efa6e2b3430dea6caac019cfad3e893a4b39de4386a3dadadecf95d828a9fbaa8e8b1260303081e2cc6ce65
 DIST g-cpan-0.16.6.tar.gz 33844 SHA256 
efd0a99483d8ce4a6c828f145592846e6076887b33f95431d7b8256c6973906d SHA512 
f8e9e211ffc09ca42d1444a42ad2b8111beb8988e4a01387cf8788f7e4a52e6133168820c2800ac82429fa022e2ff473a774c48ac140b5cde184b3d77cd6e1b1
 WHIRLPOOL 
95d7db1905df41f320b8876a02f53e3238d55ab1be30e4b086ed362797819629997edd06e167c21325cc8d13540247a842cedcfcf1a236737fec91835b952252
 DIST g-cpan-0.16.7.tar.gz 33621 SHA256 
35ead4120bee1b4158413eb1f5933baf1ce75500495d590163fbfef95c9c171f SHA512 
2412b30fa4c3432882db0f31da6ace841e353a363e15a3b536ea1febcf601a7f9c4e14968e3abcf848e3557098088012472179688caf36cd97ae9b528a3db7fb
 WHIRLPOOL 
646f76745023ae815ebecf57856b50dcd568657df68aee89099dd64904a4d43e9cef82f4f16518bd0b8db50e3ddd57aa200bf8fcffbd6539305f59be798bece1
+DIST g-cpan-0.16.9.tar.gz 34463 SHA256 
2d85b37905af8d2878b949438d61d80d530184605260a3b49901b113ef8b7b42 SHA512 
f26d81974fedb024808fe3671ae297fd36abc37a5b04783f36f6c9e8c6000a411c675e999e91da48801a7c84fde15a59587df02fa9d7b3833ccc0916993b1783
 WHIRLPOOL 
a7f11aa4588fc5fe31ba9570b059b7f90a370f477e04ea62cd823c438f3ab27687417014fa62381b744f461825be4d3c9aff6d37f6880abf60a8f4cef41edf62

diff --git a/app-portage/g-cpan/g-cpan-.ebuild 
b/app-portage/g-cpan/g-cpan-0.16.9.ebuild
similarity index 84%
copy from app-portage/g-cpan/g-cpan-.ebuild
copy to app-portage/g-cpan/g-cpan-0.16.9.ebuild
index a547d86..6b8aad9 100644
--- a/app-portage/g-cpan/g-cpan-.ebuild
+++ b/app-portage/g-cpan/g-cpan-0.16.9.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
SRC_URI=""
 else
-   
SRC_URI="https://github.com/gentoo-perl/g-cpan/releases/download/v${PV}/${P}.tar.gz;
+   SRC_URI="https://github.com/gentoo-perl/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
 fi
 
@@ -40,11 +40,11 @@ DEPEND="${COMMONDEPEND}
 "
 
 src_install() {
-   perl-module_src_install
-   diropts -m0775 -o portage -g portage
-   dodir "/var/tmp/g-cpan"
-   dodir "/var/log/g-cpan"
-   keepdir "/var/log/g-cpan"
+   perl-module_src_install
+   diropts -m0775 -o portage -g portage
+   dodir "/var/tmp/g-cpan"
+   dodir "/var/log/g-cpan"
+   keepdir "/var/log/g-cpan"
 }
 
 pkg_postinst() {

diff --git a/app-portage/g-cpan/g-cpan-.ebuild 
b/app-portage/g-cpan/g-cpan-.ebuild
index a547d86..6b8aad9 100644
--- a/app-portage/g-cpan/g-cpan-.ebuild
+++ b/app-portage/g-cpan/g-cpan-.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
SRC_URI=""
 else
-   
SRC_URI="https://github.com/gentoo-perl/g-cpan/releases/download/v${PV}/${P}.tar.gz;
+   SRC_URI="https://github.com/gentoo-perl/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
 fi
 
@@ -40,11 +40,11 @@ DEPEND="${COMMONDEPEND}
 "
 
 src_install() {
-   perl-module_src_install
-   diropts -m0775 -o portage -g portage
-   dodir "/var/tmp/g-cpan"
-   dodir "/var/log/g-cpan"
-   keepdir "/var/log/g-cpan"
+   perl-module_src_install
+   diropts -m0775 -o portage -g portage
+   dodir "/var/tmp/g-cpan"
+   dodir "/var/log/g-cpan"
+   keepdir "/var/log/g-cpan"
 }
 
 pkg_postinst() {



[gentoo-commits] repo/gentoo:master commit in: app-portage/elogv/files/

2016-07-14 Thread Patrice Clement
commit: 28dd45abf321268984ed22a89b5b2e80c22f7a93
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Wed Jul 13 18:39:01 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Jul 14 16:06:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28dd45ab

app-portage/elogv: remove unused patches

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

Signed-off-by: Patrice Clement  gentoo.org>

 app-portage/elogv/files/0.7.4-prefix.patch  | 13 -
 app-portage/elogv/files/elogv-0.7.5-vt100.patch | 38 -
 2 files changed, 51 deletions(-)

diff --git a/app-portage/elogv/files/0.7.4-prefix.patch 
b/app-portage/elogv/files/0.7.4-prefix.patch
deleted file mode 100644
index 9829b12..000
--- a/app-portage/elogv/files/0.7.4-prefix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/elogv b/elogv
-index 85d507b..bef7ae9 100755
 a/elogv
-+++ b/elogv
-@@ -544,7 +544,7 @@ if __name__ == "__main__":
- if port_settings['PORT_LOGDIR']:
- elogdir = os.path.join(port_settings['PORT_LOGDIR'],"elog")
- else:
--elogdir = os.path.join(os.sep,"var","log","portage","elog")
-+elogdir = 
os.path.join(os.sep,'@GENTOO_PORTAGE_EPREFIX@',"var","log","portage","elog")
- 
- # Launch curses interface
- try:

diff --git a/app-portage/elogv/files/elogv-0.7.5-vt100.patch 
b/app-portage/elogv/files/elogv-0.7.5-vt100.patch
deleted file mode 100644
index 5df26c4..000
--- a/app-portage/elogv/files/elogv-0.7.5-vt100.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 68141bf6f469ed7618c7ebd068eb7f8db260dfdb Mon Sep 17 00:00:00 2001
-From: Sebastian Pipping 
-Date: Thu, 2 May 2013 23:22:36 +0200
-Subject: [PATCH] Fix crash with TERM=vt100
-

- elogv | 15 +--
- 1 file changed, 9 insertions(+), 6 deletions(-)
-
-diff --git a/elogv b/elogv
-index 53c37cd..a8440d1 100755
 a/elogv
-+++ b/elogv
-@@ -96,12 +96,15 @@ class ElogViewer:
- self.screen = screen
- 
- # Our color pairs
--curses.use_default_colors()
--curses.init_pair(selected, curses.COLOR_BLACK, curses.COLOR_WHITE)
--curses.init_pair(einfo, curses.COLOR_GREEN, curses.COLOR_BLACK)
--curses.init_pair(ewarn, curses.COLOR_YELLOW, curses.COLOR_BLACK)
--curses.init_pair(eerror, curses.COLOR_RED, curses.COLOR_BLACK)
--curses.init_pair(elog, curses.COLOR_MAGENTA, curses.COLOR_BLACK)
-+try:
-+curses.use_default_colors()
-+curses.init_pair(selected, curses.COLOR_BLACK, curses.COLOR_WHITE)
-+curses.init_pair(einfo, curses.COLOR_GREEN, curses.COLOR_BLACK)
-+curses.init_pair(ewarn, curses.COLOR_YELLOW, curses.COLOR_BLACK)
-+curses.init_pair(eerror, curses.COLOR_RED, curses.COLOR_BLACK)
-+curses.init_pair(elog, curses.COLOR_MAGENTA, curses.COLOR_BLACK)
-+except curses.error:  # e.g. with "TERM=vt100 elogv" invokation
-+pass
- 
- # This attributes are used to manage the scrolling of the list
- # of files
--- 
-1.8.1.5
-



[gentoo-commits] repo/gentoo:master commit in: app-portage/elogviewer/files/

2016-07-14 Thread Patrice Clement
commit: 9a078b922e5326fe808f758a2f0eba8b20ad8d89
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Wed Jul 13 18:39:44 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Jul 14 16:06:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a078b92

app-portage/elogviewer: remove unused patches

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

Signed-off-by: Patrice Clement  gentoo.org>

 .../files/elogviewer-0.5.2-clear_warning.patch | 49 ---
 .../files/elogviewer-0.5.2-timesort.patch  | 70 --
 2 files changed, 119 deletions(-)

diff --git a/app-portage/elogviewer/files/elogviewer-0.5.2-clear_warning.patch 
b/app-portage/elogviewer/files/elogviewer-0.5.2-clear_warning.patch
deleted file mode 100644
index 3f9ac83..000
--- a/app-portage/elogviewer/files/elogviewer-0.5.2-clear_warning.patch
+++ /dev/null
@@ -1,49 +0,0 @@
 elogviewer.orig2008-04-24 17:41:01.0 -0400
-+++ elogviewer 2008-04-24 18:59:09.0 -0400
-@@ -47,6 +47,10 @@
- Christian Faulhammer (V-Li) has written the man page.
- '''
- 
-+_clearwarn = '''
-+WARNING: Are you sure you want to clear all entries?  This will 
permanently delete all elog files!
-+'''
-+
- 
- # Redirect messages to stderr
- import sys
-@@ -435,6 +439,23 @@
-   self.destroy()
- 
- 
-+class ClearPrompt(gtk.MessageDialog):
-+
-+  def __init__(self):
-+  gtk.MessageDialog.__init__(self, 
-+  parent=None, 
-+  #flasgs=0, 
-+  type=gtk.MESSAGE_WARNING, 
-+  buttons=gtk.BUTTONS_YES_NO,
-+  message_format=None)
-+  self.set_markup ( _clearwarn )
-+
-+  def do_prompt(self):
-+  response = self.run()
-+  self.destroy()
-+  return response
-+
-+
- class ActionGroup(gtk.ActionGroup):
- 
-   def __init__(self, activate_action):
-@@ -641,7 +662,10 @@
-   if action == "Delete":
-   self.delete()
-   if action == "Clear":
--  self.clear()
-+  cp = ClearPrompt()
-+  confirmation = cp.do_prompt()
-+  if confirmation == gtk.RESPONSE_YES:
-+  self.clear()
-   if action == "Refresh":
-   self.refresh()
-   if action == "Quit":

diff --git a/app-portage/elogviewer/files/elogviewer-0.5.2-timesort.patch 
b/app-portage/elogviewer/files/elogviewer-0.5.2-timesort.patch
deleted file mode 100644
index e3223bf..000
--- a/app-portage/elogviewer/files/elogviewer-0.5.2-timesort.patch
+++ /dev/null
@@ -1,70 +0,0 @@
 elogviewer 2007-09-20 10:47:05.0 +0300
-+++ elogviewer 2008-01-23 23:50:12.0 +0200
-@@ -123,26 +123,29 @@
-   #otime = '%Y-%m-%d %H:%M:%S'
-   # see modules time and locale
-   otime = '%x %X'
-+  vtime = '%Y-%m-%d %H:%M:%S'
- 
-   (c, p, t) = filename.split(':')
-   t = time.strptime(t, itime)
-+  st = time.strftime(vtime, t)
-   t = time.strftime(otime, t)
-   
-   self.category = c
-   self.package = p
--  self.timestamp = t
-+  self.timestamp = st
-+  self.timesort = t
-   self.filename = filename
- 
- 
- from glob import glob
- from gobject import TYPE_STRING
--( CATEGORY, PACKAGE, TIMESTAMP, FILENAME ) = range(4)
-+( CATEGORY, PACKAGE, TIMESTAMP, TIMESORT, FILENAME ) = range(5)
- class TreeStore(gtk.TreeStore):
- 
-   def __init__(self):
- 
-   gtk.TreeStore.__init__( self,
--  TYPE_STRING, TYPE_STRING, TYPE_STRING, 
TYPE_STRING )
-+  TYPE_STRING, TYPE_STRING, TYPE_STRING, 
TYPE_STRING, TYPE_STRING )
- 
-   def get_filename(self, iter):
-   if not iter:
-@@ -169,14 +172,14 @@
-   iter = self.insert_before(None, None)
-   self.set_value(iter, 0, e.category)
-   self.append(iter, (None,
--  e.package, e.timestamp, 
e.filename))
-+  e.package, e.timestamp, 
e.timesort, e.filename))
- 
-   def populate_flat(self):
-   self.clear()
-   iter = self.get_iter_first()
-   for e in [Elog(filename) for filename in glob('*:*:*.log')]:
-   self.append(iter,
--  (e.category, e.package, e.timestamp, 
e.filename))
-+  (e.category, e.package, e.timestamp, 
e.timesort, e.filename))
- 
- 
- class TreeViewColumn(gtk.TreeViewColumn):
-@@ -184,7 +187,7 @@
-   def __init__(self, 

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

2016-07-14 Thread Bjarke Istrup Pedersen
commit: f64db2d4a4ddd84858580420abb80a5316fadfe2
Author: Bjarke Istrup Pedersen  gentoo  org>
AuthorDate: Thu Jul 14 15:59:05 2016 +
Commit: Bjarke Istrup Pedersen  gentoo  org>
CommitDate: Thu Jul 14 15:59:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f64db2d4

net-misc/strongswan: Bumping to 5.5.0

Package-Manager: portage-2.3.0

 net-misc/strongswan/Manifest| 2 +-
 .../strongswan/{strongswan-5.4.0.ebuild => strongswan-5.5.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/strongswan/Manifest b/net-misc/strongswan/Manifest
index 124796c..6783829 100644
--- a/net-misc/strongswan/Manifest
+++ b/net-misc/strongswan/Manifest
@@ -1,2 +1,2 @@
 DIST strongswan-5.3.4.tar.bz2 4418300 SHA256 
938ad1f7b612e039f1d32333f4865160be70f9fb3c207a31127d0168116459aa SHA512 
2ab1c9a5d285c7f85b130a827b9525dd238a6d2b4c0c0e15a38a5e09dbb58228bfe4a6ab6c57ba6781f5d0d7f565cbb82e0ee2feac758c8033894c969acb8155
 WHIRLPOOL 
f7ffbefd62cc8eb4325b38392dbf84ea17b5e27b0917f75a31517ee9e864820faf6b30de4beb28ff17fb88fa16d4f042f698e2304542d01cba3e2392f63bb26f
-DIST strongswan-5.4.0.tar.bz2 4424580 SHA256 
f8288faaea6a9cd8a7d413c0b76b7922be5da3dfcd01fd05cb30d2c55d3bbe89 SHA512 
633d17ac0a55d333b358a538a47c53077bcc462e2a64af6643b2fe4f777184bd81fc7e4c384e8da81326834f571bf4c0a6caff1ec773043f471a82ea06d97459
 WHIRLPOOL 
2da96356fe9a5337e8177b84b58d53ed11350e08cb99c9d89dfc70098a64f87b04e033e687951c274d9ce54f39fc41bffbf5ba42abb6b67fa1dc4553583adc6e
+DIST strongswan-5.5.0.tar.bz2 4542458 SHA256 
58463998ac6725eac3687e8a20c1f69803c3772657076d06c43386a24b4c8454 SHA512 
dbbd26fa21f940e8b959387f174084c811bb6af6950295be724bd8507713918ffda931a65a5db00f2a4611ee4edf893e55ca56cfd5d4efb394eeeb8968c889d4
 WHIRLPOOL 
ea589e5cd2d504fe850d5b5c7b9152eedd166867a4f544c8260d118f35fc2f3ed6de21a494172f8d3809085132427419c1f41136246317e019a37caff5b1f85e

diff --git a/net-misc/strongswan/strongswan-5.4.0.ebuild 
b/net-misc/strongswan/strongswan-5.5.0.ebuild
similarity index 100%
rename from net-misc/strongswan/strongswan-5.4.0.ebuild
rename to net-misc/strongswan/strongswan-5.5.0.ebuild



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

2016-07-14 Thread Lars Wendler
commit: 40e4e30122a7de626349c579df7cfe4c30d4e3e0
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jul 14 15:30:02 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jul 14 15:30:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40e4e301

app-emulation/virtualbox-bin: Install more icons and mime-type definitions.

bug #572012

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

 ...uild => virtualbox-bin-5.0.24.108355-r1.ebuild} | 31 ++
 ...build => virtualbox-bin-5.1.0.108711-r1.ebuild} | 31 ++
 2 files changed, 40 insertions(+), 22 deletions(-)

diff --git a/app-emulation/virtualbox-bin/virtualbox-bin-5.0.24.108355.ebuild 
b/app-emulation/virtualbox-bin/virtualbox-bin-5.0.24.108355-r1.ebuild
similarity index 92%
rename from app-emulation/virtualbox-bin/virtualbox-bin-5.0.24.108355.ebuild
rename to app-emulation/virtualbox-bin/virtualbox-bin-5.0.24.108355-r1.ebuild
index a205c79..364b030 100644
--- a/app-emulation/virtualbox-bin/virtualbox-bin-5.0.24.108355.ebuild
+++ b/app-emulation/virtualbox-bin/virtualbox-bin-5.0.24.108355-r1.ebuild
@@ -113,19 +113,28 @@ src_install() {
newins "${FILESDIR}/${PN}-config" vbox.cfg
 
if ! use headless ; then
-   pushd "${S}"/icons &>/dev/null || die
-   for size in * ; do
-   if [ -f "${size}/virtualbox.png" ] ; then
-   insinto "/usr/share/icons/hicolor/${size}/apps"
-   newins "${size}/virtualbox.png" ${PN}.png
+   newmenu "${FILESDIR}"/${PN}.desktop-2 ${PN}.desktop
+
+   # set up symlinks (bug #572012)
+   dosym /opt/VirtualBox/virtualbox.xml 
/usr/share/mime/packages/virtualbox.xml
+
+   local size ico icofile
+   for size in 16 24 32 48 64 72 96 128 256 ; do
+   pushd "${S}"/icons/${size}x${size} &>/dev/null || die
+   if [[ -f "virtualbox.png" ]] ; then
+   doicon -s ${size} virtualbox.png
fi
+   for ico in hdd ova ovf vbox{,-extpack} vdi vdh vmdk ; do
+   icofile="virtualbox-${ico}.png"
+   if [[ -f "${icofile}" ]] ; then
+   doicon -s ${size} ${icofile}
+   fi
+   done
+   popd &>/dev/null || die
done
-   dodir /usr/share/pixmaps
-   cp "48x48/virtualbox.png" "${D}/usr/share/pixmaps/${PN}.png" \
-   || die
-   popd &>/dev/null || die
-
-   newmenu "${FILESDIR}"/${PN}.desktop-2 ${PN}.desktop
+   doicon -s scalable "${S}"/icons/scalable/virtualbox.svg
+   insinto /usr/share/pixmaps
+   newins "${S}"/icons/48x48/virtualbox.png ${PN}.png
fi
 
pushd "${S}"/${EXTP_PN} &>/dev/null || die

diff --git a/app-emulation/virtualbox-bin/virtualbox-bin-5.1.0.108711.ebuild 
b/app-emulation/virtualbox-bin/virtualbox-bin-5.1.0.108711-r1.ebuild
similarity index 92%
rename from app-emulation/virtualbox-bin/virtualbox-bin-5.1.0.108711.ebuild
rename to app-emulation/virtualbox-bin/virtualbox-bin-5.1.0.108711-r1.ebuild
index 750f3ac..0c5a781 100644
--- a/app-emulation/virtualbox-bin/virtualbox-bin-5.1.0.108711.ebuild
+++ b/app-emulation/virtualbox-bin/virtualbox-bin-5.1.0.108711-r1.ebuild
@@ -113,19 +113,28 @@ src_install() {
newins "${FILESDIR}/${PN}-config" vbox.cfg
 
if ! use headless ; then
-   pushd "${S}"/icons &>/dev/null || die
-   for size in * ; do
-   if [ -f "${size}/virtualbox.png" ] ; then
-   insinto "/usr/share/icons/hicolor/${size}/apps"
-   newins "${size}/virtualbox.png" ${PN}.png
+   newmenu "${FILESDIR}"/${PN}.desktop-2 ${PN}.desktop
+
+   # set up symlinks (bug #572012)
+   dosym /opt/VirtualBox/virtualbox.xml 
/usr/share/mime/packages/virtualbox.xml
+
+   local size ico icofile
+   for size in 16 24 32 48 64 72 96 128 256 ; do
+   pushd "${S}"/icons/${size}x${size} &>/dev/null || die
+   if [[ -f "virtualbox.png" ]] ; then
+   doicon -s ${size} virtualbox.png
fi
+   for ico in hdd ova ovf vbox{,-extpack} vdi vdh vmdk ; do
+   icofile="virtualbox-${ico}.png"
+   if [[ -f "${icofile}" ]] ; then
+   doicon -s ${size} ${icofile}
+   fi
+   done
+   popd &>/dev/null || die
done
-   dodir /usr/share/pixmaps
- 

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

2016-07-14 Thread Lars Wendler
commit: 5bb6ca11e0dd996439a635a08bcad7f3d8593a3c
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jul 14 15:07:06 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jul 14 15:30:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bb6ca11

app-emulation/virtualbox: Install more icons.

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

 app-emulation/virtualbox/virtualbox-5.1.0.ebuild | 12 +++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/app-emulation/virtualbox/virtualbox-5.1.0.ebuild 
b/app-emulation/virtualbox/virtualbox-5.1.0.ebuild
index 9f389a4..661c0bf 100644
--- a/app-emulation/virtualbox/virtualbox-5.1.0.ebuild
+++ b/app-emulation/virtualbox/virtualbox-5.1.0.ebuild
@@ -242,7 +242,7 @@ src_install() {
use debug && binpath="debug"
cd "${S}"/out/linux.${ARCH}/${binpath}/bin || die
 
-   local vbox_inst_path="/usr/$(get_libdir)/${PN}" each fwfile
+   local vbox_inst_path="/usr/$(get_libdir)/${PN}" each fwfile size ico 
icofile
 
vbox_inst() {
local binary="${1}"
@@ -351,6 +351,16 @@ src_install() {
newicon ${PN}-48px.png ${PN}.png
doicon -s scalable ${PN}.svg
popd &>/dev/null || die
+   pushd "${S}"/src/VBox/Artwork/other &>/dev/null || die
+   for size in 16 24 32 48 64 72 96 128 256 512 ; do
+   for ico in hdd ova ovf vbox{,-extpack} vdi vdh vmdk ; do
+   icofile="${PN}-${ico}-${size}px.png"
+   if [[ -f "${icofile}" ]] ; then
+   newicon -s ${size} ${icofile} 
${PN}-${ico}.png
+   fi
+   done
+   done
+   popd &>/dev/null || die
fi
 
if use lvm ; then



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

2016-07-14 Thread Christoph Junghans
commit: 0f26951d2d7ebc189986b12a197d8262085a0b07
Author: Christoph Junghans  gentoo  org>
AuthorDate: Thu Jul 14 15:19:36 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Thu Jul 14 15:19:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f26951d

dev-util/cwdiff: added live ebuild

Package-Manager: portage-2.2.28

 dev-util/cwdiff/cwdiff-.ebuild | 36 
 1 file changed, 36 insertions(+)

diff --git a/dev-util/cwdiff/cwdiff-.ebuild 
b/dev-util/cwdiff/cwdiff-.ebuild
new file mode 100644
index 000..c066766
--- /dev/null
+++ b/dev-util/cwdiff/cwdiff-.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+if [ "${PV}" = "" ]; then
+   EGIT_REPO_URI="git://github.com/junghans/${PN}.git 
https://github.com/junghans/${PN}.git;
+   inherit git-r3
+   KEYWORDS=""
+else
+   SRC_URI="https://github.com/junghans/cwdiff/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x64-macos ~x86-macos"
+fi
+
+DESCRIPTION="A script that wraps wdiff to support directories and colorize the 
output"
+HOMEPAGE="https://github.com/junghans/cwdiff;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="mercurial"
+
+DEPEND="sys-apps/help2man
+   sys-apps/coreutils"
+RDEPEND="
+   sys-apps/sed
+   app-shells/bash
+   app-text/wdiff
+   sys-apps/diffutils
+   mercurial? ( dev-vcs/mercurial )
+   "
+
+src_install() {
+   emake DESTDIR="${ED}" $(usex mercurial '' 'HGRCDIR=') install
+   dodoc README.md
+}



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

2016-07-14 Thread Patrice Clement
commit: 0004f2cbf35b9cb7d1a68562943efbeb7ac8aabf
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Jul 14 02:04:46 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Jul 14 14:54:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0004f2cb

dev-python/id3-py: Clean up old.

Package-Manager: portage-2.2.28

 dev-python/id3-py/id3-py-1.2.ebuild | 22 --
 1 file changed, 22 deletions(-)

diff --git a/dev-python/id3-py/id3-py-1.2.ebuild 
b/dev-python/id3-py/id3-py-1.2.ebuild
deleted file mode 100644
index cc12011..000
--- a/dev-python/id3-py/id3-py-1.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-DESCRIPTION="Module for manipulating ID3 tags in Python"
-SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz"
-HOMEPAGE="http://id3-py.sourceforge.net/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-DOCS="CHANGES README"
-PYTHON_MODNAME="ID3.py"



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

2016-07-14 Thread Patrice Clement
commit: d2bfac7394653d26cd9428dd20268b15e2184561
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Jul 14 02:04:06 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Jul 14 14:54:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2bfac73

dev-python/id3-py: Stable for amd64. Retroactively mark stable for the 
remaining arches using the ALLARCHES policy.

Package-Manager: portage-2.2.28

 dev-python/id3-py/id3-py-1.2-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/id3-py/id3-py-1.2-r1.ebuild 
b/dev-python/id3-py/id3-py-1.2-r1.ebuild
index c6ff86d..b8d635b 100644
--- a/dev-python/id3-py/id3-py-1.2-r1.ebuild
+++ b/dev-python/id3-py/id3-py-1.2-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
 
 inherit distutils-r1
 
@@ -13,5 +13,5 @@ HOMEPAGE="http://id3-py.sourceforge.net/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ia64 ppc ppc64 sparc x86"
 IUSE=""



[gentoo-commits] proj/grs:desktop-amd64-uclibc-hardened commit in: scripts/, core/etc/portage/patches/sys-libs/uclibc/, ...

2016-07-14 Thread Anthony G. Basile
commit: 741e832ee8c92ab6efc2827167a7ce18c66e9154
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Jul 14 14:49:20 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Jul 14 14:49:20 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=741e832e

Switch to uclibc-ng stages

 .../package.accept_keywords/sys-libs_uclibc_0  |   1 -
 core/etc/portage/package.use/sys-libs_uclibc_0 |   1 -
 ...ldso-libdl-libdl.c-do-not-unmap-libraries.patch |  25 --
 .../sys-libs/uclibc/99-libc-add-isfdtype.patch |  65 --
 core/etc/portage/savedconfig/sys-libs/uclibc-  | 260 -
 scripts/cycle.1.sh |   8 +-
 6 files changed, 1 insertion(+), 359 deletions(-)

diff --git a/core/etc/portage/package.accept_keywords/sys-libs_uclibc_0 
b/core/etc/portage/package.accept_keywords/sys-libs_uclibc_0
deleted file mode 100644
index 4425c84..000
--- a/core/etc/portage/package.accept_keywords/sys-libs_uclibc_0
+++ /dev/null
@@ -1 +0,0 @@
-=sys-libs/uclibc-0.9.33. **

diff --git a/core/etc/portage/package.use/sys-libs_uclibc_0 
b/core/etc/portage/package.use/sys-libs_uclibc_0
deleted file mode 100644
index 0715d0b..000
--- a/core/etc/portage/package.use/sys-libs_uclibc_0
+++ /dev/null
@@ -1 +0,0 @@
-sys-libs/uclibc -* savedconfig

diff --git 
a/core/etc/portage/patches/sys-libs/uclibc/98-ldso-libdl-libdl.c-do-not-unmap-libraries.patch
 
b/core/etc/portage/patches/sys-libs/uclibc/98-ldso-libdl-libdl.c-do-not-unmap-libraries.patch
deleted file mode 100644
index 5f68c99..000
--- 
a/core/etc/portage/patches/sys-libs/uclibc/98-ldso-libdl-libdl.c-do-not-unmap-libraries.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 579dcdbc8aab966b22f6324a16dbf8fd08a607c3 Mon Sep 17 00:00:00 2001
-From: "Anthony G. Basile" 
-Date: Fri, 17 Apr 2015 16:51:43 -0400
-Subject: [PATCH] ldso/libdl/libdl.c: do not unmap libraries.
-

- ldso/libdl/libdl.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/ldso/libdl/libdl.c b/ldso/libdl/libdl.c
-index 49711a8..2c43c07 100644
 a/ldso/libdl/libdl.c
-+++ b/ldso/libdl/libdl.c
-@@ -977,7 +977,7 @@ static int do_dlclose(void *vhandle, int need_fini)
- 
-   end = (end + ADDR_ALIGN) & PAGE_ALIGN;
-   start = start & ~ADDR_ALIGN;
--  DL_LIB_UNMAP (tpnt, end - start);
-+  //DL_LIB_UNMAP (tpnt, end - start);
-   /* Free elements in RTLD_LOCAL scope list */
-   for (runp = tpnt->rtld_local; runp; runp = tmp) {
-   tmp = runp->next;
--- 
-2.0.5
-

diff --git 
a/core/etc/portage/patches/sys-libs/uclibc/99-libc-add-isfdtype.patch 
b/core/etc/portage/patches/sys-libs/uclibc/99-libc-add-isfdtype.patch
deleted file mode 100644
index 007ec33..000
--- a/core/etc/portage/patches/sys-libs/uclibc/99-libc-add-isfdtype.patch
+++ /dev/null
@@ -1,65 +0,0 @@
-From f22cca4722fa66e424562e69f4afa2bca0af871d Mon Sep 17 00:00:00 2001
-From: "Anthony G. Basile" 
-Date: Sun, 28 Jul 2013 09:08:34 -0400
-Subject: [PATCH] libc: add isfdtype()
-
-isfdtype(int fd, int fdtype) check whether a file descriptor fd is
-of type fdtype, where the types are defined in stat(2).  It is
-supported in glibc and BSD, and used by utilities such as acpid.
-
-Signed-off-by: Anthony G. Basile 
-Signed-off-by: Bernhard Reutner-Fischer 

- libc/misc/file/isfdtype.c | 40 
- 1 file changed, 40 insertions(+)
- create mode 100644 libc/misc/file/isfdtype.c
-
-diff --git a/libc/misc/file/isfdtype.c b/libc/misc/file/isfdtype.c
-new file mode 100644
-index 000..4d9199b
 /dev/null
-+++ libc/misc/file/isfdtype.c
-@@ -0,0 +1,40 @@
-+/* Determine whether descriptor has given property.
-+   Copyright (C) 1996-2013 Free Software Foundation, Inc.
-+   This file is part of the GNU C Library.
-+
-+   The GNU C Library is free software; you can redistribute it and/or
-+   modify it under the terms of the GNU Lesser General Public
-+   License as published by the Free Software Foundation; either
-+   version 2.1 of the License, or (at your option) any later version.
-+
-+   The GNU C Library is distributed in the hope that it will be useful,
-+   but WITHOUT ANY WARRANTY; without even the implied warranty of
-+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-+   Lesser General Public License for more details.
-+
-+   You should have received a copy of the GNU Lesser General Public
-+   License along with the GNU C Library; if not, see
-+   .  */
-+
-+#include 
-+#include 
-+#include 
-+#include 
-+#ifdef __UCLIBC_HAS_LFS__
-+# include <_lfs_64.h>
-+#else
-+# define stat64 stat
-+# define fstat64 fstat
-+#endif
-+
-+int
-+isfdtype (int fildes, int fdtype)
-+{
-+  struct stat64 st;
-+  int save_error = errno;

[gentoo-commits] proj/grs:desktop-amd64-musl-hardened commit in: core/var/lib/portage/

2016-07-14 Thread Anthony G. Basile
commit: df599b9ee3b00c50b465b5e9f772133c42cc459e
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Jul 14 14:23:56 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Jul 14 14:23:56 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=df599b9e

world: drop dev-python/charade, masked in tree

 core/var/lib/portage/world.CYCLE.4 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/var/lib/portage/world.CYCLE.4 
b/core/var/lib/portage/world.CYCLE.4
index a329f5c..da1cf02 100644
--- a/core/var/lib/portage/world.CYCLE.4
+++ b/core/var/lib/portage/world.CYCLE.4
@@ -1095,7 +1095,6 @@ dev-python/carbon
 dev-python/carrot
 dev-python/cfgparse
 dev-python/cgkit
-dev-python/charade
 dev-python/cherrytemplate
 dev-python/clientcookie
 dev-python/cliff



[gentoo-commits] proj/grs:desktop-amd64-hardened commit in: core/var/lib/portage/

2016-07-14 Thread Anthony G. Basile
commit: ca526e42c5365da1ed2b1ab5a8ce9337750ad8c0
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Jul 14 14:23:56 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Jul 14 14:24:18 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=ca526e42

world: drop dev-python/charade, masked in tree

 core/var/lib/portage/world.CYCLE.4 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/var/lib/portage/world.CYCLE.4 
b/core/var/lib/portage/world.CYCLE.4
index 442c40a..40fd0dc 100644
--- a/core/var/lib/portage/world.CYCLE.4
+++ b/core/var/lib/portage/world.CYCLE.4
@@ -1095,7 +1095,6 @@ dev-python/carbon
 dev-python/carrot
 dev-python/cfgparse
 dev-python/cgkit
-dev-python/charade
 dev-python/cherrytemplate
 dev-python/clientcookie
 dev-python/cliff



[gentoo-commits] proj/grs:desktop-amd64-uclibc-hardened commit in: core/var/lib/portage/

2016-07-14 Thread Anthony G. Basile
commit: f165ebda8ef37c30befc632772a39341625e52a1
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Jul 14 14:23:56 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Jul 14 14:24:27 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=f165ebda

world: drop dev-python/charade, masked in tree

 core/var/lib/portage/world.CYCLE.4 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/var/lib/portage/world.CYCLE.4 
b/core/var/lib/portage/world.CYCLE.4
index a329f5c..da1cf02 100644
--- a/core/var/lib/portage/world.CYCLE.4
+++ b/core/var/lib/portage/world.CYCLE.4
@@ -1095,7 +1095,6 @@ dev-python/carbon
 dev-python/carrot
 dev-python/cfgparse
 dev-python/cgkit
-dev-python/charade
 dev-python/cherrytemplate
 dev-python/clientcookie
 dev-python/cliff



[gentoo-commits] proj/grs:desktop-amd64-uclibc-hardened commit in: core/var/lib/portage/

2016-07-14 Thread Anthony G. Basile
commit: f783c86d882244166e1911a6014b85dce3ac95f8
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Jul 14 14:18:55 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Jul 14 14:19:47 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=f783c86d

world: drop dev-util/rootstrap, masked in tree

 core/var/lib/portage/world.CYCLE.4 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/var/lib/portage/world.CYCLE.4 
b/core/var/lib/portage/world.CYCLE.4
index 499f479..a329f5c 100644
--- a/core/var/lib/portage/world.CYCLE.4
+++ b/core/var/lib/portage/world.CYCLE.4
@@ -1383,7 +1383,6 @@ dev-util/qstlink2
 dev-util/rats
 dev-util/rbtools
 dev-util/regexxer
-dev-util/rootstrap
 dev-util/shc
 dev-util/strace
 dev-util/stubgen



[gentoo-commits] proj/grs:desktop-amd64-musl-hardened commit in: core/var/lib/portage/

2016-07-14 Thread Anthony G. Basile
commit: dffe12641ea840bb7aabbafd3e85ccd31bd904ec
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Jul 14 14:18:55 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Jul 14 14:21:16 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=dffe1264

world: drop dev-util/rootstrap, masked in tree

 core/var/lib/portage/world.CYCLE.4 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/var/lib/portage/world.CYCLE.4 
b/core/var/lib/portage/world.CYCLE.4
index 499f479..a329f5c 100644
--- a/core/var/lib/portage/world.CYCLE.4
+++ b/core/var/lib/portage/world.CYCLE.4
@@ -1383,7 +1383,6 @@ dev-util/qstlink2
 dev-util/rats
 dev-util/rbtools
 dev-util/regexxer
-dev-util/rootstrap
 dev-util/shc
 dev-util/strace
 dev-util/stubgen



[gentoo-commits] proj/grs:desktop-amd64-hardened commit in: core/var/lib/portage/

2016-07-14 Thread Anthony G. Basile
commit: 137be0195c443359afe15567ad06a0bd773825e5
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Jul 14 14:18:55 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Jul 14 14:21:02 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=137be019

world: drop dev-util/rootstrap, masked in tree

 core/var/lib/portage/world.CYCLE.4 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/var/lib/portage/world.CYCLE.4 
b/core/var/lib/portage/world.CYCLE.4
index d42cd7c..442c40a 100644
--- a/core/var/lib/portage/world.CYCLE.4
+++ b/core/var/lib/portage/world.CYCLE.4
@@ -1383,7 +1383,6 @@ dev-util/qstlink2
 dev-util/rats
 dev-util/rbtools
 dev-util/regexxer
-dev-util/rootstrap
 dev-util/shc
 dev-util/strace
 dev-util/stubgen



[gentoo-commits] proj/grs:desktop-amd64-uclibc-hardened commit in: core/etc/grs/, core/var/lib/portage/

2016-07-14 Thread Anthony G. Basile
commit: 70946ace8dadce41161bbedf2baf86fab2fc598a
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Jul 14 14:16:57 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Jul 14 14:17:31 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=70946ace

world: drop dev-perl/cache-mmap, masked in tree

 core/etc/grs/world.conf| 3 ---
 core/var/lib/portage/world.CYCLE.4 | 1 -
 2 files changed, 4 deletions(-)

diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf
index 052293f..50fd12f 100644
--- a/core/etc/grs/world.conf
+++ b/core/etc/grs/world.conf
@@ -2543,9 +2543,6 @@ package.use : dev-perl/XML-Stream:0 ssl
 [dev-perl/XML-Twig:0]
 package.use : dev-perl/XML-Twig:0 -nls
 
-[dev-perl/cache-mmap:0]
-package.use : dev-perl/cache-mmap:0 -test
-
 [dev-perl/dbix-searchbuilder:0]
 package.use : dev-perl/dbix-searchbuilder:0 -test
 

diff --git a/core/var/lib/portage/world.CYCLE.4 
b/core/var/lib/portage/world.CYCLE.4
index f36bbbd..499f479 100644
--- a/core/var/lib/portage/world.CYCLE.4
+++ b/core/var/lib/portage/world.CYCLE.4
@@ -1060,7 +1060,6 @@ dev-perl/XML-RAI
 dev-perl/XML-RSS-Feed
 dev-perl/XML-SimpleObject
 dev-perl/XML-XSLT
-dev-perl/cache-mmap
 dev-perl/dbix-searchbuilder
 dev-perl/frontier-rpc
 dev-perl/gtk2-trayicon



[gentoo-commits] proj/grs:desktop-amd64-musl-hardened commit in: core/var/lib/portage/, core/etc/grs/

2016-07-14 Thread Anthony G. Basile
commit: c1137260af0dc1a2127aca4ca7cc1e7300c3158c
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Jul 14 14:16:57 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Jul 14 14:17:20 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=c1137260

world: drop dev-perl/cache-mmap, masked in tree

 core/etc/grs/world.conf| 3 ---
 core/var/lib/portage/world.CYCLE.4 | 1 -
 2 files changed, 4 deletions(-)

diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf
index 7ac2b6b..1e128a6 100644
--- a/core/etc/grs/world.conf
+++ b/core/etc/grs/world.conf
@@ -2502,9 +2502,6 @@ package.use : dev-perl/XML-Stream:0 ssl
 [dev-perl/XML-Twig:0]
 package.use : dev-perl/XML-Twig:0 -nls
 
-[dev-perl/cache-mmap:0]
-package.use : dev-perl/cache-mmap:0 -test
-
 [dev-perl/dbix-searchbuilder:0]
 package.use : dev-perl/dbix-searchbuilder:0 -test
 

diff --git a/core/var/lib/portage/world.CYCLE.4 
b/core/var/lib/portage/world.CYCLE.4
index f36bbbd..499f479 100644
--- a/core/var/lib/portage/world.CYCLE.4
+++ b/core/var/lib/portage/world.CYCLE.4
@@ -1060,7 +1060,6 @@ dev-perl/XML-RAI
 dev-perl/XML-RSS-Feed
 dev-perl/XML-SimpleObject
 dev-perl/XML-XSLT
-dev-perl/cache-mmap
 dev-perl/dbix-searchbuilder
 dev-perl/frontier-rpc
 dev-perl/gtk2-trayicon



[gentoo-commits] proj/grs:desktop-amd64-hardened commit in: core/var/lib/portage/, core/etc/grs/

2016-07-14 Thread Anthony G. Basile
commit: d4b1011a1c593125ec98ea60bcb7ad709883bee0
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Jul 14 14:16:57 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Jul 14 14:16:57 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=d4b1011a

world: drop dev-perl/cache-mmap, masked in tree

 core/etc/grs/world.conf| 3 ---
 core/var/lib/portage/world.CYCLE.4 | 1 -
 2 files changed, 4 deletions(-)

diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf
index 1bc03e6..08459e2 100644
--- a/core/etc/grs/world.conf
+++ b/core/etc/grs/world.conf
@@ -2546,9 +2546,6 @@ package.use : dev-perl/XML-Stream:0 ssl
 [dev-perl/XML-Twig:0]
 package.use : dev-perl/XML-Twig:0 -nls
 
-[dev-perl/cache-mmap:0]
-package.use : dev-perl/cache-mmap:0 -test
-
 [dev-perl/dbix-searchbuilder:0]
 package.use : dev-perl/dbix-searchbuilder:0 -test
 

diff --git a/core/var/lib/portage/world.CYCLE.4 
b/core/var/lib/portage/world.CYCLE.4
index b0f862d..d42cd7c 100644
--- a/core/var/lib/portage/world.CYCLE.4
+++ b/core/var/lib/portage/world.CYCLE.4
@@ -1060,7 +1060,6 @@ dev-perl/XML-RAI
 dev-perl/XML-RSS-Feed
 dev-perl/XML-SimpleObject
 dev-perl/XML-XSLT
-dev-perl/cache-mmap
 dev-perl/dbix-searchbuilder
 dev-perl/frontier-rpc
 dev-perl/gtk2-trayicon



[gentoo-commits] proj/grs:desktop-amd64-uclibc-hardened commit in: core/etc/grs/, core/var/lib/portage/

2016-07-14 Thread Anthony G. Basile
commit: 27753a9d82bbbc6217fccb99d6e63df5b3cfc4b4
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Jul 14 14:12:50 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Jul 14 14:13:21 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=27753a9d

world: drop media-video/motion, masked in tree

 core/etc/grs/world.conf| 3 ---
 core/var/lib/portage/world.CYCLE.4 | 1 -
 2 files changed, 4 deletions(-)

diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf
index deefc0f..052293f 100644
--- a/core/etc/grs/world.conf
+++ b/core/etc/grs/world.conf
@@ -6043,9 +6043,6 @@ package.use : media-video/mediainfo:0 -wxwidgets curl mms
 [media-video/mjpegtools:1]
 package.use : media-video/mjpegtools:1 cpu_flags_x86_mmx dv gtk png quicktime 
sdl sdlgfx static-libs
 
-[media-video/motion:0]
-package.use : media-video/motion:0 -libav -mysql -postgres ffmpeg v4l
-
 [media-video/mplayer:0]
 package.use : media-video/mplayer:0 -altivec -aqua -bluray 
-cpu_flags_x86_3dnow -cpu_flags_x86_3dnowext -cpu_flags_x86_ssse3 -cpudetection 
-debug -doc -faad -lirc -live -pulseaudio -rar -rtc -selinux -toolame -tremor 
-vcd -vdpau -vidix -x264 -yuv4mpeg X a52 aalib alsa bidi bl bs2b cddb cdio 
cdparanoia cpu_flags_x86_mmx cpu_flags_x86_mmxext cpu_flags_x86_sse 
cpu_flags_x86_sse2 dga directfb dts dv dvb dvd dvdnav enca encode faac fbcon 
ftp ggi gif gsm iconv ipv6 jack joystick jpeg jpeg2k ladspa libass libcaca 
libmpeg2 lzo mad md5sum mng mp3 nas network nut openal opengl osdmenu oss png 
pnm pvr radio rtmp samba sdl shm speex tga theora truetype twolame unicode v4l 
video_cards_mga video_cards_s3virge video_cards_tdfx vorbis xanim xinerama 
xscreensaver xv xvid xvmc zoran
 package.env : media-video/mplayer:0 media-video_mplayer_0

diff --git a/core/var/lib/portage/world.CYCLE.4 
b/core/var/lib/portage/world.CYCLE.4
index 7d39e89..f36bbbd 100644
--- a/core/var/lib/portage/world.CYCLE.4
+++ b/core/var/lib/portage/world.CYCLE.4
@@ -2302,7 +2302,6 @@ media-video/hasciicam
 media-video/isight-firmware-tools
 media-video/kino
 media-video/mediainfo
-media-video/motion
 media-video/mpeg2vidcodec
 media-video/mpgtx
 media-video/parole



  1   2   >