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

2017-03-19 Thread Erik Mackdanz
commit: 69695164a6ffc69e419da45d614aeb21533e867e
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Mon Mar 20 05:00:39 2017 +
Commit: Erik Mackdanz  gentoo  org>
CommitDate: Mon Mar 20 05:00:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69695164

sys-fs/lxcfs: remove old version

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-fs/lxcfs/Manifest  |  1 -
 .../lxcfs/files/lxcfs-2.0.3-fusermount-path.patch  | 11 
 sys-fs/lxcfs/files/lxcfs-2.0.3.initd   | 26 
 sys-fs/lxcfs/lxcfs-2.0.3.ebuild| 70 --
 4 files changed, 108 deletions(-)

diff --git a/sys-fs/lxcfs/Manifest b/sys-fs/lxcfs/Manifest
index f159e85e3f6..a541be13fe4 100644
--- a/sys-fs/lxcfs/Manifest
+++ b/sys-fs/lxcfs/Manifest
@@ -1,3 +1,2 @@
-DIST lxcfs-2.0.3.tar.gz 51078 SHA256 
742a6cc463dc66179c334ebca4c3276888ef27a564e5e47212b60c655a811a72 SHA512 
14caa2d6598529610ef6bd4c1d6f4d4598e8dc1378a3ee35ea7a1582c11150c896facc80216e67526384995891d9cc1244796860b790ecfc8bf735cc2cd80923
 WHIRLPOOL 
f2de2438e4e521db5135ca81daceccdc1d3820907de9d37842c9bafa112cc416774cb2efe27b815ce26e55617c7eb9f5d076df5423ab354747605fa90643
 DIST lxcfs-2.0.4.tar.gz 52639 SHA256 
9af8199dba2837542ede6e50489100220472241e4b355b685e66c9a72bbcf81a SHA512 
1c701fbd60799a1f7ad7e809c2e52ef0d26ed44e96c2c0376d3c4eb203aafb99ddcaff015f3fa8cc9c1219449210f6bf93844cc568de3a9f55cb8801328cec90
 WHIRLPOOL 
1ac966bab786b00a236225e1856c46fa9d419e42853edcd1181fc3f43d54becb60435fa0679a6a0f838a5edeb920205e3baa734118a4b5d9587e547fd63e3704
 DIST lxcfs-2.0.6.tar.gz 62632 SHA256 
be4ea891887aee2c04b2d9ff5dbb6866178cc1276119f5b116bf3f99c7750213 SHA512 
52baf15eb9dc2b694085635f7d8e5c6f1207099173cda607d758b8837a720e4808cacbf83f900a6734d3260d34abafbebdcbb0618cb3cf67c5d304f50d66244d
 WHIRLPOOL 
0d7fc69400678f03dd8ccb06fee643feaa62469e6287a6bc3935232f775bc93fa5c1d649e7747b3b09867f2678593eaf923c947499c549cfd6c40fcd28620a95

diff --git a/sys-fs/lxcfs/files/lxcfs-2.0.3-fusermount-path.patch 
b/sys-fs/lxcfs/files/lxcfs-2.0.3-fusermount-path.patch
deleted file mode 100644
index 61d3494fb7f..000
--- a/sys-fs/lxcfs/files/lxcfs-2.0.3-fusermount-path.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 /config/init/systemd/lxcfs.service.orig2016-07-11 01:18:57.688074437 
+
-+++ /config/init/systemd/lxcfs.service 2016-07-11 01:19:48.516477185 +
-@@ -7,7 +7,7 @@
- ExecStart=/usr/bin/lxcfs /var/lib/lxcfs/
- KillMode=process
- Restart=on-failure
--ExecStopPost=-/bin/fusermount -u /var/lib/lxcfs
-+ExecStopPost=-/usr/bin/fusermount -u /var/lib/lxcfs
- Delegate=yes
- 
- [Install]

diff --git a/sys-fs/lxcfs/files/lxcfs-2.0.3.initd 
b/sys-fs/lxcfs/files/lxcfs-2.0.3.initd
deleted file mode 100644
index dd556894b7f..000
--- a/sys-fs/lxcfs/files/lxcfs-2.0.3.initd
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DAEMON=/usr/bin/lxcfs
-PIDFILE=/run/lxcfs.pid
-
-start() {
-ebegin "Starting lxcfs"
-
-start-stop-daemon --start \
- --pidfile ${PIDFILE} \
- --exec ${DAEMON} \
- --background \
- --make-pidfile \
- -- \
- -f -o allow_other /var/lib/lxcfs
-
-eend $?
-}
-
-stop() {
-ebegin "Stopping lxcfs"
-start-stop-daemon --stop --quiet -R TERM/45 -p ${PIDFILE}
-eend $?
-}

