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

2015-11-07 Thread Jeroen Roovers
commit: be4d956925bc70bd68468c1a6d75640eb8e4c856
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Nov  8 05:44:35 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Sun Nov  8 05:44:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be4d9569

dev-libs/geoip: Old.

Package-Manager: portage-2.2.24

 dev-libs/geoip/Manifest   |  1 -
 dev-libs/geoip/geoip-1.6.5.ebuild | 52 ---
 2 files changed, 53 deletions(-)

diff --git a/dev-libs/geoip/Manifest b/dev-libs/geoip/Manifest
index 193a955..7f1d707 100644
--- a/dev-libs/geoip/Manifest
+++ b/dev-libs/geoip/Manifest
@@ -1,3 +1,2 @@
-DIST geoip-1.6.5.tar.gz 156441 SHA256 
4a151b35e9d9db976b82645c758662a6cb778c669b2c65635d5834e4f885942e SHA512 
1ed223a51d238b6bd8d247e1dcb20f6eb9e3f19d39bd262f7cbefb587ea029ed0abac540208916f3ca06bb86f9ea1e99614484fd1c32535892029e945471e702
 WHIRLPOOL 
ca8cd55e16c9981b443fad9f788dc8f28a64dba86980740efeffaa9c4a9d5da84df8a23fb3710ef13741bb40bec0704ca80991e25d3b11fe10acd5a360c02d77
 DIST geoip-1.6.6.tar.gz 156796 SHA256 
db8ed5d07292c75cb3018738e6411037f15cc2a517f38ee04c1232cbe3d30b46 SHA512 
4cdd308500bcb827b3dd1c6d981299ea746251758b6a5df97bf2cf098b62b0a736394d5853a06c62437eb0808cb54efb14d0579f5212284f29016e3c8cdd9846
 WHIRLPOOL 
518749339b094c4166ab53d8ec38020c72f1550923e8c0084f438391dfe7965a9b2f7b3e27ef5ecac85a3f62aa14299e11fbd740ea103c320eef5fad357994b2
 DIST geoip-1.6.7.tar.gz 158276 SHA256 
6f0ee5cd63660a2ab3a8f30df8e7246ee87b0eb33c719843d691c8d010cbabb5 SHA512 
dde9ef65328297604892533ef5d5b568184eb4a29ff95839cb5e39b6652bcfbc53bf64fbcc3b55dad43cf0fca16f5611dbd96ba50f3001d8e212392304bce0b5
 WHIRLPOOL 
2d7e3b94317aa820c55c08be1808b9cc6d8cc38e87733cb1da3c9b3a5bf51212933e266ca105aabd765a08fe87f79f22eae5d8c6e3015a43fc923637273d6795

diff --git a/dev-libs/geoip/geoip-1.6.5.ebuild 
b/dev-libs/geoip/geoip-1.6.5.ebuild
deleted file mode 100644
index 0b0a8ac..000
--- a/dev-libs/geoip/geoip-1.6.5.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="easily lookup countries by IP addresses, even when Reverse DNS 
entries don't exist"
-HOMEPAGE="https://github.com/maxmind/geoip-api-c";
-SRC_URI="
-   https://github.com/maxmind/${PN}-api-c/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-"
-
-# GPL-2 for md5.c - part of libGeoIPUpdate, MaxMind for GeoLite Country db
-LICENSE="LGPL-2.1 GPL-2 MaxMind2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux 
~x86-linux ~x86-macos"
-IUSE="static-libs"
-RESTRICT="test"
-
-DEPEND="net-misc/wget"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}-api-c-${PV}"
-
-src_prepare() {
-   eautoreconf
-}
-
-src_configure() {
-   econf $(use_enable static-libs static)
-   sed -e "s|@PREFIX@|${ROOT}|g" "${FILESDIR}"/geoipupdate-r5.sh > 
geoipupdate.sh || die
-}
-
-src_install() {
-   default
-
-   dodoc AUTHORS ChangeLog NEWS.md README*
-
-   prune_libtool_files
-
-   keepdir /usr/share/GeoIP
-
-   dosbin geoipupdate.sh
-}
-
-pkg_postinst() {
-   ewarn "WARNING: Databases are no longer installed by this ebuild."
-   elog "Don't forget to run 'geoipupdate.sh -f' (or geoipupdate from"
-   elog "net-misc/geoipupdate) to populate ${ROOT}/usr/share/GeoIP/"
-   elog "with geo-located IP address databases."
-}



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

2015-11-07 Thread Jeroen Roovers
commit: 20ac0da8585be11cedb8721ba7fce30de79bca70
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Nov  8 05:47:12 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Sun Nov  8 05:47:12 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ac0da8

dev-libs/geoip: Set a proper DESCRIPTION.

Package-Manager: portage-2.2.24

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

diff --git a/dev-libs/geoip/geoip-1.6.7.ebuild 
b/dev-libs/geoip/geoip-1.6.7.ebuild
index f177d8d..445952b 100644
--- a/dev-libs/geoip/geoip-1.6.7.ebuild
+++ b/dev-libs/geoip/geoip-1.6.7.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 inherit autotools eutils
 
-DESCRIPTION="easily lookup countries by IP addresses, even when Reverse DNS 
entries don't exist"
+DESCRIPTION="GeoIP Legacy C API"
 HOMEPAGE="https://github.com/maxmind/geoip-api-c";
 SRC_URI="
https://github.com/maxmind/${PN}-api-c/archive/v${PV}.tar.gz -> 
${P}.tar.gz



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

2015-11-07 Thread Jeroen Roovers
commit: 1268b24b630381db0521f53bbd2daf13db4fd252
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Nov  8 06:01:47 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Sun Nov  8 06:01:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1268b24b