diff --git a/sys-fs/lxcfs/lxcfs-2.0.3.ebuild b/sys-fs/lxcfs/lxcfs-2.0.3.ebuild
deleted file mode 100644
index 82ea9915b32..000
--- a/sys-fs/lxcfs/lxcfs-2.0.3.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit systemd vcs-snapshot versionator
-DESCRIPTION="FUSE filesystem for LXC"
-HOMEPAGE="https://linuxcontainers.org/lxcfs/introduction/;
-LICENSE="Apache-2.0"
-SLOT="0"
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/lxc/lxcfs.git;
-   EGIT_BRANCH="master"
-   inherit git-r3
-   SRC_URI=""
-   KEYWORDS=""
-else
-   # e.g. upstream is 2.0.0.beta2, we want 2.0.0_beta2
-   UPSTREAM_PV=$(replace_version_separator 3 '.' )
-   
SRC_URI="https://github.com/lxc/lxcfs/archive/${PN}-${UPSTREAM_PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-IUSE="pam"
-
-# Omit all dbus.  Upstream appears to require it because systemd, but
-# lxcfs makes no direct use of dbus.
-RDEPEND="
-   dev-libs/glib:2
-   sys-fs/fuse
-   virtual/pam
-"
-DEPEND="
-   sys-apps/help2man
-   ${RDEPEND}
-"
-PATCHES="${FILESDIR}/${P}-fusermount-path.patch"
-
-src_prepare() {
-   default
-   ./bootstrap.sh || die "Failed to bootstrap configure files"
-}
-
-src_configure() {
-   use pam || pamflag="--with-pamdir=none"
-
-   # Without the localstatedir the filesystem isn't 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/lxd/, app-emulation/lxd/files/

2017-03-19 Thread Erik Mackdanz
commit: 027c8106615fe6ecfda51e7adc4cfb7ccb142738
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Mon Mar 20 04:51:46 2017 +
Commit: Erik Mackdanz  gentoo  org>
CommitDate: Mon Mar 20 04:51:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=027c8106

app-emulation/lxd: remove old versions

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-emulation/lxd/Manifest|   2 -
 app-emulation/lxd/files/lxd-2.5-dont-go-get.patch |  22 ---
 app-emulation/lxd/files/lxd-2.5.confd |  27 ---
 app-emulation/lxd/files/lxd-2.5.initd |  49 --
 app-emulation/lxd/files/lxd-2.7-dont-go-get.patch |  22 ---
 app-emulation/lxd/files/lxd-2.7.confd |  27 ---
 app-emulation/lxd/files/lxd-2.7.initd |  49 --
 app-emulation/lxd/lxd-2.5.ebuild  | 194 -
 app-emulation/lxd/lxd-2.7.ebuild  | 198 --
 9 files changed, 590 deletions(-)

diff --git a/app-emulation/lxd/Manifest b/app-emulation/lxd/Manifest
index 53b58ba48e1..dba7edb0899 100644
--- a/app-emulation/lxd/Manifest
+++ b/app-emulation/lxd/Manifest
@@ -1,4 +1,2 @@
 DIST lxd-2.11.tar.bz2 2407968 SHA256 
829643811a711c8e3c118274d517091b4fbd4701b760e46d7f53fcc4d356455d SHA512 
8269a20e0c0c0f3a3a247af15fcda3aa764cd2353d8a7aa9183646dbf19a080ce09bf31ff91a9faca3eda494460a788deabdb145a59c2aa1861f2df89c43294b
 WHIRLPOOL 
ba12b4c41969e17b5f9beaa7908ca7be18d3ce35ae27c762a556fe6d59f48962cf0ccaecc512887d40338e6e26ccdc2cdf6c89d87fd1b2028fb5e04f3a74b639
-DIST lxd-2.5.tar.bz2 2267313 SHA256 
d87ac77ec6f47cd3e3417a78b0c315dac367bc89c532cf1784d80b31e57cfc8d SHA512 
c023f2b9ccd958560eead23806cb60a04371a3721420f5c0d65e55cf2d7647d6690677619c4f8fa91573545817a1444d9d61f6a2b6ca8c3870136911cb1fbce9
 WHIRLPOOL 
e4702e2597c5fe88ffa5139b829146ea474959799910bed79db617d9486da73d9de77c1ad398c1112d04109a858e5684f2c676bfe9fd4d68cf5081fbc0f6ae7a
-DIST lxd-2.7.tar.bz2 2309735 SHA256 
2681a77888e19ed95ea0bd562dee9d03d703d01d25ab8cb8e80eb6c6a5f115ed SHA512 
53a34e96a1478bd73f5b12988a10162fc4d93554cfd66a38a82879662e63a6d34cbdba432dea6e45733cb66f3b40b46146c4be2d38a66eb3d553f8157104b212
 WHIRLPOOL 
7fd13e545c632ee16b96f172948509838bcd85fe3541bd014168acb978811827367d86461eb68579fd6aaf3311a87f960057f207eb9b5a6b908a0aac81a5004d
 DIST lxd-2.8.tar.bz2 2317466 SHA256 
57f08bd3c26ea4f32453aa163b502301ae0a80716d6de56b069eeebb35850011 SHA512 
fdf906add25ab0b79ea7669ad569873a256f0cfc220ed816b0dc2c9b1e525a19e2606678d90d50c4f548b4322a2896d4c12069337f9571a9a4f6646fb6f673a5
 WHIRLPOOL 
049f3664e60e8f6fd98c8403db31db6e1dd5f6efed2e74b9007f9f99a4b337e9f58852253d226fc294c4bc964dd6d5d732a8a386606f206a74d83a32470dc1d3

diff --git a/app-emulation/lxd/files/lxd-2.5-dont-go-get.patch 
b/app-emulation/lxd/files/lxd-2.5-dont-go-get.patch
deleted file mode 100644
index 9402de57735..000
--- a/app-emulation/lxd/files/lxd-2.5-dont-go-get.patch
+++ /dev/null
@@ -1,22 +0,0 @@
 /Makefile.orig 2016-07-11 23:34:40.299664675 +
-+++ /Makefile  2016-07-11 23:37:00.816018727 +
-@@ -12,19 +12,11 @@
- 
- .PHONY: default
- default:
--  # Must a few times due to go get race
--  -go get -t -v -d ./...
--  -go get -t -v -d ./...
--  -go get -t -v -d ./...
-   go install -v $(DEBUG) ./...
-   @echo "LXD built successfully"
- 
- .PHONY: client
- client:
--  # Must a few times due to go get race
--  -go get -t -v -d ./...
--  -go get -t -v -d ./...
--  -go get -t -v -d ./...
-   go install -v $(DEBUG) ./lxc
-   @echo "LXD client built successfully"
- 

diff --git a/app-emulation/lxd/files/lxd-2.5.confd 
b/app-emulation/lxd/files/lxd-2.5.confd
deleted file mode 100644
index 3d553276a5e..000
--- a/app-emulation/lxd/files/lxd-2.5.confd
+++ /dev/null
@@ -1,27 +0,0 @@
-# Group which owns the shared socket
-LXD_OPTIONS+=" --group lxd"
-
-
-
-# Enable cpu profiling into the specified file
-#LXD_OPTIONS+=" --cpuprofile /tmp/lxc_cpu_profile"
-
-# Enable memory profiling into the specified file
-#LXD_OPTIONS+=" --memprofile /tmp/lxc_mem_profile"
-
-
-
-# Enables debug mode
-#LXD_OPTIONS+=" --debug"
-
-# For debugging, print a complete stack trace every n seconds
-#LXD_OPTIONS+=" --print-goroutines-every 5"
-
-# Enables verbose mode
-#LXD_OPTIONS+=" -v"
-
-# Logfile to log to
-#LXD_OPTIONS+=" --logfile /var/log/lxd/lxd.log"
-
-# Enables syslog logging
-#LXD_OPTIONS+=" --syslog"

diff --git a/app-emulation/lxd/files/lxd-2.5.initd 
b/app-emulation/lxd/files/lxd-2.5.initd
deleted file mode 100644
index 9a9d623a278..000
--- a/app-emulation/lxd/files/lxd-2.5.initd
+++ /dev/null
@@ -1,49 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DAEMON=/usr/sbin/lxd
-PIDFILE=/run/lxd.pid
-
-extra_commands="stopall"
-
-depend() {
-need net
-use lxcfs
-
-# remove with 2.0 release
-need cgmanager
-}
-
-start() {
-   

[gentoo-commits] repo/gentoo:master commit in: app-emulation/lxd/, app-emulation/lxd/files/

2017-03-19 Thread Erik Mackdanz
commit: 2f378df458a5f692fdee3e2c0a47f69fa7dd8376
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Mon Mar 20 04:35:03 2017 +
Commit: Erik Mackdanz  gentoo  org>
CommitDate: Mon Mar 20 04:35:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f378df4

app-emulation/lxd: version bump to 2.11

Gentoo-Bug: 612170
Gentoo-Bug: 610718
Gentoo-Bug: 609146
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-emulation/lxd/Manifest |   1 +
 app-emulation/lxd/files/lxd-2.11-dont-go-get.patch |  16 ++
 app-emulation/lxd/files/lxd-2.11.confd |  27 +++
 app-emulation/lxd/files/lxd-2.11.initd |  46 +
 app-emulation/lxd/files/lxd-2.11.service   |  10 ++
 app-emulation/lxd/lxd-2.11.ebuild  | 197 +
 6 files changed, 297 insertions(+)

diff --git a/app-emulation/lxd/Manifest b/app-emulation/lxd/Manifest
index 8ad8ab8d2b5..53b58ba48e1 100644
--- a/app-emulation/lxd/Manifest
+++ b/app-emulation/lxd/Manifest
@@ -1,3 +1,4 @@
+DIST lxd-2.11.tar.bz2 2407968 SHA256 
829643811a711c8e3c118274d517091b4fbd4701b760e46d7f53fcc4d356455d SHA512 
8269a20e0c0c0f3a3a247af15fcda3aa764cd2353d8a7aa9183646dbf19a080ce09bf31ff91a9faca3eda494460a788deabdb145a59c2aa1861f2df89c43294b
 WHIRLPOOL 
ba12b4c41969e17b5f9beaa7908ca7be18d3ce35ae27c762a556fe6d59f48962cf0ccaecc512887d40338e6e26ccdc2cdf6c89d87fd1b2028fb5e04f3a74b639
 DIST lxd-2.5.tar.bz2 2267313 SHA256 
d87ac77ec6f47cd3e3417a78b0c315dac367bc89c532cf1784d80b31e57cfc8d SHA512 
c023f2b9ccd958560eead23806cb60a04371a3721420f5c0d65e55cf2d7647d6690677619c4f8fa91573545817a1444d9d61f6a2b6ca8c3870136911cb1fbce9
 WHIRLPOOL 
e4702e2597c5fe88ffa5139b829146ea474959799910bed79db617d9486da73d9de77c1ad398c1112d04109a858e5684f2c676bfe9fd4d68cf5081fbc0f6ae7a
 DIST lxd-2.7.tar.bz2 2309735 SHA256 
2681a77888e19ed95ea0bd562dee9d03d703d01d25ab8cb8e80eb6c6a5f115ed SHA512 
53a34e96a1478bd73f5b12988a10162fc4d93554cfd66a38a82879662e63a6d34cbdba432dea6e45733cb66f3b40b46146c4be2d38a66eb3d553f8157104b212
 WHIRLPOOL 
7fd13e545c632ee16b96f172948509838bcd85fe3541bd014168acb978811827367d86461eb68579fd6aaf3311a87f960057f207eb9b5a6b908a0aac81a5004d
 DIST lxd-2.8.tar.bz2 2317466 SHA256 
57f08bd3c26ea4f32453aa163b502301ae0a80716d6de56b069eeebb35850011 SHA512 
fdf906add25ab0b79ea7669ad569873a256f0cfc220ed816b0dc2c9b1e525a19e2606678d90d50c4f548b4322a2896d4c12069337f9571a9a4f6646fb6f673a5
 WHIRLPOOL 
049f3664e60e8f6fd98c8403db31db6e1dd5f6efed2e74b9007f9f99a4b337e9f58852253d226fc294c4bc964dd6d5d732a8a386606f206a74d83a32470dc1d3

diff --git a/app-emulation/lxd/files/lxd-2.11-dont-go-get.patch 
b/app-emulation/lxd/files/lxd-2.11-dont-go-get.patch
new file mode 100644
index 000..8acd93724a5
--- /dev/null
+++ b/app-emulation/lxd/files/lxd-2.11-dont-go-get.patch
@@ -0,0 +1,16 @@
+--- /Makefile.orig 2016-07-11 23:34:40.299664675 +
 /Makefile  2016-07-11 23:37:00.816018727 +
+@@ -13,13 +13,11 @@
+ 
+ .PHONY: default
+ default:
+-  go get -t -v -d ./...
+   go install -v $(TAGS) $(DEBUG) ./...
+   @echo "LXD built successfully"
+ 
+ .PHONY: client
+ client:
+-  go get -t -v -d ./...
+   go install -v $(TAGS) $(DEBUG) ./lxc
+   @echo "LXD client built successfully"
+ 

diff --git a/app-emulation/lxd/files/lxd-2.11.confd 
b/app-emulation/lxd/files/lxd-2.11.confd
new file mode 100644
index 000..3d553276a5e
--- /dev/null
+++ b/app-emulation/lxd/files/lxd-2.11.confd
@@ -0,0 +1,27 @@
+# Group which owns the shared socket
+LXD_OPTIONS+=" --group lxd"
+
+
+
+# Enable cpu profiling into the specified file
+#LXD_OPTIONS+=" --cpuprofile /tmp/lxc_cpu_profile"
+
+# Enable memory profiling into the specified file
+#LXD_OPTIONS+=" --memprofile /tmp/lxc_mem_profile"
+
+
+
+# Enables debug mode
+#LXD_OPTIONS+=" --debug"
+
+# For debugging, print a complete stack trace every n seconds
+#LXD_OPTIONS+=" --print-goroutines-every 5"
+
+# Enables verbose mode
+#LXD_OPTIONS+=" -v"
+
+# Logfile to log to
+#LXD_OPTIONS+=" --logfile /var/log/lxd/lxd.log"
+
+# Enables syslog logging
+#LXD_OPTIONS+=" --syslog"

diff --git a/app-emulation/lxd/files/lxd-2.11.initd 
b/app-emulation/lxd/files/lxd-2.11.initd
new file mode 100644
index 000..be1fb167004
--- /dev/null
+++ b/app-emulation/lxd/files/lxd-2.11.initd
@@ -0,0 +1,46 @@
+#!/sbin/openrc-run
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+DAEMON=/usr/sbin/lxd
+PIDFILE=/run/lxd.pid
+
+extra_commands="stopall"
+
+depend() {
+need net
+use lxcfs
+}
+
+start() {
+ebegin "Starting lxd server"
+
+start-stop-daemon --start \
+ --pidfile ${PIDFILE} \
+ --exec ${DAEMON} \
+ --background \
+ --make-pidfile \
+ -- \
+ ${LXD_OPTIONS}
+
+eend $?
+}
+
+stop() {
+if [ $RC_GOINGDOWN = YES ] || [ $RC_REBOOT = YES ]; then
+   stopall
+ 

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

2017-03-19 Thread Daniel Campbell
commit: 9f80fde4a6f74ab738174bc77931b35ca9b9f28f
Author: Daniel Campbell  gentoo  org>
AuthorDate: Mon Mar 20 04:09:01 2017 +
Commit: Daniel Campbell  gentoo  org>
CommitDate: Mon Mar 20 04:11:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f80fde4

media-sound/apulse: add changes needed for EAPI 6

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 media-sound/apulse/apulse-0.1.9.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/media-sound/apulse/apulse-0.1.9.ebuild 
b/media-sound/apulse/apulse-0.1.9.ebuild
index 692b9facae2..e370f54879e 100644
--- a/media-sound/apulse/apulse-0.1.9.ebuild
+++ b/media-sound/apulse/apulse-0.1.9.ebuild
@@ -26,10 +26,11 @@ src_prepare() {
_add_dir() { 
DIRS="${EPREFIX}/usr/$(get_libdir)/apulse${DIRS:+:${DIRS}}"; }
multilib_foreach_abi _add_dir
sed -e "s#@@DIRS@@#${DIRS}#g" "${FILESDIR}"/apulse > "${T}"/apulse
+   eapply_user
 }
 
 multilib_src_configure() {
-   local mycmakeargs="-DAPULSEPATH=${EPREFIX}/usr/$(get_libdir)/apulse"
+   local mycmakeargs=("-DAPULSEPATH=${EPREFIX}/usr/$(get_libdir)/apulse")
cmake-utils_src_configure
 }
 



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

2017-03-19 Thread Daniel Campbell
commit: 0f55733d98d40982224e9a596bf6c04737903142
Author: Daniel Campbell  gentoo  org>
AuthorDate: Mon Mar 20 04:04:18 2017 +
Commit: Daniel Campbell  gentoo  org>
CommitDate: Mon Mar 20 04:04:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f55733d

media-sound/apulse: version bump, bug 613254

Gentoo-Bug: 613254
Gentoo-Bug-URL: https://bugs.gentoo.org/613254
Package-Manager: Portage-2.3.4, Repoman-2.3.2

 media-sound/apulse/Manifest|  1 +
 media-sound/apulse/apulse-0.1.9.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/media-sound/apulse/Manifest b/media-sound/apulse/Manifest
index b6ea6aa90eb..8b891245b62 100644
--- a/media-sound/apulse/Manifest
+++ b/media-sound/apulse/Manifest
@@ -1,3 +1,4 @@
 DIST apulse-0.1.6.tar.gz 101938 SHA256 
f9ffbf7aff96680beff3243758e5c1e0d4ac9043d4bd6cbfb219890b4b91c9f3 SHA512 
0bcc3966a1455bac64e7b9731a988c5d10d893544354453b70f36121e92854a632f33a2ec84fa2ee4d2010221f82fb83cea872d66c4b053b0cd9014215014dc2
 WHIRLPOOL 
114d7e5d2f344ee4bdb96df01db8f10b10798ef2b332542f45e0e2957462c8255963a7d00628c01fcf58c19703c207aa967fdb258efcd28922ef05687517a8d3
 DIST apulse-0.1.7.tar.gz 103311 SHA256 
fc0e4853684ca5145950690405b0d4f89bf3a5aef7a86addec451561fb5f3e1b SHA512 
05b73b6151ba76c1a0a05e065cc41ddf2239135920d94ba6e8b3c0228faa3d49ad8f008a4bcad37500c5e545c03f9f88327504a06e99718abab491b3e35925dc
 WHIRLPOOL 
e96e48bfa3cdaf983e5d46ea3431ccf8818ce5a8cb78b5f7df8d559227ab4f4c8e9bc828d5f255f0fb2a8c7c9cc01ba07041cc0150a9577a9359c41ee4607089
 DIST apulse-0.1.8.tar.gz 105297 SHA256 
4d47b962f4873f011883477e9eec7c232cbb3cab8189a1029f41b14a235e449d SHA512 
0c14dfc572275a8f4def645d9995b9b274f9ab3bc38968a386669fab47c77b573f053f9dccae249631465a8ade4bcd68667e44c20698ac1211993d95aa84
 WHIRLPOOL 
df0d11eb151bc79b1de0fdbef48523eb06273b405f33e1782f2b6132bc331d103e5c1c87293630dede3d5883e20898ed4054a7bb0fb1d27e55facc4c360e0f34
+DIST apulse-0.1.9.tar.gz 106767 SHA256 
75f5099086ae80857e8f9e8167398ab709f9133605891e0245116ca9c4ff4b18 SHA512 
8323edebdee7bc927042857aa0587e1887a07da98ff9392ef9d075dc0e35c854b7a632be3e54fdbdac6d61b8baf05ae5fb9d180a5dab4b928be3237fdba5b941
 WHIRLPOOL 
5785243a5585b784f62467837e321648be1e3411020633f10cab2bca406f73c3a93503594e001e1a43d787882b740e1599ba3054a435e169bac4633377db60b3

diff --git a/media-sound/apulse/apulse-0.1.9.ebuild 
b/media-sound/apulse/apulse-0.1.9.ebuild
new file mode 100644
index 000..692b9facae2
--- /dev/null
+++ b/media-sound/apulse/apulse-0.1.9.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit multilib cmake-multilib
+
+DESCRIPTION="PulseAudio emulation for ALSA"
+HOMEPAGE="https://github.com/i-rinat/apulse;
+SRC_URI="https://github.com/i-rinat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-libs/glib:2[${MULTILIB_USEDEP}]
+   media-libs/alsa-lib[${MULTILIB_USEDEP}]"
+RDEPEND="${DEPEND}
+   !!media-plugins/alsa-plugins[pulseaudio]"
+
+MULTILIB_CHOST_TOOLS=( /usr/bin/apulse )
+
+src_prepare() {
+   # Ensure all relevant libdirs are added, to support all ABIs
+   DIRS=
+   _add_dir() { 
DIRS="${EPREFIX}/usr/$(get_libdir)/apulse${DIRS:+:${DIRS}}"; }
+   multilib_foreach_abi _add_dir
+   sed -e "s#@@DIRS@@#${DIRS}#g" "${FILESDIR}"/apulse > "${T}"/apulse
+}
+
+multilib_src_configure() {
+   local mycmakeargs="-DAPULSEPATH=${EPREFIX}/usr/$(get_libdir)/apulse"
+   cmake-utils_src_configure
+}
+
+multilib_src_install_all() {
+   cmake-utils_src_install
+   einstalldocs
+   dobin "${T}"/apulse
+}



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

2017-03-19 Thread Marius Brehler
commit: a6500aa9ec92840930f3e8d63518dea48eb6f769
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Mon Mar 20 03:33:21 2017 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Mon Mar 20 03:33:21 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=a6500aa9

dev-python/PyVISA: Correct homepage

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/PyVISA/PyVISA-1.8.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/PyVISA/PyVISA-1.8.ebuild 
b/dev-python/PyVISA/PyVISA-1.8.ebuild
index 5d435ef9f..e16717b37 100644
--- a/dev-python/PyVISA/PyVISA-1.8.ebuild
+++ b/dev-python/PyVISA/PyVISA-1.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
 inherit distutils-r1
 
 DESCRIPTION="Python VISA bindings for GPIB, RS232, and USB instruments"
-HOMEPAGE="https://github.com/hgrecco/pyvisa-py;
+HOMEPAGE="https://github.com/hgrecco/pyvisa;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
@@ -22,4 +22,4 @@ DEPEND="${RDEPEND}"
 
 python_test() {
esetup.py test
-}
\ No newline at end of file
+}



[gentoo-commits] repo/gentoo:master commit in: net-vpn/wireguard/

2017-03-19 Thread Jason Donenfeld
commit: 4b9ca6a785a492975418cb431f4410b1d822fc67
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Mon Mar 20 03:07:23 2017 +
Commit: Jason Donenfeld  gentoo  org>
CommitDate: Mon Mar 20 03:07:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b9ca6a7

net-vpn/wireguard: bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-vpn/wireguard/Manifest  | 2 +-
 .../{wireguard-0.0.20170223.ebuild => wireguard-0.0.20170320.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/wireguard/Manifest b/net-vpn/wireguard/Manifest
index 726997c48e0..2efd255cb30 100644
--- a/net-vpn/wireguard/Manifest
+++ b/net-vpn/wireguard/Manifest
@@ -1 +1 @@
-DIST WireGuard-0.0.20170223.tar.xz 132064 SHA256 
6d2c8cd29c4f9fb404546a4749ec050739a26b4a49b5864f1dec531377c3c50d SHA512 
273ef6463d447cb04b608a0379cce5c0ed4065f988b3f449995593592b42f2fc269fc249a8e3c22c28bfa682430ee20b5b7a46a96803c9c67d1b6fed7b800455
 WHIRLPOOL 
b08e38f791bd7c60b004b3524f411801139be09f9c091c1aead9289f430594c5cd5c80bcc8da69649b9f5ba8efc83228a42e7f54ade3dc3a312fb58175e31743
+DIST WireGuard-0.0.20170320.tar.xz 141196 SHA256 
9b9d544c2abae29b342d3befc94efba4ca096bf407aa8347ae89534121dd42cc SHA512 
4e97301550c06d4c1ce3b9da7ee665720caed840532d0ba5fe645a6e5f86afbc3d62815b61abc1fcf0923da56d73af23ea354d1482412c26ca062533eb676977
 WHIRLPOOL 
bf64f36dd91c99bdc7450e32ca5b8345924354375c7b19832427c6216000e20032bb4bc76d8de36ffe8e3df2702cfa76d5ad7040a66591f0aaa8fb599b9e2825

diff --git a/net-vpn/wireguard/wireguard-0.0.20170223.ebuild 
b/net-vpn/wireguard/wireguard-0.0.20170320.ebuild
similarity index 100%
rename from net-vpn/wireguard/wireguard-0.0.20170223.ebuild
rename to net-vpn/wireguard/wireguard-0.0.20170320.ebuild



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

2017-03-19 Thread Matt Turner
commit: 19f95acb6d94d25bf0fbdec764604139083528a7
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 20 02:46:56 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 20 02:48:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19f95acb

dev-perl/List-SomeUtils-XS-0.520.0: added ~ppc64, bug 613158

 dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.520.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.520.0.ebuild 
b/dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.520.0.ebuild
index 8df11659214..3f41c7ba778 100644
--- a/dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.520.0.ebuild
+++ b/dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.520.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="XS implementation for List::SomeUtils"
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-03-19 Thread Matt Turner
commit: aeca84f5d8138fdcf1a70af4246f87516f2d88e8
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 20 02:46:53 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 20 02:48:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeca84f5

dev-perl/List-UtilsBy-0.100.0: added ~ppc, bug 613158

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

diff --git a/dev-perl/List-UtilsBy/List-UtilsBy-0.100.0.ebuild 
b/dev-perl/List-UtilsBy/List-UtilsBy-0.100.0.ebuild
index 35364b45bb0..d286fd8f663 100644
--- a/dev-perl/List-UtilsBy/List-UtilsBy-0.100.0.ebuild
+++ b/dev-perl/List-UtilsBy/List-UtilsBy-0.100.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Higher-order list utility functions"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~x86"
 IUSE="test"
 
 DEPEND="



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

2017-03-19 Thread Matt Turner
commit: f1096a7896dd31828b092ae0bc6c589340cec1b1
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 20 02:46:50 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 20 02:48:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1096a78

dev-perl/List-SomeUtils-0.530.0: added ~ia64, bug 613158

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

diff --git a/dev-perl/List-SomeUtils/List-SomeUtils-0.530.0.ebuild 
b/dev-perl/List-SomeUtils/List-SomeUtils-0.530.0.ebuild
index 336f64436c7..58457fe2d05 100644
--- a/dev-perl/List-SomeUtils/List-SomeUtils-0.530.0.ebuild
+++ b/dev-perl/List-SomeUtils/List-SomeUtils-0.530.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="A colletion of List utilities missing from List::Util"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-03-19 Thread Matt Turner
commit: cb500fd12429424b943a53c6529ab1580c3fb2d2
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 20 02:46:49 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 20 02:48:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb500fd1

dev-perl/List-UtilsBy-0.100.0: added ~ia64, bug 613158

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

diff --git a/dev-perl/List-UtilsBy/List-UtilsBy-0.100.0.ebuild 
b/dev-perl/List-UtilsBy/List-UtilsBy-0.100.0.ebuild
index 344dfb0ec6f..35364b45bb0 100644
--- a/dev-perl/List-UtilsBy/List-UtilsBy-0.100.0.ebuild
+++ b/dev-perl/List-UtilsBy/List-UtilsBy-0.100.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Higher-order list utility functions"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~x86"
 IUSE="test"
 
 DEPEND="



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

2017-03-19 Thread Matt Turner
commit: 3a988ab3e59aa6063c14bf9d951941487cf5d155
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 20 02:46:46 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 20 02:48:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a988ab3

dev-perl/List-SomeUtils-0.530.0: added ~alpha, bug 613158

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

diff --git a/dev-perl/List-SomeUtils/List-SomeUtils-0.530.0.ebuild 
b/dev-perl/List-SomeUtils/List-SomeUtils-0.530.0.ebuild
index dfe86d6fd56..336f64436c7 100644
--- a/dev-perl/List-SomeUtils/List-SomeUtils-0.530.0.ebuild
+++ b/dev-perl/List-SomeUtils/List-SomeUtils-0.530.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="A colletion of List utilities missing from List::Util"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-03-19 Thread Matt Turner
commit: d75eeb64bc3c828e7a3eee3883af69bca16d4e03
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 20 02:46:58 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 20 02:48:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d75eeb64

dev-perl/List-SomeUtils-0.530.0: added ~ppc64, bug 613158

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

diff --git a/dev-perl/List-SomeUtils/List-SomeUtils-0.530.0.ebuild 
b/dev-perl/List-SomeUtils/List-SomeUtils-0.530.0.ebuild
index aa402866ca8..5238b2cc3ff 100644
--- a/dev-perl/List-SomeUtils/List-SomeUtils-0.530.0.ebuild
+++ b/dev-perl/List-SomeUtils/List-SomeUtils-0.530.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="A colletion of List utilities missing from List::Util"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-03-19 Thread Matt Turner
commit: bca6ee576eb33e02aec119c41eb38ef772cb49d5
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 20 02:47:04 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 20 02:48:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bca6ee57

dev-perl/List-AllUtils-0.140.0: added ~sparc, bug 613158

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

diff --git a/dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild 
b/dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild
index 45faf10fcff..cb671b64e06 100644
--- a/dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild
+++ b/dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Combines many List::* utility modules in one bite-sized package"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~x86 ~ppc-aix 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 LICENSE="Artistic-2"
 IUSE="test"
 



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

2017-03-19 Thread Matt Turner
commit: cde3cb7958b2fb5131bef50610c675721d22df68
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 20 02:46:51 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 20 02:48:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde3cb79

dev-perl/List-AllUtils-0.140.0: added ~ia64, bug 613158

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

diff --git a/dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild 
b/dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild
index 6ab8b777968..8d0c43904c7 100644
--- a/dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild
+++ b/dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Combines many List::* utility modules in one bite-sized package"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~m68k ~s390 ~sh ~x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~ia64 ~m68k ~s390 ~sh ~x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 LICENSE="Artistic-2"
 IUSE="test"
 



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

2017-03-19 Thread Matt Turner
commit: 6d33f97b5f19b1c2082ccd14505f53cb55a54e65
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 20 02:46:52 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 20 02:48:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d33f97b

dev-perl/List-SomeUtils-XS-0.520.0: added ~ppc, bug 613158

 dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.520.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.520.0.ebuild 
b/dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.520.0.ebuild
index 0414dc432d8..8df11659214 100644
--- a/dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.520.0.ebuild
+++ b/dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.520.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="XS implementation for List::SomeUtils"
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-03-19 Thread Matt Turner
commit: 2db93d447c6a0275c477f8070c48156fb27510cd
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 20 02:47:00 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 20 02:48:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2db93d44

dev-perl/List-SomeUtils-XS-0.520.0: added ~sparc, bug 613158

 dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.520.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.520.0.ebuild 
b/dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.520.0.ebuild
index 3f41c7ba778..0c5dd3fbb7c 100644
--- a/dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.520.0.ebuild
+++ b/dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.520.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="XS implementation for List::SomeUtils"
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-03-19 Thread Matt Turner
commit: 3f97e767af2f0054a4facad733b7582d720bbc12
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 20 02:47:01 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 20 02:48:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f97e767

dev-perl/List-UtilsBy-0.100.0: added ~sparc, bug 613158

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

diff --git a/dev-perl/List-UtilsBy/List-UtilsBy-0.100.0.ebuild 
b/dev-perl/List-UtilsBy/List-UtilsBy-0.100.0.ebuild
index 44b3454b5fd..09a3870aa44 100644
--- a/dev-perl/List-UtilsBy/List-UtilsBy-0.100.0.ebuild
+++ b/dev-perl/List-UtilsBy/List-UtilsBy-0.100.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Higher-order list utility functions"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 DEPEND="



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

2017-03-19 Thread Matt Turner
commit: 48b495e9153ac8f08efa3531fa78702048b257f6
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 20 02:46:59 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 20 02:48:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48b495e9

dev-perl/List-AllUtils-0.140.0: added ~ppc64, bug 613158

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

diff --git a/dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild 
b/dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild
index 884fcf7f814..45faf10fcff 100644
--- a/dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild
+++ b/dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Combines many List::* utility modules in one bite-sized package"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~m68k ~ppc ~s390 ~sh ~x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~x86 ~ppc-aix 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 LICENSE="Artistic-2"
 IUSE="test"
 



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

2017-03-19 Thread Matt Turner
commit: dda3aba9063c0c99548673898987b38ec613e3a0
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 20 02:46:57 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 20 02:48:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dda3aba9

dev-perl/List-UtilsBy-0.100.0: added ~ppc64, bug 613158

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

diff --git a/dev-perl/List-UtilsBy/List-UtilsBy-0.100.0.ebuild 
b/dev-perl/List-UtilsBy/List-UtilsBy-0.100.0.ebuild
index d286fd8f663..44b3454b5fd 100644
--- a/dev-perl/List-UtilsBy/List-UtilsBy-0.100.0.ebuild
+++ b/dev-perl/List-UtilsBy/List-UtilsBy-0.100.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Higher-order list utility functions"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 DEPEND="



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

2017-03-19 Thread Matt Turner
commit: 7ea22f145ba6a8a4ebd108ba456463f8a4749d17
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 20 02:46:54 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 20 02:48:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ea22f14

dev-perl/List-SomeUtils-0.530.0: added ~ppc, bug 613158

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

diff --git a/dev-perl/List-SomeUtils/List-SomeUtils-0.530.0.ebuild 
b/dev-perl/List-SomeUtils/List-SomeUtils-0.530.0.ebuild
index 58457fe2d05..aa402866ca8 100644
--- a/dev-perl/List-SomeUtils/List-SomeUtils-0.530.0.ebuild
+++ b/dev-perl/List-SomeUtils/List-SomeUtils-0.530.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="A colletion of List utilities missing from List::Util"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-03-19 Thread Matt Turner
commit: 731569d99182d952b2ef3de3b60f8ab91bc6cb72
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 20 02:46:55 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 20 02:48:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=731569d9

dev-perl/List-AllUtils-0.140.0: added ~ppc, bug 613158

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

diff --git a/dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild 
b/dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild
index 8d0c43904c7..884fcf7f814 100644
--- a/dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild
+++ b/dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Combines many List::* utility modules in one bite-sized package"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~m68k ~s390 ~sh ~x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~ia64 ~m68k ~ppc ~s390 ~sh ~x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 LICENSE="Artistic-2"
 IUSE="test"
 



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

2017-03-19 Thread Matt Turner
commit: 1cdb453595fe5e002217ae180a1bd44ed197dadd
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 20 02:47:02 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 20 02:48:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cdb4535

dev-perl/List-SomeUtils-0.530.0: added ~sparc, bug 613158

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

diff --git a/dev-perl/List-SomeUtils/List-SomeUtils-0.530.0.ebuild 
b/dev-perl/List-SomeUtils/List-SomeUtils-0.530.0.ebuild
index 5238b2cc3ff..49e9268c9d6 100644
--- a/dev-perl/List-SomeUtils/List-SomeUtils-0.530.0.ebuild
+++ b/dev-perl/List-SomeUtils/List-SomeUtils-0.530.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="A colletion of List utilities missing from List::Util"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-03-19 Thread Matt Turner
commit: 062e271f5d8c56ce0e1989d0d18ab8dfb16cbb73
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 20 02:46:44 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 20 02:48:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=062e271f

dev-perl/List-SomeUtils-XS-0.520.0: added ~alpha, bug 613158

 dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.520.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.520.0.ebuild 
b/dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.520.0.ebuild
index 0ee913e2cc2..74bccf80081 100644
--- a/dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.520.0.ebuild
+++ b/dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.520.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="XS implementation for List::SomeUtils"
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-03-19 Thread Matt Turner
commit: 1a41d7d437c6582db406646ed7d56f0ba74a860e
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 20 02:46:48 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 20 02:48:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a41d7d4

dev-perl/List-SomeUtils-XS-0.520.0: added ~ia64, bug 613158

 dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.520.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.520.0.ebuild 
b/dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.520.0.ebuild
index 74bccf80081..0414dc432d8 100644
--- a/dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.520.0.ebuild
+++ b/dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.520.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="XS implementation for List::SomeUtils"
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-03-19 Thread Matt Turner
commit: 81896a38ecd3ee2e8dc624b715f83de3707a81b2
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 20 02:46:47 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 20 02:48:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81896a38

dev-perl/List-AllUtils-0.140.0: added ~alpha, bug 613158

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

diff --git a/dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild 
b/dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild
index 963640f3623..6ab8b777968 100644
--- a/dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild
+++ b/dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Combines many List::* utility modules in one bite-sized package"
 
 SLOT="0"
-KEYWORDS="~amd64 ~m68k ~s390 ~sh ~x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~m68k ~s390 ~sh ~x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 LICENSE="Artistic-2"
 IUSE="test"
 



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

2017-03-19 Thread Matt Turner
commit: fe57df2b238fabdaeceff3eaaa2c6c6986a58e81
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 20 02:46:45 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 20 02:48:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe57df2b

dev-perl/List-UtilsBy-0.100.0: added ~alpha, bug 613158

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

diff --git a/dev-perl/List-UtilsBy/List-UtilsBy-0.100.0.ebuild 
b/dev-perl/List-UtilsBy/List-UtilsBy-0.100.0.ebuild
index 27cffe4f8bf..344dfb0ec6f 100644
--- a/dev-perl/List-UtilsBy/List-UtilsBy-0.100.0.ebuild
+++ b/dev-perl/List-UtilsBy/List-UtilsBy-0.100.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Higher-order list utility functions"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="~alpha amd64 ~x86"
 IUSE="test"
 
 DEPEND="



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

2017-03-19 Thread Erik Mackdanz
commit: e3e0e087b3efc6d1ba2c93b8bbaa65c03b1ad2eb
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Mon Mar 20 02:02:40 2017 +
Commit: Erik Mackdanz  gentoo  org>
CommitDate: Mon Mar 20 02:02:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3e0e087

sys-fs/lxcfs: version bump to 2.0.6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-fs/lxcfs/Manifest  |  1 +
 .../lxcfs/files/lxcfs-2.0.6-fusermount-path.patch  | 11 
 sys-fs/lxcfs/files/lxcfs-2.0.6.initd   | 26 
 sys-fs/lxcfs/lxcfs-2.0.6.ebuild| 70 ++
 4 files changed, 108 insertions(+)

diff --git a/sys-fs/lxcfs/Manifest b/sys-fs/lxcfs/Manifest
index 2871694fdde..f159e85e3f6 100644
--- a/sys-fs/lxcfs/Manifest
+++ b/sys-fs/lxcfs/Manifest
@@ -1,2 +1,3 @@
 DIST lxcfs-2.0.3.tar.gz 51078 SHA256 
742a6cc463dc66179c334ebca4c3276888ef27a564e5e47212b60c655a811a72 SHA512 
14caa2d6598529610ef6bd4c1d6f4d4598e8dc1378a3ee35ea7a1582c11150c896facc80216e67526384995891d9cc1244796860b790ecfc8bf735cc2cd80923
 WHIRLPOOL 
f2de2438e4e521db5135ca81daceccdc1d3820907de9d37842c9bafa112cc416774cb2efe27b815ce26e55617c7eb9f5d076df5423ab354747605fa90643
 DIST lxcfs-2.0.4.tar.gz 52639 SHA256 
9af8199dba2837542ede6e50489100220472241e4b355b685e66c9a72bbcf81a SHA512 
1c701fbd60799a1f7ad7e809c2e52ef0d26ed44e96c2c0376d3c4eb203aafb99ddcaff015f3fa8cc9c1219449210f6bf93844cc568de3a9f55cb8801328cec90
 WHIRLPOOL 
1ac966bab786b00a236225e1856c46fa9d419e42853edcd1181fc3f43d54becb60435fa0679a6a0f838a5edeb920205e3baa734118a4b5d9587e547fd63e3704
+DIST lxcfs-2.0.6.tar.gz 62632 SHA256 
be4ea891887aee2c04b2d9ff5dbb6866178cc1276119f5b116bf3f99c7750213 SHA512 
52baf15eb9dc2b694085635f7d8e5c6f1207099173cda607d758b8837a720e4808cacbf83f900a6734d3260d34abafbebdcbb0618cb3cf67c5d304f50d66244d
 WHIRLPOOL 
0d7fc69400678f03dd8ccb06fee643feaa62469e6287a6bc3935232f775bc93fa5c1d649e7747b3b09867f2678593eaf923c947499c549cfd6c40fcd28620a95

diff --git a/sys-fs/lxcfs/files/lxcfs-2.0.6-fusermount-path.patch 
b/sys-fs/lxcfs/files/lxcfs-2.0.6-fusermount-path.patch
new file mode 100644
index 000..61d3494fb7f
--- /dev/null
+++ b/sys-fs/lxcfs/files/lxcfs-2.0.6-fusermount-path.patch
@@ -0,0 +1,11 @@
+--- /config/init/systemd/lxcfs.service.orig2016-07-11 01:18:57.688074437 
+
 /config/init/systemd/lxcfs.service 2016-07-11 01:19:48.516477185 +
+@@ -7,7 +7,7 @@
+ ExecStart=/usr/bin/lxcfs /var/lib/lxcfs/
+ KillMode=process
+ Restart=on-failure
+-ExecStopPost=-/bin/fusermount -u /var/lib/lxcfs
++ExecStopPost=-/usr/bin/fusermount -u /var/lib/lxcfs
+ Delegate=yes
+ 
+ [Install]

diff --git a/sys-fs/lxcfs/files/lxcfs-2.0.6.initd 
b/sys-fs/lxcfs/files/lxcfs-2.0.6.initd
new file mode 100644
index 000..dfc5725f693
--- /dev/null
+++ b/sys-fs/lxcfs/files/lxcfs-2.0.6.initd
@@ -0,0 +1,26 @@
+#!/sbin/openrc-run
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+DAEMON=/usr/bin/lxcfs
+PIDFILE=/run/lxcfs.pid
+
+start() {
+ebegin "Starting lxcfs"
+
+start-stop-daemon --start \
+ --pidfile ${PIDFILE} \
+ --exec ${DAEMON} \
+ --background \
+ --make-pidfile \
+ -- \
+ -f -o allow_other /var/lib/lxcfs
+
+eend $?
+}
+
+stop() {
+ebegin "Stopping lxcfs"
+start-stop-daemon --stop --quiet -R TERM/45 -p ${PIDFILE}
+eend $?
+}

diff --git a/sys-fs/lxcfs/lxcfs-2.0.6.ebuild b/sys-fs/lxcfs/lxcfs-2.0.6.ebuild
new file mode 100644
index 000..bc296b6a704
--- /dev/null
+++ b/sys-fs/lxcfs/lxcfs-2.0.6.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit systemd vcs-snapshot versionator
+DESCRIPTION="FUSE filesystem for LXC"
+HOMEPAGE="https://linuxcontainers.org/lxcfs/introduction/;
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/lxc/lxcfs.git;
+   EGIT_BRANCH="master"
+   inherit git-r3
+   SRC_URI=""
+   KEYWORDS=""
+else
+   # e.g. upstream is 2.0.0.beta2, we want 2.0.0_beta2
+   UPSTREAM_PV=$(replace_version_separator 3 '.' )
+   
SRC_URI="https://github.com/lxc/lxcfs/archive/${PN}-${UPSTREAM_PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+IUSE="pam"
+
+# Omit all dbus.  Upstream appears to require it because systemd, but
+# lxcfs makes no direct use of dbus.
+RDEPEND="
+   dev-libs/glib:2
+   sys-fs/fuse
+   virtual/pam
+"
+DEPEND="
+   sys-apps/help2man
+   ${RDEPEND}
+"
+PATCHES="${FILESDIR}/${P}-fusermount-path.patch"
+
+src_prepare() {
+   default
+   ./bootstrap.sh || die "Failed to bootstrap configure files"
+}
+
+src_configure() {
+   use pam || pamflag="--with-pamdir=none"
+
+   # Without the localstatedir the filesystem isn't mounted 

[gentoo-commits] proj/kde:master commit in: Documentation/package.mask/, Documentation/package.unmask/, ...

2017-03-19 Thread Andreas Sturmlechner
commit: 06acc407aae95f01d69df651b8b1671ba446bdb6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar 20 00:51:30 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar 20 01:08:49 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=06acc407

Documentation: Add KDE Applications 17.04

 Documentation/maintainers/regenerate-files |   2 +-
 .../.kde-applications-17.04/_HEADER_   |   2 +
 .../.kde-applications-17.04/kde-applications-17.04 |   1 +
 .../.kde-applications-17.04/kde-baseapps-17.04 |   1 +
 .../.kde-applications-17.04/kdeaccessibility-17.04 |   1 +
 .../.kde-applications-17.04/kdeadmin-17.04 |   1 +
 .../.kde-applications-17.04/kdeedu-17.04   |   1 +
 .../.kde-applications-17.04/kdegames-17.04 |   1 +
 .../.kde-applications-17.04/kdegraphics-17.04  |   1 +
 .../.kde-applications-17.04/kdemultimedia-17.04|   1 +
 .../.kde-applications-17.04/kdenetwork-17.04   |   1 +
 .../.kde-applications-17.04/kdepim-17.04   |   1 +
 .../.kde-applications-17.04/kdesdk-17.04   |   1 +
 .../.kde-applications-17.04/kdeutils-17.04 |   1 +
 .../.kde-applications-17.04/kdewebdev-17.04|   1 +
 .../.kde-applications-17.04/more-deps  |   2 +
 .../kde-applications-17.04.keywords| 245 +
 Documentation/package.mask/kde-applications-17.04  | 244 
 .../.kde-applications-17.04/_HEADER_   |   3 +
 .../.kde-applications-17.04/kde-applications-17.04 |   1 +
 .../.kde-applications-17.04/kde-baseapps-17.04 |   1 +
 .../.kde-applications-17.04/kdeaccessibility-17.04 |   1 +
 .../.kde-applications-17.04/kdeadmin-17.04 |   1 +
 .../.kde-applications-17.04/kdeedu-17.04   |   1 +
 .../.kde-applications-17.04/kdegames-17.04 |   1 +
 .../.kde-applications-17.04/kdegraphics-17.04  |   1 +
 .../.kde-applications-17.04/kdemultimedia-17.04|   1 +
 .../.kde-applications-17.04/kdenetwork-17.04   |   1 +
 .../.kde-applications-17.04/kdepim-17.04   |   1 +
 .../.kde-applications-17.04/kdesdk-17.04   |   1 +
 .../.kde-applications-17.04/kdeutils-17.04 |   1 +
 .../.kde-applications-17.04/kdewebdev-17.04|   1 +
 .../package.unmask/kde-applications-17.04  | 244 
 33 files changed, 767 insertions(+), 1 deletion(-)

diff --git a/Documentation/maintainers/regenerate-files 
b/Documentation/maintainers/regenerate-files
index c318671c79..55dea81e2d 100755
--- a/Documentation/maintainers/regenerate-files
+++ b/Documentation/maintainers/regenerate-files
@@ -15,7 +15,7 @@ KF_RELEASE=${KF_RELEASE:-5.29}
 PLASMA_RELEASES="5.8 5.9"
 PLASMA_RELEASE=${PLASMA_RELEASE:-5.8}
 
-APPS_RELEASES="16.08 16.12"
+APPS_RELEASES="16.08 16.12 17.04"
 APPS_RELEASE=${APPS_RELEASE:-16.08}
 
 # regenerate keywords

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-17.04/_HEADER_ 
b/Documentation/package.accept_keywords/.kde-applications-17.04/_HEADER_
new file mode 100644
index 00..e2931cae83
--- /dev/null
+++ b/Documentation/package.accept_keywords/.kde-applications-17.04/_HEADER_
@@ -0,0 +1,2 @@
+# You can use this file to keyword/unkeyword KDE Applications 17.04.
+# Edit Documentation/package.keywords/.kde-applications-17.04/ files instead.

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-17.04/kde-applications-17.04
 
b/Documentation/package.accept_keywords/.kde-applications-17.04/kde-applications-17.04
new file mode 12
index 00..aae46350ed
--- /dev/null
+++ 
b/Documentation/package.accept_keywords/.kde-applications-17.04/kde-applications-17.04
@@ -0,0 +1 @@
+../../../sets/kde-applications-17.04
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-17.04/kde-baseapps-17.04
 
b/Documentation/package.accept_keywords/.kde-applications-17.04/kde-baseapps-17.04
new file mode 12
index 00..b32e3f4ebb
--- /dev/null
+++ 
b/Documentation/package.accept_keywords/.kde-applications-17.04/kde-baseapps-17.04
@@ -0,0 +1 @@
+../../../sets/kde-baseapps-17.04
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-17.04/kdeaccessibility-17.04
 
b/Documentation/package.accept_keywords/.kde-applications-17.04/kdeaccessibility-17.04
new file mode 12
index 00..365ae4cf56
--- /dev/null
+++ 
b/Documentation/package.accept_keywords/.kde-applications-17.04/kdeaccessibility-17.04
@@ -0,0 +1 @@
+../../../sets/kdeaccessibility-17.04
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-17.04/kdeadmin-17.04 
b/Documentation/package.accept_keywords/.kde-applications-17.04/kdeadmin-17.04
new file mode 12
index 00..e1137b01e4
--- /dev/null
+++ 
b/Documentation/package.accept_keywords/.kde-applications-17.04/kdeadmin-17.04
@@ -0,0 +1 @@

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

2017-03-19 Thread Andreas Sturmlechner
commit: 530bf902a27989c2bb08842123edd3612eddd6da
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar 20 01:01:58 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar 20 01:08:50 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=530bf902

Update mailmap

 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 03e2433a7d..dc3c6ed914 100644
--- a/.mailmap
+++ b/.mailmap
@@ -7,6 +7,7 @@ Andreas K. Hüttel  
 Andreas K. Hüttel  
 Andreas K. Hüttel  
 Andreas Sturmlechner  
+Arfrever Frehtes Taifersar Arahesis   

 Ben de Groot  
 Chris Reffett  
 Cyrill Helg  



[gentoo-commits] proj/kde:master commit in: Documentation/package.accept_keywords/.kde-applications-16.12/, ...

2017-03-19 Thread Andreas Sturmlechner
commit: e8d3b32c6d97195dd1b01ff9518d11af8abf6e0f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar 20 01:07:51 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar 20 01:08:50 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e8d3b32c

Documentation: Cleanup stabilised 16.12 deps

 .../package.accept_keywords/.kde-applications-16.12/more-deps  | 2 --
 Documentation/package.accept_keywords/kde-applications-16.12.keywords  | 2 --
 Documentation/package.mask/kde-applications-16.12  | 3 ---
 Documentation/package.unmask/.kde-applications-16.12/more-deps | 3 ---
 Documentation/package.unmask/kde-applications-16.12| 3 ---
 5 files changed, 13 deletions(-)

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-16.12/more-deps 
b/Documentation/package.accept_keywords/.kde-applications-16.12/more-deps
index abf3f07914..23c8e935b0 100644
--- a/Documentation/package.accept_keywords/.kde-applications-16.12/more-deps
+++ b/Documentation/package.accept_keywords/.kde-applications-16.12/more-deps
@@ -1,5 +1,3 @@
-~app-crypt/gpgme-1.8.0-r2
 ~dev-libs/kdiagram-2.6.0
 dev-qt/*:5/5.7
 ~kde-apps/libkgapi-5.3.1
-~x11-misc/xdg-utils-1.1.1-r1

diff --git 
a/Documentation/package.accept_keywords/kde-applications-16.12.keywords 
b/Documentation/package.accept_keywords/kde-applications-16.12.keywords
index af2b3b619d..d23f515678 100644
--- a/Documentation/package.accept_keywords/kde-applications-16.12.keywords
+++ b/Documentation/package.accept_keywords/kde-applications-16.12.keywords
@@ -240,8 +240,6 @@
 

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

2017-03-19 Thread Andreas Sturmlechner
commit: ec1a3c51936e60e61ae078e35a2141ccf9a75fec
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar 20 00:40:18 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar 20 00:40:18 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ec1a3c51

sets: Add KDE Applications 17.04

 sets/kde-applications-17.04 | 22 +
 sets/kde-baseapps-17.04 |  4 
 sets/kdeaccessibility-17.04 |  6 +
 sets/kdeadmin-17.04 |  3 +++
 sets/kdeedu-17.04   | 27 +
 sets/kdegames-17.04 | 42 
 sets/kdegraphics-17.04  | 18 ++
 sets/kdemultimedia-17.04| 12 ++
 sets/kdenetwork-17.04   | 25 +++
 sets/kdepim-17.04   | 58 +
 sets/kdesdk-17.04   | 16 +
 sets/kdeutils-17.04 | 15 
 sets/kdewebdev-17.04|  4 
 13 files changed, 252 insertions(+)

diff --git a/sets/kde-applications-17.04 b/sets/kde-applications-17.04
new file mode 100644
index 00..a2b1f7dbac
--- /dev/null
+++ b/sets/kde-applications-17.04
@@ -0,0 +1,22 @@
+

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

2017-03-19 Thread Matt Turner
commit: d7d4ff7b0b3445db5dbbb06846944236601c65bf
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 20 01:03:25 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 20 01:05:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7d4ff7b

dev-libs/libgpg-error: alpha stable, bug 613234

 dev-libs/libgpg-error/libgpg-error-1.27-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgpg-error/libgpg-error-1.27-r1.ebuild 
b/dev-libs/libgpg-error/libgpg-error-1.27-r1.ebuild
index 498f1445bc8..79fb6fcef70 100644
--- a/dev-libs/libgpg-error/libgpg-error-1.27-r1.ebuild
+++ b/dev-libs/libgpg-error/libgpg-error-1.27-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~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 ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="common-lisp nls static-libs"
 
 RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )



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

2017-03-19 Thread Matt Turner
commit: 7e997650f4f310ff16eb7b0f8de85a6795eb7f13
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 20 01:03:28 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 20 01:05:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e997650

dev-libs/libgcrypt: alpha stable, bug 613232

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

diff --git a/dev-libs/libgcrypt/libgcrypt-1.7.6.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.7.6.ebuild
index 2db82c6ce1a..92c936daaba 100644
--- a/dev-libs/libgcrypt/libgcrypt-1.7.6.ebuild
+++ b/dev-libs/libgcrypt/libgcrypt-1.7.6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1 MIT"
 SLOT="0/20" # subslot = soname major version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~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 ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc static-libs"
 
 RDEPEND=">=dev-libs/libgpg-error-1.12[${MULTILIB_USEDEP}]



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

2017-03-19 Thread Matt Turner
commit: c23595200de515572c137bf2d759f0d16165176e
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 20 01:03:23 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 20 01:05:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2359520

net-misc/wget: alpha stable, bug 612326

 net-misc/wget/wget-1.19.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/wget/wget-1.19.1-r1.ebuild 
b/net-misc/wget/wget-1.19.1-r1.ebuild
index d86d3dd8d11..1f91782e012 100644
--- a/net-misc/wget/wget-1.19.1-r1.ebuild
+++ b/net-misc/wget/wget-1.19.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.xz"
 
 LICENSE="GPL-3"
 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 ~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 ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug gnutls idn ipv6 libressl nls ntlm pcre +ssl static test uuid zlib"
 REQUIRED_USE=" ntlm? ( !gnutls ssl ) gnutls? ( ssl )"
 



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

2017-03-19 Thread Matt Turner
commit: 54a7586a41496100c7242b5bc24229d1a348b04b
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 20 01:03:22 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 20 01:05:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54a7586a

net-dns/libidn2: alpha stable, bug 612376

 net-dns/libidn2/libidn2-0.16-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/libidn2/libidn2-0.16-r1.ebuild 
b/net-dns/libidn2/libidn2-0.16-r1.ebuild
index 01f3955a9b9..029a243fa62 100644
--- a/net-dns/libidn2/libidn2-0.16-r1.ebuild
+++ b/net-dns/libidn2/libidn2-0.16-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="
 
 LICENSE="GPL-2+ LGPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="



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

2017-03-19 Thread Matt Turner
commit: 7c5eed15a76839da73fd0dc0706cd98f74c820bb
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 20 01:03:16 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 20 01:05:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c5eed15

dev-libs/lzo: alpha stable, bug 612872

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

diff --git a/dev-libs/lzo/lzo-2.09.ebuild b/dev-libs/lzo/lzo-2.09.ebuild
index 7781094d49f..13d0d0949a3 100644
--- a/dev-libs/lzo/lzo-2.09.ebuild
+++ b/dev-libs/lzo/lzo-2.09.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.oberhumer.com/opensource/lzo/download/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~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 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="examples static-libs"
 
 RDEPEND="abi_x86_32? (



[gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils/

2017-03-19 Thread Matt Turner
commit: daa3bde5543e7a832f480cb8b8fd296b028daa6a
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 20 01:04:05 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 20 01:05:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daa3bde5

sys-devel/binutils: alpha stable, bug 595288

 sys-devel/binutils/binutils-2.26.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/binutils/binutils-2.26.1.ebuild 
b/sys-devel/binutils/binutils-2.26.1.ebuild
index be0c15f3fc8..63894d4eb47 100644
--- a/sys-devel/binutils/binutils-2.26.1.ebuild
+++ b/sys-devel/binutils/binutils-2.26.1.ebuild
@@ -7,4 +7,4 @@ PATCHVER="1.0"
 ELF2FLT_VER=""
 inherit toolchain-binutils
 
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd -sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd -sparc-fbsd ~x86-fbsd"



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

2017-03-19 Thread Matt Turner
commit: c0d5562ab5b398a1bae09d5654ecfcf29ab3827c
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 20 01:03:26 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 20 01:05:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0d5562a

dev-libs/libassuan: alpha stable, bug 613236

 dev-libs/libassuan/libassuan-2.4.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libassuan/libassuan-2.4.3-r1.ebuild 
b/dev-libs/libassuan/libassuan-2.4.3-r1.ebuild
index f01fbfc6284..31366053344 100644
--- a/dev-libs/libassuan/libassuan-2.4.3-r1.ebuild
+++ b/dev-libs/libassuan/libassuan-2.4.3-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-3 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND=">=dev-libs/libgpg-error-1.8"



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

2017-03-19 Thread Matt Turner
commit: 9368e5134ff84cb6e2bfbcca935c0e75a07212b2
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 20 01:03:27 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 20 01:05:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9368e513

dev-libs/libksba: alpha stable, bug 613238

 dev-libs/libksba/libksba-1.3.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libksba/libksba-1.3.5-r1.ebuild 
b/dev-libs/libksba/libksba-1.3.5-r1.ebuild
index 77fab7d1731..1e6954cb12a 100644
--- a/dev-libs/libksba/libksba-1.3.5-r1.ebuild
+++ b/dev-libs/libksba/libksba-1.3.5-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/libksba/${P}.tar.bz2"
 
 LICENSE="LGPL-3+ GPL-2+ GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND=">=dev-libs/libgpg-error-1.8"



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

2017-03-19 Thread Matt Turner
commit: 97c1fc29e0fb7b5018f4c5c01ee806cc223ed05a
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 20 01:03:21 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 20 01:05:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c1fc29

dev-libs/libunistring: alpha stable, bug 612374

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

diff --git a/dev-libs/libunistring/libunistring-0.9.7.ebuild 
b/dev-libs/libunistring/libunistring-0.9.7.ebuild
index 40c4b65cba2..f6f47a8d5eb 100644
--- a/dev-libs/libunistring/libunistring-0.9.7.ebuild
+++ b/dev-libs/libunistring/libunistring-0.9.7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3 GPL-3"
 SLOT="0/2"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc static-libs"
 
 PATCHES=(



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

2017-03-19 Thread Matt Turner
commit: 7e2bd1fc9682c6935b080eabb94f7a10fa1b84ba
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 20 01:03:24 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 20 01:05:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e2bd1fc

dev-libs/npth: alpha stable, bug 613240

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

diff --git a/dev-libs/npth/npth-1.3.ebuild b/dev-libs/npth/npth-1.3.ebuild
index a8647167536..00034ffee68 100644
--- a/dev-libs/npth/npth-1.3.ebuild
+++ b/dev-libs/npth/npth-1.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 src_prepare() {



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

2017-03-19 Thread Michael Orlitzky
commit: 5eb875809f62033a9ea1a5777a5df3f61d8b415e
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Mon Mar 20 00:25:07 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Mon Mar 20 00:25:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eb87580

dev-php/PEAR-Var_Dump: remove unused version 1.0.4-r2.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../PEAR-Var_Dump/PEAR-Var_Dump-1.0.4-r2.ebuild| 43 --
 1 file changed, 43 deletions(-)

diff --git a/dev-php/PEAR-Var_Dump/PEAR-Var_Dump-1.0.4-r2.ebuild 
b/dev-php/PEAR-Var_Dump/PEAR-Var_Dump-1.0.4-r2.ebuild
deleted file mode 100644
index bc78a2c9495..000
--- a/dev-php/PEAR-Var_Dump/PEAR-Var_Dump-1.0.4-r2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/PEAR-/}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Dump structured information about a variable"
-HOMEPAGE="http://pear.php.net/package/${MY_PN};
-SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="examples test"
-
-RDEPEND="dev-lang/php:*
-   dev-php/PEAR-PEAR"
-DEPEND="test? ( ${RDEPEND} )"
-
-S="${WORKDIR}/${MY_P}"
-
-# The test suite fails due to some deprecation warnings that are output.
-# The test cases themselves set error_reporting(E_ALL), so there's no
-# easy way to override it.
-RESTRICT=test
-
-src_install() {
-   use examples && dodoc -r docs/example*.php
-
-   insinto /usr/share/php
-   doins "${MY_PN}.php"
-   doins -r "${MY_PN}"
-}
-
-src_test() {
-   # Requires the "pear" executable from dev-php/PEAR-PEAR.
-   pear run-tests tests || die
-
-   # The command succeeds regardless of whether or not the test suite
-   # passed, but this file is only written when there was a failure.
-   [[ -f run-tests.log ]] && die "test suite failed"
-}



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

2017-03-19 Thread Michael Orlitzky
commit: 82c76d97b8c70c987430783b7baaa464848c6421
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Mon Mar 20 00:22:46 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Mon Mar 20 00:22:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c76d97

dev-php/PEAR-File_Find: new version 1.3.3 sans the php-pear-r1 eclass.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-php/PEAR-File_Find/Manifest|  1 +
 dev-php/PEAR-File_Find/PEAR-File_Find-1.3.3.ebuild | 45 ++
 dev-php/PEAR-File_Find/metadata.xml| 11 --
 3 files changed, 53 insertions(+), 4 deletions(-)

diff --git a/dev-php/PEAR-File_Find/Manifest b/dev-php/PEAR-File_Find/Manifest
index 534ba5d00fd..0f3e397bcc5 100644
--- a/dev-php/PEAR-File_Find/Manifest
+++ b/dev-php/PEAR-File_Find/Manifest
@@ -1 +1,2 @@
 DIST File_Find-1.3.2.tgz 8157 SHA256 
2e8837afebf64ac332c7e75c4df8941f7d181c5e51894a766d0dc553bb8121b8 SHA512 
c764c3ad9b215a3c371414c94af191531ea714d5bc02b63debdf063b1a85aac952655ef64c92ce50c838bd49700956406fd4d314327f2d84c7c4b90258defce4
 WHIRLPOOL 
c53757dbcf38df62249c431e2814da6a85d15145934c77c531b4d98051aa4eb10e7f72b2e9e5e3122588cb3372b4b1422c6d1f3a56cc28de45616da5326700e4
+DIST File_Find-1.3.3.tgz 8212 SHA256 
a2fff81525a041ce54e5ec0941e7967e9faf109dd56e6f50b3111470f71c624b SHA512 
f912e1f680c5869380791979bd33dabce0e95e40a84ee188052b2be8280de806fd117c11d66b98b7072724ecd9d57203ee5a32fe35705c337e73393fec075bb0
 WHIRLPOOL 
04e7909ceeb54f7f3dbe9c03943a7b044939277cb2333b147a273fe15d0a88918d13df9e34c7398b7388531eb02374a72152c3e4833ea6fda681ee204ab2d61e

diff --git a/dev-php/PEAR-File_Find/PEAR-File_Find-1.3.3.ebuild 
b/dev-php/PEAR-File_Find/PEAR-File_Find-1.3.3.ebuild
new file mode 100644
index 000..3bfd60ffb67
--- /dev/null
+++ b/dev-php/PEAR-File_Find/PEAR-File_Find-1.3.3.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_PN="${PN/PEAR-/}"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A class that facillitates the search of filesystems"
+HOMEPAGE="http://pear.php.net/package/${MY_PN};
+SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
+LICENSE="PHP-3.01"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+# Really only needs PEAR-Exception at runtime.
+RDEPEND="dev-lang/php:*
+   dev-php/PEAR-PEAR"
+DEPEND="test? ( dev-php/PEAR-PEAR )"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   eapply_user
+
+   # Without this sed, the test suite will try (and fail) to mess
+   # around in /tmp.
+   sed -i "s~'/tmp'~'${T}'~" tests/setup.php \
+   || die 'failed to fix temporary directory in tests/setup.php'
+}
+
+src_install() {
+   insinto /usr/share/php
+   doins -r File
+}
+
+src_test() {
+   # Requires the "pear" executable from dev-php/PEAR-PEAR.
+   pear run-tests tests || die
+
+   # The command succeeds regardless of whether or not the test suite
+   # passed, but this file is only written when there was a failure.
+   [[ -f run-tests.log ]] && die "test suite failed"
+}

diff --git a/dev-php/PEAR-File_Find/metadata.xml 
b/dev-php/PEAR-File_Find/metadata.xml
index aca42932b83..beddf160d50 100644
--- a/dev-php/PEAR-File_Find/metadata.xml
+++ b/dev-php/PEAR-File_Find/metadata.xml
@@ -1,8 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   php-b...@gentoo.org
-   PHP
-
+  
+php-b...@gentoo.org
+PHP
+  
+  
+pear/File_Find
+  
 



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

2017-03-19 Thread Andreas Sturmlechner
commit: 3566ba353720ea0b3ed89dc7fa93e641158c015d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 19 22:41:38 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 19 23:57:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3566ba35

kde-apps/kdepim-runtime: Drop USE=ssl, fix DEPENDs

kde-apps/kimap from DEPENDs then depends on it anyway.
And who would disable it, really.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../kdepim-runtime-16.12.3-r1.ebuild   | 81 ++
 1 file changed, 81 insertions(+)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-16.12.3-r1.ebuild 
b/kde-apps/kdepim-runtime/kdepim-runtime-16.12.3-r1.ebuild
new file mode 100644
index 000..b7185ab4067
--- /dev/null
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-16.12.3-r1.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Runtime plugin collection to extend the functionality of KDE PIM"
+LICENSE="GPL-2+ LGPL-2.1+"
+KEYWORDS="~amd64 ~x86"
+IUSE="google"
+
+# TODO kolab, Qt5TextToSpeech
+CDEPEND="
+   $(add_frameworks_dep kcmutils)
+   $(add_frameworks_dep kcodecs)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep kdelibs4support)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kitemmodels)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep knotifyconfig)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwallet)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_kdeapps_dep akonadi)
+   $(add_kdeapps_dep akonadi-calendar)
+   $(add_kdeapps_dep akonadi-contacts)
+   $(add_kdeapps_dep akonadi-mime)
+   $(add_kdeapps_dep akonadi-notes)
+   $(add_kdeapps_dep kalarmcal)
+   $(add_kdeapps_dep kcalcore)
+   $(add_kdeapps_dep kcalutils)
+   $(add_kdeapps_dep kcontacts)
+   $(add_kdeapps_dep kidentitymanagement)
+   $(add_kdeapps_dep kimap)
+   $(add_kdeapps_dep kmailtransport)
+   $(add_kdeapps_dep kmbox)
+   $(add_kdeapps_dep kmime)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtwebengine 'widgets')
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   dev-libs/cyrus-sasl:2
+   dev-libs/libical:=
+   google? ( $(add_kdeapps_dep libkgapi '' 5.3.1-r1) )
+"
+DEPEND="${CDEPEND}
+   $(add_frameworks_dep kross)
+   $(add_qt_dep qtxmlpatterns)
+   dev-libs/libxslt
+"
+RDEPEND="${CDEPEND}
+   !kde-apps/kdepim-kioslaves
+   $(add_frameworks_dep oxygen-icons)
+"
+
+RESTRICT+=" test"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_find_package google KPimGAPI)
+   )
+
+   kde5_src_configure
+}



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

2017-03-19 Thread Andreas Sturmlechner
commit: 7d2162666424fd7e0f71b7b18a6b740353d793c4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 19 23:52:32 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 19 23:57:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d216266

kde-apps/kdepim-runtime: Drop 16.12.3 (r0)

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../kdepim-runtime/kdepim-runtime-16.12.3.ebuild   | 84 --
 1 file changed, 84 deletions(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-16.12.3.ebuild 
b/kde-apps/kdepim-runtime/kdepim-runtime-16.12.3.ebuild
deleted file mode 100644
index 334457b64df..000
--- a/kde-apps/kdepim-runtime/kdepim-runtime-16.12.3.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Runtime plugin collection to extend the functionality of KDE PIM"
-LICENSE="GPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~x86"
-IUSE="google ssl"
-
-# TODO kolab, Qt5TextToSpeech
-
-CDEPEND="
-   $(add_frameworks_dep kcmutils)
-   $(add_frameworks_dep kcodecs)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep kdelibs4support)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemmodels)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep knotifyconfig)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwallet)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_kdeapps_dep akonadi)
-   $(add_kdeapps_dep akonadi-calendar)
-   $(add_kdeapps_dep akonadi-contacts)
-   $(add_kdeapps_dep akonadi-mime)
-   $(add_kdeapps_dep akonadi-notes)
-   $(add_kdeapps_dep kalarmcal)
-   $(add_kdeapps_dep kcalcore)
-   $(add_kdeapps_dep kcalutils)
-   $(add_kdeapps_dep kcontacts)
-   $(add_kdeapps_dep kidentitymanagement)
-   $(add_kdeapps_dep kimap)
-   $(add_kdeapps_dep kmailtransport)
-   $(add_kdeapps_dep kmbox)
-   $(add_kdeapps_dep kmime)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   $(add_qt_dep qtxmlpatterns)
-   dev-libs/libical:=
-   google? ( $(add_kdeapps_dep libkgapi '' 5.3.1-r1) )
-   ssl? ( dev-libs/cyrus-sasl )
-"
-DEPEND="${CDEPEND}
-   $(add_frameworks_dep kross)
-   dev-libs/cyrus-sasl:2
-   dev-libs/libxslt
-   x11-misc/shared-mime-info
-"
-RDEPEND="${CDEPEND}
-   !kde-apps/kdepim-kioslaves
-   $(add_frameworks_dep oxygen-icons)
-"
-
-RESTRICT+=" test"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_find_package google KF5GAPI)
-   $(cmake-utils_use_find_package ssl Sasl2)
-   )
-
-   kde5_src_configure
-}



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

2017-03-19 Thread Andreas Sturmlechner
commit: f346e0f61289f5246b5ed111e869637cf7509e78
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 19 23:11:14 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 19 23:11:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f346e0f6

net-p2p/qbittorrent: Sync live ebuild with latest release

Gentoo-bug: 613276

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-p2p/qbittorrent/qbittorrent-.ebuild | 85 +
 1 file changed, 27 insertions(+), 58 deletions(-)

diff --git a/net-p2p/qbittorrent/qbittorrent-.ebuild 
b/net-p2p/qbittorrent/qbittorrent-.ebuild
index 332e40636c5..667822161ad 100644
--- a/net-p2p/qbittorrent/qbittorrent-.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit flag-o-matic qmake-utils
+inherit cmake-utils
 
 DESCRIPTION="BitTorrent client in C++ and Qt"
-HOMEPAGE="http://www.qbittorrent.org/;
+HOMEPAGE="https://www.qbittorrent.org/;
 
 if [[ ${PV} == * ]]; then
inherit git-r3
@@ -20,67 +20,36 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="+dbus debug +qt5 webui +X"
-REQUIRED_USE="
-   dbus? ( X )
-"
+IUSE="+dbus debug webui +X"
+REQUIRED_USE="dbus? ( X )"
 
 RDEPEND="
-   dev-libs/boost:=
+   >=dev-libs/boost-1.62.0-r1:=
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtnetwork:5[ssl]
+   >=dev-qt/qtsingleapplication-2.6.1_p20130904-r1[qt5,X?]
+   dev-qt/qtxml:5
>=net-libs/libtorrent-rasterbar-1.0.6
sys-libs/zlib
-   !qt5? (
-   >=dev-libs/qjson-0.8.1[qt4(+)]
-   dev-qt/qtcore:4[ssl]
-   >=dev-qt/qtsingleapplication-2.6.1_p20130904-r1[qt4,X?]
-   dbus? ( dev-qt/qtdbus:4 )
-   X? ( dev-qt/qtgui:4 )
-   )
-   qt5? (
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtnetwork:5[ssl]
-   >=dev-qt/qtsingleapplication-2.6.1_p20130904-r1[qt5,X?]
-   dev-qt/qtxml:5
-   dbus? ( dev-qt/qtdbus:5 )
-   X? (
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   )
-   )
-"
+   dbus? ( dev-qt/qtdbus:5 )
+   X? (
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   )"
 DEPEND="${RDEPEND}
-   qt5? ( dev-qt/linguist-tools:5 )
-   virtual/pkgconfig
-"
+   dev-qt/linguist-tools:5
+   virtual/pkgconfig"
 
-DOCS=(AUTHORS Changelog CONTRIBUTING.md README.md TODO)
+DOCS=( AUTHORS Changelog CONTRIBUTING.md README.md TODO )
 
 src_configure() {
-   # workaround build issue with older boost
-   # https://github.com/qbittorrent/qBittorrent/issues/4112
-   if has_version '

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

2017-03-19 Thread Andreas Sturmlechner
commit: 0034c5770c9d511eaa77c615f0101342d0f31914
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 19 22:41:38 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 19 22:56:26 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0034c577

kde-apps/kdepim-runtime: Drop USE=ssl

kde-apps/kimap from DEPENDS then depends on it anyway.
And who would disable it, really.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/kdepim-runtime/kdepim-runtime-.ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-.ebuild 
b/kde-apps/kdepim-runtime/kdepim-runtime-.ebuild
index f4972e2959..563fb68804 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-.ebuild
@@ -11,7 +11,7 @@ inherit kde5
 DESCRIPTION="Runtime plugin collection to extend the functionality of KDE PIM"
 LICENSE="GPL-2+ LGPL-2.1+"
 KEYWORDS=""
-IUSE="google ssl"
+IUSE="google"
 
 # TODO kolab, Qt5TextToSpeech
 CDEPEND="
@@ -55,14 +55,13 @@ CDEPEND="
$(add_qt_dep qtwebengine 'widgets')
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
+   dev-libs/cyrus-sasl:2
dev-libs/libical:=
google? ( $(add_kdeapps_dep libkgapi) )
-   ssl? ( dev-libs/cyrus-sasl )
 "
 DEPEND="${CDEPEND}
$(add_frameworks_dep kross)
$(add_qt_dep qtxmlpatterns)
-   dev-libs/cyrus-sasl:2
dev-libs/libxslt
 "
 RDEPEND="${CDEPEND}
@@ -75,7 +74,6 @@ RESTRICT+=" test"
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package google KPimGAPI)
-   $(cmake-utils_use_find_package ssl Sasl2)
)
 
kde5_src_configure



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

2017-03-19 Thread Andreas Sturmlechner
commit: a687975eb087cd808ba6f87df9e5aa760d60a221
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 19 22:54:48 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 19 22:56:26 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a687975e

kde-plasma/plasma-workspace: Block x11-misc/notification-daemon

File collision at:
/usr/share/dbus-1/services/org.freedesktop.Notifications.service

See also: https://phabricator.kde.org/D5012

Reported-by: Elias Probst  eliasprobst.eu>
Gentoo-bug: 613266

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-plasma/plasma-workspace/plasma-workspace-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-.ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-.ebuild
index d15382ce30..f205da8c1c 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-.ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-.ebuild
@@ -112,6 +112,7 @@ RDEPEND="${COMMON_DEPEND}
!kde-plasma/ksmserver:4
!kde-plasma/ksplash:4
!kde-plasma/plasma-workspace:4
+   !x11-misc/notification-daemon
 "
 DEPEND="${COMMON_DEPEND}
x11-proto/xproto



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

2017-03-19 Thread Andreas Sturmlechner
commit: e4e668a6c370ee82e7343321e279398ba1aa51b5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 19 22:37:07 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 19 22:56:25 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e4e668a6

kde-apps/kmailtransport: Drop USE=ssl

Fails to build if disabled, and who would disable it anyway.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/kmailtransport/kmailtransport-.ebuild | 11 ++-
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/kde-apps/kmailtransport/kmailtransport-.ebuild 
b/kde-apps/kmailtransport/kmailtransport-.ebuild
index e4ca5d6f98..90198e2d1e 100644
--- a/kde-apps/kmailtransport/kmailtransport-.ebuild
+++ b/kde-apps/kmailtransport/kmailtransport-.ebuild
@@ -10,7 +10,7 @@ inherit kde5
 DESCRIPTION="Mail transport service"
 LICENSE="GPL-2+"
 KEYWORDS=""
-IUSE="ssl"
+IUSE=""
 
 COMMON_DEPEND="
$(add_frameworks_dep kcmutils)
@@ -29,7 +29,7 @@ COMMON_DEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtnetwork)
$(add_qt_dep qtwidgets)
-   ssl? ( dev-libs/cyrus-sasl )
+   dev-libs/cyrus-sasl
 "
 DEPEND="${COMMON_DEPEND}
test? ( $(add_frameworks_dep ktextwidgets) )
@@ -49,10 +49,3 @@ src_prepare() {
-i kioslave/CMakeLists.txt || die "failed to comment 
add_subdirectory(doc)"
fi
 }
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_find_package ssl Sasl2)
-   )
-   kde5_src_configure
-}



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

2017-03-19 Thread Andreas Sturmlechner
commit: aa58b13e0f0c7532430108fd9f87b62204ae36b3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 19 22:38:14 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 19 22:56:25 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=aa58b13e

kde-apps/libksieve: Drop USE=ssl

Fails to configure if disabled because deps require it.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/libksieve/libksieve-.ebuild | 11 ++-
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/kde-apps/libksieve/libksieve-.ebuild 
b/kde-apps/libksieve/libksieve-.ebuild
index a2c0f5a86a..d43642f784 100644
--- a/kde-apps/libksieve/libksieve-.ebuild
+++ b/kde-apps/libksieve/libksieve-.ebuild
@@ -11,7 +11,7 @@ inherit kde5
 DESCRIPTION="Common PIM libraries"
 LICENSE="GPL-2+ LGPL-2.1+"
 KEYWORDS=""
-IUSE="ssl"
+IUSE=""
 
 # drop qtwebengine subslot operator when QT_MINIMAL >= 5.8.0
 DEPEND="
@@ -31,7 +31,7 @@ DEPEND="
$(add_qt_dep qtwebengine 'widgets' '' '5=')
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
-   ssl? ( dev-libs/cyrus-sasl )
+   dev-libs/cyrus-sasl
 "
 RDEPEND="${DEPEND}
!kde-apps/kdepim-kioslaves
@@ -47,10 +47,3 @@ src_prepare() {
-i kioslave/CMakeLists.txt || die "failed to comment 
add_subdirectory(doc)"
fi
 }
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_find_package ssl Sasl2)
-   )
-   kde5_src_configure
-}



[gentoo-commits] proj/kde:master commit in: net-misc/smb4k/

2017-03-19 Thread Andreas Sturmlechner
commit: a946ccdf49d368b1f9226520ebccb3c7019d97a3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 19 16:18:30 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 19 22:56:25 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a946ccdf

net-misc/smb4k: Drop USE=plasma, not optional anymore

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-misc/smb4k/smb4k-.ebuild | 11 ++-
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/net-misc/smb4k/smb4k-.ebuild b/net-misc/smb4k/smb4k-.ebuild
index 729043c4cb..1817e47a3a 100644
--- a/net-misc/smb4k/smb4k-.ebuild
+++ b/net-misc/smb4k/smb4k-.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://sourceforge.net/p/smb4k/home/Home/;
 
 [[ ${PV} !=  ]] && KEYWORDS="~amd64 ~x86"
 LICENSE="GPL-2"
-IUSE="plasma"
+IUSE=""
 
 DEPEND="
$(add_frameworks_dep kauth)
@@ -40,14 +40,7 @@ DEPEND="
$(add_qt_dep qtwidgets)
 "
 RDEPEND="${DEPEND}
+   $(add_frameworks_dep plasma)
net-fs/samba[cups]
-   plasma? ( $(add_frameworks_dep plasma) )
!net-misc/smb4k:4
 "
-
-src_configure(){
-   local mycmakeargs=(
-   -DINSTALL_PLASMOID=$(usex plasma)
-   )
-   kde5_src_configure
-}



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

2017-03-19 Thread Andreas Sturmlechner
commit: fce781e7fa575580fcfc9bf3caf6b07560b4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 19 22:49:06 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 19 22:56:26 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=fce78aaa

kde-apps/kldap: Drop USE=ssl

It may build, but down the line cyrus-sasl is pulled in anyway.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/kldap/kldap-.ebuild | 12 ++--
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/kde-apps/kldap/kldap-.ebuild b/kde-apps/kldap/kldap-.ebuild
index ef777bdff4..84fe7b4f70 100644
--- a/kde-apps/kldap/kldap-.ebuild
+++ b/kde-apps/kldap/kldap-.ebuild
@@ -10,7 +10,7 @@ inherit kde5
 DESCRIPTION="Library for interacting with LDAP servers"
 LICENSE="GPL-2+"
 KEYWORDS=""
-IUSE="ssl"
+IUSE=""
 
 DEPEND="
$(add_frameworks_dep kcompletion)
@@ -20,7 +20,7 @@ DEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
net-nds/openldap
-   ssl? ( dev-libs/cyrus-sasl )
+   dev-libs/cyrus-sasl
 "
 RDEPEND="${DEPEND}
!kde-apps/kdepim-kioslaves
@@ -34,11 +34,3 @@ src_prepare() {
-i kioslave/CMakeLists.txt || die "failed to comment 
add_subdirectory(doc)"
fi
 }
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_find_package ssl Sasl2)
-   )
-
-   kde5_src_configure
-}



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

2017-03-19 Thread Mart Raudsepp
commit: e9042acd81a3730680023016f89e8c1be1bad1eb
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Mar 19 21:59:58 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Mar 19 22:21:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9042acd

app-arch/file-roller: bump to 3.22.3, mention lz4 in the optional archivers 
blurb and packages.match

3.22 gained new lz4 support, so mention it in DOC_CONTENTS and update our 
packages.match
file to contain it (upstream git doesn't, but they haven't ran 
update-packages-match, so
I ran it myself in a git clone and synced the results).

 app-arch/file-roller/Manifest  |  1 +
 app-arch/file-roller/file-roller-3.22.3.ebuild | 87 ++
 app-arch/file-roller/files/3.22-packages.match | 32 ++
 3 files changed, 120 insertions(+)

diff --git a/app-arch/file-roller/Manifest b/app-arch/file-roller/Manifest
index 9d81e18473d..88ae78ac79b 100644
--- a/app-arch/file-roller/Manifest
+++ b/app-arch/file-roller/Manifest
@@ -2,3 +2,4 @@ DIST file-roller-3.20.3.tar.xz 1432400 SHA256 
6b5c2de4c6bd52318cacd2a398cdfa45a5
 DIST file-roller-3.20.4.tar.xz 1432484 SHA256 
d9346bb90d5f3296bf22f93a81f5bcd2e974620a4d81efea882db2b3db3b66c1 SHA512 
a536876bed13838c4e3f2a2c4fb269ec814afb6fd6ff538e1de4b9872588e0bf2c6df7eece6fd93e79752b2bb8c17c2492b022cea3d84716c2f2cda49aeea130
 WHIRLPOOL 
fb25b905e8b6ac98a838a156849e4bd1a0d5e6889d384e7ea963d1cd99cb62515582459c2fc7ddb15c4a8ee53277a41cefb50385cc6d2e3a5e4a115295ecd0c7
 DIST file-roller-3.22.1.tar.xz 1423712 SHA256 
8106791dcecbd2ab64194f4aeb5cb709a15e9e0d28e6470528c7bf56969be552 SHA512 
118b33e70dea357d3320ee8a1e13d161499682725a981806a6333918fb4f76eed8c10aa22db5d797cada893e38dea4d280d84f6fcd3303b4ea0782ef45295939
 WHIRLPOOL 
385fecf68f39413bd8b80ffdda9ce991ad84950c84017d1ede52f8a7d1abcc468c33f3356a42dd41ccf03817b8ebbdef305023510b1ee52334d12f9545cb45e9
 DIST file-roller-3.22.2.tar.xz 1423992 SHA256 
27158cdcc366f82100312b1e0a02ad1f3aa7a6c32d4eba68fc5a2a8829685df9 SHA512 
cd4ed804d7291868acd351b4f1b5d3fca48c1e493c37d9e20463dfbca11fe9859a2d1b8fd6d13c8ac2d4f2967f0734e6ff07efc08ca292f73640e631bea2fb22
 WHIRLPOOL 
f79c7f50f62cf88100577721e7b5017fcc90cc2ed86946dfda40e0addea1ecb995e3536aa5901fcccac78f86e5269f459b04462163dcde5301d84e3e6c331fd9
+DIST file-roller-3.22.3.tar.xz 1423048 SHA256 
de858640632a0e22769b6b73d5b98527f3cfc2c83f99692063e352e41d533505 SHA512 
f234388686cf539fc085866322083199176f94043e4c2c888d5806a2efa0dfcf5a090f64240a3d08aae39ed3d34d6b281e1a06d748c56b0f80508a01fac40b28
 WHIRLPOOL 
9729c333d9d42d5714aa1fa9905f87f125e40c22800cd9cc85af67c31a90aad9863bd5a73aa659a0a5a997aacf638a9c974afbbc04541e90ee7d6c011e66e802

diff --git a/app-arch/file-roller/file-roller-3.22.3.ebuild 
b/app-arch/file-roller/file-roller-3.22.3.ebuild
new file mode 100644
index 000..95c45790bf1
--- /dev/null
+++ b/app-arch/file-roller/file-roller-3.22.3.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit eutils gnome2 readme.gentoo-r1
+
+DESCRIPTION="Archive manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/FileRoller;
+
+LICENSE="GPL-2+ CC-BY-SA-3.0"
+SLOT="0"
+IUSE="libnotify packagekit"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+
+# gdk-pixbuf used extensively in the source
+# cairo used in eggtreemultidnd.c
+# pango used in fr-window
+RDEPEND="
+   >=app-arch/libarchive-3:=
+   >=dev-libs/glib-2.36:2
+   >=dev-libs/json-glib-0.14
+   >=x11-libs/gtk+-3.13.2:3
+   sys-apps/file
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/pango
+   libnotify? ( >=x11-libs/libnotify-0.4.3:= )
+   packagekit? ( app-admin/packagekit-base )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/intltool-0.50.1
+   dev-util/itstool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+# eautoreconf needs:
+#  gnome-base/gnome-common
+
+DISABLE_AUTOFORMATTING="yes"
+DOC_CONTENTS="
+${PN} is a frontend for several archiving utilities. If you want a
+particular archive format support, see ${HOMEPAGE}
+and install the relevant package. For example:
+7-zip   - app-arch/p7zip
+ace - app-arch/unace
+arj - app-arch/arj
+cpio- app-arch/cpio
+deb - app-arch/dpkg
+iso - app-cdr/cdrtools
+jar,zip - app-arch/zip and app-arch/unzip
+lha - app-arch/lha
+lzop- app-arch/lzop
+lz4 - app-arch/lz4
+rar - app-arch/unrar or app-arch/unar
+rpm - app-arch/rpm
+unstuff - app-arch/stuffit
+zoo - app-arch/zoo"
+
+src_prepare() {
+   # File providing Gentoo package names for various archivers
+   cp -f "${FILESDIR}"/3.22-packages.match data/packages.match || die
+   gnome2_src_prepare
+}
+
+src_configure() {
+   # --disable-debug because enabling it adds -O0 to CFLAGS
+   gnome2_src_configure \
+   

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

2017-03-19 Thread Mart Raudsepp
commit: 5b2854f81c3004b4abe47fa9ae4142a1bbfb194a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Mar 19 22:20:38 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Mar 19 22:21:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b2854f8

app-arch/file-roller: remove old

Package-Manager: Portage-2.3.4, Repoman-2.3.1

 app-arch/file-roller/Manifest  |  3 -
 app-arch/file-roller/file-roller-3.20.3.ebuild | 88 --
 app-arch/file-roller/file-roller-3.22.1.ebuild | 86 -
 app-arch/file-roller/file-roller-3.22.2.ebuild | 86 -
 4 files changed, 263 deletions(-)

diff --git a/app-arch/file-roller/Manifest b/app-arch/file-roller/Manifest
index 88ae78ac79b..ab2d5e28fc8 100644
--- a/app-arch/file-roller/Manifest
+++ b/app-arch/file-roller/Manifest
@@ -1,5 +1,2 @@
-DIST file-roller-3.20.3.tar.xz 1432400 SHA256 
6b5c2de4c6bd52318cacd2a398cdfa45a5f1df8a77c6652a38a6a1d3e53644e9 SHA512 
afa7a7e49b357f11a8e8c2678c02f9ce1c20e3bef4c64be0930342127b11dc271369958b634985fb1305fe913182a2e5a63326afc2d1839ab116ad773ee668c3
 WHIRLPOOL 
aa96b158971ed0105f416fc5e83d9a8810d5ececa30a5b9761b9caeeaa607e50ce635629c4aaf05fabb9391959db149cd8b4b2d69c1c765c78001e9f2a11c467
 DIST file-roller-3.20.4.tar.xz 1432484 SHA256 
d9346bb90d5f3296bf22f93a81f5bcd2e974620a4d81efea882db2b3db3b66c1 SHA512 
a536876bed13838c4e3f2a2c4fb269ec814afb6fd6ff538e1de4b9872588e0bf2c6df7eece6fd93e79752b2bb8c17c2492b022cea3d84716c2f2cda49aeea130
 WHIRLPOOL 
fb25b905e8b6ac98a838a156849e4bd1a0d5e6889d384e7ea963d1cd99cb62515582459c2fc7ddb15c4a8ee53277a41cefb50385cc6d2e3a5e4a115295ecd0c7
-DIST file-roller-3.22.1.tar.xz 1423712 SHA256 
8106791dcecbd2ab64194f4aeb5cb709a15e9e0d28e6470528c7bf56969be552 SHA512 
118b33e70dea357d3320ee8a1e13d161499682725a981806a6333918fb4f76eed8c10aa22db5d797cada893e38dea4d280d84f6fcd3303b4ea0782ef45295939
 WHIRLPOOL 
385fecf68f39413bd8b80ffdda9ce991ad84950c84017d1ede52f8a7d1abcc468c33f3356a42dd41ccf03817b8ebbdef305023510b1ee52334d12f9545cb45e9
-DIST file-roller-3.22.2.tar.xz 1423992 SHA256 
27158cdcc366f82100312b1e0a02ad1f3aa7a6c32d4eba68fc5a2a8829685df9 SHA512 
cd4ed804d7291868acd351b4f1b5d3fca48c1e493c37d9e20463dfbca11fe9859a2d1b8fd6d13c8ac2d4f2967f0734e6ff07efc08ca292f73640e631bea2fb22
 WHIRLPOOL 
f79c7f50f62cf88100577721e7b5017fcc90cc2ed86946dfda40e0addea1ecb995e3536aa5901fcccac78f86e5269f459b04462163dcde5301d84e3e6c331fd9
 DIST file-roller-3.22.3.tar.xz 1423048 SHA256 
de858640632a0e22769b6b73d5b98527f3cfc2c83f99692063e352e41d533505 SHA512 
f234388686cf539fc085866322083199176f94043e4c2c888d5806a2efa0dfcf5a090f64240a3d08aae39ed3d34d6b281e1a06d748c56b0f80508a01fac40b28
 WHIRLPOOL 
9729c333d9d42d5714aa1fa9905f87f125e40c22800cd9cc85af67c31a90aad9863bd5a73aa659a0a5a997aacf638a9c974afbbc04541e90ee7d6c011e66e802

diff --git a/app-arch/file-roller/file-roller-3.20.3.ebuild 
b/app-arch/file-roller/file-roller-3.20.3.ebuild
deleted file mode 100644
index b3747f289ed..000
--- a/app-arch/file-roller/file-roller-3.20.3.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit eutils gnome2 readme.gentoo-r1
-
-DESCRIPTION="Archive manager for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/FileRoller;
-
-LICENSE="GPL-2+ CC-BY-SA-3.0"
-SLOT="0"
-IUSE="nautilus packagekit"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
-
-# gdk-pixbuf used extensively in the source
-# cairo used in eggtreemultidnd.c
-# pango used in fr-window
-RDEPEND="
-   >=app-arch/libarchive-3:=
-   >=dev-libs/glib-2.36:2
-   >=dev-libs/json-glib-0.14
-   >=x11-libs/gtk+-3.13.2:3
-   >=x11-libs/libnotify-0.4.3:=
-   sys-apps/file
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   x11-libs/pango
-   nautilus? ( >=gnome-base/nautilus-3 )
-   packagekit? ( app-admin/packagekit-base )
-"
-DEPEND="${RDEPEND}
-   dev-util/desktop-file-utils
-   >=dev-util/intltool-0.50.1
-   dev-util/itstool
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-# eautoreconf needs:
-#  gnome-base/gnome-common
-
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="
-${PN} is a frontend for several archiving utilities. If you want a
-particular archive format support, see ${HOMEPAGE}
-and install the relevant package. For example:
-7-zip   - app-arch/p7zip
-ace - app-arch/unace
-arj - app-arch/arj
-cpio- app-arch/cpio
-deb - app-arch/dpkg
-iso - app-cdr/cdrtools
-jar,zip - app-arch/zip and app-arch/unzip
-lha - app-arch/lha
-lzop- app-arch/lzop
-rar - app-arch/unrar or app-arch/unar
-rpm - app-arch/rpm
-unstuff - app-arch/stuffit
-zoo - app-arch/zoo"
-
-src_prepare() {
-   # File providing Gentoo package names for various archivers
-   cp -f "${FILESDIR}"/3.6.0-packages.match 

[gentoo-commits] proj/catalyst:pending commit in: catalyst/, targets/stage2/, targets/support/, targets/stage3/, targets/stage4/, ...

2017-03-19 Thread Brian Dolbec
commit: 2e9135319c1fca1f6d3ed84d9f13b0e300db49c7
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun Mar 19 22:06:11 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sun Mar 19 22:06:11 2017 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=2e913531

Unify stage cleaning

Move the clear_portage() code to the python side clean().
Put that code behind the sticky-config option.

 catalyst/base/stagebase.py  |  9 +
 catalyst/fileops.py |  2 +-
 targets/stage2/stage2-controller.sh |  1 -
 targets/stage3/stage3-controller.sh |  1 -
 targets/stage4/stage4-controller.sh |  1 -
 targets/support/functions.sh| 11 ---
 6 files changed, 10 insertions(+), 15 deletions(-)

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index a7aa7f41..7a41973c 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -1201,6 +1201,15 @@ class StageBase(TargetBase, ClearBase, GenBase):
if os.path.exists(hosts_file + '.catalyst'):
os.rename(hosts_file + '.catalyst', hosts_file)
 
+   # optionally clean up portage configs
+   if ("portage_prefix" in self.settings and
+   "sticky-config" not in self.settings["options"]):
+   for _dir in "keywords", "mask", "unmask", "use":
+   target = pjoin([self.settings['chroot_path'],
+   "/etc/portage/package.%s" % _dir,
+   self.settings["portage_prefix"]])
+   clear_path(target)
+
# Remove our overlay
if os.path.exists(self.settings["chroot_path"] + 
self.settings["local_overlay"]):
clear_path(self.settings["chroot_path"] + 
self.settings["local_overlay"])

diff --git a/catalyst/fileops.py b/catalyst/fileops.py
index d2bd4530..ef4ee8d1 100644
--- a/catalyst/fileops.py
+++ b/catalyst/fileops.py
@@ -71,7 +71,7 @@ def clear_dir(target, mode=0o755, chg_flags=False, 
remove=False,
 
mystat = None
if os.path.isdir(target) and not os.path.islink(target):
-   log.info('Emptying directory: %s', target)
+   log.notice('Emptying directory: %s', target)
# stat the dir, delete the dir, recreate the dir and set
# the proper perms and ownership
try:

diff --git a/targets/stage2/stage2-controller.sh 
b/targets/stage2/stage2-controller.sh
index 2eee79f3..25e51208 100755
--- a/targets/stage2/stage2-controller.sh
+++ b/targets/stage2/stage2-controller.sh
@@ -17,7 +17,6 @@ case $1 in
;;
 
preclean)
-   clear_portage
exec_in_chroot 
${clst_shdir}/${clst_target}/${clst_target}-preclean-chroot.sh
;;
 

diff --git a/targets/stage3/stage3-controller.sh 
b/targets/stage3/stage3-controller.sh
index 2d415e40..df1479ea 100755
--- a/targets/stage3/stage3-controller.sh
+++ b/targets/stage3/stage3-controller.sh
@@ -16,7 +16,6 @@ case $1 in
;;
 
preclean)
-   clear_portage
exec_in_chroot 
${clst_shdir}/${clst_target}/${clst_target}-preclean-chroot.sh
;;
 

diff --git a/targets/stage4/stage4-controller.sh 
b/targets/stage4/stage4-controller.sh
index 6a876c82..d42f302f 100755
--- a/targets/stage4/stage4-controller.sh
+++ b/targets/stage4/stage4-controller.sh
@@ -41,7 +41,6 @@ case $1 in
;;
 
preclean)
-   clear_portage
exec_in_chroot 
${clst_shdir}/${clst_target}/${clst_target}-preclean-chroot.sh ${clst_root_path}
;;
 

diff --git a/targets/support/functions.sh b/targets/support/functions.sh
index ac4ec6c7..cca2fd82 100755
--- a/targets/support/functions.sh
+++ b/targets/support/functions.sh
@@ -16,17 +16,6 @@ delete_from_chroot(){
fi
 }
 
-clear_portage() {
-   if [ -n "${clst_portage_prefix}" ]; then
-   for dir in "keywords", "mask", "unmask", "use"; do
-   [ -d 
${clst_chroot_path}/etc/portage/package.${dir}/${clst_portage_prefix} ] &&
-   echo "Clear 
${clst_chroot_path}/etc/portage/package.${dir}/${clst_portage_prefix}"
-   [ -d 
${clst_chroot_path}/etc/portage/package.${dir}/${clst_portage_prefix} ] &&
-   rm -R 
"${clst_chroot_path}/etc/portage/package.${dir}/${clst_portage_prefix}"
-   done
-   fi
-}
-
 exec_in_chroot(){
 # Takes the full path to the source file as its argument
 # copies the file to the /tmp directory of the chroot



[gentoo-commits] proj/catalyst:pending commit in: targets/stage4/, targets/stage3/, targets/support/, catalyst/base/, etc/, ...

2017-03-19 Thread Brian Dolbec
commit: 74dd36d6d66723f42cd781abce3df52250d7a6de
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun Mar 19 22:04:49 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sun Mar 19 22:04:49 2017 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=74dd36d6

Unify all make.conf settings and writing

This excludes stage1 builds which needs to modify the seed stage's make.conf for
initial stage building.

 catalyst/base/stagebase.py  | 221 ++--
 etc/catalyst.conf   |   9 ++
 targets/stage2/stage2-controller.sh |   2 -
 targets/stage3/stage3-controller.sh |   2 -
 targets/stage4/stage4-controller.sh |   2 -
 targets/support/chroot-functions.sh |  16 +--
 targets/support/functions.sh|  12 --
 7 files changed, 130 insertions(+), 134 deletions(-)

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index d44db985..a7aa7f41 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -548,27 +548,29 @@ class StageBase(TargetBase, ClearBase, GenBase):
return
 
def set_use(self):
-   if self.settings["spec_prefix"] + "/use" in self.settings:
-   self.settings["use"] = \
-   self.settings[self.settings["spec_prefix"] + 
"/use"]
-   del self.settings[self.settings["spec_prefix"] + "/use"]
-   if "use" not in self.settings:
-   self.settings["use"] = ""
-   if isinstance(self.settings['use'], str):
-   self.settings["use"] = self.settings["use"].split()
+   use = self.settings["spec_prefix"] + "/use"
+   if use in self.settings:
+   if isinstance(self.settings[use], str):
+   self.settings["use"] = 
self.settings[use].split()
+   self.settings["use"] = self.settings[use]
+   del self.settings[use]
+   else:
+   self.settings["use"] = []
 
def set_catalyst_use(self):
-   if self.settings["spec_prefix"] + "/catalyst_use" in 
self.settings:
-   self.settings["catalyst_use"] = \
-   
self.settings[self.settings["spec_prefix"]+"/catalyst_use"]
-   del 
self.settings[self.settings["spec_prefix"]+"/catalyst_use"]
-   if "catalyst_use" not in self.settings:
-   self.settings["catalyst_use"] = ""
-   if isinstance(self.settings['catalyst_use'], str):
-   self.settings["catalyst_use"] = 
self.settings["catalyst_use"].split()
+   catalyst_use = self.settings["spec_prefix"] + "/catalyst_use"
+   if catalyst_use in self.settings:
+   if isinstance(self.settings[catalyst_use], str):
+   self.settings["catalyst_use"] = 
self.settings[catalyst_use].split()
+   else:
+   self.settings["catalyst_use"] = 
self.settings[catalyst_use]
+   del self.settings[catalyst_use]
+   else:
+   self.settings["catalyst_use"] = []
 
# Force bindist when options ask for it
-   if "BINDIST" in self.settings:
+   if "bindist" in self.settings["options"]:
+   log.debug("Enabling bindist USE flag")
self.settings["catalyst_use"].append("bindist")
 
def set_stage_path(self):
@@ -1071,92 +1073,98 @@ class StageBase(TargetBase, ClearBase, GenBase):
makepath = normpath(self.settings["chroot_path"] +
self.settings["make_conf"])
clear_path(makepath)
-   myf = open(makepath, "w")
-   myf.write("# These settings were set by the catalyst build 
script "
-   "that automatically\n# built this stage.\n")
-   myf.write("# Please consult "
-   "/usr/share/portage/config/make.conf.example "
-   "for a more\n# detailed example.\n")
-
-   for flags in ["CFLAGS", "CXXFLAGS", "FCFLAGS", "FFLAGS", 
"LDFLAGS",
-   "ASFLAGS"]:
-   if not flags in self.settings:
-   continue
-   if flags in ["LDFLAGS", "ASFLAGS"]:
-   myf.write("# %s is unsupported.  USE AT YOUR 
OWN RISK!\n"
-   % flags)
-   if (flags is not "CFLAGS" and
-   self.settings[flags] == 
self.settings["CFLAGS"]):
-   myf.write('%s="${CFLAGS}"\n' % flags)
-   elif isinstance(self.settings[flags], list):
-

[gentoo-commits] proj/betagarden:master commit in: media-sound/cava/

2017-03-19 Thread Sebastian Pipping
commit: 7910503eb17785bc31ebb27cecd04a7a4dae37e8
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sun Mar 19 22:00:37 2017 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sun Mar 19 22:00:37 2017 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=7910503e

media-sound/cava: Fix compilation

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

diff --git a/media-sound/cava/cava-0.4.2.ebuild 
b/media-sound/cava/cava-0.4.2.ebuild
index c67982d..489cc46 100644
--- a/media-sound/cava/cava-0.4.2.ebuild
+++ b/media-sound/cava/cava-0.4.2.ebuild
@@ -23,7 +23,7 @@ CONFIG_CHECK=(
 )
 
 src_prepare() {
-   rm -R iniparser || die
+   rm -R iniparser/src || die
 
epatch "${FILESDIR}"/${PN}-0.4.2-configure.patch
eapply_user



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

2017-03-19 Thread Zac Medico
commit: 82f6dd994b64fc190768f26b4fee91b84e9b0ed9
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Mar 19 21:51:22 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Mar 19 21:53:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82f6dd99

dev-util/bcc: remove old version 0.1.8-r2

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/bcc/Manifest|  1 -
 dev-util/bcc/bcc-0.1.8-r2.ebuild | 56 
 2 files changed, 57 deletions(-)

diff --git a/dev-util/bcc/Manifest b/dev-util/bcc/Manifest
index 87217d22111..1e2f43b1caf 100644
--- a/dev-util/bcc/Manifest
+++ b/dev-util/bcc/Manifest
@@ -1,3 +1,2 @@
-DIST bcc-0.1.8.tar.gz 694032 SHA256 
7535d0dec063454a858337dd07211ad2a207f8fa5665a3fad166f38415e50d70 SHA512 
d5a0ba306043f8601c7e358546a57e518f2843228dbeca71d483385b00505af46c89eb92437955e9c325d9b326314101b344e8ca4930bca4161614ca1c893301
 WHIRLPOOL 
198bdcd72b1a701f8a73fa3ede9385dff2cc0869859962841187692838e002cb78a753f128084d67450d5aeb01034b873268188cecf4af188a5db7a67e676b50
 DIST bcc-0.2.0.tar.gz 1195653 SHA256 
8bdea41286dda0605e3e52fc76d345356dc637434935a112e6378e2dcb439a70 SHA512 
edb696a5382e2f56d06e6b8b65c37b50e719da944fbce43cbad116c773e759fb51837d57ae3d159d83a489dfd0254b9f50b97dab7116465d57f787cf50d58808
 WHIRLPOOL 
ffa4b47dbb16a73699176bd2926763588c6f5ed73052d58ce8f9c51af1eba82c73ac541458b34d6fbd8cd9b698b37bfedc9c9f312967ce639f45daf4789138b2
 DIST bcc-0.3.0.tar.gz 1645152 SHA256 
88f54dff96c30c6e7b45f475938eef790b1c9485f794b1ac6791c4e56007f7cc SHA512 
e5a0f9ad1b0ba865b5644a5a4a0ad130708aac882239ed545bcfd74a5d80328361bc92287bad5569710849682501841e89279089efc71a97da4e02bfc709b916
 WHIRLPOOL 
fb06e4bd7e5ffbee104b5ad4d6e6a9004fc77dccf9f9cdebfa16741c899ce16c0154d6700f9eb6f8754c90da69eeb17ac9a3e878b5f75965dbccd13f6ad35abb

diff --git a/dev-util/bcc/bcc-0.1.8-r2.ebuild b/dev-util/bcc/bcc-0.1.8-r2.ebuild
deleted file mode 100644
index b2a4e834cb1..000
--- a/dev-util/bcc/bcc-0.1.8-r2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit cmake-utils linux-info python-single-r1 python-utils-r1
-
-DESCRIPTION="Tools for BPF-based Linux IO analysis, networking, monitoring, 
and more"
-HOMEPAGE="https://iovisor.github.io/bcc/;
-EGIT_COMMIT="v${PV}"
-SRC_URI="https://github.com/iovisor/bcc/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
-RESTRICT="test"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND=">=sys-devel/llvm-3.7:=[llvm_targets_BPF(+)]
-   sys-devel/clang
-   ${PYTHON_DEPS}"
-DEPEND="${RDEPEND}"
-S=${WORKDIR}/${PN}-${EGIT_COMMIT#v}
-
-pkg_pretend() {
-   local CONFIG_CHECK="~BPF ~BPF_SYSCALL ~NET_CLS_BPF ~NET_ACT_BPF
-   ~BPF_JIT ~BPF_EVENTS"
-
-   check_extra_config
-}
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   #582770 don't use static libstdc++
-   sed -i -e '21,33d' src/cc/CMakeLists.txt || die
-   default
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DREVISION=${PV%%_*}
-   )
-
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-   python_fix_shebang "${ED}"
-}



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

2017-03-19 Thread Zac Medico
commit: 3e74f1914068642660b8484dd51f3111a0430413
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Mar 19 21:47:25 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Mar 19 21:53:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e74f191

dev-util/bcc: version bump to 0.3.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/bcc/Manifest |  1 +
 dev-util/bcc/bcc-0.3.0.ebuild | 51 +++
 2 files changed, 52 insertions(+)

diff --git a/dev-util/bcc/Manifest b/dev-util/bcc/Manifest
index 0b5f1d252b5..87217d22111 100644
--- a/dev-util/bcc/Manifest
+++ b/dev-util/bcc/Manifest
@@ -1,2 +1,3 @@
 DIST bcc-0.1.8.tar.gz 694032 SHA256 
7535d0dec063454a858337dd07211ad2a207f8fa5665a3fad166f38415e50d70 SHA512 
d5a0ba306043f8601c7e358546a57e518f2843228dbeca71d483385b00505af46c89eb92437955e9c325d9b326314101b344e8ca4930bca4161614ca1c893301
 WHIRLPOOL 
198bdcd72b1a701f8a73fa3ede9385dff2cc0869859962841187692838e002cb78a753f128084d67450d5aeb01034b873268188cecf4af188a5db7a67e676b50
 DIST bcc-0.2.0.tar.gz 1195653 SHA256 
8bdea41286dda0605e3e52fc76d345356dc637434935a112e6378e2dcb439a70 SHA512 
edb696a5382e2f56d06e6b8b65c37b50e719da944fbce43cbad116c773e759fb51837d57ae3d159d83a489dfd0254b9f50b97dab7116465d57f787cf50d58808
 WHIRLPOOL 
ffa4b47dbb16a73699176bd2926763588c6f5ed73052d58ce8f9c51af1eba82c73ac541458b34d6fbd8cd9b698b37bfedc9c9f312967ce639f45daf4789138b2
+DIST bcc-0.3.0.tar.gz 1645152 SHA256 
88f54dff96c30c6e7b45f475938eef790b1c9485f794b1ac6791c4e56007f7cc SHA512 
e5a0f9ad1b0ba865b5644a5a4a0ad130708aac882239ed545bcfd74a5d80328361bc92287bad5569710849682501841e89279089efc71a97da4e02bfc709b916
 WHIRLPOOL 
fb06e4bd7e5ffbee104b5ad4d6e6a9004fc77dccf9f9cdebfa16741c899ce16c0154d6700f9eb6f8754c90da69eeb17ac9a3e878b5f75965dbccd13f6ad35abb

diff --git a/dev-util/bcc/bcc-0.3.0.ebuild b/dev-util/bcc/bcc-0.3.0.ebuild
new file mode 100644
index 000..0e8e3282695
--- /dev/null
+++ b/dev-util/bcc/bcc-0.3.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit cmake-utils linux-info python-single-r1 python-utils-r1
+
+DESCRIPTION="Tools for BPF-based Linux IO analysis, networking, monitoring, 
and more"
+HOMEPAGE="https://iovisor.github.io/bcc/;
+EGIT_COMMIT="v${PV}"
+SRC_URI="https://github.com/iovisor/bcc/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
+RESTRICT="test"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND=">=dev-libs/elfutils-0.166:=
+   sys-devel/clang:=
+   >=sys-devel/llvm-3.7:=[llvm_targets_BPF(+)]
+   ${PYTHON_DEPS}"
+DEPEND="${RDEPEND}"
+S=${WORKDIR}/${PN}-${EGIT_COMMIT#v}
+
+pkg_pretend() {
+   local CONFIG_CHECK="~BPF ~BPF_SYSCALL ~NET_CLS_BPF ~NET_ACT_BPF
+   ~BPF_JIT ~BPF_EVENTS"
+
+   check_extra_config
+}
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DREVISION=${PV%%_*}
+   )
+
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+   python_fix_shebang "${ED}"
+}



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

2017-03-19 Thread Mart Raudsepp
commit: 08a3050aa381fc35b7b45b74de968bd55b1adf94
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Mar 19 21:43:13 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Mar 19 21:48:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08a3050a

www-client/epiphany: remove security vulnerable older 3.20 version

Gentoo-bug: 608964

 www-client/epiphany/Manifest   |  1 -
 www-client/epiphany/epiphany-3.20.3.ebuild | 75 --
 2 files changed, 76 deletions(-)

diff --git a/www-client/epiphany/Manifest b/www-client/epiphany/Manifest
index 0e447d53cb2..2c73eddcece 100644
--- a/www-client/epiphany/Manifest
+++ b/www-client/epiphany/Manifest
@@ -1,3 +1,2 @@
-DIST epiphany-3.20.3.tar.xz 2182864 SHA256 
4d9de1bdb44c14adf25aa6dc02ea3de60925cff5eb01fe89545e6032c9b424a2 SHA512 
853a8efd67374f5550263cf4f102ac680b6b5bf1e948d5bb4448bc3dbe89401034709e391e527bce50a8f210cf2ae525d7f5c8e997fd665946986c5078caf3a9
 WHIRLPOOL 
a7736abe4e121b15f27dc5ca32a7d9f6a26e2526523d605d8394d179e362b99c99067f7a2bc6f36004b9424e0fe295b2f6bb7a294b7dfbcceb7bb0ce3a80420c
 DIST epiphany-3.20.7.tar.xz 2229900 SHA256 
b667011fa92ae9985dce5bd20bb6986d5f3c92d5db1f1e2b585172f4e2ff58ca SHA512 
3c7c40b5ee904158acbbf58b316712acb6b196e3058bb9bd1164d98f59476110f01526ebfe8274ad0dc226ca497c5f70dd6da7ae1fa02d00987289e7dc54c732
 WHIRLPOOL 
3934a923d4fb3a82b0d0f027e3c297c3a4ccf3622e49236fe7ce4cf8895787dc5d08d77456e60538292921e6c753d62721ab35fd65411eba08f65f08149ceaaa
 DIST epiphany-3.22.7.tar.xz 2293224 SHA256 
a15b7ec19644eec8d40ce11286bbca28ac188202b47e2b9fc593ab0974e9c784 SHA512 
8150952e89b86d05958bd9f9a0c78ba583764ec878220c8e328cb936108faf25a10837e038bd1a0ba1279555d2f95f819477cfddcb67c31e5b4c3533daf446bd
 WHIRLPOOL 
1856f814a08896e685bc34a1097c72d2cd615263e5974b2008088354644cbb58ee8a3ffeb2d9c3b5edcea5a5c56cb4305b200fb6dfc86a0766fe686b90d5

diff --git a/www-client/epiphany/epiphany-3.20.3.ebuild 
b/www-client/epiphany/epiphany-3.20.3.ebuild
deleted file mode 100644
index 59bfaba29bc..000
--- a/www-client/epiphany/epiphany-3.20.3.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit eutils gnome2 virtualx
-
-DESCRIPTION="GNOME webbrowser based on Webkit"
-HOMEPAGE="https://wiki.gnome.org/Apps/Web;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="test"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86"
-
-COMMON_DEPEND="
-   >=app-crypt/gcr-3.5.5:=
-   >=app-crypt/libsecret-0.14
-   >=app-text/iso-codes-0.35
-   >=dev-libs/glib-2.44.0:2[dbus]
-   >=dev-libs/libxml2-2.6.12:2
-   >=dev-libs/libxslt-1.1.7
-   >=gnome-base/gsettings-desktop-schemas-0.0.1
-   >=net-dns/avahi-0.6.22[dbus]
-   >=net-libs/webkit-gtk-2.11.4:4=
-   >=net-libs/libsoup-2.48:2.4
-   >=x11-libs/gtk+-3.19.1:3
-   >=x11-libs/libnotify-0.5.1:=
-   gnome-base/gnome-desktop:3=
-
-   dev-db/sqlite:3
-   x11-libs/libwnck:3
-   x11-libs/libX11
-"
-# epiphany-extensions support was removed in 3.7; let's not pretend it still 
works
-RDEPEND="${COMMON_DEPEND}
-   x11-themes/adwaita-icon-theme
-   !www-client/epiphany-extensions
-"
-# paxctl needed for bug #407085
-# eautoreconf requires gnome-common-3.5.5
-DEPEND="${COMMON_DEPEND}
-   app-text/yelp-tools
-   dev-libs/appstream-glib
-   >=dev-util/intltool-0.50
-   dev-util/itstool
-   sys-apps/paxctl
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   # https://bugzilla.gnome.org/show_bug.cgi?id=751591
-   "${FILESDIR}"/${PN}-3.16.0-unittest-1.patch
-
-   # https://bugzilla.gnome.org/show_bug.cgi?id=751593
-   "${FILESDIR}"/${PN}-3.14.0-unittest-2.patch
-)
-
-src_configure() {
-   # Many years have passed since gecko based epiphany went away,
-   # hence, stop relying on nss for migrating from that versions.
-   gnome2_src_configure \
-   --disable-nss \
-   --enable-shared \
-   --disable-static \
-   --with-distributor-name=Gentoo \
-   $(use_enable test tests)
-}
-
-src_test() {
-   "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
-   GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
-}



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

2017-03-19 Thread Manuel Rüger
commit: 36943499a5e5d7e4d7e9e3ebcc486b057fea0c5b
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Mar 19 21:45:02 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Mar 19 21:45:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36943499

net-print/cups-pdf: Remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 net-print/cups-pdf/Manifest  |  1 -
 net-print/cups-pdf/cups-pdf-3.0_beta1.ebuild | 46 
 2 files changed, 47 deletions(-)

diff --git a/net-print/cups-pdf/Manifest b/net-print/cups-pdf/Manifest
index 06c60ab0735..5d99116be32 100644
--- a/net-print/cups-pdf/Manifest
+++ b/net-print/cups-pdf/Manifest
@@ -1,4 +1,3 @@
 DIST cups-pdf_2.6.1.tar.gz 33315 SHA256 
04e17eb563dceea048e1a435edcbcf52faa5288f85e8390cd64d702edb6745f1 SHA512 
60702159907f95e005c93a38551b5aaa65b7e4b8e009b48becf4523d606c4bbb127e81e5acf8519ce4c9aed90b41deb01d80171f3145086351dbd022863a3816
 WHIRLPOOL 
dec796386df1b13c6fa8cfaed71cf9442a0aa8fc8ba739f8aa8ac3f2fc1e0ec3a1cbd205835f6f10314b805b0744641f3788458863df63104373bbf11e64e886
 DIST cups-pdf_3.0.0.tar.gz 29654 SHA256 
a0b94d09ccf92761a83e1af13fcdbfba737d7fcbbe2774ec24297ddbbf13aebe SHA512 
14420e50b9ac93d12e75b98ba8c3456d35a3bcce0778eee8308ac7a3c3a987b4dca5a4f140353bd2060a5f0f4d3434c442b00ea309660b4e5a72fe11dba25276
 WHIRLPOOL 
f95b21be0db15e2aa6af8d769a5d8efcf4447c3b69a2e7128f6ba51ce6e8c575aec78c69ef97ad8b6e7cc69c6a10635acf52b81ba0e415b553e99bef5675864e
 DIST cups-pdf_3.0.1.tar.gz 29754 SHA256 
738669edff7f1469fe5e411202d87f93ba25b45f332a623fb607d49c59aa9531 SHA512 
a06580f3056dddbb883c8db0c71b37b883482ae1ac8aa9bcfd85e679c4dcb44278006b7110d2988173d0eeb05b0f19fb39081fad49bf26839235e97fbe27a818
 WHIRLPOOL 
e84ab73c79dffc84f88c9285ad8672cb745f6b1cbb1ca5c72566af259026393649776093229a7588b4d071248d8fc1401c7cfbaf3e26fd96d8aa50b7aed40c4e
-DIST cups-pdf_3.0beta1.tar.gz 38040 SHA256 
d8f30740e0092e7b53cd228d9ddae8085bde744b5e63064bf79ad0c3e3ebe578 SHA512 
89d77bf8daa4f82cde4db32c607a5d503ae37bc720906b9fafbd7dedac3cb522fbc342475cf4cff62fdbb16c59c7a1a62814cf85492f6a97e277e64c886985f5
 WHIRLPOOL 
6d44d4c62f198a4b8da83791bb22bad9e3a43dbcad2a587729e41eb80cd9a5cb14561dff522c6452cb591ad6463b14d9d0ff41b19e7c58db494db421d2446bf6

diff --git a/net-print/cups-pdf/cups-pdf-3.0_beta1.ebuild 
b/net-print/cups-pdf/cups-pdf-3.0_beta1.ebuild
deleted file mode 100644
index 2c111556fee..000
--- a/net-print/cups-pdf/cups-pdf-3.0_beta1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit toolchain-funcs
-
-DESCRIPTION="Provides a virtual printer for CUPS to produce PDF files"
-HOMEPAGE="http://www.cups-pdf.de/;
-SRC_URI="http://www.cups-pdf.de/src/${PN}_${PV/_}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="+ppds"
-
-RDEPEND="net-print/cups
-   app-text/ghostscript-gpl"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}-${PV/_}
-
-src_compile() {
-   pushd src >/dev/null
-   $(tc-getCC) ${LDFLAGS} ${CFLAGS} ${PN}.c -o ${PN} -lcups || die
-   popd >/dev/null
-}
-
-src_install() {
-   exeinto /usr/libexec/cups/backend
-   exeopts -m0700
-   doexe src/cups-pdf
-
-   insinto /etc/cups
-   doins extra/cups-pdf.conf
-
-   insinto /usr/share/cups/model
-   if use ppds; then
-   doins extra/CUPS-PDF_opt.ppd
-   else
-   doins extra/CUPS-PDF_noopt.ppd
-   fi
-
-   dodoc ChangeLog README
-
-   dodoc -r contrib
-}



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

2017-03-19 Thread Manuel Rüger
commit: 93a59d15330f7adc32e214a3e4f162e0bbad797f
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Mar 19 21:44:34 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Mar 19 21:44:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93a59d15

net-print/cups-pdf: Version bump to 3.0.1

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 net-print/cups-pdf/Manifest  |  1 +
 net-print/cups-pdf/cups-pdf-3.0.1.ebuild | 47 
 2 files changed, 48 insertions(+)

diff --git a/net-print/cups-pdf/Manifest b/net-print/cups-pdf/Manifest
index a91a48f7966..06c60ab0735 100644
--- a/net-print/cups-pdf/Manifest
+++ b/net-print/cups-pdf/Manifest
@@ -1,3 +1,4 @@
 DIST cups-pdf_2.6.1.tar.gz 33315 SHA256 
04e17eb563dceea048e1a435edcbcf52faa5288f85e8390cd64d702edb6745f1 SHA512 
60702159907f95e005c93a38551b5aaa65b7e4b8e009b48becf4523d606c4bbb127e81e5acf8519ce4c9aed90b41deb01d80171f3145086351dbd022863a3816
 WHIRLPOOL 
dec796386df1b13c6fa8cfaed71cf9442a0aa8fc8ba739f8aa8ac3f2fc1e0ec3a1cbd205835f6f10314b805b0744641f3788458863df63104373bbf11e64e886
 DIST cups-pdf_3.0.0.tar.gz 29654 SHA256 
a0b94d09ccf92761a83e1af13fcdbfba737d7fcbbe2774ec24297ddbbf13aebe SHA512 
14420e50b9ac93d12e75b98ba8c3456d35a3bcce0778eee8308ac7a3c3a987b4dca5a4f140353bd2060a5f0f4d3434c442b00ea309660b4e5a72fe11dba25276
 WHIRLPOOL 
f95b21be0db15e2aa6af8d769a5d8efcf4447c3b69a2e7128f6ba51ce6e8c575aec78c69ef97ad8b6e7cc69c6a10635acf52b81ba0e415b553e99bef5675864e
+DIST cups-pdf_3.0.1.tar.gz 29754 SHA256 
738669edff7f1469fe5e411202d87f93ba25b45f332a623fb607d49c59aa9531 SHA512 
a06580f3056dddbb883c8db0c71b37b883482ae1ac8aa9bcfd85e679c4dcb44278006b7110d2988173d0eeb05b0f19fb39081fad49bf26839235e97fbe27a818
 WHIRLPOOL 
e84ab73c79dffc84f88c9285ad8672cb745f6b1cbb1ca5c72566af259026393649776093229a7588b4d071248d8fc1401c7cfbaf3e26fd96d8aa50b7aed40c4e
 DIST cups-pdf_3.0beta1.tar.gz 38040 SHA256 
d8f30740e0092e7b53cd228d9ddae8085bde744b5e63064bf79ad0c3e3ebe578 SHA512 
89d77bf8daa4f82cde4db32c607a5d503ae37bc720906b9fafbd7dedac3cb522fbc342475cf4cff62fdbb16c59c7a1a62814cf85492f6a97e277e64c886985f5
 WHIRLPOOL 
6d44d4c62f198a4b8da83791bb22bad9e3a43dbcad2a587729e41eb80cd9a5cb14561dff522c6452cb591ad6463b14d9d0ff41b19e7c58db494db421d2446bf6

diff --git a/net-print/cups-pdf/cups-pdf-3.0.1.ebuild 
b/net-print/cups-pdf/cups-pdf-3.0.1.ebuild
new file mode 100644
index 000..4bc7323b001
--- /dev/null
+++ b/net-print/cups-pdf/cups-pdf-3.0.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="Provides a virtual printer for CUPS to produce PDF files"
+HOMEPAGE="http://www.cups-pdf.de/;
+SRC_URI="http://www.cups-pdf.de/src/${PN}_${PV/_}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="+ppds"
+
+RDEPEND="
+   net-print/cups
+   app-text/ghostscript-gpl
+"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${PN}-${PV/_}
+
+src_compile() {
+   pushd src >/dev/null
+   $(tc-getCC) ${LDFLAGS} ${CFLAGS} ${PN}.c -o ${PN} -lcups || die
+   popd >/dev/null
+}
+
+src_install() {
+   exeinto /usr/libexec/cups/backend
+   exeopts -m0700
+   doexe src/cups-pdf
+
+   insinto /etc/cups
+   doins extra/cups-pdf.conf
+
+   insinto /usr/share/cups/model
+   if use ppds; then
+   doins extra/CUPS-PDF_opt.ppd
+   else
+   doins extra/CUPS-PDF_noopt.ppd
+   fi
+
+   dodoc ChangeLog README
+}



[gentoo-commits] proj/betagarden:master commit in: x11-apps/console-tdm/

2017-03-19 Thread Sebastian Pipping
commit: eb9aeb20fd88d634d31b37efbc7d601326ddd994
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sun Mar 19 21:42:11 2017 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sun Mar 19 21:42:11 2017 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=eb9aeb20

x11-apps/console-tdm: 1.1.2

 x11-apps/console-tdm/console-tdm-1.1.2.ebuild | 29 +++
 1 file changed, 29 insertions(+)

diff --git a/x11-apps/console-tdm/console-tdm-1.1.2.ebuild 
b/x11-apps/console-tdm/console-tdm-1.1.2.ebuild
new file mode 100644
index 000..daea85d
--- /dev/null
+++ b/x11-apps/console-tdm/console-tdm-1.1.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils
+
+DESCRIPTION="Console display manager based on CDM"
+HOMEPAGE="https://dopsi.github.io/console-tdm/;
+SRC_URI="https://github.com/dopsi/console-tdm/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-util/dialog
+   x11-apps/xinit
+   "
+
+DOCS=( ChangeLog.md NEWS.md README.md )
+
+src_compile() { : ; }
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX=/usr install
+   einstalldocs
+}



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

2017-03-19 Thread Mart Raudsepp
commit: c0cd17ba47725e01a694a1c3e1d8a06b876a40d2
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Mar 19 21:38:45 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Mar 19 21:40:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0cd17ba

www-client/epiphany: bump to 3.22.7, includes security fix from 3.22.6

3.22.6: Fix serious password extraction sweep attack on password manager
- was already fixed in stable 3.20.7 release from old series.

 www-client/epiphany/Manifest   |  1 +
 www-client/epiphany/epiphany-3.22.7.ebuild | 72 ++
 2 files changed, 73 insertions(+)

diff --git a/www-client/epiphany/Manifest b/www-client/epiphany/Manifest
index ec57c29f3e4..8594a07c689 100644
--- a/www-client/epiphany/Manifest
+++ b/www-client/epiphany/Manifest
@@ -1,3 +1,4 @@
 DIST epiphany-3.20.3.tar.xz 2182864 SHA256 
4d9de1bdb44c14adf25aa6dc02ea3de60925cff5eb01fe89545e6032c9b424a2 SHA512 
853a8efd67374f5550263cf4f102ac680b6b5bf1e948d5bb4448bc3dbe89401034709e391e527bce50a8f210cf2ae525d7f5c8e997fd665946986c5078caf3a9
 WHIRLPOOL 
a7736abe4e121b15f27dc5ca32a7d9f6a26e2526523d605d8394d179e362b99c99067f7a2bc6f36004b9424e0fe295b2f6bb7a294b7dfbcceb7bb0ce3a80420c
 DIST epiphany-3.20.7.tar.xz 2229900 SHA256 
b667011fa92ae9985dce5bd20bb6986d5f3c92d5db1f1e2b585172f4e2ff58ca SHA512 
3c7c40b5ee904158acbbf58b316712acb6b196e3058bb9bd1164d98f59476110f01526ebfe8274ad0dc226ca497c5f70dd6da7ae1fa02d00987289e7dc54c732
 WHIRLPOOL 
3934a923d4fb3a82b0d0f027e3c297c3a4ccf3622e49236fe7ce4cf8895787dc5d08d77456e60538292921e6c753d62721ab35fd65411eba08f65f08149ceaaa
 DIST epiphany-3.22.4.tar.xz 2287212 SHA256 
13a72507bc618fa452f016d3e1c9a059d8b66e7db15935c00900d79c54d56d6a SHA512 
0cdac78684ac926acbf80700ee29859b48389fea2b01aa6d756e54c3dde3dc2fcdb5a7c905b1e4f52071c23c25ea96ab4c9666ab000503fce36392ff0769300a
 WHIRLPOOL 
096e1ad34b796f2f5ae591c04ab4c8543c6cc81c59688ff1dc19bc610e9e657543fbc9ae2bac4cf555ae4d948523201095d9c507c2d3301ca6ec9000a6cf3f95
+DIST epiphany-3.22.7.tar.xz 2293224 SHA256 
a15b7ec19644eec8d40ce11286bbca28ac188202b47e2b9fc593ab0974e9c784 SHA512 
8150952e89b86d05958bd9f9a0c78ba583764ec878220c8e328cb936108faf25a10837e038bd1a0ba1279555d2f95f819477cfddcb67c31e5b4c3533daf446bd
 WHIRLPOOL 
1856f814a08896e685bc34a1097c72d2cd615263e5974b2008088354644cbb58ee8a3ffeb2d9c3b5edcea5a5c56cb4305b200fb6dfc86a0766fe686b90d5

diff --git a/www-client/epiphany/epiphany-3.22.7.ebuild 
b/www-client/epiphany/epiphany-3.22.7.ebuild
new file mode 100644
index 000..7599754c680
--- /dev/null
+++ b/www-client/epiphany/epiphany-3.22.7.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit flag-o-matic eutils gnome2 virtualx
+
+DESCRIPTION="GNOME webbrowser based on Webkit"
+HOMEPAGE="https://wiki.gnome.org/Apps/Web;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="test"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
+
+COMMON_DEPEND="
+   >=app-crypt/gcr-3.5.5:=
+   >=app-crypt/libsecret-0.14
+   >=app-text/iso-codes-0.35
+   >=dev-libs/glib-2.44.0:2[dbus]
+   >=dev-libs/libxml2-2.6.12:2
+   >=dev-libs/libxslt-1.1.7
+   >=gnome-base/gsettings-desktop-schemas-0.0.1
+   >=net-dns/avahi-0.6.22[dbus]
+   >=net-libs/webkit-gtk-2.14.2:4=
+   >=net-libs/libsoup-2.48:2.4
+   >=x11-libs/gtk+-3.19.1:3
+   >=x11-libs/libnotify-0.5.1:=
+   gnome-base/gnome-desktop:3=
+
+   dev-db/sqlite:3
+   x11-libs/libX11
+"
+# epiphany-extensions support was removed in 3.7; let's not pretend it still 
works
+RDEPEND="${COMMON_DEPEND}
+   x11-themes/adwaita-icon-theme
+   !www-client/epiphany-extensions
+"
+# paxctl needed for bug #407085
+DEPEND="${COMMON_DEPEND}
+   app-text/yelp-tools
+   dev-libs/appstream-glib
+   >=dev-util/intltool-0.50
+   sys-apps/paxctl
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   # https://bugzilla.gnome.org/show_bug.cgi?id=751591
+   "${FILESDIR}"/${PN}-3.16.0-unittest-1.patch
+
+   # https://bugzilla.gnome.org/show_bug.cgi?id=751593
+   "${FILESDIR}"/${PN}-3.14.0-unittest-2.patch
+)
+
+src_configure() {
+   # https://bugzilla.gnome.org/show_bug.cgi?id=778495
+   append-cflags -std=gnu11
+
+   gnome2_src_configure \
+   --enable-shared \
+   --disable-static \
+   --with-distributor-name=Gentoo \
+   $(use_enable test tests)
+}
+
+src_test() {
+   "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
+   GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
+}



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

2017-03-19 Thread Mart Raudsepp
commit: 5c62183763fb14cc27961a6b7a45c890eb25f262
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Mar 19 21:40:38 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Mar 19 21:40:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c621837

www-client/epiphany: remove old 3.22.4, vulnerable to a password manager sweep 
attack

Package-Manager: Portage-2.3.4, Repoman-2.3.1

 www-client/epiphany/Manifest   |  1 -
 www-client/epiphany/epiphany-3.22.4.ebuild | 69 --
 2 files changed, 70 deletions(-)

diff --git a/www-client/epiphany/Manifest b/www-client/epiphany/Manifest
index 8594a07c689..0e447d53cb2 100644
--- a/www-client/epiphany/Manifest
+++ b/www-client/epiphany/Manifest
@@ -1,4 +1,3 @@
 DIST epiphany-3.20.3.tar.xz 2182864 SHA256 
4d9de1bdb44c14adf25aa6dc02ea3de60925cff5eb01fe89545e6032c9b424a2 SHA512 
853a8efd67374f5550263cf4f102ac680b6b5bf1e948d5bb4448bc3dbe89401034709e391e527bce50a8f210cf2ae525d7f5c8e997fd665946986c5078caf3a9
 WHIRLPOOL 
a7736abe4e121b15f27dc5ca32a7d9f6a26e2526523d605d8394d179e362b99c99067f7a2bc6f36004b9424e0fe295b2f6bb7a294b7dfbcceb7bb0ce3a80420c
 DIST epiphany-3.20.7.tar.xz 2229900 SHA256 
b667011fa92ae9985dce5bd20bb6986d5f3c92d5db1f1e2b585172f4e2ff58ca SHA512 
3c7c40b5ee904158acbbf58b316712acb6b196e3058bb9bd1164d98f59476110f01526ebfe8274ad0dc226ca497c5f70dd6da7ae1fa02d00987289e7dc54c732
 WHIRLPOOL 
3934a923d4fb3a82b0d0f027e3c297c3a4ccf3622e49236fe7ce4cf8895787dc5d08d77456e60538292921e6c753d62721ab35fd65411eba08f65f08149ceaaa
-DIST epiphany-3.22.4.tar.xz 2287212 SHA256 
13a72507bc618fa452f016d3e1c9a059d8b66e7db15935c00900d79c54d56d6a SHA512 
0cdac78684ac926acbf80700ee29859b48389fea2b01aa6d756e54c3dde3dc2fcdb5a7c905b1e4f52071c23c25ea96ab4c9666ab000503fce36392ff0769300a
 WHIRLPOOL 
096e1ad34b796f2f5ae591c04ab4c8543c6cc81c59688ff1dc19bc610e9e657543fbc9ae2bac4cf555ae4d948523201095d9c507c2d3301ca6ec9000a6cf3f95
 DIST epiphany-3.22.7.tar.xz 2293224 SHA256 
a15b7ec19644eec8d40ce11286bbca28ac188202b47e2b9fc593ab0974e9c784 SHA512 
8150952e89b86d05958bd9f9a0c78ba583764ec878220c8e328cb936108faf25a10837e038bd1a0ba1279555d2f95f819477cfddcb67c31e5b4c3533daf446bd
 WHIRLPOOL 
1856f814a08896e685bc34a1097c72d2cd615263e5974b2008088354644cbb58ee8a3ffeb2d9c3b5edcea5a5c56cb4305b200fb6dfc86a0766fe686b90d5

diff --git a/www-client/epiphany/epiphany-3.22.4.ebuild 
b/www-client/epiphany/epiphany-3.22.4.ebuild
deleted file mode 100644
index 1c0911057dd..000
--- a/www-client/epiphany/epiphany-3.22.4.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit eutils gnome2 virtualx
-
-DESCRIPTION="GNOME webbrowser based on Webkit"
-HOMEPAGE="https://wiki.gnome.org/Apps/Web;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="test"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
-
-COMMON_DEPEND="
-   >=app-crypt/gcr-3.5.5:=
-   >=app-crypt/libsecret-0.14
-   >=app-text/iso-codes-0.35
-   >=dev-libs/glib-2.44.0:2[dbus]
-   >=dev-libs/libxml2-2.6.12:2
-   >=dev-libs/libxslt-1.1.7
-   >=gnome-base/gsettings-desktop-schemas-0.0.1
-   >=net-dns/avahi-0.6.22[dbus]
-   >=net-libs/webkit-gtk-2.14.2:4=
-   >=net-libs/libsoup-2.48:2.4
-   >=x11-libs/gtk+-3.19.1:3
-   >=x11-libs/libnotify-0.5.1:=
-   gnome-base/gnome-desktop:3=
-
-   dev-db/sqlite:3
-   x11-libs/libX11
-"
-# epiphany-extensions support was removed in 3.7; let's not pretend it still 
works
-RDEPEND="${COMMON_DEPEND}
-   x11-themes/adwaita-icon-theme
-   !www-client/epiphany-extensions
-"
-# paxctl needed for bug #407085
-DEPEND="${COMMON_DEPEND}
-   app-text/yelp-tools
-   dev-libs/appstream-glib
-   >=dev-util/intltool-0.50
-   sys-apps/paxctl
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   # https://bugzilla.gnome.org/show_bug.cgi?id=751591
-   "${FILESDIR}"/${PN}-3.16.0-unittest-1.patch
-
-   # https://bugzilla.gnome.org/show_bug.cgi?id=751593
-   "${FILESDIR}"/${PN}-3.14.0-unittest-2.patch
-)
-
-src_configure() {
-   gnome2_src_configure \
-   --enable-shared \
-   --disable-static \
-   --with-distributor-name=Gentoo \
-   $(use_enable test tests)
-}
-
-src_test() {
-   "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
-   GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
-}



[gentoo-commits] proj/betagarden:master commit in: x11-apps/console-tdm/

2017-03-19 Thread Sebastian Pipping
commit: 248bbc38ac6ebe230906374b9934d8c7355af311
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sun Mar 19 21:35:33 2017 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sun Mar 19 21:35:33 2017 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=248bbc38

x11-apps/console-tdm: Add missing dependencies

 x11-apps/console-tdm/console-tdm-1.1.1.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/x11-apps/console-tdm/console-tdm-1.1.1.ebuild 
b/x11-apps/console-tdm/console-tdm-1.1.1.ebuild
index b3c2048..5cc299e 100644
--- a/x11-apps/console-tdm/console-tdm-1.1.1.ebuild
+++ b/x11-apps/console-tdm/console-tdm-1.1.1.ebuild
@@ -12,6 +12,11 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
+RDEPEND="
+   dev-util/dialog
+   x11-apps/xinit
+   "
+
 DOCS=( ChangeLog.md NEWS.md README.md )
 
 PATCHES=(



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

2017-03-19 Thread Manuel Rüger
commit: ed4c5e042ca8fc47a8e9df6e044e697bad7fa52c
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Mar 19 21:35:00 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Mar 19 21:35:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed4c5e04

www-apps/gitea: Remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 www-apps/gitea/gitea-1.1.0.ebuild | 69 ---
 1 file changed, 69 deletions(-)

diff --git a/www-apps/gitea/gitea-1.1.0.ebuild 
b/www-apps/gitea/gitea-1.1.0.ebuild
deleted file mode 100644
index e8872dc782e..000
--- a/www-apps/gitea/gitea-1.1.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit user golang-build golang-vcs-snapshot
-
-EGO_PN="code.gitea.io/gitea/..."
-GIT_COMMIT="1d65291"
-ARCHIVE_URI="https://github.com/go-gitea/gitea/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="~amd64 ~arm"
-
-DESCRIPTION="A painless self-hosted Git service, written in Go"
-HOMEPAGE="https://github.com/go-gitea/gitea;
-SRC_URI="${ARCHIVE_URI}"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-go/go-bindata"
-RDEPEND="dev-vcs/git"
-
-pkg_setup() {
-   enewgroup git
-   enewuser git -1 /bin/bash /var/lib/gitea git
-}
-
-src_prepare() {
-   default
-   local GITEA_PREFIX=${EPREFIX}/var/lib/gitea
-   sed -i -e "s/git rev-parse --short HEAD/echo ${GIT_COMMIT}/"\
-   -e "s/^LDFLAGS += -X \"main.Version.*$/LDFLAGS += -X 
\"main.Version=${PV}\"/"\
-   -e "s/-ldflags '-s/-ldflags '/" src/${EGO_PN%/*}/Makefile || die
-   sed -i -e "s#^APP_DATA_PATH = data#APP_DATA_PATH = 
${GITEA_PREFIX}/data#"\
-   -e "s#^PATH = data/gitea.db#PATH = 
${GITEA_PREFIX}/data/gitea.db#"\
-   -e "s#^PROVIDER_CONFIG = data/sessions#PROVIDER_CONFIG = 
${GITEA_PREFIX}/data/sessions#"\
-   -e "s#^AVATAR_UPLOAD_PATH = data/avatars#AVATAR_UPLOAD_PATH = 
${GITEA_PREFIX}/data/avatars#"\
-   -e "s#^TEMP_PATH = data/tmp/uploads#TEMP_PATH = 
${GITEA_PREFIX}/data/tmp/uploads#"\
-   -e "s#^PATH = data/attachments#PATH = 
${GITEA_PREFIX}/data/attachments#"\
-   -e "s#^ROOT_PATH =#ROOT_PATH = ${EPREFIX}/var/log/gitea#" 
src/${EGO_PN%/*}/conf/app.ini || die
-}
-
-src_compile() {
-   GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" emake -C 
src/${EGO_PN%/*} generate
-   TAGS="bindata pam sqlite" LDFLAGS="" CGO_LDFLAGS="-fno-PIC" 
GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" emake -C src/${EGO_PN%/*} build
-}
-
-src_install() {
-   pushd src/${EGO_PN%/*} || die
-   dobin gitea
-   insinto /var/lib/gitea/conf
-   newins conf/app.ini app.ini.example
-   popd || die
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/gitea.logrotated gitea
-   newinitd "${FILESDIR}"/gitea.initd gitea
-   newconfd "${FILESDIR}"/gitea.confd gitea
-   keepdir /var/log/gitea /var/lib/gitea/data
-   fowners -R git:git /var/log/gitea /var/lib/gitea/
-}
-
-pkg_postinst() {
-   if [[ ! -e ${EROOT}/var/lib/gitea/conf/app.ini ]]; then
-   elog "No app.ini found, copying the example over"
-   cp "${EROOT}"/var/lib/gitea/conf/app.ini{.example,} || die
-   else
-   elog "app.ini found, please check example file for possible 
changes"
-   fi
-}



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

2017-03-19 Thread Manuel Rüger
commit: cea04f6dcd302057b96b40b268cd5eb8f0529b63
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Mar 19 21:34:12 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Mar 19 21:34:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea04f6d

www-apps/gitea: Fix path in config file

Gentoo-Bug: #612698

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 www-apps/gitea/gitea-1.1.0-r1.ebuild | 71 
 1 file changed, 71 insertions(+)

diff --git a/www-apps/gitea/gitea-1.1.0-r1.ebuild 
b/www-apps/gitea/gitea-1.1.0-r1.ebuild
new file mode 100644
index 000..d12fb7c5d05
--- /dev/null
+++ b/www-apps/gitea/gitea-1.1.0-r1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit user golang-build golang-vcs-snapshot
+
+EGO_PN="code.gitea.io/gitea/..."
+GIT_COMMIT="1d65291"
+ARCHIVE_URI="https://github.com/go-gitea/gitea/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+KEYWORDS="~amd64 ~arm"
+
+DESCRIPTION="A painless self-hosted Git service, written in Go"
+HOMEPAGE="https://github.com/go-gitea/gitea;
+SRC_URI="${ARCHIVE_URI}"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-go/go-bindata"
+RDEPEND="dev-vcs/git"
+
+pkg_setup() {
+   enewgroup git
+   enewuser git -1 /bin/bash /var/lib/gitea git
+}
+
+src_prepare() {
+   default
+   local GITEA_PREFIX=${EPREFIX}/var/lib/gitea
+   sed -i -e "s/git rev-parse --short HEAD/echo ${GIT_COMMIT}/"\
+   -e "s/^LDFLAGS += -X \"main.Version.*$/LDFLAGS += -X 
\"main.Version=${PV}\"/"\
+   -e "s/-ldflags '-s/-ldflags '/" src/${EGO_PN%/*}/Makefile || die
+   sed -i -e "s#^APP_DATA_PATH = data#APP_DATA_PATH = 
${GITEA_PREFIX}/data#"\
+   -e "s#^PATH = data/gitea.db#PATH = 
${GITEA_PREFIX}/data/gitea.db#"\
+   -e "s#^PROVIDER_CONFIG = data/sessions#PROVIDER_CONFIG = 
${GITEA_PREFIX}/data/sessions#"\
+   -e "s#^AVATAR_UPLOAD_PATH = data/avatars#AVATAR_UPLOAD_PATH = 
${GITEA_PREFIX}/data/avatars#"\
+   -e "s#^TEMP_PATH = data/tmp/uploads#TEMP_PATH = 
${GITEA_PREFIX}/data/tmp/uploads#"\
+   -e "s#^PATH = data/attachments#PATH = 
${GITEA_PREFIX}/data/attachments#"\
+   -e "s#^ROOT_PATH =#ROOT_PATH = ${EPREFIX}/var/log/gitea#"\
+   -e "s#^ISSUE_INDEXER_PATH =#ISSUE_INDEXER_PATH = 
${GITEA_PREFIX}/indexers/issues.bleve#"\
+   src/${EGO_PN%/*}/conf/app.ini || die
+}
+
+src_compile() {
+   GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" emake -C 
src/${EGO_PN%/*} generate
+   TAGS="bindata pam sqlite" LDFLAGS="" CGO_LDFLAGS="-fno-PIC" 
GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" emake -C src/${EGO_PN%/*} build
+}
+
+src_install() {
+   pushd src/${EGO_PN%/*} || die
+   dobin gitea
+   insinto /var/lib/gitea/conf
+   newins conf/app.ini app.ini.example
+   popd || die
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/gitea.logrotated gitea
+   newinitd "${FILESDIR}"/gitea.initd gitea
+   newconfd "${FILESDIR}"/gitea.confd gitea
+   keepdir /var/log/gitea /var/lib/gitea/data
+   fowners -R git:git /var/log/gitea /var/lib/gitea/
+}
+
+pkg_postinst() {
+   if [[ ! -e ${EROOT}/var/lib/gitea/conf/app.ini ]]; then
+   elog "No app.ini found, copying the example over"
+   cp "${EROOT}"/var/lib/gitea/conf/app.ini{.example,} || die
+   else
+   elog "app.ini found, please check example file for possible 
changes"
+   fi
+}



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

2017-03-19 Thread Thomas Deutschmann
commit: 179965f9f272332d4aebd8193a112a51004a10bc
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Mar 19 21:12:12 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Mar 19 21:12:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=179965f9

app-admin/collectd: Add required capabilities for smart plugin (bug #612822)

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/collectd/collectd-5.6.2-r1.ebuild | 530 
 1 file changed, 530 insertions(+)

diff --git a/app-admin/collectd/collectd-5.6.2-r1.ebuild 
b/app-admin/collectd/collectd-5.6.2-r1.ebuild
new file mode 100644
index 000..69e3d41d7be
--- /dev/null
+++ b/app-admin/collectd/collectd-5.6.2-r1.ebuild
@@ -0,0 +1,530 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+JAVA_PKG_OPT_USE="collectd_plugins_java"
+
+inherit autotools fcaps flag-o-matic java-pkg-opt-2 linux-info multilib 
perl-functions python-single-r1 systemd user
+
+DESCRIPTION="Collects system statistics and provides mechanisms to store the 
values"
+
+HOMEPAGE="https://collectd.org/;
+SRC_URI="${HOMEPAGE%/}/files/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="contrib debug java kernel_Darwin kernel_FreeBSD kernel_linux perl 
selinux static-libs udev xfs"
+
+# The plugin lists have to follow here since they extend IUSE
+
+# Plugins that don't build (e.g. dependencies not in Gentoo)
+# apple_sensors: Requires libIOKit
+# aquaero:   Requires aerotools-ng/libaquaero5
+# barometer: Requires libi2c (i2c_smbus_read_i2c_block_data)
+# grpc:  Requires libgrpc
+# lpar:  Requires libperfstat (AIX only)
+# mic:   Requires Intel Many Integrated Core Architecture API
+#(part of Intel's  Xeon Phi software)
+# netapp:Requires libnetapp 
(http://communities.netapp.com/docs/DOC-1110)
+# pf:Requires BSD packet filter
+# pinba: Requires MySQL Pinba engine (http://pinba.org/)
+# tape:  Requires libkstat (Solaris only)
+# write_mongodb: https://github.com/collectd/collectd/issues/492
+# write_riemann: Requires riemann-c-client
+# xmms:  Requires libxmms (v1)
+# zone:  Solaris only...
+COLLECTD_IMPOSSIBLE_PLUGINS="apple_sensors aquaero barometer grpc lpar mic
+   netapp pf pinba tape write_kafka write_mongodb write_riemann xmms
+   zone"
+
+# Plugins that have been (compile) tested and can be enabled via 
COLLECTD_PLUGINS
+COLLECTD_TESTED_PLUGINS="aggregation amqp apache apcups ascent battery bind
+   ceph cgroups chrony conntrack contextswitch cpu cpufreq cpusleep
+   csv curl curl_json curl_xml dbi df disk dns drbd email entropy
+   ethstat exec fhcount filecount fscache gmond gps hddtemp interface
+   ipc ipmi iptables ipvs irq java lua load logfile log_logstash lvm
+   madwifi match_empty_counter match_hashed match_regex match_timediff
+   match_value mbmon md memcachec memcached memory modbus mqtt
+   multimeter mysql netlink network network nfs nginx notify_desktop
+   notify_email notify_nagios ntpd numa nut olsrd onewire openldap
+   openvpn oracle perl ping postgresql powerdns processes protocols
+   python python redis routeros rrdcached rrdtool sensors serial
+   sigrok smart snmp statsd swap syslog table tail tail_csv
+   target_notification target_replace target_scale target_set tcpconns
+   teamspeak2 ted thermal threshold tokyotyrant turbostat unixsock
+   uptime users uuid varnish virt vmem vserver wireless write_graphite
+   write_http write_kafka write_log write_redis write_sensu write_tsdb
+   xencpu zfs_arc zookeeper"
+
+COLLECTD_DISABLED_PLUGINS="${COLLECTD_IMPOSSIBLE_PLUGINS}"
+
+COLLECTD_ALL_PLUGINS=${COLLECTD_TESTED_PLUGINS}
+
+for plugin in ${COLLECTD_ALL_PLUGINS}; do
+   IUSE="${IUSE} collectd_plugins_${plugin}"
+done
+unset plugin
+
+# Now come the dependencies.
+
+COMMON_DEPEND="
+   dev-libs/libgcrypt:=
+   dev-libs/libltdl:0=
+   perl?   ( dev-lang/perl:=[ithreads] )
+   udev?   ( virtual/udev )
+   xfs?( sys-fs/xfsprogs )
+   collectd_plugins_amqp?  ( net-libs/rabbitmq-c )
+   collectd_plugins_apache?( net-misc/curl:0= )
+   collectd_plugins_ascent?( net-misc/curl:0= 
dev-libs/libxml2:2= )
+   collectd_plugins_bind?  ( net-misc/curl:0= 
dev-libs/libxml2:2= )
+   collectd_plugins_ceph?  ( dev-libs/yajl:= )
+   collectd_plugins_curl?  ( net-misc/curl:0= )
+   collectd_plugins_curl_json? ( net-misc/curl:0= 
dev-libs/yajl:= )
+   collectd_plugins_curl_xml?  ( net-misc/curl:0= 
dev-libs/libxml2:2= )
+  

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

2017-03-19 Thread Thomas Deutschmann
commit: 1cb42f5c2cbcd47b983101a6f0cbbcd5aa32002a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Mar 19 20:55:45 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Mar 19 20:55:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cb42f5c

dev-java/icedtea-bin: x86 stable (bug #609562)

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-java/icedtea-bin/icedtea-bin-7.2.6.9.ebuild 
b/dev-java/icedtea-bin/icedtea-bin-7.2.6.9.ebuild
index 2f0581985f5..67f92fa50b9 100644
--- a/dev-java/icedtea-bin/icedtea-bin-7.2.6.9.ebuild
+++ b/dev-java/icedtea-bin/icedtea-bin-7.2.6.9.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 MULTILIB_COMPAT=( abi_x86_{32,64} )
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* ~amd64 x86"
 
 inherit java-vm-2 multilib-build prefix toolchain-funcs
 



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

2017-03-19 Thread Aric Belsito
commit: 8881a5b73e3b7289a4a170b30dc04525097a8427
Author: Aric Belsito  gmail  com>
AuthorDate: Sun Mar 19 20:33:43 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Sun Mar 19 20:33:43 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=8881a5b7

media-libs/mesa: add most recent versions

reliance on __GLIBC__ in `u_endian.h` causes build for radeon and other gallium
cards to be broken.

Also add an `execinfo.h` patch that should fix USE=debug builds.

 media-libs/mesa/Manifest   |  10 +
 media-libs/mesa/files/eselect-mesa.conf.9.2|  38 ++
 media-libs/mesa/files/mesa-11-execinfo.patch   |  68 +++
 ...er-Work-around-build-failure-with-AltiVec.patch |  70 +++
 media-libs/mesa/files/mesa-13-musl_endian.patch|  12 +
 ...er-Work-around-build-failure-with-AltiVec.patch |  69 +++
 media-libs/mesa/mesa-13.0.5.ebuild | 513 
 media-libs/mesa/mesa-17.0.1.ebuild | 518 +
 media-libs/mesa/metadata.xml   |  38 ++
 9 files changed, 1336 insertions(+)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
new file mode 100644
index 000..d1af0fa
--- /dev/null
+++ b/media-libs/mesa/Manifest
@@ -0,0 +1,10 @@
+AUX eselect-mesa.conf.9.2 1630 SHA256 
c1ca0e3fddc12b49c5db1739f2d57a0afd6856824d677b16f5903972bc0b631d SHA512 
0fa9a23b4fba10599268266a82c7fa8dc5bfa1a0d565732875064c381dc4ff40c23faddb02b5849b1522eb9b7fd2ec2a0fac14406442a4aa0afa44bf760b42b5
 WHIRLPOOL 
6df6aa625cf445f68d69742184a75f9472cc7d59b068f2755ddac4201f1ad8d4518d04f62cb1228061a7d75e1e7b31048c16e8a50ec64480a3347a0a0a3850b8
+AUX mesa-11-execinfo.patch 3063 SHA256 
150a0f8f6324db046538756fcf79a082fb1e64afe46bd679cc7965b0ebd71d15 SHA512 
f30d4b79f5120dc8ff338a16b8c0c3cd1dc25dae3854f9e1c20eeb1a8115f48f01167dd11d316c788f715723815d37a21d65cf6026d65ef424335a481cb93090
 WHIRLPOOL 
da15270c3efba6a1ff1968fa131f63b6d2472b05111a51d5da7d29095a9089f715d8b4bbfbba31e3858076b4ef6e5f3f9ed6c83b6faee44c48c4022756535489
+AUX mesa-13-clover-Work-around-build-failure-with-AltiVec.patch 2317 SHA256 
02dd7e59ea5d08d4a66b2f7353bb427b71ed8e6638b50da593d35165a032ac42 SHA512 
6b3cd038c0a61b4d64ec0b645086d7cf2c74b97bd0febe5229c88d78e8dc3a4cbd2876a06ca2394f819dd04b0397722fc76c4ce5939c5c58f40ef0d2e2bcbe84
 WHIRLPOOL 
0200946c578dfb47782533052e86804c8534d2da056670dad0712e694ca22a6983e433f0a355f489472814969c74558f113b03f01c3fd4c3bb671f09a2bf49b0
+AUX mesa-13-musl_endian.patch 417 SHA256 
3686132ef3a57b607c223705a18f32da7fa7f58fecd5b118f3d7f5df3697cd11 SHA512 
6b351de61e0d3ed5cc37233df8f915ca3e3d80291944556124c88408da2471c3b65fb5c355f1e78ca24a8ed1e007e3efd7c7fc52d08b509eaa66fc368b751ab2
 WHIRLPOOL 
7d1c0cfbb6a914df589c9f41939e6e7054aa6bfe8b2bed79e25a2d1bc44cb4d7b01a21b5e39aeeca27d9ebffdf0fb7f9af651a845316a131826521f11197ffc1
+AUX mesa-17-clover-Work-around-build-failure-with-AltiVec.patch 2176 SHA256 
d26cb6f3abd2c4e3190dc1621f4bd27ec0dbb3d16ac599b9614e809428935de3 SHA512 
35e1df05720e2911d01403e588b500102792b730c2bea6276560a6e6bb506afbe11e2aa59d3929eca550509605eef190a64826934f7c28ef235b2274c182aedf
 WHIRLPOOL 
614fd2985a26d3f764720722186a20600aaf5a2dd29e85ce23bf899839bb858bc1eafd1733137577a8436a622e7515e423754e669c495aa37d36de141db10993
+DIST mesa-13.0.5.tar.xz 9171480 SHA256 
bfcea7e2c801525a60895c8aff11aa68457ee9aa35d01a4638e1f310a3f5ef87 SHA512 
db5f6a97b40ee6e45ba81280ab4543354e9f274c7112c5a43b8970244f329902a22f68d5eeddad5b64502507f462ffbcc028efc5dff93822adf95d30ba5903c1
 WHIRLPOOL 
164116608908331d4e8d69c4d2b92dc22e8e6d98725a20e8c2da5cc24b4e9ae9e05ee9c7209d55371b419e0f4e6c1d4752a46d149a968a6b83612aa77f7e480e
+DIST mesa-17.0.1.tar.xz 9447712 SHA256 
96fd70ef5f31d276a17e424e7e1bb79447ccbbe822b56844213ef932e7ad1b0c SHA512 
f3a807fbf30327a1dccb690e484276ab1b2b1e33b0440884b6476607e08aa3513d5c9d4b6dd345415decb93747d334c70bffe9e49eae787b48ef6c08989aeb7c
 WHIRLPOOL 
955800014b4155eba5dea6f4ae50e7a302467d4063a5ff0378b6c3b833f924787fd923248f8746bdbbef3e57135ae44eb1a38248c08112ad5435b645fc955ec4
+EBUILD mesa-13.0.5.ebuild 13682 SHA256 
c0941589335d956bff393fbd26114b2017d1f71fae94e06becaae8a1c52f0b0c SHA512 
e407f73610a8d6c7e3456a051dac01bb577a4714128568f276c7e8811b9fc7ac050f29e2770861c1addb561a6828006cfb9f3f18a215448df61b6f9f03f9a7df
 WHIRLPOOL 
71ebf88582419ef5175a04a5ea2d286fe8d2946c95ab354bc2a3a52386ba7100010d5bf92dc9c0c1f0ee4d65353636e2482ef911663b55f932547613d0520b48
+EBUILD mesa-17.0.1.ebuild 13718 SHA256 
2b7031253f392cd3040e9cab0b5037668fa65c09ec62bf8725908bdc67af5039 SHA512 
204824c9e7940660cc8167e702f24a8404a98a6de8e330411705a9a31a1f56591a2946d5cd9bfd6494c98b122143a68709f7bd7a978fcccf0fc0402eaad4a622
 WHIRLPOOL 
79f8decd28b033ff7c545f912f5af38bd21dd587f4d9a5e9e6e2cfb365ee532463dd6b307f35e7a258c75dcbf287bff99ffbc53a922b232f1eed8a338d368511
+MISC metadata.xml 2440 SHA256 
98874315e8480a14f26b8395eb2573b85dbe402a8bb30a72aa2cc884bc0512a2 SHA512 

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

2017-03-19 Thread Mike Frysinger
commit: 625c485a0c8e01b8a64300bac2f0c3667a647f62
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sun Mar 19 19:14:27 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sun Mar 19 19:15:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=625c485a

sys-libs/timezone-data: mark 2017a stable for all #613212

 sys-libs/timezone-data/timezone-data-2017a.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/timezone-data/timezone-data-2017a.ebuild 
b/sys-libs/timezone-data/timezone-data-2017a.ebuild
index 837768d75cd..df145b8363d 100644
--- a/sys-libs/timezone-data/timezone-data-2017a.ebuild
+++ b/sys-libs/timezone-data/timezone-data-2017a.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://www.iana.org/time-zones/repository/releases/tzdata${data_ver}.ta
 
 LICENSE="BSD public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="nls leaps_timezone elibc_FreeBSD"
 
 DEPEND="nls? ( virtual/libintl )"



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

2017-03-19 Thread Amy Liffey
commit: 8aec79d1636046f97722a76301b560a3789cda7b
Author: Amy Liffey  gentoo  org>
AuthorDate: Sun Mar 19 17:58:03 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Sun Mar 19 17:58:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aec79d1

media-video/ffdiaporama: reorder maintainers. By Coacher

Package-Manager: portage-2.3.0

 media-video/ffdiaporama/metadata.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-video/ffdiaporama/metadata.xml 
b/media-video/ffdiaporama/metadata.xml
index c0df23bfe75..6b20ac540fe 100644
--- a/media-video/ffdiaporama/metadata.xml
+++ b/media-video/ffdiaporama/metadata.xml
@@ -1,15 +1,15 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-proxy-ma...@gentoo.org
-Proxy Maintainers
-   

olivier.lauran...@laposte.net
Olivier Laurantin
Proxy maintainer. CC him on bugs

+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

 
http://ffdiaporama.tuxfamily.org/?page_id=7266lang=en
 http://ffdiaporama.tuxfamily.org/?page_id=6268



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

2017-03-19 Thread William Hubbs
commit: 553d26b2169fd1cbdaf8bdd39c524f3d16c492c5
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Mar 19 17:40:03 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Mar 19 17:40:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=553d26b2

dev-util/meson: 0.39.1 version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.2

 dev-util/meson/Manifest|  1 +
 dev-util/meson/meson-0.39.1.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-util/meson/Manifest b/dev-util/meson/Manifest
index 74696ba9f99..17e1736f57d 100644
--- a/dev-util/meson/Manifest
+++ b/dev-util/meson/Manifest
@@ -2,3 +2,4 @@ DIST meson-0.36.0.tar.gz 459007 SHA256 
17e3fb4ac697c2bd2ba7f555e5830ac13257b2250
 DIST meson-0.37.1.tar.gz 487233 SHA256 
32515e2bdbd9c5774941f74f7c87513bcdc08a6b1e5307eac1e2ae5aa6966b91 SHA512 
6d112736bb485e6a0206143f38b83afae1e3e709e3a8f42415621b956cf313cc52a7a21dc52d099ccf746ebcc097f0ba3addc0141f0e90ee4df399f8745c95bf
 WHIRLPOOL 
87a2e7902aa0f5dc12266095275cd7f3d86da774a1a918050f43975e4ef40a8b88608ede2d0e525e8f2c865f5ca1c78e7d5a0e7f7474b6dad537563c52a0666a
 DIST meson-0.38.1.tar.gz 515277 SHA256 
631fa287c87909616e03a36c26e67b16fc5c7182ec7360972808d509125f06f6 SHA512 
e681aaf10f919dd4a3e7b7f0bae2a7d69b8f73b27231a7e2610b35bfee513472509454e45e88242397fcfaf6b271f423120213807c1e59ebdb5f2393e734c358
 WHIRLPOOL 
5f38685fae0cb139c4da407a54f578c3c562057912fee92685025d21da7eeadd226ab22d263db4c0fec7419da51c43eec9cdd40e73378a9b726c7a76adaf1e43
 DIST meson-0.39.0.tar.gz 558147 SHA256 
eac71036ae0e7c692873880fd32c55ca28e99f56630d118ca9c78fbd986c6c97 SHA512 
b870339cf72150617dac1a532a5520bf50124b1d88a2817de1bdffe1adc9fbdcbe77850cd85ce6264efbf5fadaec947598f1558899d1c1ba6a2941bbed4d876a
 WHIRLPOOL 
3f934e85662f78c4a90fcf0e2c8cdd3ea94e479be568608a11e015b3de8b83d9b369e90558554152732e8e8d46dc012c8d8890404d2f1d40ea0240db892946f2
+DIST meson-0.39.1.tar.gz 558928 SHA256 
67bf5876d69730dfe031907314a61fdbec0c5c723c79a8093eb64ae2ebcd2650 SHA512 
97de0f361913272d75e96d7aa7385acb391dfaad4b62fe09201a0c34443ee65bc4cc46a13b42af8b598252dd2c34d0121edfacbf6cc4fef6696ae4808a3cab4e
 WHIRLPOOL 
081f8ab743157cf04416e4e60cacab2ce01cfe3841da60d599ce50499047ae2523cde92157d6ecbe808d6e693e30c661314bc68cb260b6275fc447cd68934b00

diff --git a/dev-util/meson/meson-0.39.1.ebuild 
b/dev-util/meson/meson-0.39.1.ebuild
new file mode 100644
index 000..898271b1e2c
--- /dev/null
+++ b/dev-util/meson/meson-0.39.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5} )
+
+if [[ ${PV} = ** ]]; then
+   EGIT_REPO_URI="https://github.com/mesonbuild/meson;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="Open source build system"
+HOMEPAGE="http://mesonbuild.com/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+DEPEND="${PYTHON_DEPS}
+   >=dev-util/ninja-1.6.0
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( authors.txt contributing.txt )



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

2017-03-19 Thread Michael Orlitzky
commit: e4fc5bf05ab9573dec1ed05601a31cca0e19c8f5
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun Mar 19 17:21:12 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Mar 19 17:32:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4fc5bf0

dev-php/pecl-http: new revisions to fix extension load order.

The http extension has dependencies on two other extensions, and needs
to be loaded after them. Our eclass currently can't handle that -- we
throw files into /etc/php/.../ext-active, and they get loaded in glob
order. For an ugly workaround, I've renamed the symlinks that get
installed in ext-active to "zzhttp.ini", but have left them pointing
to a file named "http.ini" in the "ext" directory.

That fixes the problem for pecl-http, but it would be nice to have a
long-term solution for the problem. I've made a note to that effect on
bug 586446, where we are tracking future improvements to the eclass.

Gentoo-Bug: 586446
Gentoo-Bug: 612054

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-php/pecl-http/pecl-http-2.6.0-r1.ebuild | 69 +
 dev-php/pecl-http/pecl-http-3.1.0-r1.ebuild | 69 +
 2 files changed, 138 insertions(+)

diff --git a/dev-php/pecl-http/pecl-http-2.6.0-r1.ebuild 
b/dev-php/pecl-http/pecl-http-2.6.0-r1.ebuild
new file mode 100644
index 000..17aa145af9e
--- /dev/null
+++ b/dev-php/pecl-http/pecl-http-2.6.0-r1.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PHP_EXT_NAME="http"
+PHP_EXT_PECL_PKG="pecl_http"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+
+USE_PHP="php5-6 php7-0 php7-1"
+
+inherit php-ext-pecl-r3
+
+USE_PHP="php5-6"
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="Extended HTTP Support for PHP"
+LICENSE="BSD-2 MIT"
+SLOT="2"
+IUSE="ssl curl_ssl_gnutls curl_ssl_libressl curl_ssl_nss +curl_ssl_openssl"
+
+DEPEND="php_targets_php5-6? (
+   dev-libs/libevent
+   dev-php/pecl-propro:0[php_targets_php5-6]
+   dev-php/pecl-raphf:0[php_targets_php5-6]
+   net-dns/libidn
+   sys-libs/zlib
+   ssl? ( 
net-misc/curl[ssl,curl_ssl_gnutls=,curl_ssl_libressl=,curl_ssl_nss=,curl_ssl_openssl=]
 )
+   !ssl? ( net-misc/curl[-ssl] )
+   dev-lang/php:5.6[hash,session,iconv] )"
+RDEPEND="${DEPEND}"
+PDEPEND="
+   php_targets_php7-0? ( dev-php/pecl-http:7[php_targets_php7-0] )
+   php_targets_php7-1? ( dev-php/pecl-http:7[php_targets_php7-1] )"
+
+PHP_EXT_ECONF_ARGS=( --with-http --without-http-shared-deps )
+
+src_prepare() {
+   if use php_targets_php5-6 ; then
+   php-ext-source-r3_src_prepare
+   else
+   default_src_prepare
+   fi
+}
+
+src_install() {
+   if use php_targets_php5-6 ; then
+   php-ext-pecl-r3_src_install
+
+   # Ensure that the http extension is loaded after its
+   # dependencies raphf and propro (bug 612054). Some day
+   # this should be possible through the eclass (bug 586446).
+   local slot, file, oldname, newname
+   for slot in $(php_get_slots); do
+   php_init_slot_env "${slot}"
+   for file in $(php_slot_ini_files "${slot}") ; do
+   # Prepend "zz" to the ini symlink name. This is 
sadly
+   # coupled to the naming convention in the 
eclass.
+   oldname="${ED}/${file/ext/ext-active}"
+   
newname="${oldname/${PHP_EXT_NAME}.ini/zz${PHP_EXT_NAME}.ini}"
+   mv "${oldname}" "${newname}" \
+   || die "failed to rename ${oldname} to 
${newname}"
+   einfo "renamed ${oldname} to ${newname}"
+   done
+   done
+   fi
+}

diff --git a/dev-php/pecl-http/pecl-http-3.1.0-r1.ebuild 
b/dev-php/pecl-http/pecl-http-3.1.0-r1.ebuild
new file mode 100644
index 000..39ea6b2346b
--- /dev/null
+++ b/dev-php/pecl-http/pecl-http-3.1.0-r1.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PHP_EXT_NAME="http"
+PHP_EXT_PECL_PKG="pecl_http"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+
+USE_PHP="php5-6 php7-0 php7-1"
+
+inherit php-ext-pecl-r3
+
+USE_PHP="php7-0 php7-1"
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="Extended HTTP Support for PHP"
+LICENSE="BSD-2 MIT"
+SLOT="7"
+IUSE="ssl curl_ssl_gnutls curl_ssl_libressl curl_ssl_nss +curl_ssl_openssl"
+
+DEPEND="dev-libs/libevent
+   
dev-php/pecl-propro:7[php_targets_php5-6?,php_targets_php7-0?,php_targets_php7-1?]
+   
dev-php/pecl-raphf:7[php_targets_php5-6?,php_targets_php7-0?,php_targets_php7-1?]
+   net-dns/libidn
+   sys-libs/zlib
+   ssl? ( 

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

2017-03-19 Thread Michael Orlitzky
commit: 544a563030797c6660c9437f46dac4989d6b4af3
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun Mar 19 16:13:59 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Mar 19 17:31:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=544a5630

dev-php/pecl-http: remove unused versions 2.5.6 and 3.0.1.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-php/pecl-http/Manifest   |  2 --
 dev-php/pecl-http/pecl-http-2.5.6.ebuild | 37 
 dev-php/pecl-http/pecl-http-3.0.1.ebuild | 48 
 3 files changed, 87 deletions(-)

diff --git a/dev-php/pecl-http/Manifest b/dev-php/pecl-http/Manifest
index d8c5832bec8..b52eebe4f69 100644
--- a/dev-php/pecl-http/Manifest
+++ b/dev-php/pecl-http/Manifest
@@ -1,4 +1,2 @@
-DIST pecl_http-2.5.6.tgz 200469 SHA256 
8435eb9082b8fdc56b630e3d3d8e63617a3bc43d360f6f49fbd7b1856b266be4 SHA512 
a4ddb2e55b537a240dc79ad38665f9cb79ef56a70f50e0393ca19c36f744c21374ba801e31e68545516c4be98cff65587ee91b2b25f05dd587120afcb87dfe4a
 WHIRLPOOL 
d4d2158b610c959a558b450a79a77a7f9de53d6e75982e920c4b64d48731139223659af149b9894c2fee1a477005af34a57cb33a806429e11446d5162b031b89
 DIST pecl_http-2.6.0.tgz 217673 SHA256 
ddbf3eea3d1c7004a7dd83b5864aee5f87b1b6032bc281c08ccc62f83b9931ed SHA512 
12d18049411a4133008449a1e7458a3055322dc337f421e0e2be126ec965f15b0189af6fccd9ca4537c48819c763b9e020906ac6d09d87ead92f4436fac595ad
 WHIRLPOOL 
976a3ba0f37e78f97c4cc4884e61b2c14cd8760e48be2da0743a3b7adc44198984ff748ebed63885f012a14c8e016a57247685a576cc90e57c6bfbba59a4e862
-DIST pecl_http-3.0.1.tgz 197372 SHA256 
4e45ea546e3245669887ec98187666ccb4aa3df15078335b1c02c824c8165031 SHA512 
344ae45987269d9505ffed6059be378005298d89c5e39bda6f771d8bf5a1998e91c214c03d32b9c78329c95e4928d35d3659dd3a1c70071aa5b2bd2763852098
 WHIRLPOOL 
76538ec0b94ef5d63808b625a8e73ab499c2afc78cd0f31823dcea4de66d865f7cf8387cc67eac1f19fec032a7ac7b7775685048ac0c6f76fadccfc1d932026c
 DIST pecl_http-3.1.0.tgz 214166 SHA256 
e3de67b156e7d5f6c2e5eb1e2b5f0acceb7004f1260d68c9f8b2c0f9629aabf0 SHA512 
1c272aa476106bb61848f175f0ba6715b3d8928f70cdac1a673cc87c2dc780dff5434a3bc595d5e8a1ef7b847a1d2e214f9e9ae80b8b5d1f80a299febc85b0ea
 WHIRLPOOL 
8a6cb8689001e794b590ad2b0b9c873a8fd805f37726e61c2b617d962a94b3cf87c2d280f665b42bce7d8583415718f505a4f826ac616bcead2bfe2c9295fa55

diff --git a/dev-php/pecl-http/pecl-http-2.5.6.ebuild 
b/dev-php/pecl-http/pecl-http-2.5.6.ebuild
deleted file mode 100644
index e98b33f2d39..000
--- a/dev-php/pecl-http/pecl-http-2.5.6.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PHP_EXT_NAME="http"
-PHP_EXT_PECL_PKG="pecl_http"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-
-USE_PHP="php5-6"
-
-inherit php-ext-pecl-r3
-
-KEYWORDS="amd64 x86"
-
-DESCRIPTION="Extended HTTP Support for PHP"
-LICENSE="BSD-2 MIT"
-SLOT="2"
-IUSE="ssl curl_ssl_gnutls curl_ssl_libressl curl_ssl_nss +curl_ssl_openssl"
-
-DEPEND="dev-libs/libevent
-   dev-php/pecl-propro:0
-   dev-php/pecl-raphf:0
-   net-dns/libidn
-   sys-libs/zlib
-   ssl? ( 
net-misc/curl[ssl,curl_ssl_gnutls=,curl_ssl_libressl=,curl_ssl_nss=,curl_ssl_openssl=]
 )
-   !ssl? ( net-misc/curl[-ssl] )
-   php_targets_php5-6? ( dev-lang/php:5.6[hash,session,iconv] )"
-RDEPEND="${DEPEND}"
-
-PHP_EXT_ECONF_ARGS=( --with-http --without-http-shared-deps )
-
-pkg_postinst() {
-   ewarn "This API has drastically changed and is not compatible with the 
1.x syntax."
-   ewarn "Please review the documentation and update your code."
-}

diff --git a/dev-php/pecl-http/pecl-http-3.0.1.ebuild 
b/dev-php/pecl-http/pecl-http-3.0.1.ebuild
deleted file mode 100644
index c89dfa134c6..000
--- a/dev-php/pecl-http/pecl-http-3.0.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PHP_EXT_NAME="http"
-PHP_EXT_PECL_PKG="pecl_http"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-
-USE_PHP="php5-6 php7-0"
-
-inherit php-ext-pecl-r3
-
-USE_PHP="php7-0"
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="Extended HTTP Support for PHP"
-LICENSE="BSD-2 MIT"
-SLOT="7"
-IUSE="ssl curl_ssl_gnutls curl_ssl_libressl curl_ssl_nss +curl_ssl_openssl"
-
-DEPEND="dev-libs/libevent
-   dev-php/pecl-propro:7
-   dev-php/pecl-raphf:7
-   net-dns/libidn
-   sys-libs/zlib
-   ssl? ( 
net-misc/curl[ssl,curl_ssl_gnutls=,curl_ssl_libressl=,curl_ssl_nss=,curl_ssl_openssl=]
 )
-   !ssl? ( net-misc/curl[-ssl] )
-   php_targets_php7-0? ( dev-lang/php:7.0[hash,session,iconv] )"
-RDEPEND="${DEPEND}
-   php_targets_php5-6? ( dev-php/pecl-http:2 )"
-
-PHP_EXT_ECONF_ARGS=( --with-http --without-http-shared-deps )
-
-src_prepare() {
-   if use php_targets_php7-0 ; then
-   php-ext-source-r3_src_prepare
-   else
-   

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

2017-03-19 Thread Mart Raudsepp
commit: 5bb4081befcc07b7c9735774f99ddc72765cf96c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Mar 19 17:29:36 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Mar 19 17:29:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bb4081b

media-libs/libchamplain: bump to 0.12.5

Also remove --disable-maemo passing - it seems to not exist for a while now.

 media-libs/libchamplain/Manifest   |  1 +
 .../libchamplain/libchamplain-0.12.15.ebuild   | 63 ++
 2 files changed, 64 insertions(+)

diff --git a/media-libs/libchamplain/Manifest b/media-libs/libchamplain/Manifest
index c64978922e1..0de3526a743 100644
--- a/media-libs/libchamplain/Manifest
+++ b/media-libs/libchamplain/Manifest
@@ -1 +1,2 @@
 DIST libchamplain-0.12.14.tar.xz 615972 SHA256 
f1621ddec1ffe64ca01c3216db8663f60ae0bb107521195fc6856119d4b4568f SHA512 
83d69a7dc88be5e056612643fa8d77c7c552758178a4a9e0f4bea908798dd4aeb3423b7cc64db02332f782d91c3da68290a2346363c47c7a83a48d8708b91c6c
 WHIRLPOOL 
1948959c9660f07938218757d973a4c2f4468631ff656ad1782e0c3a8b0b599e9591bd9cfb68919b044154f69553526bef47f1a04135b7b8a479a596baa47ff7
+DIST libchamplain-0.12.15.tar.xz 616692 SHA256 
54721a210bdef6d73c5192ed83542023117bf5d7441257e7a7a9f8c05550b874 SHA512 
df921dc26e30bc32f6487c02fc3c3f2dc7c672f6f42bd79e05091f717e6545051ab4f0db0709152a5babd4bbd7eb122997682561d9d63bef19bc1b2923100437
 WHIRLPOOL 
8b771c21cf3227b9f07377d219124b7c8a6ddeefa48db8f9e76e0ef619e01afaab808f7b3ffb5b54baed69a117ff7396f94e82e8abe69e26fd8dff6f9b36a6e5

diff --git a/media-libs/libchamplain/libchamplain-0.12.15.ebuild 
b/media-libs/libchamplain/libchamplain-0.12.15.ebuild
new file mode 100644
index 000..80a76c72306
--- /dev/null
+++ b/media-libs/libchamplain/libchamplain-0.12.15.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="Clutter based world map renderer"
+HOMEPAGE="https://wiki.gnome.org/Projects/libchamplain;
+
+SLOT="0.12"
+LICENSE="LGPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+IUSE="debug +gtk +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND="
+   dev-db/sqlite:3
+   >=dev-libs/glib-2.16:2
+   >=media-libs/clutter-1.12:1.0[introspection?]
+   media-libs/cogl:=
+   >=net-libs/libsoup-2.42:2.4
+   >=x11-libs/cairo-1.4
+   x11-libs/gtk+:3
+   gtk? (
+   x11-libs/gtk+:3[introspection?]
+   media-libs/clutter-gtk:1.0 )
+   introspection? ( dev-libs/gobject-introspection:= )
+"
+DEPEND="${RDEPEND}
+   dev-util/gtk-doc-am
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )
+"
+
+src_prepare() {
+   # Fix documentation slotability
+   sed \
+   -e "s/^DOC_MODULE.*/DOC_MODULE = ${PN}-${SLOT}/" \
+   -i docs/reference/Makefile.{am,in} || die "sed (1) failed"
+   sed \
+   -e "s/^DOC_MODULE.*/DOC_MODULE = ${PN}-gtk-${SLOT}/" \
+   -i docs/reference-gtk/Makefile.{am,in} || die "sed (2) failed"
+   mv "${S}"/docs/reference/${PN}{,-${SLOT}}-docs.sgml || die "mv (1) 
failed"
+   mv "${S}"/docs/reference-gtk/${PN}-gtk{,-${SLOT}}-docs.sgml || die "mv 
(2) failed"
+
+   use vala && vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   # Vala demos are only built, so just disable them
+   gnome2_src_configure \
+   --disable-memphis \
+   --disable-static \
+   --disable-vala-demos \
+   $(use_enable debug) \
+   $(use_enable gtk) \
+   $(use_enable introspection) \
+   $(use_enable vala)
+}



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

2017-03-19 Thread Alon Bar-Lev
commit: 82e7312b2372cddda65b8f44e635a75e9f2fed18
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Sun Mar 19 17:17:47 2017 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Sun Mar 19 17:19:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82e7312b

dev-libs/libgcrypt: eapi cleanup

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/libgcrypt/libgcrypt-1.7.6.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-libs/libgcrypt/libgcrypt-1.7.6.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.7.6.ebuild
index 090f96e0fce..2db82c6ce1a 100644
--- a/dev-libs/libgcrypt/libgcrypt-1.7.6.ebuild
+++ b/dev-libs/libgcrypt/libgcrypt-1.7.6.ebuild
@@ -22,8 +22,6 @@ RDEPEND=">=dev-libs/libgpg-error-1.12[${MULTILIB_USEDEP}]
 DEPEND="${RDEPEND}
doc? ( virtual/texi2dvi )"
 
-DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
-
 PATCHES=(
"${FILESDIR}"/${PN}-1.6.1-uscore.patch
"${FILESDIR}"/${PN}-multilib-syspath.patch



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

2017-03-19 Thread Alon Bar-Lev
commit: 782cf2af7b47294a37c66679266bff6f17223bb1
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Sun Mar 19 17:16:22 2017 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Sun Mar 19 17:19:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=782cf2af

dev-libs/libgcrypt: bump eapi

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/libgcrypt/libgcrypt-1.5.6-r101.ebuild | 20 +++-
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/dev-libs/libgcrypt/libgcrypt-1.5.6-r101.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.5.6-r101.ebuild
index fa154704c26..8ada6dad282 100644
--- a/dev-libs/libgcrypt/libgcrypt-1.5.6-r101.ebuild
+++ b/dev-libs/libgcrypt/libgcrypt-1.5.6-r101.ebuild
@@ -1,10 +1,9 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-AUTOTOOLS_AUTORECONF=1
+EAPI=6
 
-inherit autotools-multilib
+inherit autotools multilib-minimal
 
 DESCRIPTION="General purpose crypto library based on the code used in GnuPG"
 HOMEPAGE="http://www.gnupg.org/;
@@ -23,15 +22,18 @@ RDEPEND=">=dev-libs/libgpg-error-1.12[${MULTILIB_USEDEP}]
)"
 DEPEND="${RDEPEND}"
 
-DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
-
 PATCHES=(
"${FILESDIR}"/${PN}-1.5.0-uscore.patch
"${FILESDIR}"/${PN}-multilib-syspath.patch
"${FILESDIR}"/${PN}-1.5.4-clang-arm.patch
 )
 
-src_configure() {
+src_prepare() {
+   default
+   eautoreconf
+}
+
+multilib_src_configure() {
local myeconfargs=(
--disable-padlock-support # bug 201917
--disable-dependency-tracking
@@ -47,11 +49,11 @@ src_configure() {
$([[ ${CHOST} == *86*-darwin* ]] && echo "--disable-asm")
$([[ ${CHOST} == sparcv9-*-solaris* ]] && echo "--disable-asm")
)
-   autotools-multilib_src_configure
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
 }
 
-src_install() {
-   autotools-multilib_src_install
+multilib_src_install() {
+   emake DESTDIR="${D}" install
 
rm -r "${ED%/}"/usr/{bin,include,lib*/*.so,share} || die
 }



[gentoo-commits] repo/gentoo:master commit in: gnome-base/dconf-editor/

2017-03-19 Thread Mart Raudsepp
commit: dac37c2b3047bb51a693dd56aaf067787442a29c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Mar 19 17:08:30 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Mar 19 17:08:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dac37c2b

gnome-base/dconf-editor: bump to 3.22.3

Package-Manager: Portage-2.3.4, Repoman-2.3.1

 gnome-base/dconf-editor/Manifest   |  1 +
 gnome-base/dconf-editor/dconf-editor-3.22.3.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/gnome-base/dconf-editor/Manifest b/gnome-base/dconf-editor/Manifest
index ecd0b1f0787..5b7401248fd 100644
--- a/gnome-base/dconf-editor/Manifest
+++ b/gnome-base/dconf-editor/Manifest
@@ -1,2 +1,3 @@
 DIST dconf-editor-3.20.3.tar.xz 337276 SHA256 
a8721499a277550b28d8dd94dafbea6efeb95fa153020da10603d0d4d628c579 SHA512 
71f91f7ab3c19583b02725198e5af341ad193a26b50143b30c49bd85e0f3d12d3c7625d38d74967e0f315465e755d5d108cda91ba70a6a93c699d7e6ee28c2ad
 WHIRLPOOL 
fa5717341ae40da05542d60698e70df39db2328cb45162df0b9c8172b87d4a2fe27181d021eb960001a6fd18bae77aa957a3b9b467c381e59989efff0519b264
 DIST dconf-editor-3.22.1.tar.xz 419100 SHA256 
0a0e56a5dc7cc20cd7127901069939f0c8049b585f90e229ef753ee9b3a4c126 SHA512 
d8c89f2fbc8857906599a48eeeaa8c5d336811ce748dab766627fec5bfe975436f37a90bc6b4bcf8c6d30ae6f5860e72a14695bbb7f4f47f79ac1e482afd52e4
 WHIRLPOOL 
a6a63e32ba002172a333d6bebb24552150c83bd2f9f978f594c5891c68e828a99079d956f73b02fc60c62313bc4861096ae962609d47f225f6227730910b0566
+DIST dconf-editor-3.22.3.tar.xz 394760 SHA256 
55f167d7e61714766406b23d7222d509f7bb98b9df1a367113ac14ea06f669a4 SHA512 
0e1ddce6e970ea23329c6233ed87e6d4541b6f1e991e3159bda44c43b8092a4d983acbca18bbedb88304ac1afb541a15073a261dab9ffe94c94cfd06e3e412dc
 WHIRLPOOL 
45bad491cd55c9c5dfa2660322329d44c04a8d90ab0ccf1721ab1021d0607ceb3ff78ac5cc7d55594bc0aa1af1295584422c150ff10723aee4991bb6e7ab

diff --git a/gnome-base/dconf-editor/dconf-editor-3.22.3.ebuild 
b/gnome-base/dconf-editor/dconf-editor-3.22.3.ebuild
new file mode 100644
index 000..e6dd1b76ca7
--- /dev/null
+++ b/gnome-base/dconf-editor/dconf-editor-3.22.3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2
+
+DESCRIPTION="Graphical tool for editing the dconf configuration database"
+HOMEPAGE="https://git.gnome.org/browse/dconf-editor;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~arm-linux ~x86-linux"
+
+COMMON_DEPEND="
+   dev-libs/appstream-glib
+   >=dev-libs/glib-2.46.0:2
+   >=gnome-base/dconf-0.25.1
+   >=x11-libs/gtk+-3.22.0:3
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.50
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+RDEPEND="${COMMON_DEPEND}
+   !

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

2017-03-19 Thread Mart Raudsepp
commit: bfc92aea3aba956bbe46f5eb0e45eae5f0f05d5f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Mar 19 16:54:52 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Mar 19 16:55:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfc92aea

media-libs/libmediaart: bump to 1.9.1

Package-Manager: Portage-2.3.4, Repoman-2.3.1

 media-libs/libmediaart/Manifest |  1 +
 media-libs/libmediaart/libmediaart-1.9.1.ebuild | 73 +
 2 files changed, 74 insertions(+)

diff --git a/media-libs/libmediaart/Manifest b/media-libs/libmediaart/Manifest
index b3b181e214e..e6a73b18d03 100644
--- a/media-libs/libmediaart/Manifest
+++ b/media-libs/libmediaart/Manifest
@@ -1,2 +1,3 @@
 DIST libmediaart-0.7.0.tar.xz 5811244 SHA256 
3a9dffcad862aed7c0921579b93080d694b8a66f3676bfee8037867f653a1cd3 SHA512 
94ca38ca2ec2bdd7f3a6f39c7f658053d8c46caba8bad97d004663da027c0308a305ce791b33af3d07e3fe8647a967b1ee1c6f808bbe1b4839844aa10cb0891a
 WHIRLPOOL 
781237cff0511b937408f8f3cf72b336c32b84ec38f08d598e2eba56c89ce2b76deafb8705d41e5bc73f2f39833966dbd67f62bcb28e67108499d6d1bb72897b
 DIST libmediaart-1.9.0.tar.xz 5814844 SHA256 
94668adb29d4dc3115b0fd105942ebd5ca6f5f9dbb2afa8a191a73a747dd506f SHA512 
fcfdad1d62710a39ea21daf23b13eb0b6d64a521f359153bb79247bae8e91fde3d879f807ed2528f3476425f5214cae755b117b4d06d78ee3af41bcc9a3b3ab4
 WHIRLPOOL 
a78cf905853873d5f778b7ae157b2b260a55e3b07ff59d93fa7f95efb53f2b2adb918bb1a5eecc8a66e6d59ee172e9dea04bbadca4bdc20766d710127b1fef79
+DIST libmediaart-1.9.1.tar.xz 5826128 SHA256 
5b14aa4e0cc84eaec57b6cb28f39092d503fdaecf36d5d165fac37583b7fe949 SHA512 
1ba43d3501d4775984967960c24bf217bcedd075e1716a2f54266817ae2a93eed119035f385025e34ba83b58ec10e544bbde9c2ad328a3de00c5c80b35524222
 WHIRLPOOL 
e2420acaeb6ca31bc55c02cc52b3baf10ac8ea797eb92f9843031753b10326505c107d97597a93a422fb78543cf4dcf3fbd586deeb65051058c139287a1d3aad

diff --git a/media-libs/libmediaart/libmediaart-1.9.1.ebuild 
b/media-libs/libmediaart/libmediaart-1.9.1.ebuild
new file mode 100644
index 000..e27f18dc941
--- /dev/null
+++ b/media-libs/libmediaart/libmediaart-1.9.1.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+VALA_USE_DEPEND="vapigen"
+VALA_MIN_API_VERSION="0.16"
+
+inherit autotools flag-o-matic gnome2 vala virtualx
+
+DESCRIPTION="Manages, extracts and handles media art caches"
+HOMEPAGE="https://github.com/GNOME/libmediaart;
+
+LICENSE="LGPL-2.1+"
+SLOT="2.0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="gtk +introspection qt5 vala"
+REQUIRED_USE="
+   ?? ( gtk qt5 )
+   vala? ( introspection )
+"
+
+RDEPEND="
+   >=dev-libs/glib-2.38.0:2
+   gtk? ( >=x11-libs/gdk-pixbuf-2.12:2 )
+   introspection? ( >=dev-libs/gobject-introspection-1.30:= )
+   qt5? ( dev-qt/qtgui:5 )
+"
+DEPEND="${RDEPEND}
+   dev-libs/gobject-introspection-common
+   >=dev-util/gtk-doc-am-1.8
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )
+"
+
+src_prepare() {
+   # Make doc parallel installable
+   cd "${S}"/docs/reference/${PN} || die
+   sed -e "s/\(DOC_MODULE.*=\).*/\1${PN}-${SLOT}/" \
+   -e "s/\(DOC_MAIN_SGML_FILE.*=\).*/\1${PN}-docs-${SLOT}.sgml/" \
+   -i Makefile.am Makefile.in || die
+   sed -e "s/\(

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

2017-03-19 Thread David Seifert
commit: aa96fda83fff120c6b17dea1916802185e3ce3d2
Author: David Seifert  gentoo  org>
AuthorDate: Sun Mar 19 16:53:22 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Mar 19 16:54:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa96fda8

profiles: Mask sci-libs/acml for removal

Bug: https://bugs.gentoo.org/show_bug.cgi?id=612746
Closes: https://github.com/gentoo/gentoo/pull/4245

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 3508d2087d1..87708731207 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# David Seifert  (19 Mar 2017)
+# EOL'd upstream, fetch restricted, digests missing
+# Masked for removal in 30 days. Bug #612746.
+sci-libs/acml
+
 # Kent Fredric  (18 Mar 2017)
 # ExtUtils::MakeMaker 7.18+ Block
 # Masked until strictly needed to avoid accidental conflicts later



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

2017-03-19 Thread David Seifert
commit: 856bc1007f1fec5738d850a8a3cfa4f51834
Author: David Seifert  gentoo  org>
AuthorDate: Sun Mar 19 16:53:22 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Mar 19 16:54:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=856bc100

virtual/blas: Remove support for sci-libs/acml

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4245

 virtual/blas/blas-1.0.ebuild | 1 -
 virtual/blas/blas-3.6.ebuild | 1 -
 virtual/blas/blas-3.7.ebuild | 1 -
 3 files changed, 3 deletions(-)

diff --git a/virtual/blas/blas-1.0.ebuild b/virtual/blas/blas-1.0.ebuild
index a68a64ee3a4..8c07e1fd0a2 100644
--- a/virtual/blas/blas-1.0.ebuild
+++ b/virtual/blas/blas-1.0.ebuild
@@ -10,6 +10,5 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 
sparc x86 ~amd64-fbsd ~
 RDEPEND="|| (
sci-libs/blas-reference
>=sci-libs/mkl-9.1.023
-   sci-libs/acml
sci-libs/blas-goto
)"

diff --git a/virtual/blas/blas-3.6.ebuild b/virtual/blas/blas-3.6.ebuild
index f4b852340a4..b8d54d0dd3c 100644
--- a/virtual/blas/blas-3.6.ebuild
+++ b/virtual/blas/blas-3.6.ebuild
@@ -15,6 +15,5 @@ IUSE=""
 RDEPEND="|| (
>=sci-libs/blas-reference-20151113
>=sci-libs/mkl-9.1.023
-   sci-libs/acml
)"
 DEPEND=""

diff --git a/virtual/blas/blas-3.7.ebuild b/virtual/blas/blas-3.7.ebuild
index 1ef4b2b76fa..c58283fe547 100644
--- a/virtual/blas/blas-3.7.ebuild
+++ b/virtual/blas/blas-3.7.ebuild
@@ -15,6 +15,5 @@ IUSE=""
 RDEPEND="|| (
>=sci-libs/blas-reference-20161223
>=sci-libs/mkl-9.1.023
-   sci-libs/acml
)"
 DEPEND=""



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

2017-03-19 Thread David Seifert
commit: f1dd3ccb11cfdaceabea5712d9bff9e219f1f80a
Author: David Seifert  gentoo  org>
AuthorDate: Sun Mar 19 16:53:22 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Mar 19 16:54:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1dd3ccb

virtual/lapack: Remove support for sci-libs/acml

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4245

 virtual/lapack/lapack-3.0.ebuild | 1 -
 virtual/lapack/lapack-3.1.ebuild | 1 -
 virtual/lapack/lapack-3.6.ebuild | 1 -
 virtual/lapack/lapack-3.7.ebuild | 1 -
 4 files changed, 4 deletions(-)

diff --git a/virtual/lapack/lapack-3.0.ebuild b/virtual/lapack/lapack-3.0.ebuild
index 8654a74515d..38d1fae658d 100644
--- a/virtual/lapack/lapack-3.0.ebuild
+++ b/virtual/lapack/lapack-3.0.ebuild
@@ -10,5 +10,4 @@ KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 RDEPEND="|| (
sci-libs/lapack-reference
>=sci-libs/mkl-9.1.023
-   >=sci-libs/acml-3.6
)"

diff --git a/virtual/lapack/lapack-3.1.ebuild b/virtual/lapack/lapack-3.1.ebuild
index 83f33b243a9..a0b865ca77a 100644
--- a/virtual/lapack/lapack-3.1.ebuild
+++ b/virtual/lapack/lapack-3.1.ebuild
@@ -10,5 +10,4 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sparc x86 
~amd64-fbsd ~x86-fb
 RDEPEND="|| (
>=sci-libs/lapack-reference-3.1
>=sci-libs/mkl-10
-   >=sci-libs/acml-4
)"

diff --git a/virtual/lapack/lapack-3.6.ebuild b/virtual/lapack/lapack-3.6.ebuild
index ab82a1f5df1..bd300d2674f 100644
--- a/virtual/lapack/lapack-3.6.ebuild
+++ b/virtual/lapack/lapack-3.6.ebuild
@@ -15,6 +15,5 @@ IUSE=""
 RDEPEND="|| (
>=sci-libs/lapack-reference-3.6
>=sci-libs/mkl-10
-   >=sci-libs/acml-4
)"
 DEPEND=""

diff --git a/virtual/lapack/lapack-3.7.ebuild b/virtual/lapack/lapack-3.7.ebuild
index 6bb02c480a9..722ab51504b 100644
--- a/virtual/lapack/lapack-3.7.ebuild
+++ b/virtual/lapack/lapack-3.7.ebuild
@@ -15,6 +15,5 @@ IUSE=""
 RDEPEND="|| (
>=sci-libs/lapack-reference-3.7
>=sci-libs/mkl-10
-   >=sci-libs/acml-4
)"
 DEPEND=""



[gentoo-commits] proj/catalyst:pending commit in: targets/stage2/, etc/, catalyst/base/, targets/stage3/, targets/stage4/, ...

2017-03-19 Thread Brian Dolbec
commit: 5c9c50a8d5672ce8b559f2e1f68f5e8006c0245f
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun Mar 19 15:44:12 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sun Mar 19 16:42:59 2017 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=5c9c50a8

Unify all make.conf settings and writing

This excludes stage1 builds which needs to modify the seed stage's make.conf for
initial stage building.

 catalyst/base/stagebase.py  | 220 ++--
 etc/catalyst.conf   |   8 ++
 targets/stage2/stage2-controller.sh |   2 -
 targets/stage3/stage3-controller.sh |   2 -
 targets/stage4/stage4-controller.sh |   2 -
 targets/support/chroot-functions.sh |  16 +--
 targets/support/functions.sh|  12 --
 7 files changed, 128 insertions(+), 134 deletions(-)

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index d44db985..11a9f178 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -548,27 +548,29 @@ class StageBase(TargetBase, ClearBase, GenBase):
return
 
def set_use(self):
-   if self.settings["spec_prefix"] + "/use" in self.settings:
-   self.settings["use"] = \
-   self.settings[self.settings["spec_prefix"] + 
"/use"]
-   del self.settings[self.settings["spec_prefix"] + "/use"]
-   if "use" not in self.settings:
-   self.settings["use"] = ""
-   if isinstance(self.settings['use'], str):
-   self.settings["use"] = self.settings["use"].split()
+   use = self.settings["spec_prefix"] + "/use"
+   if use in self.settings:
+   if isinstance(self.settings[use], str):
+   self.settings["use"] = 
self.settings[use].split()
+   self.settings["use"] = self.settings[use]
+   del self.settings[use]
+   else:
+   self.settings["use"] = []
 
def set_catalyst_use(self):
-   if self.settings["spec_prefix"] + "/catalyst_use" in 
self.settings:
-   self.settings["catalyst_use"] = \
-   
self.settings[self.settings["spec_prefix"]+"/catalyst_use"]
-   del 
self.settings[self.settings["spec_prefix"]+"/catalyst_use"]
-   if "catalyst_use" not in self.settings:
-   self.settings["catalyst_use"] = ""
-   if isinstance(self.settings['catalyst_use'], str):
-   self.settings["catalyst_use"] = 
self.settings["catalyst_use"].split()
+   catalyst_use = self.settings["spec_prefix"] + "/catalyst_use"
+   if catalyst_use in self.settings:
+   if isinstance(self.settings[catalyst_use], str):
+   self.settings["catalyst_use"] = 
self.settings[catalyst_use].split()
+   else:
+   self.settings["catalyst_use"] = 
self.settings[catalyst_use]
+   del self.settings[catalyst_use]
+   else:
+   self.settings["catalyst_use"] = []
 
# Force bindist when options ask for it
-   if "BINDIST" in self.settings:
+   if "bindist" in self.settings["options"]:
+   log.debug("Enabling bindist USE flag")
self.settings["catalyst_use"].append("bindist")
 
def set_stage_path(self):
@@ -1071,92 +1073,98 @@ class StageBase(TargetBase, ClearBase, GenBase):
makepath = normpath(self.settings["chroot_path"] +
self.settings["make_conf"])
clear_path(makepath)
-   myf = open(makepath, "w")
-   myf.write("# These settings were set by the catalyst build 
script "
-   "that automatically\n# built this stage.\n")
-   myf.write("# Please consult "
-   "/usr/share/portage/config/make.conf.example "
-   "for a more\n# detailed example.\n")
-
-   for flags in ["CFLAGS", "CXXFLAGS", "FCFLAGS", "FFLAGS", 
"LDFLAGS",
-   "ASFLAGS"]:
-   if not flags in self.settings:
-   continue
-   if flags in ["LDFLAGS", "ASFLAGS"]:
-   myf.write("# %s is unsupported.  USE AT YOUR 
OWN RISK!\n"
-   % flags)
-   if (flags is not "CFLAGS" and
-   self.settings[flags] == 
self.settings["CFLAGS"]):
-   myf.write('%s="${CFLAGS}"\n' % flags)
-   elif isinstance(self.settings[flags], list):
-

[gentoo-commits] proj/catalyst:pending commit in: doc/

2017-03-19 Thread Brian Dolbec
commit: 5552874ba5c3d23a1a2b11d8b245dcd5c598b16e
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sat Mar 11 07:55:50 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sun Mar 19 16:42:51 2017 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=5552874b

doc/cataylst-config.5.txt: Update for the new variables

 doc/catalyst-config.5.txt | 56 +--
 1 file changed, 49 insertions(+), 7 deletions(-)

diff --git a/doc/catalyst-config.5.txt b/doc/catalyst-config.5.txt
index f778a804..5c5ad293 100644
--- a/doc/catalyst-config.5.txt
+++ b/doc/catalyst-config.5.txt
@@ -24,12 +24,23 @@ and empty lines are interpreted as comments.  For example:
 
 -
 # /etc/catalyst/catalyst.conf
+
 digests="auto"
 contents="auto"
-distdir="/usr/portage/distfiles"
 envscript="/etc/catalyst/catalystrc"
 options="autoresume bindist kerncache pkgcache seedcache snapcache"
+
+# source repo settings
+distdir="/usr/portage/distfiles"
 portdir="/usr/portage"
+
+# target repo info
+repo_basedir="/usr"
+repo_name="portage"
+target_distdir="/usr/portage/distfiles"
+target_pkgdir="/usr/portage/packages"
+
+# other catalyst settings
 sharedir="/usr/share/catalyst"
 snapshot_cache="/var/tmp/catalyst/snapshot_cache"
 storedir="/var/tmp/catalyst"
@@ -72,10 +83,6 @@ Do `isoinfo -f -i FILE`.  'isoinfo-f' is the only option not 
chosen
 by the automatic algorithm.
 --
 
-*distdir*::
-Distfiles location.  `/usr/portage/distfiles` should work for most
-default installations.
-
 *envscript*::
 Environment script location, which allows users to set options such as
 HTTP proxies, `MAKEOPTS`, `GENTOO_MIRRORS`, or any other environment
@@ -140,9 +147,44 @@ break your cache.  The cache is unlinked before any empty 
or rm
 processing.
 --
 
+Repository settings
+~~~
+
+*distdir*::
+Source distfiles location used in generation of the stages.  This is usually 
the
+hosts distfiles location.  `/usr/portage/distfiles` should work for most
+default installations, but it should be set to match your hosts configuration.
+
 *portdir*::
-Portage tree location.  `/usr/portage/` should work for most default
-installations.
+Source Gentoo tree location (primary repo). `/usr/portage/` should work for 
most
+default installations.
+
+*repo_basedir*::
+The target repository directory to contain the rimary repo (gentoo repo) and
+any overlays.  `/usr` is the historical location. But that is in the process of
+changing.  `/var/gentoo/repos` is an option.
+
+*repo_name*::
+The name of the main repository (ie: gentoo).  This has had a directory name
+of `portage` in the past.  But it has an internal name of `gentoo`, which is
+what its directory name should be.  This name is used in the snapshot name
+generated and also the directory name of the repository created with the
+snapshot target.  The new general rule is that the directory name and its
+internal repo_name value should be the same.
+
+*target_distdir*::
+This is the target distfiles directory location for the stage being created.
+This is important because this value will be stored in the stage's make.conf
+and will become the default location used if it is not edited by users.
+The default location is `/usr/portage/distfiles`.
+
+*target_pkgdir*::
+This is the target packages directory for storing binpkgs in the stage being
+built.  This location is stored in the make.conf of the stage being built.
+The default location for this has typically been `/usr/portage/packages`
+
+Other settings
+~~
 
 *sharedir*::
 Catalyst runtime script location.  `/usr/share/catalyst` should work for



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

2017-03-19 Thread Mart Raudsepp
commit: c36ab2a59abb21750cfefd92112c027ad2cb5c0e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Mar 19 16:35:38 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Mar 19 16:36:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c36ab2a5

net-misc/rygel: Fix REPLACING_VERSIONS handling and gdk-pixbuf dep (USE=sqlite 
only)

Gentoo-bug: 589498

 net-misc/rygel/rygel-0.30.3.ebuild | 20 
 net-misc/rygel/rygel-0.32.1.ebuild | 22 +-
 2 files changed, 25 insertions(+), 17 deletions(-)

diff --git a/net-misc/rygel/rygel-0.30.3.ebuild 
b/net-misc/rygel/rygel-0.30.3.ebuild
index 69aeeb22b31..459a2906564 100644
--- a/net-misc/rygel/rygel-0.30.3.ebuild
+++ b/net-misc/rygel/rygel-0.30.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -73,11 +73,15 @@ src_configure() {
 
 pkg_postinst() {
gnome2_pkg_postinst
-   if ! version_is_at_least 0.28.2-r1 ${REPLACING_VERSIONS}; then
-   elog "This version stops forcing the automatical starting of"
-   elog "rygel as upstream pretends. This way, it will honor the"
-   elog "user settings at Sharing section in gnome-control-center."
-   elog "If you desire to keep getting rygel autostarting always"
-   elog "you will need to configure your desktop to do it."
-   fi
+   local v
+   for v in ${REPLACING_VERSIONS}; do
+   if ! version_is_at_least 0.28.2-r1 ${v}; then
+   elog "This version stops forcing the automatical 
starting of"
+   elog "rygel as upstream pretends. This way, it will 
honor the"
+   elog "user settings at Sharing section in 
gnome-control-center."
+   elog "If you desire to keep getting rygel autostarting 
always"
+   elog "you will need to configure your desktop to do it."
+   break
+   fi
+   done
 }

diff --git a/net-misc/rygel/rygel-0.32.1.ebuild 
b/net-misc/rygel/rygel-0.32.1.ebuild
index 5988bd23161..bccf3fbb206 100644
--- a/net-misc/rygel/rygel-0.32.1.ebuild
+++ b/net-misc/rygel/rygel-0.32.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -30,12 +30,12 @@ RDEPEND="
>=net-libs/gupnp-av-0.12.8
>=net-libs/libsoup-2.44:2.4
>=sys-apps/util-linux-2.20
-   x11-libs/gdk-pixbuf:2
x11-misc/shared-mime-info
introspection? ( >=dev-libs/gobject-introspection-1.33.4:= )
sqlite? (
>=dev-db/sqlite-3.5:3
dev-libs/libunistring:=
+   x11-libs/gdk-pixbuf:2
)
tracker? ( >=app-misc/tracker-0.16:= )
transcode? (
@@ -74,11 +74,15 @@ src_configure() {
 
 pkg_postinst() {
gnome2_pkg_postinst
-   if ! version_is_at_least 0.28.2-r1 ${REPLACING_VERSIONS}; then
-   elog "This version stops forcing the automatical starting of"
-   elog "rygel as upstream pretends. This way, it will honor the"
-   elog "user settings at Sharing section in gnome-control-center."
-   elog "If you desire to keep getting rygel autostarting always"
-   elog "you will need to configure your desktop to do it."
-   fi
+   local v
+   for v in ${REPLACING_VERSIONS}; do
+   if ! version_is_at_least 0.28.2-r1 ${v}; then
+   elog "This version stops forcing the automatical 
starting of"
+   elog "rygel as upstream pretends. This way, it will 
honor the"
+   elog "user settings at Sharing section in 
gnome-control-center."
+   elog "If you desire to keep getting rygel autostarting 
always"
+   elog "you will need to configure your desktop to do it."
+   break
+   fi
+   done
 }



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

2017-03-19 Thread Michael Orlitzky
commit: 10937c9cc987ab6c9c00821d4a648147fdabc73e
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun Mar 19 15:46:33 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Mar 19 15:46:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10937c9c

dev-php/pecl-geoip: new revision with php-7.1 support.

Gentoo-Bug: 610014

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-php/pecl-geoip/pecl-geoip-1.1.1-r3.ebuild | 22 ++
 1 file changed, 22 insertions(+)

diff --git a/dev-php/pecl-geoip/pecl-geoip-1.1.1-r3.ebuild 
b/dev-php/pecl-geoip/pecl-geoip-1.1.1-r3.ebuild
new file mode 100644
index 000..8876998ad45
--- /dev/null
+++ b/dev-php/pecl-geoip/pecl-geoip-1.1.1-r3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PHP_EXT_NAME="geoip"
+DOCS="README ChangeLog"
+USE_PHP="php5-6 php7-0 php7-1"
+
+inherit php-ext-pecl-r3
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="PHP extension to map IP address to geographic places"
+LICENSE="PHP-3"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-libs/geoip"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/fix-failing-tests-1.1.1.patch" )



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

2017-03-19 Thread Anthony G. Basile
commit: c0eddfadbd24ea3b7b3d17f121e950d717807936
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Mar 19 15:38:44 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Mar 19 15:39:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0eddfad

sys-libs/uclibc-ng: rekeyword 1.0.22

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-libs/uclibc-ng/uclibc-ng-1.0.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/uclibc-ng/uclibc-ng-1.0.22.ebuild 
b/sys-libs/uclibc-ng/uclibc-ng-1.0.22.ebuild
index ab2dfbe25ea..c0d6e8d0953 100644
--- a/sys-libs/uclibc-ng/uclibc-ng-1.0.22.ebuild
+++ b/sys-libs/uclibc-ng/uclibc-ng-1.0.22.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} != "" ]] ; then
PATCH_VER=""
SRC_URI="http://downloads.uclibc-ng.org/releases/${PV}/${MY_P}.tar.bz2;
#KEYWORDS="-* ~amd64 ~arm ~mips ~ppc ~x86"
-   KEYWORDS=""
+   KEYWORDS="-* ~amd64 ~arm ~ppc ~x86"
 fi
 
 LICENSE="LGPL-2"



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

2017-03-19 Thread Alfredo Tupone
commit: b90f535aaff939bf70e6761a81e1f3a577c34c9d
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Sun Mar 19 15:34:39 2017 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sun Mar 19 15:35:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b90f535a

dev-lang/gnat-gpl: filtering flag (needed for bootstrap)

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-lang/gnat-gpl/gnat-gpl-2016.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/dev-lang/gnat-gpl/gnat-gpl-2016.ebuild 
b/dev-lang/gnat-gpl/gnat-gpl-2016.ebuild
index 6fe66cc08c1..83c7683a0e4 100644
--- a/dev-lang/gnat-gpl/gnat-gpl-2016.ebuild
+++ b/dev-lang/gnat-gpl/gnat-gpl-2016.ebuild
@@ -59,6 +59,7 @@ pkg_setup() {
else
GCC=${ADA:-$(tc-getCC)}
fi
+   CC=${GCC}
local base=$(basename ${GCC})
GNATMAKE="${base/gcc/gnatmake}"
GNATBIND="${base/gcc/gnatbind}"
@@ -123,6 +124,10 @@ src_prepare() {
 }
 
 src_configure() {
+   local trueGCC_BRANCH_VER=${GCC_BRANCH_VER}
+   GCC_BRANCH_VER=$(gcc-version)
+   downgrade_arch_flags
+   GCC_BRANCH_VER=${trueGCC_BRANCH_VER}
toolchain_src_configure \
--enable-languages=ada \
--disable-libada \



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

2017-03-19 Thread Ian Stakenvicius
commit: 3f17df164397c70da2d7ef71030b42fedff5d8a5
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Sun Mar 19 15:00:04 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Sun Mar 19 15:00:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f17df16

www-client/firefox-bin: bump to 52.0.1 for security bug 612954

Package-Manager: portage-2.3.3

 www-client/firefox-bin/Manifest| 172 ++---
 ...x-bin-52.0.ebuild => firefox-bin-52.0.1.ebuild} |   0
 2 files changed, 86 insertions(+), 86 deletions(-)

diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest
index 8b2de6518db..b2fc1116841 100644
--- a/www-client/firefox-bin/Manifest
+++ b/www-client/firefox-bin/Manifest
@@ -83,91 +83,91 @@ DIST firefox-45.8.0esr-vi.xpi 450778 SHA256 
6112ea4ddeb60109f656f902886c2b59b8cb
 DIST firefox-45.8.0esr-xh.xpi 432918 SHA256 
d77e888447b44be1716f36f36f599823ea619e6b58673d21123b171402b05203 SHA512 
67689b6515935ea58e8a38b700ab1eb73ddf2dc597ccf08d41267483342343101f757fb2be97eebaf561600d5bd5bd4166ad63d6081eccd07c8d0a1b06014de8
 WHIRLPOOL 
d9e1dbae5da26b90654d136425256af688f4d910291b6cea70d934478be4bff59189ce9fb88f6860969d5c3a14d50578797a9947b0931f0a9c8dfb7731b1746b
 DIST firefox-45.8.0esr-zh-CN.xpi 475797 SHA256 
295990f964e9926f20b6a5f06e06686a88a9199a7e4a48e9fa2132e6338cff0c SHA512 
5060fae862325558a1965c17d40fc5dd106da92b07fe1d9e89858597d3251737667166d4df073ca701f633b5ec5f4a3f8321abb59c85a5829f2bcb58b75f08df
 WHIRLPOOL 
00056c6e442134a0895da420ee18c07806d2c41658d396dea6e4917238cf2b7a1dc8cf51790dea46fa826b0b64c0cbe9a6fa0fca9600ae9160a6595dcafd9abf
 DIST firefox-45.8.0esr-zh-TW.xpi 466529 SHA256 
004c22566602ef5c3905f0d8818018fc77d9f8022c97e15bb9f2841c9711fde3 SHA512 
5cca12667ee2c283ed13912369c3cc20983c891be4e31a912c3167da7eaa9b6eee84d7ae2c67ae09c336d6e03360181d366575f89690d4c9761c5d80a9c7edc3
 WHIRLPOOL 
600d0e128284513b2e24bb951ce30769d27423290ac68b5e7309c46ac0c9fdb17bfc46317236e220145d950cb13c45ff02b808412496816750ef48a4e7dff889
-DIST firefox-52.0-ach.xpi 427636 SHA256 
3cbbcf4422b7789f28e3086ef788fc1a44db2f6a9ce4a5629a3d4c8287a3dcad SHA512 
4bcbbe3dc1530eb4490f906fef260f69814303f6497fbaff3d1118d634252f415d57a6c52cf69deca8916c448f4fc72c437860ee07eb6cbff5b1ee9ecde66aae
 WHIRLPOOL 
676dad37bfc15ebcd41a44c9d5d76e4095da92bb8115bda33e3e4ace4f9acc8778d52c91ba947fae1803241066f6af14cdea522aa00ac0f4620d6ef3b922d1ea
-DIST firefox-52.0-af.xpi 436820 SHA256 
fcf4684463e6476dd26686d7b7c6196fd1310a0df317fbcc88f9e9147d947864 SHA512 
783e6b0ccfb6e807a57a6741166111078fdabca40919e3f100ad35bbd2c22ad143be6c103bdae2b6a393310f22684fbef7615b1207310060b66152e19d6a19d8
 WHIRLPOOL 
e220b7434311fad6075d0d05bcbfe1b8ed8c2da44065b50a91bb0b98bdeb3aabbd7fcc255f20d905ed1e3d28c9ba2ca9af103ea65468c781ff5196221e4fc73f
-DIST firefox-52.0-an.xpi 445139 SHA256 
78436260d053e966c9b663d26c72122bace217a56a15d181f551d45add1601d5 SHA512 
2c5add1a6efd0ac20598876b6d1552fc3881763b32e79e707155a378fe8fcb7c4b083fa26f9202b4169f0c4452d86be9a6fb45009a86cac826264c02272be5a5
 WHIRLPOOL 
bc39a6f0f7892607e945af5cad413a6c6270f23765acc2c0462e081df1608d082a80ceae1b9cfa901ce2f33bd22b7375cd563dcb8a61496ce99a62bbe2a81364
-DIST firefox-52.0-ar.xpi 473379 SHA256 
95fa9333298e64c9c9943bcc455126a483d3904b5ade6810f2deed091234ed76 SHA512 
045169044d042dc35ade23a894f024eb3bb04c6c03c0dd4af69c035b3e7f053f7c1087b79e96b0c7d95411a531ab33b7f4e8512bee1cce36897568131cc0b148
 WHIRLPOOL 
a8a33e7ca97964aed20670d276f036271dba08b4114dab366eae07cbcdb42ea36b31ace6c96e3063c7c06654f7f5b8ba21f1fbecc19ef191101a3cd6fbdea017
-DIST firefox-52.0-as.xpi 486885 SHA256 
b66741a77e99c5021a7fa4e0e780223829ae53829a0947493f9fbbbf7f5319c2 SHA512 
c48cefd90aa53704265f6c7f794ceeb3daa02c5a80388af888d13d3326e6d783af24ea99aebfffb0caf18c2705da6d7092dd57c21d1e01f72b5ec76fa5f72797
 WHIRLPOOL 
01d4674a220ffe526ba24ceef837da4a64fec9e07d016d2faed85ad7e313c4b370b1aea8ed0b42ffc187e21e428b9ba0a7b060d163c22d0cc233570e54176a8d
-DIST firefox-52.0-ast.xpi 440030 SHA256 
5ad2fbddf728a165e4b7434aa544bbc0b8e718d29fd813ec432573d2dd78e317 SHA512 
b2a6ad8b4a55120ff828f05547d25738f7409b2ea435d1f7e15c1e59fea94f29a43ff792c9ace97fa7f7f7d8c5fcb4f3d2416318ce10e397841e2debe944df07
 WHIRLPOOL 
472629354e39a0a3009b81d98304e929aea5db30ebe88085ff30de37d8bc244a3512e1dc117a027ba0ed818dea1d0a6eff17281a3f30e010a4334ed1e38fb3b9
-DIST firefox-52.0-az.xpi 454919 SHA256 
811b652d13fea215dc1c94e74002a0fa1655a257c2dad122a47ce89eaa6c40bc SHA512 
57673eac2dd6e2dd047a600613e77fd0a1497e28ee3348968d1897aff3302e46a758b8e64c2296762646756d31d189a4633d9ae339f6fb2c62977be29e9e1b14
 WHIRLPOOL 
d3977548817d445043d8431fdb4b93c5426cd53ee5df710129aba058e3b9c081d239f7c78c9e9e3dd9fecd32ac7d2392064a6e8e4ed92dcc9066177b9976a7d5
-DIST firefox-52.0-bg.xpi 487888 SHA256 
709755aa3a5b100e5cc1acd2a7feb18f8e0a6f8e2b632b5b3c0f90b0ad781c2e SHA512 
efee8e45db8145c8c6ba8e1d68bd57890fcc66577551151fa25756a2f1878486c853f0c763f18647d4fceaf8d8cea0d9a8c0e1d9981d920284eafb5fa3cff415
 WHIRLPOOL 

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

2017-03-19 Thread Brian Evans
commit: c27e58bfb92075bda68ccf8691204bea7ccd2c57
Author: Brian Evans  gentoo  org>
AuthorDate: Sun Mar 19 14:47:56 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Sun Mar 19 14:47:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c27e58bf

dev-php/PEAR-PEAR_PackageFileManager_Plugins: Revbump to fix WORKDIR wrt bug 
613122

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 ...PEAR_PackageFileManager_Plugins-1.0.4-r1.ebuild | 16 +
 ...AR-PEAR_PackageFileManager_Plugins-1.0.4.ebuild | 39 --
 2 files changed, 16 insertions(+), 39 deletions(-)

diff --git 
a/dev-php/PEAR-PEAR_PackageFileManager_Plugins/PEAR-PEAR_PackageFileManager_Plugins-1.0.4-r1.ebuild
 
b/dev-php/PEAR-PEAR_PackageFileManager_Plugins/PEAR-PEAR_PackageFileManager_Plugins-1.0.4-r1.ebuild
new file mode 100644
index 000..021965393c4
--- /dev/null
+++ 
b/dev-php/PEAR-PEAR_PackageFileManager_Plugins/PEAR-PEAR_PackageFileManager_Plugins-1.0.4-r1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit php-pear-r2
+
+DESCRIPTION="Various methods to check files to update an existing package.xml 
file"
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-php/PEAR-PEAR-1.10.1
+   >=dev-php/PEAR-XML_Serializer-0.19.0
+   >=dev-lang/php-5.3:*[xml,simplexml]"

diff --git 
a/dev-php/PEAR-PEAR_PackageFileManager_Plugins/PEAR-PEAR_PackageFileManager_Plugins-1.0.4.ebuild
 
b/dev-php/PEAR-PEAR_PackageFileManager_Plugins/PEAR-PEAR_PackageFileManager_Plugins-1.0.4.ebuild
deleted file mode 100644
index 2d32e7a57fd..000
--- 
a/dev-php/PEAR-PEAR_PackageFileManager_Plugins/PEAR-PEAR_PackageFileManager_Plugins-1.0.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/PEAR-/}"
-MY_P="${MY_PN}-${PV}"
-
-HOMEPAGE="http://pear.php.net/package/${MY_PN};
-SRC_URI="http://pear.php.net/get/${MY_P}.tgz;
-DESCRIPTION="Various methods to check files to update an existing package.xml 
file"
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-php/PEAR-PEAR-1.10.1
-   >=dev-php/PEAR-XML_Serializer-0.19.0
-   >=dev-lang/php-5.3:*[xml,simplexml]"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
-   insinto /usr/share/php
-   doins -r PEAR
-}
-
-pkg_postinst() {
-   # Register the package from the package.xml file
-   # Operation is not critical so die is not required
-   if [[ -f "${WORKDIR}/package.xml" ]] ; then
-   "${EROOT}usr/bin/peardev" install -nrO --force 
"${WORKDIR}/package.xml" 2> /dev/null
-   fi
-}
-
-pkg_postrm() {
-   # Uninstall known dependency
-   "${EROOT}usr/bin/peardev" uninstall -nrO "pear.php.net/${MY_PN}"
-}



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