net-misc/putty: Version bump (bug #565080).

Package-Manager: portage-2.2.24

 net-misc/putty/Manifest  |  1 +
 net-misc/putty/putty-0.66.ebuild | 88 
 2 files changed, 89 insertions(+)

diff --git a/net-misc/putty/Manifest b/net-misc/putty/Manifest
index ce426f9..8022a7c 100644
--- a/net-misc/putty/Manifest
+++ b/net-misc/putty/Manifest
@@ -1,2 +1,3 @@
 DIST putty-0.65.tar.gz 1937861 SHA256 
d543c1fd4944ea51d46d4abf31bfb8cde9bd1c65cb36dc6b83e51ce875660ca0 SHA512 
cfb3e5437a920aa11bccedf1bd43a538a51ec3777a6d1dba9e9714c3b3699eaf1f4eb027a8f5fd6425f9909564a28b607f465b1f2b2e1250059b04b9a9d40569
 WHIRLPOOL 
15eff58a0cec37516daf67cef56772602f5bcbcb39ba09d3d8fdba31fadb77734c404a9d85e674e17c17e53db8c0deaad906b56b3bce302ec08adc9a44850c2b
+DIST putty-0.66.tar.gz 1948323 SHA256 
fe7312f66c54865868b362f4b79bd1fbe7ce9e8b1fd504b04034182db1f32993 SHA512 
796fdb104fbdcad22d93274ea7c3599a34a94b35c849eafd1398f9a71721fbf2b6e4cec4abb64bb7fffe8ac45faefd8995339547fdc9b0beca5d7a76e0cb6bd3
 WHIRLPOOL 
61a17937f7d8e7dbb5c18b98109b3da6c5309ba701549c052dca0a7fa6cd63386a26743f2c40458503f123007a42cc08e502d183efd27f9840fc452edf05bae6
 DIST putty-icons.tar.bz2 4878 SHA256 
960b189069dbfb20a1f49e378ab88bed716c6457593815e414d51ad7a3fa93a7 SHA512 
4e419a71e26770e159221f6b516e7210d29272917b4b9a9e0b67c72e73508b97278e56c82111b02e106c5d513c2561fec6da372b4b18246f29372ae618ff5f71
 WHIRLPOOL 
ec96fe682582bfa58ce73c3e5cb7bb61d2363b7a5e9d3259dfd11cd6396512b5b9ed954f6a431baab36b1f17963714b30c239cdf4c08191d27b5abb858f54a57

diff --git a/net-misc/putty/putty-0.66.ebuild b/net-misc/putty/putty-0.66.ebuild
new file mode 100644
index 000..b717d48
--- /dev/null
+++ b/net-misc/putty/putty-0.66.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils gnome2-utils toolchain-funcs
+
+DESCRIPTION="A Free Telnet/SSH Client"
+HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/putty/";
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc +gtk ipv6 kerberos"
+SRC_URI="
+   https://dev.gentoo.org/~jer/${PN}-icons.tar.bz2
+   http://the.earth.li/~sgtatham/${PN}/latest/${P}.tar.gz
+"
+
+RDEPEND="
+   !net-misc/pssh
+   gtk? (
+   dev-libs/glib:2
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/pango
+   )
+   kerberos? ( virtual/krb5 )
+"
+DEPEND="
+   ${RDEPEND}
+   dev-lang/perl
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   sed -i \
+   -e '/AM_PATH_GTK(/d' \
+   -e 's|-Werror||g' \
+   configure.ac || die
+
+   eautoreconf
+}
+
+src_configure() {
+   cd "${S}"/unix || die
+   econf \
+   $(use_with kerberos gssapi) \
+   $(use_with gtk)
+}
+
+src_compile() {
+   cd "${S}"/unix || die
+   emake AR=$(tc-getAR) $(usex ipv6 '' COMPAT=-DNO_IPV6)
+}
+
+src_install() {
+   dodoc doc/puttydoc.txt
+
+   if use doc; then
+   dohtml doc/*.html
+   fi
+
+   cd "${S}"/unix || die
+   default
+
+   if use gtk ; then
+   for i in 16 22 24 32 48 64 128 256; do
+   newicon -s ${i} "${WORKDIR}"/${PN}-icons/${PN}-${i}.png 
${PN}.png
+   done
+
+   # install desktop file provided by Gustav Schaffter in #49577
+   make_desktop_entry ${PN} PuTTY ${PN} Network
+   fi
+}
+
+pkg_preinst() {
+   use gtk && gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   use gtk && gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   use gtk && gnome2_icon_cache_update
+}



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

2015-11-07 Thread Jeroen Roovers
commit: 8a306087ef8c4e31f32cc9e05bb79df2c7cbc8ee
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Nov  8 06:06:55 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Sun Nov  8 06:06:55 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a306087

dev-db/mariadb: Stable for HPPA (bug #564442).

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

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

diff --git a/dev-db/mariadb/mariadb-10.0.22.ebuild 
b/dev-db/mariadb/mariadb-10.0.22.ebuild
index 1584048..81ba69c 100644
--- a/dev-db/mariadb/mariadb-10.0.22.ebuild
+++ b/dev-db/mariadb/mariadb-10.0.22.ebuild
@@ -11,7 +11,7 @@ inherit toolchain-funcs mysql-multilib
 IUSE="$IUSE"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
 EPATCH_EXCLUDE=''



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

2015-11-07 Thread Jeroen Roovers
commit: 24b4d2139ae512c03369a62be19369d1352202a3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Nov  8 06:05:19 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Sun Nov  8 06:05:19 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24b4d213

dev-db/mysql: Stable for HPPA PPC64 (bug #564170).

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

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

diff --git a/dev-db/mysql/mysql-5.6.27.ebuild b/dev-db/mysql/mysql-5.6.27.ebuild
index 9754e22..7ab2b4b 100644
--- a/dev-db/mysql/mysql-5.6.27.ebuild
+++ b/dev-db/mysql/mysql-5.6.27.ebuild
@@ -14,7 +14,7 @@ inherit toolchain-funcs mysql-multilib
 IUSE="$IUSE"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 
~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
 EPATCH_EXCLUDE='20018_all_mysql-5.6.25-without-clientlibs-tools.patch'



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

2015-11-07 Thread Jeroen Roovers
commit: a636150b0c8803fbcf5055ef7ddec77c473d5ed6
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Nov  8 06:08:34 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Sun Nov  8 06:08:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a636150b

x11-misc/xscreensaver: Old.

Package-Manager: portage-2.2.24

 x11-misc/xscreensaver/Manifest |   2 -
 .../files/xscreensaver-5.21-gentoo.patch   | 106 ---
 x11-misc/xscreensaver/xscreensaver-5.32.ebuild | 142 -
 x11-misc/xscreensaver/xscreensaver-5.33.ebuild | 142 -
 4 files changed, 392 deletions(-)

diff --git a/x11-misc/xscreensaver/Manifest b/x11-misc/xscreensaver/Manifest
index af968c0..18776af 100644
--- a/x11-misc/xscreensaver/Manifest
+++ b/x11-misc/xscreensaver/Manifest
@@ -1,3 +1 @@
-DIST xscreensaver-5.32.tar.gz 10571502 SHA256 
4252a6079d2d2f5b342e8bdd172cbad5f0af73daf4e412b61a68344d91ca93bd SHA512 
0d7f3d283998cdb2aec10c8f5e94c9cc6e28a72785c36759cee988f3592a5f8aae20ba593c8363eab8fe61f7caf325376a887cac42ecf300c60894bf20d2f75b
 WHIRLPOOL 
1a99e36ac89cf7f3121d499da6bf06e02808465b7b500e0fc371a97df0d8e1b729bc20c57cd7fe560e151e1051e46dafc0b034cf72c343a185b1fddcf8fdb749
-DIST xscreensaver-5.33.tar.gz 10725482 SHA256 
d4a0c1619219f2843fa8b68d4ae337ab0e9fcb79a6d231540adeb16b3d313f4d SHA512 
a8126b165e96d89ada38c4bce0b6c6ef5769667477301f5388633d22b9aed7fa6defcd07b8768c1197556c565b8f220f75c1937e0151d66c3b8e05fbadf37d1d
 WHIRLPOOL 
d9210589b1b8263b46740b27c6fc5a64b4d2d5c69c8a7267d4650cf7ed54de1dc927e007ecb37110ead5229e0f9742181ce40b104478c9e0ec488caec07d5231
 DIST xscreensaver-5.34.tar.gz 10788657 SHA256 
6fff7ec4be743e5c042647ea9687dd0cdf48d1dd5e8e15098e5018bbd02e5e27 SHA512 
58d0beb6556ee77122feb04090ceed80f9ffa67070f28305a00cc42adeae678305d43594c38d00539d2f13f2474311cb82cda6fdafc2bdc918a28438d6b51e75
 WHIRLPOOL 
c7969e5b762cbeabd0564328aefdb895acfcd1c37e2b84c628718b613ca309f4c1222103c0d6ab0fd046eb355f02ee36b11fb57b55eb72e65944ea72e4fa7419

diff --git a/x11-misc/xscreensaver/files/xscreensaver-5.21-gentoo.patch 
b/x11-misc/xscreensaver/files/xscreensaver-5.21-gentoo.patch
deleted file mode 100644
index b69e197..000
--- a/x11-misc/xscreensaver/files/xscreensaver-5.21-gentoo.patch
+++ /dev/null
@@ -1,106 +0,0 @@
 xscreensaver-5.21/driver/XScreenSaver.ad.in
-+++ xscreensaver-5.21/driver/XScreenSaver.ad.in
-@@ -31,21 +31,21 @@
- *mode:random
- *timeout: 0:10:00
- *cycle:   0:10:00
--*lockTimeout: 0:00:00
-+*lockTimeout: 0:30:00
- *passwdTimeout:   0:00:30
--*dpmsEnabled: False
-+*dpmsEnabled: True
- *dpmsQuickoffEnabled: False
- *dpmsStandby: 2:00:00
- *dpmsSuspend: 2:00:00
- *dpmsOff: 4:00:00
--*grabDesktopImages:   True
-+*grabDesktopImages:   False
- *grabVideoFrames: False
- *chooseRandomImages:  @DEFAULT_IMAGES_P@
- ! This can be a local directory name, or the URL of an RSS or Atom feed.
- *imageDirectory:  @DEFAULT_IMAGE_DIRECTORY@
- *nice:10
- *memoryLimit: 0
--*lock:False
-+*lock:True
- *verbose: False
- *timestamp:   True
- *fade:True
-@@ -62,7 +62,7 @@
- *textLiteral: XScreenSaver
- *textFile:@DEFAULT_TEXT_FILE@
- *textProgram: fortune
--*textURL: 
http://en.wikipedia.org/w/index.php?title=Special:NewPages&feed=rss
-+*textURL: http://planet.gentoo.org/rss20.xml
- 
- *overlayTextForeground:   #00
- *overlayTextBackground:   #00
-@@ -122,7 +122,8 @@
- 
- ! The format used for printing the date and time in the password dialog box
- ! (see the strftime(3) manual page for details.)
--*dateFormat:  %d-%b-%y (%a); %I:%M %p
-+!*dateFormat: %d-%b-%y (%a); %I:%M %p
-+*dateFormat:   %x %X
- ! To show the time only:
- ! *dateFormat:%I:%M %p
- ! For 24 hour time:
 xscreensaver-5.21/hacks/barcode.c
-+++ xscreensaver-5.21/hacks/barcode.c
-@@ -131,7 +131,6 @@
-   "children",
-   "chocolate",
-   "CLONE",
--  "cock",
-   "constriction",
-   "contrition",
-   "cop",
-@@ -265,7 +264,6 @@
-   "punishment",
-   "punk rock",
-   "punk",
--  "pussy",
-   "quagmire",
-   "quarantine",
-   "quartz",
-@@ -333,8 +331,6 @@
-   "vegetarian",
-   "venom",
-   "verifiability",
--  "viagra",
--  "vibrator",
-   "victim",
-   "vignette",
-   "villainy",
 xscreensaver-5.21/hacks/glx/glsnake.c
-+++ xscreensaver-5.21/hacks/glx/glsnake.c
-@@ -565,17 +565,17 @@
-   ZERO, PIN, ZERO, ZERO, ZERO, ZERO, PIN, ZERO, ZERO, ZERO, ZERO,
-   ZERO, PIN,

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

2015-11-07 Thread Jeroen Roovers
commit: aac0a0554bffd3b1d77c2b0dcda9a6d5ff2134ec
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Nov  8 06:16:10 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Sun Nov  8 06:16:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aac0a055

dev-perl/Devel-Cycle: Stable for PPC64 (bug #564688).

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

 dev-perl/Devel-Cycle/Devel-Cycle-1.110.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-Cycle/Devel-Cycle-1.110.0-r1.ebuild 
b/dev-perl/Devel-Cycle/Devel-Cycle-1.110.0-r1.ebuild
index d0113ec..c6fcbe3 100644
--- a/dev-perl/Devel-Cycle/Devel-Cycle-1.110.0-r1.ebuild
+++ b/dev-perl/Devel-Cycle/Devel-Cycle-1.110.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Find memory cycles in objects"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE=""
 
 SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Memory-Cycle/

2015-11-07 Thread Jeroen Roovers
commit: e5d664ed64555cc01a329ff82dcf676ce037e196
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Nov  8 06:17:20 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Sun Nov  8 06:17:20 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d664ed

dev-perl/Test-Memory-Cycle: Stable for PPC64 (bug #564688).

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

 dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.40.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.40.0-r1.ebuild 
b/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.40.0-r1.ebuild
index e7ceb5b..1cb9c5f 100644
--- a/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.40.0-r1.ebuild
+++ b/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.40.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Check for memory leaks and circular memory references"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE="test"
 
 RDEPEND=">=dev-perl/Devel-Cycle-1.04



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

2015-11-07 Thread Jeroen Roovers
commit: 9552ac14be9b18a71b1b2f4cc3f6310a5007a5ba
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Nov  8 06:13:52 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Sun Nov  8 06:13:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9552ac14

net-libs/axtls: Stable for HPPA PPC64 (bug #564960).

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

 net-libs/axtls/axtls-1.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/axtls/axtls-1.5.3.ebuild 
b/net-libs/axtls/axtls-1.5.3.ebuild
index ea6a5d6..2f83746 100644
--- a/net-libs/axtls/axtls-1.5.3.ebuild
+++ b/net-libs/axtls/axtls-1.5.3.ebuild
@@ -41,7 +41,7 @@ S="${WORKDIR}/${PN}-code"
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~x86"
+KEYWORDS="~amd64 ~arm hppa ~mips ~ppc ppc64 ~s390 ~x86"
 
 IUSE="httpd cgi-lua cgi-php static static-libs doc"
 



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

2015-11-07 Thread Jeroen Roovers
commit: 8dcfe8ce03453de9d677ad1211379e245e62564c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Nov  8 06:56:44 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Sun Nov  8 06:56:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dcfe8ce

dev-python/pyfltk: Clean up patch.

Package-Manager: portage-2.2.24

 dev-python/pyfltk/files/fltk_wrap.patch   | 5 ++---
 dev-python/pyfltk/files/ignore-func.patch | 1 +
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/pyfltk/files/fltk_wrap.patch 
b/dev-python/pyfltk/files/fltk_wrap.patch
index 5a3904e..e0c7ba3 100644
--- a/dev-python/pyfltk/files/fltk_wrap.patch
+++ b/dev-python/pyfltk/files/fltk_wrap.patch
@@ -1,6 +1,5 @@
-diff -ur pyFltk-1.3.3.orig/python/fltk_wrap.cpp 
pyFltk-1.3.3/python/fltk_wrap.cpp
 python/fltk_wrap.cpp2015-01-03 18:31:21.0 +0800
-+++ python/fltk_wrap.cpp2015-06-23 22:26:23.453212512 +0800
+--- a/python/fltk_wrap.cpp
 b/python/fltk_wrap.cpp
 @@ -144,7 +144,9 @@
  # define _SCL_SECURE_NO_DEPRECATE
  #endif

diff --git a/dev-python/pyfltk/files/ignore-func.patch 
b/dev-python/pyfltk/files/ignore-func.patch
index e4e9f3b..a61f4cd 100644
--- a/dev-python/pyfltk/files/ignore-func.patch
+++ b/dev-python/pyfltk/files/ignore-func.patch
@@ -1,4 +1,5 @@
 http://sourceforge.net/p/pyfltk/code/506/
+
 --- a/swig/filename.i
 +++ b/swig/filename.i
 @@ -14,6 +14,7 @@



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

2015-11-07 Thread Jeroen Roovers
commit: bd2b9043e64dbd87d2e6010603ffc31ac9d6bce9
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Nov  8 06:52:36 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Sun Nov  8 06:52:36 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd2b9043

net-misc/putty: Stable for PPC64 (bug #565080).

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

 net-misc/putty/putty-0.66.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/putty/putty-0.66.ebuild b/net-misc/putty/putty-0.66.ebuild
index b717d48..3562b7b 100644
--- a/net-misc/putty/putty-0.66.ebuild
+++ b/net-misc/putty/putty-0.66.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/putty/";
 LICENSE="MIT"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ppc64 ~sparc ~x86"
 IUSE="doc +gtk ipv6 kerberos"
 SRC_URI="
https://dev.gentoo.org/~jer/${PN}-icons.tar.bz2



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

2015-11-07 Thread Jeroen Roovers
commit: b39f2acde24b95c4be5ed1e83c3a0d71fc58ab11
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Nov  8 06:53:39 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Sun Nov  8 06:53:39 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b39f2acd

dev-python/pyfltk: Old.

Package-Manager: portage-2.2.24

 dev-python/pyfltk/Manifest |  1 -
 .../files/pyfltk-1.3.0-format-security.patch   | 74 --
 .../files/pyfltk-1.3.0-linux-3.x-detection.patch   | 15 -
 dev-python/pyfltk/pyfltk-1.3.0-r2.ebuild   | 50 ---
 4 files changed, 140 deletions(-)

diff --git a/dev-python/pyfltk/Manifest b/dev-python/pyfltk/Manifest
index 6f52b44..44b0eeb 100644
--- a/dev-python/pyfltk/Manifest
+++ b/dev-python/pyfltk/Manifest
@@ -1,2 +1 @@
-DIST pyFltk-1.3.0.tar.gz 915600 SHA256 
c52852d21ee17d495185259b46ac9603d683edde7d7e6d4b6f9268da4ee3de57 SHA512 
908a6d9581741454440da92fe921f0a2a01be86a5ec01cbbf2d953eb5f0437efd8e635d7bff6c18015afc877a984872a6592df834709f93a1287307e17fbcc61
 WHIRLPOOL 
62281ef5c798986f1af82da53887fe40a6cd4f4bcfe7fab8d60fc7f3c4ad9cc2d481ced6b2e2bad7638ef843b9dcf396aa246838f173d2afaeaac530e0236d3b
 DIST pyFltk-1.3.3.tar.gz 946763 SHA256 
246b92c99b8d5610532456a4c956b355f6140514324916cf35efbe6468c4a188 SHA512 
dd4bbef8e82d455237dd085622e78e046ac522449fe63610ee5405c24d759482a89aeab07435fefb5223db78cc1f810f1eca8355afb1d0ff3e4b5e10b73bef8f
 WHIRLPOOL 
8d94349db36cd78722e75c9e1cef088e0f2743bd522eb0496f76faf70a159d6987902f308478a992bd7f2cb62a5bb770a80eee25c3e9feaf08b513956ce1

diff --git a/dev-python/pyfltk/files/pyfltk-1.3.0-format-security.patch 
b/dev-python/pyfltk/files/pyfltk-1.3.0-format-security.patch
deleted file mode 100644
index f29b7b3..000
--- a/dev-python/pyfltk/files/pyfltk-1.3.0-format-security.patch
+++ /dev/null
@@ -1,74 +0,0 @@
- python/fltk_wrap.cpp | 16 
- 1 file changed, 8 insertions(+), 8 deletions(-)
-
-diff --git a/python/fltk_wrap.cpp b/python/fltk_wrap.cpp
-index 9c16f59..ad42e89 100644
 a/python/fltk_wrap.cpp
-+++ b/python/fltk_wrap.cpp
-@@ -5238,13 +5238,13 @@ PyObject *Fl_get_font_sizes_tmp(PyObject *self, 
PyObject *args)
- 
-   const char *fl_vararg_input(const char *label, const char *deflt = 0) {
- const char* result = 0;
--result = fl_input(label, deflt);
-+result = fl_input("%s", deflt, label);
- return result;
-   };
- 
-   const char *fl_vararg_password(const char *label, const char *deflt = 0) {
- const char* result = 0;
--result = fl_password(label, deflt);
-+result = fl_password("%s", deflt, label);
- return result;
-   };
- 
-@@ -5282,20 +5282,20 @@ PyObject *Fl_get_font_sizes_tmp(PyObject *self, 
PyObject *args)
- 
-   void fl_mt_message(const char* text) {
- Py_BEGIN_ALLOW_THREADS;
--fl_message(text);
-+fl_message("%s", text);
- Py_END_ALLOW_THREADS;
-   };
- 
-   void fl_mt_alert(const char* text) {
- Py_BEGIN_ALLOW_THREADS;
--fl_alert(text);
-+fl_alert("%s", text);
- Py_END_ALLOW_THREADS;
-   };
- 
-   int fl_mt_ask(const char* text) {
- int status = 0;
- Py_BEGIN_ALLOW_THREADS;
--status = fl_ask(text);
-+status = fl_ask("%s", text);
- Py_END_ALLOW_THREADS;
- return status;
-   };
-@@ -5303,7 +5303,7 @@ PyObject *Fl_get_font_sizes_tmp(PyObject *self, PyObject 
*args)
-   int fl_mt_choice(const char *q,const char *b0,const char *b1,const char 
*b2) {
- int status = 0;
- Py_BEGIN_ALLOW_THREADS;
--status = fl_choice(q, b0, b1, b2);
-+status = fl_choice("%s", b0, b1, b2, q);
- Py_END_ALLOW_THREADS;
- return status;
-   };
-@@ -5311,7 +5311,7 @@ PyObject *Fl_get_font_sizes_tmp(PyObject *self, PyObject 
*args)
-   const char *fl_mt_input(const char *label, const char *deflt = 0) {
- const char* result = 0;
- Py_BEGIN_ALLOW_THREADS;
--result = fl_input(label, deflt);
-+result = fl_input("%s", deflt, label);
- Py_END_ALLOW_THREADS;
- return result;
-   };
-@@ -5319,7 +5319,7 @@ PyObject *Fl_get_font_sizes_tmp(PyObject *self, PyObject 
*args)
-   const char *fl_mt_password(const char *label, const char *deflt = 0) {
- const char* result = 0;
- Py_BEGIN_ALLOW_THREADS;
--result = fl_password(label, deflt);
-+result = fl_password("%s", deflt, label);
- Py_END_ALLOW_THREADS;
- return result;
-   };

diff --git a/dev-python/pyfltk/files/pyfltk-1.3.0-linux-3.x-detection.patch 
b/dev-python/pyfltk/files/pyfltk-1.3.0-linux-3.x-detection.patch
deleted file mode 100644
index 9b08461..000
--- a/dev-python/pyfltk/files/pyfltk-1.3.0-linux-3.x-detection.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-http://bugs.gentoo.org/show_bug.cgi?id=375253
-
-http://lipyrary.blogspot.com/2011/09/python-and-linux-kernel-30-sysplatform.html
-
 setup.py
-+++ setup.py
-@@ -76,7 +76,7 @@
- lib_dir_list = [fltk_li

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

2015-11-07 Thread Jeroen Roovers
commit: 6b784e58a575c4008eea0c8e3da25ac2c2baaa37
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Nov  8 07:22:17 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Sun Nov  8 07:22:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b784e58

media-video/vlc: Stable for PPC64 (bug #548964).

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

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

diff --git a/media-video/vlc/vlc-2.2.1-r1.ebuild 
b/media-video/vlc/vlc-2.2.1-r1.ebuild
index 466b1fb..1fc0ced 100644
--- a/media-video/vlc/vlc-2.2.1-r1.ebuild
+++ b/media-video/vlc/vlc-2.2.1-r1.ebuild
@@ -35,9 +35,9 @@ LICENSE="LGPL-2.1 GPL-2"
 SLOT="0/5-8" # vlc - vlccore
 
 if [ "${PV%}" = "${PV}" ] ; then
-   KEYWORDS="~amd64 ~arm ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd"
+   KEYWORDS="~amd64 ~arm ~ppc ppc64 -sparc ~x86 ~x86-fbsd"
 else
-   KEYWORDS=""
+   KEYWORDS="ppc64"
 fi
 
 IUSE="a52 aalib alsa altivec atmo +audioqueue +avcodec



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

2015-11-07 Thread Jeroen Roovers
commit: a01aec5c004783e952b9bda29d96493516212f23
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Nov  8 07:11:03 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Sun Nov  8 07:22:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a01aec5c

media-libs/x265: Stable for PPC64 (bug #548964).

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

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

diff --git a/media-libs/x265/x265-1.5.ebuild b/media-libs/x265/x265-1.5.ebuild
index f185fa0..34048b7 100644
--- a/media-libs/x265/x265-1.5.ebuild
+++ b/media-libs/x265/x265-1.5.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = * ]]; then
EHG_REPO_URI="https://bitbucket.org/multicoreware/x265";
 else
SRC_URI="https://bitbucket.org/multicoreware/x265/get/${PV}.tar.bz2 -> 
${P}.tar.bz2"
-   KEYWORDS="amd64 arm hppa ~ppc ~ppc64 x86"
+   KEYWORDS="amd64 arm hppa ~ppc ppc64 x86"
 fi
 
 DESCRIPTION="Library for encoding video streams into the H.265/HEVC format"



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

2015-11-08 Thread Jeroen Roovers
commit: 0a0a22eb6a385d89b2ef35d4f95a6d6c81202e93
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Nov  8 10:36:01 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Sun Nov  8 10:36:23 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a0a22eb

media-sound/ncmpcpp: Mask dev-libs/boost-1.57 (bug #565102 by Daniel Campbell).

Package-Manager: portage-2.2.24

 media-sound/ncmpcpp/ncmpcpp-0.7_beta1.ebuild | 3 ++-
 media-sound/ncmpcpp/ncmpcpp-.ebuild  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-sound/ncmpcpp/ncmpcpp-0.7_beta1.ebuild 
b/media-sound/ncmpcpp/ncmpcpp-0.7_beta1.ebuild
index 6064b68..14324db 100644
--- a/media-sound/ncmpcpp/ncmpcpp-0.7_beta1.ebuild
+++ b/media-sound/ncmpcpp/ncmpcpp-0.7_beta1.ebuild
@@ -15,11 +15,12 @@ KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="clock curl outputs taglib unicode visualizer"
 
 RDEPEND="
+   !dev-libs/boost:0/1.57.0
>=media-libs/libmpdclient-2.1
-   curl? ( net-misc/curl )
dev-libs/boost:=[nls,threads]
sys-libs/ncurses:=[unicode?]
sys-libs/readline:*
+   curl? ( net-misc/curl )
taglib? ( media-libs/taglib )
unicode? ( dev-libs/boost:=[icu] )
visualizer? ( sci-libs/fftw:3.0 )

diff --git a/media-sound/ncmpcpp/ncmpcpp-.ebuild 
b/media-sound/ncmpcpp/ncmpcpp-.ebuild
index ffeb992..63f102a 100644
--- a/media-sound/ncmpcpp/ncmpcpp-.ebuild
+++ b/media-sound/ncmpcpp/ncmpcpp-.ebuild
@@ -16,11 +16,12 @@ KEYWORDS=""
 IUSE="clock curl outputs taglib unicode visualizer"
 
 RDEPEND="
+   !dev-libs/boost:0/1.57.0
>=media-libs/libmpdclient-2.1
-   curl? ( net-misc/curl )
dev-libs/boost:=[nls,threads]
sys-libs/ncurses:=[unicode?]
sys-libs/readline:*
+   curl? ( net-misc/curl )
taglib? ( media-libs/taglib )
unicode? ( dev-libs/boost:=[icu] )
visualizer? ( sci-libs/fftw:3.0 )



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

2015-11-08 Thread Jeroen Roovers
commit: de5270dc63e5c8b794899541b50883d2290b2956
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Nov  8 11:14:41 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Sun Nov  8 11:14:55 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de5270dc

www-client/firefox: Stable for PPC64 (bug #564818).

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

 www-client/firefox/firefox-38.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/firefox/firefox-38.4.0.ebuild 
b/www-client/firefox/firefox-38.4.0.ebuild
index 7089418..0a47f9e 100644
--- a/www-client/firefox/firefox-38.4.0.ebuild
+++ b/www-client/firefox/firefox-38.4.0.ebuild
@@ -38,7 +38,7 @@ inherit check-reqs flag-o-matic toolchain-funcs eutils 
gnome2-utils mozconfig-v6
 DESCRIPTION="Firefox Web Browser"
 HOMEPAGE="http://www.mozilla.com/firefox";
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux"
 
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"



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

2015-11-08 Thread Jeroen Roovers
commit: 42a2acb8ade1eb2b28db2d3bed2c5b4f9e8b1cf1
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Nov  9 03:56:47 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Mon Nov  9 03:56:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42a2acb8

net-misc/stunnel: Stable for PPC64 (bug #564710).

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

 net-misc/stunnel/stunnel-5.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/stunnel/stunnel-5.24.ebuild 
b/net-misc/stunnel/stunnel-5.24.ebuild
index 86d04e8..c2d37fe 100644
--- a/net-misc/stunnel/stunnel-5.24.ebuild
+++ b/net-misc/stunnel/stunnel-5.24.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="ftp://ftp.stunnel.org/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="ipv6 selinux stunnel3 tcpd"
 
 DEPEND="tcpd? ( sys-apps/tcp-wrappers )



[gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/

2015-11-08 Thread Jeroen Roovers
commit: 8d8041e84def4c4b6e67bb7f4788158714e3874b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Nov  9 04:00:06 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Mon Nov  9 04:00:06 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d8041e8

net-dialup/freeradius-client: Stable for HPPA PPC64 (bug #563474).

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

 net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild 
b/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
index 57ce601..4d50ab2 100644
--- a/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
+++ b/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.freeradius.org/pub/freeradius/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 hppa ppc ppc64 sparc x86"
 
 IUSE="scp shadow static-libs"
 



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

2015-11-08 Thread Jeroen Roovers
commit: 0792f13abd6ecc158b07b11e23d33e886d26f2ea
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Nov  9 04:02:03 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Mon Nov  9 04:02:03 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0792f13a

sys-apps/less: Stable for HPPA PPC64 (bug #564870).

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

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

diff --git a/sys-apps/less/less-481.ebuild b/sys-apps/less/less-481.ebuild
index 4b2ab24..3d3068c 100644
--- a/sys-apps/less/less-481.ebuild
+++ b/sys-apps/less/less-481.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://www.greenwoodsoftware.com/less/${P}.tar.gz
 
 LICENSE="|| ( GPL-3 BSD-2 )"
 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 ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+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 ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="pcre unicode"
 
 DEPEND=">=app-misc/editor-wrapper-3



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

2015-11-08 Thread Jeroen Roovers
commit: b74a807018f07fe3f9f4736ed6501c3a219572da
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Nov  9 04:33:10 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Mon Nov  9 04:33:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b74a8070

net-misc/putty: Stable for HPPA (bug #565080).

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

 net-misc/putty/putty-0.66.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/putty/putty-0.66.ebuild b/net-misc/putty/putty-0.66.ebuild
index 3562b7b..e9350ab 100644
--- a/net-misc/putty/putty-0.66.ebuild
+++ b/net-misc/putty/putty-0.66.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/putty/";
 LICENSE="MIT"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 hppa ~ppc ppc64 ~sparc ~x86"
 IUSE="doc +gtk ipv6 kerberos"
 SRC_URI="
https://dev.gentoo.org/~jer/${PN}-icons.tar.bz2



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

2015-11-08 Thread Jeroen Roovers
commit: 1192b0d3bea40e0db2d4ff81ec65c2ed11662f7c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Nov  9 04:45:10 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Mon Nov  9 04:45:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1192b0d3

dev-perl/Test-EOL: Stable for PPC64 (bug #564688).

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

 dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild 
b/dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild
index 45c8d83..3e02553 100644
--- a/dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild
+++ b/dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Check the correct line endings in your project"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ppc64 ~x86"
 IUSE="test"
 
 RDEPEND=""



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

2015-11-08 Thread Jeroen Roovers
commit: b5481232ff8ed8b8ac90109ddec0640514a65532
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Nov  9 04:46:31 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Mon Nov  9 04:46:31 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5481232

dev-perl/Test-NoTabs: Stable for PPC64 (bug #564688).

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

 dev-perl/Test-NoTabs/Test-NoTabs-1.400.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-NoTabs/Test-NoTabs-1.400.0.ebuild 
b/dev-perl/Test-NoTabs/Test-NoTabs-1.400.0.ebuild
index f89b467..a5b56c0 100644
--- a/dev-perl/Test-NoTabs/Test-NoTabs-1.400.0.ebuild
+++ b/dev-perl/Test-NoTabs/Test-NoTabs-1.400.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Check the presence of tabs in your project"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ppc64 ~x86"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CPAN-Meta/

2015-11-08 Thread Jeroen Roovers
commit: 922042683b94037504aca8e23a0b8bee499fbca1
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Nov  9 04:43:46 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Mon Nov  9 04:43:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92204268

dev-perl/Test-CPAN-Meta: Stable for PPC64 (bug #564688).

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

 dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0-r1.ebuild 
b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0-r1.ebuild
index b8d5398..7de24af 100644
--- a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0-r1.ebuild
+++ b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Validate your CPAN META.yml file"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ppc64 ~x86"
 IUSE="test"
 
 RDEPEND=""



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

2015-11-08 Thread Jeroen Roovers
commit: 55fb3f52bb4c4fde0aa8f6ceb58aa21d11e8eb71
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Nov  9 04:47:10 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Mon Nov  9 04:47:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55fb3f52

dev-perl/HTML-Scrubber: Stable for PPC64 (bug #564688).

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

 dev-perl/HTML-Scrubber/HTML-Scrubber-0.150.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/HTML-Scrubber/HTML-Scrubber-0.150.0.ebuild 
b/dev-perl/HTML-Scrubber/HTML-Scrubber-0.150.0.ebuild
index b42bb30..3b65418 100644
--- a/dev-perl/HTML-Scrubber/HTML-Scrubber-0.150.0.ebuild
+++ b/dev-perl/HTML-Scrubber/HTML-Scrubber-0.150.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for scrubbing/sanitizing html"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ppc64 ~x86"
 IUSE="test"
 
 RDEPEND="dev-perl/HTML-Parser"



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

2015-11-08 Thread Jeroen Roovers
commit: 02f8a52a24cbc2668bea997cc40fa9794eaf79e9
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Nov  9 04:55:54 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Mon Nov  9 04:55:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02f8a52a

net-libs/libmbim: Stable for PPC64 (bug #507490).

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

 net-libs/libmbim/libmbim-1.12.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libmbim/libmbim-1.12.2.ebuild 
b/net-libs/libmbim/libmbim-1.12.2.ebuild
index 529ad90..df7fb7b 100644
--- a/net-libs/libmbim/libmbim-1.12.2.ebuild
+++ b/net-libs/libmbim/libmbim-1.12.2.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}"
 else
-   KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc64 ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~mips ppc64 ~x86"
SRC_URI="http://www.freedesktop.org/software/${PN}/${P}.tar.xz";
 fi
 



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

2015-11-08 Thread Jeroen Roovers
commit: 657ba570a18a37c3c0e42e0f90a46c3372dca8ec
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Nov  9 04:58:02 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Mon Nov  9 04:58:02 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=657ba570

profiles/arch/powerpc: Unmask net-misc/modemmanager[mbim] for PPC64 (bug 
#507490).

 profiles/arch/powerpc/ppc64/package.use.stable.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/powerpc/ppc64/package.use.stable.mask 
b/profiles/arch/powerpc/ppc64/package.use.stable.mask
index 486c6cd..d806c66 100644
--- a/profiles/arch/powerpc/ppc64/package.use.stable.mask
+++ b/profiles/arch/powerpc/ppc64/package.use.stable.mask
@@ -18,10 +18,6 @@
 
 #--- END OF EXAMPLES ---
 
-# Pacho Ramos  (12 Apr 2014)
-# Missing keywords, bug #507490
-net-misc/modemmanager mbim
-
 # Davide Pesavento  (11 May 2015)
 # dev-qt/qtopenvg not yet stable
 dev-qt/qtdemo openvg



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

2015-11-08 Thread Jeroen Roovers
commit: 3901425436242cb38dee98c47e3d3f2d983dcb6d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Nov  9 06:01:12 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Mon Nov  9 06:12:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39014254

x11-misc/dmenu: Version bump.

Package-Manager: portage-2.2.24

 x11-misc/dmenu/Manifest |  1 +
 x11-misc/dmenu/dmenu-4.6.ebuild | 57 +
 x11-misc/dmenu/files/dmenu-4.6-gentoo.patch | 38 +++
 3 files changed, 96 insertions(+)

diff --git a/x11-misc/dmenu/Manifest b/x11-misc/dmenu/Manifest
index a1177f5..37adb31 100644
--- a/x11-misc/dmenu/Manifest
+++ b/x11-misc/dmenu/Manifest
@@ -1 +1,2 @@
 DIST dmenu-4.5.tar.gz 11543 SHA256 
082cd698d82125ca0b3989006fb84ac4675c2a5585bf5bb8af0ea09cfb95a850 SHA512 
872dee68c35a93c663eb0a941653eaaa4aa83d8379e05b4dbca089a2c9335036b496de85d8ddf7af1228a5625490a06a89031fb1aac726236b608b952962c248
 WHIRLPOOL 
b91660f3028d314f1a10b994af73e6239c4aaabda6c9ab269bda7e37e0cd22c0eaf3b93998c4cb0fe1f9d8f2fd198afc2e70c237a46921ece9fd9a697f58c869
+DIST dmenu-4.6.tar.gz 15057 SHA256 
4a7a24008a621c3cd656155ad91ab8136db8f0d3b9ec56dafeec518cabda96b3 SHA512 
e54fd10c0b1274eb90173aea442f0bfc496f4dda861a36d94f939e1fd835594f9aa12f3d0f90043d64e519d919b9a5273ab65012230ac022f727ee6bb64862e3
 WHIRLPOOL 
b4354552356ab5ab93b20c44a313f0d8e626c22c589cf4376f82f876dc742b961a07bad45d12b5fe749b03354dfa76acf36e4089a701754e341ec0383232fa5d

diff --git a/x11-misc/dmenu/dmenu-4.6.ebuild b/x11-misc/dmenu/dmenu-4.6.ebuild
new file mode 100644
index 000..29e7639
--- /dev/null
+++ b/x11-misc/dmenu/dmenu-4.6.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils toolchain-funcs
+
+DESCRIPTION="a generic, highly customizable, and efficient menu for the X 
Window System"
+HOMEPAGE="http://tools.suckless.org/dmenu/";
+SRC_URI="http://dl.suckless.org/tools/${P}.tar.gz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE="xinerama"
+
+RDEPEND="
+   media-libs/fontconfig
+   x11-libs/libX11
+   x11-libs/libXft
+   xinerama? ( x11-libs/libXinerama )
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   xinerama? ( x11-proto/xineramaproto )
+   x11-proto/xproto
+"
+
+src_prepare() {
+   sed -i \
+   -e 's|^ @|  |g' \
+   -e 's|${CC} -o|$(CC) $(CFLAGS) -o|g' \
+   -e '/^  echo/d' \
+   Makefile || die
+
+   epatch "${FILESDIR}"/${PN}-4.6-gentoo.patch
+
+   epatch_user
+}
+
+src_compile() {
+   emake CC=$(tc-getCC) \
+   "FREETYPEINC=$( $(tc-getPKG_CONFIG) --cflags x11 fontconfig xft 
2>/dev/null )" \
+   "FREETYPELIBS=$( $(tc-getPKG_CONFIG) --libs x11 fontconfig xft 
2>/dev/null )" \
+   "XINERAMAFLAGS=$(
+   usex xinerama "-DXINERAMA $(
+   $(tc-getPKG_CONFIG) --cflags xinerama 
2>/dev/null
+   )" ''
+   )" \
+   "XINERAMALIBS=$(
+   usex xinerama "$( $(tc-getPKG_CONFIG) --libs xinerama 
2>/dev/null)" ''
+   )"
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="/usr" install
+}

diff --git a/x11-misc/dmenu/files/dmenu-4.6-gentoo.patch 
b/x11-misc/dmenu/files/dmenu-4.6-gentoo.patch
new file mode 100644
index 000..0d826e0
--- /dev/null
+++ b/x11-misc/dmenu/files/dmenu-4.6-gentoo.patch
@@ -0,0 +1,38 @@
+--- a/config.mk
 b/config.mk
+@@ -5,8 +5,8 @@
+ PREFIX = /usr/local
+ MANPREFIX = ${PREFIX}/share/man
+ 
+-X11INC = /usr/X11R6/include
+-X11LIB = /usr/X11R6/lib
++X11INC = -I/usr/X11R6/include
++X11LIB = -L/usr/X11R6/lib
+ 
+ # Xinerama, comment if you don't want it
+ XINERAMALIBS  = -lXinerama
+@@ -14,18 +14,18 @@
+ 
+ # freetype
+ FREETYPELIBS = -lfontconfig -lXft
+-FREETYPEINC = /usr/include/freetype2
++FREETYPEINC = -I/usr/include/freetype2
+ # OpenBSD (uncomment)
+ FREETYPEINC = ${X11INC}/freetype2
+ 
+ # includes and libs
+-INCS = -I${X11INC} -I${FREETYPEINC}
+-LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS}
++INCS = ${X11INC} ${FREETYPEINC}
++LIBS = ${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS}
+ 
+ # flags
+-CPPFLAGS = -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L 
-DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
+-CFLAGS   = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
+-LDFLAGS  = -s ${LIBS}
++CPPFLAGS += -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L 
-DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
++CFLAGS   += -ansi -pedantic -Wall $(INCS) $(CPPFLAGS)
++LDFLAGS  += ${LIBS}
+ 
+ # compiler and linker
+ CC = cc



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

2015-11-08 Thread Jeroen Roovers
commit: 6e50d6f4430dc175f0e151891f5951d1322c2b5e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Nov  9 06:11:58 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Mon Nov  9 06:12:23 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e50d6f4

x11-misc/dmenu: Update live ebuild.

Package-Manager: portage-2.2.24

 x11-misc/dmenu/dmenu-.ebuild | 35 +++---
 x11-misc/dmenu/files/dmenu--gentoo.patch | 37 
 2 files changed, 51 insertions(+), 21 deletions(-)

diff --git a/x11-misc/dmenu/dmenu-.ebuild b/x11-misc/dmenu/dmenu-.ebuild
index fcb7bf4..f5f8bf6 100644
--- a/x11-misc/dmenu/dmenu-.ebuild
+++ b/x11-misc/dmenu/dmenu-.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-inherit eutils git-r3 savedconfig toolchain-funcs
+inherit eutils git-r3 toolchain-funcs
 
 DESCRIPTION="a generic, highly customizable, and efficient menu for the X 
Window System"
 HOMEPAGE="http://tools.suckless.org/dmenu/";
@@ -15,50 +15,43 @@ KEYWORDS=""
 IUSE="xinerama"
 
 RDEPEND="
+   media-libs/fontconfig
x11-libs/libX11
+   x11-libs/libXft
xinerama? ( x11-libs/libXinerama )
 "
 DEPEND="${RDEPEND}
-   xinerama? ( virtual/pkgconfig )
+   virtual/pkgconfig
+   xinerama? ( x11-proto/xineramaproto )
+   x11-proto/xproto
 "
 
 src_prepare() {
-   # Respect our flags
-   sed -i \
-   -e '/^CFLAGS/{s|=.*|+= -ansi -pedantic -Wall $(INCS) 
$(CPPFLAGS)|}' \
-   -e '/^LDFLAGS/s|= -s|+=|' \
-   config.mk || die
-   # Make make verbose
sed -i \
-e 's|^ @|  |g' \
+   -e 's|${CC} -o|$(CC) $(CFLAGS) -o|g' \
-e '/^  echo/d' \
Makefile || die
 
-   restore_config config.def.h
-   epatch_user
-}
+   epatch "${FILESDIR}"/${P}-gentoo.patch
 
-src_configure() {
-   tc-export PKG_CONFIG
+   epatch_user
 }
 
 src_compile() {
-   emake \
-   CC=$(tc-getCC) \
+   emake CC=$(tc-getCC) \
+   "FREETYPEINC=$( $(tc-getPKG_CONFIG) --cflags x11 fontconfig xft 
2>/dev/null )" \
+   "FREETYPELIBS=$( $(tc-getPKG_CONFIG) --libs x11 fontconfig xft 
2>/dev/null )" \
"XINERAMAFLAGS=$(
usex xinerama "-DXINERAMA $(
-   ${PKG_CONFIG} --cflags xinerama 2>/dev/null
+   $(tc-getPKG_CONFIG) --cflags xinerama 
2>/dev/null
)" ''
)" \
"XINERAMALIBS=$(
-   usex xinerama "$(
-   ${PKG_CONFIG} --libs xinerama 2>/dev/null
-   )" ''
+   usex xinerama "$( $(tc-getPKG_CONFIG) --libs xinerama 
2>/dev/null)" ''
)"
 }
 
 src_install() {
emake DESTDIR="${D}" PREFIX="/usr" install
-
-   save_config config.def.h
 }

diff --git a/x11-misc/dmenu/files/dmenu--gentoo.patch 
b/x11-misc/dmenu/files/dmenu--gentoo.patch
new file mode 100644
index 000..b6940d1
--- /dev/null
+++ b/x11-misc/dmenu/files/dmenu--gentoo.patch
@@ -0,0 +1,37 @@
+--- a/config.mk
 b/config.mk
+@@ -5,8 +5,8 @@
+ PREFIX = /usr/local
+ MANPREFIX = ${PREFIX}/share/man
+ 
+-X11INC = /usr/X11R6/include
+-X11LIB = /usr/X11R6/lib
++X11INC = -I/usr/X11R6/include
++X11LIB = -L/usr/X11R6/lib
+ 
+ # Xinerama, comment if you don't want it
+ XINERAMALIBS  = -lXinerama
+@@ -14,18 +14,18 @@
+ 
+ # freetype
+ FREETYPELIBS = -lfontconfig -lXft
+-FREETYPEINC = /usr/include/freetype2
++FREETYPEINC = -I/usr/include/freetype2
+ # OpenBSD (uncomment)
+ #FREETYPEINC = ${X11INC}/freetype2
+ 
+ # includes and libs
+-INCS = -I${X11INC} -I${FREETYPEINC}
+-LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS}
++INCS = ${X11INC} ${FREETYPEINC}
++LIBS = ${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS}
+ 
+ # flags
+ CPPFLAGS = -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L 
-DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
+-CFLAGS   = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
+-LDFLAGS  = -s ${LIBS}
++CFLAGS   = -std=c99 -pedantic -Wall ${INCS} ${CPPFLAGS}
++LDFLAGS  = ${LIBS}
+ 
+ # compiler and linker
+ CC = cc



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

2015-11-09 Thread Jeroen Roovers
commit: ec7f02070c9693f705bfc7e202aff86a8e24acc7
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Nov  9 10:10:46 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Mon Nov  9 10:10:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec7f0207

x11-drivers/nvidia-drivers: Stable for AMD64 x86 too.

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

 x11-drivers/nvidia-drivers/nvidia-drivers-352.55.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-352.55.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-352.55.ebuild
index c2a0375..9ca0475 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-352.55.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-352.55.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="GPL-2 NVIDIA-r2"
 SLOT="0/352"
-KEYWORDS="-* ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="-* amd64 x86 ~amd64-fbsd ~x86-fbsd"
 RESTRICT="bindist mirror strip"
 EMULTILIB_PKG="true"
 



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

2015-11-09 Thread Jeroen Roovers
commit: 8b9a9367235ad6bd7c1485fb9c211f4f24243b36
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Nov  9 18:17:52 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Mon Nov  9 18:18:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b9a9367

www-client/opera-beta: Version bump.

Package-Manager: portage-2.2.24

 www-client/opera-beta/Manifest| 2 +-
 .../{opera-beta-33.0.1990.20.ebuild => opera-beta-34.0.2036.3.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index b2d1592..dba6e11 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,2 +1,2 @@
-DIST opera-beta_33.0.1990.20_amd64.deb 43872706 SHA256 
b43c6ef0f920a8299cc962865a075fca578fddd13f011216734c35a6aaed3dfa SHA512 
3c78200a90640e23f5fdc23708b9f74c5cba884c4df1cdccf507683f16f07f54174cddea5dd33344e26fd0efb7902b0fb55d6b8f9b692470d9e499b96158a15f
 WHIRLPOOL 
d21c415e7ecaf99a6a44cb80bc5abb013dc79b2326a510d5f8216bba5af5828d74dc2f74a0b35b9e7f8a2890e5002ce770bd999ffa6d2aca81749059225d1887
 DIST opera-beta_33.0.1990.35_amd64.deb 43898074 SHA256 
99636a24c3531801a79edf46bcbdeadbed589079db50994864b85002a8675122 SHA512 
8a6047807ebfff513dd8a3ecd210cca41cd8066d2bd1f06bed05b48d6a577f3768967339b8a6639d7b8b4e8ae380f306094374d785aea37ec3295b2e55d5a0a2
 WHIRLPOOL 
4f504364b688ca46b750204b9679436e1dfc3606fc6dd792e23217e138c0a57d591131feedeeaa83ea8c5ce0109a817a075500dc1b34770b4b5885ac2187c2ad
+DIST opera-beta_34.0.2036.3_amd64.deb 45601600 SHA256 
ba0fdc667284c2fc5d76ee2fca223fec43f20c732f12d5af800b883215be0549 SHA512 
67e6794318694470e4596fe4f1b5a9b4f67c5b2e0396c4b755c82cf0585ed38922181f918f3653a9a41621b8bfb6cdb6c37e712fb7544561b01b5f54bb9cc25b
 WHIRLPOOL 
f2ec8037133ff664ba1f218ef90eb96fbc40d7c6696cad32aa05a2b84c5fa37d99cdeb40986be2104dfe44366686d1f070ebea81e03e5ad4f3367dae6533c9e0

diff --git a/www-client/opera-beta/opera-beta-33.0.1990.20.ebuild 
b/www-client/opera-beta/opera-beta-34.0.2036.3.ebuild
similarity index 93%
rename from www-client/opera-beta/opera-beta-33.0.1990.20.ebuild
rename to www-client/opera-beta/opera-beta-34.0.2036.3.ebuild
index 6333a1c..85938b5 100644
--- a/www-client/opera-beta/opera-beta-33.0.1990.20.ebuild
+++ b/www-client/opera-beta/opera-beta-34.0.2036.3.ebuild
@@ -5,8 +5,8 @@
 EAPI=5
 CHROMIUM_LANGS="
af az be bg bn ca cs da de el en_GB en_US es_419 es fil fi fr_CA fr fy 
gd
-   hi hr hu id it ja kk ko lt lv me mk ms nb nl nn pa pl pt_BR pt_PT ro ru 
sk
-   sr sv sw ta te th tr uk uz vi zh_CN zh_TW zu
+   he hi hr hu id it ja kk ko lt lv me mk ms nb nl nn pa pl pt_BR pt_PT ro 
ru
+   sk sr sv sw ta te th tr uk uz vi zh_CN zh_TW zu
 "
 inherit chromium multilib unpacker
 



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

2015-11-09 Thread Jeroen Roovers
commit: 4152574fcb98b57c075c18b9d89cae3007c9ce20
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Nov 10 05:21:22 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Tue Nov 10 05:21:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4152574f

net-analyzer/arping: Add USE=filecaps (bug #564906 by Nick Kossifidis).

Package-Manager: portage-2.2.24

 net-analyzer/arping/arping-2.15-r3.ebuild | 31 +++
 1 file changed, 31 insertions(+)

diff --git a/net-analyzer/arping/arping-2.15-r3.ebuild 
b/net-analyzer/arping/arping-2.15-r3.ebuild
new file mode 100644
index 000..8ede2e3
--- /dev/null
+++ b/net-analyzer/arping/arping-2.15-r3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils fcaps
+
+DESCRIPTION="A utility to see if a specific IP address is taken and what MAC 
address owns it"
+HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=arping";
+SRC_URI="http://www.habets.pp.se/synscan/files/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+
+DEPEND="
+   net-libs/libpcap
+   net-libs/libnet:1.1
+"
+RDEPEND="
+   ${DEPEND}
+   !net-misc/iputils[arping(+)]
+"
+
+FILECAPS=( cap_net_raw /usr/sbin/arping )
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-2.15-setgroups.patch
+
+   eautoreconf
+}



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

2015-11-09 Thread Jeroen Roovers
commit: 3a525d8e10d7150b04ad8be0ba96c8fbff524c11
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Nov 10 05:30:47 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Tue Nov 10 05:30:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a525d8e

x11-misc/rofi: Version bump.

Package-Manager: portage-2.2.24

 x11-misc/rofi/Manifest |  3 +-
 .../{rofi-0.15.7.ebuild => rofi-0.15.11.ebuild}|  8 +++-
 x11-misc/rofi/rofi-0.15.8.ebuild   | 47 --
 3 files changed, 7 insertions(+), 51 deletions(-)

diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index 735ebb1..8070f79 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1,3 +1,2 @@
 DIST rofi-0.15.10.tar.xz 136156 SHA256 
c297771e7b6f0c8aef4be27ec7f8e5ab3138c558afddef188f7787d6a84d7326 SHA512 
8fdbc7a06a1cb83e6fa891175d8892398566df272ca5e771724a75726c0d675aff73d8e34ad251de1064745f3a6580aac2e02dd02664f0c78f4deb5bc3256bbc
 WHIRLPOOL 
ed266202019e4959d2c759d1ecef3c1b2e2d3a7a12a5eedbe90ffeba95a3a41f39472f3e992cf6373c231b1f6e2f8063fd2557c844006e4a11b9b9414688c9ee
-DIST rofi-0.15.7.tar.xz 125824 SHA256 
8c35d3d2a36cc61ae6b5dcc6a07a590e3d6d446944ec6e37dd5a3c3fcff64188 SHA512 
51caaaf6f2280c24b65386a3e38591b601e06f9d7ffa132023c93d86cb9ccf8ac1d1e2dec6886128ebdac6558fae3c718c21e489c4bd13575aeee2143ecdac13
 WHIRLPOOL 
a9de957c8cee9682608c35363d1142ec624fb4ce8f22c96da9dc35259afab599fd48dc1e9d528c287fecaa5e1a3c20efe51f1c9159913d7aa7878bbd98814578
-DIST rofi-0.15.8.tar.xz 129980 SHA256 
13aa2194c87f183c217069292092b38b9ab12115abb0bf312c6d48b22c3b369f SHA512 
9c43bdef60a229af371e992a0363e81d5bc09704e5579ffce38c6f0218df9e7607efe13744b700d8b3fa01f3654193afa2f95cd86383ab668573b51902030bb6
 WHIRLPOOL 
3c9863cafecd606d4f7514328bc3434e60b2bf24faa3f77478c836efa4ea3e4c7037eb4588a76ae23c29294504c9a5b983a86f59ca2c784520a66fadd3f2ce18
+DIST rofi-0.15.11.tar.xz 135316 SHA256 
0e32d5d41d7aa919e0f632ae08585f4197d58bbec4dc55d376657aab7887e672 SHA512 
e9ab0ca1de0028044d1788781e19b65da0683ad7388992e4d1956acbdf50ca1035fd20213bfc7dabfcd95f5f29cea620e60e71374b81b38a4bdcdc1057ab16f8
 WHIRLPOOL 
7f26f2a98c0f2521d3162b14c7ac38e5a5290cc13b473b6b4ed78c0795ab7c143daded2f264ec025d56e395be252cc2dd6cd580b43363f8ce81b17020e4679eb

diff --git a/x11-misc/rofi/rofi-0.15.7.ebuild 
b/x11-misc/rofi/rofi-0.15.11.ebuild
similarity index 83%
rename from x11-misc/rofi/rofi-0.15.7.ebuild
rename to x11-misc/rofi/rofi-0.15.11.ebuild
index 6de1ac9..e21134b 100644
--- a/x11-misc/rofi/rofi-0.15.7.ebuild
+++ b/x11-misc/rofi/rofi-0.15.11.ebuild
@@ -12,7 +12,8 @@ 
SRC_URI="https://github.com/DaveDavenport/${PN}/releases/download/${PV}/${P}.tar
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="i3"
+IUSE="i3 windowmode"
+REQUIRED_USE="i3? ( windowmode )"
 
 RDEPEND="
dev-libs/glib:2
@@ -21,6 +22,7 @@ RDEPEND="
x11-libs/libXft
x11-libs/libXinerama
x11-libs/pango[X]
+   x11-libs/startup-notification
i3? ( x11-wm/i3 )
 "
 DEPEND="
@@ -39,7 +41,9 @@ src_prepare() {
 
 src_configure() {
tc-export CC
-   econf $(usex i3 '' --disable-i3support)
+   econf \
+   $(use_enable windowmode) \
+   $(usex i3 '' --disable-i3support)
 }
 
 src_test() {

diff --git a/x11-misc/rofi/rofi-0.15.8.ebuild b/x11-misc/rofi/rofi-0.15.8.ebuild
deleted file mode 100644
index 6de1ac9..000
--- a/x11-misc/rofi/rofi-0.15.8.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils toolchain-funcs
-
-DESCRIPTION="A window switcher, run dialog and dmenu replacement"
-HOMEPAGE="https://davedavenport.github.io/rofi/";
-SRC_URI="https://github.com/DaveDavenport/${PN}/releases/download/${PV}/${P}.tar.xz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="i3"
-
-RDEPEND="
-   dev-libs/glib:2
-   media-libs/freetype
-   x11-libs/libX11
-   x11-libs/libXft
-   x11-libs/libXinerama
-   x11-libs/pango[X]
-   i3? ( x11-wm/i3 )
-"
-DEPEND="
-   ${RDEPEND}
-   x11-proto/xineramaproto
-   x11-proto/xproto
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${PN}-0.15.4-Werror.patch
-
-   eautoreconf
-}
-
-src_configure() {
-   tc-export CC
-   econf $(usex i3 '' --disable-i3support)
-}
-
-src_test() {
-   emake test
-}



[gentoo-commits] repo/gentoo:master commit in: www-plugins/adobe-flash/

2015-11-09 Thread Jeroen Roovers
commit: 9196c362d3c4ce2478e88c9aff63cb5db63fbc09
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Nov 10 05:33:41 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Tue Nov 10 05:33:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9196c362

www-plugins/adobe-flash: Version bump.

Package-Manager: portage-2.2.24

 www-plugins/adobe-flash/Manifest   |   3 +
 .../adobe-flash/adobe-flash-11.2.202.548.ebuild| 234 +
 2 files changed, 237 insertions(+)

diff --git a/www-plugins/adobe-flash/Manifest b/www-plugins/adobe-flash/Manifest
index c6cf067..e673d1a 100644
--- a/www-plugins/adobe-flash/Manifest
+++ b/www-plugins/adobe-flash/Manifest
@@ -1,3 +1,6 @@
 DIST adobe-flash-11.2.202.540-debug.i386.tar.gz 7436356 SHA256 
140b9023c07826548b3c3f23e55673b5436e158c4719fde01d129191b09c1bec SHA512 
aa31a5a93047549089be80eb0e84de88a110748517796f72594e37ca10e6c9c3439d58b152c443f0b9deda5c7baa371330d65f15e72765d0e8ab6f46d0b6f8f9
 WHIRLPOOL 
c6e67510f47b51dd192f6886f5461e6612f11b1debafab2ed04355f02d912bf242aa0519540b6e9a4794811995666fededf4155e8323678257d669d60c58a383
 DIST adobe-flash-11.2.202.540.i386.tar.gz 6954096 SHA256 
7e057c77d6da64d4c5d67fc0fe277980461c037475be433142439f225c9911d9 SHA512 
65f03be693a907d218cbfcfa21a0a07cd09d40e0cb8223c9cf7fc0588756b922cc79039ac3b38ba1ccbd7a82cc29fb9c6da2fc312d992232744eecc37ba59637
 WHIRLPOOL 
2c80f97e6dc4cf4bc184c294a4b93aa6ec224ba6c56fe8a427ca6fa818d0a3d745f69974ae0676e89fc6034e0935312827c2f13ce07b981c4e7300102bfc032d
 DIST adobe-flash-11.2.202.540.x86_64.tar.gz 7267851 SHA256 
262ab05038716cce20ce294cbc29d9ba384f68332f0a14945d3c19038b4dca7f SHA512 
55d1e3e5c426b083dcf64eb2de72f12e8a9d0866b6ea21cb524a0bba1895de976e25336f066ea912fbbb3cd06ebc4c2166acf933680f8b600ee76bb03985
 WHIRLPOOL 
85d7b8fd0480632663756db0e1df37b3c2bf3dc0aadb2e9d1443c297c6c7ba552728351e75e2d1fa920fbc995713207a9bcf77fbc2be0c53fe532ecfeaa15c48
+DIST adobe-flash-11.2.202.548-debug.i386.tar.gz 7436749 SHA256 
879a651c01094c5e9b29ef5cf750f11797b42c4af2aa54369486c5573902f805 SHA512 
ad016f69c67ec2cc35a6fb8b56febb2aee5e7139f0b5f3fcdb468479782db6d9d74afca91aa31426a6b3eadacf0321f8d6deb3ef60936592626bc19490061d09
 WHIRLPOOL 
7a978aa4e6d47f461dfc35b82f039f2a6171418d9e325e7fcc78a068acfdb205a3a123be36bf856637c4af204c53ae77b9fced189019f33f26e871c20431a8e5
+DIST adobe-flash-11.2.202.548.i386.tar.gz 6955598 SHA256 
88efdfbed760994383a815c78c8c2d5eaad2abc56557f54bd15f167c0b291294 SHA512 
c68d21964eaae22cff30512b4722ddc97749a2894dd742349dc2d8041d1bfba2544a347acc59ac7c8d1a545fa978349592cc643a3c2a06dd600ec9b781a051b9
 WHIRLPOOL 
0561012a01df3ff34c09fbe12043e85c1c4bb8e09c367fc289826fde889671d2e35d25d8d963dd59b8f4fb4e8ec5bd0c0eaf2be8b9e6d28e26ab2ad9d4e9bd34
+DIST adobe-flash-11.2.202.548.x86_64.tar.gz 7267290 SHA256 
62ec1da116e879233ef41d3c77bbe2e7ccb88ab2311d2bcba2e665c94e18e847 SHA512 
b57d48f8b9d2e29bd9771f793dc64335ec14cfe75d337b88262c75543e776dd56f73fe14180c987ad119413f6d8e4b43747cc2f0ca71b5d3e3772c1ec7fa7d16
 WHIRLPOOL 
20739eadc12b2e06266e2af7587b4581bbf0be0ede60aed5f608d7dbec5a3a9dd35a83388dc23375ddae145a06d38e65add50ee7de32408e410429c6aa148151

diff --git a/www-plugins/adobe-flash/adobe-flash-11.2.202.548.ebuild 
b/www-plugins/adobe-flash/adobe-flash-11.2.202.548.ebuild
new file mode 100644
index 000..162eb06
--- /dev/null
+++ b/www-plugins/adobe-flash/adobe-flash-11.2.202.548.ebuild
@@ -0,0 +1,234 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit nsplugins toolchain-funcs versionator multilib multilib-minimal
+
+DESCRIPTION="Adobe Flash Player"
+HOMEPAGE="
+   http://www.adobe.com/products/flashplayer.html
+   http://get.adobe.com/flashplayer/
+"
+
+AF_URI="http://fpdownload.macromedia.com/get/flashplayer/pdc";
+AF_DB_URI="http://fpdownload.macromedia.com/pub/flashplayer/updaters";
+PV_M=$(get_major_version)
+AF_32_URI="${AF_URI}/${PV}/install_flash_player_${PV_M}_linux.i386.tar.gz -> 
${P}.i386.tar.gz"
+AF_64_URI="${AF_URI}/${PV}/install_flash_player_${PV_M}_linux.x86_64.tar.gz -> 
${P}.x86_64.tar.gz"
+AF_32_DB_URI="${AF_DB_URI}/${PV_M}/flashplayer_${PV_M}_plugin_debug.i386.tar.gz
 -> ${P}-debug.i386.tar.gz"
+
+SRC_URI="
+   abi_x86_32? (
+   !debug? ( ${AF_32_URI} )
+   debug? ( ${AF_32_DB_URI} )
+   )
+   abi_x86_64? ( ${AF_64_URI} )
+"
+IUSE="debug kde selinux cpu_flags_x86_sse2"
+REQUIRED_USE="
+   cpu_flags_x86_sse2
+   debug? ( abi_x86_32 )
+   || ( abi_x86_64 abi_x86_32 )
+"
+SLOT="0"
+
+KEYWORDS="-* ~amd64 ~x86"
+LICENSE="AdobeFlash-11.x"
+RESTRICT="strip mirror"
+
+S="${WORKDIR}"
+
+NATIVE_DEPS="
+   dev-libs/atk
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+  

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

2015-11-09 Thread Jeroen Roovers
commit: 32582f6f6f40abbc49aedafabd1aeb76dc89e91e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Nov 10 05:53:31 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Tue Nov 10 05:53:31 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32582f6f

net-analyzer/arping: Add live ebuild.

Package-Manager: portage-2.2.24

 net-analyzer/arping/a.out  |  0
 net-analyzer/arping/arping-.ebuild | 29 +
 2 files changed, 29 insertions(+)

diff --git a/net-analyzer/arping/a.out b/net-analyzer/arping/a.out
new file mode 100644
index 000..e69de29

diff --git a/net-analyzer/arping/arping-.ebuild 
b/net-analyzer/arping/arping-.ebuild
new file mode 100644
index 000..e128982
--- /dev/null
+++ b/net-analyzer/arping/arping-.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils fcaps git-r3
+
+DESCRIPTION="ARP Ping"
+HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=arping";
+EGIT_REPO_URI="https://github.com/ThomasHabets/arping";
+
+LICENSE="GPL-2"
+SLOT="2"
+KEYWORDS=""
+
+DEPEND="
+   net-libs/libpcap
+   net-libs/libnet:1.1
+"
+RDEPEND="
+   ${DEPEND}
+   !net-misc/iputils[arping(+)]
+"
+
+FILECAPS=( cap_net_raw /usr/sbin/arping )
+
+src_prepare() {
+   eautoreconf
+}



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

2015-11-09 Thread Jeroen Roovers
commit: 3c163fa284fec8ea34fafe87f0d0bf63440e1973
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Nov 10 05:54:54 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Tue Nov 10 05:54:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c163fa2

net-analyzer/arping: Remove testing cruft.

Package-Manager: portage-2.2.24

 net-analyzer/arping/a.out | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-analyzer/arping/a.out b/net-analyzer/arping/a.out
deleted file mode 100644
index e69de29..000



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

2015-11-09 Thread Jeroen Roovers
commit: 2630355ae991ebe3a7e1c3d82bc9f93437d3e2f6
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Nov 10 06:27:50 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Tue Nov 10 06:32:09 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2630355a

net-misc/socat: Remove obsolete patches.

Package-Manager: portage-2.2.24

 net-misc/socat/files/socat-1.7.2.1-long-long.patch | 64 --
 .../socat/files/socat-1.7.2.4-linux-3.17.patch | 14 -
 2 files changed, 78 deletions(-)

diff --git a/net-misc/socat/files/socat-1.7.2.1-long-long.patch 
b/net-misc/socat/files/socat-1.7.2.1-long-long.patch
deleted file mode 100644
index 45a73dc..000
--- a/net-misc/socat/files/socat-1.7.2.1-long-long.patch
+++ /dev/null
@@ -1,64 +0,0 @@
-https://bugs.gentoo.org/436164
-
-From cbb59d88e2d83ded78bd4b85a0c1a4f37be60589 Mon Sep 17 00:00:00 2001
-From: Mike Frysinger 
-Date: Thu, 25 Oct 2012 22:34:12 -0400
-Subject: [PATCH] support long long sizes with more basic types
-
-Some newer ABIs (like x32) use 64bit sizes with basic types.
-
-Signed-off-by: Mike Frysinger 

- compat.h | 16 
- 1 file changed, 16 insertions(+)
-
-diff --git a/compat.h b/compat.h
-index d581fad..ecff2ee 100644
 a/compat.h
-+++ b/compat.h
-@@ -232,6 +232,10 @@
- #define F_time "%ld"
- #  elif HAVE_BASIC_TIME_T==6
- #define F_time "%lu"
-+#  elif HAVE_BASIC_TIME_T==7
-+#define F_time "%Ld"
-+#  elif HAVE_BASIC_TIME_T==8
-+#define F_time "%Lu"
- #  else
- #error "HAVE_BASIC_TIME_T is out of range:" HAVE_BASIC_TIME_T
- #  endif
-@@ -256,6 +260,10 @@
- #define F_socklen "%ld"
- #  elif HAVE_BASIC_SOCKLEN_T==6
- #define F_socklen "%lu"
-+#  elif HAVE_BASIC_SOCKLEN_T==7
-+#define F_socklen "%Ld"
-+#  elif HAVE_BASIC_SOCKLEN_T==8
-+#define F_socklen "%Lu"
- #  else
- #error "HAVE_BASIC_SOCKLEN_T is out of range:" HAVE_BASIC_SOCKLEN_T
- #  endif
-@@ -404,6 +412,10 @@
- #define F_st_nlink "%ld"
- #  elif HAVE_TYPEOF_ST_NLINK==6
- #define F_st_nlink "%lu"
-+#  elif HAVE_TYPEOF_ST_NLINK==7
-+#define F_st_nlink "%Ld"
-+#  elif HAVE_TYPEOF_ST_NLINK==8
-+#define F_st_nlink "%Lu"
- #  else
- #error "HAVE_TYPEOF_ST_NLINK is out of range:" HAVE_TYPEOF_ST_NLINK
- #  endif
-@@ -481,6 +493,10 @@
- #define F_st_blksize "%ld"
- #  elif HAVE_TYPEOF_ST_BLKSIZE==6
- #define F_st_blksize "%lu"
-+#  elif HAVE_TYPEOF_ST_BLKSIZE==7
-+#define F_st_blksize "%Ld"
-+#  elif HAVE_TYPEOF_ST_BLKSIZE==8
-+#define F_st_blksize "%Lu"
- #  else
- #error "HAVE_TYPEOF_ST_BLKSIZE is out of range:" HAVE_TYPEOF_ST_BLKSIZE
- #  endif
--- 
-1.7.12

diff --git a/net-misc/socat/files/socat-1.7.2.4-linux-3.17.patch 
b/net-misc/socat/files/socat-1.7.2.4-linux-3.17.patch
deleted file mode 100644
index 6bf990a..000
--- a/net-misc/socat/files/socat-1.7.2.4-linux-3.17.patch
+++ /dev/null
@@ -1,14 +0,0 @@
 a/configure.in
-+++ b/configure.in
-@@ -80,7 +80,10 @@
- AC_CHECK_HEADERS(termios.h linux/if_tun.h)
- AC_CHECK_HEADERS(net/if_dl.h)
- AC_CHECK_HEADERS(linux/types.h)
--AC_CHECK_HEADER(linux/errqueue.h, AC_DEFINE(HAVE_LINUX_ERRQUEUE_H), [], 
[#include ])
-+AC_CHECK_HEADER(linux/errqueue.h, AC_DEFINE(HAVE_LINUX_ERRQUEUE_H), [], 
[AC_INCLUDES_DEFAULT
-+  #if HAVE_LINUX_TYPES_H
-+  #include 
-+  #endif])
- AC_CHECK_HEADERS(sys/utsname.h sys/select.h sys/file.h)
- AC_CHECK_HEADERS(util.h bsd/libutil.h libutil.h sys/stropts.h regex.h)
- AC_CHECK_HEADERS(linux/fs.h linux/ext2_fs.h)



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

2015-11-09 Thread Jeroen Roovers
commit: 0e5abdb838cacb1d804dce26fb8639c6bd55b0f9
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Nov 10 06:26:07 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Tue Nov 10 06:32:02 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e5abdb8

net-misc/socat: Add USE=libressl (bug #565244 by Marek Behun).

Package-Manager: portage-2.2.24

 ...socat-2.0.0_beta8.ebuild => socat-1.7.3.0-r1.ebuild} | 17 +
 net-misc/socat/socat-2.0.0_beta8.ebuild |  9 ++---
 net-misc/socat/socat-.ebuild|  9 ++---
 3 files changed, 21 insertions(+), 14 deletions(-)

diff --git a/net-misc/socat/socat-2.0.0_beta8.ebuild 
b/net-misc/socat/socat-1.7.3.0-r1.ebuild
similarity index 69%
copy from net-misc/socat/socat-2.0.0_beta8.ebuild
copy to net-misc/socat/socat-1.7.3.0-r1.ebuild
index eb67355..6c441a2 100644
--- a/net-misc/socat/socat-2.0.0_beta8.ebuild
+++ b/net-misc/socat/socat-1.7.3.0-r1.ebuild
@@ -3,7 +3,6 @@
 # $Id$
 
 EAPI=5
-
 inherit eutils flag-o-matic toolchain-funcs
 
 DESCRIPTION="Multipurpose relay (SOcket CAT)"
@@ -14,12 +13,15 @@ 
SRC_URI="http://www.dest-unreach.org/socat/download/${MY_P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
-IUSE="ssl readline ipv6 tcpd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="libressl ssl readline ipv6 tcpd"
 
 DEPEND="
-   ssl? ( >=dev-libs/openssl-0.9.6 )
-   readline? ( >=sys-libs/readline-4.1 )
+   ssl? (
+   !libressl? ( dev-libs/openssl:* )
+   libressl? ( dev-libs/libressl )
+   )
+   readline? ( sys-libs/readline:= )
tcpd? ( sys-apps/tcp-wrappers )
 "
 RDEPEND="${DEPEND}"
@@ -31,12 +33,11 @@ DOCS=(
 )
 
 src_prepare() {
-   epatch "${FILESDIR}"/${PN}-1.7.3.0-filan-build.patch
-   touch doc/${PN}.1 || die
+   epatch "${FILESDIR}"/${P}-filan-build.patch
 }
 
 src_configure() {
-   filter-flags -Wall '-Wno-error*' #293324
+   filter-flags '-Wno-error*' #293324
tc-export AR
econf \
$(use_enable ssl openssl) \

diff --git a/net-misc/socat/socat-2.0.0_beta8.ebuild 
b/net-misc/socat/socat-2.0.0_beta8.ebuild
index eb67355..783b5eb 100644
--- a/net-misc/socat/socat-2.0.0_beta8.ebuild
+++ b/net-misc/socat/socat-2.0.0_beta8.ebuild
@@ -15,11 +15,14 @@ 
SRC_URI="http://www.dest-unreach.org/socat/download/${MY_P}.tar.bz2";
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="ssl readline ipv6 tcpd"
+IUSE="libressl ssl readline ipv6 tcpd"
 
 DEPEND="
-   ssl? ( >=dev-libs/openssl-0.9.6 )
-   readline? ( >=sys-libs/readline-4.1 )
+   ssl? (
+   !libressl? ( dev-libs/openssl:* )
+   libressl? ( dev-libs/libressl:= )
+   )
+   readline? ( sys-libs/readline:= )
tcpd? ( sys-apps/tcp-wrappers )
 "
 RDEPEND="${DEPEND}"

diff --git a/net-misc/socat/socat-.ebuild b/net-misc/socat/socat-.ebuild
index e931a19..999d4ac 100644
--- a/net-misc/socat/socat-.ebuild
+++ b/net-misc/socat/socat-.ebuild
@@ -14,11 +14,14 @@ EGIT_REPO_URI="git://repo.or.cz/${PN}.git"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="ssl readline ipv6 tcpd"
+IUSE="libressl ssl readline ipv6 tcpd"
 
 RDEPEND="
-   ssl? ( >=dev-libs/openssl-0.9.6 )
-   readline? ( >=sys-libs/readline-4.1 )
+   ssl? (
+   !libressl? ( dev-libs/openssl:* )
+   libressl? ( dev-libs/libressl )
+   )
+   readline? ( sys-libs/readline:= )
tcpd? ( sys-apps/tcp-wrappers )
 "
 DEPEND="



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

2015-11-09 Thread Jeroen Roovers
commit: e7a7b4ebf8466058fbf23cbed3c231d0aeb33653
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Nov 10 07:08:59 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Tue Nov 10 07:10:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7a7b4eb

Revert "net-misc/socat: Add USE=libressl (bug #565244 by Marek Behun)."

This reverts commit 0e5abdb838cacb1d804dce26fb8639c6bd55b0f9.

 net-misc/socat/socat-1.7.3.0-r1.ebuild  | 53 -
 net-misc/socat/socat-2.0.0_beta8.ebuild |  9 ++
 net-misc/socat/socat-.ebuild|  9 ++
 3 files changed, 6 insertions(+), 65 deletions(-)

diff --git a/net-misc/socat/socat-1.7.3.0-r1.ebuild 
b/net-misc/socat/socat-1.7.3.0-r1.ebuild
deleted file mode 100644
index 6c441a2..000
--- a/net-misc/socat/socat-1.7.3.0-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils flag-o-matic toolchain-funcs
-
-DESCRIPTION="Multipurpose relay (SOcket CAT)"
-HOMEPAGE="http://www.dest-unreach.org/socat/";
-MY_P=${P/_beta/-b}
-S="${WORKDIR}/${MY_P}"
-SRC_URI="http://www.dest-unreach.org/socat/download/${MY_P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="libressl ssl readline ipv6 tcpd"
-
-DEPEND="
-   ssl? (
-   !libressl? ( dev-libs/openssl:* )
-   libressl? ( dev-libs/libressl )
-   )
-   readline? ( sys-libs/readline:= )
-   tcpd? ( sys-apps/tcp-wrappers )
-"
-RDEPEND="${DEPEND}"
-
-RESTRICT="test"
-
-DOCS=(
-   BUGREPORTS CHANGES DEVELOPMENT EXAMPLES FAQ FILES PORTING README 
SECURITY
-)
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-filan-build.patch
-}
-
-src_configure() {
-   filter-flags '-Wno-error*' #293324
-   tc-export AR
-   econf \
-   $(use_enable ssl openssl) \
-   $(use_enable readline) \
-   $(use_enable ipv6 ip6) \
-   $(use_enable tcpd libwrap)
-}
-
-src_install() {
-   default
-
-   dohtml doc/*.html doc/*.css
-}

diff --git a/net-misc/socat/socat-2.0.0_beta8.ebuild 
b/net-misc/socat/socat-2.0.0_beta8.ebuild
index 783b5eb..eb67355 100644
--- a/net-misc/socat/socat-2.0.0_beta8.ebuild
+++ b/net-misc/socat/socat-2.0.0_beta8.ebuild
@@ -15,14 +15,11 @@ 
SRC_URI="http://www.dest-unreach.org/socat/download/${MY_P}.tar.bz2";
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="libressl ssl readline ipv6 tcpd"
+IUSE="ssl readline ipv6 tcpd"
 
 DEPEND="
-   ssl? (
-   !libressl? ( dev-libs/openssl:* )
-   libressl? ( dev-libs/libressl:= )
-   )
-   readline? ( sys-libs/readline:= )
+   ssl? ( >=dev-libs/openssl-0.9.6 )
+   readline? ( >=sys-libs/readline-4.1 )
tcpd? ( sys-apps/tcp-wrappers )
 "
 RDEPEND="${DEPEND}"

diff --git a/net-misc/socat/socat-.ebuild b/net-misc/socat/socat-.ebuild
index 999d4ac..e931a19 100644
--- a/net-misc/socat/socat-.ebuild
+++ b/net-misc/socat/socat-.ebuild
@@ -14,14 +14,11 @@ EGIT_REPO_URI="git://repo.or.cz/${PN}.git"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="libressl ssl readline ipv6 tcpd"
+IUSE="ssl readline ipv6 tcpd"
 
 RDEPEND="
-   ssl? (
-   !libressl? ( dev-libs/openssl:* )
-   libressl? ( dev-libs/libressl )
-   )
-   readline? ( sys-libs/readline:= )
+   ssl? ( >=dev-libs/openssl-0.9.6 )
+   readline? ( >=sys-libs/readline-4.1 )
tcpd? ( sys-apps/tcp-wrappers )
 "
 DEPEND="



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

2015-11-10 Thread Jeroen Roovers
commit: d435313d44678b0fa45ce1f01ae3643cc4cef706
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Nov 11 04:32:39 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Wed Nov 11 04:32:39 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d435313d

www-client/vivaldi: Version bump.

Package-Manager: portage-2.2.24

 www-client/vivaldi/Manifest|   2 +
 www-client/vivaldi/vivaldi-1.0.321.3_p1.ebuild | 107 +
 2 files changed, 109 insertions(+)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index 7445cb8..ae6de79 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -2,3 +2,5 @@ DIST vivaldi-1.0.303.48_p1-amd64.deb 41856320 SHA256 
4025ebdee426c3778c891ecb4d6
 DIST vivaldi-1.0.303.48_p1-i386.deb 42360320 SHA256 
69cae26c2a5bd9b0995a17aaa5f44f04057624b4906a294f6ebc0af30ee9b9af SHA512 
f4da47fa16adabd42bb82d8e485013d2f6af95ccd35e90ad3697d85d382e0389503ed61d113f17db76cbca99f556b2496e94cec53f00f485460ee6782ae72733
 WHIRLPOOL 
1691e15fb187a401f712072247b0d35433c604e4c27a8831a447f36e2593fcfb360ce2594e535444f9bd3923bab68863b80e02107822e405939e7a34cd5789eb
 DIST vivaldi-1.0.303.52_p2-amd64.deb 42361274 SHA256 
46214288da69c9af47a2706a73d2a3b698246b860032b1440e5bf0ca434829dd SHA512 
e5b99d49a48203267a8b9cf9474f83be60e2695eebead67747982f5dca5c00d63804d40ec969cb615f2518969766dbb991e65b86a2aca27d7a37c1e673935e7b
 WHIRLPOOL 
7156122b87be6b50c8a262065a8ad65c421b046cf5a72aef6bd60ee05dd77c02b9b6b001267f1ea1c0d37daab525947b18145ee488a5967a6640776e1e8e3fe7
 DIST vivaldi-1.0.303.52_p2-i386.deb 42823058 SHA256 
74c90c34ef63007c8f552edac2bd6d072ee9497d972a3a4ed717f5240979a7b2 SHA512 
cdfba84f63627b248bf7e2cecd6175bb20372baca6c6100c31a38672e36c4467e334db6ecba9261e3932ba4d61171138f3e86464b1fd0939ff8da58fe3e28786
 WHIRLPOOL 
a8fe24279f99bcfcb5522259034965894d5631862a1b83b2871f288e4539b725c37cebde845b426a438fe9db884e8626c7e7436ab40e1d559fe62ddbc6dc340c
+DIST vivaldi-1.0.321.3_p1-amd64.deb 41898094 SHA256 
1d4290d08f6067b8f9854dca3926acd39ba6edbc2a29bfc01d6a7c579a2f8840 SHA512 
9f3a241911d768f4ec0cceb986952505f9010e263ce7f3ba75de350775c5889a80c243a6bd50ce408707fb7afe6c71d8815f0c4081de59aa735b280ca378d74a
 WHIRLPOOL 
553696b1beaf5c502e045823023010e9e8edbcba25ab88eb4d77cb59eced32a0e466e4579a0768b1ea13897f973b0a50b4597d597d3ff5611ae85e05349cc4eb
+DIST vivaldi-1.0.321.3_p1-i386.deb 42371286 SHA256 
3649f44baee8939d88813b13435ecb63c2ec585b8e405aab8551213b234f6b54 SHA512 
699c945068ce376cf0cf94e8a1bb401c0341b46a92742cd68ad030479dcebbe6c6749d5c3f94cf1fef6ed74b85d2fc7074192cfbae7abb038c90df3a968dd067
 WHIRLPOOL 
f6d4b612ffa564eb479ce374656beee0681b5bd3a6c18a35dac496344b9c6e0c25f6c6fea3e4ffbbf8572f43b849c7d0854e179944ed1eb597faf50ac2091d25

diff --git a/www-client/vivaldi/vivaldi-1.0.321.3_p1.ebuild 
b/www-client/vivaldi/vivaldi-1.0.321.3_p1.ebuild
new file mode 100644
index 000..c40dd91
--- /dev/null
+++ b/www-client/vivaldi/vivaldi-1.0.321.3_p1.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+CHROMIUM_LANGS="
+   am ar bg bn ca cs da de el en_GB en_US es_419 es et fa fil fi 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 chromium eutils multilib unpacker toolchain-funcs
+
+DESCRIPTION="A new browser for our friends"
+HOMEPAGE="http://vivaldi.com/";
+VIVALDI_BASE_URI="${HOMEPAGE}download/snapshot/${PN}-snapshot_${PV/_p/-}_"
+SRC_URI="
+   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
+   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
+"
+
+LICENSE="Vivaldi"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RESTRICT="bindist mirror"
+
+S=${WORKDIR}
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   >=dev-libs/openssl-1.0.1:0
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/libcap
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+VIVALDI_HOME="opt/${PN}-snapshot"
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-1.0.275.3_p1-flash.patch
+   sed -i \
+   -e "s|@LIBDIR@|$(get_libdir)|g"

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

2015-11-10 Thread Jeroen Roovers
commit: 59bbd67616fce824dbde3519093838093dbefad3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Nov 11 04:43:29 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Wed Nov 11 04:43:29 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59bbd676

app-misc/tmux: Stable for HPPA PPC64 (bug #564400).

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

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

diff --git a/app-misc/tmux/tmux-2.1.ebuild b/app-misc/tmux/tmux-2.1.ebuild
index a999121..1f85dc8 100644
--- a/app-misc/tmux/tmux-2.1.ebuild
+++ b/app-misc/tmux/tmux-2.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz";
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="debug selinux vim-syntax"
 
 CDEPEND="



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

2015-11-10 Thread Jeroen Roovers
commit: e44f2dffe4628f108f007cd0999612c8cf6fbbcc
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Nov 11 04:40:48 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Wed Nov 11 04:40:48 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e44f2dff

www-client/firefox: Stable for HPPA (bug #564818).

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

 www-client/firefox/firefox-38.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/firefox/firefox-38.4.0.ebuild 
b/www-client/firefox/firefox-38.4.0.ebuild
index 67f3ea0..39fef48 100644
--- a/www-client/firefox/firefox-38.4.0.ebuild
+++ b/www-client/firefox/firefox-38.4.0.ebuild
@@ -38,7 +38,7 @@ inherit check-reqs flag-o-matic toolchain-funcs eutils 
gnome2-utils mozconfig-v6
 DESCRIPTION="Firefox Web Browser"
 HOMEPAGE="http://www.mozilla.com/firefox";
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
 
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"



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

2015-11-10 Thread Jeroen Roovers
commit: d44d99b3ae5e8f5510da3e2188c71f042be4c1e3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Nov 11 04:50:04 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Wed Nov 11 04:50:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d44d99b3

dev-ruby/rdiscount: Stable for HPPA (bug #565116).

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

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
index fa98e4e..667c346 100644
--- a/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 all_ruby_prepare() {



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

2015-11-10 Thread Jeroen Roovers
commit: 11da09e7b90870c1612de286067685451fb2f7c0
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Nov 11 04:48:35 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Wed Nov 11 04:48:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11da09e7

dev-lang/ruby: Stable for HPPA PPC64 (bug #565110).

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

 dev-lang/ruby/ruby-2.0.0_p647-r1.ebuild | 2 +-
 dev-lang/ruby/ruby-2.1.7.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/ruby/ruby-2.0.0_p647-r1.ebuild 
b/dev-lang/ruby/ruby-2.0.0_p647-r1.ebuild
index 1f661c1..8324ee7 100644
--- a/dev-lang/ruby/ruby-2.0.0_p647-r1.ebuild
+++ b/dev-lang/ruby/ruby-2.0.0_p647-r1.ebuild
@@ -33,7 +33,7 @@ SRC_URI="mirror://ruby/2.0/${MY_P}.tar.xz
 
https://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2";
 
 LICENSE="|| ( Ruby-BSD BSD-2 )"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
 IUSE="berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl xemacs 
ncurses +readline cpu_flags_x86_sse2"
 
 RDEPEND="

diff --git a/dev-lang/ruby/ruby-2.1.7.ebuild b/dev-lang/ruby/ruby-2.1.7.ebuild
index 242f4fb..9d39321 100644
--- a/dev-lang/ruby/ruby-2.1.7.ebuild
+++ b/dev-lang/ruby/ruby-2.1.7.ebuild
@@ -34,7 +34,7 @@ SRC_URI="mirror://ruby/2.1/${MY_P}.tar.xz
 
https://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2";
 
 LICENSE="|| ( Ruby-BSD BSD-2 )"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
 IUSE="berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl xemacs 
ncurses +readline"
 
 RDEPEND="



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

2015-11-10 Thread Jeroen Roovers
commit: 1431557bb0b0937cd80fcc12485ed80343fd0059
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Nov 11 05:08:01 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Wed Nov 11 05:08:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1431557b

dev-ruby/rdiscount: Stable for PPC64 (bug #565116).

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

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
index 667c346..f59a201 100644
--- a/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 all_ruby_prepare() {



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

2015-11-10 Thread Jeroen Roovers
commit: 44ad2a22de643fbf79aee5e01bc4f9a6258926f8
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Nov 11 05:01:54 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Wed Nov 11 05:01:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44ad2a22

dev-python/unidecode: Stable for HPPA (bug #565208).

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

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

diff --git a/dev-python/unidecode/unidecode-0.04.18.ebuild 
b/dev-python/unidecode/unidecode-0.04.18.ebuild
index 3fda25c..a0b43bf 100644
--- a/dev-python/unidecode/unidecode-0.04.18.ebuild
+++ b/dev-python/unidecode/unidecode-0.04.18.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ppc ~sparc ~x86"
 
 S=${WORKDIR}/${MY_P}
 



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

2015-11-10 Thread Jeroen Roovers
commit: 784f8f389d911de9b849c32b3f27e2e86c12ea30
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Nov 11 05:06:35 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Wed Nov 11 05:06:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=784f8f38

media-fonts/cantarell: Stable for HPPA PPC64 (bug #565086).

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

 media-fonts/cantarell/cantarell-0.0.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/cantarell/cantarell-0.0.18.1.ebuild 
b/media-fonts/cantarell/cantarell-0.0.18.1.ebuild
index dd019a2..f3982b4 100644
--- a/media-fonts/cantarell/cantarell-0.0.18.1.ebuild
+++ b/media-fonts/cantarell/cantarell-0.0.18.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/CantarellFonts";
 
 LICENSE="OFL-1.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="media-libs/fontconfig"



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

2015-11-10 Thread Jeroen Roovers
commit: 3f48096022e0001f19571f081ba05b9dff19f7a4
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Nov 11 05:18:06 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Wed Nov 11 05:18:06 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f480960

media-gfx/xv: Stable for HPPA (bug #565130).

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

 media-gfx/xv/xv-3.10a-r17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/xv/xv-3.10a-r17.ebuild b/media-gfx/xv/xv-3.10a-r17.ebuild
index 6f9a839..cc04633 100644
--- a/media-gfx/xv/xv-3.10a-r17.ebuild
+++ b/media-gfx/xv/xv-3.10a-r17.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://sourceforge/png-mng/${P}-jumbo-patches-${JUMBOV}.tar.gz
 
 LICENSE="xv"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="jpeg tiff png"
 
 DEPEND="x11-libs/libXt



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

2015-11-10 Thread Jeroen Roovers
commit: daa4b460c36a8a8e31846281a03c3354f5ea5e6c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Nov 11 05:54:46 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Wed Nov 11 05:55:08 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daa4b460

net-misc/youtube-dl: Version bump.

Package-Manager: portage-2.2.24

 net-misc/youtube-dl/Manifest| 2 +-
 .../{youtube-dl-2015.11.01.ebuild => youtube-dl-2015.11.10.ebuild}  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 4e6922d..e65f457 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,3 +1,3 @@
 DIST youtube-dl-2015.04.03.tar.gz 1472296 SHA256 
0521a15a24a9b620728a2f45ea9163ca74660ed443781b6e69b4e06d36d7bf59 SHA512 
6b2c85cfa222a31f3462aab583fa98bb92544cd5fb0d395ca0b69a26c24ab174870d02264e058281f09305752d50aa5a06d0d747205499a530b275e3194fc6f9
 WHIRLPOOL 
391e06ea261f92e03a0b38618307f1c9d53a2dfb9f2062fe0cd3ded1ea0c411033a17ded581616032c74a9e4fb398a57e565bf847196a23a9f89433f861362ae
-DIST youtube-dl-2015.11.01.tar.gz 1779098 SHA256 
58a981cd708f30567382b97d6db336b25ca2279b759aea3a79e4d39a68351f3a SHA512 
954f1ede1bdbe821c1f2696739bd0a1e6e5bbf4ee7cf122e2baa4da1c9561a8db733e6972d28d0f8556ac22308924fd2b8342bb634fe008beec1debfd8e5567c
 WHIRLPOOL 
37ea642eeec688ac72f88a35a31a2bc5a1aa511555b48e41d2b8c5991ec58fc1e440581ecca9f03ff74f210ae5c9eeec47f7f95745fd5888ce7569720282dddc
 DIST youtube-dl-2015.11.02.tar.gz 1779176 SHA256 
5c5bc5a7fec405ed353bd7052a4a83e8782742d246b24af73393fe70c7b28d8c SHA512 
99425739bf8802e50e5d4e11acd9915cb558f735918f145e78bb3e2d587c0b978882ac339ecbb0c8570510ea5843e19017fd40b5b4a2fbc44e5806ebb14bbaf2
 WHIRLPOOL 
e80a4245cfa845cf3e27f19d04ba29af27d11ce5f5f69269633ea3200dbfbbee3afc7410aa7a34dcb03645568a96e1c1cc1ce285de768b1d6eb244a52251aa4f
+DIST youtube-dl-2015.11.10.tar.gz 1787156 SHA256 
c5a34ecbcf27ff34e1aae7c17732095309012e33ea9d1d4def613ca73f47e6be SHA512 
ccd65794fe230dbadbd5c53843a79c839b95405e6645de57551441c61d63c1e3eb8804b755b2743087ba9ef3f273b05dcebaa18676a7e99fc40a8648671a5b58
 WHIRLPOOL 
0fa988605a5c249002911beb7b39aac3710cc8e3cecedcf3a682f770f86cbf8e7395f335246634893ca52b5e7a55ab5b34c03ed25646f2085acbd04aead200ab

diff --git a/net-misc/youtube-dl/youtube-dl-2015.11.01.ebuild 
b/net-misc/youtube-dl/youtube-dl-2015.11.10.ebuild
similarity index 98%
rename from net-misc/youtube-dl/youtube-dl-2015.11.01.ebuild
rename to net-misc/youtube-dl/youtube-dl-2015.11.10.ebuild
index db29af2..7c5ab5b 100644
--- a/net-misc/youtube-dl/youtube-dl-2015.11.01.ebuild
+++ b/net-misc/youtube-dl/youtube-dl-2015.11.10.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=(python{2_7,3_3,3_4})
+PYTHON_COMPAT=(python{2_7,3_3,3_4,3_5})
 DISTUTILS_SINGLE_IMPL=true
 inherit bash-completion-r1 distutils-r1 eutils
 



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

2015-11-10 Thread Jeroen Roovers
commit: 6833a24b77944ff107e2fe8b801ff4fd84139086
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Nov 11 06:05:04 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Wed Nov 11 06:05:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6833a24b

dev-ruby/http-cookie: Stable for PPC64 (bug #564986).

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

 dev-ruby/http-cookie/http-cookie-1.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/http-cookie/http-cookie-1.0.2-r1.ebuild 
b/dev-ruby/http-cookie/http-cookie-1.0.2-r1.ebuild
index dbc2b33..749fa0e 100644
--- a/dev-ruby/http-cookie/http-cookie-1.0.2-r1.ebuild
+++ b/dev-ruby/http-cookie/http-cookie-1.0.2-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/sparklemotion/http-cookie";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ppc64 ~x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/domain_name-0.5:0"



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

2015-11-10 Thread Jeroen Roovers
commit: 282777a5465971f206acc46dc8b120c58f98bdd7
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Nov 11 06:03:46 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Wed Nov 11 06:03:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=282777a5

dev-ruby/unf: Stable for PPC64 (bug #564986).

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

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

diff --git a/dev-ruby/unf/unf-0.1.4.ebuild b/dev-ruby/unf/unf-0.1.4.ebuild
index 3a87c5b..bdc4907 100644
--- a/dev-ruby/unf/unf-0.1.4.ebuild
+++ b/dev-ruby/unf/unf-0.1.4.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/knu/ruby-unf";
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
 IUSE="test"
 
 ruby_add_rdepend "dev-ruby/unf_ext"



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

2015-11-10 Thread Jeroen Roovers
commit: 3566318ca8a3eb389ac4d022a9d639e8c721ad2f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Nov 11 06:03:00 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Wed Nov 11 06:03:00 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3566318c

dev-ruby/unf_ext: Stable for PPC64 (bug #564986).

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

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

diff --git a/dev-ruby/unf_ext/unf_ext-0.0.7.1.ebuild 
b/dev-ruby/unf_ext/unf_ext-0.0.7.1.ebuild
index 74c2b99..e5d970e 100644
--- a/dev-ruby/unf_ext/unf_ext-0.0.7.1.ebuild
+++ b/dev-ruby/unf_ext/unf_ext-0.0.7.1.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="http://sourceforge.jp/projects/unf/";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
 IUSE="doc test"
 
 ruby_add_bdepend "



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

2015-11-10 Thread Jeroen Roovers
commit: a788bc6d5c0c42d5ff32b81fb106c71434ebba6c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Nov 11 06:02:17 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Wed Nov 11 06:02:17 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a788bc6d

dev-ruby/shoulda: Stable for PPC64 (bug #564986).

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

 dev-ruby/shoulda/shoulda-2.11.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/shoulda/shoulda-2.11.3-r2.ebuild 
b/dev-ruby/shoulda/shoulda-2.11.3-r2.ebuild
index 6414375..9101622 100644
--- a/dev-ruby/shoulda/shoulda-2.11.3-r2.ebuild
+++ b/dev-ruby/shoulda/shoulda-2.11.3-r2.ebuild
@@ -19,7 +19,7 @@ RUBY_S="thoughtbot-${PN}-*"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 # tests seem to be quite broken :( They require working version of



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

2015-11-10 Thread Jeroen Roovers
commit: 6dbec5928f1455f9b4b540efcd5166035dee6bf5
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Nov 11 06:04:26 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Wed Nov 11 06:04:26 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dbec592

dev-ruby/domain_name: Stable for PPC64 (bug #564986).

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

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

diff --git a/dev-ruby/domain_name/domain_name-0.5.24.ebuild 
b/dev-ruby/domain_name/domain_name-0.5.24.ebuild
index 8d26b07..66b2a6e 100644
--- a/dev-ruby/domain_name/domain_name-0.5.24.ebuild
+++ b/dev-ruby/domain_name/domain_name-0.5.24.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/knu/ruby-domain_name";
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
 IUSE="test"
 
 ruby_add_rdepend ">=dev-ruby/unf-0.0.5-r1:0"



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

2015-11-10 Thread Jeroen Roovers
commit: fdc2371abd028768b955827a87e5e22d4107c859
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Nov 11 06:05:45 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Wed Nov 11 06:05:45 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdc2371a

dev-ruby/httpclient: Stable for PPC64 (bug #564986).

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

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

diff --git a/dev-ruby/httpclient/httpclient-2.6.0.1.ebuild 
b/dev-ruby/httpclient/httpclient-2.6.0.1.ebuild
index 0cae3c6..054c1b7 100644
--- a/dev-ruby/httpclient/httpclient-2.6.0.1.ebuild
+++ b/dev-ruby/httpclient/httpclient-2.6.0.1.ebuild
@@ -22,7 +22,7 @@ 
SRC_URI="https://github.com/nahi/httpclient/archive/v${PV}.tar.gz -> ${P}.tgz"
 LICENSE="Ruby"
 SLOT="0"
 
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ppc ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: www-plugins/adobe-flash/

2015-11-11 Thread Jeroen Roovers
commit: 3cd86e4aeaae1869f6e5b2d5d735188ac4a224fa
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Nov 11 11:02:57 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Wed Nov 11 11:03:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cd86e4a

www-plugins/adobe-flash: Old.

Package-Manager: portage-2.2.24

 www-plugins/adobe-flash/Manifest   |   3 -
 .../adobe-flash/adobe-flash-11.2.202.540.ebuild| 234 -
 2 files changed, 237 deletions(-)

diff --git a/www-plugins/adobe-flash/Manifest b/www-plugins/adobe-flash/Manifest
index e673d1a..b7f8ebb 100644
--- a/www-plugins/adobe-flash/Manifest
+++ b/www-plugins/adobe-flash/Manifest
@@ -1,6 +1,3 @@
-DIST adobe-flash-11.2.202.540-debug.i386.tar.gz 7436356 SHA256 
140b9023c07826548b3c3f23e55673b5436e158c4719fde01d129191b09c1bec SHA512 
aa31a5a93047549089be80eb0e84de88a110748517796f72594e37ca10e6c9c3439d58b152c443f0b9deda5c7baa371330d65f15e72765d0e8ab6f46d0b6f8f9
 WHIRLPOOL 
c6e67510f47b51dd192f6886f5461e6612f11b1debafab2ed04355f02d912bf242aa0519540b6e9a4794811995666fededf4155e8323678257d669d60c58a383
-DIST adobe-flash-11.2.202.540.i386.tar.gz 6954096 SHA256 
7e057c77d6da64d4c5d67fc0fe277980461c037475be433142439f225c9911d9 SHA512 
65f03be693a907d218cbfcfa21a0a07cd09d40e0cb8223c9cf7fc0588756b922cc79039ac3b38ba1ccbd7a82cc29fb9c6da2fc312d992232744eecc37ba59637
 WHIRLPOOL 
2c80f97e6dc4cf4bc184c294a4b93aa6ec224ba6c56fe8a427ca6fa818d0a3d745f69974ae0676e89fc6034e0935312827c2f13ce07b981c4e7300102bfc032d
-DIST adobe-flash-11.2.202.540.x86_64.tar.gz 7267851 SHA256 
262ab05038716cce20ce294cbc29d9ba384f68332f0a14945d3c19038b4dca7f SHA512 
55d1e3e5c426b083dcf64eb2de72f12e8a9d0866b6ea21cb524a0bba1895de976e25336f066ea912fbbb3cd06ebc4c2166acf933680f8b600ee76bb03985
 WHIRLPOOL 
85d7b8fd0480632663756db0e1df37b3c2bf3dc0aadb2e9d1443c297c6c7ba552728351e75e2d1fa920fbc995713207a9bcf77fbc2be0c53fe532ecfeaa15c48
 DIST adobe-flash-11.2.202.548-debug.i386.tar.gz 7436749 SHA256 
879a651c01094c5e9b29ef5cf750f11797b42c4af2aa54369486c5573902f805 SHA512 
ad016f69c67ec2cc35a6fb8b56febb2aee5e7139f0b5f3fcdb468479782db6d9d74afca91aa31426a6b3eadacf0321f8d6deb3ef60936592626bc19490061d09
 WHIRLPOOL 
7a978aa4e6d47f461dfc35b82f039f2a6171418d9e325e7fcc78a068acfdb205a3a123be36bf856637c4af204c53ae77b9fced189019f33f26e871c20431a8e5
 DIST adobe-flash-11.2.202.548.i386.tar.gz 6955598 SHA256 
88efdfbed760994383a815c78c8c2d5eaad2abc56557f54bd15f167c0b291294 SHA512 
c68d21964eaae22cff30512b4722ddc97749a2894dd742349dc2d8041d1bfba2544a347acc59ac7c8d1a545fa978349592cc643a3c2a06dd600ec9b781a051b9
 WHIRLPOOL 
0561012a01df3ff34c09fbe12043e85c1c4bb8e09c367fc289826fde889671d2e35d25d8d963dd59b8f4fb4e8ec5bd0c0eaf2be8b9e6d28e26ab2ad9d4e9bd34
 DIST adobe-flash-11.2.202.548.x86_64.tar.gz 7267290 SHA256 
62ec1da116e879233ef41d3c77bbe2e7ccb88ab2311d2bcba2e665c94e18e847 SHA512 
b57d48f8b9d2e29bd9771f793dc64335ec14cfe75d337b88262c75543e776dd56f73fe14180c987ad119413f6d8e4b43747cc2f0ca71b5d3e3772c1ec7fa7d16
 WHIRLPOOL 
20739eadc12b2e06266e2af7587b4581bbf0be0ede60aed5f608d7dbec5a3a9dd35a83388dc23375ddae145a06d38e65add50ee7de32408e410429c6aa148151

diff --git a/www-plugins/adobe-flash/adobe-flash-11.2.202.540.ebuild 
b/www-plugins/adobe-flash/adobe-flash-11.2.202.540.ebuild
deleted file mode 100644
index a77fb11..000
--- a/www-plugins/adobe-flash/adobe-flash-11.2.202.540.ebuild
+++ /dev/null
@@ -1,234 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit nsplugins toolchain-funcs versionator multilib multilib-minimal
-
-DESCRIPTION="Adobe Flash Player"
-HOMEPAGE="
-   http://www.adobe.com/products/flashplayer.html
-   http://get.adobe.com/flashplayer/
-"
-
-AF_URI="http://fpdownload.macromedia.com/get/flashplayer/pdc";
-AF_DB_URI="http://fpdownload.macromedia.com/pub/flashplayer/updaters";
-PV_M=$(get_major_version)
-AF_32_URI="${AF_URI}/${PV}/install_flash_player_${PV_M}_linux.i386.tar.gz -> 
${P}.i386.tar.gz"
-AF_64_URI="${AF_URI}/${PV}/install_flash_player_${PV_M}_linux.x86_64.tar.gz -> 
${P}.x86_64.tar.gz"
-AF_32_DB_URI="${AF_DB_URI}/${PV_M}/flashplayer_${PV_M}_plugin_debug.i386.tar.gz
 -> ${P}-debug.i386.tar.gz"
-
-SRC_URI="
-   abi_x86_32? (
-   !debug? ( ${AF_32_URI} )
-   debug? ( ${AF_32_DB_URI} )
-   )
-   abi_x86_64? ( ${AF_64_URI} )
-"
-IUSE="debug kde selinux cpu_flags_x86_sse2"
-REQUIRED_USE="
-   cpu_flags_x86_sse2
-   debug? ( abi_x86_32 )
-   || ( abi_x86_64 abi_x86_32 )
-"
-SLOT="0"
-
-KEYWORDS="-* amd64 x86"
-LICENSE="AdobeFlash-11.x"
-RESTRICT="strip mirror"
-
-S="${WORKDIR}"
-
-NATIVE_DEPS="
-   dev-libs/atk
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   kde? (
-

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

2015-11-11 Thread Jeroen Roovers
commit: 4bfb3cc22ec737d0e7245f553a43ac0f3de98a1b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Nov 12 06:22:58 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Thu Nov 12 06:22:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bfb3cc2

x11-misc/dmenu: Re-add USE=savedconfig by Balint SZENTE (bug #565530).

Package-Manager: portage-2.2.24

 x11-misc/dmenu/dmenu-.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-misc/dmenu/dmenu-.ebuild b/x11-misc/dmenu/dmenu-.ebuild
index f5f8bf6..65eabbb 100644
--- a/x11-misc/dmenu/dmenu-.ebuild
+++ b/x11-misc/dmenu/dmenu-.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-inherit eutils git-r3 toolchain-funcs
+inherit eutils git-r3 savedconfig toolchain-funcs
 
 DESCRIPTION="a generic, highly customizable, and efficient menu for the X 
Window System"
 HOMEPAGE="http://tools.suckless.org/dmenu/";
@@ -35,7 +35,7 @@ src_prepare() {
 
epatch "${FILESDIR}"/${P}-gentoo.patch
 
-   epatch_user
+   restore_config config.def.h
 }
 
 src_compile() {
@@ -54,4 +54,6 @@ src_compile() {
 
 src_install() {
emake DESTDIR="${D}" PREFIX="/usr" install
+
+   save_config config.def.h
 }



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

2015-11-11 Thread Jeroen Roovers
commit: 6059d20b67af712842f1bc09f290f632e495cd79
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Nov 12 06:56:57 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Thu Nov 12 06:57:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6059d20b

x11-misc/xpad: Version bump (bug #565528 by Jonas Stein).

Package-Manager: portage-2.2.24

 x11-misc/xpad/Manifest   |  1 +
 x11-misc/xpad/files/xpad-4.1-glib_includes.patch | 14 -
 x11-misc/xpad/xpad-4.5.0.ebuild  | 37 
 3 files changed, 38 insertions(+), 14 deletions(-)

diff --git a/x11-misc/xpad/Manifest b/x11-misc/xpad/Manifest
index ccda068..f89fc76 100644
--- a/x11-misc/xpad/Manifest
+++ b/x11-misc/xpad/Manifest
@@ -1 +1,2 @@
 DIST xpad-4.2.tar.bz2 244275 SHA256 
d51b0e5f813a790ca55c3a0390650cbe1c567407e0f224b8b23c6f49403ea813 SHA512 
4d619c9198198f4380d37b29243b76069c0e036fd30d7c6e2aa9105e8b7b1e0520c0c35fbf71f6cbd58be4a8799ddb04602694971cb46f70789b732eaa4d59b7
 WHIRLPOOL 
69166df7b1dd9be00115a13e2b9dcdb17a2bc7926e285cf2a9aee1ade9e1bb0d3fd19fc98e4c131510aa4f66332394676fb083019e3c02a8a399b76919e499d5
+DIST xpad-4.5.0.tar.bz2 1907957 SHA256 
f870cefc92593febf266bb0f90ceb0feeb4af7eb1033625fca50933701a7b9e8 SHA512 
b12f35dc2f7b05a233d293cd837f0cd549c00e1ae6f7b4b9eeb48347b4605dc66d9c261fd3475f25189bef1d46917c8281ec088e2d441a182a9a8c356d75ac87
 WHIRLPOOL 
1c2bf4041560c66c118fb1dbd5077b8d70ba628ad3e149915b25709d6325c10f3820fab46fe1a6c18d7b74e3a706aece80f1242be5c54a19167a7de74d365cde

diff --git a/x11-misc/xpad/files/xpad-4.1-glib_includes.patch 
b/x11-misc/xpad/files/xpad-4.1-glib_includes.patch
deleted file mode 100644
index 752e9ca..000
--- a/x11-misc/xpad/files/xpad-4.1-glib_includes.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: Don't directly include glib2 header files.
-Author: Kyrill Detinov 
-Index: src/xpad-undo.c
-===
 a/src/xpad-undo.c
-+++ b/src/xpad-undo.c
-@@ -23,7 +23,6 @@ Foundation, Inc., 59 Temple Place, Suite
- #include "../config.h"
- #include 
- #include 
--#include 
- #include "xpad-undo.h"
- #include "xpad-text-buffer.h"
- 

diff --git a/x11-misc/xpad/xpad-4.5.0.ebuild b/x11-misc/xpad/xpad-4.5.0.ebuild
new file mode 100644
index 000..c211513
--- /dev/null
+++ b/x11-misc/xpad/xpad-4.5.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit versionator
+
+XPAD_MAJOR_MINOR=$(get_version_component_range 1-2)
+
+DESCRIPTION="a sticky note application for jotting down things to remember"
+HOMEPAGE="http://mterry.name/xpad";
+SRC_URI="https://launchpad.net/${PN}/trunk/${XPAD_MAJOR_MINOR}/+download/${P}.tar.bz2";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd"
+
+RDEPEND="
+   >=dev-libs/glib-2.40:2
+   app-accessibility/at-spi2-atk
+   dev-libs/atk
+   sys-devel/gettext
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/gtksourceview:3.0
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/pango
+"
+DEPEND="
+   ${RDEPEND}
+   >=dev-util/intltool-0.31
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )



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

2015-11-11 Thread Jeroen Roovers
commit: d8b32261265a31de25fcfbcdc02783055480191c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Nov 12 07:33:55 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Thu Nov 12 07:33:55 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8b32261

net-analyzer/wireshark: Version bump.

Package-Manager: portage-2.2.24

 net-analyzer/wireshark/Manifest | 2 +-
 .../{wireshark-2.0.0_rc2.ebuild => wireshark-2.0.0_rc3.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/wireshark/Manifest b/net-analyzer/wireshark/Manifest
index 4eccaea..40505a0 100644
--- a/net-analyzer/wireshark/Manifest
+++ b/net-analyzer/wireshark/Manifest
@@ -1,3 +1,3 @@
 DIST wireshark-1.12.7.tar.bz2 29202490 SHA256 
c74a1c14e72ce0f198a93d832e71742c7f312cbbe719e5def9ecef176860f92c SHA512 
a4012fa56e8b99e5fb072c1fb82c783a547395ddb013a9473858fdf9fa99270313d6059f9ee210d56c00f420bbad9cab30bdd3c45e9ff07d4f5967c18d1d0f38
 WHIRLPOOL 
84c60871fb1d8022885108c97323a892bc9ee035fc421e1e96b76819291337e8d0026be6c77e62f03582fb854188535e5fceb50eb17830f5b1a3ff69b3474d4c
 DIST wireshark-1.12.8.tar.bz2 29216939 SHA256 
357e0a4e49525d80cdc740bb16539fcdb526ad38cc2ed6cabedafc9bdee5c7e7 SHA512 
24ad130d9d0718e610f7def2a08e976871205032b4b4b5269c3ae54894c4121fa3b21a0bc6e45e9c2a41119f5553416d5c452dadf7b02f17e7803511d33809f5
 WHIRLPOOL 
ede6a80e914c4694df9ef6753b65af09c7efadb7d6e3c193fa30871de9e673dac8f7a1f185c3b6ca0a316601d720e141dbe817af2a3a930ec870a75f67cde5a9
-DIST wireshark-2.0.0rc2.tar.bz2 30838572 SHA256 
b1d2139bd1e1b008337546059beece59e24387e7b96c3d691203f0ce1881b6c8 SHA512 
120bad8bd75c37dc1b12f3878aee68669843f779b6f440e07f106faa354ba5a5b436d8076d9f8e68508c5f23e92e0e30c8e4ce094bca0954cad6502eb24f5451
 WHIRLPOOL 
de476509e20ca457a7ea06e31f3e8708f085e6c7e584a91d88a81f5a6b43249fa612b5e01d464a18356b91da238dcb66d5529c8826277d0d1e2ba117a0d48eee
+DIST wireshark-2.0.0rc3.tar.bz2 30951707 SHA256 
11f46b2d202f923c87a0b8e1a07bd9910bbcc5c265c69de3a23dde82e0f647e3 SHA512 
42c914ff600306a81616d7fb7dda90e0c11af05ff226c23fee0c21b62ad8db63f3cbe4201c93bc265a797dcd9927c0e0201602d2af7a869167f015232f149782
 WHIRLPOOL 
97a133a0cc8862cb9bebe29eae14c01ab0d7a5146256d54604a88a170ed7ed86658989e616b99d62d920866f8f5a120fc633c38b81114132a18795c61e037d9d

diff --git a/net-analyzer/wireshark/wireshark-2.0.0_rc2.ebuild 
b/net-analyzer/wireshark/wireshark-2.0.0_rc3.ebuild
similarity index 100%
rename from net-analyzer/wireshark/wireshark-2.0.0_rc2.ebuild
rename to net-analyzer/wireshark/wireshark-2.0.0_rc3.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/, net-analyzer/wireshark/files/

2015-11-11 Thread Jeroen Roovers
commit: 23f9b505007a260c5ebb966aacf3108e10968e90
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Nov 12 07:42:13 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Thu Nov 12 07:42:13 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23f9b505

net-analyzer/wireshark: Old.

Package-Manager: portage-2.2.24

 net-analyzer/wireshark/Manifest|   1 -
 .../wireshark-1.11.3-gtk-deprecated-warnings.patch |  29 ---
 net-analyzer/wireshark/wireshark-1.12.7.ebuild | 258 -
 3 files changed, 288 deletions(-)

diff --git a/net-analyzer/wireshark/Manifest b/net-analyzer/wireshark/Manifest
index 40505a0..4459e4c 100644
--- a/net-analyzer/wireshark/Manifest
+++ b/net-analyzer/wireshark/Manifest
@@ -1,3 +1,2 @@
-DIST wireshark-1.12.7.tar.bz2 29202490 SHA256 
c74a1c14e72ce0f198a93d832e71742c7f312cbbe719e5def9ecef176860f92c SHA512 
a4012fa56e8b99e5fb072c1fb82c783a547395ddb013a9473858fdf9fa99270313d6059f9ee210d56c00f420bbad9cab30bdd3c45e9ff07d4f5967c18d1d0f38
 WHIRLPOOL 
84c60871fb1d8022885108c97323a892bc9ee035fc421e1e96b76819291337e8d0026be6c77e62f03582fb854188535e5fceb50eb17830f5b1a3ff69b3474d4c
 DIST wireshark-1.12.8.tar.bz2 29216939 SHA256 
357e0a4e49525d80cdc740bb16539fcdb526ad38cc2ed6cabedafc9bdee5c7e7 SHA512 
24ad130d9d0718e610f7def2a08e976871205032b4b4b5269c3ae54894c4121fa3b21a0bc6e45e9c2a41119f5553416d5c452dadf7b02f17e7803511d33809f5
 WHIRLPOOL 
ede6a80e914c4694df9ef6753b65af09c7efadb7d6e3c193fa30871de9e673dac8f7a1f185c3b6ca0a316601d720e141dbe817af2a3a930ec870a75f67cde5a9
 DIST wireshark-2.0.0rc3.tar.bz2 30951707 SHA256 
11f46b2d202f923c87a0b8e1a07bd9910bbcc5c265c69de3a23dde82e0f647e3 SHA512 
42c914ff600306a81616d7fb7dda90e0c11af05ff226c23fee0c21b62ad8db63f3cbe4201c93bc265a797dcd9927c0e0201602d2af7a869167f015232f149782
 WHIRLPOOL 
97a133a0cc8862cb9bebe29eae14c01ab0d7a5146256d54604a88a170ed7ed86658989e616b99d62d920866f8f5a120fc633c38b81114132a18795c61e037d9d

diff --git 
a/net-analyzer/wireshark/files/wireshark-1.11.3-gtk-deprecated-warnings.patch 
b/net-analyzer/wireshark/files/wireshark-1.11.3-gtk-deprecated-warnings.patch
deleted file mode 100644
index 1e87ce6..000
--- 
a/net-analyzer/wireshark/files/wireshark-1.11.3-gtk-deprecated-warnings.patch
+++ /dev/null
@@ -1,29 +0,0 @@
 a/configure.ac
-+++ b/configure.ac
-@@ -1491,26 +1491,6 @@
-   wireshark_man=""
- fi
- 
--if test "$have_gtk" = "yes" ; then
--  # If we have GTK then add flags for it.
--
--  CPPFLAGS="-DGDK_PIXBUF_DISABLE_DEPRECATED $CPPFLAGS"
--  CPPFLAGS="-DGDK_DISABLE_DEPRECATED $CPPFLAGS"
--  if test \( $gtk_config_major_version -eq 3 -a $gtk_config_minor_version 
-ge 10 \) ; then
--  ## Allow use of deprecated & disable deprecated warnings if Gtk 
>= 3.10;
--  ##  The deprecations in Gtk 3.10 will not be fixed ...
--  CPPFLAGS="-DGDK_DISABLE_DEPRECATION_WARNINGS $CPPFLAGS"
--  else
--  CPPFLAGS="-DGTK_DISABLE_DEPRECATED $CPPFLAGS"
--  fi
--  CPPFLAGS="-DGTK_DISABLE_SINGLE_INCLUDES $CPPFLAGS"
--  if test ! \( $gtk_config_major_version -eq 2 -a 
$gtk_config_minor_version -lt 20 \) ; then
--  # Enable GSEAL when building with GTK > 2.20
--  # (Versions prior to 2.22 lacked some necessary accessors.)
--  CPPFLAGS="-DGSEAL_ENABLE $CPPFLAGS"
--  fi
--fi
--
- # XXX - Is this really necessary?  When we build with both Gtk+ and Qt it 
works...
- if test "$use_glib_cflags" = "true"; then
-   # Use GLIB_CFLAGS

diff --git a/net-analyzer/wireshark/wireshark-1.12.7.ebuild 
b/net-analyzer/wireshark/wireshark-1.12.7.ebuild
deleted file mode 100644
index d7c8afd..000
--- a/net-analyzer/wireshark/wireshark-1.12.7.ebuild
+++ /dev/null
@@ -1,258 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils fcaps flag-o-matic multilib qmake-utils qt4-r2 user
-
-DESCRIPTION="A network protocol analyzer formerly known as ethereal"
-HOMEPAGE="http://www.wireshark.org/";
-SRC_URI="${HOMEPAGE}download/src/all-versions/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0/${PV}"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="
-   adns +caps crypt doc doc-pdf geoip +gtk3 ipv6 kerberos lua +netlink 
+pcap
-   portaudio +qt4 qt5 sbc selinux smi ssl zlib
-"
-REQUIRED_USE="
-   ssl? ( crypt )
-   ?? ( qt4 qt5 )
-"
-
-GTK_COMMON_DEPEND="
-   x11-libs/gdk-pixbuf
-   x11-libs/pango
-   x11-misc/xdg-utils
-"
-CDEPEND="
-   >=dev-libs/glib-2.14:2
-   netlink? ( dev-libs/libnl:3 )
-   adns? ( >=net-dns/c-ares-1.5 )
-   crypt? ( dev-libs/libgcrypt:0 )
-   caps? ( sys-l

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

2015-11-11 Thread Jeroen Roovers
commit: e401e1177b777511956aaf26a536e4755da79b19
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Nov 12 07:47:11 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Thu Nov 12 07:47:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e401e117

dev-util/debootstrap: Version bump.

Package-Manager: portage-2.2.24

 dev-util/debootstrap/Manifest  | 2 +-
 .../{debootstrap-1.0.73.ebuild => debootstrap-1.0.75.ebuild}   | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-util/debootstrap/Manifest b/dev-util/debootstrap/Manifest
index 407c9ab..395bae1 100644
--- a/dev-util/debootstrap/Manifest
+++ b/dev-util/debootstrap/Manifest
@@ -1,4 +1,4 @@
 DIST debootstrap_1.0.67.tar.gz 61863 SHA256 
0a12e0a2bbff185d47711a716b1f2734856100e8784361203e834fed0cffa51b SHA512 
751cfabdcefa6de099f12377f4e5ac611d97952197040c8d194abc0ac8f3abd59c21110828592bfa2c7a92299db57fe8c6ee0991e11894470f444a71cfd25151
 WHIRLPOOL 
64acdd3bda9f901b90621a1ce26671075f1a24da748b00ffc1ef9d554fb6ef04bed964988679a168df9e82780a30876c48b6d381dcbe41bd9a7c0f5a8119b261
-DIST debootstrap_1.0.73.tar.gz 61236 SHA256 
dc24580ff9decfba8087cadd094932b54b42a113d6de80622de5ca82ee7f6653 SHA512 
41beca3c71af3f97d87d2dc05ec8ef896f34dc8a7a2002d3072680b5c26da3245c72e77ad51699cf25f654941e5f9aec9c73c4bd7f31b8b290969b039e1d
 WHIRLPOOL 
26a3b528aa52356c1adaac0559d75109c892d8427aa29e400706dabe344b3940b50bbc7c381b8ce1f39a337a887fbc5b3b19471b92368b251a508bc7e9c93130
 DIST debootstrap_1.0.74.tar.gz 62347 SHA256 
ae1d1a8d6212f7721be489608230a185721b798d114f8c56b67c4a5e123586bf SHA512 
19c2cbbe66eafab73715f0449d84a689f8f1c766ecb14496e6eb77d792a7950d181d2e1bf9b07c8b27d692f94b8e247174d0a04200fb0404a9f3b17d7a898b83
 WHIRLPOOL 
652e71cb300c7dd672a8bb40b39ccf017a4b07f468d75b1d306160701065a34b398f44a6f897415388920f2982cd6c0ee40a64e38caf23e0e1ee3bf0a5f7
+DIST debootstrap_1.0.75.tar.gz 61897 SHA256 
4fdc5daf7bce3816a7faa916e7cbd6d45357f241f0d845bec0015c06fd7c7cd6 SHA512 
bbf4a9e33ee0b398064aa12ba77c7e2ad8fba0e050a8d821341c9c065f8554476aaa6c67f93e3255f85828b98643080f331aee9de6a901a9d5fb5cbcb8ed6beb
 WHIRLPOOL 
dca8e385102ef03ea970320fc1fea8a8f44fc09b78384591911df046afb0f14157e90fafb3cf8c021ea7568e22eea9f26674eb07cfb25b21ed72810cf0957c7a
 DIST devices.tar.gz 47835 SHA256 
0d93f93c8b21160069d14e74f8f990a2e0e1e5a90dc828b29e6b3f5aa5829e48 SHA512 
994ec8d72e3d52d2d872f7ff0da2336e4cbd3a5fa73bb6cdb9e06f5e7f5b8c69cea639c738fdba1186f382d6dcf62e7746fface664bfbd744aac24b16f034432
 WHIRLPOOL 
222963bb920e1311bc2f481bba04e49f386b60cce6ce0576424896277e0c4fc6a339d4403d587744c32b0bfb1db6391f200fa8d66117e3f21e1c12f35365d732

diff --git a/dev-util/debootstrap/debootstrap-1.0.73.ebuild 
b/dev-util/debootstrap/debootstrap-1.0.75.ebuild
similarity index 99%
rename from dev-util/debootstrap/debootstrap-1.0.73.ebuild
rename to dev-util/debootstrap/debootstrap-1.0.75.ebuild
index f462aee..8c30ccb 100644
--- a/dev-util/debootstrap/debootstrap-1.0.73.ebuild
+++ b/dev-util/debootstrap/debootstrap-1.0.75.ebuild
@@ -20,9 +20,10 @@ RDEPEND="
sys-devel/binutils
 "
 
-S=${WORKDIR}/${PN}
 DOCS=( TODO debian/changelog )
 
+S=${WORKDIR}/${PN}
+
 src_unpack() {
unpack ${PN}_${PV}.tar.gz
cp "${DISTDIR}"/devices.tar.gz "${S}"



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

2015-11-11 Thread Jeroen Roovers
commit: 090c9f0408c3098749fdbb738afc1d14d7ef05c0
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Nov 12 07:57:47 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Thu Nov 12 07:57:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=090c9f04

dev-ruby/rmagick: Stable for HPPA PPC64 (bug #556720).

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

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

diff --git a/dev-ruby/rmagick/rmagick-2.13.4.ebuild 
b/dev-ruby/rmagick/rmagick-2.13.4.ebuild
index a1febe9..515a8a8 100644
--- a/dev-ruby/rmagick/rmagick-2.13.4.ebuild
+++ b/dev-ruby/rmagick/rmagick-2.13.4.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/gemhome/rmagick";
 
 LICENSE="Artistic"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~mips ~ppc ~ppc64 x86 ~x86-macos"
+KEYWORDS="amd64 hppa ~mips ~ppc ppc64 x86 ~x86-macos"
 IUSE="doc"
 
 # Since 2.13.3 rmagick now supports HDRI enabled, but with it enabled



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

2015-11-11 Thread Jeroen Roovers
commit: 4aebcf700fcefa310fbe707640a123c74f9ef3a3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Nov 12 07:56:58 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Thu Nov 12 07:56:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aebcf70

dev-ruby/tins: Stable for HPPA PPC64 (bug #565436).

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

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

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



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

2015-11-12 Thread Jeroen Roovers
commit: 776b3aca78cc9f34d9e9d6b7698f8be34fefbe7e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Nov 12 08:13:09 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Thu Nov 12 08:13:09 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=776b3aca

dev-libs/libxml2: Stable for PPC64 (bug #560524).

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

 dev-libs/libxml2/libxml2-2.9.2-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libxml2/libxml2-2.9.2-r4.ebuild 
b/dev-libs/libxml2/libxml2-2.9.2-r4.ebuild
index 5ce0fa9..3bdd3c6 100644
--- a/dev-libs/libxml2/libxml2-2.9.2-r4.ebuild
+++ b/dev-libs/libxml2/libxml2-2.9.2-r4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.xmlsoft.org/";
 
 LICENSE="MIT"
 SLOT="2"
-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 ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+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 ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="debug examples icu ipv6 lzma python readline static-libs test"
 
 XSTS_HOME="http://www.w3.org/XML/2004/xml-schema-test-suite";



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

2015-11-12 Thread Jeroen Roovers
commit: c83152800ca679a1e142efcd42a330ca453eef1f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Nov 12 08:25:50 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Thu Nov 12 08:26:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8315280

dev-libs/libxml2: Stable for HPPA (bug #560524).

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

 dev-libs/libxml2/libxml2-2.9.2-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libxml2/libxml2-2.9.2-r4.ebuild 
b/dev-libs/libxml2/libxml2-2.9.2-r4.ebuild
index 3bdd3c6..ccc3cac 100644
--- a/dev-libs/libxml2/libxml2-2.9.2-r4.ebuild
+++ b/dev-libs/libxml2/libxml2-2.9.2-r4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.xmlsoft.org/";
 
 LICENSE="MIT"
 SLOT="2"
-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 ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+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 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="debug examples icu ipv6 lzma python readline static-libs test"
 
 XSTS_HOME="http://www.w3.org/XML/2004/xml-schema-test-suite";



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

2015-11-12 Thread Jeroen Roovers
commit: 58698d49d66ef929bd091d764c15af97d1ad16eb
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Nov 12 15:36:25 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Thu Nov 12 15:36:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58698d49

net-analyzer/net-snmp: Add a hack to ensure /etc/mtab is found (bug #565136).

Package-Manager: portage-2.2.24

 net-analyzer/net-snmp/net-snmp-5.7.3-r3.ebuild | 186 +
 1 file changed, 186 insertions(+)

diff --git a/net-analyzer/net-snmp/net-snmp-5.7.3-r3.ebuild 
b/net-analyzer/net-snmp/net-snmp-5.7.3-r3.ebuild
new file mode 100644
index 000..f26eb73
--- /dev/null
+++ b/net-analyzer/net-snmp/net-snmp-5.7.3-r3.ebuild
@@ -0,0 +1,186 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+DISTUTILS_SINGLE_IMPL=yesplz
+DISTUTILS_OPTIONAL=yesplz
+WANT_AUTOMAKE=none
+PATCHSET=2
+GENTOO_DEPEND_ON_PERL=no
+
+inherit autotools distutils-r1 eutils perl-module systemd
+
+DESCRIPTION="Software for generating and retrieving SNMP data"
+HOMEPAGE="http://net-snmp.sourceforge.net/";
+SRC_URI="
+   mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz
+   https://dev.gentoo.org/~jer/${PN}-5.7.3-patches-${PATCHSET}.tar.xz
+"
+
+S=${WORKDIR}/${P/_/.}
+
+# GPL-2 for the init scripts
+LICENSE="HPND BSD GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+IUSE="bzip2 doc elf ipv6 libressl mfd-rewrites minimal perl python rpm selinux 
ssl tcpd X zlib lm_sensors ucd-compat pci netlink mysql"
+
+COMMON_DEPEND="
+   ssl? (
+   !libressl? ( >=dev-libs/openssl-0.9.6d:0 )
+   libressl? ( dev-libs/libressl )
+   )
+   tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
+   rpm? (
+   app-arch/rpm
+   dev-libs/popt
+   )
+   bzip2? ( app-arch/bzip2 )
+   zlib? ( >=sys-libs/zlib-1.1.4 )
+   elf? ( dev-libs/elfutils )
+   python? (
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${PYTHON_DEPS}
+   )
+   pci? ( sys-apps/pciutils )
+   lm_sensors? ( sys-apps/lm_sensors )
+   netlink? ( dev-libs/libnl:3 )
+   mysql? ( virtual/mysql )
+   perl? ( dev-lang/perl:= )
+"
+DEPEND="
+   ${COMMON_DEPEND}
+   doc? ( app-doc/doxygen )
+"
+RDEPEND="
+   ${COMMON_DEPEND}
+   perl? (
+   X? ( dev-perl/perl-tk )
+   !minimal? ( dev-perl/TermReadKey )
+   )
+   selinux? ( sec-policy/selinux-snmp )
+"
+
+REQUIRED_USE="
+   python? ( ${PYTHON_REQUIRED_USE} )
+   rpm? ( bzip2 zlib )
+"
+
+RESTRICT=test
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   # snmpconf generates config files with proper selinux context
+   use selinux && epatch "${FILESDIR}"/${PN}-5.1.2-snmpconf-selinux.patch
+
+   epatch "${WORKDIR}"/patches/*.patch
+
+   epatch_user
+
+   eautoconf
+}
+
+src_configure() {
+   # keep this in the same line, configure.ac arguments are passed down to 
config.h
+   local mibs="host ucd-snmp/dlmod ucd-snmp/diskio ucd-snmp/extensible 
mibII/mta_sendmail smux etherlike-mib/dot3StatsTable"
+   use lm_sensors && mibs="${mibs} ucd-snmp/lmsensorsMib"
+
+   # Assume /etc/mtab is not present with a recent baselayout/openrc (bug 
#565136)
+   use kernel_linux && export ac_cv_ETC_MNTTAB=/etc/mtab
+
+   econf \
+   $(use_enable !ssl internal-md5) \
+   $(use_enable ipv6) \
+   $(use_enable mfd-rewrites) \
+   $(use_enable perl embedded-perl) \
+   $(use_enable ucd-compat ucd-snmp-compatibility) \
+   $(use_with bzip2) \
+   $(use_with elf) \
+   $(use_with mysql) \
+   $(use_with netlink nl) \
+   $(use_with pci) \
+   $(use_with perl perl-modules INSTALLDIRS=vendor) \
+   $(use_with python python-modules) \
+   $(use_with rpm) \
+   $(use_with ssl openssl) \
+   $(use_with tcpd libwrap) \
+   $(use_with zlib) \
+   --enable-shared --disable-static \
+   --with-default-snmp-version="3" \
+   --with-install-prefix="${D}" \
+   --with-ldflags="${LDFLAGS}" \
+   --with-logfile="/var/log/net-snmpd.log" \
+   --with-mib-modules="${mibs}" \
+   --with-persistent-directory="/var/lib/net-snmp" \
+   --with-sys-contact="root@Unknown" \
+   --with-sys-location=&quo

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

2015-11-12 Thread Jeroen Roovers
commit: f35c30d1396a7ac2bca3c4490690968d35d082b1
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Nov 13 05:45:14 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Fri Nov 13 05:45:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f35c30d1

www-client/opera-developer: Version bump.

Package-Manager: portage-2.2.24

 www-client/opera-developer/Manifest   | 4 ++--
 ...eveloper-34.0.2026.0.ebuild => opera-developer-34.0.2044.0.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 974da8c..ecd089e 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,4 +1,4 @@
-DIST opera-developer_34.0.2026.0_amd64.deb 44951736 SHA256 
ecac95cabab9f8c4009a1e9fb574404e571072bc717e9a24b551233e8af43bfd SHA512 
6e720e36ab791f7293fee8ac0de0613789a250e83c8cd27fe6e4bd95aafef0f931045b8029c5d9ada04c7bac9140092178e76dfa05148765478db89af53add76
 WHIRLPOOL 
b639342882186e1ea9fcbb095303ec329f1fb37a161dd292acd19b9b8a64724097da6044fd8c5cfc0124c973f338c95396713bababbdc2bf1a293f070d45b406
-DIST opera-developer_34.0.2026.0_i386.deb 45873134 SHA256 
d6d02431a60c68c03581b2414dad818a4228f17969361c6df42f7c37bb5bc2ad SHA512 
94fdf3eeca342ce105f905d5149227517b8c859d4ed41ba829b52f95b6609ea4dd8bafe981b0edfac1a3072e4d687060c40b8bbc3b8eabfef04fa0afc4e3edf2
 WHIRLPOOL 
645bf185625b9a153cb84962fb25dc33aa4f670d9ee667d72d7c05982f41cb0793c27bf052d914479b1f6d358977cd029934f9dd82fbe19fe7ce7611e1416f6e
 DIST opera-developer_34.0.2036.2_amd64.deb 44767818 SHA256 
ad857569cf2dc3128f935f9e00fae516a71710a7d2d83e49aa62b5ff64ab126f SHA512 
2917e8e6fab07133daa6212ff8ce0a1c255f44ca0d345f9b799e2985611ef74713c65ea15fd8f784a04841a2537056f8bf663e8462b5d47f276c9e12dbe1f584
 WHIRLPOOL 
42237dccf22f31e96f34ac880d0324375d7d4d37404034f7e1f52bf9f77a5eec2830e6fe1ecd33c7f4eed0bf3ed5d1b857790d9c22acc1b83388b83ebcb9d86f
 DIST opera-developer_34.0.2036.2_i386.deb 46207402 SHA256 
7514f18d4a89d04523298c16af67aeb5c18f880e5e35eb2cf8c045d8e1431232 SHA512 
dba479cf44de598c790a50fc377821e60407f971a02b9938206070b667bb2f53627434c16e67543c41a0bf8cece0f6144812cec3b5ff1325aa8af722259ee538
 WHIRLPOOL 
754f2e282ca9d4877799165e112f244667e054eb1580abdcc9193fd608203786d4930b77e2c9fc2a96887db4ec49a9c458f69232d15de40684c499e153ff6168
+DIST opera-developer_34.0.2044.0_amd64.deb 45619964 SHA256 
2997a0ceb39dc0f6d13d2e9df351091ee6acd8e673fb696c9ba76284367ca64b SHA512 
732587283c70d29478b4e8fcd419a997ca6bc2aa3616d2a3bea431500dfbd4f26ef181ac9bd5fa17bccdf2eb5004524a9c8049d63ec5bb55e2bf0b4cbf1b44eb
 WHIRLPOOL 
8e447231427031f1157780a3de6904ab26fcd969af63de9dda04771debd66714517725fbeb569b4d5dfba3fb885cc11ba8a09d20276e8547b135217928df68ea
+DIST opera-developer_34.0.2044.0_i386.deb 46197964 SHA256 
8110149a5e709e70abe2c08a33b9932e79c0fda6306ccd33b3c121c7ef524d4f SHA512 
c006a35b67d886b47cf86d3779bdf51bce666f329401afcca3f298088a5622ac97f00954f597577c85b59851a7cbaadb364736addb3011027a159fbf96353b13
 WHIRLPOOL 
91807d8158ba90602403637678d08eb380784c0dac939f29fe235d4b001775682f883dff9615e9e060261d8dd0798dc0ec145b85328e6e277c89390e4e986b6b

diff --git a/www-client/opera-developer/opera-developer-34.0.2026.0.ebuild 
b/www-client/opera-developer/opera-developer-34.0.2044.0.ebuild
similarity index 100%
rename from www-client/opera-developer/opera-developer-34.0.2026.0.ebuild
rename to www-client/opera-developer/opera-developer-34.0.2044.0.ebuild



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

2015-11-12 Thread Jeroen Roovers
commit: c7a21187b22b08dd85203574f5aefc1f6c044d6d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Nov 13 06:32:44 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Fri Nov 13 06:32:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a21187

dev-libs/libxslt: Stable for PPC64 (bug #558822).

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

 dev-libs/libxslt/libxslt-1.1.28-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libxslt/libxslt-1.1.28-r5.ebuild 
b/dev-libs/libxslt/libxslt-1.1.28-r5.ebuild
index e25e7f2..520db29 100644
--- a/dev-libs/libxslt/libxslt-1.1.28-r5.ebuild
+++ b/dev-libs/libxslt/libxslt-1.1.28-r5.ebuild
@@ -15,7 +15,7 @@ SRC_URI="ftp://xmlsoft.org/${PN}/${P}.tar.gz";
 
 LICENSE="MIT"
 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 ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+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 ~ia64-hpux ~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="crypt debug examples python static-libs"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2015-11-12 Thread Jeroen Roovers
commit: 3a3510ff7faa4d33ad81505b4593dac3157f62f8
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Nov 13 06:58:59 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Fri Nov 13 06:58:59 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a3510ff

media-sound/ncmpcpp: Old.

Package-Manager: portage-2.2.24

 media-sound/ncmpcpp/Manifest |  1 -
 media-sound/ncmpcpp/ncmpcpp-0.6.5.ebuild | 65 
 2 files changed, 66 deletions(-)

diff --git a/media-sound/ncmpcpp/Manifest b/media-sound/ncmpcpp/Manifest
index 9846437..2c6b747 100644
--- a/media-sound/ncmpcpp/Manifest
+++ b/media-sound/ncmpcpp/Manifest
@@ -1,4 +1,3 @@
-DIST ncmpcpp-0.6.5.tar.bz2 429699 SHA256 
51128f6835c592c8d4367a66b08e06a9419a86c9d5c6e91d0f1dc73af56cd1fd SHA512 
b120bd3c0697d51755e04908d29ddd4180ae662d3f02d60e967ccbefca87471eaf0dcf4ebed5d76203b7a0a6dd17a397f318a65087c1b8ec1e3fb4178964e581
 WHIRLPOOL 
c4fa51645de9f1c7a530ee06113bc0fce5954d155112de4921dec2af5da58465b646c193f8359708b51619ec5f0fc9968680ec22549f97352f9309006499c77b
 DIST ncmpcpp-0.6.7.tar.bz2 429687 SHA256 
08807dc515b4e093154a6e91cdd17ba64ebedcfcd7aa34d0d6eb4d4cc28a217b SHA512 
2161a9799c218fe506aa7645338c6e5b32bc6fcb8ee5bcdc76484a068242ae39fd884ece845e1c2f895305d2e6867a3074c266548322f80766c1b8dfeb5d39bb
 WHIRLPOOL 
9f1e4cda03fcb36c79c34a921e8bd272d1875b96a497c2af0a68f2928e82d0ecce208cd08c89a79643106c284757b85eb0f57bcd241f213c3f5d1bdbad087247
 DIST ncmpcpp-0.6.8.tar.bz2 431213 SHA256 
ee81f3fdb2a4b670b5e2617f6489f154e69a552e68fc550b1e20ad85f526e692 SHA512 
e474bd4122212c34d7043adf7b68aeaaa2e9b5a999840b7e8632d251bdab17f5314fca03bdf2b8eee5de2572d3e5c602d87a1f89889ab7c747321e4272f63ebc
 WHIRLPOOL 
98b7f67246943970018a94c4225540d48ffad7208b77c805bd05d0469423c329daf55480b9caf66538136f5fa198b7fdb65659d90a4f9bae956c0cdee0a6c684
 DIST ncmpcpp-0.7_beta1.tar.bz2 440532 SHA256 
5d84fca070e19461524bdfcf46245e9ee4d445f1966984b7c48c71115e408065 SHA512 
48ae63971c336960ef6493dbaf8c30571c804691989da7cce4e4334afcff7f85134d8d997950f0ef3d360856167db6492bf4bdfa4fe4126ae0b3dd1f9b770c7c
 WHIRLPOOL 
63a7b5640395a7273dbc72caf0554bde550b1d7963374ee8fcb0550135375f223a04d054194481d1fce11efeb19595080352d56e36cc9f59b20c817b2251ca9b

diff --git a/media-sound/ncmpcpp/ncmpcpp-0.6.5.ebuild 
b/media-sound/ncmpcpp/ncmpcpp-0.6.5.ebuild
deleted file mode 100644
index e0caa2b..000
--- a/media-sound/ncmpcpp/ncmpcpp-0.6.5.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="featureful ncurses based MPD client inspired by ncmpc"
-HOMEPAGE="http://ncmpcpp.rybczak.net/";
-SRC_URI="http://ncmpcpp.rybczak.net/stable/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm hppa ppc ppc64 sparc x86"
-IUSE="clock curl outputs taglib unicode visualizer"
-
-RDEPEND="
-   >=media-libs/libmpdclient-2.1
-   curl? ( net-misc/curl )
-   dev-libs/boost:=[nls,threads]
-   sys-libs/ncurses[unicode?]
-   sys-libs/readline:*
-   taglib? ( media-libs/taglib )
-   visualizer? ( sci-libs/fftw:3.0 )
-"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   sed -i -e '/^docdir/d' {,doc/}Makefile{.am,.in} || die
-   sed -i -e 's|COPYING||g' Makefile{.am,.in} || die
-}
-
-src_configure() {
-   econf \
-   $(use_enable clock) \
-   $(use_enable outputs) \
-   $(use_enable unicode) \
-   $(use_enable visualizer) \
-   $(use_with curl) \
-   $(use_with taglib) \
-   $(use_with visualizer fftw) \
-   --docdir=/usr/share/doc/${PF}
-}
-
-src_install() {
-   default
-
-   dodoc doc/{bindings,config}
-}
-
-pkg_postinst() {
-   echo
-   elog "Example configuration files have been installed at"
-   elog "${ROOT}usr/share/doc/${PF}"
-   elog "${P} uses ~/.ncmpcpp/config and ~/.ncmpcpp/bindings"
-   elog "as user configuration files."
-   echo
-   if use visualizer; then
-   elog "If you want to use the visualizer, you need mpd with fifo 
enabled."
-   echo
-   fi
-}



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

2015-11-12 Thread Jeroen Roovers
commit: 2ae522df7de25e3d67ac30ca1778fdea91fcb186
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Nov 13 06:55:48 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Fri Nov 13 06:55:48 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ae522df

media-sound/ncmpcpp: Version bump.

Package-Manager: portage-2.2.24

 media-sound/ncmpcpp/Manifest |  1 +
 media-sound/ncmpcpp/ncmpcpp-0.6.8.ebuild | 65 
 2 files changed, 66 insertions(+)

diff --git a/media-sound/ncmpcpp/Manifest b/media-sound/ncmpcpp/Manifest
index 865dfad..9846437 100644
--- a/media-sound/ncmpcpp/Manifest
+++ b/media-sound/ncmpcpp/Manifest
@@ -1,3 +1,4 @@
 DIST ncmpcpp-0.6.5.tar.bz2 429699 SHA256 
51128f6835c592c8d4367a66b08e06a9419a86c9d5c6e91d0f1dc73af56cd1fd SHA512 
b120bd3c0697d51755e04908d29ddd4180ae662d3f02d60e967ccbefca87471eaf0dcf4ebed5d76203b7a0a6dd17a397f318a65087c1b8ec1e3fb4178964e581
 WHIRLPOOL 
c4fa51645de9f1c7a530ee06113bc0fce5954d155112de4921dec2af5da58465b646c193f8359708b51619ec5f0fc9968680ec22549f97352f9309006499c77b
 DIST ncmpcpp-0.6.7.tar.bz2 429687 SHA256 
08807dc515b4e093154a6e91cdd17ba64ebedcfcd7aa34d0d6eb4d4cc28a217b SHA512 
2161a9799c218fe506aa7645338c6e5b32bc6fcb8ee5bcdc76484a068242ae39fd884ece845e1c2f895305d2e6867a3074c266548322f80766c1b8dfeb5d39bb
 WHIRLPOOL 
9f1e4cda03fcb36c79c34a921e8bd272d1875b96a497c2af0a68f2928e82d0ecce208cd08c89a79643106c284757b85eb0f57bcd241f213c3f5d1bdbad087247
+DIST ncmpcpp-0.6.8.tar.bz2 431213 SHA256 
ee81f3fdb2a4b670b5e2617f6489f154e69a552e68fc550b1e20ad85f526e692 SHA512 
e474bd4122212c34d7043adf7b68aeaaa2e9b5a999840b7e8632d251bdab17f5314fca03bdf2b8eee5de2572d3e5c602d87a1f89889ab7c747321e4272f63ebc
 WHIRLPOOL 
98b7f67246943970018a94c4225540d48ffad7208b77c805bd05d0469423c329daf55480b9caf66538136f5fa198b7fdb65659d90a4f9bae956c0cdee0a6c684
 DIST ncmpcpp-0.7_beta1.tar.bz2 440532 SHA256 
5d84fca070e19461524bdfcf46245e9ee4d445f1966984b7c48c71115e408065 SHA512 
48ae63971c336960ef6493dbaf8c30571c804691989da7cce4e4334afcff7f85134d8d997950f0ef3d360856167db6492bf4bdfa4fe4126ae0b3dd1f9b770c7c
 WHIRLPOOL 
63a7b5640395a7273dbc72caf0554bde550b1d7963374ee8fcb0550135375f223a04d054194481d1fce11efeb19595080352d56e36cc9f59b20c817b2251ca9b

diff --git a/media-sound/ncmpcpp/ncmpcpp-0.6.8.ebuild 
b/media-sound/ncmpcpp/ncmpcpp-0.6.8.ebuild
new file mode 100644
index 000..fae8b48
--- /dev/null
+++ b/media-sound/ncmpcpp/ncmpcpp-0.6.8.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils
+
+DESCRIPTION="featureful ncurses based MPD client inspired by ncmpc"
+HOMEPAGE="http://ncmpcpp.rybczak.net/";
+SRC_URI="http://ncmpcpp.rybczak.net/stable/${P}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="clock curl outputs taglib unicode visualizer"
+
+RDEPEND="
+   >=media-libs/libmpdclient-2.1
+   curl? ( net-misc/curl )
+   dev-libs/boost:=[nls,threads]
+   sys-libs/ncurses[unicode?]
+   sys-libs/readline:*
+   taglib? ( media-libs/taglib )
+   visualizer? ( sci-libs/fftw:3.0 )
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   sed -i -e '/^docdir/d' {,doc/}Makefile{.am,.in} || die
+   sed -i -e 's|COPYING||g' Makefile{.am,.in} || die
+}
+
+src_configure() {
+   econf \
+   $(use_enable clock) \
+   $(use_enable outputs) \
+   $(use_enable unicode) \
+   $(use_enable visualizer) \
+   $(use_with curl) \
+   $(use_with taglib) \
+   $(use_with visualizer fftw) \
+   --docdir=/usr/share/doc/${PF}
+}
+
+src_install() {
+   default
+
+   dodoc doc/{bindings,config}
+}
+
+pkg_postinst() {
+   echo
+   elog "Example configuration files have been installed at"
+   elog "${ROOT}usr/share/doc/${PF}"
+   elog "${P} uses ~/.ncmpcpp/config and ~/.ncmpcpp/bindings"
+   elog "as user configuration files."
+   echo
+   if use visualizer; then
+   elog "If you want to use the visualizer, you need mpd with fifo 
enabled."
+   echo
+   fi
+}



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

2015-11-12 Thread Jeroen Roovers
commit: 33df5b321498bd8dd6b8d2099dec644c9c981508
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Nov 13 06:57:32 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Fri Nov 13 06:57:32 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33df5b32

media-sound/ncmpcpp: Set sys-libs/ncurses SLOT dependency.

Package-Manager: portage-2.2.24

 media-sound/ncmpcpp/ncmpcpp-0.6.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/ncmpcpp/ncmpcpp-0.6.8.ebuild 
b/media-sound/ncmpcpp/ncmpcpp-0.6.8.ebuild
index fae8b48..db22df8 100644
--- a/media-sound/ncmpcpp/ncmpcpp-0.6.8.ebuild
+++ b/media-sound/ncmpcpp/ncmpcpp-0.6.8.ebuild
@@ -18,7 +18,7 @@ RDEPEND="
>=media-libs/libmpdclient-2.1
curl? ( net-misc/curl )
dev-libs/boost:=[nls,threads]
-   sys-libs/ncurses[unicode?]
+   sys-libs/ncurses:=[unicode?]
sys-libs/readline:*
taglib? ( media-libs/taglib )
visualizer? ( sci-libs/fftw:3.0 )



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

2015-11-12 Thread Jeroen Roovers
commit: 16ed49caae99724e074a1b411c9ed2014ecb5b6d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Nov 13 06:52:33 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Fri Nov 13 06:52:33 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16ed49ca

dev-libs/libxslt: Stable for HPPA (bug #558822).

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

 dev-libs/libxslt/libxslt-1.1.28-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libxslt/libxslt-1.1.28-r5.ebuild 
b/dev-libs/libxslt/libxslt-1.1.28-r5.ebuild
index 520db29..838cd1d 100644
--- a/dev-libs/libxslt/libxslt-1.1.28-r5.ebuild
+++ b/dev-libs/libxslt/libxslt-1.1.28-r5.ebuild
@@ -15,7 +15,7 @@ SRC_URI="ftp://xmlsoft.org/${PN}/${P}.tar.gz";
 
 LICENSE="MIT"
 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 ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+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 ~ia64-hpux ~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="crypt debug examples python static-libs"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



[gentoo-commits] repo/gentoo:master commit in: sys-libs/nss_wrapper/

2015-11-12 Thread Jeroen Roovers
commit: fc8a2b66f324ba68c74aff6f0a4966c9f8a4c0d7
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Nov 13 07:03:39 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Fri Nov 13 07:03:39 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc8a2b66

sys-libs/nss_wrapper: Mark ~hppa too.

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

 sys-libs/nss_wrapper/nss_wrapper-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/nss_wrapper/nss_wrapper-1.0.3.ebuild 
b/sys-libs/nss_wrapper/nss_wrapper-1.0.3.ebuild
index 983cb40..44d79b8 100644
--- a/sys-libs/nss_wrapper/nss_wrapper-1.0.3.ebuild
+++ b/sys-libs/nss_wrapper/nss_wrapper-1.0.3.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://cwrap.org/nss_wrapper.html";
 SRC_URI="ftp://ftp.samba.org/pub/cwrap/${P}.tar.gz";
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~hppa ~x86"
 IUSE="test"
 
 DEPEND=""



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

2015-11-12 Thread Jeroen Roovers
commit: 2689d160299e47e3c68744d326e0b85292776661
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Nov 13 07:07:23 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Fri Nov 13 07:07:23 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2689d160

net-fs/samba: Mark ~hppa too.

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

 net-fs/samba/samba-4.2.4-r1.ebuild | 4 ++--
 net-fs/samba/samba-4.2.5.ebuild| 4 ++--
 net-fs/samba/samba-4.3.0.ebuild| 4 ++--
 net-fs/samba/samba-4.3.1.ebuild| 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/net-fs/samba/samba-4.2.4-r1.ebuild 
b/net-fs/samba/samba-4.2.4-r1.ebuild
index 2d125c0..2703518 100644
--- a/net-fs/samba/samba-4.2.4-r1.ebuild
+++ b/net-fs/samba/samba-4.2.4-r1.ebuild
@@ -15,8 +15,8 @@ SRC_PATH="stable"
 [[ ${PV} = *_rc* ]] && SRC_PATH="rc"
 
 SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-[[ ${PV} = *_rc* ]] && KEYWORDS=""
+KEYWORDS="~amd64 ~hppa ~x86"
+[[ ${PV} = *_rc* ]] && KEYWORDS="~hppa"
 
 DESCRIPTION="Samba Suite Version 4"
 HOMEPAGE="http://www.samba.org/";

diff --git a/net-fs/samba/samba-4.2.5.ebuild b/net-fs/samba/samba-4.2.5.ebuild
index 2d125c0..2703518 100644
--- a/net-fs/samba/samba-4.2.5.ebuild
+++ b/net-fs/samba/samba-4.2.5.ebuild
@@ -15,8 +15,8 @@ SRC_PATH="stable"
 [[ ${PV} = *_rc* ]] && SRC_PATH="rc"
 
 SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-[[ ${PV} = *_rc* ]] && KEYWORDS=""
+KEYWORDS="~amd64 ~hppa ~x86"
+[[ ${PV} = *_rc* ]] && KEYWORDS="~hppa"
 
 DESCRIPTION="Samba Suite Version 4"
 HOMEPAGE="http://www.samba.org/";

diff --git a/net-fs/samba/samba-4.3.0.ebuild b/net-fs/samba/samba-4.3.0.ebuild
index 91f03be..a11c3b2 100644
--- a/net-fs/samba/samba-4.3.0.ebuild
+++ b/net-fs/samba/samba-4.3.0.ebuild
@@ -15,8 +15,8 @@ SRC_PATH="stable"
 [[ ${PV} = *_rc* ]] && SRC_PATH="rc"
 
 SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-[[ ${PV} = *_rc* ]] && KEYWORDS=""
+KEYWORDS="~amd64 ~hppa ~x86"
+[[ ${PV} = *_rc* ]] && KEYWORDS="~hppa"
 
 DESCRIPTION="Samba Suite Version 4"
 HOMEPAGE="http://www.samba.org/";

diff --git a/net-fs/samba/samba-4.3.1.ebuild b/net-fs/samba/samba-4.3.1.ebuild
index 91f03be..a11c3b2 100644
--- a/net-fs/samba/samba-4.3.1.ebuild
+++ b/net-fs/samba/samba-4.3.1.ebuild
@@ -15,8 +15,8 @@ SRC_PATH="stable"
 [[ ${PV} = *_rc* ]] && SRC_PATH="rc"
 
 SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-[[ ${PV} = *_rc* ]] && KEYWORDS=""
+KEYWORDS="~amd64 ~hppa ~x86"
+[[ ${PV} = *_rc* ]] && KEYWORDS="~hppa"
 
 DESCRIPTION="Samba Suite Version 4"
 HOMEPAGE="http://www.samba.org/";



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

2015-11-12 Thread Jeroen Roovers
commit: c29e6642c76871b06eb3e38605228edca87c60a4
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Nov 13 07:02:52 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Fri Nov 13 07:02:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c29e6642

net-libs/socket_wrapper: Mark ~hppa too.

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

 net-libs/socket_wrapper/socket_wrapper-1.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/socket_wrapper/socket_wrapper-1.1.5.ebuild 
b/net-libs/socket_wrapper/socket_wrapper-1.1.5.ebuild
index d68a3de..ee637ff 100644
--- a/net-libs/socket_wrapper/socket_wrapper-1.1.5.ebuild
+++ b/net-libs/socket_wrapper/socket_wrapper-1.1.5.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://cwrap.org/socket_wrapper.html";
 SRC_URI="https://ftp.samba.org/pub/cwrap/${P}.tar.gz";
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~hppa ~x86"
 IUSE="test"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: sys-libs/uid_wrapper/

2015-11-12 Thread Jeroen Roovers
commit: 27bded26dbf42c195352aa8ca8f5d7058ffd3609
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Nov 13 07:04:45 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Fri Nov 13 07:04:45 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27bded26

sys-libs/uid_wrapper: Mark ~hppa too.

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

 sys-libs/uid_wrapper/uid_wrapper-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/uid_wrapper/uid_wrapper-1.2.0.ebuild 
b/sys-libs/uid_wrapper/uid_wrapper-1.2.0.ebuild
index a7773d3..bcdf6b0 100644
--- a/sys-libs/uid_wrapper/uid_wrapper-1.2.0.ebuild
+++ b/sys-libs/uid_wrapper/uid_wrapper-1.2.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.samba.org/pub/cwrap/${P}.tar.gz
https://ftp.samba.org/pub/cwrap/${P}.tar.gz";
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~hppa ~x86"
 IUSE="test"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: sys-auth/sssd/

2015-11-14 Thread Jeroen Roovers
commit: 56011be85f9ca181ae3946fd19c77036d8214048
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Nov 14 07:39:29 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Sat Nov 14 07:39:29 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56011be8

sys-auth/sssd: Verbose build.

Package-Manager: portage-2.2.24

 sys-auth/sssd/sssd-1.12.1.ebuild   | 2 +-
 sys-auth/sssd/sssd-1.12.4.ebuild   | 2 +-
 sys-auth/sssd/sssd-1.12.5.ebuild   | 2 +-
 sys-auth/sssd/sssd-1.13.0.ebuild   | 2 +-
 sys-auth/sssd/sssd-1.13.1.ebuild   | 2 +-
 sys-auth/sssd/sssd-1.9.6-r3.ebuild | 2 +-
 sys-auth/sssd/sssd-1.9.7.ebuild| 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/sys-auth/sssd/sssd-1.12.1.ebuild b/sys-auth/sssd/sssd-1.12.1.ebuild
index 42ee7e8..43b3726 100644
--- a/sys-auth/sssd/sssd-1.12.1.ebuild
+++ b/sys-auth/sssd/sssd-1.12.1.ebuild
@@ -88,7 +88,7 @@ src_configure(){
--without-nscd
--with-unicode-lib="glib2"
--disable-rpath
-   --enable-silent-rules
+   --disable-silent-rules
--sbindir=/usr/sbin
--without-samba
$(use_enable acl cifs-idmap-plugin)

diff --git a/sys-auth/sssd/sssd-1.12.4.ebuild b/sys-auth/sssd/sssd-1.12.4.ebuild
index be652fd..8d70c07 100644
--- a/sys-auth/sssd/sssd-1.12.4.ebuild
+++ b/sys-auth/sssd/sssd-1.12.4.ebuild
@@ -106,7 +106,7 @@ multilib_src_configure() {
--without-nscd
--with-unicode-lib="glib2"
--disable-rpath
-   --enable-silent-rules
+   --disable-silent-rules
--sbindir=/usr/sbin
$(multilib_native_use_with samba)
$(multilib_native_use_enable acl cifs-idmap-plugin)

diff --git a/sys-auth/sssd/sssd-1.12.5.ebuild b/sys-auth/sssd/sssd-1.12.5.ebuild
index be652fd..8d70c07 100644
--- a/sys-auth/sssd/sssd-1.12.5.ebuild
+++ b/sys-auth/sssd/sssd-1.12.5.ebuild
@@ -106,7 +106,7 @@ multilib_src_configure() {
--without-nscd
--with-unicode-lib="glib2"
--disable-rpath
-   --enable-silent-rules
+   --disable-silent-rules
--sbindir=/usr/sbin
$(multilib_native_use_with samba)
$(multilib_native_use_enable acl cifs-idmap-plugin)

diff --git a/sys-auth/sssd/sssd-1.13.0.ebuild b/sys-auth/sssd/sssd-1.13.0.ebuild
index 74451c4..10a9141 100644
--- a/sys-auth/sssd/sssd-1.13.0.ebuild
+++ b/sys-auth/sssd/sssd-1.13.0.ebuild
@@ -117,7 +117,7 @@ multilib_src_configure() {
--without-nscd
--with-unicode-lib="glib2"
--disable-rpath
-   --enable-silent-rules
+   --disable-silent-rules
--sbindir=/usr/sbin
$(multilib_native_use_with samba)
$(multilib_native_use_enable acl cifs-idmap-plugin)

diff --git a/sys-auth/sssd/sssd-1.13.1.ebuild b/sys-auth/sssd/sssd-1.13.1.ebuild
index 07a3c49..dfd9dde 100644
--- a/sys-auth/sssd/sssd-1.13.1.ebuild
+++ b/sys-auth/sssd/sssd-1.13.1.ebuild
@@ -114,7 +114,7 @@ multilib_src_configure() {
--without-nscd
--with-unicode-lib="glib2"
--disable-rpath
-   --enable-silent-rules
+   --disable-silent-rules
--sbindir=/usr/sbin
$(multilib_native_use_with samba)
$(multilib_native_use_enable acl cifs-idmap-plugin)

diff --git a/sys-auth/sssd/sssd-1.9.6-r3.ebuild 
b/sys-auth/sssd/sssd-1.9.6-r3.ebuild
index d3f1b6b..2041b9d 100644
--- a/sys-auth/sssd/sssd-1.9.6-r3.ebuild
+++ b/sys-auth/sssd/sssd-1.9.6-r3.ebuild
@@ -85,7 +85,7 @@ src_configure(){
--without-nscd
--with-unicode-lib="glib2"
--disable-rpath
-   --enable-silent-rules
+   --disable-silent-rules
--sbindir=/usr/sbin
$(use_with selinux)
$(use_with selinux semanage)

diff --git a/sys-auth/sssd/sssd-1.9.7.ebuild b/sys-auth/sssd/sssd-1.9.7.ebuild
index 31680cb..c5cb85a 100644
--- a/sys-auth/sssd/sssd-1.9.7.ebuild
+++ b/sys-auth/sssd/sssd-1.9.7.ebuild
@@ -85,7 +85,7 @@ src_configure(){
--without-nscd
--with-unicode-lib="glib2"
--disable-rpath
-   --enable-silent-rules
+   --disable-silent-rules
--sbindir=/usr/sbin
$(use_with selinux)
$(use_with selinux semanage)



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

2015-11-14 Thread Jeroen Roovers
commit: bf9f1614964b9ea3c20d94eab7cb975e275126e7
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Nov 14 07:50:15 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Sat Nov 14 07:50:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf9f1614

net-analyzer/nmap: Old.

Package-Manager: portage-2.2.24

 net-analyzer/nmap/nmap-6.47-r2.ebuild| 153 --
 net-analyzer/nmap/nmap-6.49_beta2.ebuild | 154 ---
 2 files changed, 307 deletions(-)

diff --git a/net-analyzer/nmap/nmap-6.47-r2.ebuild 
b/net-analyzer/nmap/nmap-6.47-r2.ebuild
deleted file mode 100644
index 9109549..000
--- a/net-analyzer/nmap/nmap-6.47-r2.ebuild
+++ /dev/null
@@ -1,153 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite,xml"
-inherit eutils flag-o-matic python-single-r1 toolchain-funcs
-
-MY_P=${P/_beta/BETA}
-
-DESCRIPTION="A utility for network discovery and security auditing"
-HOMEPAGE="http://nmap.org/";
-SRC_URI="
-   http://nmap.org/dist/${MY_P}.tar.bz2
-   https://dev.gentoo.org/~jer/nmap-logo-64.png
-"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
-
-IUSE="ipv6 +lua system-lua ncat ndiff nls nmap-update nping ssl zenmap"
-NMAP_LINGUAS=( de fr hr it ja pl pt_BR ru )
-IUSE+=" ${NMAP_LINGUAS[@]/#/linguas_}"
-
-REQUIRED_USE="
-   system-lua? ( lua )
-   ndiff? ( ${PYTHON_REQUIRED_USE} )
-   zenmap? ( ${PYTHON_REQUIRED_USE} )
-"
-
-RDEPEND="
-   dev-libs/liblinear:=
-   dev-libs/libpcre
-   net-libs/libpcap[ipv6?]
-   zenmap? (
-   dev-python/pygtk:2[${PYTHON_USEDEP}]
-   ${PYTHON_DEPS}
-   )
-   system-lua? ( >=dev-lang/lua-5.2[deprecated] )
-   ndiff? ( ${PYTHON_DEPS} )
-   nls? ( virtual/libintl )
-   nmap-update? ( dev-libs/apr dev-vcs/subversion )
-   ssl? ( dev-libs/openssl:0= )
-"
-DEPEND="
-   ${RDEPEND}
-   nls? ( sys-devel/gettext )
-"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
-   if use ndiff || use zenmap; then
-   python-single-r1_pkg_setup
-   fi
-}
-
-src_unpack() {
-   # prevent unpacking the logo
-   unpack ${MY_P}.tar.bz2
-}
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${PN}-4.75-nolua.patch \
-   "${FILESDIR}"/${PN}-5.10_beta1-string.patch \
-   "${FILESDIR}"/${PN}-5.21-python.patch \
-   "${FILESDIR}"/${PN}-6.01-make.patch \
-   "${FILESDIR}"/${PN}-6.25-liblua-ar.patch \
-   "${FILESDIR}"/${PN}-6.46-uninstaller.patch \
-   "${FILESDIR}"/${PN}-6.47-no-libnl.patch \
-   "${FILESDIR}"/${PN}-6.47-no-FORTIFY_SOURCE.patch
-
-   if use nls; then
-   local lingua=''
-   for lingua in ${NMAP_LINGUAS[@]}; do
-   if ! use linguas_${lingua}; then
-   rm -r zenmap/share/zenmap/locale/${lingua} || 
die
-   rm zenmap/share/zenmap/locale/${lingua}.po || 
die
-   fi
-   done
-   else
-   # configure/make ignores --disable-nls
-   for lingua in ${NMAP_LINGUAS[@]}; do
-   rm -r zenmap/share/zenmap/locale/${lingua} || die
-   rm zenmap/share/zenmap/locale/${lingua}.po || die
-   done
-   fi
-
-   sed -i \
-   -e '/^ALL_LINGUAS =/{s|$| id|g;s|jp|ja|g}' \
-   Makefile.in || die
-
-   # Fix desktop files wrt bug #432714
-   sed -i \
-   -e '/^Encoding/d' \
-   -e 's|^Categories=.*|Categories=Network;System;Security;|g' \
-   zenmap/install_scripts/unix/zenmap-root.desktop \
-   zenmap/install_scripts/unix/zenmap.desktop || die
-
-   epatch_user
-}
-
-src_configure() {
-   # The bundled libdnet is incompatible with the version available in the
-   # tree, so we cannot use the system library here.
-   econf \
-   $(use_enable ipv6) \
-   $(use_enable nls) \
-   $(use_with zenmap) \
-   $(usex lua --with-liblua=$(usex system-lua /usr included '' '') 
--without-liblua) \
-   $(use_with ncat) \
-   $(use_with ndiff) \
-   $(use_with nmap-update) \
-   $(use_with nping) \
-   $(use_with ssl open

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

2015-11-14 Thread Jeroen Roovers
commit: c92724426ccae567e04f7badb9b107e68f0150a0
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Nov 14 07:57:55 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Sat Nov 14 07:57:55 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9272442

net-misc/youtube-dl: Version bump.

Package-Manager: portage-2.2.24

 net-misc/youtube-dl/Manifest| 2 +-
 .../{youtube-dl-2015.11.02.ebuild => youtube-dl-2015.11.13.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index e65f457..ab7f551 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,3 +1,3 @@
 DIST youtube-dl-2015.04.03.tar.gz 1472296 SHA256 
0521a15a24a9b620728a2f45ea9163ca74660ed443781b6e69b4e06d36d7bf59 SHA512 
6b2c85cfa222a31f3462aab583fa98bb92544cd5fb0d395ca0b69a26c24ab174870d02264e058281f09305752d50aa5a06d0d747205499a530b275e3194fc6f9
 WHIRLPOOL 
391e06ea261f92e03a0b38618307f1c9d53a2dfb9f2062fe0cd3ded1ea0c411033a17ded581616032c74a9e4fb398a57e565bf847196a23a9f89433f861362ae
-DIST youtube-dl-2015.11.02.tar.gz 1779176 SHA256 
5c5bc5a7fec405ed353bd7052a4a83e8782742d246b24af73393fe70c7b28d8c SHA512 
99425739bf8802e50e5d4e11acd9915cb558f735918f145e78bb3e2d587c0b978882ac339ecbb0c8570510ea5843e19017fd40b5b4a2fbc44e5806ebb14bbaf2
 WHIRLPOOL 
e80a4245cfa845cf3e27f19d04ba29af27d11ce5f5f69269633ea3200dbfbbee3afc7410aa7a34dcb03645568a96e1c1cc1ce285de768b1d6eb244a52251aa4f
 DIST youtube-dl-2015.11.10.tar.gz 1787156 SHA256 
c5a34ecbcf27ff34e1aae7c17732095309012e33ea9d1d4def613ca73f47e6be SHA512 
ccd65794fe230dbadbd5c53843a79c839b95405e6645de57551441c61d63c1e3eb8804b755b2743087ba9ef3f273b05dcebaa18676a7e99fc40a8648671a5b58
 WHIRLPOOL 
0fa988605a5c249002911beb7b39aac3710cc8e3cecedcf3a682f770f86cbf8e7395f335246634893ca52b5e7a55ab5b34c03ed25646f2085acbd04aead200ab
+DIST youtube-dl-2015.11.13.tar.gz 1788412 SHA256 
dd75b284de30aeff6b85d8550ad19cb8ca481961eb762304b6576ffeb8022408 SHA512 
5ebcab4fcdeae59b43c75fd558d8ccfbbf63efd31ba53a7a5e95c179a3efd457257b43e999203a47a67f66be1b09fd85923d9f7d4282228fdcb27a4176ad10e2
 WHIRLPOOL 
c31fa91c4951047c903ea730961b1935a7e644d4aaaf2380f71fb80ffe26235a2ea78aaa7be882010300c438ca1ce7b14d4c6be794f2e53f4782e6d15038c735

diff --git a/net-misc/youtube-dl/youtube-dl-2015.11.02.ebuild 
b/net-misc/youtube-dl/youtube-dl-2015.11.13.ebuild
similarity index 100%
rename from net-misc/youtube-dl/youtube-dl-2015.11.02.ebuild
rename to net-misc/youtube-dl/youtube-dl-2015.11.13.ebuild



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

2015-11-14 Thread Jeroen Roovers
commit: af4c5cf5361f88c6430d859e9add1ce5b5e7a44a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Nov 14 07:48:35 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Sat Nov 14 07:48:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af4c5cf5

net-analyzer/nmap: Version bump (bug #565638 by Anton Bolshakov).

Package-Manager: portage-2.2.24

 net-analyzer/nmap/Manifest   |   1 +
 net-analyzer/nmap/nmap-6.49_beta6.ebuild | 154 +++
 2 files changed, 155 insertions(+)

diff --git a/net-analyzer/nmap/Manifest b/net-analyzer/nmap/Manifest
index a81338c..a1b2c8f 100644
--- a/net-analyzer/nmap/Manifest
+++ b/net-analyzer/nmap/Manifest
@@ -1,3 +1,4 @@
 DIST nmap-6.47.tar.bz2 7878122 SHA256 
8fa11e9e203ce2d81a207db5ca4f110a525f6c01c1dd0018325a7112a51aa591 SHA512 
f98b92a26f4e912fe15c36a21dfff7bfb9f11c2410f4035330100648fbad7f808ef9e069c63704bbb50199272ae65ea81555de6c97eb8ee152114f44ed5a9296
 WHIRLPOOL 
4f92f0aeaaa03a94dc27080b5f0c2396325f282b7a781d163d1e05a71117896c4581154b58383f136eed1fcf2cce8f1b94e3344f3fc5d4955cf1f4cfc1417573
 DIST nmap-6.49BETA2.tar.bz2 8810504 SHA256 
e2f2aaa872fec288b927ceb59500edba198d8767adbe3a83a939e7921b224b79 SHA512 
f21f0e6677c5936d49aab0a7de083b1309c49a91289691636d5ad1dfa052426d657b0a1df30519fcda712007abee0a4cd1bf89963b2e6758b11d2c18d96d637e
 WHIRLPOOL 
1fd1b57f6b95526fabfd30cdee3064b6626735b51fcd23b8b3e91609e1b7fc126f0fd97fc2f2d478f8035ae148830afb5ab5c6bc454ac518a3023b566e1c100d
+DIST nmap-6.49BETA6.tar.bz2 8904750 SHA256 
9c548ee0e3f0db73c4b5f8434c0bc7c99188333562c4bc4e04fb721533ff1637 SHA512 
ca8bfc2dfa7f9e892e8014eefaf8aa97cefcf6f05946177e07b4dcf8e82cb1c1c2db2cf3bacd2fef1e5c4c93d7b73607e1367880e01a26f3a32c77fed09ead28
 WHIRLPOOL 
82e6c89b71405372b443600ab9da49fde2c2af63ab9d1990b5c6011ac52426ed28206175ae715c8e31f3d4c2acbe0536be535b878a0837578e41aff5c2c90a2c
 DIST nmap-logo-64.png 3289 SHA256 
4c72ff1eeffeeaa1039b251d9f2d675936e65db686fe3b57a35c2183ce67a8aa SHA512 
fb102d12aaeebc8a97543ecd653a3606e86996ad679bc26d6e6e274ad05ec3e9f92521289d1a24153c521b699e8c0cfa65d8856bb49af53ee4837268bbc6b5d3
 WHIRLPOOL 
6093aadcb9880587e17d39d45fcbe57bb62777f220655e6ed5b5f900ce49cb8c5a53e24d7db0de6f8909eb0f8981f7565e6ae9b9bf9283a4b0526eab5313

diff --git a/net-analyzer/nmap/nmap-6.49_beta6.ebuild 
b/net-analyzer/nmap/nmap-6.49_beta6.ebuild
new file mode 100644
index 000..7013913
--- /dev/null
+++ b/net-analyzer/nmap/nmap-6.49_beta6.ebuild
@@ -0,0 +1,154 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="sqlite,xml"
+inherit eutils flag-o-matic python-single-r1 toolchain-funcs
+
+MY_P=${P/_beta/BETA}
+
+DESCRIPTION="A utility for network discovery and security auditing"
+HOMEPAGE="http://nmap.org/";
+SRC_URI="
+   http://nmap.org/dist/${MY_P}.tar.bz2
+   https://dev.gentoo.org/~jer/nmap-logo-64.png
+"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+
+IUSE="ipv6 libressl +nse system-lua ncat ndiff nls nmap-update nping ssl 
zenmap"
+NMAP_LINGUAS=( de fr hr it ja pl pt_BR ru )
+IUSE+=" ${NMAP_LINGUAS[@]/#/linguas_}"
+
+REQUIRED_USE="
+   system-lua? ( nse )
+   ndiff? ( ${PYTHON_REQUIRED_USE} )
+   zenmap? ( ${PYTHON_REQUIRED_USE} )
+"
+
+RDEPEND="
+   dev-libs/liblinear:=
+   dev-libs/libpcre
+   net-libs/libpcap[ipv6?]
+   zenmap? (
+   dev-python/pygtk:2[${PYTHON_USEDEP}]
+   ${PYTHON_DEPS}
+   )
+   system-lua? ( >=dev-lang/lua-5.2[deprecated] )
+   ndiff? ( ${PYTHON_DEPS} )
+   nls? ( virtual/libintl )
+   nmap-update? ( dev-libs/apr dev-vcs/subversion )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   nls? ( sys-devel/gettext )
+"
+
+S="${WORKDIR}/${MY_P}"
+
+pkg_setup() {
+   if use ndiff || use zenmap; then
+   python-single-r1_pkg_setup
+   fi
+}
+
+src_unpack() {
+   # prevent unpacking the logo
+   unpack ${MY_P}.tar.bz2
+}
+
+src_prepare() {
+   epatch \
+   "${FILESDIR}"/${PN}-4.75-nolua.patch \
+   "${FILESDIR}"/${PN}-5.10_beta1-string.patch \
+   "${FILESDIR}"/${PN}-5.21-python.patch \
+   "${FILESDIR}"/${PN}-6.46-uninstaller.patch \
+   "${FILESDIR}"/${PN}-6.47-no-libnl.patch \
+   "${FILESDIR}"/${PN}-6.49-no-FORTIFY_SOURCE.patch
+
+   if use nls; then
+   local lin

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

2015-11-14 Thread Jeroen Roovers
commit: 518178f37e6268a79d8757546e0ef891ed77a31e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Nov 14 08:45:58 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Sat Nov 14 08:45:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=518178f3

net-analyzer/rrdtool / dev-ruby/rrdtool-bindings: Version bump.

Package-Manager: portage-2.2.24

 dev-ruby/rrdtool-bindings/Manifest |  1 +
 .../rrdtool-bindings/rrdtool-bindings-1.5.5.ebuild | 64 ++
 2 files changed, 65 insertions(+)

diff --git a/dev-ruby/rrdtool-bindings/Manifest 
b/dev-ruby/rrdtool-bindings/Manifest
index 3f5707d..5e3651b 100644
--- a/dev-ruby/rrdtool-bindings/Manifest
+++ b/dev-ruby/rrdtool-bindings/Manifest
@@ -2,3 +2,4 @@ DIST rrdtool-1.4.8.tar.gz 1379482 SHA256 
de95b9f5aa488b0683600aad5a07c316f8d98cb
 DIST rrdtool-1.4.9.tar.gz 1385640 SHA256 
3e2826e0d60aaf85313da35b3c0d3a926748fe482b4ada766a325a83b60125cc SHA512 
938d6a10c750cbc1e368020fc2408644bc10f6e1d9316f3117df406beef16d7d5fca2fc6fa2bdb6b1ed3e49aa872d58f1f66d1ccee9fe73483c6a5e483c33d4a
 WHIRLPOOL 
bc5fb01aef18feb89bb801a2f7fa8c2002b8f8a40e8038355e7edda8a729f354a639c864c01a1ddc7a66d19c8911d75f4f202008bec994d521a209dc6579fe10
 DIST rrdtool-1.5.3.tar.gz 2158011 SHA256 
79e7b2f5cf74843e89fe4d08925f955268fd21736cbea03e54ae83320fc6129f SHA512 
51e0dbca582acde1a0e77a8fcc4ffa2389b5467b5eb2443a6c9e38851459b7aa9bc08a8d5fd44f69c72e3cdb46be64a2baa66c69ca86a4cda8a061120fa14afb
 WHIRLPOOL 
8738a499699423bd7c2536ca8d8b57db386b190fdeea47328c126aa70fae8d604ab1ab18253567a8426fe73e3fb9ab17ba8c40563841015da96451dcb4435dd7
 DIST rrdtool-1.5.4.tar.gz 2181438 SHA256 
3feea3da87c02128a27083f1c7b2cb797ef673e946564c0ce008c1c25a5c3f99 SHA512 
1b28db23d138677210e396c2eea48f88839847d0e08a7048b6ffa83384de612c1e71cfd10da0ef59ebc87a2707a72b226153f0d73c78c74f68bb9f721b7ad665
 WHIRLPOOL 
00346df3e9c5e07d4a23347f486a32c697f25bebc257e780dedebd28ef4a60b8d8d447bd431629eaf8f19d3155d03a5cbabf3df1565089a6eefde79a502f8e0e
+DIST rrdtool-1.5.5.tar.gz 2187685 SHA256 
3a286d449c05d657e3fc3adcaa5cb4f0cfac8f465324b14f364a45d4ff8ca6f6 SHA512 
07fb0edb5fbc0b491f8a40844d4a914f26c6269b2d07ab91f4d54fdcfeb7899348362044ac632223341f30fc10e6748a59863977496801530f5cdd2d61f0e88c
 WHIRLPOOL 
527093b99044826b5faf5ab0a47d8a141defef3589173fb3b8bf72ed6f52032184e50f6054e0b82bf84cb73aa962ee50f8f1b319fbee519c8916c0d3a1852c26

diff --git a/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.5.5.ebuild 
b/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.5.5.ebuild
new file mode 100644
index 000..810f889
--- /dev/null
+++ b/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.5.5.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+inherit ruby-ng
+
+MY_P=${P/-bindings}
+MY_P=${MY_P/_/-}
+
+DESCRIPTION="Ruby bindings for rrdtool"
+HOMEPAGE="http://oss.oetiker.ch/rrdtool/";
+SRC_URI="http://oss.oetiker.ch/rrdtool/pub/${MY_P}.tar.gz";
+RUBY_S="$MY_P"/bindings/ruby
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd 
~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x86-solaris"
+IUSE="graph test"
+REQUIRED_USE="test? ( graph )"
+
+# Block on older versions of rrdtool that install the bindings themselves.
+# requires rrd_xport which requires rrd_graph
+RDEPEND="
+   ~net-analyzer/rrdtool-${PV}[graph=]
+"
+DEPEND="
+   test? ( ~net-analyzer/rrdtool-${PV}[graph] )
+"
+
+RUBY_PATCHES=(
+   "${FILESDIR}"/${PN}-1.4.8-graph-ruby.patch
+)
+
+each_ruby_configure() {
+   rm ../../src/rrd_config.h || die
+   touch ../../src/rrd_config.h || die
+
+   ${RUBY} extconf.rb \
+   --with-cflags="${CFLAGS} $(usex graph -DHAVE_RRD_GRAPH 
-UHAVE_RRD_GRAPH)" || die
+}
+
+each_ruby_compile() {
+   emake V=1 ABS_TOP_SRCDIR="${PWD}/../.."
+}
+
+each_ruby_test() {
+   if use graph; then
+   ${RUBY} -I. test.rb || die
+   fi
+}
+
+all_ruby_install() {
+   dodoc CHANGES README
+}
+
+each_ruby_install() {
+   DESTDIR=${D} emake install
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/rrdtool/files/, net-analyzer/rrdtool/

2015-11-14 Thread Jeroen Roovers
commit: 3e3db0327d1d36a23e0be264f40b239e3924c261
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Nov 14 08:47:00 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Sat Nov 14 08:47:00 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e3db032

net-analyzer/rrdtool / dev-ruby/rrdtool-bindings: Version bump.

Package-Manager: portage-2.2.24

 net-analyzer/rrdtool/Manifest  |   1 +
 .../rrdtool/files/rrdtool-1.5.5-rrdrados.pod   |  68 
 net-analyzer/rrdtool/rrdtool-1.5.5.ebuild  | 173 +
 3 files changed, 242 insertions(+)

diff --git a/net-analyzer/rrdtool/Manifest b/net-analyzer/rrdtool/Manifest
index 3f5707d..5e3651b 100644
--- a/net-analyzer/rrdtool/Manifest
+++ b/net-analyzer/rrdtool/Manifest
@@ -2,3 +2,4 @@ DIST rrdtool-1.4.8.tar.gz 1379482 SHA256 
de95b9f5aa488b0683600aad5a07c316f8d98cb
 DIST rrdtool-1.4.9.tar.gz 1385640 SHA256 
3e2826e0d60aaf85313da35b3c0d3a926748fe482b4ada766a325a83b60125cc SHA512 
938d6a10c750cbc1e368020fc2408644bc10f6e1d9316f3117df406beef16d7d5fca2fc6fa2bdb6b1ed3e49aa872d58f1f66d1ccee9fe73483c6a5e483c33d4a
 WHIRLPOOL 
bc5fb01aef18feb89bb801a2f7fa8c2002b8f8a40e8038355e7edda8a729f354a639c864c01a1ddc7a66d19c8911d75f4f202008bec994d521a209dc6579fe10
 DIST rrdtool-1.5.3.tar.gz 2158011 SHA256 
79e7b2f5cf74843e89fe4d08925f955268fd21736cbea03e54ae83320fc6129f SHA512 
51e0dbca582acde1a0e77a8fcc4ffa2389b5467b5eb2443a6c9e38851459b7aa9bc08a8d5fd44f69c72e3cdb46be64a2baa66c69ca86a4cda8a061120fa14afb
 WHIRLPOOL 
8738a499699423bd7c2536ca8d8b57db386b190fdeea47328c126aa70fae8d604ab1ab18253567a8426fe73e3fb9ab17ba8c40563841015da96451dcb4435dd7
 DIST rrdtool-1.5.4.tar.gz 2181438 SHA256 
3feea3da87c02128a27083f1c7b2cb797ef673e946564c0ce008c1c25a5c3f99 SHA512 
1b28db23d138677210e396c2eea48f88839847d0e08a7048b6ffa83384de612c1e71cfd10da0ef59ebc87a2707a72b226153f0d73c78c74f68bb9f721b7ad665
 WHIRLPOOL 
00346df3e9c5e07d4a23347f486a32c697f25bebc257e780dedebd28ef4a60b8d8d447bd431629eaf8f19d3155d03a5cbabf3df1565089a6eefde79a502f8e0e
+DIST rrdtool-1.5.5.tar.gz 2187685 SHA256 
3a286d449c05d657e3fc3adcaa5cb4f0cfac8f465324b14f364a45d4ff8ca6f6 SHA512 
07fb0edb5fbc0b491f8a40844d4a914f26c6269b2d07ab91f4d54fdcfeb7899348362044ac632223341f30fc10e6748a59863977496801530f5cdd2d61f0e88c
 WHIRLPOOL 
527093b99044826b5faf5ab0a47d8a141defef3589173fb3b8bf72ed6f52032184e50f6054e0b82bf84cb73aa962ee50f8f1b319fbee519c8916c0d3a1852c26

diff --git a/net-analyzer/rrdtool/files/rrdtool-1.5.5-rrdrados.pod 
b/net-analyzer/rrdtool/files/rrdtool-1.5.5-rrdrados.pod
new file mode 100644
index 000..0c64554
--- /dev/null
+++ b/net-analyzer/rrdtool/files/rrdtool-1.5.5-rrdrados.pod
@@ -0,0 +1,68 @@
+=head1 NAME
+
+rrdrados - Creating, updating and retrieving RRD files from Ceph
+
+=head1 SYNOPSIS
+
+ErrdfileE = BnameE>
+
+
+=head1 DESCRIPTION
+
+This module adds support for creating, updating and retrieving RRD files
+directly from a Ceph cluster using librados.
+
+It adds a ceph// prefix to RRD file name which is used to instruct rrdtool to
+operate on a file that is stored in Ceph.
+
+Currently the module expects to find the Ceph configuration file in the default
+location at /etc/ceph/ceph.conf. By default it uses Ceph client ID "admin" and 
a
+Ceph pool named "rrd".
+
+
+=head1 ENVIRONMENT VARIABLES
+
+=over 4
+
+=item B
+
+Sets the Ceph Client ID to use when connecting. By default the client ID 
"admin"
+is used.
+
+=item B
+
+Sets the name of the Ceph Pool to connect to. By default, the pool "rrd" is
+used.
+
+=back
+
+
+=head1 EXAMPLES
+
+B
+
+ rrdtool create ceph//temperature.rrd --step 300 \
+   DS:temp:GAUGE:600:-273:5000 \
+   RRA:AVERAGE:0.5:1:1200 \
+   RRA:MIN:0.5:12:2400 \
+   RRA:MAX:0.5:12:2400 \
+   RRA:AVERAGE:0.5:12:2400
+
+
+B
+
+ rrdtool dump existing.rrd | rrdtool restore - ceph//new.rrd
+
+Or you could also copy the RRD file directly into Ceph using the rados command
+line utility.
+
+
+B
+
+ rrdtool fetch ceph//file.rrd AVERAGE
+
+
+=head1 AUTHOR
+
+Simon Boulet Esi...@nostalgeek.come
+

diff --git a/net-analyzer/rrdtool/rrdtool-1.5.5.ebuild 
b/net-analyzer/rrdtool/rrdtool-1.5.5.ebuild
new file mode 100644
index 000..8ccb190
--- /dev/null
+++ b/net-analyzer/rrdtool/rrdtool-1.5.5.ebuild
@@ -0,0 +1,173 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+DISTUTILS_OPTIONAL=true
+DISTUTILS_SINGLE_IMPL=true
+GENTOO_DEPEND_ON_PERL=no
+PYTHON_COMPAT=( python2_7 )
+inherit autotools eutils perl-module distutils-r1 flag-o-matic multilib
+
+DESCRIPTION="A system to store and display time-series data"
+HOMEPAGE="http://oss.oetiker.ch/rrdtool/";
+SRC_URI="http://oss.oetiker.ch/rrdtool/pub/${P/_/-}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd 
~amd64-linux ~ia6

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

2015-11-14 Thread Jeroen Roovers
commit: af4a7972f38cc87d4786c3828fe57aa7998abf5f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Nov 14 08:55:56 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Sat Nov 14 08:55:56 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af4a7972

net-analyzer/nmap: Re-add liblua-ar patch.

Package-Manager: portage-2.2.24

 net-analyzer/nmap/nmap-6.49_beta6.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/nmap/nmap-6.49_beta6.ebuild 
b/net-analyzer/nmap/nmap-6.49_beta6.ebuild
index 7013913..26dd911 100644
--- a/net-analyzer/nmap/nmap-6.49_beta6.ebuild
+++ b/net-analyzer/nmap/nmap-6.49_beta6.ebuild
@@ -22,7 +22,7 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
 
 IUSE="ipv6 libressl +nse system-lua ncat ndiff nls nmap-update nping ssl 
zenmap"
-NMAP_LINGUAS=( de fr hr it ja pl pt_BR ru )
+NMAP_LINGUAS=( de fr hr it ja pl pt_BR ru zh )
 IUSE+=" ${NMAP_LINGUAS[@]/#/linguas_}"
 
 REQUIRED_USE="
@@ -73,7 +73,8 @@ src_prepare() {
"${FILESDIR}"/${PN}-5.21-python.patch \
"${FILESDIR}"/${PN}-6.46-uninstaller.patch \
"${FILESDIR}"/${PN}-6.47-no-libnl.patch \
-   "${FILESDIR}"/${PN}-6.49-no-FORTIFY_SOURCE.patch
+   "${FILESDIR}"/${PN}-6.49-no-FORTIFY_SOURCE.patch \
+   "${FILESDIR}"/${PN}-6.25-liblua-ar.patch
 
if use nls; then
local lingua=''



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

2015-11-14 Thread Jeroen Roovers
commit: b2a93264f88e3950b40de270af6bbc49a374144d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Nov 14 09:54:50 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Sat Nov 14 09:55:13 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a93264

net-analyzer/nmap: Drop space.

Package-Manager: portage-2.2.24

 net-analyzer/nmap/nmap-6.49_beta6.ebuild | 2 +-
 net-analyzer/nmap/nmap-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/nmap/nmap-6.49_beta6.ebuild 
b/net-analyzer/nmap/nmap-6.49_beta6.ebuild
index 26dd911..07bc0c8 100644
--- a/net-analyzer/nmap/nmap-6.49_beta6.ebuild
+++ b/net-analyzer/nmap/nmap-6.49_beta6.ebuild
@@ -128,7 +128,7 @@ src_configure() {
 src_compile() {
emake \
AR=$(tc-getAR) \
-   RANLIB=$(tc-getRANLIB )
+   RANLIB=$(tc-getRANLIB)
 }
 
 src_install() {

diff --git a/net-analyzer/nmap/nmap-.ebuild 
b/net-analyzer/nmap/nmap-.ebuild
index 694b1eb..813a279 100644
--- a/net-analyzer/nmap/nmap-.ebuild
+++ b/net-analyzer/nmap/nmap-.ebuild
@@ -128,7 +128,7 @@ src_compile() {
 
emake \
AR=$(tc-getAR) \
-   RANLIB=$(tc-getRANLIB )
+   RANLIB=$(tc-getRANLIB)
 }
 
 src_install() {



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

2015-11-14 Thread Jeroen Roovers
commit: 8de89203acd0e103c1eee81b670d49dd30608006
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Nov 15 06:26:12 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Sun Nov 15 06:26:12 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8de89203

media-libs/libpng: Stable for PPC64 (bug #565678).

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

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

diff --git a/media-libs/libpng/libpng-1.6.19.ebuild 
b/media-libs/libpng/libpng-1.6.19.ebuild
index dea5b0c..e40916e 100644
--- a/media-libs/libpng/libpng-1.6.19.ebuild
+++ b/media-libs/libpng/libpng-1.6.19.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz
 
 LICENSE="libpng"
 SLOT="0/16"
-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 ~x86-winnt"
+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 ~x86-winnt"
 IUSE="apng neon static-libs"
 
 RDEPEND=">=sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}]



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

2015-11-14 Thread Jeroen Roovers
commit: 899796217090a4bf54503d46a095d7b96705ed61
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Nov 15 06:29:41 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Sun Nov 15 06:29:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89979621

sys-kernel/gentoo-sources: Stable for PPC64 (bug #564702).

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

 sys-kernel/gentoo-sources/gentoo-sources-4.1.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.1.12.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.1.12.ebuild
index 7fb23e9..0275e08 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.1.12.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.1.12.ebuild
@@ -13,7 +13,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 -hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 -hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
 IUSE="experimental"
 



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

2015-11-14 Thread Jeroen Roovers
commit: ac74b87cdbd735f92e72e7c236bc9efbc150c9ad
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Nov 15 07:54:51 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Sun Nov 15 07:55:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac74b87c

media-libs/libpng: Stable for HPPA (bug #565678).

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

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

diff --git a/media-libs/libpng/libpng-1.6.19.ebuild 
b/media-libs/libpng/libpng-1.6.19.ebuild
index e40916e..bfa025d 100644
--- a/media-libs/libpng/libpng-1.6.19.ebuild
+++ b/media-libs/libpng/libpng-1.6.19.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz
 
 LICENSE="libpng"
 SLOT="0/16"
-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 ~x86-winnt"
+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 
~x86-winnt"
 IUSE="apng neon static-libs"
 
 RDEPEND=">=sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}]



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

2015-11-15 Thread Jeroen Roovers
commit: 919f920e0c94c2920f9fb111b753041a1ebb39f6
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Nov 16 05:20:12 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Mon Nov 16 05:20:12 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=919f920e

net-analyzer/bmon: Add github HOMEPAGE.

Package-Manager: portage-2.2.24

 net-analyzer/bmon/bmon-3.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/bmon/bmon-3.8.ebuild 
b/net-analyzer/bmon/bmon-3.8.ebuild
index 6e95a10..289eb06 100644
--- a/net-analyzer/bmon/bmon-3.8.ebuild
+++ b/net-analyzer/bmon/bmon-3.8.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 inherit autotools eutils linux-info toolchain-funcs
 
 DESCRIPTION="interface bandwidth monitor"
-HOMEPAGE="http://www.infradead.org/~tgr/bmon/";
+HOMEPAGE="http://www.infradead.org/~tgr/bmon/ https://github.com/tgraf/bmon/";
 SRC_URI="
https://codeload.github.com/tgraf/${PN}/tar.gz/v${PV} -> ${P}.tar.gz
 "



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

2015-11-15 Thread Jeroen Roovers
commit: f329cf6927bddf8d7b7ad3bee54f4ee32f1cc92d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Nov 16 05:26:10 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Mon Nov 16 05:26:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f329cf69

net-analyzer/net-snmp: Stable for HPPA PPC64 (bug #565602).

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

 net-analyzer/net-snmp/net-snmp-5.7.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/net-snmp/net-snmp-5.7.3-r3.ebuild 
b/net-analyzer/net-snmp/net-snmp-5.7.3-r3.ebuild
index 43526cc..3286215 100644
--- a/net-analyzer/net-snmp/net-snmp-5.7.3-r3.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.7.3-r3.ebuild
@@ -24,7 +24,7 @@ S=${WORKDIR}/${P/_/.}
 # GPL-2 for the init scripts
 LICENSE="HPND BSD GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86"
 IUSE="bzip2 doc elf ipv6 libressl mfd-rewrites minimal perl python rpm selinux 
ssl tcpd X zlib lm_sensors ucd-compat pci netlink mysql"
 
 COMMON_DEPEND="



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

2015-11-15 Thread Jeroen Roovers
commit: 86935b3adb3f09046b023ca82f071e10a6aa9e73
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Nov 16 05:46:51 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Mon Nov 16 05:46:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86935b3a

dev-perl/List-MoreUtils: Stable for HPPA PPC64 (bug #565794).

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

 dev-perl/List-MoreUtils/List-MoreUtils-0.413.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/List-MoreUtils/List-MoreUtils-0.413.0.ebuild 
b/dev-perl/List-MoreUtils/List-MoreUtils-0.413.0.ebuild
index 314535e..0f3dba2 100644
--- a/dev-perl/List-MoreUtils/List-MoreUtils-0.413.0.ebuild
+++ b/dev-perl/List-MoreUtils/List-MoreUtils-0.413.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Provide the missing functionality from List::Util"
 
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="test"
 
 RDEPEND="



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

2015-11-15 Thread Jeroen Roovers
commit: 496f6e5efd6d1b02002de5a00b3f0f77ca9aa0d7
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Nov 16 05:44:07 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Mon Nov 16 05:44:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=496f6e5e

net-misc/ipcalc: Improve DESCRIPTION.

Package-Manager: portage-2.2.24

 net-misc/ipcalc/ipcalc-0.41.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/ipcalc/ipcalc-0.41.ebuild 
b/net-misc/ipcalc/ipcalc-0.41.ebuild
index b50b0da..43d2f44 100644
--- a/net-misc/ipcalc/ipcalc-0.41.ebuild
+++ b/net-misc/ipcalc/ipcalc-0.41.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-DESCRIPTION="calculates broadcast/network/etc... from an IP address and 
netmask"
+DESCRIPTION="IP Calculator prints broadcast/network/etc for an IP address and 
netmask"
 LICENSE="GPL-2+"
 HOMEPAGE="http://jodies.de/ipcalc";
 SRC_URI="${HOMEPAGE}-archive/${P}.tar.gz"



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

2015-11-15 Thread Jeroen Roovers
commit: 7b78e7944c8ac29afae32cd38f5e3b93ce9ee0df
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Nov 16 05:46:01 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Mon Nov 16 05:46:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b78e794

dev-perl/Exporter-Tiny: Stable for HPPA PPC64 (bug #565794).

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

 dev-perl/Exporter-Tiny/Exporter-Tiny-0.42.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Exporter-Tiny/Exporter-Tiny-0.42.0.ebuild 
b/dev-perl/Exporter-Tiny/Exporter-Tiny-0.42.0.ebuild
index 98fa446..529b5f8 100644
--- a/dev-perl/Exporter-Tiny/Exporter-Tiny-0.42.0.ebuild
+++ b/dev-perl/Exporter-Tiny/Exporter-Tiny-0.42.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="An exporter with the features of Sub::Exporter but only core 
dependencies"
 
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Socket-SSL/

2015-11-15 Thread Jeroen Roovers
commit: c13ec3fad78a9ee330757de9662981cbe87107a6
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Nov 16 05:49:10 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Mon Nov 16 05:49:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c13ec3fa

dev-perl/IO-Socket-SSL: Stable for HPPA PPC64 (bug #536518).

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

 dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.12.0.ebuild 
b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.12.0.ebuild
index d4101b6..e0f5c8b 100644
--- a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.12.0.ebuild
+++ b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.12.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Nearly transparent SSL encapsulation for IO::Socket::INET"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="idn"
 
 RDEPEND="



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

2015-11-15 Thread Jeroen Roovers
commit: 47e3187bbdbf09f5c1c49f85a81122027ef4ee27
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Nov 16 05:55:32 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Mon Nov 16 05:55:32 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47e3187b

dev-ruby/rack-cache: Mark ~ppc64 (bug #565818).

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

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

diff --git a/dev-ruby/rack-cache/rack-cache-1.5.1.ebuild 
b/dev-ruby/rack-cache/rack-cache-1.5.1.ebuild
index 9031d4a..e3ff61c 100644
--- a/dev-ruby/rack-cache/rack-cache-1.5.1.ebuild
+++ b/dev-ruby/rack-cache/rack-cache-1.5.1.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://github.com/rtomayko/rack-cache/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="MIT"
 SLOT="1.2"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc64"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/rack:*"



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

2015-11-15 Thread Jeroen Roovers
commit: b9888932d2e5496f9015169b6b34850195d812d7
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Nov 16 05:51:46 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Mon Nov 16 05:51:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9888932

dev-ruby/maxitest: Mark ~ppc64 (bug #565818).

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

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

diff --git a/dev-ruby/maxitest/maxitest-1.5.4.ebuild 
b/dev-ruby/maxitest/maxitest-1.5.4.ebuild
index 4003ed7..88bf645 100644
--- a/dev-ruby/maxitest/maxitest-1.5.4.ebuild
+++ b/dev-ruby/maxitest/maxitest-1.5.4.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://github.com/grosser/maxitest/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc64"
 IUSE=""
 
 ruby_add_rdepend "

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

2015-11-15 Thread Jeroen Roovers
commit: 203625add0aa20887d0d3fbb37c0eaab80007075
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Nov 16 05:59:37 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Mon Nov 16 05:59:37 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=203625ad

net-misc/youtube-dl: Version bump.

Package-Manager: portage-2.2.24

 net-misc/youtube-dl/Manifest| 2 +-
 .../{youtube-dl-2015.11.10.ebuild => youtube-dl-2015.11.15.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index ab7f551..924d7e7 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,3 +1,3 @@
 DIST youtube-dl-2015.04.03.tar.gz 1472296 SHA256 
0521a15a24a9b620728a2f45ea9163ca74660ed443781b6e69b4e06d36d7bf59 SHA512 
6b2c85cfa222a31f3462aab583fa98bb92544cd5fb0d395ca0b69a26c24ab174870d02264e058281f09305752d50aa5a06d0d747205499a530b275e3194fc6f9
 WHIRLPOOL 
391e06ea261f92e03a0b38618307f1c9d53a2dfb9f2062fe0cd3ded1ea0c411033a17ded581616032c74a9e4fb398a57e565bf847196a23a9f89433f861362ae
-DIST youtube-dl-2015.11.10.tar.gz 1787156 SHA256 
c5a34ecbcf27ff34e1aae7c17732095309012e33ea9d1d4def613ca73f47e6be SHA512 
ccd65794fe230dbadbd5c53843a79c839b95405e6645de57551441c61d63c1e3eb8804b755b2743087ba9ef3f273b05dcebaa18676a7e99fc40a8648671a5b58
 WHIRLPOOL 
0fa988605a5c249002911beb7b39aac3710cc8e3cecedcf3a682f770f86cbf8e7395f335246634893ca52b5e7a55ab5b34c03ed25646f2085acbd04aead200ab
 DIST youtube-dl-2015.11.13.tar.gz 1788412 SHA256 
dd75b284de30aeff6b85d8550ad19cb8ca481961eb762304b6576ffeb8022408 SHA512 
5ebcab4fcdeae59b43c75fd558d8ccfbbf63efd31ba53a7a5e95c179a3efd457257b43e999203a47a67f66be1b09fd85923d9f7d4282228fdcb27a4176ad10e2
 WHIRLPOOL 
c31fa91c4951047c903ea730961b1935a7e644d4aaaf2380f71fb80ffe26235a2ea78aaa7be882010300c438ca1ce7b14d4c6be794f2e53f4782e6d15038c735
+DIST youtube-dl-2015.11.15.tar.gz 1794423 SHA256 
30964eeac39d4b2aafba1b117b75dcc0f30a0b52ce477bde96156aeab4b56046 SHA512 
478aaff8876d4cf34f4dab9ba08c1d630bb4f295f7b5dc384b59c41ead725a1ccf7f595e2fed3ccca59fab6c46c1a99ab84edfa886f14478e768dc2213928dbe
 WHIRLPOOL 
03f238ddfc7d9e30e6f456a0c36eeb2354bd7c39a3ab030aec09d7d3b5bec837904dc23430df76f9814bc1433995a2a2a06ec6238a7031affd7fff490f1e

diff --git a/net-misc/youtube-dl/youtube-dl-2015.11.10.ebuild 
b/net-misc/youtube-dl/youtube-dl-2015.11.15.ebuild
similarity index 100%
rename from net-misc/youtube-dl/youtube-dl-2015.11.10.ebuild
rename to net-misc/youtube-dl/youtube-dl-2015.11.15.ebuild



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

2015-11-16 Thread Jeroen Roovers
commit: aec49fafc6ad51f3d7a233807102618f8c10623d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Nov 17 05:24:13 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Tue Nov 17 05:24:13 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aec49faf

dev-util/debhelper: Version bump.

Package-Manager: portage-2.2.24

 dev-util/debhelper/Manifest|  6 +-
 dev-util/debhelper/debhelper-9.20150502.ebuild | 70 --
 dev-util/debhelper/debhelper-9.20150507.ebuild | 70 --
 dev-util/debhelper/debhelper-9.20150628.ebuild | 70 --
 dev-util/debhelper/debhelper-9.20150811.ebuild | 70 --
 ...20151004.ebuild => debhelper-9.20151116.ebuild} |  0
 6 files changed, 1 insertion(+), 285 deletions(-)

diff --git a/dev-util/debhelper/Manifest b/dev-util/debhelper/Manifest
index a31708a..2424b16 100644
--- a/dev-util/debhelper/Manifest
+++ b/dev-util/debhelper/Manifest
@@ -1,7 +1,3 @@
 DIST debhelper_9.20150101.tar.gz 545089 SHA256 
fd8d81d71d1bb0ba4b58c517465551231dd60811b98c867e4344bc55ec6a45f2 SHA512 
62c85f751627cf0bdac392c6e8c5298995030962b7753047414e740b3767d722c209329c9f0c3c07c94e82bbb7250c163ce49b681e268a0decdbd19b72ea132a
 WHIRLPOOL 
31315544c3ee695a53ef2310ad69e59c68fb0b73399305b9fe57ceb7b01faab72995e01aed270300dd0fbaed2686a5b565a8a08cfc31c720c5baa2a6c475ac4e
-DIST debhelper_9.20150502.tar.xz 313460 SHA256 
b4d55e83b7d3aa7f15ad5ddeab34fc043e803abcb051bd38ef81e80fc5423f13 SHA512 
302d592dd70e95c6f14fe5d7aecb221399354dcea4d7a1d49007cc8c2c52014ce88b10f273739e2ff6673fff2139a343ec35f894145409c4235e66694ed39e47
 WHIRLPOOL 
58bb221ff062b5b471390abe3fbd463c83fbae359a11fc9e0dbf3662d463f3a454613f1ba42d8cdef9e774a1b89420e7a34b563fcacec51f85f31e32b3748e6b
-DIST debhelper_9.20150507.tar.xz 314408 SHA256 
f3b51b3c1ad87cd936d4c443f1cebf8f194ece4b998dce6544e238ce5fd5dc39 SHA512 
1a4ca17ccf9ebc874f5c5521320ec4421d3e128e83b1a07cbf53201c559d10473e3db92ab3119dfca778cdab0f2f8e66c77659410a9f3f8e50a03c654cc6b5f5
 WHIRLPOOL 
d354f7adb9c1e059e53c4e6ebfa06f21bc9222152faa3461ab19e0efbf13cd6426e4f260ddff2880457093eafd83c4e40b5e301d3f8a304479d24aab41fc9d73
-DIST debhelper_9.20150628.tar.xz 317804 SHA256 
8fb59c2a03fa9f6061db8091e7ecaf68c5680495eec05d6c145e3f782b09d68f SHA512 
bde93266e475c3ac7dd8cbf5ee0d2c435593eadbc0f33d1389f2705f7debc36b4da165ae65cfd202a1c871fd708cda1d1c57763bdad04748a1bbdab516b2905a
 WHIRLPOOL 
4a56790c1a1629e83b6fd164cb74d9edace02318334bc968acc74f421db98b343bbd32dce56fc15a5ca4a4c7b4364bfea9bf1213864c2f3a8238dbc43ee2a33f
-DIST debhelper_9.20150811.tar.xz 319992 SHA256 
dc96fb0e8c34b0f239482088e85261bd8d858b0e5154990b52879893215d6d73 SHA512 
37754b0b9fe8e73a9ec3ccbce972d3fddc8d63d11dafb90e6a3ba68a6e966ebab78e1ee564f80dc36b017ac4501b13efba66ccb32309ca040f753c2ec541ba49
 WHIRLPOOL 
9ed1ac69c48b4002deab5f412f086634ade1a30f8d9932d22ffa5fb93500c0fa1e15c5dd1b4c14b2c2c1ef5bee55434fe9922a19348bfa5da4c54179a1c046c2
-DIST debhelper_9.20151004.tar.xz 325348 SHA256 
e8c32712db58ac0764e8c83a324a7a519a58a33a6c9ba86f1ca0ac171213f21f SHA512 
15bb0beb1fa37b30ededffe160b660fc415dd8935db2f7f548128090d7719d2004fd721abefbd0c7f88b18edd476124ebd1f759f6ead9c341d6c1ebfe5ad0121
 WHIRLPOOL 
961e7150f28dfc11e4f9582bf92ded6dcd69c808b5179c4e97f36d17178414bb68d40c69fb38fef007cfa03933cf888bb1c4a5a55e15bf0bd9306c03ed258970
 DIST debhelper_9.20151005.tar.xz 325420 SHA256 
232776ecf0e7955ea4154edc92eb6450f5d57343c7da0de1a698077efaa50958 SHA512 
d5e967a0bfa5c7cdb89099ef26ab566cea49ec0e1dce9cea1f626f32ac2f1b39aa2fa85adfa7acb6473322f4796cbfa1e7dfaff860a116a13d8a06db647a1f9c
 WHIRLPOOL 
002ff3786e6ed27548c32a1bda7750ac5ef018d2002b24db1321c0ece074250edd0d3f8c857d8183f24ddae9c59c1243c42169f323c314b1df47653371caa6a0
+DIST debhelper_9.20151116.tar.xz 329780 SHA256 
2cfa5395d76f3a56dd165241b838752c9d5a346d132a5626c9e7e130df457138 SHA512 
250ff2f3b312d8673e2f8fc936638e8e3d8cee4f282754d64c250b4fa503a8142b6524be4fcbb8eab0adcb2234264c0de6e36988a98a29c6abe8b1d03aa6a577
 WHIRLPOOL 
3946fc468ca4e050133f680bab089a0192bbc10babb21905332a2911357ab0299cc4e1ab07ec38231e58d3b7f1a441891bb2a38c5978bc90e61841f1dfab1a92

diff --git a/dev-util/debhelper/debhelper-9.20150502.ebuild 
b/dev-util/debhelper/debhelper-9.20150502.ebuild
deleted file mode 100644
index 9d5f195..000
--- a/dev-util/debhelper/debhelper-9.20150502.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Collection of programs that can be used to automate common tasks 
in debian/rules"
-HOMEPAGE="http://packages.qa.debian.org/d/debhelper.html 
http://joeyh.name/code/debhelper/";
-SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~s

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

2015-11-16 Thread Jeroen Roovers
commit: 070086f7d74e96bbccb2cbde29d1e54c239751b6
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Nov 17 06:05:49 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Tue Nov 17 06:30:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=070086f7

x11-drivers/nvidia-drivers: Version bump.

Package-Manager: portage-2.2.24

 x11-drivers/nvidia-drivers/Manifest|   4 +
 .../nvidia-drivers/nvidia-drivers-352.63.ebuild| 489 +
 2 files changed, 493 insertions(+)

diff --git a/x11-drivers/nvidia-drivers/Manifest 
b/x11-drivers/nvidia-drivers/Manifest
index 56c5465..afb60a3 100644
--- a/x11-drivers/nvidia-drivers/Manifest
+++ b/x11-drivers/nvidia-drivers/Manifest
@@ -4,6 +4,7 @@ DIST NVIDIA-FreeBSD-x86-340.93.tar.gz 59385673 SHA256 
094dc6df60b8e57cf9b94d982c
 DIST NVIDIA-FreeBSD-x86-346.96.tar.gz 58010757 SHA256 
a27d7b79c053702bf6524b2c4725321fa557be18a585735e0b8122d884348c3e SHA512 
f05ff7f98ae56ef992c21440e94dc12537f91353c9ba6fbe74b5928744823cb0cce38e7aa2da6c88569dda52f9ae0f6674c29255db155a2fada9b78f024dda8d
 WHIRLPOOL 
d21cfd27971847dac0118429b58b34be24f19fefc9ee05f70454e7c350d4a8678e2d01f7db72e05bd1026c45fa9373783b9817efcf76f70b70f6a5ecd8a5bc7c
 DIST NVIDIA-FreeBSD-x86-352.41.tar.gz 55205144 SHA256 
dadc8281bc13559aa4672b2436e7f7f6227fe3073882ba46765f156deb26e4c2 SHA512 
6e4314e8ab4578343972ce0bd5eb0f6c847dcdf5b682b9ac04fa4fc9e0757a645d935c32d41fb18ad1468a62f5edb0f5081c2082071ce930f6205c72716f94fd
 WHIRLPOOL 
33bb2954c4dbfe15456d467c0a41c8ac585f7f1b046e2540b7ef943434cd33c2ffe863bb80f193a783eb52a356a79e57af304b3f2a83c298de4bb601f2fd8876
 DIST NVIDIA-FreeBSD-x86-352.55.tar.gz 5567 SHA256 
e06dc59876172be35a7b9210d0d84a96f46f6ee1cdcbfd7d01e5e89338d700c3 SHA512 
d35e758ee7611e3d8a7fa773600d32b3d8945480166c607644cb1d375370f2ad05bb3234b5a7c51a3cec190346623db72fe5a2156a7b67333972f6bd0f15e530
 WHIRLPOOL 
240218a39d3798ef73e4c1c175fbb9dd16033bccc91367a6770f6fbd295f746977ea0d6cce79d949825a48b43d8ff25254c47c0202ec8cca2a4e6c460865ad24
+DIST NVIDIA-FreeBSD-x86-352.63.tar.gz 55368686 SHA256 
1d290a9d583b6e99addb4888c2b1c568bbcec712fd98c034be2448a0d1228313 SHA512 
b2cb33f6e3a2ef69dd7759217f8d2eac4197940bda5007a3d755e8769df70a197485a1df6186bb5eb5e8c2a70117a2bdcbe10b9f0e02f6eb2ca30180c4ee49bb
 WHIRLPOOL 
695e2daff45a532e3217612d28dc102b88554c775cf67af39f413871427bfbf895901ad582e78f7581f32a571b1425d3de6e74696282f8be9eec81b556357058
 DIST NVIDIA-FreeBSD-x86-355.11.tar.gz 56832647 SHA256 
3d4d5d8fcf558a8f5f1a88846161b1a89bd7fc66c0268b40613c7e3457f5ce7b SHA512 
744d9b8c48b82bac0bfeea5e8b2b2bbaa0e6a183cbd1f5d4f782fa7b21a6f6c5b252e556a8b2161c3b5d43938ef8fabf6cb36f995ee823fbf792f3c9a92b87e1
 WHIRLPOOL 
43bceb8e8d3b00789cf2c8163a055b1d2405ef93e471fda4c4e2146093289891557f4ec8debfe6bca89ad6ed6dc2e389f1d3060759a71e8949df343bc31b85b9
 DIST NVIDIA-FreeBSD-x86-358.09.tar.gz 58416284 SHA256 
45af760f645b0881e632c63e6211f539f26ab7ac29e9118e5197b06a01f80cf0 SHA512 
5b438f90b973773912169daa7986442323a893d9638b20ffbcd1782bd0bff301e0730d4482af74fcf619e8dbd01802cd69f89691200803d4876cd1c8417808b4
 WHIRLPOOL 
fca235548624f86d631330bce7cf3c5782f31ab10e04548fb7f5f1470fc95e07389613ac07c6b8650c5ec7e1945271d734c608e660a9bb70da8cd2c04a460401
 DIST NVIDIA-FreeBSD-x86-96.43.23.tar.gz 15463464 SHA256 
18d855db8381eda1a6cf548c9e5095fc5bb8694bf1d6e24fc1072fba4e54cd78 SHA512 
42d7b1b76cdb3b23680363e565614a22112162a5dd3639cb804fe670c0c3f3f23595bbefa3f78afdc6a8ca848446dee853c7a355f2c96a0d01b354753ba2785c
 WHIRLPOOL 
f8e59ce521990cd9edee441e73f973f074db492952807a0931e362102874cddbb47604ff5c5eb20a0cbde27f9b6d4e440dd12cc2e5a20c9cb65bf3c0b3e62511
@@ -12,6 +13,7 @@ DIST NVIDIA-FreeBSD-x86_64-340.93.tar.gz 60215584 SHA256 
07208f6a832c2da8748b1c4
 DIST NVIDIA-FreeBSD-x86_64-346.96.tar.gz 58774970 SHA256 
89daaff29afe92d825ec8c00149a703b4eb234e4f16bbfb98673f077521bcff9 SHA512 
99fd84f1b2177b4af2fd83088c4f8a9a6259f059c002a771ff9c3993953787dd96f83322e4ce611234674a00792a83fa439af915d6ad6886af6de2d88de94edb
 WHIRLPOOL 
5bca7c540c713b8e070b7d8412bcc2547335b9379429dc3a04ab50eae22c03eaa922486a900b2ab3cf147e0c4f2e8d3b60e81aa329b6b2956c28d2b32900082c
 DIST NVIDIA-FreeBSD-x86_64-352.41.tar.gz 56851306 SHA256 
4af779cd17c0cb00df3fd280d7d8199f0e41617b501c810632ebd1c8ca3012f9 SHA512 
84ad4ac30c76af62532420a4f62dffe5386d047d999f66ad9cf0fceb4c7aac29cad6370560a01b0de772057d78f84df76ddc5686a41a155318566640fa859939
 WHIRLPOOL 
77e4a736e7296402190a7fb79024e62b9178bddc7ee0dbba212ceb1882ecd086a9a3c10bb862c985ec4c5ecfc8335e5672a81a5e486f20c9126209fcc761b8ac
 DIST NVIDIA-FreeBSD-x86_64-352.55.tar.gz 56869851 SHA256 
b8e29e23619382bf470bd899223b290d58920abaee1b3fe58a1ae600b8965b7f SHA512 
36f4ef497d5871e0eee3918a867194142afb869d04ef78ddd3fc591fc543fa50b2099b23392a1b1168c7bd558bf79e057f4f0e2c5fc5badb1f45741e6ba5d49d
 WHIRLPOOL 
02e972f11b992ef4f3abe29961b2f6da4bf46fceab93f732ff5f02eb1378472f319ff9425fb5c5f389d0a6b634b34a0ba21b37d23861cec09cc7e6b8329002a4
+DIST NVIDIA-FreeBSD-x86_64-352.63.

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

2015-11-16 Thread Jeroen Roovers
commit: ae4efa576499c9646346aff61bf37de7668ac7c3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Nov 17 06:30:04 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Tue Nov 17 06:31:12 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae4efa57

x11-drivers/nvidia-drivers: 3 -> many

Package-Manager: portage-2.2.24

 x11-drivers/nvidia-drivers/nvidia-drivers-173.14.39-r1.ebuild | 2 +-
 x11-drivers/nvidia-drivers/nvidia-drivers-304.128-r1.ebuild   | 2 +-
 x11-drivers/nvidia-drivers/nvidia-drivers-304.131.ebuild  | 2 +-
 x11-drivers/nvidia-drivers/nvidia-drivers-340.93-r1.ebuild| 2 +-
 x11-drivers/nvidia-drivers/nvidia-drivers-340.96.ebuild   | 2 +-
 x11-drivers/nvidia-drivers/nvidia-drivers-346.96-r1.ebuild| 2 +-
 x11-drivers/nvidia-drivers/nvidia-drivers-352.55.ebuild   | 2 +-
 x11-drivers/nvidia-drivers/nvidia-drivers-352.63.ebuild   | 2 +-
 x11-drivers/nvidia-drivers/nvidia-drivers-355.11-r2.ebuild| 2 +-
 x11-drivers/nvidia-drivers/nvidia-drivers-358.09.ebuild   | 2 +-
 x11-drivers/nvidia-drivers/nvidia-drivers-358.13.ebuild   | 2 +-
 x11-drivers/nvidia-drivers/nvidia-drivers-96.43.23-r1.ebuild  | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-173.14.39-r1.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-173.14.39-r1.ebuild
index ac11b86..00fbdc7 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-173.14.39-r1.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-173.14.39-r1.ebuild
@@ -214,7 +214,7 @@ pkg_setup() {
ewarn "Do not file a bug report about this."
fi
 
-   # Since Nvidia ships 3 different series of drivers, we need to give the 
user
+   # Since Nvidia ships many different series of drivers, we need to give 
the user
# some kind of guidance as to what version they should install. This 
tries
# to point the user in the right direction but can't be perfect. check
# nvidia-driver.eclass

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-304.128-r1.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-304.128-r1.ebuild
index 5e2a49d..12935ff 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-304.128-r1.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-304.128-r1.ebuild
@@ -88,7 +88,7 @@ pkg_pretend() {
ewarn "Do not file a bug report about this."
fi
 
-   # Since Nvidia ships 3 different series of drivers, we need to give the 
user
+   # Since Nvidia ships many different series of drivers, we need to give 
the user
# some kind of guidance as to what version they should install. This 
tries
# to point the user in the right direction but can't be perfect. check
# nvidia-driver.eclass

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-304.131.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-304.131.ebuild
index 5ab704b..7d0a1a4 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-304.131.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-304.131.ebuild
@@ -89,7 +89,7 @@ pkg_pretend() {
ewarn ""
fi
 
-   # Since Nvidia ships 3 different series of drivers, we need to give the 
user
+   # Since Nvidia ships many different series of drivers, we need to give 
the user
# some kind of guidance as to what version they should install. This 
tries
# to point the user in the right direction but can't be perfect. check
# nvidia-driver.eclass

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-340.93-r1.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-340.93-r1.ebuild
index 681e976..2518cc2 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-340.93-r1.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-340.93-r1.ebuild
@@ -90,7 +90,7 @@ pkg_pretend() {
ewarn "Do not file a bug report about this."
fi
 
-   # Since Nvidia ships 3 different series of drivers, we need to give the 
user
+   # Since Nvidia ships many different series of drivers, we need to give 
the user
# some kind of guidance as to what version they should install. This 
tries
# to point the user in the right direction but can't be perfect. check
# nvidia-driver.eclass

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-340.96.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-340.96.ebuild
index b15f192..e597dd3 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-340.96.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-340.96.ebuild
@@ -91,7 +91,7 @@ pkg_pretend() {
ewarn ""
fi
 
-   # Since Nvidia ships 3 different series of drivers, we need to give the 
user
+   # Since Nvidia ships many different series of drivers, we need to give 
the user
# some kind of guidance as to what version they should insta

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

2015-11-16 Thread Jeroen Roovers
commit: 08d18a9677d18da3688214d24bff3be956fa5f28
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Nov 17 06:28:07 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Tue Nov 17 06:31:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08d18a96

x11-drivers/nvidia-drivers: Version bump.

Package-Manager: portage-2.2.24

 x11-drivers/nvidia-drivers/Manifest|   9 ++
 ...352.63.ebuild => nvidia-drivers-304.131.ebuild} | 139 -
 ...-352.63.ebuild => nvidia-drivers-340.96.ebuild} |  29 ++---
 .../nvidia-drivers/nvidia-drivers-352.63.ebuild|   1 +
 ...-352.63.ebuild => nvidia-drivers-358.13.ebuild} | 104 ---
 5 files changed, 131 insertions(+), 151 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/Manifest 
b/x11-drivers/nvidia-drivers/Manifest
index 4b1686d..844cf7a 100644
--- a/x11-drivers/nvidia-drivers/Manifest
+++ b/x11-drivers/nvidia-drivers/Manifest
@@ -1,6 +1,8 @@
 DIST NVIDIA-FreeBSD-x86-173.14.39.tar.gz 20038266 SHA256 
63a922ce4c5b676b4cb1ace98094dace4cc5408f2553e183df7b212a238b SHA512 
96982fe7e0751c52fbef534193de09d187b99c1984c05e791223eb804719d8b3ba72efd983f227661ded4b71569bdbb914f1f629ab73a8bc9b8172832ccf3ec6
 WHIRLPOOL 
21f5906f42adf0064c7a7f81ac8e323de488e6d36356ee42c31a15c31ebb64335d5e2cff0ff022d41de480f9e0a57b3b96387f17151c7b59eceba2c61a7a102b
 DIST NVIDIA-FreeBSD-x86-304.128.tar.gz 34479549 SHA256 
c26d0ce5bda8965b37a8b8f91e8580f98b740e16dd21f3aaf7fb6bc84d3dd363 SHA512 
9b7cd4fdb59c8d4783c2625d8e301869e1ddae0b7d3f81e9ca2eea4722168ddf513c7ed5853ce34607e219aa11c4da687c5e68a6d2021bf3aa54969cd3337ba2
 WHIRLPOOL 
98ada42a1b73d6858343fccd2aebe2c345e3275f7f7371e14980ef87a8407f0167e01c6963e498feba29860bf3ffbd2245789dc3ad3cff97635af1820bb42edf
+DIST NVIDIA-FreeBSD-x86-304.131.tar.gz 10656712 SHA256 
ba269b8b142429756be4fbf94a5da97bd039d6da91571bc7d4fceb750e0766ac SHA512 
b8036055b5a667239b40392920a043b60b0d68529a85fec5779e9deca1bf2de8683be4e49aa7e37e1b32c547ff125d5d7df950ef059d26ebc28b244190062c59
 WHIRLPOOL 
a8eea0d5ec4f1f931e2dc1b8f5faf0bea2b3db926b3c638e65504fdf9b3bbb2c27b8046cf859aa7f13f228cff4620d748b1cb6ef3fc8f8bfc2c650b0fe2419ad
 DIST NVIDIA-FreeBSD-x86-340.93.tar.gz 59385673 SHA256 
094dc6df60b8e57cf9b94d982cb29c32d5e0c1d81796dbadb39145e78a3b0086 SHA512 
ae5ef62aa8dea2f67026dc9e7f369294895516cd443daa277ac2c783ef1fe85df23706aef70cbce41722d239a50c562b66210fd76f662186e25c58b38e617230
 WHIRLPOOL 
816b2b8c1de3609c03059fbb6f102f54fba5fcc64539745701ef3e20e435ca767ff8fe93c7f0242fcee5fb941210781a526b67cf693a48974723ccbf8e95595f
+DIST NVIDIA-FreeBSD-x86-340.96.tar.gz 59678354 SHA256 
dda243ed9b36e29162b1c97b987b9ca82ef7fcff4635ac78443fdb06739ec22e SHA512 
dacd14a41c16bff9d26a00084c96af3fb9472fdb00832ca36f4737fb8c741e1eb89f1d6d015c3dee051482aef23631fecbad645e17014e53ee51644d4aa4b51f
 WHIRLPOOL 
d55d10682a086b6dcfb72e67f028731afd1f4a5ee2d96d6288f1a0c8eead51927b7454fff793d0b4c57d273fd5b00a9207004b14b4e6f66ab8f106ab5c68518c
 DIST NVIDIA-FreeBSD-x86-346.96.tar.gz 58010757 SHA256 
a27d7b79c053702bf6524b2c4725321fa557be18a585735e0b8122d884348c3e SHA512 
f05ff7f98ae56ef992c21440e94dc12537f91353c9ba6fbe74b5928744823cb0cce38e7aa2da6c88569dda52f9ae0f6674c29255db155a2fada9b78f024dda8d
 WHIRLPOOL 
d21cfd27971847dac0118429b58b34be24f19fefc9ee05f70454e7c350d4a8678e2d01f7db72e05bd1026c45fa9373783b9817efcf76f70b70f6a5ecd8a5bc7c
 DIST NVIDIA-FreeBSD-x86-352.55.tar.gz 5567 SHA256 
e06dc59876172be35a7b9210d0d84a96f46f6ee1cdcbfd7d01e5e89338d700c3 SHA512 
d35e758ee7611e3d8a7fa773600d32b3d8945480166c607644cb1d375370f2ad05bb3234b5a7c51a3cec190346623db72fe5a2156a7b67333972f6bd0f15e530
 WHIRLPOOL 
240218a39d3798ef73e4c1c175fbb9dd16033bccc91367a6770f6fbd295f746977ea0d6cce79d949825a48b43d8ff25254c47c0202ec8cca2a4e6c460865ad24
 DIST NVIDIA-FreeBSD-x86-352.63.tar.gz 55368686 SHA256 
1d290a9d583b6e99addb4888c2b1c568bbcec712fd98c034be2448a0d1228313 SHA512 
b2cb33f6e3a2ef69dd7759217f8d2eac4197940bda5007a3d755e8769df70a197485a1df6186bb5eb5e8c2a70117a2bdcbe10b9f0e02f6eb2ca30180c4ee49bb
 WHIRLPOOL 
695e2daff45a532e3217612d28dc102b88554c775cf67af39f413871427bfbf895901ad582e78f7581f32a571b1425d3de6e74696282f8be9eec81b556357058
@@ -8,7 +10,9 @@ DIST NVIDIA-FreeBSD-x86-355.11.tar.gz 56832647 SHA256 
3d4d5d8fcf558a8f5f1a888461
 DIST NVIDIA-FreeBSD-x86-358.09.tar.gz 58416284 SHA256 
45af760f645b0881e632c63e6211f539f26ab7ac29e9118e5197b06a01f80cf0 SHA512 
5b438f90b973773912169daa7986442323a893d9638b20ffbcd1782bd0bff301e0730d4482af74fcf619e8dbd01802cd69f89691200803d4876cd1c8417808b4
 WHIRLPOOL 
fca235548624f86d631330bce7cf3c5782f31ab10e04548fb7f5f1470fc95e07389613ac07c6b8650c5ec7e1945271d734c608e660a9bb70da8cd2c04a460401
 DIST NVIDIA-FreeBSD-x86-96.43.23.tar.gz 15463464 SHA256 
18d855db8381eda1a6cf548c9e5095fc5bb8694bf1d6e24fc1072fba4e54cd78 SHA512 
42d7b1b76cdb3b23680363e565614a22112162a5dd3639cb804fe670c0c3f3f23595bbefa3f78afdc6a8ca848446dee853c7a355f2c96a0d01b354753ba2

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

2015-11-16 Thread Jeroen Roovers
commit: 50db5b6740ee3f48e77c20d33db83cafc38c4674
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Nov 17 06:07:12 2015 +
Commit:     Jeroen Roovers  gentoo  org>
CommitDate: Tue Nov 17 06:31:02 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50db5b67

x11-drivers/nvidia-drivers: Old.

Package-Manager: portage-2.2.24

 x11-drivers/nvidia-drivers/Manifest|   4 -
 .../nvidia-drivers/nvidia-drivers-352.41-r1.ebuild | 489 -
 2 files changed, 493 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/Manifest 
b/x11-drivers/nvidia-drivers/Manifest
index afb60a3..4b1686d 100644
--- a/x11-drivers/nvidia-drivers/Manifest
+++ b/x11-drivers/nvidia-drivers/Manifest
@@ -2,7 +2,6 @@ DIST NVIDIA-FreeBSD-x86-173.14.39.tar.gz 20038266 SHA256 
63a922ce4c5b676b4cb1ace
 DIST NVIDIA-FreeBSD-x86-304.128.tar.gz 34479549 SHA256 
c26d0ce5bda8965b37a8b8f91e8580f98b740e16dd21f3aaf7fb6bc84d3dd363 SHA512 
9b7cd4fdb59c8d4783c2625d8e301869e1ddae0b7d3f81e9ca2eea4722168ddf513c7ed5853ce34607e219aa11c4da687c5e68a6d2021bf3aa54969cd3337ba2
 WHIRLPOOL 
98ada42a1b73d6858343fccd2aebe2c345e3275f7f7371e14980ef87a8407f0167e01c6963e498feba29860bf3ffbd2245789dc3ad3cff97635af1820bb42edf
 DIST NVIDIA-FreeBSD-x86-340.93.tar.gz 59385673 SHA256 
094dc6df60b8e57cf9b94d982cb29c32d5e0c1d81796dbadb39145e78a3b0086 SHA512 
ae5ef62aa8dea2f67026dc9e7f369294895516cd443daa277ac2c783ef1fe85df23706aef70cbce41722d239a50c562b66210fd76f662186e25c58b38e617230
 WHIRLPOOL 
816b2b8c1de3609c03059fbb6f102f54fba5fcc64539745701ef3e20e435ca767ff8fe93c7f0242fcee5fb941210781a526b67cf693a48974723ccbf8e95595f
 DIST NVIDIA-FreeBSD-x86-346.96.tar.gz 58010757 SHA256 
a27d7b79c053702bf6524b2c4725321fa557be18a585735e0b8122d884348c3e SHA512 
f05ff7f98ae56ef992c21440e94dc12537f91353c9ba6fbe74b5928744823cb0cce38e7aa2da6c88569dda52f9ae0f6674c29255db155a2fada9b78f024dda8d
 WHIRLPOOL 
d21cfd27971847dac0118429b58b34be24f19fefc9ee05f70454e7c350d4a8678e2d01f7db72e05bd1026c45fa9373783b9817efcf76f70b70f6a5ecd8a5bc7c
-DIST NVIDIA-FreeBSD-x86-352.41.tar.gz 55205144 SHA256 
dadc8281bc13559aa4672b2436e7f7f6227fe3073882ba46765f156deb26e4c2 SHA512 
6e4314e8ab4578343972ce0bd5eb0f6c847dcdf5b682b9ac04fa4fc9e0757a645d935c32d41fb18ad1468a62f5edb0f5081c2082071ce930f6205c72716f94fd
 WHIRLPOOL 
33bb2954c4dbfe15456d467c0a41c8ac585f7f1b046e2540b7ef943434cd33c2ffe863bb80f193a783eb52a356a79e57af304b3f2a83c298de4bb601f2fd8876
 DIST NVIDIA-FreeBSD-x86-352.55.tar.gz 5567 SHA256 
e06dc59876172be35a7b9210d0d84a96f46f6ee1cdcbfd7d01e5e89338d700c3 SHA512 
d35e758ee7611e3d8a7fa773600d32b3d8945480166c607644cb1d375370f2ad05bb3234b5a7c51a3cec190346623db72fe5a2156a7b67333972f6bd0f15e530
 WHIRLPOOL 
240218a39d3798ef73e4c1c175fbb9dd16033bccc91367a6770f6fbd295f746977ea0d6cce79d949825a48b43d8ff25254c47c0202ec8cca2a4e6c460865ad24
 DIST NVIDIA-FreeBSD-x86-352.63.tar.gz 55368686 SHA256 
1d290a9d583b6e99addb4888c2b1c568bbcec712fd98c034be2448a0d1228313 SHA512 
b2cb33f6e3a2ef69dd7759217f8d2eac4197940bda5007a3d755e8769df70a197485a1df6186bb5eb5e8c2a70117a2bdcbe10b9f0e02f6eb2ca30180c4ee49bb
 WHIRLPOOL 
695e2daff45a532e3217612d28dc102b88554c775cf67af39f413871427bfbf895901ad582e78f7581f32a571b1425d3de6e74696282f8be9eec81b556357058
 DIST NVIDIA-FreeBSD-x86-355.11.tar.gz 56832647 SHA256 
3d4d5d8fcf558a8f5f1a88846161b1a89bd7fc66c0268b40613c7e3457f5ce7b SHA512 
744d9b8c48b82bac0bfeea5e8b2b2bbaa0e6a183cbd1f5d4f782fa7b21a6f6c5b252e556a8b2161c3b5d43938ef8fabf6cb36f995ee823fbf792f3c9a92b87e1
 WHIRLPOOL 
43bceb8e8d3b00789cf2c8163a055b1d2405ef93e471fda4c4e2146093289891557f4ec8debfe6bca89ad6ed6dc2e389f1d3060759a71e8949df343bc31b85b9
@@ -11,7 +10,6 @@ DIST NVIDIA-FreeBSD-x86-96.43.23.tar.gz 15463464 SHA256 
18d855db8381eda1a6cf548c
 DIST NVIDIA-FreeBSD-x86_64-304.128.tar.gz 35481444 SHA256 
ee38635fb02eb598dd0cdfdbc9014096774104d75ba42fee7688126e531fed8f SHA512 
36b045bd556512c83fc841e5d379b1af70b47df99f7042b64d3ed009f3dadb8e7a06e34506b839d0e936de06064c343aac370dad3fe96ea53aa3e25322eda0ff
 WHIRLPOOL 
bc53f009da857ca34396f6d49e9c8774e0062cfb437a1b711256b3c0bbbd50d49bb4691697ce7bee347533aeb150d7fe6d061170c1ca9ced6a694694399542c8
 DIST NVIDIA-FreeBSD-x86_64-340.93.tar.gz 60215584 SHA256 
07208f6a832c2da8748b1c4f8b5ce42a7b617f2ee1ac59155fecaff952c30988 SHA512 
c480df2f36c3d6eba53af9c3070e1561ae7c56cd5d31fb531dcb6897ca02d0d205c0ce99597304ea36b7b75b173e31a9a4c07ddd143ad13884aff0a7c3479bce
 WHIRLPOOL 
c1b28898ffe733961bdb622e8b430715c74871cfaab0348a9e5990df5a92676e8fb8c199ea1f1a06fa6c6ded65877b987b802a7a9ea0b7023cbaa62fb52eda01
 DIST NVIDIA-FreeBSD-x86_64-346.96.tar.gz 58774970 SHA256 
89daaff29afe92d825ec8c00149a703b4eb234e4f16bbfb98673f077521bcff9 SHA512 
99fd84f1b2177b4af2fd83088c4f8a9a6259f059c002a771ff9c3993953787dd96f83322e4ce611234674a00792a83fa439af915d6ad6886af6de2d88de94edb
 WHIRLPOOL 
5bca7c540c713b8e070b7d8412bcc2547335b9379429dc3a04ab50eae22c03eaa922486a900b2ab3cf147e0c4f2e8d3b60e81aa329b6b2956c28d2b32900082c
-DIST NVIDIA-FreeBSD-x86_64-352.41.tar.gz 56851306 

  1   2   3   4   5   6   7   8   9   10   >