2017-03-19 Thread Brian Evans
commit: 8d6aece75f1c584f09d7a84395982d0a9521f740
Author: Brian Evans  gentoo  org>
AuthorDate: Sun Mar 19 14:51:45 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Sun Mar 19 14:51:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d6aece7

dev-php/PEAR-Text_CAPTCHA: Revbump to fix WORKDIR wrt bug 613122

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../PEAR-Text_CAPTCHA-1.0.2-r1.ebuild  | 27 +
 .../PEAR-Text_CAPTCHA-1.0.2.ebuild | 47 --
 2 files changed, 27 insertions(+), 47 deletions(-)

diff --git a/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-1.0.2-r1.ebuild 
b/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-1.0.2-r1.ebuild
new file mode 100644
index 000..39b7c17d0ab
--- /dev/null
+++ b/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-1.0.2-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit php-pear-r2
+
+DESCRIPTION="Generation of CAPTCHAs"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="minimal"
+
+RDEPEND="dev-php/PEAR-PEAR >=dev-lang/php-5.3:*[gd,truetype] 
>=dev-php/PEAR-Text_Password-1.1.1
+   !minimal? ( dev-php/PEAR-Numbers_Words
+   dev-php/PEAR-Text_Figlet
+   >=dev-php/PEAR-Image_Text-0.7.0 )"
+
+src_prepare() {
+   sed -i -e '/role="doc"/d' -e '/role="test"/d' "${WORKDIR}/package.xml" 
|| die
+   eapply_user
+}
+
+src_install() {
+   local DOCS=( README )
+   php-pear-r2_src_install
+}

diff --git a/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-1.0.2.ebuild 
b/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-1.0.2.ebuild
deleted file mode 100644
index 5aea29b1335..000
--- a/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-1.0.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/PEAR-/}"
-MY_P="${MY_PN}-${PV}"
-
-HOMEPAGE="http://pear.php.net/package/${MY_PN};
-SRC_URI="http://pear.php.net/get/${MY_P}.tgz;
-DESCRIPTION="Generation of CAPTCHAs"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="minimal"
-
-RDEPEND="dev-php/PEAR-PEAR >=dev-lang/php-5.3:*[gd,truetype] 
>=dev-php/PEAR-Text_Password-1.1.1
-   !minimal? ( dev-php/PEAR-Numbers_Words
-   dev-php/PEAR-Text_Figlet
-   >=dev-php/PEAR-Image_Text-0.7.0 )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   default_src_prepare
-   sed -i -e '/role="doc"/d' -e '/role="test"/d' "${WORKDIR}/package.xml" 
|| die
-}
-
-src_install() {
-   local DOCS=( README )
-   insinto /usr/share/php
-   doins -r Text
-   einstalldocs
-}
-
-pkg_postinst() {
-   # Register the package from the package.xml file
-   # Operation is not critical so die is not required
-   if [[ -f "${WORKDIR}/package.xml" ]] ; then
-   "${EROOT}usr/bin/peardev" install -nrO --force 
"${WORKDIR}/package.xml" 2> /dev/null
-   fi
-}
-
-pkg_postrm() {
-   # Uninstall known dependency
-   "${EROOT}usr/bin/peardev" uninstall -nrO "pear.php.net/${MY_PN}"
-}



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

2017-03-19 Thread Brian Evans
commit: f6e969d4cea7923f4cbcaeb9c0ec5c7dc725a4b9
Author: Brian Evans  gentoo  org>
AuthorDate: Sun Mar 19 14:44:34 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Sun Mar 19 14:44:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6e969d4

dev-php/PEAR-PEAR_PackageFileManager2: Revbump to fix WORKDIR wrt bug 613122

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../PEAR-PEAR_PackageFileManager2-1.0.4-r1.ebuild  | 17 +
 .../PEAR-PEAR_PackageFileManager2-1.0.4.ebuild | 40 --
 2 files changed, 17 insertions(+), 40 deletions(-)

diff --git 
a/dev-php/PEAR-PEAR_PackageFileManager2/PEAR-PEAR_PackageFileManager2-1.0.4-r1.ebuild
 
b/dev-php/PEAR-PEAR_PackageFileManager2/PEAR-PEAR_PackageFileManager2-1.0.4-r1.ebuild
new file mode 100644
index 000..80087437242
--- /dev/null
+++ 
b/dev-php/PEAR-PEAR_PackageFileManager2/PEAR-PEAR_PackageFileManager2-1.0.4-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit php-pear-r2
+
+DESCRIPTION="Updates an existing package.xml file with a new filelist and 
changelog"
+LICENSE="PHP-3.01"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="minimal"
+
+RDEPEND=">=dev-lang/php-5.3:*
+   >=dev-php/PEAR-PEAR-1.10.1
+   dev-php/PEAR-PEAR_PackageFileManager_Plugins
+   !minimal? ( >=dev-php/PEAR-PHP_CompatInfo-1.4.0 )"

diff --git 
a/dev-php/PEAR-PEAR_PackageFileManager2/PEAR-PEAR_PackageFileManager2-1.0.4.ebuild
 
b/dev-php/PEAR-PEAR_PackageFileManager2/PEAR-PEAR_PackageFileManager2-1.0.4.ebuild
deleted file mode 100644
index a37887ab8ed..000
--- 
a/dev-php/PEAR-PEAR_PackageFileManager2/PEAR-PEAR_PackageFileManager2-1.0.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/PEAR-/}"
-MY_P="${MY_PN}-${PV}"
-
-HOMEPAGE="http://pear.php.net/package/${MY_PN};
-SRC_URI="http://pear.php.net/get/${MY_P}.tgz;
-DESCRIPTION="Updates an existing package.xml file with a new filelist and 
changelog"
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="minimal"
-
-RDEPEND=">=dev-lang/php-5.3:*
-   >=dev-php/PEAR-PEAR-1.10.1
-   dev-php/PEAR-PEAR_PackageFileManager_Plugins
-   !minimal? ( >=dev-php/PEAR-PHP_CompatInfo-1.4.0 )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
-   insinto /usr/share/php
-   doins -r PEAR
-}
-
-pkg_postinst() {
-   # Register the package from the package.xml file
-   # Operation is not critical so die is not required
-   if [[ -f "${WORKDIR}/package.xml" ]] ; then
-   "${EROOT}usr/bin/peardev" install -nrO --force 
"${WORKDIR}/package.xml" 2> /dev/null
-   fi
-}
-
-pkg_postrm() {
-   # Uninstall known dependency
-   "${EROOT}usr/bin/peardev" uninstall -nrO "pear.php.net/${MY_PN}"
-}



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

2017-03-19 Thread Mart Raudsepp
commit: 8e364f869f1a642b412122e94261b7ccbc380118
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Mar 19 14:32:12 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Mar 19 14:42:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e364f86

dev-libs/glib: fix gdatetime tests with timezone-data-2017a

The tests were using one of the invented BRT timezones that was removed
in favor of just using the offset in timezone-data, the glib upstream patch
makes it use a real PST timezone for these tests instead.

 .../files/glib-2.50.3-fix-gdatetime-tests.patch| 52 ++
 dev-libs/glib/glib-2.48.2.ebuild   |  2 +
 dev-libs/glib/glib-2.50.3.ebuild   |  3 ++
 3 files changed, 57 insertions(+)

diff --git a/dev-libs/glib/files/glib-2.50.3-fix-gdatetime-tests.patch 
b/dev-libs/glib/files/glib-2.50.3-fix-gdatetime-tests.patch
new file mode 100644
index 000..6c41c5cf7e5
--- /dev/null
+++ b/dev-libs/glib/files/glib-2.50.3-fix-gdatetime-tests.patch
@@ -0,0 +1,52 @@
+From ec02a1875f29ecb8e46c0d8c1403cd00a0b3a9e4 Mon Sep 17 00:00:00 2001
+From: Iain Lane 
+Date: Mon, 13 Mar 2017 16:52:11 +
+Subject: [PATCH] tests/gdatetime: Use a real rather than invented timezone
+
+The tzdata maintainers had previously invented abbreviations for
+timezones. As of their 2017a release, the one we were testing ("BRT")
+has been dropped.
+
+Switch to testing PST, which is a real timezone abbreviation.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=779799
+---
+ glib/tests/gdatetime.c | 12 ++--
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/glib/tests/gdatetime.c b/glib/tests/gdatetime.c
+index dcb8a8f..c54031d 100644
+--- a/glib/tests/gdatetime.c
 b/glib/tests/gdatetime.c
+@@ -635,22 +635,22 @@ test_GDateTime_new_full (void)
+   g_date_time_unref (dt);
+ 
+ #ifdef G_OS_UNIX
+-  tz = g_time_zone_new ("America/Recife");
++  tz = g_time_zone_new ("America/Tijuana");
+ #elif defined G_OS_WIN32
+-  tz = g_time_zone_new ("E. South America Standard Time");
++  tz = g_time_zone_new ("Pacific Standard Time");
+ #endif
+-  dt = g_date_time_new (tz, 2010, 5, 24, 8, 4, 0);
++  dt = g_date_time_new (tz, 2010, 11, 24, 8, 4, 0);
+   g_time_zone_unref (tz);
+   g_assert_cmpint (2010, ==, g_date_time_get_year (dt));
+-  g_assert_cmpint (5, ==, g_date_time_get_month (dt));
++  g_assert_cmpint (11, ==, g_date_time_get_month (dt));
+   g_assert_cmpint (24, ==, g_date_time_get_day_of_month (dt));
+   g_assert_cmpint (8, ==, g_date_time_get_hour (dt));
+   g_assert_cmpint (4, ==, g_date_time_get_minute (dt));
+   g_assert_cmpint (0, ==, g_date_time_get_second (dt));
+ #ifdef G_OS_UNIX
+-  g_assert_cmpstr ("BRT", ==, g_date_time_get_timezone_abbreviation (dt));
++  g_assert_cmpstr ("PST", ==, g_date_time_get_timezone_abbreviation (dt));
+ #elif defined G_OS_WIN32
+-  g_assert_cmpstr ("E. South America Standard Time", ==,
++  g_assert_cmpstr ("Pacific Standard Time", ==,
+ g_date_time_get_timezone_abbreviation (dt));
+ #endif
+   g_assert (!g_date_time_is_daylight_savings (dt));
+-- 
+2.10.1
+

diff --git a/dev-libs/glib/glib-2.48.2.ebuild b/dev-libs/glib/glib-2.48.2.ebuild
index f1a6e57edd9..d4ff8c694df 100644
--- a/dev-libs/glib/glib-2.48.2.ebuild
+++ b/dev-libs/glib/glib-2.48.2.ebuild
@@ -112,6 +112,8 @@ src_prepare() {
sed -i -e 's/ tests//' {.,gio,glib}/Makefile.am || die
fi
 
+   eapply "${FILESDIR}"/${PN}-2.50.3-fix-gdatetime-tests.patch
+
# gdbus-codegen is a separate package
eapply "${FILESDIR}"/${PN}-2.40.0-external-gdbus-codegen.patch
 

diff --git a/dev-libs/glib/glib-2.50.3.ebuild b/dev-libs/glib/glib-2.50.3.ebuild
index 50aa9b3736b..324be550924 100644
--- a/dev-libs/glib/glib-2.50.3.ebuild
+++ b/dev-libs/glib/glib-2.50.3.ebuild
@@ -117,6 +117,9 @@ src_prepare() {
sed -i -e 's/ tests//' {.,gio,glib}/Makefile.am || die
fi
 
+   # Fix tests with timezone-data-2017a and newer
+   eapply "${FILESDIR}"/${P}-fix-gdatetime-tests.patch
+
# gdbus-codegen is a separate package
eapply "${FILESDIR}"/${PN}-2.50.0-external-gdbus-codegen.patch
 



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

2017-03-19 Thread Michael Weber
commit: 602d60245ccc9cb24d4268f25a95e7a8b78bbc80
Author: Michael Weber  gentoo  org>
AuthorDate: Sun Mar 19 11:56:34 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Sun Mar 19 14:38:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=602d6024

net-misc/minidlna: Remove old versions.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 net-misc/minidlna/Manifest   |  1 -
 net-misc/minidlna/files/minidlna-1.1.2.initd | 52 ---
 net-misc/minidlna/minidlna-1.1.4.ebuild  | 92 ---
 net-misc/minidlna/minidlna-1.1.5.ebuild  | 95 
 4 files changed, 240 deletions(-)

diff --git a/net-misc/minidlna/Manifest b/net-misc/minidlna/Manifest
index c7c7c446b37..03aab3c3ce4 100644
--- a/net-misc/minidlna/Manifest
+++ b/net-misc/minidlna/Manifest
@@ -1,3 +1,2 @@
-DIST minidlna-1.1.4.tar.gz 494478 SHA256 
9814c04a2c506a0dd942c4218d30c07dedf90dabffbdef2d308a3f9f23545314 SHA512 
24c2d8798278d60faa46c6d7b19e44a91868da869f7d2aa2bf3c68e343a6c2a323f67223ea69242919047b08f059ed9c7a49b0b516384244acd98b51db4e
 WHIRLPOOL 
5f82dd2130086e90784b05d67037e9c40e20b539ddc1bfb3733910beee44578027d9c245aa1f6117ba05b3c039a2b32125ea561f71c63cf0e422664e7067007f
 DIST minidlna-1.1.5.tar.gz 488191 SHA256 
8477ad0416bb2af5cd8da6dde6c07ffe1a413492b7fe40a362bc8587be15ab9b SHA512 
2a8eaa42fcda6f98648f1726af5cdba6d2358c386440dd0de933364cfbd1ced2fee5f883033e1a5a692b760749beb2c12798020a3591ddcea22663102d4f3dfa
 WHIRLPOOL 
8ed8fd62fb063b042a234c8647fa05c65e4f1e331a66efae8f361002f5cedcd2706d777348332075e3263e0d8bbde7794dd84fc400dfe3a656e5d70952427669
 DIST minidlna-gentoo-artwork.patch.xz 49372 SHA256 
37ae7228b07b7c81c8962c5dc88a41ed1691bdf1b019b654a9fc93ac1da0c7ce SHA512 
3bdaadc2a2331e9ebf37ed80d1de7cebd6307ab068dc9cf067159b2c0754a765b2076c07e988602af4dd2d6c49c819da8a1f668258950e15592027b353f22b5e
 WHIRLPOOL 
e243b9b6a002af5e3ee1bb196239790ff86724624ebccb34c84ac072426341db6b5f44e455d13657d5284220fe2688ddf3a2ec0212a7b86525eb02a6c080af80

diff --git a/net-misc/minidlna/files/minidlna-1.1.2.initd 
b/net-misc/minidlna/files/minidlna-1.1.2.initd
deleted file mode 100644
index eeb0786f0b5..000
--- a/net-misc/minidlna/files/minidlna-1.1.2.initd
+++ /dev/null
@@ -1,52 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
-   need net
-}
-
-start() {
-   ebegin "Starting MiniDLNA"
-   local params=""
-   local stop=0
-
-   checkpath -q -d -m 0755 -o ${M_USER:-minidlna}:${M_GROUP:-minidlna} 
/run/minidlna
-
-   params="$params -P /run/minidlna/minidlna.pid"
-
-   if [[ "${RESCAN}" = "true" || "${RESCAN}" = yes ]]; then
-   params="$params -R"
-   fi
-
-   #set the config file and check if it exists
-   if [ -z "${CONFIG}" ]; then
-   if [ ! -f "/etc/minidlna.conf" ]; then
-   ewarn "You did not set the config file correctly"
-   stop=1
-   fi
-   params="$params -f /etc/minidlna.conf"
-   else
-   if [ ! -f "${CONFIG}" ]; then
-   ewarn "The specified config file does not exist"
-   stop=1
-   fi
-   params="$params -f ${CONFIG}"
-   fi
-
-
-   if [ $stop -eq 1 ]; then
-   eend 1
-   else
-   start-stop-daemon --start \
-   --user ${M_USER:-minidlna} --group ${M_GROUP:-minidlna} 
\
-   --exec /usr/sbin/minidlnad -- ${params}
-   eend $?
-   fi
-}
-
-stop() {
-   ebegin "Stopping MiniDLNA"
-   start-stop-daemon --stop --quiet --exec /usr/sbin/minidlnad
-   eend $?
-}

diff --git a/net-misc/minidlna/minidlna-1.1.4.ebuild 
b/net-misc/minidlna/minidlna-1.1.4.ebuild
deleted file mode 100644
index 0f2ebcd6d92..000
--- a/net-misc/minidlna/minidlna-1.1.4.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils linux-info systemd toolchain-funcs user
-
-DESCRIPTION="DLNA/UPnP-AV compliant media server"
-HOMEPAGE="http://minidlna.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz
-   https://dev.gentoo.org/~xmw/${PN}-gentoo-artwork.patch.xz;
-
-LICENSE="BSD GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm x86"
-IUSE="netgear readynas"
-
-RDEPEND="dev-db/sqlite:3
-   media-libs/flac
-   media-libs/libexif
-   media-libs/libid3tag
-   media-libs/libogg
-   media-libs/libvorbis
-   virtual/ffmpeg
-   virtual/jpeg:0"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-CONFIG_CHECK="~INOTIFY_USER"
-
-pkg_setup() {
-   local my_is_new="yes"
-   [ -d "${EPREFIX}"/var/lib/${PN} ] && my_is_new="no"
-   enewgroup ${PN}
-   enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}

[gentoo-commits] repo/gentoo:master commit in: x11-wm/xpra/files/, x11-wm/xpra/

2017-03-19 Thread Michael Weber
commit: 178b40ba7e7998de7f87c13616d3188996e84790
Author: Michael Weber  gentoo  org>
AuthorDate: Sun Mar 19 14:38:40 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Sun Mar 19 14:39:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=178b40ba

x11-wm/xpra: Version bump (bug 612946), backport fixes/cleanups to 1.0.4 as 
revbump.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-wm/xpra/Manifest|   1 +
 x11-wm/xpra/files/xpra-1.0.4-suid-warning.patch |  11 ++
 x11-wm/xpra/files/xpra-2.0-suid-warning.patch   |  11 ++
 x11-wm/xpra/metadata.xml|   6 +-
 x11-wm/xpra/xpra-1.0.4-r1.ebuild| 143 +++
 x11-wm/xpra/xpra-2.0.ebuild | 144 
 6 files changed, 315 insertions(+), 1 deletion(-)

diff --git a/x11-wm/xpra/Manifest b/x11-wm/xpra/Manifest
index 3dc0b5cfb50..36ca3a59cc3 100644
--- a/x11-wm/xpra/Manifest
+++ b/x11-wm/xpra/Manifest
@@ -1,2 +1,3 @@
 DIST xpra-1.0.3.tar.xz 1888908 SHA256 
f83c5946f67fe26eee8b44fba0fa30bca9fbc7aa58ee66b903b7385c2d332166 SHA512 
3b6371d478147a5d932df1c8428e9132831fcbf17e51f48fb384c30548efee9758c94a6781c255b5fe211c5040993f30b054aa33f3fced85484fcc9d2ca009a1
 WHIRLPOOL 
989db8ac2caa3a5a0e1294754cabe6bc8cadb087a6ffa24de3039c674126886a41ecab930c46700dccdf3adc738572e04652123c9523512c050ffdff3d295b02
 DIST xpra-1.0.4.tar.xz 1890404 SHA256 
c841940957761e60454eac44c955d174b3d864c853f28b387e784a6d85fc9924 SHA512 
85dad598a167a7c9cbf2d0e7d4cde0b7c0fd75b5e1cc515ea78261f4a33d6d864863f98746f7537b202a08c7f225f002d9a5c2773acd63e3a1b37c4d68d9
 WHIRLPOOL 
e426a258b70dcb1dff9f39980fd74221ab5793ea4f8cea2b838dfcd40b152785ef7028219f0024ef4650bb9e6fae10e9d26c1b1e58f0b4efb481a7562f6ee4eb
+DIST xpra-2.0.tar.xz 1925080 SHA256 
ca9e9622a9d435f9591bf60baec50ea02ebad4e0c0017e1df43dfddd6616e807 SHA512 
1f95ecf27c1ef37989c2152a1b2b838f5246a6e3711feaa2150d55b040a41ee0de1d475eb68900b974ee9f7b3f3cf143d53802420f31de60980658cd6da132c6
 WHIRLPOOL 
3f72416011e35513a0acd62980f49af286d2411446452a4a336746a94c813f7f0b316061fcb854efe377d7bc77152e5eb7930d7b3afb863ea30f9e01186e4efe

diff --git a/x11-wm/xpra/files/xpra-1.0.4-suid-warning.patch 
b/x11-wm/xpra/files/xpra-1.0.4-suid-warning.patch
new file mode 100644
index 000..9af267cb450
--- /dev/null
+++ b/x11-wm/xpra/files/xpra-1.0.4-suid-warning.patch
@@ -0,0 +1,11 @@
+--- xpra-1.0.4/xpra/scripts/config.py
 xpra-1.0.4/xpra/scripts/config.py
+@@ -130,7 +130,7 @@
+ xorg_stat = os.stat(xorg_bin)
+ if (xorg_stat.st_mode & stat.S_ISUID)!=0:
+ if (xorg_stat.st_mode & stat.S_IROTH)==0:
+-warn("%s is suid and not readable, Xdummy support 
unavailable" % xorg_bin)
++debug("%s is suid and not readable, Xdummy support 
unavailable" % xorg_bin)
+ return get_Xvfb_command()
+ debug("%s is suid and readable, using the xpra_Xdummy 
wrapper" % xorg_bin)
+ use_wrapper = True

diff --git a/x11-wm/xpra/files/xpra-2.0-suid-warning.patch 
b/x11-wm/xpra/files/xpra-2.0-suid-warning.patch
new file mode 100644
index 000..806694f2431
--- /dev/null
+++ b/x11-wm/xpra/files/xpra-2.0-suid-warning.patch
@@ -0,0 +1,11 @@
+--- xpra-2.0/xpra/scripts/config.py
 xpra-2.0/xpra/scripts/config.py
+@@ -127,7 +127,7 @@
+ xorg_stat = os.stat(xorg_bin)
+ if (xorg_stat.st_mode & stat.S_ISUID)!=0:
+ if (xorg_stat.st_mode & stat.S_IROTH)==0:
+-warn("%s is suid and not readable, Xdummy support 
unavailable" % xorg_bin)
++debug("%s is suid and not readable, Xdummy support 
unavailable" % xorg_bin)
+ return get_Xvfb_command()
+ debug("%s is suid and readable, using the xpra_Xdummy 
wrapper" % xorg_bin)
+ use_wrapper = True

diff --git a/x11-wm/xpra/metadata.xml b/x11-wm/xpra/metadata.xml
index 3ac00fd3656..c12842a0b59 100644
--- a/x11-wm/xpra/metadata.xml
+++ b/x11-wm/xpra/metadata.xml
@@ -13,12 +13,16 @@
Enable clipboard support
Enable csc softscaler support
Enable dec_avcodec2 support
+   Enable avcodec2 decoder support
Enable advanced ffmpeg/libav encoder 
support
+   Enable x264 encoder support
+   Enable x265 encoder support
Enable support for lz4 compression
+   Enable pillow support
Build server-side code
Enable vpx image format support
Enable webp image format support
-   Enable x265 support
Enable webcam support via opencv
+   Enable x265 encoder support
 
 

diff --git a/x11-wm/xpra/xpra-1.0.4-r1.ebuild b/x11-wm/xpra/xpra-1.0.4-r1.ebuild
new file mode 100644
index 000..2aa260c03d6
--- /dev/null
+++ b/x11-wm/xpra/xpra-1.0.4-r1.ebuild
@@ -0,0 +1,143 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the 

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

2017-03-19 Thread Brian Evans
commit: 89439928382d5f442fbbf07649a34ba82002a8d4
Author: Brian Evans  gentoo  org>
AuthorDate: Sun Mar 19 14:20:35 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Sun Mar 19 14:26:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89439928

dev-php/PEAR-Net_URL2: Revision bump to fix WORKDIR wrt bug 613122

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r1.ebuild| 37 --
 .../PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild| 14 
 2 files changed, 14 insertions(+), 37 deletions(-)

diff --git a/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r1.ebuild 
b/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r1.ebuild
deleted file mode 100644
index 040af982ea5..000
--- a/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Easy parsing of URLs (PHP5 port of PEAR-Net_URL package)"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE=""
-
-MY_PN="${PN/PEAR-/}"
-MY_P="${MY_PN}-${PV}"
-
-SRC_URI="http://pear.php.net/get/${MY_P}.tgz;
-HOMEPAGE="http://pear.php.net/${MY_PN};
-
-RDEPEND="dev-lang/php:* dev-php/pear"
-DEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( docs/6470.php docs/example.php )
-
-src_install() {
-   insinto /usr/share/php
-   doins -r Net/
-   einstalldocs
-}
-
-pkg_postinst() {
-   peardev install -nrO --force "${WORKDIR}/package.xml" 2> /dev/null
-}
-
-pkg_postrm() {
-   peardev uninstall -nrO --force pear.php.net/${MY_PN}
-}

diff --git a/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild 
b/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild
new file mode 100644
index 000..01588f23317
--- /dev/null
+++ b/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit php-pear-r2
+
+DESCRIPTION="Easy parsing of URLs (PHP5 port of PEAR-Net_URL package)"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+DOCS=( docs/6470.php docs/example.php )



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

2017-03-19 Thread Brian Evans
commit: cbc3315018058237ca8cabe7bbed21d83e139c57
Author: Brian Evans  gentoo  org>
AuthorDate: Sun Mar 19 14:16:23 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Sun Mar 19 14:26:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbc33150

dev-php/PEAR-Net_DNS2: Drop old version wrt bug 613122

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-php/PEAR-Net_DNS2/Manifest   |  1 -
 dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.4.2.ebuild | 38 
 2 files changed, 39 deletions(-)

diff --git a/dev-php/PEAR-Net_DNS2/Manifest b/dev-php/PEAR-Net_DNS2/Manifest
index d281c97eeef..d97ba2ef0fb 100644
--- a/dev-php/PEAR-Net_DNS2/Manifest
+++ b/dev-php/PEAR-Net_DNS2/Manifest
@@ -1,3 +1,2 @@
 DIST Net_DNS2-1.3.1.tgz 78432 SHA256 
48d3652d2e5df6ce630e4f2c412a6d1b22bad21d907dece03062a3bed33a2ae3 SHA512 
46a0f9a25be93b2eb61e204cc91006525ef57bca81f31df3e0cb1d79323ee95ad11acca5d8997c94457897cf318597028bfdc44a8f1c7faeaa3d64f9f4bd3046
 WHIRLPOOL 
b4dce5c2211b633f7a964ddf0099e0f8ff009253bf710a5ccbaca8546e8feef3cc1dc680bf63bc6cafb5da08e7faaf4869c5285b3ea65c564d77d6c73ddd6925
-DIST Net_DNS2-1.4.2.tgz 81533 SHA256 
8e95991b9206ae7daee42c487e46cb9de53b303b0619cca7bab985fb565dd992 SHA512 
0f722a89f2a367988e7f00e23277e4d2d28d17a60976e5cc231c29e515bdc24be77e47fad082da9d41003ddbd5889ce31d44b9cc5816d7c784e567de4897ef18
 WHIRLPOOL 
89270a95b8378183ce973633933408ebbf9cfef9bd41d4658e7e5ce5f56d87798fee7030485a462f3e619ecf49b08aff92a0df082fe4d70b4fe52e72e6192d37
 DIST Net_DNS2-1.4.3.tgz 82572 SHA256 
77313fc0cbb1fa91832010b28c85efbbef58956ff2d99f8dbf0adf6593e19404 SHA512 
bede82612326674cc3a42c643a69255e33a06117ba14435c03d5c3ec0bd089fbe94df91e354624c626b750185341219f00e647312c5f1301515e1ecf8f781377
 WHIRLPOOL 
dcc402a763c251136c23d6d5425f0ba5402b9acfca3ebdb9e38d2a8051659762a1da21673b5a87ac811ec10d2765a783c5e08ad284e11586e4488c50fb53fb72

diff --git a/dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.4.2.ebuild 
b/dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.4.2.ebuild
deleted file mode 100644
index c13c68b2903..000
--- a/dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.4.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-MY_PN="${PN/PEAR-/}"
-MY_P="${MY_PN}-${PV}"
-
-HOMEPAGE="http://pear.php.net/package/${MY_PN};
-SRC_URI="http://pear.php.net/get/${MY_P}.tgz;
-DESCRIPTION="Object-oriented PHP5 resolver library used to communicate with a 
DNS server"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-php/PEAR-PEAR >=dev-lang/php-5.3:*[sockets]"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
-   local DOCS=( README.md )
-   insinto /usr/share/php
-   doins -r Net
-   einstalldocs
-}
-
-pkg_postinst() {
-   # Register the package from the package.xml file
-   if [ -f "${WORKDIR}/package.xml" ] ; then
-   "${EROOT}usr/bin/peardev" install -nrO --force 
"${WORKDIR}/package.xml" 2> /dev/null || die
-   fi
-}
-
-pkg_postrm() {
-   # Uninstall known dependency
-   "${EROOT}usr/bin/peardev" uninstall -nrO "pear.php.net/${MY_PN}"
-}



  1   2   >