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

2018-01-26 Thread Hans de Graaff
commit: bcfee4b12930c456a9fed730100c65d8e0618749
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 27 07:40:37 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 27 07:42:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcfee4b1

net-vpn/libreswan: add 3.23

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-vpn/libreswan/Manifest  |   1 +
 net-vpn/libreswan/libreswan-3.23.ebuild | 112 
 2 files changed, 113 insertions(+)

diff --git a/net-vpn/libreswan/Manifest b/net-vpn/libreswan/Manifest
index 6d171927d7d..fe47c748c8a 100644
--- a/net-vpn/libreswan/Manifest
+++ b/net-vpn/libreswan/Manifest
@@ -1,2 +1,3 @@
 DIST libreswan-3.21.tar.gz 8945666 BLAKE2B 
88a96310d54f44c28eb676689c76737a44bfaf17c02146297f1759f1019d8cbb6effc15175880c18bf08b265778a2aba9d055172ea710c259e14cbe2fd84c158
 SHA512 
f1ef002b3e0869920edfebfc8efd73d9a9f84f64a77ad4832f46b12dfdd3c31cdf48c1473522b63f155058592c46af05995756af5440ca3e9c0fa5207436e0fc
 DIST libreswan-3.22.tar.gz 6910418 BLAKE2B 
c06134fa2d1096231797f1ea93de8ed61121472b10ae30ee9a843250dce4ef9f21e7d3bf63f38daf53fbfd8d1e435cfdc704743d0fdcbde8ecac137d9becac48
 SHA512 
93868327394527750590e1297443d3eb1c9a528d680348098fd2913123dac52c9fecd73b855ee00586c2516b8aa00f7f0d158d8e9b19d7487b5fb26432b86aff
+DIST libreswan-3.23.tar.gz 3836073 BLAKE2B 
ffb27ed75618afcf39c36b7326bb1e4b70ea8337bb4b13951bef95dc13989613c226fe83e031eeba080f55f98262df432b776c3ac5b7b4fb740506f918172ed3
 SHA512 
3645af522ea9ac868c55bfadfd2cf27dc5acb247543f43290cbe677a90cd00316be6520ca2128b9aaecce2b0293710ae6a2bd710a7d93198b8cb81e32276ced8

diff --git a/net-vpn/libreswan/libreswan-3.23.ebuild 
b/net-vpn/libreswan/libreswan-3.23.ebuild
new file mode 100644
index 000..b71d536ae10
--- /dev/null
+++ b/net-vpn/libreswan/libreswan-3.23.ebuild
@@ -0,0 +1,112 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit systemd toolchain-funcs
+
+SRC_URI="https://download.libreswan.org/${P}.tar.gz;
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DESCRIPTION="IPsec implementation for Linux, fork of Openswan"
+HOMEPAGE="https://libreswan.org/;
+
+LICENSE="GPL-2 BSD-4 RSA DES"
+SLOT="0"
+IUSE="caps curl dnssec ldap pam seccomp selinux systemd test"
+
+COMMON_DEPEND="
+   dev-libs/gmp:0=
+   dev-libs/libevent:0=
+   dev-libs/nspr
+   caps? ( sys-libs/libcap-ng )
+   curl? ( net-misc/curl )
+   dnssec? ( net-dns/unbound net-libs/ldns )
+   ldap? ( net-nds/openldap )
+   pam? ( sys-libs/pam )
+   seccomp? ( sys-libs/libseccomp )
+   selinux? ( sys-libs/libselinux )
+   systemd? ( sys-apps/systemd:0= )
+"
+DEPEND="${COMMON_DEPEND}
+   app-text/docbook-xml-dtd:4.1.2
+   app-text/xmlto
+   dev-libs/nss
+   sys-devel/bison
+   sys-devel/flex
+   virtual/pkgconfig
+   test? ( dev-python/setproctitle )
+"
+RDEPEND="${COMMON_DEPEND}
+   dev-libs/nss[utils(+)]
+   sys-apps/iproute2
+   !net-misc/openswan
+   !net-vpn/strongswan
+   selinux? ( sec-policy/selinux-ipsec )
+"
+
+usetf() {
+   usex "$1" true false
+}
+
+src_prepare() {
+   sed -i -e 's:/sbin/runscript:/sbin/openrc-run:' 
initsystems/openrc/ipsec.init.in || die
+   sed -i -e '/^install/ s/postcheck//' -e '/^doinstall/ 
s/oldinitdcheck//' initsystems/systemd/Makefile || die
+   default
+}
+
+src_configure() {
+   tc-export AR CC
+   export INC_USRLOCAL=/usr
+   export INC_MANDIR=share/man
+   export FINALEXAMPLECONFDIR=/usr/share/doc/${PF}
+   export FINALDOCDIR=/usr/share/doc/${PF}/html
+   export INITSYSTEM=openrc
+   export INC_RCDIRS=
+   export INC_RCDEFAULT=/etc/init.d
+   export USERCOMPILE=
+   export USERLINK=
+   export USE_DNSSEC=$(usetf dnssec)
+   export USE_LABELED_IPSEC=$(usetf selinux)
+   export USE_LIBCAP_NG=$(usetf caps)
+   export USE_LIBCURL=$(usetf curl)
+   export USE_LINUX_AUDIT=$(usetf selinux)
+   export USE_LDAP=$(usetf ldap)
+   export USE_SECCOMP=$(usetf seccomp)
+   export USE_SYSTEMD_WATCHDOG=$(usetf systemd)
+   export SD_WATCHDOGSEC=$(usex systemd 200 0)
+   export USE_XAUTHPAM=$(usetf pam)
+   export DEBUG_CFLAGS=
+   export OPTIMIZE_CFLAGS=
+   export WERROR_CFLAGS=
+}
+
+src_compile() {
+   emake all
+   emake -C initsystems INITSYSTEM=systemd 
UNITDIR="$(systemd_get_systemunitdir)" all
+}
+
+src_test() {
+   : # integration tests only that require set of kvms to be set up
+}
+
+src_install() {
+   default
+   emake -C initsystems INITSYSTEM=systemd 
UNITDIR="$(systemd_get_systemunitdir)" DESTDIR="${D}" install
+
+   echo "include /etc/ipsec.d/*.secrets" > "${D}"/etc/ipsec.secrets
+   fperms 0600 /etc/ipsec.secrets
+
+   dodoc -r docs
+
+   find "${D}" -type d -empty -delete || die
+}
+
+pkg_postinst() {
+   local 

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

2018-01-26 Thread Hans de Graaff
commit: 2a514ad0ed37672003e7e4e3390d064327f0b22d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 27 07:34:44 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 27 07:42:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a514ad0

net-vpn/libreswan: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-vpn/libreswan/Manifest  |   1 -
 net-vpn/libreswan/libreswan-3.20.ebuild | 100 
 2 files changed, 101 deletions(-)

diff --git a/net-vpn/libreswan/Manifest b/net-vpn/libreswan/Manifest
index afc66a0c0d3..6d171927d7d 100644
--- a/net-vpn/libreswan/Manifest
+++ b/net-vpn/libreswan/Manifest
@@ -1,3 +1,2 @@
-DIST libreswan-3.20.tar.gz 8898915 BLAKE2B 
5b1d10e5eef757062604d0ccac2502114b81bfcadc4cec927e07ff89e859eea2559eabf6b734e63a8049506d81e3dc9c131594759e72d5e5f0d7b7eb87989689
 SHA512 
89f562412d03e0e9af1bceeda18ab73a749046c37e05dab719468cb537e16803a3b270781de9de88416b2d63b7b0fd85df0c593ca59c30ba3d681526f272fc93
 DIST libreswan-3.21.tar.gz 8945666 BLAKE2B 
88a96310d54f44c28eb676689c76737a44bfaf17c02146297f1759f1019d8cbb6effc15175880c18bf08b265778a2aba9d055172ea710c259e14cbe2fd84c158
 SHA512 
f1ef002b3e0869920edfebfc8efd73d9a9f84f64a77ad4832f46b12dfdd3c31cdf48c1473522b63f155058592c46af05995756af5440ca3e9c0fa5207436e0fc
 DIST libreswan-3.22.tar.gz 6910418 BLAKE2B 
c06134fa2d1096231797f1ea93de8ed61121472b10ae30ee9a843250dce4ef9f21e7d3bf63f38daf53fbfd8d1e435cfdc704743d0fdcbde8ecac137d9becac48
 SHA512 
93868327394527750590e1297443d3eb1c9a528d680348098fd2913123dac52c9fecd73b855ee00586c2516b8aa00f7f0d158d8e9b19d7487b5fb26432b86aff

diff --git a/net-vpn/libreswan/libreswan-3.20.ebuild 
b/net-vpn/libreswan/libreswan-3.20.ebuild
deleted file mode 100644
index 11837d0212d..000
--- a/net-vpn/libreswan/libreswan-3.20.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit systemd toolchain-funcs
-
-SRC_URI="https://download.libreswan.org/${P}.tar.gz;
-KEYWORDS="amd64 ~ppc x86"
-
-DESCRIPTION="IPsec implementation for Linux, fork of Openswan"
-HOMEPAGE="https://libreswan.org/;
-
-LICENSE="GPL-2 BSD-4 RSA DES"
-SLOT="0"
-IUSE="caps curl dnssec ldap pam systemd"
-
-COMMON_DEPEND="
-   dev-libs/gmp:0=
-   dev-libs/libevent:0=
-   dev-libs/nspr
-   caps? ( sys-libs/libcap-ng )
-   curl? ( net-misc/curl )
-   dnssec? ( net-dns/unbound net-libs/ldns )
-   ldap? ( net-nds/openldap )
-   pam? ( sys-libs/pam )
-   systemd? ( sys-apps/systemd:0= )
-"
-DEPEND="${COMMON_DEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/xmlto
-   dev-libs/nss
-   sys-devel/bison
-   sys-devel/flex
-   virtual/pkgconfig
-"
-RDEPEND="${COMMON_DEPEND}
-   dev-libs/nss[utils(+)]
-   sys-apps/iproute2
-   !net-misc/openswan
-   !net-vpn/strongswan
-"
-
-usetf() {
-   usex "$1" true false
-}
-
-src_prepare() {
-   sed -i -e 's:/sbin/runscript:/sbin/openrc-run:' 
initsystems/openrc/ipsec.init.in || die
-   default
-}
-
-src_configure() {
-   tc-export AR CC
-   export INC_USRLOCAL=/usr
-   export INC_MANDIR=share/man
-   export FINALEXAMPLECONFDIR=/usr/share/doc/${PF}
-   export FINALDOCDIR=/usr/share/doc/${PF}/html
-   export INITSYSTEM=openrc
-   export INC_RCDIRS=
-   export INC_RCDEFAULT=/etc/init.d
-   export USERCOMPILE=
-   export USERLINK=
-   export USE_DNSSEC=$(usetf dnssec)
-   export USE_LIBCAP_NG=$(usetf caps)
-   export USE_LIBCURL=$(usetf curl)
-   export USE_LDAP=$(usetf ldap)
-   export USE_SYSTEMD_WATCHDOG=$(usetf systemd)
-   export SD_WATCHDOGSEC=$(usex systemd 200 0)
-   export USE_XAUTHPAM=$(usetf pam)
-   export DEBUG_CFLAGS=
-   export OPTIMIZE_CFLAGS=
-   export WERROR_CFLAGS=
-}
-
-src_compile() {
-   emake all
-   emake -C initsystems INITSYSTEM=systemd 
UNITDIR="$(systemd_get_systemunitdir)" all
-}
-
-src_install() {
-   default
-   emake -C initsystems INITSYSTEM=systemd 
UNITDIR="$(systemd_get_systemunitdir)" DESTDIR="${D}" install
-
-   echo "include /etc/ipsec.d/*.secrets" > "${D}"/etc/ipsec.secrets
-   fperms 0600 /etc/ipsec.secrets
-
-   dodoc -r docs
-
-   find "${D}" -type d -empty -delete || die
-}
-
-pkg_postinst() {
-   local IPSEC_CONFDIR=${ROOT%/}/etc/ipsec.d
-   if [[ ! -f ${IPSEC_CONFDIR}/cert8.db ]]; then
-   ebegin "Setting up NSS database in ${IPSEC_CONFDIR}"
-   certutil -N -d "${IPSEC_CONFDIR}" -f <(echo)
-   eend $?
-   fi
-}



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

2018-01-26 Thread Justin Lecher
commit: 3b1df0afea8c7902de215dd22790a004bbc6430c
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Jan 27 07:41:19 2018 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Jan 27 07:41:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b1df0af

sys-kernel/aufs-sources: Bump to latest genpatches and linux release

Signed-off-by: Justin Lecher  gentoo.org>
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-kernel/aufs-sources/Manifest   | 24 +++
 .../aufs-sources/aufs-sources-4.14.14.ebuild   | 84 ++
 .../aufs-sources/aufs-sources-4.14.15.ebuild   | 84 ++
 .../aufs-sources/aufs-sources-4.4.111-r1.ebuild| 84 ++
 .../aufs-sources/aufs-sources-4.4.112.ebuild   | 84 ++
 .../aufs-sources/aufs-sources-4.4.113.ebuild   | 84 ++
 .../aufs-sources/aufs-sources-4.9.76-r1.ebuild | 84 ++
 sys-kernel/aufs-sources/aufs-sources-4.9.77.ebuild | 84 ++
 sys-kernel/aufs-sources/aufs-sources-4.9.78.ebuild | 84 ++
 9 files changed, 696 insertions(+)

diff --git a/sys-kernel/aufs-sources/Manifest b/sys-kernel/aufs-sources/Manifest
index 86331cab64f..06f3d02af25 100644
--- a/sys-kernel/aufs-sources/Manifest
+++ b/sys-kernel/aufs-sources/Manifest
@@ -40,6 +40,12 @@ DIST genpatches-4.14-17.extras.tar.xz 17480 BLAKE2B 
7cf764e9bf306b116a1e1a503f58
 DIST genpatches-4.14-18.base.tar.xz 411104 BLAKE2B 
47dd66b96c07d0cbed88b2f661df3929ab534af4bc509c00ef1b65b2b183b5c427b990458ebd6eaf0b1853a817525a573efdfcbb21704a54153c3aa872f25d99
 SHA512 
26d28354611fca415e61e3634452b8d05fdda726c894bcad459fec1420c639fc632e389769ec24573bf61c48635fee641c53883e9e4cba64a1e7dd5dad9ab54d
 DIST genpatches-4.14-18.experimental.tar.xz 5184 BLAKE2B 
059cedd0277ccace3fd1a4f420699ef78857ffd14667121584a996b185f62a6fb238d55dc859e134fe06fab7e914b10a4999fb64c4b264cc94a8281c45ee368f
 SHA512 
6f525de7eabcde119d898a68ebe76ddf3d51de3b8f0998279a4bd34f6b4a4794faa246ea97ae8868124a47bc12138dc18ca79952a565656b8092bf60c6ca1703
 DIST genpatches-4.14-18.extras.tar.xz 17500 BLAKE2B 
c858ab443c96384fed01154b3665b527aa3a8f42529b943cd7d6711545da5c7f5b6601382b505a83187118f3850c638d602f2c3d397ddc5c156983ee3f7894a5
 SHA512 
da1d13c7cc9e5a1346e8af4bbf9523ab704b767de799ea1a74e11170ae55fb1b4bda59d1b8da607b3de0015d2cb860729d381be29df5f2de847d9034235b9e9a
+DIST genpatches-4.14-19.base.tar.xz 452160 BLAKE2B 
17ea7d41932b27feb9d83d7f7e620ba681b7051d25d32ff8dc6fbaac3642473737c89ffe33564c0a5bf2cfa15ffea31fe1abd4748874a6db53bf2a6f3b457693
 SHA512 
7263397dbbcc508ba4242c48ad470cf34ff94e69c143cd0f0f1142a7f07dd44517620c19fcdfb6e239091c112a877c5abec5f6b4ddeb668d4054ed7204838126
+DIST genpatches-4.14-19.experimental.tar.xz 5180 BLAKE2B 
5f38d5116ca27f91d4e370d5bd78efc1dc85a715cb8329cc0d19e762b6ae395b7e261b1835d5c3c69ff10457ea69ca0fe2b993c1d5ae0c161f47ec1686af998b
 SHA512 
d60a0ed5bdb7dcd92a7e99d507d9cdd45443ac0b3e2b6cfd16d31d192120a1a8a32215041ca040ca2838978ec6ca6a8f309859a2519fd2fe305d49d1761a177b
+DIST genpatches-4.14-19.extras.tar.xz 17480 BLAKE2B 
e214124df420df163c22a8d904a7fff2f1b672e1f86bc259d8ddebfc374489789fa547e4bdaacc80eac2080106c84a56fbb0a418fbcebc5266a5d9b1b4f711ea
 SHA512 
8e06e3e692c575e08c5ab8e9f3883e7f82b436cc3d2cdcb79b0e10689acb621f58a33ca7ad582fa6f14fc8545343a7d04219a845dfbb249539d10dddbde5b8be
+DIST genpatches-4.14-20.base.tar.xz 480536 BLAKE2B 
de076ea8dfcec740a606a347c1ea52d723ed1d809156bc31cbda4814af03bf7c6711f01e479bb2c88a37f83fc53db17700c6e2f1d79f3fde8ca5f0f8f1aa
 SHA512 
5744952e167b94607690e83ccad17a0851763647365d16811f6cc59f64020da3c19436f58c1bb19e3790baa082eaedad2826d04a9da9cf340d89ad7b3064fafb
+DIST genpatches-4.14-20.experimental.tar.xz 5180 BLAKE2B 
d8482323b0d5ef996d3e6830ff6e88c6d1e19f722108affbceab8bbc032e64363a4c9f470ed64a353bbacb1dd08dee007634e868f072f2329f2e2c612e84e2ec
 SHA512 
5187fcf6b730ee81e3afba9caa1b8f3c8873c5e59243f4b5006fb3f5b821577425b04cef90658be77cad7ca60bc8e1c56ec39e271f9b543e9e63b93994475f63
+DIST genpatches-4.14-20.extras.tar.xz 17492 BLAKE2B 
9540c0fbc4c6f824a235fe80a3ba3ccdbd274eaf65db74d748057da8146004f0391a8fef75bc2a0ae79d17535320840e5bee91afef4b567e0c972952a20f1482
 SHA512 
12e435f75c8907c985bcce2bc5b572385e905a8970712f53e85616c3b61a9c4f1567a4b7662758c537a2f533078a2dbb7f723b96c5bc9b61931d644d04833032
 DIST genpatches-4.4-107.base.tar.xz 1587988 BLAKE2B 
827d3ae42c0fc412c165568edaf1f8550bf828d7e2edb7c5abd3013a2b639dbeb68d2e3a9656e2995baee07c7619695918e654174528ce3eebc8a891715bc636
 SHA512 
1fffc6d7b2c186c87c8b343d4bf5fcf94086dae9f4e70b2965f5dc8c18ff4753d417074ec4ad7deca29ff597a6e5d0cfca4bf325609596678febea5ac2f5ea24
 DIST genpatches-4.4-107.experimental.tar.xz 87776 BLAKE2B 
b239fcc9ee1d0344a9fac8b6ae8e712bdf97df7547a2d3d1d6b39ea23f50d8836ae8fac3bfffcc401b3af52dd333b2b2b1e1626fb739da608d247be5fc67dbf3
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: www-apache/passenger/

2018-01-26 Thread Hans de Graaff
commit: 3f136f5f7a6d79a7e04d9a4394995a8245812ae9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 27 07:33:01 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 27 07:33:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f136f5f

www-apache/passenger: amd64 stable, bug 645272

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 www-apache/passenger/passenger-5.1.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/passenger/passenger-5.1.12.ebuild 
b/www-apache/passenger/passenger-5.1.12.ebuild
index ff87db82cf0..81449d02095 100644
--- a/www-apache/passenger/passenger-5.1.12.ebuild
+++ b/www-apache/passenger/passenger-5.1.12.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://s3.amazonaws.com/phusion-passenger/releases/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="apache2 debug"
 
 ruby_add_bdepend "dev-ruby/rake"



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

2018-01-26 Thread Hans de Graaff
commit: 830ca0983a3d7486cff65f0fe9c9925eb42cbc7b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 27 07:29:26 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 27 07:29:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=830ca098

dev-ruby/qed: add ruby24

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/qed/qed-2.9.2.ebuild b/dev-ruby/qed/qed-2.9.2.ebuild
index 5b9b5be84ee..8410c868d93 100644
--- a/dev-ruby/qed/qed-2.9.2.ebuild
+++ b/dev-ruby/qed/qed-2.9.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_RECIPE_DOC="yard"



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

2018-01-26 Thread Hans de Graaff
commit: 5b1b186a938546315eaad83fa25b0edc0917b033
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 27 07:28:44 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 27 07:28:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b1b186a

dev-ruby/ae: add ruby25

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/ae/ae-1.8.2.ebuild b/dev-ruby/ae/ae-1.8.2.ebuild
index 169b855dbcc..317ac1b9aec 100644
--- a/dev-ruby/ae/ae-1.8.2.ebuild
+++ b/dev-ruby/ae/ae-1.8.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



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

2018-01-26 Thread Hans de Graaff
commit: b04fbb29d68cd82eab5b077fa03dcb682ca84959
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 27 07:27:09 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 27 07:27:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b04fbb29

dev-ruby/brass: add ruby25

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/brass/brass-1.2.1.ebuild 
b/dev-ruby/brass/brass-1.2.1.ebuild
index 37024628c56..7c3f05431eb 100644
--- a/dev-ruby/brass/brass-1.2.1.ebuild
+++ b/dev-ruby/brass/brass-1.2.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



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

2018-01-26 Thread Hans de Graaff
commit: 02a97fb170913d7c21513a3051dbeb7cb1718531
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 27 07:18:04 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 27 07:18:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a97fb1

dev-ruby/minitest: add 5.11.3

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/minitest/Manifest   |  1 +
 dev-ruby/minitest/minitest-5.11.3.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-ruby/minitest/Manifest b/dev-ruby/minitest/Manifest
index 9ffe6a84fbf..41397a63c5b 100644
--- a/dev-ruby/minitest/Manifest
+++ b/dev-ruby/minitest/Manifest
@@ -2,6 +2,7 @@ DIST minitest-4.7.5.gem 57856 BLAKE2B 
d0ecb0a0693c35ebbda52e9c755b72f07e38d6ccc2
 DIST minitest-5.10.2.gem 75264 BLAKE2B 
a8967591bc590e839d1186e787c5d925b67d8a12f5b49dbcf04f653f53945aadae9b2bf93a432e67c3f7eb2c99d25d9730ee4530d189c0599e46f4bc6ac8
 SHA512 
f2a0ee13166cd6cb2cebc1f075347f205ac14e03943b2cccff7eadd34d09f2fb8ea0a6c764f20a84efef6463f4101a998110809c81c385225b4f72eb5da687d2
 DIST minitest-5.10.3.gem 76288 BLAKE2B 
2c4fa5bca17e8a6270923225cd91fa9b6374d2a00b278906faf4e3ead0baf5fb1572a3c75322befc35ad0016d86f49c905e7de0283b07c60585c4c0348d69701
 SHA512 
6a3b1c86471fd7bb6ca078de9f253aeb9533f8da027998c34cd7fb8165a1d3bb565c1f8df958bb0eef6b7e22658894175c5f54f475585f2c05bb667e812b7aa3
 DIST minitest-5.11.1.gem 79360 BLAKE2B 
97066b398d04a840327bbcc0cfdf71d7945450f979ff70824f9d455de05a0931d8d4d6cdfd4a0ccb65443fba4a4e6378d74277748f4f41beb6e552b1caa83792
 SHA512 
b25a7f3952f546fe2ab7a87f3fa6d1980e3642b25e7c7b6bfbd94cf2063458613f0a73e71e773323e0277b375827ffe629701d0a17fbb30c6bd00095eda447c0
+DIST minitest-5.11.3.gem 79360 BLAKE2B 
c348957e094bd91e88c6dace522b8e88c37ec435d58b4f6f8c8b458cfd26b789cb00cd43fa9d515112a8f3c9a736756d59c46f4117d1c1948d08cab0a5eed6aa
 SHA512 
387537aff51f8e8f9cc2feddadf6813d11f0ba623ae3d5929d7b7a88e180b60c961dfa1d2ba0f3a4ad7d2c1af250245376fa62b23f68c8b57812c7e86efba0c7
 DIST minitest-5.3.3.gem 67072 BLAKE2B 
58511cd3cf5e8cadc78427a4818f973aa59873cd35bf553874cfa3e785a6c3d427d3c8b7e5f5f915842ca2b4b2ce594f847873536b49b8860cbfb3812dd58908
 SHA512 
e1ea2cea5b61231b3074aea1dfb15b104a4e8a6b361d274194b6876401c29f839be618eb7c0448a42bc51ce57f0c2fcd84a72d1b0e0ba034ec5ffe6fbf2ae509
 DIST minitest-5.8.4.gem 72192 BLAKE2B 
364cd5da716e33b9c4a6e0b1e249864445205a759b289f940379db033c25edda776177bb2435df75d30b51602193a1f039e72bf3515cfcc4cdbcc83e5a7815e6
 SHA512 
92569e41e334f209260ac77f9157f1dac8824111c6a810d954f7c66d24cf7a16d7d874186288580bf1f800889d8bdfc80437691d91208990878c295e14c1f906
 DIST minitest-5.9.1.gem 73216 BLAKE2B 
553143159ddc688ee0961a1714aded658dea3b6d5823bfa1555e96d25506eed2a789ad0b31939da1947e3e1d21fa9b4a9f59f3b429354283baa8c28fcda1a444
 SHA512 
4b02ea62297ad5be8bbc8d541405b0d73668ec7fe0f78318fb85fcc35321d934285df13aac2f3e5c4f9cb303b2689bca36a13bf1f8359486f9c66d4ca2fc6e72

diff --git a/dev-ruby/minitest/minitest-5.11.3.ebuild 
b/dev-ruby/minitest/minitest-5.11.3.ebuild
new file mode 100644
index 000..b79c3ae574c
--- /dev/null
+++ b/dev-ruby/minitest/minitest-5.11.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="minitest/unit is a small and fast replacement for ruby's huge and 
slow test/unit"
+HOMEPAGE="https://github.com/seattlerb/minitest;
+
+LICENSE="MIT"
+SLOT="5"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc test"
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test:. -e "Dir['**/test_*.rb'].each{|f| require f}" || 
die "Tests failed"
+}



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

2018-01-26 Thread Hans de Graaff
commit: f69e2f7bc7479aeb265c99756c8ddf32abb877ec
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 27 06:59:38 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 27 06:59:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f69e2f7b

dev-ruby/spring: add ruby24

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/spring/spring-2.0.2.ebuild 
b/dev-ruby/spring/spring-2.0.2.ebuild
index d43cbe123c5..76d4f71c7e6 100644
--- a/dev-ruby/spring/spring-2.0.2.ebuild
+++ b/dev-ruby/spring/spring-2.0.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"



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

2018-01-26 Thread Hans de Graaff
commit: cef9d12facb74cab589c335ec95214b1393c029d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 27 07:10:02 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 27 07:10:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cef9d12f

dev-ruby/asciidoctor: add ruby24

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/asciidoctor/asciidoctor-1.5.6.1.ebuild 
b/dev-ruby/asciidoctor/asciidoctor-1.5.6.1.ebuild
index 08ca4230b02..35c0a56220c 100644
--- a/dev-ruby/asciidoctor/asciidoctor-1.5.6.1.ebuild
+++ b/dev-ruby/asciidoctor/asciidoctor-1.5.6.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_TEST="test features"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



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

2018-01-26 Thread Hans de Graaff
commit: 6abb37d3c41959d8aeac92d0827e8689cab361a7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 27 07:14:16 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 27 07:14:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6abb37d3

dev-ruby/maxitest: add 2.5.0

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/maxitest/Manifest  |  1 +
 dev-ruby/maxitest/maxitest-2.5.0.ebuild | 48 +
 2 files changed, 49 insertions(+)

diff --git a/dev-ruby/maxitest/Manifest b/dev-ruby/maxitest/Manifest
index 6a03aa52364..e3056af9554 100644
--- a/dev-ruby/maxitest/Manifest
+++ b/dev-ruby/maxitest/Manifest
@@ -1,2 +1,3 @@
 DIST maxitest-2.4.0.tar.gz 15370 BLAKE2B 
1645e818c06c42590e919f73c581407aa38dc4f1ff58fe06c7a5a734c3570a4342c7952cbf5130ca9db66f081a3e4c5d32ca2166d6ed5937474a3bbc093ab13c
 SHA512 
41fc6e8eaaebad76278e19574c48e5192363ef466327e83cfd5a3490b98d157bb736556cde57c01180a353ac383e583fed6433443e24a5a5fb6159ed9821a323
 DIST maxitest-2.4.1.tar.gz 59653 BLAKE2B 
8bdaea5ad48d30cef9c07947634b05f6e5cc8f8e74f985321b1878e26cc36680cf6f6c2d069e947342a5f0e2f2346347952e6121198b0b74af31b0d58bef4070
 SHA512 
b1c1faeda4c670083d3564a0763ccb4005954e018aed4a574fb4ddcba16c943b1da8ae471d8df5aca9c1010a19605d55609186b4ab56c13b033ad67ed6c9eb27
+DIST maxitest-2.5.0.tar.gz 59771 BLAKE2B 
53fe709a89d33dabd3230ab40a3d85582d2bd918a7e33ffe65c9787707858227c9de6698a0ddd0774d2a04591af46aca19fb043bb740af3197dcf65645d4e722
 SHA512 
9afca516047ba2261770f497f6be2363dfe2476816295e35eccb4ee36830f3aad373a20dcb10ade7fb36285cc99d11ccd4b4928583183deadb087ea1cf32f181

diff --git a/dev-ruby/maxitest/maxitest-2.5.0.ebuild 
b/dev-ruby/maxitest/maxitest-2.5.0.ebuild
new file mode 100644
index 000..8430d280fdf
--- /dev/null
+++ b/dev-ruby/maxitest/maxitest-2.5.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="Readme.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit versionator ruby-fakegem
+
+DESCRIPTION="Minitest + all the features you always wanted"
+HOMEPAGE="https://github.com/grosser/maxitest;
+SRC_URI="https://github.com/grosser/maxitest/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "

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

2018-01-26 Thread Hans de Graaff
commit: f3b81c47a134dea1f71340d05ee34b4ff62cc8d7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 27 06:59:09 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 27 06:59:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3b81c47

dev-ruby/asciidoctor-diagram: add 1.5.7

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/asciidoctor-diagram/Manifest  |  1 +
 .../asciidoctor-diagram-1.5.7.ebuild   | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-ruby/asciidoctor-diagram/Manifest 
b/dev-ruby/asciidoctor-diagram/Manifest
index 6cf1c93f000..52bc5f94b86 100644
--- a/dev-ruby/asciidoctor-diagram/Manifest
+++ b/dev-ruby/asciidoctor-diagram/Manifest
@@ -1,2 +1,3 @@
 DIST asciidoctor-diagram-1.5.4.tar.gz 5203713 BLAKE2B 
f36fc51119fb6340f23b2c71e47675aaba0ce8e6df44c1fb629627e80bd63e925fad085ca36db22334d4849fefd5525bf595098e6f91c51fcd95843c6a876b3a
 SHA512 
1c75d0633235a50daf1ed7514d59df0d33272086b278dbcf75b9be641834a2569d2ee56e41cdc3abc66d3c6b1631dfc1f6483e36f6041824ca5f8ec41821c5d2
 DIST asciidoctor-diagram-1.5.5.tar.gz 9061248 BLAKE2B 
101cecb12d7fadbe538fcd57b7f6631b25eb68a71dd477e370f6a76f28de6a755521e9b70e3a09bf6aeb5735f8aa28f2f30403cde9e36aa91de73e9cacf21525
 SHA512 
e3d27496ee0c9a245e3672c278b5da690a9c9d7052c5e162190028e4aed71e370ed30b48e174e3298705551b9f265172593d5d3403eea0f9e4f4cad80b7357f4
+DIST asciidoctor-diagram-1.5.7.tar.gz 10500954 BLAKE2B 
e257bd92b8a75cf9061254a0f6dc5ba2b9dae6e1f7b7c9e9d69449d16b52894bb22a022d411cce848b5313de73b40f3c2e28744217a394345ded06cc9f587639
 SHA512 
bb6e7f036e4e4075686b9852aeb5ead592dc3ed7853f80b042a696abe267255f536247e44309086c8fab1ea91f7ac48c059b1641d0ebc84263442a73951beba4

diff --git a/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-1.5.7.ebuild 
b/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-1.5.7.ebuild
new file mode 100644
index 000..3089e4219da
--- /dev/null
+++ b/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-1.5.7.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc LICENSE.txt README.adoc"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="A set of Asciidoctor extensions that enable you to add diagrams"
+HOMEPAGE="https://github.com/asciidoctor/asciidoctor-diagram;
+SRC_URI="https://github.com/asciidoctor/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/asciidoctor-1.5*"
+
+all_ruby_prepare() {
+   rm Gemfile || die
+   sed -i -e '/c.formatter/ s:^:#:' spec/test_helper.rb || die
+
+   # Avoid specs for unpackaged tools
+   rm -f 
spec/{blockdiag,erd,mermaid,msc,shaape,svgbob,syntrax,umlet,wavedrom}_spec.rb 
|| die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+}



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

2018-01-26 Thread Robin H. Johnson
commit: e347166828c120fcba980a4154ec0c7de765953d
Author: Tomas Mozes  gmail  com>
AuthorDate: Fri Jan 26 09:42:15 2018 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sat Jan 27 06:44:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3471668

dev-db/redis: bump to 4.0.7

Package-Manager: Portage-2.3.20, Repoman-2.3.6
(cherry picked from commit 8f86b7032cbabca455c6c20e2d7e9b3e52e124f7)
Signed-off-by: Robin H. Johnson  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/6970

 dev-db/redis/Manifest   |   1 +
 dev-db/redis/redis-4.0.7.ebuild | 141 
 2 files changed, 142 insertions(+)

diff --git a/dev-db/redis/Manifest b/dev-db/redis/Manifest
index 46426aee5f1..c7d324f6f3e 100644
--- a/dev-db/redis/Manifest
+++ b/dev-db/redis/Manifest
@@ -4,3 +4,4 @@ DIST redis-3.2.8.tar.gz 1547237 BLAKE2B 
fb03e263ad7b135dff38e018d9b830c4992cf331
 DIST redis-4.0.1.tar.gz 1711660 BLAKE2B 
0b8881baa78908df4adcc1aabfa0ea9554900f8b54d204ffa054752ba4355da2b56408501ede81a69cc1f34ebbb9fc984335738ea9f343ddcd4e9fb9a0d64c8e
 SHA512 
62dec537aebd12340b9642f5f8b07fd98757c9e648dcd539a0411f207db3495923c5a6a9941036c56b2d574ee38b46d08558668111e322345ef549f93fada26f
 DIST redis-4.0.2.tar.gz 1713990 BLAKE2B 
307ab76b336f7520e14a23a1577c46e1b63cc5a5a5b6afb725cb87934fbcb62107085671fd1072d1142ce8e92f069e6b6064c9f4468335bc6997897c8f494471
 SHA512 
1458909c6fc16cff8ca5e6dddff23b988ee1e447f2d0bccf5941553b22bab6abb851732b3fe53dafb8a69d6c0939c3ce7e0686d51e03be720fb018c038d3b1b4
 DIST redis-4.0.6.tar.gz 1723533 BLAKE2B 
94c2a9b7eeaa676efaac75cd5c143b0f4b02440b5a21ecc9b2a68cc27ad4abc1fc4d7dbc903dea5d956ce737ca434ea5b5bdde4a35df3a3689da60c5fb0bddf1
 SHA512 
784aad612664df666c36f969cb6a9ab794f004abcf9aa761bd1f5f0f8fdb248d5b38f48a59b68c2de7d2a344755f1537efc9d5847de0d662302699ed94d40813
+DIST redis-4.0.7.tar.gz 1729488 BLAKE2B 
7a5337b868e4da4a7387b31bc9d6bd4c86abd701b9ba999f64296ed5188cbba7208ced466973a500730ca03e70a9a85fbab2fb4700fdc977e58defc0126487d1
 SHA512 
6f317d9e76224b2a2b047dc8f56b126ea85ee5c6112c4c6238cb5cdfa3a83756bff3a82b106b00d1124a93d210a900d836587b8d9563916f19274de0e84c4c6b

diff --git a/dev-db/redis/redis-4.0.7.ebuild b/dev-db/redis/redis-4.0.7.ebuild
new file mode 100644
index 000..c7f8131160d
--- /dev/null
+++ b/dev-db/redis/redis-4.0.7.ebuild
@@ -0,0 +1,141 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools eutils flag-o-matic systemd toolchain-funcs user
+
+DESCRIPTION="A persistent caching system, key-value and data structures 
database"
+HOMEPAGE="http://redis.io/;
+SRC_URI="http://download.redis.io/releases/${P}.tar.gz;
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~x86-macos ~x86-solaris"
+IUSE="+jemalloc tcmalloc luajit test"
+SLOT="0"
+
+# Redis does NOT build with Lua 5.2 or newer at this time.
+# This should link correctly with both unslotted & slotted Lua, without
+# changes.
+RDEPEND="
+   luajit? ( dev-lang/luajit:2 )
+   !luajit? ( || ( dev-lang/lua:5.1 =dev-lang/lua-5.1*:0 ) )
+   tcmalloc? ( dev-util/google-perftools )
+   jemalloc? ( >=dev-libs/jemalloc-3.2 )"
+
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+   >=sys-devel/autoconf-2.63
+   test? ( dev-lang/tcl:0= )"
+
+REQUIRED_USE="?? ( tcmalloc jemalloc )"
+
+S="${WORKDIR}/${PN}-${PV/_/-}"
+
+pkg_setup() {
+   enewgroup redis 75
+   enewuser redis 75 -1 /var/lib/redis redis
+}
+
+src_prepare() {
+   eapply \
+   "${FILESDIR}"/${PN}-3.2.3-config.patch \
+   "${FILESDIR}"/${PN}-4.0.1-shared.patch \
+   "${FILESDIR}"/${PN}-4.0.1-sharedlua.patch \
+   "${FILESDIR}"/${PN}-sentinel-4.0.6-config.patch
+   eapply_user
+
+   # Copy lua modules into build dir
+   cp 
"${S}"/deps/lua/src/{fpconv,lua_bit,lua_cjson,lua_cmsgpack,lua_struct,strbuf}.c 
"${S}"/src || die
+   cp "${S}"/deps/lua/src/{fpconv,strbuf}.h "${S}"/src || die
+   # Append cflag for lua_cjson
+   # 
https://github.com/antirez/redis/commit/4fdcd213#diff-3ba529ae517f6b57803af0502f52a40bL61
+   append-cflags "-DENABLE_CJSON_GLOBAL"
+
+   # now we will rewrite present Makefiles
+   local makefiles="" MKF
+   for MKF in $(find -name 'Makefile' | cut -b 3-); do
+   mv "${MKF}" "${MKF}.in"
+   sed -i  -e 's:$(CC):@CC@:g' \
+   -e 's:$(CFLAGS):@AM_CFLAGS@:g' \
+   -e 's: $(DEBUG)::g' \
+   -e 's:$(OBJARCH)::g' \
+   -e 's:ARCH:TARCH:g' \
+   -e '/^CCOPT=/s:$: $(LDFLAGS):g' \
+   "${MKF}.in" \
+   || die "Sed failed for ${MKF}"
+   makefiles+=" ${MKF}"
+   done
+   # autodetection of compiler and settings; generates the modified 
Makefiles
+   cp 

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

2018-01-26 Thread Mart Raudsepp
commit: 1e0ec0bdd579210cc4aa6bcb85c5350441672c84
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Jan 25 18:06:04 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 27 03:29:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e0ec0bd

media-libs/gstreamer: bump to 1.12.4 for upstream bug fixes

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-libs/gstreamer/Manifest|   1 +
 media-libs/gstreamer/gstreamer-1.12.4.ebuild | 108 +++
 2 files changed, 109 insertions(+)

diff --git a/media-libs/gstreamer/Manifest b/media-libs/gstreamer/Manifest
index d92ae718d7c..91d0f73fab6 100644
--- a/media-libs/gstreamer/Manifest
+++ b/media-libs/gstreamer/Manifest
@@ -1,2 +1,3 @@
 DIST gstreamer-0.10.36.tar.xz 3025876 BLAKE2B 
f0f70f483e8ccb2a294fb3bc8b51aac089f5e76522249b64e3e60e7b488a9e03b9300617e2c137bdcc0e3e61668b7b203e899f270f004e2dfcee0927fa7dfc3c
 SHA512 
7468abb578398681d2adb0e9bbc9ee8ae25aaef72369d45a66ada6c67d1759afdce606cb32e68d9e30ae813196bdfef3d4d33202bc77839cc1fbf5fc436c1bd8
 DIST gstreamer-1.12.3.tar.xz 3175480 BLAKE2B 
e42b908b6fef2be5d4a0ad435cab5760a5e73e6f09afa0fd0993dd84d01f956b6437beb367082002e875307970f3b4b3fcb8735f7f69836da0ba76ed186e42db
 SHA512 
fceeeca4314aead7ff358db3474bd6fe1eef70f745a6ba20505da6c0caaea6ea6317246dc66c23edab396ca811a610c52fa930f8f99c701241ae7f15857aa2b0
+DIST gstreamer-1.12.4.tar.xz 3177208 BLAKE2B 
cb859503edbe09cebbbfa70cb4edc5d433bbaa5b299e05921d30e6096f8765e17d449c45bd7d5ea3e4603ae46d337d4e3291b1d0456c7b72a7ebb41faad9e73a
 SHA512 
849aa4ddf8ef465f2915e05d36fc0c31c2e31ae28be2fa38f8069a64a91b7347020fac5b881b7f3ee54c2198c3596138d49f27b09f258303834164a5d68b38a2

diff --git a/media-libs/gstreamer/gstreamer-1.12.4.ebuild 
b/media-libs/gstreamer/gstreamer-1.12.4.ebuild
new file mode 100644
index 000..6843c71199f
--- /dev/null
+++ b/media-libs/gstreamer/gstreamer-1.12.4.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit bash-completion-r1 eutils multilib-minimal pax-utils
+
+DESCRIPTION="Open source multimedia framework"
+HOMEPAGE="https://gstreamer.freedesktop.org/;
+SRC_URI="https://${PN}.freedesktop.org/src/${PN}/${P}.tar.xz;
+
+LICENSE="LGPL-2+"
+SLOT="1.0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="+caps +introspection nls +orc test unwind"
+
+RDEPEND="
+   >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
+   caps? ( sys-libs/libcap[${MULTILIB_USEDEP}] )
+   introspection? ( >=dev-libs/gobject-introspection-1.31.1:= )
+   unwind? (
+   >=sys-libs/libunwind-1.2_rc1[${MULTILIB_USEDEP}]
+   dev-libs/elfutils[${MULTILIB_USEDEP}]
+   )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.12
+   sys-devel/bison
+   sys-devel/flex
+   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
+   nls? ( sys-devel/gettext )
+"
+# gtk-doc-am to install API docs
+
+src_configure() {
+   if [[ ${CHOST} == *-interix* ]] ; then
+   export ac_cv_lib_dl_dladdr=no
+   export ac_cv_func_poll=no
+   fi
+   if [[ ${CHOST} == powerpc-apple-darwin* ]] ; then
+   # GCC groks this, but then refers to an implementation 
(___multi3,
+   # ___udivti3) that don't exist (at least I can't find it), so 
force
+   # this one to be off, such that we use 2x64bit emulation code.
+   export gst_cv_uint128_t=no
+   fi
+
+   multilib-minimal_src_configure
+}
+
+multilib_src_configure() {
+   local completiondir=$(get_bashcompdir)
+   # Set 'libexecdir' to ABI-specific location for the library spawns
+   # helpers from there.
+   # Disable static archives and examples to speed up build time
+   # Disable debug, as it only affects -g passing (debugging symbols), 
this must done through make.conf in gentoo
+   local myconf=(
+   --libexecdir="${EPREFIX}"/usr/$(get_libdir)
+   --disable-debug
+   --disable-examples
+   --disable-static
+   --disable-valgrind
+   --enable-check
+   $(use_with unwind)
+   $(use_with unwind dw)
+   $(multilib_native_use_enable introspection)
+   $(use_enable nls)
+   $(use_enable test tests)
+   --with-bash-completion-dir="${completiondir%/*}"
+   --with-package-name="GStreamer ebuild for Gentoo"
+   
--with-package-origin="https://packages.gentoo.org/package/media-libs/gstreamer;
+   )
+
+   if use caps ; then
+   myconf+=( --with-ptp-helper-permissions=capabilities )
+   else
+   myconf+=(
+   

[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-base/

2018-01-26 Thread Mart Raudsepp
commit: 44fa8120472495f279d983af887ff0967bb31e79
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Jan 26 23:18:36 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 27 03:29:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44fa8120

media-libs/gst-plugins-base: explicitly inherit ltprune for the usage

instead of relying on eutils.eclass from gstreamer.eclass

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-libs/gst-plugins-base/gst-plugins-base-1.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.12.4.ebuild 
b/media-libs/gst-plugins-base/gst-plugins-base-1.12.4.ebuild
index f7db82b0fc9..56e9e237fd9 100644
--- a/media-libs/gst-plugins-base/gst-plugins-base-1.12.4.ebuild
+++ b/media-libs/gst-plugins-base/gst-plugins-base-1.12.4.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 GST_ORG_MODULE="gst-plugins-base"
 
-inherit gstreamer
+inherit ltprune gstreamer
 
 DESCRIPTION="Basepack of plugins for gstreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;



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

2018-01-26 Thread Mart Raudsepp
commit: 14ed2ddb756166d82f4591a82a64d639c7a37de8
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 27 03:23:56 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 27 03:29:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14ed2ddb

media-plugins/gst-plugins-libvisual: bump to 1.12.4, no code changes compared 
to 1.12.3

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-plugins/gst-plugins-libvisual/Manifest   |  1 +
 .../gst-plugins-libvisual-1.12.4.ebuild| 25 ++
 2 files changed, 26 insertions(+)

diff --git a/media-plugins/gst-plugins-libvisual/Manifest 
b/media-plugins/gst-plugins-libvisual/Manifest
index 47f25e2630b..4b22818c28c 100644
--- a/media-plugins/gst-plugins-libvisual/Manifest
+++ b/media-plugins/gst-plugins-libvisual/Manifest
@@ -1,2 +1,3 @@
 DIST gst-plugins-base-0.10.36.tar.xz 2364108 BLAKE2B 
a71ef5d5c7462d60937602681c060e85ed086a753b7ef354dad48354d6c3741d809f2c0c6a321ef9ac60fb12d24ec65e1baa63e51211134d2a5e03aae16f73d2
 SHA512 
ea8e073515df58229a641b4363df31f0b80204a5a43a8feb31f0b03a5a4b9b79d6e07e1615c773a59927a9b649f1b1d782def1120d581d09a090be8363b8
 DIST gst-plugins-base-1.12.3.tar.xz 3117364 BLAKE2B 
c5c16f1b46b10cfc5b9731ea990638238b82eb7f312345fece3826deed20992aff1c5a48e031060dc175b5ab5ad8ee21bb3e1e950fc0681ee4b596e65f5f92fe
 SHA512 
d32f71836e25081b00040709a2184da85489e5af90902a0b27b820a478f5805bde93a04cefaeabf36dde53c16ad12f2816777cc195f1e027f19d1883e088e2b2
+DIST gst-plugins-base-1.12.4.tar.xz 3119468 BLAKE2B 
d5ac157618a25c8f0323d1922d5b26b0b5c49f56cb75df3ceeadd0566f873be1a06c863a1da6afff40901fbbbeb1ec6cd6ef4614309ca7f7ff988c0fa9040a10
 SHA512 
89a6e92cd294612cf1406eb156416ab4606643f6b43637e64a18f6f28ab789ca8d4cf1308434ed85e5fc679c79cc3ca115db48f37e0065a6ab3cdfdbaaad9f53

diff --git 
a/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.12.4.ebuild 
b/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.12.4.ebuild
new file mode 100644
index 000..c46b3cedc35
--- /dev/null
+++ b/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.12.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-base
+
+inherit gstreamer
+
+DESCRIPTION="Visualization elements for GStreamer"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+IUSE=""
+
+RDEPEND="
+   >=media-libs/libvisual-0.4.0-r3[${MULTILIB_USEDEP}]
+   >=media-plugins/libvisual-plugins-0.4.0-r3[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+   gstreamer_system_link \
+   gst-libs/gst/audio:gstreamer-audio \
+   gst-libs/gst/video:gstreamer-video \
+   gst-libs/gst/pbutils:gstreamer-pbutils
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-base/

2018-01-26 Thread Mart Raudsepp
commit: ba018ae41ad2ef5b0bc78ad9a93d1dc982522be0
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Jan 26 23:33:35 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 27 03:29:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba018ae4

media-libs/gst-plugins-base: filter out -mno-sse* flags that break 
introspection build

People who copy-paste the whole -march=native meaning out in full detail from 
the
various commands that give the equivalent face issues with the build here, 
because
the build system adds -msse4.1 and other flags explicitly itself to build 
runtime
tested SSE accelerated code, which doesn't get used if the runtime CPU doesn't
support them. Because of CFLAGS ordering of -mno-sse4.1 from make.conf and 
-msse4.1
from gst-plugins-base configure, and apparently slightly different flags used 
for
introspection generation, this ends up with introspection build thinking the SSE
specific symbols are there, while they actually aren't.

People who do this copy-pasting, really shouldn't be copying it all over 
verbatim,
especially the -mno-* flags, which are redundant in the usual situation (the
specific -march= probably doesn't enable them, so no need to -mno them), but 
causes
issues for such specific runtime checked optimizations.
Because we have a concrete list of instruction set flags in configure.ac that 
we'd
hit the issue with when the opposite -mno is present in CFLAGS, be nice to these
users by explicitly filtering out these redundant flags.
I think there's still something to fix in an upstream patch instead (the 
different
flags between library and introspection build?) , hence leaving the bug open for
the time being still.

Bug: https://bugs.gentoo.org/610340
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-libs/gst-plugins-base/gst-plugins-base-1.12.4.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.12.4.ebuild 
b/media-libs/gst-plugins-base/gst-plugins-base-1.12.4.ebuild
index 56e9e237fd9..15e6288957d 100644
--- a/media-libs/gst-plugins-base/gst-plugins-base-1.12.4.ebuild
+++ b/media-libs/gst-plugins-base/gst-plugins-base-1.12.4.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 GST_ORG_MODULE="gst-plugins-base"
 
-inherit ltprune gstreamer
+inherit flag-o-matic ltprune gstreamer
 
 DESCRIPTION="Basepack of plugins for gstreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
@@ -47,6 +47,8 @@ DEPEND="${RDEPEND}
 RDEPEND+="!

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

2018-01-26 Thread Mart Raudsepp
commit: 2c7e9a29c0f9b9bcb804a786ff2ac3163ce3b40f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 27 03:21:34 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 27 03:29:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c7e9a29

media-plugins/gst-plugins-cdparanoia: bump to 1.12.4, no code changes compared 
to 1.12.3

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-plugins/gst-plugins-cdparanoia/Manifest |  1 +
 .../gst-plugins-cdparanoia-1.12.4.ebuild  | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/media-plugins/gst-plugins-cdparanoia/Manifest 
b/media-plugins/gst-plugins-cdparanoia/Manifest
index 47f25e2630b..4b22818c28c 100644
--- a/media-plugins/gst-plugins-cdparanoia/Manifest
+++ b/media-plugins/gst-plugins-cdparanoia/Manifest
@@ -1,2 +1,3 @@
 DIST gst-plugins-base-0.10.36.tar.xz 2364108 BLAKE2B 
a71ef5d5c7462d60937602681c060e85ed086a753b7ef354dad48354d6c3741d809f2c0c6a321ef9ac60fb12d24ec65e1baa63e51211134d2a5e03aae16f73d2
 SHA512 
ea8e073515df58229a641b4363df31f0b80204a5a43a8feb31f0b03a5a4b9b79d6e07e1615c773a59927a9b649f1b1d782def1120d581d09a090be8363b8
 DIST gst-plugins-base-1.12.3.tar.xz 3117364 BLAKE2B 
c5c16f1b46b10cfc5b9731ea990638238b82eb7f312345fece3826deed20992aff1c5a48e031060dc175b5ab5ad8ee21bb3e1e950fc0681ee4b596e65f5f92fe
 SHA512 
d32f71836e25081b00040709a2184da85489e5af90902a0b27b820a478f5805bde93a04cefaeabf36dde53c16ad12f2816777cc195f1e027f19d1883e088e2b2
+DIST gst-plugins-base-1.12.4.tar.xz 3119468 BLAKE2B 
d5ac157618a25c8f0323d1922d5b26b0b5c49f56cb75df3ceeadd0566f873be1a06c863a1da6afff40901fbbbeb1ec6cd6ef4614309ca7f7ff988c0fa9040a10
 SHA512 
89a6e92cd294612cf1406eb156416ab4606643f6b43637e64a18f6f28ab789ca8d4cf1308434ed85e5fc679c79cc3ca115db48f37e0065a6ab3cdfdbaaad9f53

diff --git 
a/media-plugins/gst-plugins-cdparanoia/gst-plugins-cdparanoia-1.12.4.ebuild 
b/media-plugins/gst-plugins-cdparanoia/gst-plugins-cdparanoia-1.12.4.ebuild
new file mode 100644
index 000..bb0935f0a75
--- /dev/null
+++ b/media-plugins/gst-plugins-cdparanoia/gst-plugins-cdparanoia-1.12.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-base
+
+inherit gstreamer
+
+DESCRIPTION="CD Audio Source (cdda) plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=media-sound/cdparanoia-3.10.2-r6[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+   gstreamer_system_link gst-libs/gst/audio:gstreamer-audio
+}



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

2018-01-26 Thread Mart Raudsepp
commit: cf275cbfa3a5d77b8c37be16ea9a8676f1b4ed29
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 27 03:26:10 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 27 03:29:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf275cbf

media-plugins/gst-plugins-opus: bump to 1.12.4, no code changes compared to 
1.12.3

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-plugins/gst-plugins-opus/Manifest|  1 +
 .../gst-plugins-opus-1.12.4.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/media-plugins/gst-plugins-opus/Manifest 
b/media-plugins/gst-plugins-opus/Manifest
index cdaf867a765..8a82dcc05f3 100644
--- a/media-plugins/gst-plugins-opus/Manifest
+++ b/media-plugins/gst-plugins-opus/Manifest
@@ -1,2 +1,3 @@
 DIST gst-plugins-bad-0.10.23.tar.xz 3155044 BLAKE2B 
86ed955fb5c73f2145b8f8ed2daaeffd9975362e81c3ca911be00d18f6b6d975381651071eb54514ef94a931f1fc89e673dc8c1d68e10de132bbe51accb6d165
 SHA512 
6437dd12707ef29651f4014b54612cf2a3a42ed4e05a1c5f4a432d80e27efd2abc0df891ebcfdc9e7b2cf9f71a15b88e48b3aa6db24a178ed6de3b1bdf4c3dc4
 DIST gst-plugins-base-1.12.3.tar.xz 3117364 BLAKE2B 
c5c16f1b46b10cfc5b9731ea990638238b82eb7f312345fece3826deed20992aff1c5a48e031060dc175b5ab5ad8ee21bb3e1e950fc0681ee4b596e65f5f92fe
 SHA512 
d32f71836e25081b00040709a2184da85489e5af90902a0b27b820a478f5805bde93a04cefaeabf36dde53c16ad12f2816777cc195f1e027f19d1883e088e2b2
+DIST gst-plugins-base-1.12.4.tar.xz 3119468 BLAKE2B 
d5ac157618a25c8f0323d1922d5b26b0b5c49f56cb75df3ceeadd0566f873be1a06c863a1da6afff40901fbbbeb1ec6cd6ef4614309ca7f7ff988c0fa9040a10
 SHA512 
89a6e92cd294612cf1406eb156416ab4606643f6b43637e64a18f6f28ab789ca8d4cf1308434ed85e5fc679c79cc3ca115db48f37e0065a6ab3cdfdbaaad9f53

diff --git a/media-plugins/gst-plugins-opus/gst-plugins-opus-1.12.4.ebuild 
b/media-plugins/gst-plugins-opus/gst-plugins-opus-1.12.4.ebuild
new file mode 100644
index 000..38869f9abd1
--- /dev/null
+++ b/media-plugins/gst-plugins-opus/gst-plugins-opus-1.12.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-base
+
+inherit gstreamer
+
+DESCRIPTION="Opus audio parser plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+IUSE=""
+
+COMMON_DEPEND=">=media-libs/opus-1.1:=[${MULTILIB_USEDEP}]"
+
+RDEPEND="${COMMON_DEPEND}
+   >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP},ogg]
+"
+DEPEND="${COMMON_DEPEND}"
+
+src_prepare() {
+   default
+   gstreamer_system_link \
+   gst-libs/gst/tag:gstreamer-tag \
+   gst-libs/gst/pbutils:gstreamer-pbutils \
+   gst-libs/gst/audio:gstreamer-audio
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-base/

2018-01-26 Thread Mart Raudsepp
commit: ed693b72392c1d875ed6c550b9ec3add93ebfb48
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Jan 26 23:01:27 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 27 03:29:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed693b72

media-libs/gst-plugins-base: bump to 1.12.4 for upstream bug fixes

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-libs/gst-plugins-base/Manifest   |  1 +
 .../gst-plugins-base-1.12.4.ebuild | 89 ++
 2 files changed, 90 insertions(+)

diff --git a/media-libs/gst-plugins-base/Manifest 
b/media-libs/gst-plugins-base/Manifest
index 47f25e2630b..4b22818c28c 100644
--- a/media-libs/gst-plugins-base/Manifest
+++ b/media-libs/gst-plugins-base/Manifest
@@ -1,2 +1,3 @@
 DIST gst-plugins-base-0.10.36.tar.xz 2364108 BLAKE2B 
a71ef5d5c7462d60937602681c060e85ed086a753b7ef354dad48354d6c3741d809f2c0c6a321ef9ac60fb12d24ec65e1baa63e51211134d2a5e03aae16f73d2
 SHA512 
ea8e073515df58229a641b4363df31f0b80204a5a43a8feb31f0b03a5a4b9b79d6e07e1615c773a59927a9b649f1b1d782def1120d581d09a090be8363b8
 DIST gst-plugins-base-1.12.3.tar.xz 3117364 BLAKE2B 
c5c16f1b46b10cfc5b9731ea990638238b82eb7f312345fece3826deed20992aff1c5a48e031060dc175b5ab5ad8ee21bb3e1e950fc0681ee4b596e65f5f92fe
 SHA512 
d32f71836e25081b00040709a2184da85489e5af90902a0b27b820a478f5805bde93a04cefaeabf36dde53c16ad12f2816777cc195f1e027f19d1883e088e2b2
+DIST gst-plugins-base-1.12.4.tar.xz 3119468 BLAKE2B 
d5ac157618a25c8f0323d1922d5b26b0b5c49f56cb75df3ceeadd0566f873be1a06c863a1da6afff40901fbbbeb1ec6cd6ef4614309ca7f7ff988c0fa9040a10
 SHA512 
89a6e92cd294612cf1406eb156416ab4606643f6b43637e64a18f6f28ab789ca8d4cf1308434ed85e5fc679c79cc3ca115db48f37e0065a6ab3cdfdbaaad9f53

diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.12.4.ebuild 
b/media-libs/gst-plugins-base/gst-plugins-base-1.12.4.ebuild
new file mode 100644
index 000..f7db82b0fc9
--- /dev/null
+++ b/media-libs/gst-plugins-base/gst-plugins-base-1.12.4.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE="gst-plugins-base"
+
+inherit gstreamer
+
+DESCRIPTION="Basepack of plugins for gstreamer"
+HOMEPAGE="https://gstreamer.freedesktop.org/;
+
+LICENSE="GPL-2+ LGPL-2+"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+
+IUSE="alsa +introspection ivorbis +ogg +orc +pango theora +vorbis X"
+REQUIRED_USE="
+   ivorbis? ( ogg )
+   theora? ( ogg )
+   vorbis? ( ogg )
+"
+
+RDEPEND="
+   app-text/iso-codes
+   >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
+   >=media-libs/gstreamer-${PV}:1.0[introspection?,${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
+   alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )
+   introspection? ( >=dev-libs/gobject-introspection-1.31.1:= )
+   ivorbis? ( >=media-libs/tremor-0_pre20130223[${MULTILIB_USEDEP}] )
+   ogg? ( >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] )
+   orc? ( >=dev-lang/orc-0.4.24[${MULTILIB_USEDEP}] )
+   pango? ( >=x11-libs/pango-1.36.3[${MULTILIB_USEDEP}] )
+   theora? ( >=media-libs/libtheora-1.1.1[encode,${MULTILIB_USEDEP}] )
+   vorbis? ( >=media-libs/libvorbis-1.3.3-r1[${MULTILIB_USEDEP}] )
+   X? (
+   >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+   >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
+   >=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.12
+   X? (
+   >=x11-proto/videoproto-2.3.1-r1[${MULTILIB_USEDEP}]
+   >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]
+   >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}] )
+"
+RDEPEND+="!

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

2018-01-26 Thread Michael Palimaka
commit: 300bc368a0d2aa687ccc92653d79e2831e5773b8
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Jan 27 00:56:07 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Jan 27 01:01:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=300bc368

app-office/kmymoney: update XDG caches

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild | 14 +-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild 
b/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild
index bdd9e17e7c6..bd14104c678 100644
--- a/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild
+++ b/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit cmake-utils flag-o-matic virtualx
+inherit cmake-utils flag-o-matic gnome2-utils virtualx xdg-utils
 
 DESCRIPTION="Personal finance manager by KDE"
 HOMEPAGE="https://kmymoney.org/;
@@ -145,3 +145,15 @@ src_install() {
[[ -d ${ED%/}/usr/share/doc/HTML ]] &&
docompress -x /usr/share/doc/HTML
 }
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}



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

2018-01-26 Thread Michael Palimaka
commit: 76165144b54d08ffa72de0e17b045ec9f818
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Jan 27 00:58:53 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Jan 27 01:01:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7616

app-office/kmymoney: stabilise 4.8.1.1-r1 for amd64

Bug: https://bugs.gentoo.org/645570
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild 
b/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild
index bd14104c678..34a42561678 100644
--- a/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild
+++ b/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="4"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="calendar debug doc +handbook hbci ofx quotes test weboob"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/, app-office/kmymoney/files/

2018-01-26 Thread Michael Palimaka
commit: 4d996b040bbd0994062a6cc61703790344393a06
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Jan 27 00:59:27 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Jan 27 01:01:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d996b04

app-office/kmymoney: remove 4.8.0-r3

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-office/kmymoney/Manifest   |   1 -
 .../files/kmymoney-4.8.0-alkimia-detect.patch  |  29 ---
 .../kmymoney/files/kmymoney-4.8.0-cmake-3.9.patch  |  38 ---
 .../kmymoney-4.8.0-drop-national-onlinetasks.patch | 289 -
 .../files/kmymoney-4.8.0-fix-csvdialog.patch   |  22 --
 .../kmymoney/files/kmymoney-4.8.0-gpgmepp.patch|  77 --
 .../files/kmymoney-4.8.0-kdepimlibs-optional.patch | 172 
 .../kmymoney/files/kmymoney-4.8.0-soversion.patch  |  28 --
 .../kmymoney/files/kmymoney-4.8.0-tests.patch  | 210 ---
 app-office/kmymoney/kmymoney-4.8.0-r3.ebuild   |  89 ---
 10 files changed, 955 deletions(-)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index 736e8aee315..88f26a7d042 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1,2 +1 @@
-DIST kmymoney-4.8.0.tar.xz 20785888 BLAKE2B 
23819f5ef4f1ec0951f8b598041b7516efae94ccc6677404b133039023e6141e078226938d2c6d6fa6332803d4ee23d1c855e4db1945ada3d02d8302103876d0
 SHA512 
883635a9441cbe3d6c835fe1dbc1cc5ed5cc834f76c945030ec680aee4fc6ceb367fdde811672a392eb5cd7b735c858e0be5a7f7964a4ccf5f9ba8865381
 DIST kmymoney-4.8.1.1.tar.xz 20963444 BLAKE2B 
d2be72a1c7dc41f48405ee406c419b9eb74cc02a80949965b8241331c00fbec23c32177aea0a401a76ef64a97e25e9e532c28e4f29bf88c9c2fd04f608790df6
 SHA512 
1f730f7db9117469aebaab33891f6064f648fa0ad25afff9ac1fab8d638c376d8e1f013401512c4be060436d6bbdfdacad6427b1e0911ac6b46288db1e242783

diff --git a/app-office/kmymoney/files/kmymoney-4.8.0-alkimia-detect.patch 
b/app-office/kmymoney/files/kmymoney-4.8.0-alkimia-detect.patch
deleted file mode 100644
index 628e7c87538..000
--- a/app-office/kmymoney/files/kmymoney-4.8.0-alkimia-detect.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Some 8 cmake patches were necessary to get libalkimia detection right.
-This just copies the current state of 4.8 branch.
-
 a/CMakeLists.txt   2016-10-26 12:17:23.390317411 +0200
-+++ b/CMakeLists.txt   2016-10-26 12:17:53.750544101 +0200
-@@ -110,14 +110,21 @@
-   add_custom_target(apidoc ${DOXYGEN} 
${CMAKE_CURRENT_BINARY_DIR}/kmymoney.doxygen)
- endif(DOXYGEN_FOUND)
- 
--find_package(LibAlkimia 4.3.2 REQUIRED)
-+find_package(LibAlkimia REQUIRED)
- #TODO: remove when LibAlkimia minimum version will be raised
- if (NOT LIBALKIMIA_LIBRARIES AND LIBALKIMIA_LIBRARY)
-   # LibAlkimia 4.3.2 does not properly define LIBALKIMIA_LIBRARIES
-   find_package(GMP REQUIRED)
-   set(LIBALKIMIA_LIBRARIES ${GMP_LIBRARIES} ${LIBALKIMIA_LIBRARY} )
- endif()
--
-+# make sure we have the matching version of LibAlkimia (not too new)
-+if(${LibAlkimia_FOUND})
-+if (DEFINED ${LibAlkimia_VERSION})
-+if (NOT "${LibAlkimia_VERSION}" VERSION_LESS "6.0.0")
-+message(FATAL_ERROR "This version of KMyMoney requires LibAlkimia 
< 6.0.0 and does not work with the installed version of LibAlkimia")
-+endif()
-+endif()
-+endif()
- # check for PkgConfig
- find_package(PkgConfig)
- 

diff --git a/app-office/kmymoney/files/kmymoney-4.8.0-cmake-3.9.patch 
b/app-office/kmymoney/files/kmymoney-4.8.0-cmake-3.9.patch
deleted file mode 100644
index 93e8809d824..000
--- a/app-office/kmymoney/files/kmymoney-4.8.0-cmake-3.9.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From b0a68ca075928aa29ee1e0007bfb14d714f5a948 Mon Sep 17 00:00:00 2001
-From: Ralf Habacker 
-Date: Thu, 10 Aug 2017 13:45:04 +0200
-Subject: Fix 'Compile error on Fedora 26'
-
-CMake build system used some outdated variables which has been replaced
-by cmake build in variables to fix the issue.
-
-FIXED-IN:4.8.1
-BUG:383351

- kmymoney/dialogs/settings/CMakeLists.txt | 9 -
- 1 file changed, 4 insertions(+), 5 deletions(-)
-
-diff --git a/kmymoney/dialogs/settings/CMakeLists.txt 
b/kmymoney/dialogs/settings/CMakeLists.txt
-index 5aacbea..b007dfb 100644
 a/kmymoney/dialogs/settings/CMakeLists.txt
-+++ b/kmymoney/dialogs/settings/CMakeLists.txt
-@@ -1,12 +1,11 @@
- add_custom_command(
--  OUTPUT ${KMyMoney2_BINARY_DIR}/kmymoneysettings.h  
${KMyMoney2_BINARY_DIR}/kmymoneysettings.cpp
--  DEPENDS ${KMyMoney2_SOURCE_DIR}/kmymoney.kcfg 
${KMyMoney2_SOURCE_DIR}/kmymoneysettings.kcfgc
--  COMMAND ${KDE4_KCFGC_EXECUTABLE} -d ${KMyMoney2_BINARY_DIR}/ 
${KMyMoney2_SOURCE_DIR}/kmymoney.kcfg 
${KMyMoney2_SOURCE_DIR}/kmymoneysettings.kcfgc
-+  OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/kmymoneysettings.h  
${CMAKE_CURRENT_BINARY_DIR}/kmymoneysettings.cpp
-+  DEPENDS ${CMAKE_SOURCE_DIR}/kmymoney/kmymoney.kcfg 
${CMAKE_SOURCE_DIR}/kmymoney/kmymoneysettings.kcfgc
-+  

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

2018-01-26 Thread Thomas Deutschmann
commit: eccbf9507f2b3b9d9c8a3f3ea1b2e9ae4888a547
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 27 00:33:31 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 27 00:39:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eccbf950

gnome-base/gnome-desktop: x86 stable (bug #631656)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 gnome-base/gnome-desktop/gnome-desktop-3.24.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome-desktop/gnome-desktop-3.24.2.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-3.24.2.ebuild
index 7d0b3dd0584..2077b8c2895 100644
--- a/gnome-base/gnome-desktop/gnome-desktop-3.24.2.ebuild
+++ b/gnome-base/gnome-desktop/gnome-desktop-3.24.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://git.gnome.org/browse/gnome-desktop;
 LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
 SLOT="3/12" # subslot = libgnome-desktop-3 soname version
 IUSE="debug +introspection udev"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x86-solaris"
 
 # cairo[X] needed for gnome-bg
 COMMON_DEPEND="



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

2018-01-26 Thread Thomas Deutschmann
commit: 5d7321203697ef15e9ee458f82ec5d8b6ad60a9a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 27 00:24:41 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 27 00:38:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d732120

net-misc/dleyna-server: x86 stable (bug #631656)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 net-misc/dleyna-server/dleyna-server-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dleyna-server/dleyna-server-0.5.0.ebuild 
b/net-misc/dleyna-server/dleyna-server-0.5.0.ebuild
index a10310c86ca..9d565e6f13d 100644
--- a/net-misc/dleyna-server/dleyna-server-0.5.0.ebuild
+++ b/net-misc/dleyna-server/dleyna-server-0.5.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://01.org/sites/default/files/downloads/dleyna/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/

2018-01-26 Thread Thomas Deutschmann
commit: d439856c8baacca8eb7e89f44e243e71bb4fb9a6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 27 00:34:46 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 27 00:39:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d439856c

games-puzzle/lightsoff: x86 stable (bug #631656)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 games-puzzle/lightsoff/lightsoff-3.24.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-puzzle/lightsoff/lightsoff-3.24.0.ebuild 
b/games-puzzle/lightsoff/lightsoff-3.24.0.ebuild
index 91b1c32dcd6..065214d7270 100644
--- a/games-puzzle/lightsoff/lightsoff-3.24.0.ebuild
+++ b/games-puzzle/lightsoff/lightsoff-3.24.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Lightsoff;
 
 LICENSE="GPL-2+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE=""
 
 RDEPEND="



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

2018-01-26 Thread Thomas Deutschmann
commit: 11153dd559a9857ac71cd8fc1c67eb492acd2809
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 27 00:34:21 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 27 00:39:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11153dd5

app-text/evince: x86 stable (bug #631656)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 app-text/evince/evince-3.24.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/evince/evince-3.24.2.ebuild 
b/app-text/evince/evince-3.24.2.ebuild
index 584a95adcec..376adc725d2 100644
--- a/app-text/evince/evince-3.24.2.ebuild
+++ b/app-text/evince/evince-3.24.2.ebuild
@@ -13,7 +13,7 @@ LICENSE="GPL-2+ CC-BY-SA-3.0"
 # subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3)
 SLOT="0/evd3.4-evv3.3"
 IUSE="djvu dvi gstreamer gnome gnome-keyring +introspection nautilus nsplugin 
+postscript t1lib tiff xps"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 
 # atk used in libview
 # gdk-pixbuf used all over the place



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

2018-01-26 Thread Thomas Deutschmann
commit: b324e4d92c1e44812d658e5fc65126d92b8ccb2c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 27 00:31:02 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 27 00:39:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b324e4d9

net-libs/phodav: x86 stable (bug #631656)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

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

diff --git a/net-libs/phodav/phodav-2.2.ebuild 
b/net-libs/phodav/phodav-2.2.ebuild
index 10fd9a02ac5..03d13d55eda 100644
--- a/net-libs/phodav/phodav-2.2.ebuild
+++ b/net-libs/phodav/phodav-2.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/phodav;
 
 LICENSE="LGPL-2.1+"
 SLOT="2.0"
-KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 x86"
 IUSE="spice systemd zeroconf"
 
 # It included g_uuid_* symbols of its own from an unapplied patch to glib; now 
that they



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

2018-01-26 Thread Thomas Deutschmann
commit: 50089f7ba2bc968b5d550574170c96a464fbc090
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 27 00:25:06 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 27 00:38:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50089f7b

media-sound/gnome-music: x86 stable (bug #631656)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 media-sound/gnome-music/gnome-music-3.24.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/gnome-music/gnome-music-3.24.2.ebuild 
b/media-sound/gnome-music/gnome-music-3.24.2.ebuild
index 925303cf374..2190414a7d8 100644
--- a/media-sound/gnome-music/gnome-music-3.24.2.ebuild
+++ b/media-sound/gnome-music/gnome-music-3.24.2.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 COMMON_DEPEND="
${PYTHON_DEPS}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/gnome-font-viewer/

2018-01-26 Thread Thomas Deutschmann
commit: bbe7e76e38fdc9c26e1e6a772ccb9b2e3a98150a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 27 00:26:58 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 27 00:39:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbe7e76e

media-gfx/gnome-font-viewer: x86 stable (bug #631656)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 media-gfx/gnome-font-viewer/gnome-font-viewer-3.24.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/gnome-font-viewer/gnome-font-viewer-3.24.0.ebuild 
b/media-gfx/gnome-font-viewer/gnome-font-viewer-3.24.0.ebuild
index 821109b1524..75353af23a5 100644
--- a/media-gfx/gnome-font-viewer/gnome-font-viewer-3.24.0.ebuild
+++ b/media-gfx/gnome-font-viewer/gnome-font-viewer-3.24.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://git.gnome.org/browse/gnome-font-viewer;
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
 IUSE=""
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-libs/glib-2.35.1:2



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-ews/

2018-01-26 Thread Thomas Deutschmann
commit: 6a1260262493418afc71e72f374dbd135bfdf1e8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 27 00:29:24 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 27 00:39:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a126026

gnome-extra/evolution-ews: x86 stable (bug #631656)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 gnome-extra/evolution-ews/evolution-ews-3.24.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/evolution-ews/evolution-ews-3.24.6.ebuild 
b/gnome-extra/evolution-ews/evolution-ews-3.24.6.ebuild
index 6c78ec33370..dd21ac33a3b 100644
--- a/gnome-extra/evolution-ews/evolution-ews-3.24.6.ebuild
+++ b/gnome-extra/evolution-ews/evolution-ews-3.24.6.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-documents/

2018-01-26 Thread Thomas Deutschmann
commit: 0ca0706f3079b7ce61ec4fc602ad215c65f22db9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 27 00:22:38 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 27 00:38:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ca0706f

gnome-extra/gnome-documents: x86 stable (bug #631656)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 gnome-extra/gnome-documents/gnome-documents-3.24.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-documents/gnome-documents-3.24.3.ebuild 
b/gnome-extra/gnome-documents/gnome-documents-3.24.3.ebuild
index 7a15f814eef..0d0f874803c 100644
--- a/gnome-extra/gnome-documents/gnome-documents-3.24.3.ebuild
+++ b/gnome-extra/gnome-documents/gnome-documents-3.24.3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Documents;
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE=""
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 # cairo-1.14 for cairo_surface_set_device_scale check and usage
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/

2018-01-26 Thread Thomas Deutschmann
commit: 8c9881c92e9e6c7339c84ba81f102d6d73da739c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 27 00:28:19 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 27 00:39:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c9881c9

gnome-base/gnome-core-apps: x86 stable (bug #631656)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 gnome-base/gnome-core-apps/gnome-core-apps-3.24.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.24.2.ebuild 
b/gnome-base/gnome-core-apps/gnome-core-apps-3.24.2.ebuild
index c0b29a721c4..3822a36e609 100644
--- a/gnome-base/gnome-core-apps/gnome-core-apps-3.24.2.ebuild
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.24.2.ebuild
@@ -11,7 +11,7 @@ IUSE="+bluetooth +cdr cups"
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86"
 
 # Note to developers:
 # This is a wrapper for the core apps tightly integrated with GNOME 3



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

2018-01-26 Thread Thomas Deutschmann
commit: 09a0ee1dd5178dfd3b1be5f3bbc182012d751437
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 27 00:35:31 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 27 00:39:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09a0ee1d

dev-libs/atk: x86 stable (bug #631656)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

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

diff --git a/dev-libs/atk/atk-2.24.0.ebuild b/dev-libs/atk/atk-2.24.0.ebuild
index 47e0f1ae659..30b5b0e6822 100644
--- a/dev-libs/atk/atk-2.24.0.ebuild
+++ b/dev-libs/atk/atk-2.24.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt"
 IUSE="+introspection nls test"
 
 RDEPEND="



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

2018-01-26 Thread Thomas Deutschmann
commit: ed91859cdc6048f1894f028be069fd6d52d80bbf
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 27 00:29:05 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 27 00:39:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed91859c

gnome-base/nautilus: x86 stable (bug #631656)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 gnome-base/nautilus/nautilus-3.24.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/nautilus/nautilus-3.24.2.1.ebuild 
b/gnome-base/nautilus/nautilus-3.24.2.1.ebuild
index 06c9d8cff3c..0309f44f630 100644
--- a/gnome-base/nautilus/nautilus-3.24.2.1.ebuild
+++ b/gnome-base/nautilus/nautilus-3.24.2.1.ebuild
@@ -13,7 +13,7 @@ LICENSE="GPL-2+ LGPL-2+ FDL-1.1"
 SLOT="0"
 IUSE="exif gnome +introspection packagekit +previewer selinux sendto tracker 
xmp"
 
-KEYWORDS="~alpha amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm64 ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux"
 
 # FIXME: tests fails under Xvfb, but pass when building manually
 # "FAIL: check failed in nautilus-file.c, line 8307"



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

2018-01-26 Thread Thomas Deutschmann
commit: 3970fea3a066d75ea2067102bd6535bb4f34171b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 27 00:22:17 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 27 00:38:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3970fea3

media-sound/gnome-sound-recorder: x86 stable (bug #631656)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 media-sound/gnome-sound-recorder/gnome-sound-recorder-3.24.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.24.0.1.ebuild 
b/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.24.0.1.ebuild
index 83c185a0e83..2e40dc899df 100644
--- a/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.24.0.1.ebuild
+++ b/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.24.0.1.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Design/Apps/SoundRecorder;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 COMMON_DEPEND="



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

2018-01-26 Thread Thomas Deutschmann
commit: f7faca405a3f59502111d61cb205d577ec48cea1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 27 00:25:44 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 27 00:38:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7faca40

app-arch/file-roller: x86 stable (bug #631656)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

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

diff --git a/app-arch/file-roller/file-roller-3.24.1.ebuild 
b/app-arch/file-roller/file-roller-3.24.1.ebuild
index 6882288bc37..61e1a7c6e37 100644
--- a/app-arch/file-roller/file-roller-3.24.1.ebuild
+++ b/app-arch/file-roller/file-roller-3.24.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/FileRoller;
 LICENSE="GPL-2+ CC-BY-SA-3.0"
 SLOT="0"
 IUSE="libnotify nautilus packagekit"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+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



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-control-center/

2018-01-26 Thread Thomas Deutschmann
commit: b479417c2749b13bc1d12cd1bfd4552cd14a1b21
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 27 00:24:25 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 27 00:38:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b479417c

gnome-base/gnome-control-center: x86 stable (bug #631656)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 gnome-base/gnome-control-center/gnome-control-center-3.24.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome-control-center/gnome-control-center-3.24.3.ebuild 
b/gnome-base/gnome-control-center/gnome-control-center-3.24.3.ebuild
index 17377bed124..520bb6e2e32 100644
--- a/gnome-base/gnome-control-center/gnome-control-center-3.24.3.ebuild
+++ b/gnome-base/gnome-control-center/gnome-control-center-3.24.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~mgorny/dist/${PN}-3.24.2-patchset.tar.xz;
 LICENSE="GPL-2+"
 SLOT="2"
 IUSE="+bluetooth +colord +cups debug +gnome-online-accounts +ibus 
input_devices_wacom kerberos networkmanager v4l wayland"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
 
 # False positives caused by nested configure scripts
 QA_CONFIGURE_OPTIONS=".*"



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

2018-01-26 Thread Thomas Deutschmann
commit: 8662b17b06222b220ee97373f8d67bae67ac7dae
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 27 00:30:04 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 27 00:39:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8662b17b

www-client/epiphany: x86 stable (bug #631656)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

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

diff --git a/www-client/epiphany/epiphany-3.24.5.ebuild 
b/www-client/epiphany/epiphany-3.24.5.ebuild
index c2c9f47a75f..873a5036a2b 100644
--- a/www-client/epiphany/epiphany-3.24.5.ebuild
+++ b/www-client/epiphany/epiphany-3.24.5.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Web;
 LICENSE="GPL-3+"
 SLOT="0"
 IUSE="test"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86"
 
 COMMON_DEPEND="
>=dev-libs/glib-2.46.0:2[dbus]



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

2018-01-26 Thread Thomas Deutschmann
commit: 2b7d3365354e2fe5330183ca3ef7b31f5ea64630
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 27 00:23:26 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 27 00:38:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b7d3365

media-video/cheese: x86 stable (bug #631656)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 media-video/cheese/cheese-3.24.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/cheese/cheese-3.24.0.ebuild 
b/media-video/cheese/cheese-3.24.0.ebuild
index b4ec71a08b2..c4355c816aa 100644
--- a/media-video/cheese/cheese-3.24.0.ebuild
+++ b/media-video/cheese/cheese-3.24.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Cheese;
 LICENSE="GPL-2+"
 SLOT="0/8" # subslot = libcheese soname version
 IUSE="+introspection test"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 COMMON_DEPEND="
>=dev-libs/glib-2.39.90:2



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

2018-01-26 Thread Thomas Deutschmann
commit: 09a691063702132b4b01430254f5b8793d671479
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 27 00:27:40 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 27 00:39:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09a69106

media-gfx/gnome-photos: x86 stable (bug #631656)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 media-gfx/gnome-photos/gnome-photos-3.24.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/gnome-photos/gnome-photos-3.24.5.ebuild 
b/media-gfx/gnome-photos/gnome-photos-3.24.5.ebuild
index 955636b5422..d802c9d1eb7 100644
--- a/media-gfx/gnome-photos/gnome-photos-3.24.5.ebuild
+++ b/media-gfx/gnome-photos/gnome-photos-3.24.5.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Photos;
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="flickr test upnp-av"
 
 COMMON_DEPEND="



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

2018-01-26 Thread Thomas Deutschmann
commit: 1c64340d0dbc1b168a48c619399913446b2f001f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 27 00:32:33 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 27 00:39:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c64340d

media-sound/sound-juicer: x86 stable (bug #631656)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

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

diff --git a/media-sound/sound-juicer/sound-juicer-3.24.0.ebuild 
b/media-sound/sound-juicer/sound-juicer-3.24.0.ebuild
index 1048134c57c..878c4c6fdc3 100644
--- a/media-sound/sound-juicer/sound-juicer-3.24.0.ebuild
+++ b/media-sound/sound-juicer/sound-juicer-3.24.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/SoundJuicer;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="debug flac test vorbis"
 
 COMMON_DEPEND="



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

2018-01-26 Thread Thomas Deutschmann
commit: fef254c5841471c61e182eff41c39fff033a76f4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 27 00:31:49 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 27 00:39:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fef254c5

dev-python/pyatspi: x86 stable (bug #631656)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

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

diff --git a/dev-python/pyatspi/pyatspi-2.24.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.24.0.ebuild
index 9a677317201..347a19895d3 100644
--- a/dev-python/pyatspi/pyatspi-2.24.0.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.24.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 # Note: only some of the tests are GPL-licensed, everything else is LGPL
 LICENSE="LGPL-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
 
 IUSE="" # test
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gnome-online-miners/

2018-01-26 Thread Thomas Deutschmann
commit: f24c7296c76913045a3ee3b09358838a1b175aa3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 27 00:27:17 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 27 00:39:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f24c7296

net-misc/gnome-online-miners: x86 stable (bug #631656)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 net-misc/gnome-online-miners/gnome-online-miners-3.24.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gnome-online-miners/gnome-online-miners-3.24.0.ebuild 
b/net-misc/gnome-online-miners/gnome-online-miners-3.24.0.ebuild
index 25457546f6e..0a5b5e7d07e 100644
--- a/net-misc/gnome-online-miners/gnome-online-miners-3.24.0.ebuild
+++ b/net-misc/gnome-online-miners/gnome-online-miners-3.24.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineMiners;
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="flickr"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 # libgdata[gnome] needed for goa support
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/speech-dispatcher/

2018-01-26 Thread Thomas Deutschmann
commit: 2d94867977f5841127ebcb77c2a92c8a03b0f0bb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 27 00:21:57 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 27 00:38:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d948679

app-accessibility/speech-dispatcher: x86 stable (bug #631656)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7.ebuild 
b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7.ebuild
index 3b421883552..22d52defd6d 100644
--- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7.ebuild
+++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://www.freebsoft.org/pub/projects/speechd/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="alsa ao +espeak flite nas pulseaudio python static-libs"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-calendar/

2018-01-26 Thread Thomas Deutschmann
commit: c0847250ae7b463ac43aaf8d35bc540f79723924
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 27 00:30:22 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 27 00:39:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0847250

gnome-extra/gnome-calendar: x86 stable (bug #631656)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 gnome-extra/gnome-calendar/gnome-calendar-3.24.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-calendar/gnome-calendar-3.24.3.ebuild 
b/gnome-extra/gnome-calendar/gnome-calendar-3.24.3.ebuild
index ede107b0602..49a000b1905 100644
--- a/gnome-extra/gnome-calendar/gnome-calendar-3.24.3.ebuild
+++ b/gnome-extra/gnome-calendar/gnome-calendar-3.24.3.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Calendar;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 # >=libical-1.0.1 for https://bugzilla.gnome.org/show_bug.cgi?id=751244



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-nibbles/

2018-01-26 Thread Thomas Deutschmann
commit: e7c581e55390c8c1d2693deea5d3e2f8fecb1e71
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 27 00:35:49 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 27 00:39:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7c581e5

games-arcade/gnome-nibbles: x86 stable (bug #631656)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 games-arcade/gnome-nibbles/gnome-nibbles-3.24.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-arcade/gnome-nibbles/gnome-nibbles-3.24.0.ebuild 
b/games-arcade/gnome-nibbles/gnome-nibbles-3.24.0.ebuild
index e5c666e0265..73d8d93cec9 100644
--- a/games-arcade/gnome-nibbles/gnome-nibbles-3.24.0.ebuild
+++ b/games-arcade/gnome-nibbles/gnome-nibbles-3.24.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Nibbles;
 
 LICENSE="GPL-3+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-libs/gobject-introspection-common/

2018-01-26 Thread Thomas Deutschmann
commit: 9cc8906a98fb279638736b5f69d97fd464903328
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 27 00:26:19 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 27 00:39:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cc8906a

dev-libs/gobject-introspection-common: x86 stable (bug #631656)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 .../gobject-introspection-common-1.52.1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.52.1.ebuild
 
b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.52.1.ebuild
index d17b390cdb5..6f9995ea762 100644
--- 
a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.52.1.ebuild
+++ 
b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.52.1.ebuild
@@ -11,7 +11,7 @@ 
HOMEPAGE="https://wiki.gnome.org/Projects/GObjectIntrospection;
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~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 ~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=""
 
 RDEPEND="!<${CATEGORY}/${PN/-common}-${PV}"



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

2018-01-26 Thread Michael Palimaka
commit: 12a5bf17067fc98bad3a2c5e2abdb0a03bb4f6c2
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Jan 27 00:28:30 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Jan 27 00:28:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12a5bf17

net-libs/libsignon-glib: add python-3.6 support

Closes: https://bugs.gentoo.org/645422
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-libs/libsignon-glib/libsignon-glib-1.14.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libsignon-glib/libsignon-glib-1.14.ebuild 
b/net-libs/libsignon-glib/libsignon-glib-1.14.ebuild
index 4b1fc11e206..51eecdc3d55 100644
--- a/net-libs/libsignon-glib/libsignon-glib-1.14.ebuild
+++ b/net-libs/libsignon-glib/libsignon-glib-1.14.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 inherit autotools python-r1 vcs-snapshot xdg-utils
 
 DESCRIPTION="GLib binding for the D-Bus API provided by signond"



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

2018-01-26 Thread Michael Palimaka
commit: 173e6087684218edde2b9c0f8be63949f27e1ac1
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Jan 27 00:22:26 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Jan 27 00:23:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=173e6087

x11-misc/albert: version bump 0.14.15

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-misc/albert/Manifest  |  2 ++
 x11-misc/albert/albert-0.14.15.ebuild | 58 +++
 2 files changed, 60 insertions(+)

diff --git a/x11-misc/albert/Manifest b/x11-misc/albert/Manifest
index b70f310afdb..caefac42d92 100644
--- a/x11-misc/albert/Manifest
+++ b/x11-misc/albert/Manifest
@@ -1,3 +1,5 @@
 DIST albert-0.12.0.tar.gz 404748 BLAKE2B 
f6f62201a104b51a381036ba44197adc157a472b75636a3e7c391f3cd79ab9cb8f8b5951142df02b9b249e950a2482070e05c81deb779d5442d22dbe363d835c
 SHA512 
56d141a2c6b98744c0b34a7adbbca8b6af93545a7b067263acf59fc63d99ec7d9f19f2f3c73f477e5f35448ae8a563c9f132bed87be135467f8f0c1462f9b031
 DIST albert-0.14.14-plugins.tar.gz 540053 BLAKE2B 
eeb63b8c884d832907938015c5e444289a04c33fdbec1106fe75259abc031cff579b1137b3d68b786b4af797ce59938a96bd81e7e27e3fb1db0bcef84cb11ec7
 SHA512 
6e7942911da26672cbf0789ccae06af237794190f10bf91cb261e77c2c6be61201385a202de2798ac2794fb96737ea5055588a4efb1fb5266b0dc09364c4aa1e
 DIST albert-0.14.14.tar.gz 84931 BLAKE2B 
bf2a6cf7c0a05597fd0c3baf01fafab92e8783d4fde85bb80ebb85692d3166c8d451ffa61f3508cd4f4c99559ad1f0905b96d88ef2c39fc9f6f80e48b69968a0
 SHA512 
f48357b0611928398c4b55236472bac2db842d971288e863df9d35956864145a1ba22f6e264c6f50357c791064bd5bde1a84f7db5a54bd9c48a91093c830dccf
+DIST albert-0.14.15-plugins.tar.gz 540189 BLAKE2B 
b8243917cdd30c74f26ad852421cf525047694aaae2ec170a31d6239f7fa704de72f9ef67564282136ca15ec1960a1c882c193a2339541e0bf40986ee10588cb
 SHA512 
1af59c65bd91ac626abd8777b350c92a4532a88119bd9ec6ff55f9f3ad72e5cfd6987c9b34f1c32ca854891e91f79ffbea04ed23fa85a18826e9aa890b400079
+DIST albert-0.14.15.tar.gz 84875 BLAKE2B 
80e173100a0d135a18b20482ef0eb103634207b1e1a7284b2c5245750bc22478026b25982b714b3fcd079ed7674075a6853917d789f99628a368c6a9c6fd344d
 SHA512 
9a6efd9203f7b96aa14c063a9de8c59e6b4bb0a5c55a64662ec170b75fc71247b7313a1252f71ab2516b4b62538f4c89778a43b8804915996636f49d4e0a6d31

diff --git a/x11-misc/albert/albert-0.14.15.ebuild 
b/x11-misc/albert/albert-0.14.15.ebuild
new file mode 100644
index 000..f2b0faa7ea2
--- /dev/null
+++ b/x11-misc/albert/albert-0.14.15.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLUGINS_HASH="caa38cfa1ba6289ee2fc4913ea70d49fd761244e"
+inherit cmake-utils gnome2-utils
+
+DESCRIPTION="Desktop agnostic launcher"
+HOMEPAGE="https://albertlauncher.github.io/;
+# plugins is a git submodule. the hash is taken from the submodule reference 
in the ${PV} tag.
+SRC_URI="https://github.com/albertlauncher/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
+https://github.com/albertlauncher/plugins/archive/${PLUGINS_HASH}.tar.gz -> 
${P}-plugins.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="debug"
+
+RDEPEND="
+   dev-cpp/muParser
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtsql:5[sqlite]
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   x11-libs/libX11
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   mv "${WORKDIR}"/plugins-${PLUGINS_HASH}/* "${S}"/plugins/ || die
+
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_DEBUG=$(usex debug)
+   -DBUILD_PYTHON=OFF #plugin directory is empty causing build 
failure
+   -DBUILD_VIRTUALBOX=OFF #plugin needs virtualbox installed to 
build, untested
+   )
+
+   cmake-utils_src_configure
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: dev-java/jikes/, dev-java/jikes/files/

2018-01-26 Thread Mikle Kolyada
commit: eaaf3d639ba71b5879d7373904551580fb7274b3
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jan 27 00:14:07 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jan 27 00:15:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaaf3d63

dev-java/jikes: remove last rited package

Closes: https://bugs.gentoo.org/638036

 dev-java/jikes/Manifest|  1 -
 dev-java/jikes/files/compiler-settings |  6 --
 dev-java/jikes/files/deprecated.patch  | 25 ---
 dev-java/jikes/files/jikes | 16 ---
 dev-java/jikes/jikes-1.22-r13.ebuild   | 37 --
 dev-java/jikes/metadata.xml| 11 --
 6 files changed, 96 deletions(-)

diff --git a/dev-java/jikes/Manifest b/dev-java/jikes/Manifest
deleted file mode 100644
index 455fc00e484..000
--- a/dev-java/jikes/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST jikes-1.22.tar.bz2 616655 BLAKE2B 
a4b69c014394c511aab2b52284eeae5d2ec3209d4edc315102f233d1053ced214612d7c8879c4c88140b26e7be852736c69b8a699c8ce831cd579d8ee8fea56e
 SHA512 
6b318f49f075da0cf0558512748bd77072f5b5b0428160538bcba01201c94719ec0f4b0cd0159ddb04fb3a86c323c8f11f09dc4b31cf880fb94e00c1ee0bbc58

diff --git a/dev-java/jikes/files/compiler-settings 
b/dev-java/jikes/files/compiler-settings
deleted file mode 100644
index 0e50102cd2e..000
--- a/dev-java/jikes/files/compiler-settings
+++ /dev/null
@@ -1,6 +0,0 @@
-JAVAC=/usr/bin/jikes
-PACKAGE=dev-java/jikes
-SUPPORTED_TARGET="1.1 1.2 1.3 1.4"
-SUPPORTED_SOURCE="1.3 1.4"
-ANT_BUILD_COMPILER="jikes"
-GENERATION="2"

diff --git a/dev-java/jikes/files/deprecated.patch 
b/dev-java/jikes/files/deprecated.patch
deleted file mode 100644
index 0fd05253a6d..000
--- a/dev-java/jikes/files/deprecated.patch
+++ /dev/null
@@ -1,25 +0,0 @@
 src/decl.cpp 2004/09/26 22:40:411.144
-+++ src/decl.cpp 2004/10/09 18:04:501.145
-@@ -2596,7 +2596,9 @@
- //
- if (control.option.deprecation &&
- hidden_method -> IsDeprecated() &&
--! method -> containing_type -> file_symbol -> IsClassOnly())
-+! method -> containing_type -> file_symbol -> IsClassOnly() &&
-+! method -> IsDeprecated() &&
-+! InDeprecatedContext())
- {
- ReportSemError(SemanticError::DEPRECATED_METHOD_OVERRIDE,
-left_tok, right_tok, method -> Header(),
-
-diff -u -r1.159 -r1.160
 src/error.cpp 2004/09/26 22:40:411.159
-+++ src/error.cpp 2004/10/10 02:59:401.160
-@@ -513,6 +513,7 @@
- warning[DEPRECATED_FIELD] = WEAK_WARNING;
- warning[DEPRECATED_METHOD] = WEAK_WARNING;
- warning[DEPRECATED_CONSTRUCTOR] = WEAK_WARNING;
-+warning[DEPRECATED_METHOD_OVERRIDE] = WEAK_WARNING;
- 
- warning[UNNECESSARY_TYPE_IMPORT] = WEAK_WARNING;
- warning[MULTIPLE_PUBLIC_TYPES] = WEAK_WARNING;

diff --git a/dev-java/jikes/files/jikes b/dev-java/jikes/files/jikes
deleted file mode 100644
index e80c048614d..000
--- a/dev-java/jikes/files/jikes
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-#
-# Copyright (c) 2005, Thomas Matthijs 
-# Copyright (c) 2005, Gentoo Foundation
-#
-# Licensed under the GNU General Public License, v2.
-#
-
-[[ -z ${BOOTCLASSPATH} ]] && export BOOTCLASSPATH=$(java-config-2 --runtime)
-
-if [[ -z "${BOOTCLASSPATH}" ]]; then
-   echo "!!! Could not find runtime classes" > /dev/stderr
-   exit 2
-fi
-
-exec /usr/bin/jikes-bin "$@"

diff --git a/dev-java/jikes/jikes-1.22-r13.ebuild 
b/dev-java/jikes/jikes-1.22-r13.ebuild
deleted file mode 100644
index e6f424f95dd..000
--- a/dev-java/jikes/jikes-1.22-r13.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit flag-o-matic eutils
-
-DESCRIPTION="IBM's open source, high performance Java compiler"
-HOMEPAGE="http://jikes.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-LICENSE="IBM"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc64 x86 ~x86-fbsd"
-IUSE=""
-DEPEND=""
-RDEPEND=">=dev-java/java-config-2.0.0"
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-   epatch "${FILESDIR}"/deprecated.patch
-}
-
-src_compile() {
-   filter-flags "-fno-rtti"
-   econf || die "configure problem"
-   emake || die "compile problem"
-}
-
-src_install () {
-   make DESTDIR="${D}" install || die "install problem"
-   dodoc ChangeLog AUTHORS README TODO NEWS
-
-   mv "${D}"/usr/bin/jikes{,-bin}
-   dobin "${FILESDIR}"/jikes
-
-   insinto /usr/share/java-config-2/compiler
-   newins "${FILESDIR}"/compiler-settings jikes
-}

diff --git a/dev-java/jikes/metadata.xml b/dev-java/jikes/metadata.xml
deleted file mode 100644
index 4841c1e936c..000
--- a/dev-java/jikes/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   j...@gentoo.org
-   Java
-   
- 

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

2018-01-26 Thread Michael Orlitzky
commit: 4cf9d012ef1108272a4659a6a089e8f763e414c4
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat Jan 27 00:13:42 2018 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat Jan 27 00:13:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cf9d012

dev-php/PEAR-PEAR: drop PEAR-PEAR-1.10.1-r1.ebuild.

Closes: https://bugs.gentoo.org/645846
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-php/PEAR-PEAR/Manifest   |   1 -
 dev-php/PEAR-PEAR/PEAR-PEAR-1.10.1-r1.ebuild | 150 ---
 2 files changed, 151 deletions(-)

diff --git a/dev-php/PEAR-PEAR/Manifest b/dev-php/PEAR-PEAR/Manifest
index 0c059eef00e..d385a3989d2 100644
--- a/dev-php/PEAR-PEAR/Manifest
+++ b/dev-php/PEAR-PEAR/Manifest
@@ -1,2 +1 @@
-DIST PEAR-1.10.1.tgz 291167 BLAKE2B 
27bb792db46e560fc8ba7daccc4a8a4d6580193bcaecab11548e10cadfa66a56242b125594b88d58a86974c2d82330d4cdd6ede491f3dbc2040efb3c646745d3
 SHA512 
df5f09a92d211a09dae147af474399171aed46e0536c091468b73b43ba4acdbdbf7b5cbdd17ef48b7d36d7b9dd23187dc6c75733731c267768d49c89698b0ef2
 DIST PEAR-1.10.5.tgz 291151 BLAKE2B 
b9095e6e488348917846693769f075c898271f2b65fbc69781247e8f46bf41afa4dfeb98d66c1aabce884e24c91bda50af3766745c3b8b5101aa54595e53c796
 SHA512 
c310fa8ec72ba201313dc03953ec1eba82daa137b27eac880fd5388dce72d38e6aa40737da43c3ad41db4df0d6717c7d77cf477d64b29245854ae95d2a94c364

diff --git a/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.1-r1.ebuild 
b/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.1-r1.ebuild
deleted file mode 100644
index c31bf073b18..000
--- a/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.1-r1.ebuild
+++ /dev/null
@@ -1,150 +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="PEAR Base System"
-HOMEPAGE="http://pear.php.net/package/${MY_PN};
-SRC_URI="http://pear.php.net/get/${MY_P}.tgz;
-LICENSE="MIT"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-macos"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-lang/php:*[cli,xml,zlib]
-   >=dev-php/PEAR-Archive_Tar-1.4.0
-   >=dev-php/PEAR-Console_Getopt-1.4.1
-   >=dev-php/PEAR-Structures_Graph-1.1.0
-   >=dev-php/PEAR-XML_Util-1.3.0"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=( "${FILESDIR}/gentoo-libtool-mismatch-fix-v2.patch" )
-
-pkg_setup() {
-   [[ -z "${PEAR_CACHEDIR}" ]] && PEAR_CACHEDIR="${EPREFIX}/var/cache/pear"
-   [[ -z "${PEAR_DOWNLOADDIR}" ]] && 
PEAR_DOWNLOADDIR="${EPREFIX}/var/tmp/pear"
-   [[ -z "${PEAR_TEMPDIR}" ]] && PEAR_TEMPDIR="${EPREFIX}/tmp"
-
-   elog
-   elog "cache_dir is set to: ${PEAR_CACHEDIR}"
-   elog "download_dir is set to: ${PEAR_DOWNLOADDIR}"
-   elog "temp_dir is set to: ${PEAR_TEMPDIR}"
-   elog
-   elog "If you want to change the above values, you need to set"
-   elog "PEAR_CACHEDIR, PEAR_DOWNLOADDIR and PEAR_TEMPDIR variable(s)"
-   elog "accordingly in /etc/portage/make.conf and re-emerge ${PN}."
-   elog
-}
-
-src_install() {
-   insinto /usr/share/php
-   doins -r PEAR/
-   doins -r OS/
-   doins PEAR.php System.php
-   doins scripts/pearcmd.php
-   doins scripts/peclcmd.php
-
-   newbin scripts/pear.sh pear
-   newbin scripts/peardev.sh peardev
-   newbin scripts/pecl.sh pecl
-
-   # adjust some scripts for current version
-   for i in pearcmd.php peclcmd.php ; do
-   sed "s:@pear_version@:${PEAR}:g" -i "${D}/usr/share/php/${i}" \
-   || die "failed to sed pear_version"
-   done
-
-   for i in pear peardev pecl ; do
-   sed "s:@bin_dir@:${EPREFIX}/usr/bin:g" -i "${D}/usr/bin/${i}" \
-   || die "failed to sed @bin_dir@ in ${i}"
-   sed "s:@php_dir@:${EPREFIX}/usr/share/php:g" -i 
"${D}/usr/bin/${i}" \
-   || die "failed to sed @php_dir@ in ${i}"
-   done
-
-   sed "s:-d output_buffering=1:-d output_buffering=1 -d 
memory_limit=32M:g" \
-   -i "${D}/usr/bin/pear" \
-   || die "failed to set PHP ini values in pear executable"
-
-   sed "s:@package_version@:${PEAR}:g" \
-   -i "${D}/usr/share/php/PEAR/Command/Package.php" \
-   || die "failed to sed @package_version@"
-
-   sed "s:@PEAR-VER@:${PEAR}:g" \
-   -i "${D}/usr/share/php/PEAR/Dependency2.php" \
-   || die "failed to sed @PEAR-VER@ in Dependency2.php"
-
-   sed "s:@PEAR-VER@:${PEAR}:g" \
-   -i "${D}/usr/share/php/PEAR/PackageFile/Parser/v1.php" \
-   || die "failed to sed @PEAR-VER@ in v1.php"
-
-   sed "s:@PEAR-VER@:${PEAR}:g" \
-   -i "${D}/usr/share/php/PEAR/PackageFile/Parser/v2.php" \
-   || die "failed to sed @PEAR-VER@ in v2.php"
-
-   # finalize install
-   insinto /etc
-   newins "${FILESDIR}"/pear.conf-r2 

[gentoo-commits] repo/gentoo:master commit in: media-libs/glm/files/, media-libs/glm/

2018-01-26 Thread Patrick McLean
commit: 1e45f7cd1dfa04ef4b89eb453df04b62ee432425
Author: Patrick McLean  gentoo  org>
AuthorDate: Fri Jan 26 23:52:31 2018 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Jan 26 23:52:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e45f7cd

media-libs/glm: Add patch to support gcc-7.3 to 0.9.8.5

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 media-libs/glm/files/glm-gcc73.patch | 35 +++
 media-libs/glm/glm-0.9.8.5.ebuild|  6 +-
 2 files changed, 40 insertions(+), 1 deletion(-)

diff --git a/media-libs/glm/files/glm-gcc73.patch 
b/media-libs/glm/files/glm-gcc73.patch
new file mode 100644
index 000..68033b5b6f6
--- /dev/null
+++ b/media-libs/glm/files/glm-gcc73.patch
@@ -0,0 +1,35 @@
+diff -ur glm-0.9.8.5.orig/glm/simd/platform.h glm-0.9.8.5/glm/simd/platform.h
+--- glm-0.9.8.5.orig/glm/simd/platform.h   2017-08-16 05:15:24.0 
-0700
 glm-0.9.8.5/glm/simd/platform.h2018-01-26 15:38:57.584130263 -0800
+@@ -111,7 +111,8 @@
+ #define GLM_COMPILER_GCC700x02000A00
+ #define GLM_COMPILER_GCC710x02000B00
+ #define GLM_COMPILER_GCC720x02000C00
+-#define GLM_COMPILER_GCC800x02000D00
++#define GLM_COMPILER_GCC730x02000D00
++#define GLM_COMPILER_GCC800x02000E00
+ 
+ // CUDA
+ #define GLM_COMPILER_CUDA 0x1000
+@@ -283,6 +284,8 @@
+ # define GLM_COMPILER (GLM_COMPILER_GCC71)
+ # elif (__GNUC__ == 7) && (__GNUC_MINOR__ == 2)
+ # define GLM_COMPILER (GLM_COMPILER_GCC72)
++# elif (__GNUC__ == 7) && (__GNUC_MINOR__ == 3)
++# define GLM_COMPILER (GLM_COMPILER_GCC73)
+ # elif (__GNUC__ >= 8)
+ # define GLM_COMPILER (GLM_COMPILER_GCC80)
+ # else
+diff -ur glm-0.9.8.5.orig/test/core/core_setup_message.cpp 
glm-0.9.8.5/test/core/core_setup_message.cpp
+--- glm-0.9.8.5.orig/test/core/core_setup_message.cpp  2017-08-16 
05:15:24.0 -0700
 glm-0.9.8.5/test/core/core_setup_message.cpp   2018-01-26 
15:37:56.953298475 -0800
+@@ -86,6 +86,9 @@
+   case GLM_COMPILER_GCC72:
+   std::printf("GCC 7.2\n");
+   break;
++  case GLM_COMPILER_GCC73:
++  std::printf("GCC 7.3\n");
++  break;
+   case GLM_COMPILER_GCC80:
+   std::printf("GCC 8.0\n");
+   break;

diff --git a/media-libs/glm/glm-0.9.8.5.ebuild 
b/media-libs/glm/glm-0.9.8.5.ebuild
index 548d897c684..073f3bee1e2 100644
--- a/media-libs/glm/glm-0.9.8.5.ebuild
+++ b/media-libs/glm/glm-0.9.8.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,6 +16,10 @@ IUSE="test cpu_flags_x86_sse2 cpu_flags_x86_sse3 
cpu_flags_x86_avx cpu_flags_x86
 
 RDEPEND="virtual/opengl"
 
+PATCHES=(
+   "${FILESDIR}/glm-gcc73.patch"
+)
+
 src_configure() {
if use test; then
local mycmakeargs=(



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

2018-01-26 Thread Mikle Kolyada
commit: 458331586e372fdf16e926d6d5e94b922847ec94
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan 26 23:47:20 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan 26 23:47:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45833158

profiles/updates/1Q-2016: drop obsolete entries

 profiles/updates/1Q-2016 | 2 --
 1 file changed, 2 deletions(-)

diff --git a/profiles/updates/1Q-2016 b/profiles/updates/1Q-2016
index 549d6cfdd87..8d28a9e6043 100644
--- a/profiles/updates/1Q-2016
+++ b/profiles/updates/1Q-2016
@@ -3,8 +3,6 @@ move x11-apps/xtitle x11-misc/xtitle
 move kde-base/kde-meta kde-apps/kde-meta
 move dev-perl/Unicode-Normalize perl-core/Unicode-Normalize
 move media-video/nvenc media-video/nvidia_video_sdk
-move x11-apps/ccsm x11-misc/ccsm
-move x11-apps/simple-ccsm x11-misc/simple-ccsm
 move dev-python/socksipy dev-python/PySocks
 slotmove =sci-libs/libint-2 0 2



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/bzr-gtk/files/, dev-vcs/bzr-gtk/

2018-01-26 Thread Mikle Kolyada
commit: 7dd6885bc65014cf77c714c8f2d78ccf16eabd21
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan 26 23:37:59 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan 26 23:37:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dd6885b

dev-vcs/bzr-gtk: remove last rited package

Closes: https://bugs.gentoo.org/604014
Closes: https://bugs.gentoo.org/447466

 dev-vcs/bzr-gtk/Manifest  |   1 -
 dev-vcs/bzr-gtk/bzr-gtk-0.104.0-r1.ebuild |  61 --
 dev-vcs/bzr-gtk/files/credits.pickle  | 193 --
 dev-vcs/bzr-gtk/metadata.xml  |  18 ---
 4 files changed, 273 deletions(-)

diff --git a/dev-vcs/bzr-gtk/Manifest b/dev-vcs/bzr-gtk/Manifest
deleted file mode 100644
index 878d40669c0..000
--- a/dev-vcs/bzr-gtk/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST bzr-gtk-0.104.0.tar.gz 218863 BLAKE2B 
3e58368e2a97f0cf7b83f6175ac8d9ddfd733d66852f9ca5f7b62d0c492ec22fb12401cfa0f5afa436e81028b93727d8d49b9f83f58913381f4ebd2464d5e707
 SHA512 
d39a1303570dd7504cad9211f3b1c86d3e6f022535c262b7b5f7b19899b362ff7b01d9f19e557cb4391d7ccf1470635ebc5d5380d2d5216b6610c4e8e1b7b6a3

diff --git a/dev-vcs/bzr-gtk/bzr-gtk-0.104.0-r1.ebuild 
b/dev-vcs/bzr-gtk/bzr-gtk-0.104.0-r1.ebuild
deleted file mode 100644
index be54ead8650..000
--- a/dev-vcs/bzr-gtk/bzr-gtk-0.104.0-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_P="/${P/_rc/rc}"
-
-DESCRIPTION="A GTK+ interfaces to most Bazaar operations"
-HOMEPAGE="http://bazaar-vcs.org/bzr-gtk;
-SRC_URI="https://launchpad.net/${PN}/gtk3/${PV}/+download/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="gnome-keyring gpg nautilus"
-
-DEPEND=">=dev-vcs/bzr-1.6_rc1[${PYTHON_USEDEP}]
-   dev-python/pygobject[${PYTHON_USEDEP}]
-   dev-python/notify-python[${PYTHON_USEDEP}]
-   >=dev-python/pycairo-1.0[${PYTHON_USEDEP}]
-   nautilus? (
-   >=dev-python/nautilus-python-1.0[${PYTHON_USEDEP}]
-   virtual/pkgconfig
-   )"
-RDEPEND="${DEPEND}
-   nautilus? ( >=dev-python/nautilus-python-1.0[${PYTHON_USEDEP}] )
-   dev-python/notify-python[${PYTHON_USEDEP}]
-   gnome-keyring? ( dev-python/gnome-keyring-python[${PYTHON_USEDEP}] )
-   gpg? ( app-crypt/seahorse )"
-
-S="${WORKDIR}/${MY_P}"
-
-#TODO: src_test
-
-python_prepare_all() {
-   cp "${FILESDIR}"/credits.pickle "${S}"/credits.pickle || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_install() {
-   distutils-r1_python_install
-
-   if ! use nautilus; then
-   # automagic dep
-   rm -rf "${D%/}"/usr/$(get_libdir)/nautilus/ || die
-   rm -rf 
"${D%/}"$(python_get_sitedir)/bzrlib/plugins/gtk/nautilus-bzr.py* || die
-   fi
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   insinto /etc/xdg/autostart
-   doins bzr-notify.desktop
-}

diff --git a/dev-vcs/bzr-gtk/files/credits.pickle 
b/dev-vcs/bzr-gtk/files/credits.pickle
deleted file mode 100644
index fc0e9deceae..000
--- a/dev-vcs/bzr-gtk/files/credits.pickle
+++ /dev/null
@@ -1,193 +0,0 @@
-((lp0
-VJelmer Vernooij 
-p1
-aVDaniel Schierbeck 
-p2
-aVSzilveszter Farkas (Phanatic) 
-p3
-aVGary van der Merwe 
-p4
-aVJasper Groenewegen 
-p5
-aVVincent Ladeuil 
-p6
-aVJohn Arbash Meinel 
-p7
-aVAaron Bentley 
-p8
-aVAaron Bentley 
-p9
-aVAlexander Belchenko 
-p10
-aVDavid Allouche 
-p11
-aVDan Loda 
-p12
-aVAaron Bentley 
-p13
-aVScott James Remnant 
-p14
-aVScott Scriven 
-p15
-aVMateusz Korniak 
-p16
-aVRobert Collins 
-p17
-aVSzilveszter Farkas (Phanatic) 
-p18
-aVMartin Albisetti 
-p19
-aVSabin Iacob (m0n5t3r) 
-p20
-aVJavier Derderian 
-p21
-avjbai...@ubuntu.com
-p22
-aVGary van der Merwe 
-p23
-aVRichard Ferguson 
-p24
-aVMartin Pool 
-p25
-aVElliot Murphy 
-p26
-aVAdeodato Sim� 
-p27
-avv.ladeuil...@free.fr
-p28
-aVSzilveszter Farkas 
-p29
-aVWouter van Heyst 
-p30
-aVTorsten Landschoff 
-p31
-aVJamie Wilkinson 
-p32
-aVGediminas Paulauskas 
-p33
-aVAli Sabil 
-p34
-aVAdrian Wilkins 

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/pficommon/files/, dev-cpp/pficommon/

2018-01-26 Thread Mikle Kolyada
commit: ebc2e81a53bd9d7af6da1a9abdd067f6e847b71d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan 26 23:26:45 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan 26 23:31:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebc2e81a

dev-cpp/pficommon: remove last rited package

Closes: https://bugs.gentoo.org/514400
Closes: https://bugs.gentoo.org/596078
Closes: https://bugs.gentoo.org/598609
Closes: https://bugs.gentoo.org/640096
Closes: https://bugs.gentoo.org/641428

 dev-cpp/pficommon/Manifest |   1 -
 .../files/pficommon-1.3.1.0-gcc-4.7.patch  |  50 ---
 .../pficommon/files/pficommon-1.3.1.0-gcc6.patch   | 350 -
 .../pficommon/files/pficommon-1.3.1.0-libdir.patch |  49 ---
 .../files/pficommon-1.3.1.0-postgresql.patch   |  13 -
 .../pficommon/files/pficommon-1.3.1.0-soname.patch | 200 
 dev-cpp/pficommon/metadata.xml |  14 -
 dev-cpp/pficommon/pficommon-1.3.1.0.ebuild |  58 
 8 files changed, 735 deletions(-)

diff --git a/dev-cpp/pficommon/Manifest b/dev-cpp/pficommon/Manifest
deleted file mode 100644
index 46194964745..000
--- a/dev-cpp/pficommon/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pficommon-1.3.1.0.tar.gz 441406 BLAKE2B 
647fd263392db90725609248a684295b207f68701c668c569ce85859796f719963e14fdf51ad93841d6e540df63197b586d0a13aace3c23ddb26a129dacf2fff
 SHA512 
95ef445c2f004c0921bdcae7ee50fc3a744d4960f9bc76c13254394c4ae41fad11ea22b9fde3e099ef509ffe9ba9ea21d69ba1123699ab3338d7afbcf420

diff --git a/dev-cpp/pficommon/files/pficommon-1.3.1.0-gcc-4.7.patch 
b/dev-cpp/pficommon/files/pficommon-1.3.1.0-gcc-4.7.patch
deleted file mode 100644
index 283ef2d7da9..000
--- a/dev-cpp/pficommon/files/pficommon-1.3.1.0-gcc-4.7.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-From 5669e7ea665323ee774eda9c77206102fa499453 Mon Sep 17 00:00:00 2001
-From: Hideyuki Tanaka 
-Date: Mon, 21 May 2012 17:21:34 +0900
-Subject: [PATCH] add include  (for gcc-4.7.0)
-

- src/network/socket.cpp |1 +
- src/system/mmapper.cpp |1 +
- tools/genrpc/main.cpp  |1 +
- 3 files changed, 3 insertions(+)
-
-diff --git a/src/network/socket.cpp b/src/network/socket.cpp
-index b5c50e4..1fba6e6 100644
 a/src/network/socket.cpp
-+++ b/src/network/socket.cpp
-@@ -40,6 +40,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- #include "dns.h"
- #include "../system/syscall.h"
-diff --git a/src/system/mmapper.cpp b/src/system/mmapper.cpp
-index 90eb7b8..e963fd8 100644
 a/src/system/mmapper.cpp
-+++ b/src/system/mmapper.cpp
-@@ -35,6 +35,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- #include "syscall.h"
- 
-diff --git a/tools/genrpc/main.cpp b/tools/genrpc/main.cpp
-index 100ea4e..3e5ef16 100644
 a/tools/genrpc/main.cpp
-+++ b/tools/genrpc/main.cpp
-@@ -4,6 +4,7 @@
- #include 
- #include 
- #include 
-+#include 
- using namespace std;
- 
- #include "../../src/lang/shared_ptr.h"
--- 
-1.7.10
-

diff --git a/dev-cpp/pficommon/files/pficommon-1.3.1.0-gcc6.patch 
b/dev-cpp/pficommon/files/pficommon-1.3.1.0-gcc6.patch
deleted file mode 100644
index 62373838919..000
--- a/dev-cpp/pficommon/files/pficommon-1.3.1.0-gcc6.patch
+++ /dev/null
@@ -1,350 +0,0 @@
 a/src/network/cgi/inserter.cpp
-+++ b/src/network/cgi/inserter.cpp
-@@ -50,8 +50,8 @@
- 
- tag_inserter::~tag_inserter()
- {
--  shared_ptr elem(new tag_elem(name, attrs));
--  vector children=b.leave();
-+  pfi::lang::shared_ptr elem(new tag_elem(name, attrs));
-+  vector children=b.leave();
-   for (int i=0;i<(int)children.size();i++)
- elem->add_child(children[i]);
-   b.push(elem);
-@@ -59,12 +59,12 @@
- 
- text_inserter::text_inserter(const string , xhtml_builder )
- {
--  b.push(shared_ptr(new text_elem(text)));
-+  b.push(pfi::lang::shared_ptr(new text_elem(text)));
- }
- 
- prim_inserter::prim_inserter(const string , xhtml_builder )
- {
--  b.push(shared_ptr(new prim_elem(text)));
-+  b.push(pfi::lang::shared_ptr(new prim_elem(text)));
- }
- 
- } // cgi
 a/src/network/cgi/server.cpp
-+++ b/src/network/cgi/server.cpp
-@@ -161,12 +161,12 @@
-   <<", thread-num="< gen_resp(stringstream )
-+static pfi::lang::shared_ptr gen_resp(stringstream )
- {
-   http::header head(ss);
- 
-@@ -210,7 +210,7 @@
- head.erase("status");
-   }
-   
--  shared_ptr resp(new http::response(code, reason));
-+  pfi::lang::shared_ptr resp(new http::response(code, 
reason));
- 
-   head["Content-Type"]=content_type;
- 
-@@ -232,10 +232,10 @@
- }
- 
- void run_server::process(socket_type ssock,
--   shared_ptr cc)
-+   pfi::lang::shared_ptr cc)
- {
-   for (;;){
--shared_ptr sock(ssock->accept());
-+pfi::lang::shared_ptr sock(ssock->accept());
- if (!sock) continue;
- 
- if (ssock->timeout()>0 

[gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/eshowkw/

2018-01-26 Thread Michał Górny
commit: 97595e02fc8eced9a1a54d246a4163fae6badcaf
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 23 12:30:02 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 26 14:50:50 2018 +
URL:https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=97595e02

eshowkw: Sort pure ~arch arches after stable keyword arches

To match the new ordering on Bugzilla, order arches with pure ~arch
keywords after those having stable keywords. The idea behind it is to
make it easier to determine which arches to CC on stablereqs.

The pure ~arch arch list is hardcoded for now to mips + *-* (fbsd,
prefix). However, in the future it will be replaced by status defined
by arches.desc once that GLEP is finalized.

 pym/gentoolkit/eshowkw/keywords_header.py | 31 +--
 1 file changed, 25 insertions(+), 6 deletions(-)

diff --git a/pym/gentoolkit/eshowkw/keywords_header.py 
b/pym/gentoolkit/eshowkw/keywords_header.py
index 1a1a422..c9f2381 100644
--- a/pym/gentoolkit/eshowkw/keywords_header.py
+++ b/pym/gentoolkit/eshowkw/keywords_header.py
@@ -15,7 +15,7 @@ from portage.output import colorize
 from gentoolkit.eshowkw.display_pretty import colorize_string
 from gentoolkit.eshowkw.display_pretty import align_string
 
-# Copied from ekeyword
+# Copied from ekeyword, modified to support arch vs ~arch status
 def load_profile_data(portdir=None, repo='gentoo'):
"""Load the list of known arches from the tree
 
@@ -25,7 +25,7 @@ def load_profile_data(portdir=None, repo='gentoo'):
 
Returns:
  A dict mapping the keyword to its preferred state:
- {'x86': 'stable', 'mips': 'dev', ...}
+ {'x86': ('stable', 'arch'), 'mips': ('dev', '~arch'), ...}
"""
if portdir is None:
portdir = 
portage.db[portage.root]['vartree'].settings.repositories[repo].location
@@ -71,16 +71,28 @@ def load_profile_data(portdir=None, repo='gentoo'):
warning('could not read profile files: %s' % arch_list)
warning('will not be able to verify args are correct')
 
+   # TODO: support arches.desc once the GLEP is finalized
+   # for now, we just hardcode ~mips + *-* (fbsd, prefix)
+   for k, v in arch_status.items():
+   if k == 'mips' or '-' in k:
+   arch_status[k] = (v, '~arch')
+   else:
+   arch_status[k] = (v, 'arch')
+
return arch_status
 
 def gen_arch_list(status):
_arch_status = load_profile_data()
if status == "stable":
-   return [arch for arch in _arch_status if _arch_status[arch] == 
"stable"]
+   return [arch for arch in _arch_status if _arch_status[arch][0] 
== "stable"]
elif status == "dev":
-   return [arch for arch in _arch_status if _arch_status[arch] == 
"dev"]
+   return [arch for arch in _arch_status if _arch_status[arch][0] 
== "dev"]
elif status == "exp":
-   return [arch for arch in _arch_status if _arch_status[arch] == 
"exp"]
+   return [arch for arch in _arch_status if _arch_status[arch][0] 
== "exp"]
+   elif status == "arch":
+   return [arch for arch in _arch_status if _arch_status[arch][1] 
== "arch"]
+   elif status == "~arch":
+   return [arch for arch in _arch_status if _arch_status[arch][1] 
== "~arch"]
else:
raise TypeError
 
@@ -88,6 +100,7 @@ class keywords_header:
__IMPARCHS = gen_arch_list("stable")
__DEV_ARCHS = gen_arch_list("dev")
__EXP_ARCHS = gen_arch_list("exp")
+   __TESTING_KW_ARCHS = gen_arch_list("~arch")
__ADDITIONAL_FIELDS = [ 'eapi', 'unused', 'slot' ]
__EXTRA_FIELDS = [ 'repo' ]
 
@@ -128,7 +141,13 @@ class keywords_header:
levels[kw] = level
break
 
-   normal.sort(key=lambda kw: (levels.get(kw, 99), kw.count('-'), 
kw))
+   # sort by, in order (to match Bugzilla):
+   # 1. arch, then ~arch
+   # 2. profile stability
+   # 3. short keywords, then long (prefix, fbsd)
+   # 4. keyword name
+   normal.sort(key=lambda kw: (kw in self.__TESTING_KW_ARCHS,
+   levels.get(kw, 99), kw.count('-'), kw))
return normal
 
def __readAdditionalFields(self):



[gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/eshowkw/

2018-01-26 Thread Michał Górny
commit: 70b2518f12f63071f0192c23826188bd456698e7
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 23 21:42:19 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 26 14:50:50 2018 +
URL:https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=70b2518f

eshowkw: Always group Prefix keywords last

Always group all Prefix keywords after other types of keywords. This
not only ensures that fbsd sorts first but more importantly stabilizes
the LHS output between regular and -P variant -- that is, -P always adds
additional keywords at the end.

 pym/gentoolkit/eshowkw/keywords_header.py | 16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/pym/gentoolkit/eshowkw/keywords_header.py 
b/pym/gentoolkit/eshowkw/keywords_header.py
index ce3e8d4..6557f60 100644
--- a/pym/gentoolkit/eshowkw/keywords_header.py
+++ b/pym/gentoolkit/eshowkw/keywords_header.py
@@ -142,12 +142,16 @@ class keywords_header:
break
 
# sort by, in order (to match Bugzilla):
-   # 1. arch, then ~arch
-   # 2. profile stability
-   # 3. short keywords, then long (prefix, fbsd)
-   # 4. keyword name in reverse component order
-   normal.sort(key=lambda kw: (kw in self.__TESTING_KW_ARCHS,
-   levels.get(kw, 99), kw.count('-'), 
list(reversed(kw.split('-')
+   # 1. non-prefix, then prefix (stable output between -P and not)
+   # 2. arch, then ~arch
+   # 3. profile stability
+   # 4. short keywords, then long (prefix, fbsd)
+   # 5. keyword name in reverse component order
+   normal.sort(key=lambda kw: (self.__isPrefix(kw),
+   kw in self.__TESTING_KW_ARCHS,
+   levels.get(kw, 99),
+   kw.count('-'),
+   list(reversed(kw.split('-')
return normal
 
def __readAdditionalFields(self):



[gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/eshowkw/

2018-01-26 Thread Michał Górny
commit: 76eadba35e05de28ba52ea3f48b9651702ae293e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 23 12:16:44 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 26 14:50:50 2018 +
URL:https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=76eadba3

eshowkw: Remove meaningless duplicate sort of Prefix keywords

 pym/gentoolkit/eshowkw/keywords_header.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pym/gentoolkit/eshowkw/keywords_header.py 
b/pym/gentoolkit/eshowkw/keywords_header.py
index 9eedbcf..a4934bc 100644
--- a/pym/gentoolkit/eshowkw/keywords_header.py
+++ b/pym/gentoolkit/eshowkw/keywords_header.py
@@ -118,7 +118,6 @@ class keywords_header:
normal = [k for k in keywords if not self.__isPrefix(k)]
if prefix:
longer = [k for k in keywords if self.__isPrefix(k)]
-   longer.sort()
normal.extend(longer)
 
lists = self.__IMPARCHS, self.__DEV_ARCHS, self.__EXP_ARCHS



[gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/eshowkw/

2018-01-26 Thread Michał Górny
commit: 1a7f870b68741331f69b07e8227685e70c964202
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 23 12:11:13 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 26 14:50:47 2018 +
URL:https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=1a7f870b

eshowkw: Split Prefix keyword test into separate function

 pym/gentoolkit/eshowkw/keywords_header.py | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/pym/gentoolkit/eshowkw/keywords_header.py 
b/pym/gentoolkit/eshowkw/keywords_header.py
index 9c6538c..9b00d17 100644
--- a/pym/gentoolkit/eshowkw/keywords_header.py
+++ b/pym/gentoolkit/eshowkw/keywords_header.py
@@ -1,5 +1,5 @@
 #  vim:fileencoding=utf-8
-# Copyright 2001-2010 Gentoo Foundation
+# Copyright 2001-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 __all__ = ['keywords_header']
@@ -97,6 +97,10 @@ class keywords_header:
return [x for x in ports.archlist()
if not x.startswith('~')]
 
+   @staticmethod
+   def __isPrefix(k):
+   return len(k.split('-')) != 1
+
def __sortKeywords(self, keywords, prefix = False, required_keywords = 
[]):
"""Sort keywords: order by status (IMP, then DEV, then EXP, then
prefix), then by name."""
@@ -109,10 +113,9 @@ class keywords_header:
if len(tmpkeywords) != 0:
keywords = tmpkeywords
 
-   normal = [k for k in keywords if len(k.split('-')) == 1]
+   normal = [k for k in keywords if not self.__isPrefix(k)]
if prefix:
-   longer = [k for k in keywords
-   if len(k.split('-')) != 1]
+   longer = [k for k in keywords if self.__isPrefix(k)]
longer.sort()
normal.extend(longer)
 



[gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/eshowkw/

2018-01-26 Thread Michał Górny
commit: ba6be5523dfd11bd675be2d705d0f6ba3dec3a0c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 23 12:14:29 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 26 14:50:50 2018 +
URL:https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=ba6be552

eshowkw: Sort all multi-component keywords after normal

Add component count (implied by the count of '-' separators) to sort
criteria. This ensures that *-fbsd sorts after regular arches, much like
we list it in Bugzilla.

 pym/gentoolkit/eshowkw/keywords_header.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pym/gentoolkit/eshowkw/keywords_header.py 
b/pym/gentoolkit/eshowkw/keywords_header.py
index 86e9bc5..9eedbcf 100644
--- a/pym/gentoolkit/eshowkw/keywords_header.py
+++ b/pym/gentoolkit/eshowkw/keywords_header.py
@@ -129,7 +129,7 @@ class keywords_header:
levels[kw] = level
break
 
-   normal.sort(key=lambda kw: (levels.get(kw, 99), kw))
+   normal.sort(key=lambda kw: (levels.get(kw, 99), kw.count('-'), 
kw))
return normal
 
def __readAdditionalFields(self):



[gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/eshowkw/

2018-01-26 Thread Michał Górny
commit: 6013556194c0af9cb5a61d9ffb9879c31c4669e9
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 23 21:38:46 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 26 14:50:50 2018 +
URL:https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=60135561

eshowkw: Group Prefix keywords by system

Sort keywords by reversed component list rather than combined name,
in order to group Prefix keywords by system. Requested by Ulrich Müller.

 pym/gentoolkit/eshowkw/keywords_header.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pym/gentoolkit/eshowkw/keywords_header.py 
b/pym/gentoolkit/eshowkw/keywords_header.py
index c9f2381..ce3e8d4 100644
--- a/pym/gentoolkit/eshowkw/keywords_header.py
+++ b/pym/gentoolkit/eshowkw/keywords_header.py
@@ -145,9 +145,9 @@ class keywords_header:
# 1. arch, then ~arch
# 2. profile stability
# 3. short keywords, then long (prefix, fbsd)
-   # 4. keyword name
+   # 4. keyword name in reverse component order
normal.sort(key=lambda kw: (kw in self.__TESTING_KW_ARCHS,
-   levels.get(kw, 99), kw.count('-'), kw))
+   levels.get(kw, 99), kw.count('-'), 
list(reversed(kw.split('-')
return normal
 
def __readAdditionalFields(self):



[gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/eshowkw/

2018-01-26 Thread Michał Górny
commit: 9dce326531f94f2f34865efce6eb7f0f5060d016
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 23 12:19:52 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 26 14:50:50 2018 +
URL:https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=9dce3265

eshowkw: Group stable and dev arches together (to match Bugzilla)

Since dev profile status implies working towards stable status, and we
are currently working on improving the status of dev arches
(in particular preventing new depgraph breakages from being committed),
we have switched Bugzilla to display both statuses alongside. Update
eshowkw to use the same output ordering.

 pym/gentoolkit/eshowkw/keywords_header.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pym/gentoolkit/eshowkw/keywords_header.py 
b/pym/gentoolkit/eshowkw/keywords_header.py
index a4934bc..1a1a422 100644
--- a/pym/gentoolkit/eshowkw/keywords_header.py
+++ b/pym/gentoolkit/eshowkw/keywords_header.py
@@ -120,7 +120,7 @@ class keywords_header:
longer = [k for k in keywords if self.__isPrefix(k)]
normal.extend(longer)
 
-   lists = self.__IMPARCHS, self.__DEV_ARCHS, self.__EXP_ARCHS
+   lists = (self.__IMPARCHS + self.__DEV_ARCHS), self.__EXP_ARCHS
levels = {}
for kw in normal:
for level, ls in enumerate(lists):



[gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/eshowkw/

2018-01-26 Thread Michał Górny
commit: ed4a76633d69d6312b8572bc16cc758cbc36b94e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 23 12:12:59 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 26 14:50:50 2018 +
URL:https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=ed4a7663

eshowkw: Stop wrongly classifying *-fbsd as Prefix

 pym/gentoolkit/eshowkw/keywords_header.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pym/gentoolkit/eshowkw/keywords_header.py 
b/pym/gentoolkit/eshowkw/keywords_header.py
index 9b00d17..86e9bc5 100644
--- a/pym/gentoolkit/eshowkw/keywords_header.py
+++ b/pym/gentoolkit/eshowkw/keywords_header.py
@@ -99,7 +99,9 @@ class keywords_header:
 
@staticmethod
def __isPrefix(k):
-   return len(k.split('-')) != 1
+   spl = k.split('-')
+   # *-fbsd are not prefix
+   return len(spl) > 1 and spl[1] != 'fbsd'
 
def __sortKeywords(self, keywords, prefix = False, required_keywords = 
[]):
"""Sort keywords: order by status (IMP, then DEV, then EXP, then



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

2018-01-26 Thread Thomas Deutschmann
commit: 8a86faf90ac0a726a53ed8a7bfd127ceca9dda46
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jan 26 23:21:12 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jan 26 23:24:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a86faf9

dev-libs/libebml: x86 stable (bug #641292)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 dev-libs/libebml/libebml-1.3.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libebml/libebml-1.3.5.ebuild 
b/dev-libs/libebml/libebml-1.3.5.ebuild
index 637d22891b8..ecc1cd998b6 100644
--- a/dev-libs/libebml/libebml-1.3.5.ebuild
+++ b/dev-libs/libebml/libebml-1.3.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://dl.matroska.org/downloads/${PN}/${P}.tar.xz;
 
 LICENSE="LGPL-2.1"
 SLOT="0/4" # subslot = soname major version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="debug static-libs"
 
 src_prepare() {



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

2018-01-26 Thread Thomas Deutschmann
commit: 4344feea4d6d72c690d7fdc2ecfba99a7ec1e6a4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jan 26 23:23:12 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jan 26 23:24:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4344feea

media-libs/libmatroska: x86 stable (bug #641328)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 media-libs/libmatroska/libmatroska-1.4.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libmatroska/libmatroska-1.4.8.ebuild 
b/media-libs/libmatroska/libmatroska-1.4.8.ebuild
index ae166a1913b..1da3fb754fc 100644
--- a/media-libs/libmatroska/libmatroska-1.4.8.ebuild
+++ b/media-libs/libmatroska/libmatroska-1.4.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ SRC_URI="https://dl.matroska.org/downloads/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0/6" # subslot = soname major version
-KEYWORDS="~alpha amd64 arm ~arm64 ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~x86-linux"
 IUSE="static-libs"
 
 RDEPEND=">=dev-libs/libebml-1.3.4:="



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

2018-01-26 Thread Thomas Deutschmann
commit: 1dd3ae485978fe955f55e58c61e1625c7d39e9ec
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jan 26 23:19:37 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jan 26 23:24:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd3ae48

www-client/firefox: x86 stable (bug #645510)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

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

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



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

2018-01-26 Thread Thomas Deutschmann
commit: e01bd237c7f09e1ca077fd6f207ad292e0239be5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jan 26 23:17:45 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jan 26 23:23:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e01bd237

dev-util/bitcoin-tx: x86 stable (bug #644940)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild
index 0fc22714164..d5c34e353b8 100644
--- a/dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild
+++ b/dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2010-2017 Gentoo Foundation
+# Copyright 2010-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ DESCRIPTION="Command-line Bitcoin transaction tool"
 HOMEPAGE="http://bitcoincore.org/ http://bitcoinknots.org/;
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~amd64-linux ~arm ~arm64 ~mips ~ppc ~x86 ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc x86 ~amd64-linux ~x86-linux"
 
 SRC_URI="

https://github.com/${MyPN}/${MyPN}/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
${MyPN}-v${PV}.tar.gz



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

2018-01-26 Thread Thomas Deutschmann
commit: c0303fe2c2cd69110a081a852608396dc9c6e2cf
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jan 26 23:22:36 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jan 26 23:24:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0303fe2

media-video/mkvtoolnix: x86 stable (bug #641328)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 media-video/mkvtoolnix/mkvtoolnix-19.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/mkvtoolnix/mkvtoolnix-19.0.0.ebuild 
b/media-video/mkvtoolnix/mkvtoolnix-19.0.0.ebuild
index f0e294854bd..8830cd670aa 100644
--- a/media-video/mkvtoolnix/mkvtoolnix-19.0.0.ebuild
+++ b/media-video/mkvtoolnix/mkvtoolnix-19.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else
SRC_URI="https://mkvtoolnix.download/sources/${P}.tar.xz;
-   KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+   KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="Tools to create, alter, and inspect Matroska files"



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

2018-01-26 Thread Thomas Deutschmann
commit: ee81be33b93c38fbf3b43428ddb028b23f563bb6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jan 26 23:16:36 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jan 26 23:23:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee81be33

net-libs/libbitcoinconsensus: x86 stable (bug #644940)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 net-libs/libbitcoinconsensus/libbitcoinconsensus-0.15.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.15.1.ebuild 
b/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.15.1.ebuild
index d83c3297cad..58ed3be69a9 100644
--- a/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.15.1.ebuild
+++ b/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.15.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2010-2017 Gentoo Foundation
+# Copyright 2010-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ DESCRIPTION="Bitcoin Core consensus library"
 HOMEPAGE="http://bitcoincore.org/ http://bitcoinknots.org/;
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~amd64-linux ~arm ~arm64 ~mips ~ppc ~x86 ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc x86 ~amd64-linux ~x86-linux"
 
 SRC_URI="

https://github.com/${MyPN}/${MyPN}/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
${MyPN}-v${PV}.tar.gz



[gentoo-commits] repo/gentoo:master commit in: net-wireless/iw/

2018-01-26 Thread Thomas Deutschmann
commit: c94330f550d62f762430aaf8f532f905f72ea536
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jan 26 23:20:20 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jan 26 23:24:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c94330f5

net-wireless/iw: x86 stable (bug #618142)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 net-wireless/iw/iw-4.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/iw/iw-4.9.ebuild b/net-wireless/iw/iw-4.9.ebuild
index f43f3e9fbd7..f9a771d3839 100644
--- a/net-wireless/iw/iw-4.9.ebuild
+++ b/net-wireless/iw/iw-4.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/software/network/${PN}/${P}.tar.xz;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-libs/libnl"



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

2018-01-26 Thread Thomas Deutschmann
commit: 1309b361b13b42fc266282019d5e31b32c376643
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jan 26 23:16:02 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jan 26 23:23:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1309b361

net-p2p/bitcoin-qt: x86 stable (bug #644940)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 net-p2p/bitcoin-qt/bitcoin-qt-0.15.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-0.15.1.ebuild 
b/net-p2p/bitcoin-qt/bitcoin-qt-0.15.1.ebuild
index 75bc2d1f74f..864deba6ffd 100644
--- a/net-p2p/bitcoin-qt/bitcoin-qt-0.15.1.ebuild
+++ b/net-p2p/bitcoin-qt/bitcoin-qt-0.15.1.ebuild
@@ -21,7 +21,7 @@ DESCRIPTION="An end-user Qt GUI for the Bitcoin 
crypto-currency"
 HOMEPAGE="http://bitcoincore.org/ http://bitcoinknots.org/;
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~amd64-linux ~arm ~arm64 ~mips ~ppc ~x86 ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc x86 ~amd64-linux ~x86-linux"
 
 SRC_URI="

https://github.com/${MyPN}/${MyPN}/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
${MyPN}-v${PV}.tar.gz



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

2018-01-26 Thread Thomas Deutschmann
commit: 290808159df5be1964fd6368c52e647f618fa5d8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jan 26 23:17:12 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jan 26 23:23:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29080815

net-p2p/bitcoind: x86 stable (bug #644940)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 net-p2p/bitcoind/bitcoind-0.15.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/bitcoind/bitcoind-0.15.1.ebuild 
b/net-p2p/bitcoind/bitcoind-0.15.1.ebuild
index 3d8c5eb306c..0d8788ad457 100644
--- a/net-p2p/bitcoind/bitcoind-0.15.1.ebuild
+++ b/net-p2p/bitcoind/bitcoind-0.15.1.ebuild
@@ -19,7 +19,7 @@ DESCRIPTION="Original Bitcoin crypto-currency wallet for 
automated services"
 HOMEPAGE="http://bitcoincore.org/ http://bitcoinknots.org/;
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~amd64-linux ~arm ~arm64 ~mips ~ppc ~x86 ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc x86 ~amd64-linux ~x86-linux"
 
 SRC_URI="

https://github.com/${MyPN}/${MyPN}/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
${MyPN}-v${PV}.tar.gz



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

2018-01-26 Thread Thomas Deutschmann
commit: 64999464722ff2059b0c0c6bd0b6a9635edf1345
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jan 26 23:18:18 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jan 26 23:23:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64999464

net-p2p/bitcoin-cli: x86 stable (bug #644940)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild
index a63af598ca6..e143f8a4489 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2010-2017 Gentoo Foundation
+# Copyright 2010-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ DESCRIPTION="Command-line JSON-RPC client specifically for 
interfacing with bitc
 HOMEPAGE="http://bitcoincore.org/ http://bitcoinknots.org/;
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~amd64-linux ~arm ~arm64 ~mips ~ppc ~x86 ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc x86 ~amd64-linux ~x86-linux"
 
 SRC_URI="

https://github.com/${MyPN}/${MyPN}/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
${MyPN}-v${PV}.tar.gz



[gentoo-commits] repo/gentoo:master commit in: app-officeext/ooofbtools/

2018-01-26 Thread Thomas Deutschmann
commit: df5f764f11b625cb14845e85a6a6c1de987db0a4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jan 26 23:23:34 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jan 26 23:24:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df5f764f

app-officeext/ooofbtools: x86 stable (bug #642374)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 app-officeext/ooofbtools/ooofbtools-2.51.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-officeext/ooofbtools/ooofbtools-2.51.ebuild 
b/app-officeext/ooofbtools/ooofbtools-2.51.ebuild
index 0c5234aaa3d..5cea90c2d8d 100644
--- a/app-officeext/ooofbtools/ooofbtools-2.51.ebuild
+++ b/app-officeext/ooofbtools/ooofbtools-2.51.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ 
SRC_URI="mirror://sourceforge/fbtools/files/release/${MY_PN}-${PV}.zip"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RDEPEND="dev-libs/libxml2
app-arch/zip"



[gentoo-commits] repo/gentoo:master commit in: app-editors/emacs/

2018-01-26 Thread Ulrich Müller
commit: 2f09f83cbf5e875aba3d027acd54f39a15b9b6c7
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Jan 26 23:01:13 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Jan 26 23:19:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f09f83c

app-editors/emacs: Remove old.

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 app-editors/emacs/Manifest |   2 -
 app-editors/emacs/emacs-25.2-r1.ebuild | 358 -
 2 files changed, 360 deletions(-)

diff --git a/app-editors/emacs/Manifest b/app-editors/emacs/Manifest
index a872e0bed14..10f4db72ce8 100644
--- a/app-editors/emacs/Manifest
+++ b/app-editors/emacs/Manifest
@@ -5,6 +5,4 @@ DIST emacs-23.4-patches-21.tar.xz 19604 BLAKE2B 
97327f2079c496c28122203d233a1219
 DIST emacs-23.4.tar.bz2 38646508 BLAKE2B 
33dac5d27a63b7aab6b4053964a0ecf7f7939c7aea5af15103f2da7bd34fbb18dba7a1bf44cc4fcc2e3fb1439cdf7085d8dfc4b0005f5485748996e75ca6872d
 SHA512 
def7a95ecaefae24d8102b96b1d575a23def1b11a8f0bb17b68f7913bd118e2ea4449a8feee76c1bd649f099b70419f0d494ddd9bb32b26f92720cda842b0296
 DIST emacs-24.5-patches-4.tar.xz 13632 BLAKE2B 
99e70f4ee32c1ba3a66b934de692437aaf0b83eb6fa841ce4569bc58e2bd12802890c2a8496375280c0ce8fa56515918dfdcbc958f349bc2472104e37ad1fcd1
 SHA512 
569c3a55aaf1102c0bae4ab25ee06372763cd2de8a54e26b3eefd54e585cf90b53c8ffe1ca48eb4fd312a340380fd3f2fcdb584697814bf429129b48fa56ffb5
 DIST emacs-24.5.tar.xz 39759804 BLAKE2B 
aec253528038686822d1f8ed9a52dff276789ef7744053fc9b6176fceba4d4d8684fe979cf97e756b3feaf734d2377baef81f5efaa5450930a4e94d9f3bca355
 SHA512 
89dee4c3aadb6e505c523f84c65b5e40e5bf28a586cc8a4518a59581c22972f942bb6f3c772df0d5b2685c3e78247c545c6bb2576e981d1ef0f9298c18ad1677
-DIST emacs-25.2-patches-1.tar.xz 2104 BLAKE2B 
deae1dcaf5c32dcdab365ffab53976158148a125deff2a0373c7da5696c48c36f87f8388fc8f64ab08b3bfcbf694011b58235e972d4bc0e101ca6bbcec779abf
 SHA512 
45c666ba6332c8fb60a925c6af9c0da113f46055159d931feddb99ce19b2a03e0101b3a4d671fe699cd5f33fd58a25791bfb8b16e20f463e5d304902ee24854a
-DIST emacs-25.2.tar.xz 46900336 BLAKE2B 
4bcb1dbf1647e1abd1006f586f5e465fa9ced78a87a3bc6edd7de7adb3b4145830b9cd7d889811882603a6f4be74e38626a80ab7d097d3331f42e811f3a93710
 SHA512 
2485d5ccd58ecc953cbd2458bdfa45e3c9a6ddfdb1b93c72b957a0da2460d4e42092905e039e8f5bac337ea1ecb9ac404b28702a363323ee5813b30032ebf00c
 DIST emacs-25.3.tar.xz 42854740 BLAKE2B 
4f4e2572bbef48b75c561497fc22046081e56099b6174725d79b15a5b16d5c886eaf8ff3f75cf561e989ebb092ab9e98ba7503e720a9db7560758b30d5116f23
 SHA512 
1cce656451b6ca8502ebb229e88bd3ef48b7f9444a10eeac4ea43bd5491b2efacd641dfa35227a33362c3866493d3449cf1df81606563eef44bba0ed668e457f

diff --git a/app-editors/emacs/emacs-25.2-r1.ebuild 
b/app-editors/emacs/emacs-25.2-r1.ebuild
deleted file mode 100644
index b2ad0adcb12..000
--- a/app-editors/emacs/emacs-25.2-r1.ebuild
+++ /dev/null
@@ -1,358 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit elisp-common flag-o-matic multilib readme.gentoo-r1
-
-DESCRIPTION="The extensible, customizable, self-documenting real-time display 
editor"
-HOMEPAGE="https://www.gnu.org/software/emacs/;
-SRC_URI="mirror://gnu/emacs/${P}.tar.xz
-   https://dev.gentoo.org/~ulm/emacs/${P}-patches-1.tar.xz;
-
-LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
-SLOT="25"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
-IUSE="acl alsa aqua athena cairo dbus dynamic-loading games gconf gfile gif 
gpm gsettings gtk +gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos 
libxml2 livecd m17n-lib motif pax_kernel png selinux sound source ssl svg tiff 
toolkit-scroll-bars wide-int X Xaw3d xft +xpm xwidgets zlib"
-REQUIRED_USE="?? ( aqua X )"
-
-RDEPEND="sys-libs/ncurses:0=
-   >=app-eselect/eselect-emacs-1.16
-   >=app-emacs/emacs-common-gentoo-1.5[games?,X?]
-   net-libs/liblockfile
-   acl? ( virtual/acl )
-   alsa? ( media-libs/alsa-lib )
-   dbus? ( sys-apps/dbus )
-   gpm? ( sys-libs/gpm )
-   hesiod? ( net-dns/hesiod )
-   !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) )
-   kerberos? ( virtual/krb5 )
-   libxml2? ( >=dev-libs/libxml2-2.2.0 )
-   selinux? ( sys-libs/libselinux )
-   ssl? ( net-libs/gnutls:0= )
-   zlib? ( sys-libs/zlib )
-   X? (
-   x11-libs/libXmu
-   x11-libs/libXt
-   x11-misc/xbitmaps
-   gconf? ( >=gnome-base/gconf-2.26.2 )
-   gsettings? ( >=dev-libs/glib-2.28.6 )
-   gif? ( media-libs/giflib:0= )
-   jpeg? ( virtual/jpeg:0= )
-   png? ( >=media-libs/libpng-1.4:0= )
-   svg? ( >=gnome-base/librsvg-2.0 )
-   tiff? ( media-libs/tiff:0 )
-   xpm? ( x11-libs/libXpm )
-   imagemagick? ( 

[gentoo-commits] repo/gentoo:master commit in: app-editors/emacs/

2018-01-26 Thread Ulrich Müller
commit: 140d24d15f424bbd9d88bd556c1e9d0e27a809b4
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Jan 26 23:09:46 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Jan 26 23:19:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=140d24d1

app-editors/emacs: Drop xwidgets flag and dependency on webkit-gtk:3.

If you need this functionality, use app-editors/emacs-vcs:26 (which
uses webkit-gtk:4) as a replacement.

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 app-editors/emacs/emacs-25.3.ebuild | 24 +---
 app-editors/emacs/metadata.xml  |  4 ++--
 2 files changed, 11 insertions(+), 17 deletions(-)

diff --git a/app-editors/emacs/emacs-25.3.ebuild 
b/app-editors/emacs/emacs-25.3.ebuild
index e5ff6db3052..6be10197694 100644
--- a/app-editors/emacs/emacs-25.3.ebuild
+++ b/app-editors/emacs/emacs-25.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/emacs/${P}.tar.xz"
 LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
 SLOT="25"
 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
-IUSE="acl alsa aqua athena cairo dbus dynamic-loading games gconf gfile gif 
gpm gsettings gtk +gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos 
libxml2 livecd m17n-lib motif pax_kernel png selinux sound source ssl svg tiff 
toolkit-scroll-bars wide-int X Xaw3d xft +xpm xwidgets zlib"
+IUSE="acl alsa aqua athena cairo dbus dynamic-loading games gconf gfile gif 
gpm gsettings gtk +gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos 
libxml2 livecd m17n-lib motif pax_kernel png selinux sound source ssl svg tiff 
toolkit-scroll-bars wide-int X Xaw3d xft +xpm zlib"
 REQUIRED_USE="?? ( aqua X )"
 
 RDEPEND="sys-libs/ncurses:0=
@@ -54,14 +54,8 @@ RDEPEND="sys-libs/ncurses:0=
)
)
gtk? (
-   xwidgets? (
-   x11-libs/gtk+:3
-   net-libs/webkit-gtk:3=
-   )
-   !xwidgets? (
-   gtk3? ( x11-libs/gtk+:3 )
-   !gtk3? ( x11-libs/gtk+:2 )
-   )
+   gtk3? ( x11-libs/gtk+:3 )
+   !gtk3? ( x11-libs/gtk+:2 )
)
!gtk? (
motif? ( >=x11-libs/motif-2.3:0 )
@@ -161,12 +155,12 @@ src_configure() {
recommended that you compile Emacs with the 
Athena/Lucid or the
Motif toolkit instead.
EOF
-   if use xwidgets; then
-   myconf+=" --with-x-toolkit=gtk3 --with-xwidgets"
-   else
+   #if use xwidgets; then
+   #   myconf+=" --with-x-toolkit=gtk3 --with-xwidgets"
+   #else
myconf+=" --with-x-toolkit=$(usex gtk3 gtk3 
gtk2)"
myconf+=" --without-xwidgets"
-   fi
+   #fi
for f in motif Xaw3d athena; do
use ${f} && ewarn \
"USE flag \"${f}\" has no effect if 
\"gtk\" is set."
@@ -185,8 +179,8 @@ src_configure() {
einfo "Configuring to build with no toolkit"
myconf+=" --with-x-toolkit=no"
fi
-   ! use gtk && use xwidgets && ewarn \
-   "USE flag \"xwidgets\" has no effect if \"gtk\" is not 
set."
+   #! use gtk && use xwidgets && ewarn \
+   #   "USE flag \"xwidgets\" has no effect if \"gtk\" is not 
set."
elif use aqua; then
einfo "Configuring to build with Nextstep (Cocoa) support"
myconf+=" --with-ns --disable-ns-self-contained"

diff --git a/app-editors/emacs/metadata.xml b/app-editors/emacs/metadata.xml
index 61b88217833..64c34d30c31 100644
--- a/app-editors/emacs/metadata.xml
+++ b/app-editors/emacs/metadata.xml
@@ -47,7 +47,7 @@
   Prefer wide Emacs integers (typically 62-bit).
 This option has an effect only on architectures where "long" and
 "long long" types have different size.
-  Enable use of GTK widgets in Emacs buffers
-(requires GTK3)
+  
 
 



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

2018-01-26 Thread Ulrich Müller
commit: 3b35b842bdf75ec6a185d72ecdde8578d8106d75
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Jan 26 23:15:24 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Jan 26 23:19:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b35b842

profiles/base: Drop emacs xwidgets flag from package.use.mask.

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

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 9fc4a4c7d15..ff5cb51e522 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -212,10 +212,6 @@ dev-vcs/rabbitvcs gedit
 # Multiple test failures.
 sys-boot/grub:2 test
 
-# Ulrich Müller  (4 Feb 2017)
-# Uses old and vulnerable net-libs/webkit-gtk:3, bug #584156.
-app-editors/emacs:25 xwidgets
-
 # Ian Stakenvicius (25 Jan 2017)
 # rust on mozilla packages is experimental
 www-client/firefox rust



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/qtiplot/files/, sci-visualization/qtiplot/

2018-01-26 Thread Mikle Kolyada
commit: ec7ebfc45b95bd0f5e44d0c46a10f6a4d497d6e6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan 26 23:16:53 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan 26 23:16:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec7ebfc4

sci-visualization/qtiplot: remove last rited package

Closes: https://bugs.gentoo.org/580328
Closes: https://bugs.gentoo.org/585328
Closes: https://bugs.gentoo.org/630332
Closes: https://bugs.gentoo.org/641514

 sci-visualization/qtiplot/Manifest |   3 -
 .../files/qtiplot-0.9.7.10-dont-install-qwt.patch  |  22 --
 .../qtiplot/files/qtiplot-0.9.8.6-gold.patch   |  15 --
 .../qtiplot/files/qtiplot-0.9.8.7-kde.patch|  16 --
 .../files/qtiplot-0.9.8.8-system-gl2ps.patch   |  76 ---
 .../qtiplot/files/qtiplot-0.9.8.9-PyQt4-4.10.patch |  32 ---
 .../files/qtiplot-0.9.8.9-PyQt4-4.11.3.patch   |  32 ---
 .../files/qtiplot-0.9.8.9-adopt_to_alglib3.patch   | 115 --
 .../qtiplot-0.9.8.9-crasher_without_internet.patch |  25 ---
 .../qtiplot/files/qtiplot-0.9.8.9-gsl-2.patch  |  36 ---
 .../qtiplot/files/qtiplot-0.9.8.9-origin-2.patch   |  38 
 .../qtiplot/files/qtiplot-0.9.8.9-private.patch|  15 --
 .../qtiplot/files/qtiplot-0.9.8.9-qt48.patch   |  29 ---
 .../files/qtiplot-0.9.8.9-set_col_values.patch |  18 --
 .../qtiplot/files/qtiplot-0.9.8.9-sip-4.15.patch   |  31 ---
 .../qtiplot/files/qtiplot-0.9.8.9-sip-4.19.patch   |  38 
 sci-visualization/qtiplot/metadata.xml |  26 ---
 .../qtiplot/qtiplot-0.9.8.9-r2.ebuild  | 235 
 .../qtiplot/qtiplot-0.9.8.9-r3.ebuild  | 238 
 .../qtiplot/qtiplot-0.9.8.9-r4.ebuild  | 241 -
 20 files changed, 1281 deletions(-)

diff --git a/sci-visualization/qtiplot/Manifest 
b/sci-visualization/qtiplot/Manifest
deleted file mode 100644
index b99080cd00a..000
--- a/sci-visualization/qtiplot/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST qtiplot-0.9.8.9-origin.patch.bz2 104708 BLAKE2B 
38993180a33ae2d5c4e7f2adbfabe54efb5abebb6eb678edc6a0d40f9ad552e3fac2a99be9b6793001cf880f2445751435fb3476be24a41fb769a8ffe6d0e7d9
 SHA512 
62f5bb531c2fc7e061661ab5733a70acf9a61ff90a934af42b5741c63478caebabc8240f37d25660f623c5cbcd530e1303e967a095ca99b3452f29cfb5200b69
-DIST qtiplot-0.9.8.9-origin.patch.xz 89660 BLAKE2B 
77b9808173300a65f950ff1e15ba66271ec5bb45f147bb4707b881ec3987c22a35c9fb07c78f2f3205b252ae7f336d8a7d83eba57b96ff5510c65ef051a6a089
 SHA512 
adbd002975bb49997eb610b150c1bbfe9c9617b0b5bbb70f52df7475339b7d68cada175eb9f6048f6ece043ca3dcf5c62ef361d82bc670b1576ee8493d6b757c
-DIST qtiplot-0.9.8.9.tar.bz2 16202943 BLAKE2B 
ce7efb424da293f8770a90d9c4346c9c709d98605a726e466e2c85a8b1b8db2b519c3e7c719077c14aeed71e9696194e3b5acf075ebc052fe6be88a887fae7fd
 SHA512 
3a0cb7b49c508f56228e8e3a259b4fd34c872410ad14ef1d8656372e3e8ab9f92e59094a9cc1a75680099a8832f7472ad31462b3ae8a9e132ac7056d5245cf2a

diff --git 
a/sci-visualization/qtiplot/files/qtiplot-0.9.7.10-dont-install-qwt.patch 
b/sci-visualization/qtiplot/files/qtiplot-0.9.7.10-dont-install-qwt.patch
deleted file mode 100644
index 86e4d4c6a9c..000
--- a/sci-visualization/qtiplot/files/qtiplot-0.9.7.10-dont-install-qwt.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/3rdparty/qwt/qwtconfig.pri b/3rdparty/qwt/qwtconfig.pri
-index b7d0d0e..e36f131 100755
 a/3rdparty/qwt/qwtconfig.pri
-+++ b/3rdparty/qwt/qwtconfig.pri
-@@ -7,17 +7,6 @@ VER_MIN  = 2
- VER_PAT  = 0
- VERSION  = $${VER_MAJ}.$${VER_MIN}.$${VER_PAT}
- 
--unix {
--INSTALLBASE= /usr/local/qwt-5.2.0
--}
--
--win32 {
--INSTALLBASE= C:/Qwt-5.2.0
--}
--
--target.path= $$INSTALLBASE/lib
--headers.path   = $$INSTALLBASE/include
--doc.path   = $$INSTALLBASE/doc
- 
- ##
- # qmake internal options

diff --git a/sci-visualization/qtiplot/files/qtiplot-0.9.8.6-gold.patch 
b/sci-visualization/qtiplot/files/qtiplot-0.9.8.6-gold.patch
deleted file mode 100644
index 3b6757533a5..000
--- a/sci-visualization/qtiplot/files/qtiplot-0.9.8.6-gold.patch
+++ /dev/null
@@ -1,15 +0,0 @@
- qtiplot/qtiplot.pro |1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
-
-diff --git a/qtiplot/qtiplot.pro b/qtiplot/qtiplot.pro
-index 99e0e36..b7cf373 100755
 a/qtiplot/qtiplot.pro
-+++ b/qtiplot/qtiplot.pro
-@@ -20,6 +20,7 @@ LIBS += $$MUPARSER_LIBS
- LIBS += $$QWT_LIBS
- LIBS += $$QWT3D_LIBS
- LIBS += $$GSL_LIBS
-+LIBS += -lz
- 
- #
- ## BASIC PROJECT PROPERTIES #

diff --git a/sci-visualization/qtiplot/files/qtiplot-0.9.8.7-kde.patch 
b/sci-visualization/qtiplot/files/qtiplot-0.9.8.7-kde.patch
deleted file mode 100644
index af1dca42da4..000
--- 

[gentoo-commits] repo/gentoo:master commit in: games-emulation/gxmame/, games-emulation/gxmame/files/

2018-01-26 Thread Mikle Kolyada
commit: 959048ec800176c4b60d50de4e58f4947495cbaa
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan 26 23:13:07 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan 26 23:13:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=959048ec

games-emulation/gxmame: remove last rited package

Closes: https://bugs.gentoo.org/602146

 games-emulation/gxmame/Manifest|  1 -
 .../gxmame-0.35_beta2-glib-single-include.patch| 13 -
 .../gxmame/files/gxmame-0.35_beta2-ovflfix.patch   | 29 --
 games-emulation/gxmame/gxmame-0.35_beta2.ebuild| 66 --
 games-emulation/gxmame/metadata.xml| 11 
 5 files changed, 120 deletions(-)

diff --git a/games-emulation/gxmame/Manifest b/games-emulation/gxmame/Manifest
deleted file mode 100644
index 7c51c79eb2b..000
--- a/games-emulation/gxmame/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gxmame-0.35beta2.tar.gz 697013 BLAKE2B 
8c7396d716d6fded1c2bd3efbc5a90fc8c1835221c208f0e807b50044a2d9d6b392fa27349d9a7a51bcedf20544ff87940a2866fe4d6d6644c80d33aaa56bbe2
 SHA512 
c2b47c1f3f76d86846302754b31954b81d5b7165f5778153c6e6285bdcc6040c5479009cd70dcf32c86afa245ae8b6fe98af781f0d51acfcb76c8deb76422fe2

diff --git 
a/games-emulation/gxmame/files/gxmame-0.35_beta2-glib-single-include.patch 
b/games-emulation/gxmame/files/gxmame-0.35_beta2-glib-single-include.patch
deleted file mode 100644
index 83ef4aa075e..000
--- a/games-emulation/gxmame/files/gxmame-0.35_beta2-glib-single-include.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: gxmame-0.35beta2/src/gxmame.c
-===
 gxmame-0.35beta2.orig/src/gxmame.c
-+++ gxmame-0.35beta2/src/gxmame.c
-@@ -31,7 +31,7 @@
- #include 
- #include 
- #include 
--#include 
-+#include 
- #include 
- #include 
- 

diff --git a/games-emulation/gxmame/files/gxmame-0.35_beta2-ovflfix.patch 
b/games-emulation/gxmame/files/gxmame-0.35_beta2-ovflfix.patch
deleted file mode 100644
index 8831a3e09b6..000
--- a/games-emulation/gxmame/files/gxmame-0.35_beta2-ovflfix.patch
+++ /dev/null
@@ -1,29 +0,0 @@
 src/options.c.old  2010-12-01 10:48:45.0 +0100
-+++ src/options.c  2010-12-01 10:53:55.0 +0100
-@@ -4245,7 +4245,7 @@
-   case XMAME_EXEC_SVGAFX:
-   target->fxgkeepaspect = gtk_toggle_button_get_active 
(GTK_TOGGLE_BUTTON (fxgkeepaspect_checkbutton));
-   used_text = gtk_editable_get_chars (GTK_EDITABLE 
(fx_entry), 0, -1);
--  strncpy (target->resolution, used_text, 20);
-+  strncpy (target->resolution, used_text, 
sizeof(target->resolution));
-   g_free (used_text);
-   break;
- 
-@@ -4330,7 +4330,7 @@
-   }
- 
-   used_text = gtk_editable_get_chars (GTK_EDITABLE (soundfile_entry), 0, 
-1);
--  strncpy (target->soundfile, used_text, 50);
-+  strncpy (target->soundfile, used_text, sizeof(target->soundfile));
-   g_free (used_text);
-   
-   target->timer = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON 
(timer_checkbutton));
-@@ -4465,7 +4465,7 @@
-   target->skip_disclaimer = gtk_toggle_button_get_active 
(GTK_TOGGLE_BUTTON (disclaimer_checkbutton));
-   target->skip_gameinfo = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON 
(gameinfo_checkbutton));
-   used_text = gtk_editable_get_chars (GTK_EDITABLE 
(debug_size_combo_entry), 0, -1);
--  strncpy (target->debug_size, used_text, 20);
-+  strncpy (target->debug_size, used_text, sizeof(target->debug_size));
-   g_free (used_text);
-   target->use_additional_options = gtk_toggle_button_get_active 
(GTK_TOGGLE_BUTTON (additional_options_checkbutton));
-   /* here I'm using directly the additional option because I don't know 
its length */

diff --git a/games-emulation/gxmame/gxmame-0.35_beta2.ebuild 
b/games-emulation/gxmame/gxmame-0.35_beta2.ebuild
deleted file mode 100644
index 58080b94338..000
--- a/games-emulation/gxmame/gxmame-0.35_beta2.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-MY_P="${PN}-${PV/_beta/beta}"
-DESCRIPTION="frontend for XMame using the GTK library"
-HOMEPAGE="http://gxmame.sourceforge.net/;
-SRC_URI="mirror://sourceforge/gxmame/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls joystick"
-
-RDEPEND="dev-libs/expat
-   >=x11-libs/gtk+-2.4:2
-   >=dev-libs/glib-2.4:2
-   x11-themes/gnome-icon-theme
-   nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${P}-glib-single-include.patch \
-   "${FILESDIR}"/${P}-ovflfix.patch
-  

[gentoo-commits] repo/gentoo:master commit in: app-doc/podbrowser/, app-doc/podbrowser/files/

2018-01-26 Thread Mikle Kolyada
commit: e21af57d312b7d23703b265afb533ad8c995b96d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan 26 23:08:00 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan 26 23:08:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e21af57d

app-doc/podbrowser: remove last rited package

Closes: https://bugs.gentoo.org/602144

 app-doc/podbrowser/Manifest  |  1 -
 app-doc/podbrowser/files/Makefile.new| 32 ---
 app-doc/podbrowser/files/missing_icon.patch  | 32 ---
 app-doc/podbrowser/metadata.xml  |  8 -
 app-doc/podbrowser/podbrowser-0.12-r3.ebuild | 46 
 5 files changed, 119 deletions(-)

diff --git a/app-doc/podbrowser/Manifest b/app-doc/podbrowser/Manifest
deleted file mode 100644
index 40b4f01a76f..000
--- a/app-doc/podbrowser/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST podbrowser-0.12.tar.gz 81394 BLAKE2B 
14729238bbdd95dbe1c27c3de5067132b9b6c1b1df80bbc8be334afb4c02324629824d63e3870adbe26a8e2dd78c8cd68c3a04be8b9d12570e67060b32d7bf34
 SHA512 
ff6a734f2df8bb0913c9030fd103490e59178bc672ac1c152eb9a0c2aece82c293615cbfcc7cf99dcfe2c448bdc35d2c6fdcb9b106e958d3ffb62b2eb9372c77

diff --git a/app-doc/podbrowser/files/Makefile.new 
b/app-doc/podbrowser/files/Makefile.new
deleted file mode 100644
index 877b2c9a923..000
--- a/app-doc/podbrowser/files/Makefile.new
+++ /dev/null
@@ -1,32 +0,0 @@
-# $Id: Makefile,v 1.4 2005/10/05 10:07:40 jodrell Exp $
-NAME=podbrowser
-PREFIX=/usr/local
-BINDIR=$(PREFIX)/bin
-DATADIR=$(PREFIX)/share
-ICONDIR=$(DATADIR)/icons/hicolor/48x48/apps
-MANDIR=$(DATADIR)/man/man1
-DESTDIR=
-
-all: podbrowser
-
-podbrowser:
-   @mkdir -p build
-
-   perl -ne 's!\@PREFIX\@!$(PREFIX)!g ; s!\@LIBDIR\@!$(LIBDIR)!g ; print' 
< $(NAME).pl > build/$(NAME)
-   pod2man $(NAME).pl | gzip -c > build/$(NAME).1.gz
-
-install:
-   mkdir -p$(DESTDIR)/$(BINDIR) \
-   $(DESTDIR)/$(DATADIR)/$(NAME) \
-   $(DESTDIR)/$(DATADIR)/applications \
-   $(DESTDIR)/$(ICONDIR) \
-   $(DESTDIR)/$(MANDIR)
-   install -m 0644 $(NAME).glade   $(DESTDIR)/$(DATADIR)/$(NAME)/
-   install -m 0644 $(NAME).png $(DESTDIR)/$(ICONDIR)/
-   install -m 0644 $(NAME).desktop 
$(DESTDIR)/$(DATADIR)/applications/
-   install -m 0644 build/$(NAME).1.gz  $(DESTDIR)/$(MANDIR)/
-   install -m 0755 build/$(NAME)   $(DESTDIR)/$(BINDIR)/$(NAME)
-   install -m 0755 html2ps-$(NAME) 
$(DESTDIR)/$(BINDIR)/html2ps-$(NAME)
-
-clean:
-   rm -rf build

diff --git a/app-doc/podbrowser/files/missing_icon.patch 
b/app-doc/podbrowser/files/missing_icon.patch
deleted file mode 100644
index 55ec1223bf2..000
--- a/app-doc/podbrowser/files/missing_icon.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-X-Description: Provide alternative icons if those expected not in current theme
-X-Author:  Jeffrey Ratcliffe 
-X-Bugs-Gentoo: https://bugs.gentoo.org/319573
-
 podbrowser-0.12/podbrowser.pl
-+++ podbrowser-0.12/podbrowser.pl
-@@ -60,9 +60,22 @@
- my $APP   = Gtk2::GladeXML->new($GLADE_FILE);
- my $THEME = get_an_icon_theme();
- my $TIPS  = Gtk2::Tooltips->new;
--my $IDX_PBF   = 
Gtk2::Gdk::Pixbuf->new_from_file($THEME->lookup_icon('stock_bookmark', 16, 
'force-svg')->get_filename)->scale_simple(16, 16, 'bilinear');
--my $PAGE_PBF  = 
Gtk2::Gdk::Pixbuf->new_from_file($THEME->lookup_icon('stock_new-text', 16, 
'force-svg')->get_filename)->scale_simple(16, 16, 'bilinear');
--my $FOLDER_PBF= 
Gtk2::Gdk::Pixbuf->new_from_file($THEME->lookup_icon('gnome-fs-directory', 16, 
'force-svg')->get_filename)->scale_simple(16, 16, 'bilinear');
-+my ( $IDX_PBF, $PAGE_PBF, $FOLDER_PBF );
-+if ($THEME->lookup_icon('stock_bookmark', 16, 'force-svg')) {
-+  $IDX_PBF= 
Gtk2::Gdk::Pixbuf->new_from_file($THEME->lookup_icon('stock_bookmark', 16, 
'force-svg')->get_filename)->scale_simple(16, 16, 'bilinear');
-+} else {
-+  $IDX_PBF  = Gtk2::Image->new->render_icon( 'gtk-index', 'menu' 
);
-+}
-+if ($THEME->lookup_icon('stock_new-text', 16, 'force-svg')) {
-+  $PAGE_PBF   = 
Gtk2::Gdk::Pixbuf->new_from_file($THEME->lookup_icon('stock_new-text', 16, 
'force-svg')->get_filename)->scale_simple(16, 16, 'bilinear');
-+} else {
-+  $PAGE_PBF= Gtk2::Image->new->render_icon( 'gtk-new', 'menu' );
-+}
-+if ($THEME->lookup_icon('gnome-fs-directory', 16, 'force-svg')) {
-+  $FOLDER_PBF = 
Gtk2::Gdk::Pixbuf->new_from_file($THEME->lookup_icon('gnome-fs-directory', 16, 
'force-svg')->get_filename)->scale_simple(16, 16, 'bilinear');
-+} else {
-+  $FOLDER_PBF  = Gtk2::Image->new->render_icon( 'gtk-directory', 
'menu' );
-+}
- my $NORMAL_CURSOR = Gtk2::Gdk::Cursor->new('left_ptr');
- my 

[gentoo-commits] repo/gentoo:master commit in: net-libs/opal/, net-libs/opal/files/

2018-01-26 Thread Mikle Kolyada
commit: d4ef818a779bdc728998928832c4606a8a5fbe8d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan 26 22:54:51 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan 26 22:54:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4ef818a

net-libs/opal: remove last rited package

 net-libs/opal/Manifest |   2 -
 net-libs/opal/files/opal-3.10.10-ffmpeg2-1.patch   | 396 -
 .../opal-3.10.9-disable-h323-workaround.patch  |  13 -
 .../files/opal-3.10.9-java-ruby-swig-fix.patch |  29 --
 net-libs/opal/metadata.xml |  39 --
 net-libs/opal/opal-3.10.11-r1.ebuild   | 252 -
 6 files changed, 731 deletions(-)

diff --git a/net-libs/opal/Manifest b/net-libs/opal/Manifest
deleted file mode 100644
index 5505ed7fc31..000
--- a/net-libs/opal/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST opal-3.10.11-htmldoc.tar.bz2 2944338 BLAKE2B 
3e686809a217c13718e3e777a5c11b92b1405d5421b882abc50a3e231db28d72099e7383fa23bf130cc5fa2bf123412702248054cfa7be14dcbc999fd3bd1248
 SHA512 
6075487344d4cfa5c2e2219376e3eccd98028475eac6f89d20d24d611a8806a27eb354ce8e77e16c620c8cb3d398b9502082f3fe8f67763d3f67feea835819b5
-DIST opal-3.10.11.tar.bz2 8590616 BLAKE2B 
1ea56285315e879d85190db4e2b2fa814cf0fc7825db80547d1fde978f6d24a8e2cd853575a4c13dbfc7d8dada422a90ab95512a367a87de6d13889a6d8f8ca4
 SHA512 
970745375e7ebb29178ce9d0bc29254e69dd952e5f754038979a8613489a26f0fb68d63ec2709ffa1964e50fe9cfde874489f683a451d83e7a075d62d9228fa1

diff --git a/net-libs/opal/files/opal-3.10.10-ffmpeg2-1.patch 
b/net-libs/opal/files/opal-3.10.10-ffmpeg2-1.patch
deleted file mode 100644
index 6b58ac28f3d..000
--- a/net-libs/opal/files/opal-3.10.10-ffmpeg2-1.patch
+++ /dev/null
@@ -1,396 +0,0 @@
-Submitted By:Igor Živković 
-Date:2013-10-08
-Initial Package Version: 3.10.10
-Upstream Status: Unknown
-Origin:  Gentoo
-Description: Fixes building against FFmpeg version >= 2.0.0
-
-diff -Naur opal-3.10.10.orig/plugins/video/common/dyna.cxx 
opal-3.10.10/plugins/video/common/dyna.cxx
 opal-3.10.10.orig/plugins/video/common/dyna.cxx2013-02-20 
03:18:05.0 +0100
-+++ opal-3.10.10/plugins/video/common/dyna.cxx 2013-10-08 12:57:25.058873513 
+0200
-@@ -210,7 +210,7 @@
- #endif
- 
- 
--FFMPEGLibrary::FFMPEGLibrary(CodecID codec)
-+FFMPEGLibrary::FFMPEGLibrary(AVCodecID codec)
- {
-   m_codec = codec;
-   if (m_codec==CODEC_ID_H264)
-@@ -348,12 +348,12 @@
-   return true;
- }
- 
--AVCodec *FFMPEGLibrary::AvcodecFindEncoder(enum CodecID id)
-+AVCodec *FFMPEGLibrary::AvcodecFindEncoder(enum AVCodecID id)
- {
-   return Favcodec_find_encoder(id);
- }
- 
--AVCodec *FFMPEGLibrary::AvcodecFindDecoder(enum CodecID id)
-+AVCodec *FFMPEGLibrary::AvcodecFindDecoder(enum AVCodecID id)
- {
-   WaitAndSignal m(processLock);
- 
-diff -Naur opal-3.10.10.orig/plugins/video/common/dyna.h 
opal-3.10.10/plugins/video/common/dyna.h
 opal-3.10.10.orig/plugins/video/common/dyna.h  2013-02-20 
03:18:05.0 +0100
-+++ opal-3.10.10/plugins/video/common/dyna.h   2013-10-08 12:57:25.058873513 
+0200
-@@ -88,13 +88,13 @@
- class FFMPEGLibrary 
- {
-   public:
--FFMPEGLibrary(CodecID codec);
-+FFMPEGLibrary(AVCodecID codec);
- ~FFMPEGLibrary();
- 
- bool Load();
- 
--AVCodec *AvcodecFindEncoder(enum CodecID id);
--AVCodec *AvcodecFindDecoder(enum CodecID id);
-+AVCodec *AvcodecFindEncoder(enum AVCodecID id);
-+AVCodec *AvcodecFindDecoder(enum AVCodecID id);
- AVCodecContext *AvcodecAllocContext(void);
- AVFrame *AvcodecAllocFrame(void);
- int AvcodecOpen(AVCodecContext *ctx, AVCodec *codec);
-@@ -117,15 +117,15 @@
- DynaLink m_libAvcodec;
- DynaLink m_libAvutil;
- 
--CodecID m_codec;
-+AVCodecID m_codec;
- char m_codecString[32];
- 
- void (*Favcodec_init)(void);
- void (*Fav_init_packet)(AVPacket *pkt);
- 
- void (*Favcodec_register_all)(void);
--AVCodec *(*Favcodec_find_encoder)(enum CodecID id);
--AVCodec *(*Favcodec_find_decoder)(enum CodecID id);
-+AVCodec *(*Favcodec_find_encoder)(enum AVCodecID id);
-+AVCodec *(*Favcodec_find_decoder)(enum AVCodecID id);
- AVCodecContext *(*Favcodec_alloc_context)(void);
- AVFrame *(*Favcodec_alloc_frame)(void);
- int (*Favcodec_open)(AVCodecContext *ctx, AVCodec *codec);
-diff -Naur opal-3.10.10.orig/plugins/video/common/ffmpeg/libavcodec/avcodec.h 
opal-3.10.10/plugins/video/common/ffmpeg/libavcodec/avcodec.h
 opal-3.10.10.orig/plugins/video/common/ffmpeg/libavcodec/avcodec.h 
2013-02-20 03:18:04.0 +0100
-+++ opal-3.10.10/plugins/video/common/ffmpeg/libavcodec/avcodec.h  
2013-10-08 12:57:25.060873488 +0200
-@@ -101,7 +101,7 @@
-  * 1. no value of a existing codec ID changes (that would break ABI),
-  * 2. it is as close as possible to similar codecs.
-  

[gentoo-commits] repo/gentoo:master commit in: net-libs/ptlib/files/, net-libs/ptlib/

2018-01-26 Thread Mikle Kolyada
commit: b7a333a546e7d5a8f18fd32b3a2d16e521dabc03
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan 26 22:55:22 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan 26 22:55:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7a333a5

net-libs/ptlib: remove last rited package

 net-libs/ptlib/Manifest|   2 -
 .../files/ptlib-2.10.10-mga-bison-parameter.patch  |  39 
 .../ptlib-2.10.10-respect_cflags_cxxflags.patch|  14 --
 net-libs/ptlib/files/ptlib-2.10.11-gcc6.patch  |  29 ---
 .../ptlib-2.10.9-disable-telnet-symbols.patch  |  19 --
 .../files/ptlib-2.10.9-pkgconfig_ldflags.patch |  11 -
 .../files/ptlib-2.10.9-respect_cxxflags.patch  |  10 -
 .../files/ptlib-2.10.9-svn_revision_override.patch |  18 --
 net-libs/ptlib/metadata.xml|  25 ---
 net-libs/ptlib/ptlib-2.10.11.ebuild| 225 -
 10 files changed, 392 deletions(-)

diff --git a/net-libs/ptlib/Manifest b/net-libs/ptlib/Manifest
deleted file mode 100644
index dbbe4e698a7..000
--- a/net-libs/ptlib/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST ptlib-2.10.10-htmldoc.tar.bz2 4504867 BLAKE2B 
a260c8a170c067e89f07185e0512f7857f2ffcc3c93a3d3853bd93a367333fcd94cd7e9d767e2131180fb9be09ce16c1f4d6c8052bee2db6feda8274d9eaa674
 SHA512 
7db5d169ad107132d2bca945a1269bae0dd0100b7566b1766dda83d0559a6f2044ffc21905520f7f15d218dd0b1290eaa13d5150d81340c6b0a9a464a713741d
-DIST ptlib-2.10.11.tar.bz2 3736259 BLAKE2B 
f594f71ca11b7828b5bcb88f5b7468c3689afa68d2cac6693a37cce12aa188e5c4b724eb08e3a8f077c57613846ba1b261c2b3a16a9345030332b5dd0c5b83e3
 SHA512 
ac8af8962330abf11986ccb863be0990c2e78ae611666d17c68068b72c4a5ea523ba74c55566284c3549e2346e407ccfffb5cc509fbf6ef19f1eb51dcb8b5f15

diff --git a/net-libs/ptlib/files/ptlib-2.10.10-mga-bison-parameter.patch 
b/net-libs/ptlib/files/ptlib-2.10.10-mga-bison-parameter.patch
deleted file mode 100644
index fcc8d0d2e7a..000
--- a/net-libs/ptlib/files/ptlib-2.10.10-mga-bison-parameter.patch
+++ /dev/null
@@ -1,39 +0,0 @@
 ptlib-2.10.11/./src/ptlib/common/getdate.y 2013-08-15 01:20:26.0 
+0200
-+++ 
/mnt/chroot/cauldron/home/dan/rpm/BUILD/ptlib-2.10.11/src/ptlib/common/getdate.y
   2013-12-15 00:24:27.866481490 +0100
-@@ -121,9 +121,9 @@
- static int yylex();
- 
- #ifdef __GNUC__
--static int yyerror(char const *msg);
-+static int yyerror(void *, char const *msg);
- #else
--static void yyerror(char const *msg);
-+static void yyerror(void *, char const *msg);
- #endif
- 
- 
-@@ -132,7 +132,8 @@
- 
- %}
- 
--%pure_parser
-+%pure-parser
-+%parse-param {void *parseParam}
- 
- %union {
- time_tNumber;
-@@ -1018,12 +1019,12 @@
- #endif
- 
- #ifdef __GNUC__
--int yyerror(const char * s)
-+int yyerror(void *var, const char * s)
- {
-   return 0;
- }
- #else
--static void yyerror(const char * s)
-+static void yyerror(void *var, const char * s)
- {
- }
- #endif

diff --git a/net-libs/ptlib/files/ptlib-2.10.10-respect_cflags_cxxflags.patch 
b/net-libs/ptlib/files/ptlib-2.10.10-respect_cflags_cxxflags.patch
deleted file mode 100644
index 4442d333fcd..000
--- a/net-libs/ptlib/files/ptlib-2.10.10-respect_cflags_cxxflags.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -ur ptlib-2.10.10.orig/make/ptbuildopts.mak.in 
ptlib-2.10.10/make/ptbuildopts.mak.in
 ptlib-2.10.10.orig/make/ptbuildopts.mak.in 2014-08-04 18:11:02.0 
+
-+++ ptlib-2.10.10/make/ptbuildopts.mak.in  2014-08-04 18:11:32.0 
+
-@@ -15,8 +15,8 @@
- OSTYPE   = @OSTYPE@
- OSRELEASE  = @OSRELEASE@
- 
--STDCCFLAGS+= @STDCCFLAGS@ @CPPFLAGS@
--STDCXXFLAGS   += @STDCXXFLAGS@ @CPPFLAGS@
-+STDCCFLAGS+= @STDCCFLAGS@ @CFLAGS@
-+STDCXXFLAGS   += @STDCXXFLAGS@ @CXXFLAGS@
- OPTSTDCCFLAGS += @OPTSTDCCFLAGS@
- LDFLAGS += @LDFLAGS@
- ENDLDLIBS += @ENDLDLIBS@
\ No newline at end of file

diff --git a/net-libs/ptlib/files/ptlib-2.10.11-gcc6.patch 
b/net-libs/ptlib/files/ptlib-2.10.11-gcc6.patch
deleted file mode 100644
index 140de64f16e..000
--- a/net-libs/ptlib/files/ptlib-2.10.11-gcc6.patch
+++ /dev/null
@@ -1,29 +0,0 @@
 a/src/ptlib/unix/svcproc.cxx
-+++ b/src/ptlib/unix/svcproc.cxx
-@@ -217,7 +217,7 @@
- pid_t pid;
- 
- {
--  ifstream pidfile(pidfilename);
-+  ifstream pidfile(static_cast(pidfilename));
-   if (!pidfile.is_open()) {
- cout << "Could not open pid file: \"" << pidfilename << "\""
- " - " << strerror(errno) << endl;
-@@ -384,7 +384,7 @@
-   // Run as a daemon, ie fork
- 
-   if (!pidfilename) {
--ifstream pidfile(pidfilename);
-+ifstream pidfile(static_cast(pidfilename));
- if (pidfile.is_open()) {
-   pid_t pid;
-   pidfile >> pid;
-@@ -412,7 +412,7 @@
-   cout << "Daemon started with pid " << pid << endl;
-   if (!pidfilename) {
- // Write out the child pid to magic file in /var/run (at least for 
linux)
--ofstream 

[gentoo-commits] repo/gentoo:master commit in: net-libs/h323plus/files/, net-libs/h323plus/

2018-01-26 Thread Mikle Kolyada
commit: fd8fc94a46ad2a7573a19e5b28bee1af40cc46b8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan 26 22:54:02 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan 26 22:54:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd8fc94a

net-libs/h323plus: remove last rited package

 net-libs/h323plus/Manifest |  1 -
 .../files/h323plus-1.25.0-ptlib-2.10.10.patch  | 15 -
 .../h323plus-1.25.0-ptrace-debugoptionlist.patch   | 13 
 .../files/h323plus-1.25.0-ptrace-param.patch   | 18 --
 net-libs/h323plus/h323plus-1.25.0-r1.ebuild| 67 -
 net-libs/h323plus/h323plus-1.25.0-r2.ebuild| 69 --
 net-libs/h323plus/metadata.xml | 13 
 7 files changed, 196 deletions(-)

diff --git a/net-libs/h323plus/Manifest b/net-libs/h323plus/Manifest
deleted file mode 100644
index 61c1a928442..000
--- a/net-libs/h323plus/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST h323plus-v1_25_0.tar.gz 4193136 BLAKE2B 
341458e146cef9a006a990ae04749c4f18dfeababb07fee69eaf19a72fb5509d76e8eccb553ecf91b9b13123b485b40be8dc96c7c797706f516b7ff36db83a32
 SHA512 
f0b8b26a0062eadc183af60d25302f95d06720dffe23f0bc0c9568ce34d7aae10acef434da9e09839fe19fcdc9f7f5d47396eb7c684ef55e457556abb66a682d

diff --git a/net-libs/h323plus/files/h323plus-1.25.0-ptlib-2.10.10.patch 
b/net-libs/h323plus/files/h323plus-1.25.0-ptlib-2.10.10.patch
deleted file mode 100644
index 74856a099c0..000
--- a/net-libs/h323plus/files/h323plus-1.25.0-ptlib-2.10.10.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Fix macro definition for ptlib-2.10.10 compatibility
-http://lists.packetizer.com/pipermail/h323plus/2012-December/002543.html
-
-diff -ur a/include/openh323buildopts.h.in b/include/openh323buildopts.h.in
 a/include/openh323buildopts.h.in   2012-09-21 05:53:21.0 +0200
-+++ b/include/openh323buildopts.h.in   2013-03-05 19:26:25.251373540 +0100
-@@ -35,7 +35,7 @@
- #include 
- #include 
- 
--#if PTLIB_MAJOR == 2 && PTLIB_MINOR < 10
-+#if PTLIB_MAJOR == 2 && PTLIB_MINOR <= 10
-#define PTLIB_VER ( PTLIB_MAJOR*100 + PTLIB_MINOR*10 + PTLIB_BUILD )
- #else
-#define PTLIB_VER ( PTLIB_MAJOR*1000 + PTLIB_MINOR*10 + PTLIB_BUILD )

diff --git 
a/net-libs/h323plus/files/h323plus-1.25.0-ptrace-debugoptionlist.patch 
b/net-libs/h323plus/files/h323plus-1.25.0-ptrace-debugoptionlist.patch
deleted file mode 100644
index 7e800f490f1..000
--- a/net-libs/h323plus/files/h323plus-1.25.0-ptrace-debugoptionlist.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -ur a/src/h323pluginmgr.cxx b/src/h323pluginmgr.cxx
 a/src/h323pluginmgr.cxx2012-11-29 17:23:26.0 +0100
-+++ b/src/h323pluginmgr.cxx2013-02-22 18:56:33.100356993 +0100
-@@ -1543,7 +1543,9 @@
- PopulateMediaFormatOptions(codecDefn, fmt);
- PopulateMediaFormatFromGenericData(fmt, 
-   (PluginCodec_H323GenericCodecData *)codecDefn->h323CapabilityData);
-+#if PTRACING
- OpalMediaFormat::DebugOptionList(fmt);
-+#endif
- return true;
- }
- 

diff --git a/net-libs/h323plus/files/h323plus-1.25.0-ptrace-param.patch 
b/net-libs/h323plus/files/h323plus-1.25.0-ptrace-param.patch
deleted file mode 100644
index c69e703f42c..000
--- a/net-libs/h323plus/files/h323plus-1.25.0-ptrace-param.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -ur a/src/rtp.cxx b/src/rtp.cxx
 a/src/rtp.cxx  2012-12-10 18:56:08.0 +0100
-+++ b/src/rtp.cxx  2013-02-22 18:54:35.360358638 +0100
-@@ -1164,9 +1164,13 @@
-   return e_ProcessPacket;
- }
- 
--
-+#if PTRACING
- void RTP_Session::OnRxSenderReport(const SenderReport & PTRACE_PARAM(sender),
-const ReceiverReportArray & 
PTRACE_PARAM(reports))
-+#else
-+void RTP_Session::OnRxSenderReport(const SenderReport & sender,
-+   const ReceiverReportArray & reports)
-+#endif
- {
-userData->OnRxSenderReport(sessionID,sender,reports);
- 

diff --git a/net-libs/h323plus/h323plus-1.25.0-r1.ebuild 
b/net-libs/h323plus/h323plus-1.25.0-r1.ebuild
deleted file mode 100644
index cd5e799e452..000
--- a/net-libs/h323plus/h323plus-1.25.0-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils flag-o-matic multilib toolchain-funcs
-
-MY_P="${PN}-v${PV//./_}"
-
-DESCRIPTION="Open Source implementation of the ITU H.323 protocol, successor 
of OpenH323"
-HOMEPAGE="http://www.h323plus.org/;
-SRC_URI="mirror://sourceforge/${PN}/${PN}-v${PV//./_}.tar.gz"
-
-IUSE="aec debug +sound +video"
-SLOT="0/${PV}"
-LICENSE="MPL-1.1"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc ~x86"
-
-DEPEND=">=net-libs/ptlib-2.6.4:=[wav]
-   aec? ( >=media-libs/speex-1.2_rc1 )
-   sound? (
-   media-sound/gsm
-   dev-libs/ilbc-rfc3951
-   )
-   video? (
-   media-libs/libtheora
-  

[gentoo-commits] repo/gentoo:master commit in: net-voip/openmcu/, net-voip/openmcu/files/

2018-01-26 Thread Mikle Kolyada
commit: 82185e614c5f3fcfa4bd00b61f0a557745110f48
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan 26 22:52:38 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan 26 22:52:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82185e61

net-voip/openmcu: remove last rited package

 net-voip/openmcu/Manifest   |  1 -
 net-voip/openmcu/files/openmcu-2.2.1-path.patch | 48 
 net-voip/openmcu/files/openmcu.confd|  5 --
 net-voip/openmcu/files/openmcu.ini  | 13 -
 net-voip/openmcu/files/openmcu.rc6  | 20 ---
 net-voip/openmcu/metadata.xml   |  8 ---
 net-voip/openmcu/openmcu-2.2.5-r1.ebuild| 74 -
 7 files changed, 169 deletions(-)

diff --git a/net-voip/openmcu/Manifest b/net-voip/openmcu/Manifest
deleted file mode 100644
index 0eae86d05e5..000
--- a/net-voip/openmcu/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST h323plus-app-v1_23_0.tar.gz 610103 BLAKE2B 
18b56a0f0454e3c0cd0473c4819f0ae280f955d6adb6bc3645defafd6b7edde71134b7744569924a755cac823f3e7a5af178c4b832fa2610081fa975579da564
 SHA512 
cdb9c587cc857c64440fc9f9d8e1a08e2c9ae00c2070a8d4678e65ca951124c1b4423c24cf795c3f810bd4694f05536b981ca20377755a2c19908de56498dbd0

diff --git a/net-voip/openmcu/files/openmcu-2.2.1-path.patch 
b/net-voip/openmcu/files/openmcu-2.2.1-path.patch
deleted file mode 100644
index 48ae0364a8c..000
--- a/net-voip/openmcu/files/openmcu-2.2.1-path.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-diff -u openmcu_v2_2_1.orig/main.cxx openmcu_v2_2_1/main.cxx
 openmcu_v2_2_1.orig/main.cxx   2006-06-09 00:39:59.0 -0400
-+++ openmcu_v2_2_1/main.cxx2009-02-10 23:09:49.0 -0500
-@@ -54,9 +54,9 @@
- #include 
- #include "mcu.h"
- 
--static const char DefaultConnectingWAVFile[] = "connecting.wav";
--static const char DefaultEnteringWAVFile[]   = "entering.wav";
--static const char DefaultLeavingWAVFile[]= "leaving.wav";
-+static const char DefaultConnectingWAVFile[] = 
"/usr/share/openmcu/sounds/connecting.wav";
-+static const char DefaultEnteringWAVFile[]   = 
"/usr/share/openmcu/sounds/entering.wav";
-+static const char DefaultLeavingWAVFile[]= 
"/usr/share/openmcu/sounds/leaving.wav";
- 
- static const char ConnectingWAVFileKey[]  = "Connecting WAV File";
- static const char EnteringWAVFileKey[]= "Entering WAV File";
-diff -u openmcu_v2_2_1.orig/mcu.cxx openmcu_v2_2_1/mcu.cxx
 openmcu_v2_2_1.orig/mcu.cxx2006-07-14 01:28:01.0 -0400
-+++ openmcu_v2_2_1/mcu.cxx 2009-02-10 23:11:43.0 -0500
-@@ -83,7 +83,7 @@
- static const char DefaultRoomKey[]  = "Default room";
- static const char DefaultRoomTimeLimitKey[] = "Room time limit";
- 
--static const char DefaultCallLogFilename[] = "mcu_log.txt"; 
-+static const char DefaultCallLogFilename[] = "/var/log/openmcu/openmcu.log"; 
- static const char DefaultRoom[]= "room101";
- 
- #if OPENMCU_VIDEO
-@@ -154,8 +154,8 @@
- #endif
-   exeDir.Change();
- 
--  httpNameSpace.AddResource(new PHTTPDirectory("data", "data"));
--  httpNameSpace.AddResource(new PServiceHTTPDirectory("html", "html"));
-+  httpNameSpace.AddResource(new PHTTPDirectory("data", 
"/usr/share/openmcu/data"));
-+  httpNameSpace.AddResource(new PServiceHTTPDirectory("html", 
"/usr/share/openmcu/html"));
- 
-   manager  = CreateConferenceManager();
-   endpoint = CreateEndPoint(*manager);
-@@ -229,7 +229,7 @@
- 
- #if P_SSL
-   // SSL certificate file.
--  PString certificateFile = cfg.GetString(HTTPCertificateFileKey, 
"server.pem");
-+  PString certificateFile = cfg.GetString(HTTPCertificateFileKey, 
"/etc/openmcu/server.pem");
-   rsrc->Add(new PHTTPStringField(HTTPCertificateFileKey, 25, 
certificateFile));
-   if (!SetServerCertificate(certificateFile, TRUE)) {
- PSYSTEMLOG(Fatal, "MCU\tCould not load certificate \"" << certificateFile 
<< '"');

diff --git a/net-voip/openmcu/files/openmcu.confd 
b/net-voip/openmcu/files/openmcu.confd
deleted file mode 100644
index 59b42a260c9..000
--- a/net-voip/openmcu/files/openmcu.confd
+++ /dev/null
@@ -1,5 +0,0 @@
-#/etc/conf.d/openmcu.confd
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-OPTIONS="-u openmcu -g openmcu"

diff --git a/net-voip/openmcu/files/openmcu.ini 
b/net-voip/openmcu/files/openmcu.ini
deleted file mode 100644
index 7dbdac55198..000
--- a/net-voip/openmcu/files/openmcu.ini
+++ /dev/null
@@ -1,13 +0,0 @@
-[Parameters]
-Password=i9Vp7LN+X5Y=
-Log Level=2
-HTTP Certificate=/etc/openmcu/server.pem
-HTTP Port=1420
-Gatekeeper Mode=No gatekeeper
-Interface Array Size=0
-Default room=room101
-Connecting WAV File=/usr/share/openmcu/sounds/connecting.wav
-Entering WAV File=/usr/share/openmcu/sounds/entering.wav
-Leaving WAV File=/usr/share/openmcu/sounds/leaving.wav
-Call log filename=/var/log/openmcu/mcu_log.txt
-

diff --git 

[gentoo-commits] repo/gentoo:master commit in: net-voip/ekiga/, net-voip/ekiga/files/

2018-01-26 Thread Mikle Kolyada
commit: fa35f774736c63cea717842e35bb08ba45cc2021
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan 26 22:51:45 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan 26 22:51:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa35f774

net-voip/ekiga: remove last rited package

 net-voip/ekiga/Manifest|   1 -
 net-voip/ekiga/ekiga-4.0.1-r1.ebuild   | 119 -
 net-voip/ekiga/files/ekiga-4.0.1-crash-clear.patch |  36 ---
 net-voip/ekiga/metadata.xml|   9 --
 4 files changed, 165 deletions(-)

diff --git a/net-voip/ekiga/Manifest b/net-voip/ekiga/Manifest
deleted file mode 100644
index 2b5988ffce8..000
--- a/net-voip/ekiga/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ekiga-4.0.1.tar.xz 8339364 BLAKE2B 
baa6ba4f30e48cf4ec6e11abce06fa369b60b69105bb724cf7acfc29177c6adbbea3ae708ccc927f26fe9860b78a2c7852b58eab119e046dc3e1483179b68afa
 SHA512 
3c4dd5eab6e91434da4bbfe5728ac5943ed5ae89b8b2241fb59abb3e41bcd08ba187b5d60c9d839b1010edd7fc97b53cc6db57a6eec40ba81757a772febd2217

diff --git a/net-voip/ekiga/ekiga-4.0.1-r1.ebuild 
b/net-voip/ekiga/ekiga-4.0.1-r1.ebuild
deleted file mode 100644
index 5cc07966a14..000
--- a/net-voip/ekiga/ekiga-4.0.1-r1.ebuild
+++ /dev/null
@@ -1,119 +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 gnome2
-
-DESCRIPTION="H.323 and SIP VoIP softphone"
-HOMEPAGE="http://www.ekiga.org/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
-IUSE="dbus debug doc eds h323 ldap libnotify cpu_flags_x86_mmx pulseaudio +shm 
v4l xv zeroconf"
-
-# gconf is a hard requirement until this bug is fixed:
-# https://bugzilla.gnome.org/show_bug.cgi?id=721198
-#
-# x11-themes/gnome-icon-theme needed, bug #600398, 
https://bugzilla.gnome.org/show_bug.cgi?id=775652
-# changing configure check is not enough and icons will be missing.
-RDEPEND="
-   >=dev-libs/glib-2.24.0:2
-   >=dev-libs/boost-1.49:0=
-   dev-libs/libxml2:2
-   >=gnome-base/gconf-2.6.0:2
-
-   >=net-libs/opal-3.10.9:0=[sip,sound,video,debug=,h323?,xml]
-   =net-libs/ptlib-2.10.9:0=[ldap?,stun,v4l?,video,wav,debug=,dtmf,pulseaudio?,xml]
-   =x11-libs/gtk+-2.20.0:2
-   x11-themes/gnome-icon-theme
-   dbus? ( >=sys-apps/dbus-0.36
-   >=dev-libs/dbus-glib-0.36 )
-   eds? ( >=gnome-extra/evolution-data-server-1.2:= )
-   ldap? ( dev-libs/cyrus-sasl:2
-   net-nds/openldap )
-   libnotify? ( x11-libs/libnotify )
-   shm? ( x11-libs/libXext )
-   xv? ( x11-libs/libXv )
-   zeroconf? ( >=net-dns/avahi-0.6[dbus] )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/intltool-0.35
-   virtual/pkgconfig
-   sys-devel/gettext
-   doc? (
-   app-text/rarian
-   app-text/gnome-doc-utils
-   app-doc/doxygen )
-   v4l? ( sys-kernel/linux-headers )
-"
-
-# NOTES:
-# ptlib/opal needed features are not checked by ekiga, upstream bug 577249
-# +doc is not installing dev doc (doxygen)
-# UPSTREAM:
-# contact ekiga team to be sure intltool and gettext are not nls deps
-
-PATCHES=(
-   # https://bugs.gentoo.org/show_bug.cgi?id=499208
-   "${FILESDIR}"/${P}-crash-clear.patch
-)
-
-src_prepare() {
-   # remove call to gconftool-2 --shutdown, upstream bug 555976
-   # gnome-2 eclass is reloading schemas with SIGHUP
-   sed -i -e '/gconftool-2 --shutdown/d' Makefile.in || die "sed failed"
-
-   # V4L support is auto-enabled, want it to be a user choice
-   # do not contact upstream because that's a hack
-   # TODO: check if upstream has removed this hack
-   if ! use v4l; then
-   sed -i -e "s/V4L=\"enabled\"/V4L=\"disabled\"/" configure || 
die "sed failed"
-   fi
-
-   gnome2_src_prepare
-}
-
-src_configure() {
-   # dbus-service: always enable if dbus is enabled, no reason to disable 
it
-   # Upstream doesn't support experimental stuff:
-   # https://bugzilla.gnome.org/show_bug.cgi?id=689301
-   # Hence, we disable gstreamer, kde, kab (kontact) 
-   gnome2_src_configure \
-   --disable-gstreamer \
-   --disable-kde \
-   --enable-libtool-lock \
-   --disable-kab \
-   --disable-xcap \
-   --enable-gconf \
-   --enable-schemas-install \
-   --enable-nls \
-   --disable-static-libs \
-   $(use_enable dbus) \
-   $(use_enable dbus dbus_service) \
-   $(use_enable debug gtk-debug) \
-   $(use_enable debug opal-debug) \
-   $(use_enable doc gdu) \
-   $(use_enable eds) \
-   $(use_enable h323) \
-   $(use_enable ldap) \
-   $(use_enable libnotify notify) \
-   

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

2018-01-26 Thread Mikle Kolyada
commit: 9c3905cc0b5f78a512da72a1687ace5f76ec2f7b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan 26 22:44:29 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan 26 22:44:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c3905cc

dev-vcs/archway: remove last rited package

Closes: https://bugs.gentoo.org/640262

 dev-vcs/archway/Manifest |  1 -
 dev-vcs/archway/archway-0.2.1.ebuild | 29 -
 dev-vcs/archway/metadata.xml |  5 -
 3 files changed, 35 deletions(-)

diff --git a/dev-vcs/archway/Manifest b/dev-vcs/archway/Manifest
deleted file mode 100644
index 416a39c3e2a..000
--- a/dev-vcs/archway/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST archway-0.2.1.tar.gz 384389 BLAKE2B 
1cfa7e601cb75018d0f0f8ba2230d90e90ef8d0469e84863b4e1cd56dec11a81304be29783070a1162f7edf87b23198359ed2d291ac0287fd42d5c048d33769b
 SHA512 
52a9a5c3ced55dd50e996c75b7973c0d8e57a1b4f2094c8be598f8cb6f4b291c7d6c8ad79b447a32aa0a4f73263d65409d9b0c8ea8ef505e71e73d03fbb92a7d

diff --git a/dev-vcs/archway/archway-0.2.1.ebuild 
b/dev-vcs/archway/archway-0.2.1.ebuild
deleted file mode 100644
index 3b5bdcd1125..000
--- a/dev-vcs/archway/archway-0.2.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-inherit eutils
-
-DESCRIPTION="A GUI for GNU Arch"
-HOMEPAGE="http://www.nongnu.org/archway/;
-SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-#"ArchWay requires gtk-2.4 and gtk2-perl." -$HOMEPAGE
-#DEPEND=">=dev-util/tla-1.1
-#  >=dev-lang/perl-5.8.0
-#  >=dev-perl/Gtk2-1.040
-#  >=dev-perl/glib-perl-1.040
-#  >=x11-libs/gtk+-2.4.0"
-
-DEPEND=""
-RDEPEND="x11-libs/gtk+:2
-   >=dev-perl/Gtk2-1.040"
-
-src_install() {
-   emake DESTDIR="${D}" prefix=/usr install || die
-}

diff --git a/dev-vcs/archway/metadata.xml b/dev-vcs/archway/metadata.xml
deleted file mode 100644
index 6f49eba8f49..000
--- a/dev-vcs/archway/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-



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

2018-01-26 Thread Mike Frysinger
commit: 4ae818f00f38343a8dca9787c3ee7337b3654546
Author: Mike Frysinger  chromium  org>
AuthorDate: Tue Jan  2 10:14:35 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Jan 26 22:40:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ae818f0

dev-util/android-tools: version bump to 8.1.0_p1 #632382

Closes: https://bugs.gentoo.org/632382

 dev-util/android-tools/Manifest|   7 ++
 .../android-tools/android-tools-8.1.0_p1.ebuild| 124 
 .../files/android-tools-8.1.0_p1-build.patch   |  30 +
 dev-util/android-tools/files/make-tarballs.sh  | 128 +
 4 files changed, 289 insertions(+)

diff --git a/dev-util/android-tools/Manifest b/dev-util/android-tools/Manifest
index 05c7de00a27..15a69b3f57d 100644
--- a/dev-util/android-tools/Manifest
+++ b/dev-util/android-tools/Manifest
@@ -8,3 +8,10 @@ DIST android-tools-6.0.1_r79-core.tar.gz 1186562 BLAKE2B 
473454d340e65f98201508c
 DIST android-tools-6.0.1_r79-extras.tar.gz 648657 BLAKE2B 
4582ddd57b729492e08987e17304c62778504ffc316ab26df8c83fff1aed33226106474131d5ad0e3e302b577c83a2b78d0be04fef9711e39861a223580ab1b9
 SHA512 
e10694737c518f591eff4e808bb826c83bf45dc44c5c1ee8a4082a6e0653350ffe2986e299348cb4a1219203192d01546a05e9354ce05e29897f856c147de8c3
 DIST android-tools-6.0.1_r79-f2fs-tools.tar.gz 70255 BLAKE2B 
ab9ce3efd33c28a1a0a9cb8a5415057498dd493e059183cc9d3fcc9de1b5ca4d7488c75695c94700fc6a4e5503beb8647576c7096fa50229f98485d2983ce152
 SHA512 
0871f99f78006028889b42668ec627b6515bb812ad3ec4a489f62187a79f64d2a74f66556698a5f05fc99932f75fefd8810dedceeab744b212beb764e97b82c8
 DIST android-tools-6.0.1_r79-libselinux.tar.gz 50814 BLAKE2B 
f09f26c801be83bc97f4b18606f513ce0fae791126a30c90067e3b2066c991fa1390ab2d0fac2475f755f3245179718204d5014f47ece46801dc0f80caf9758b
 SHA512 
686557271271c4d59fb968c5aa76b433955009733f3151c4c86faa996ce846088d6632b0969b23699822b7a6f09eae60abedba6abb0edc9d444159bbdb5c6f91
+DIST android-tools-8.1.0_r1-arch.tar.gz 6250 BLAKE2B 
65447517a33438c8531a9d707c6107703eaccb558e505e51a88ef51e70f83488620f76eb0240dc0899211cf120e9e1ffbea041086f1d8133f30b56358aba76d6
 SHA512 
5746e0b2f6aae37ebe60b7b1e939699a11de2f44286497f77d700c3896e02559d55002f036ecdc1c412844bfce4ab245b9086193dc982e6be74bcaea61010c5c
+DIST android-tools-8.1.0_r1-core.tar.gz 5227179 BLAKE2B 
afb280d67fe1b926e1f1ad68409584ad0209eb48921542e2bd490448c888cdf4bf6fb4c6f9552d580c7a396e79c2c85019e79a9a6c9881ea962c2f1064c33d82
 SHA512 
2c8e67232ca6348a4fd4b5d7077715491d2168c46fc8e336635a961bbbed156ef480718ee58393501196e9315c6c1bda807f8966944e3bc209dd5a0f7088642e
+DIST android-tools-8.1.0_r1-extras.tar.xz 275952 BLAKE2B 
0fd3c536fee6ffbe2cdd4321604d32dc3a2b48a1b3edcb9121e83ceea760e491b47b301c3d8126565efd6b11adabd4f89c79bbe8731585660ce395af9e643fe7
 SHA512 
bfe3af89eadf38ce6805637e41f3fb15feb85455902f6a43e52a2f95dd1595cc896a9f46ccc82ab8db433f56a05f2f4c0ba85b77f40b03d5d69c8fec4082a2da
+DIST android-tools-8.1.0_r1-f2fs-tools.tar.xz 93924 BLAKE2B 
b8b6c7ba4c3f5309bfcfc91bd57d018d7af66f8dd25590207fd545f0dba02961826bf9963a56c7994feea5db8f9caedfe4fe62870420d9544283f87ec337cfb8
 SHA512 
de726be0691c58a5093098bd30cfc06c4312c44bec040cbecd594694cb7b38742dafd1f00b08c18f1b70abf56571738eb3e85e612f082e09e51a98980444e069
+DIST android-tools-8.1.0_r1-selinux.tar.xz 3188060 BLAKE2B 
8c513d858e8dcaed705975ad61f362d7b1c2252685a63a1ad6035f36b0b402f1857ac5d2635d35ffa10f05b4a2605f30f27dcc5e9d91930eb0656f3ce2da036d
 SHA512 
8799f10b4dba840ecea8f6abb8166c2e137eb3f0d9c5cfb132c661cf17800f2eeaafb1b4ec9e8974fc3324fae99e3654e52397c987faf1d48ab6148152d84f11
+DIST android-tools-8.1.0_r1.ninja.xz 2740 BLAKE2B 
34473e33970cefdaf82bbe4524665fd50e6617cf867757ca07cdccc2e7356f43ef4bb455080ef4bac516ddba3c4e4120f0b27306e84725f8d5738a81800e3a53
 SHA512 
707e0e1c53832a42384e93d363f80007b76f18166b9f3f7d516431410b05319b1acc804daa1fddc218e11feb48de48683efb5203f4fa6d80646dcb1a2953139f
+DIST boringssl-14308731e5446a73ac2258688a9688b524483cb6.tar.gz 13030361 
BLAKE2B 
6982416b6e193e7faccd41fff3bd35f80b11d7495251d876e6b081bd94a887ec3c6bf5b7852d9595594fc2bdc57353f268272ef01fb79f7c93b52d46cbda69ac
 SHA512 
171b524b0452a48853b2c8010ff5e14d5d720e69eeaf1d3b79f675838f3afa94aee9de2f47b37303feb2d92cbf77639efe585786625b7b37b8cc2ba727c37fdc

diff --git a/dev-util/android-tools/android-tools-8.1.0_p1.ebuild 
b/dev-util/android-tools/android-tools-8.1.0_p1.ebuild
new file mode 100644
index 000..a1e81887fcd
--- /dev/null
+++ b/dev-util/android-tools/android-tools-8.1.0_p1.ebuild
@@ -0,0 +1,124 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+CMAKE_MAKEFILE_GENERATOR="ninja"
+
+inherit flag-o-matic bash-completion-r1 ninja-utils toolchain-funcs 
cmake-utils python-r1 python-utils-r1
+
+MY_PV="${PV/_p/_r}"
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="Android platform tools (adb, fastboot, and mkbootimg)"

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

2018-01-26 Thread Mikle Kolyada
commit: a4553898463dc1518334bd23589ed135db4a3709
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan 26 22:40:14 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan 26 22:40:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4553898

x11-wm/compiz: remove last rited package

 x11-wm/compiz/Manifest|   1 -
 x11-wm/compiz/compiz-0.8.8-r3.ebuild  | 158 
 x11-wm/compiz/files/compiz-gcc-4.7.patch  |  38 ---
 x11-wm/compiz/files/compiz-manager| 384 --
 x11-wm/compiz/files/compiz-no-gconf.patch |  20 --
 x11-wm/compiz/files/compiz.desktop|  11 -
 x11-wm/compiz/metadata.xml|  18 --
 7 files changed, 630 deletions(-)

diff --git a/x11-wm/compiz/Manifest b/x11-wm/compiz/Manifest
deleted file mode 100644
index f5e1baa4c0e..000
--- a/x11-wm/compiz/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST compiz-0.8.8.tar.bz2 1123892 BLAKE2B 
0de05006efca091cc136c018fa265c42364d7c97654f8fc75e5b5ed80b0b30f50f20b1acd273dafccd2bfb592b1e7d4652ad45c4d3290c16edf5d5138a5be184
 SHA512 
6e3bad018835fdbc1b0e5ecb51a46a77a6531d46d77ee3ae4169273632ea9a6839c78300b18e2198c41698517efa65ded75387785b0c56da41498451b644

diff --git a/x11-wm/compiz/compiz-0.8.8-r3.ebuild 
b/x11-wm/compiz/compiz-0.8.8-r3.ebuild
deleted file mode 100644
index 36d5c22ae14..000
--- a/x11-wm/compiz/compiz-0.8.8-r3.ebuild
+++ /dev/null
@@ -1,158 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils gnome2-utils
-
-DESCRIPTION="OpenGL window and compositing manager"
-HOMEPAGE="http://www.compiz.org/;
-SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2;
-
-LICENSE="GPL-2 LGPL-2.1 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="+cairo dbus fuse gnome gconf gtk +svg"
-
-COMMONDEPEND="
-   >=dev-libs/glib-2
-   dev-libs/libxml2
-   dev-libs/libxslt
-   media-libs/libpng:0=
-   >=media-libs/mesa-6.5.1-r1
-   >=x11-base/xorg-server-1.1.1-r1
-   >=x11-libs/libX11-1.4
-   x11-libs/libxcb
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXinerama
-   x11-libs/libXrandr
-   x11-libs/libICE
-   x11-libs/libSM
-   >=x11-libs/libXrender-0.8.4
-   >=x11-libs/startup-notification-0.7
-   virtual/glu
-   cairo? (
-   x11-libs/cairo[X]
-   )
-   dbus? (
-   >=sys-apps/dbus-1.0
-   dev-libs/dbus-glib
-   )
-   fuse? ( sys-fs/fuse )
-   gnome? (
-   >=gnome-base/gnome-control-center-2.16.1:2
-   gnome-base/gnome-desktop:2
-   gconf? ( gnome-base/gconf:2 )
-   )
-   gtk? (
-   >=x11-libs/gtk+-2.8.0:2
-   >=x11-libs/libwnck-2.18.3:1
-   x11-libs/pango
-   )
-   svg? (
-   >=gnome-base/librsvg-2.14.0:2
-   >=x11-libs/cairo-1.0
-   )
-"
-
-DEPEND="${COMMONDEPEND}
-   virtual/pkgconfig
-   x11-proto/damageproto
-   x11-proto/xineramaproto
-"
-
-RDEPEND="${COMMONDEPEND}
-   x11-apps/mesa-progs
-   x11-apps/xdpyinfo
-   x11-apps/xset
-   x11-apps/xvinfo
-"
-
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-
-src_prepare() {
-   echo gtk/gnome/compiz-wm.desktop.in >> po/POTFILES.skip
-   echo metadata/core.xml.in >> po/POTFILES.skip
-
-   # Patch for compatibility with gcc 4.7
-   epatch "${FILESDIR}"/${PN}-gcc-4.7.patch
-
-   if ! use gnome || ! use gconf; then
-   epatch "${FILESDIR}"/${PN}-no-gconf.patch
-   fi
-   eautoreconf
-}
-
-src_configure() {
-   local myconf
-
-   # We make gconf optional by itself, but only if gnome is also
-   # enabled, otherwise we simply disable it.
-   if use gnome; then
-   myconf="${myconf} $(use_enable gconf)"
-   else
-   myconf="${myconf} --disable-gconf"
-   fi
-
-   econf \
-   --enable-fast-install \
-   --disable-static \
-   --disable-gnome-keybindings \
-   --with-default-plugins \
-   $(use_enable svg librsvg) \
-   $(use_enable cairo annotate) \
-   $(use_enable dbus) \
-   $(use_enable dbus dbus-glib) \
-   $(use_enable fuse) \
-   $(use_enable gnome) \
-   $(use_enable gnome metacity) \
-   $(use_enable gtk) \
-   --disable-kde4 \
-   --disable-kde \
-   ${myconf}
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-
-   # Install compiz-manager
-   dobin "${FILESDIR}"/compiz-manager
-
-   # Add the full-path to lspci
-   sed -i "s#lspci#/usr/sbin/lspci#" "${D}/usr/bin/compiz-manager" || die
-
-   # Fix the hardcoded lib paths
-   sed -i "s#/lib/#/$(get_libdir)/#g" 

[gentoo-commits] repo/gentoo:master commit in: x11-apps/fusion-icon/, x11-apps/fusion-icon/files/

2018-01-26 Thread Mikle Kolyada
commit: 7c1dc55c81e01a738bd4b278bd7cce28022b5e55
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan 26 22:39:22 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan 26 22:39:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c1dc55c

x11-apps/fusion-icon: remove last rited package

 x11-apps/fusion-icon/Manifest  |  2 -
 ...on-icon-0.1-qt4-interface-subprocess-call.patch | 22 ---
 x11-apps/fusion-icon/fusion-icon-0.1-r4.ebuild | 46 --
 x11-apps/fusion-icon/fusion-icon-0.2.4.ebuild  | 40 ---
 x11-apps/fusion-icon/metadata.xml  |  5 ---
 5 files changed, 115 deletions(-)

diff --git a/x11-apps/fusion-icon/Manifest b/x11-apps/fusion-icon/Manifest
deleted file mode 100644
index f047bac81a9..000
--- a/x11-apps/fusion-icon/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST fusion-icon-0.1.tar.gz 30508 BLAKE2B 
8ab8c0eb1ff63c7d6dce128a8e20983028e8ef5bae6a5a7affcbcf2da87a552046fc57afaf9c469a566b7cd7f93322b8e277b67cab2a4072b2acf6371b50c7a6
 SHA512 
0c22d0c7a22a9c20f1285114f8b785aff6cf863d4fe3ea1198618b13d7144f459f131dccf885442908fcd82ab4ff69e5fc42e95314836725b0e51fa3190c2bcc
-DIST fusion-icon-0.2.4.tar.xz 29264 BLAKE2B 
0c236c04ec870ee1d583bb4bcc3efcfa26c218af55214b214fc79c528decb0fe1a2c8a00646c52d64afe4c8dd67fab4bd6495fa5b2846894161aa54d6b5bdcb1
 SHA512 
dbdc68abef3ed243db30a72f367dc0ed8f875fa614c85e24235cbf06a8e1433bc30b175d43abbd8b5adf3150275f619a992602f1475cbdf235ae9cd9e1545848

diff --git 
a/x11-apps/fusion-icon/files/fusion-icon-0.1-qt4-interface-subprocess-call.patch
 
b/x11-apps/fusion-icon/files/fusion-icon-0.1-qt4-interface-subprocess-call.patch
deleted file mode 100644
index 4829e18e60e..000
--- 
a/x11-apps/fusion-icon/files/fusion-icon-0.1-qt4-interface-subprocess-call.patch
+++ /dev/null
@@ -1,22 +0,0 @@
 FusionIcon/interface_qt4/main.py.orig  2012-06-05 17:54:13.0 
+0400
-+++ FusionIcon/interface_qt4/main.py   2012-06-05 18:01:13.0 
+0400
-@@ -19,6 +19,7 @@
- import sys, os, time
- from PyQt4 import QtGui, QtCore
- from FusionIcon.start import wms, apps, options, decorators, init
-+import subprocess
- 
- class Build(QtGui.QApplication):
-   def reload_wm(self):
-@@ -63,9 +64,9 @@
-   actionWD.setChecked(True)
-   self.Tray.menu = QtGui.QMenu()
-   if 'ccsm' in apps:
--  self.Tray.menu.addAction(apps['ccsm'].label, lambda: 
run(['ccsm']))
-+  self.Tray.menu.addAction(apps['ccsm'].label, lambda: 
subprocess.call(['ccsm']))
-   if 'emerald theme manager' in apps:
--  self.Tray.menu.addAction(apps['emerald theme 
manager'].label, lambda: run(apps['emerald theme manager'].command))
-+  self.Tray.menu.addAction(apps['emerald theme 
manager'].label, lambda: subprocess.call(apps['emerald theme manager'].command))
-   if 'ccsm' in apps or 'emerald theme manager' in apps:
-   self.Tray.menu.addSeparator()
-   self.Tray.menu.addAction("Reload Window Manager", 
self.reload_wm)

diff --git a/x11-apps/fusion-icon/fusion-icon-0.1-r4.ebuild 
b/x11-apps/fusion-icon/fusion-icon-0.1-r4.ebuild
deleted file mode 100644
index d781541f333..000
--- a/x11-apps/fusion-icon/fusion-icon-0.1-r4.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 eutils gnome2-utils
-
-MINIMUM_COMPIZ_RELEASE=0.6.0
-
-DESCRIPTION="Compiz Fusion Tray Icon and Manager"
-HOMEPAGE="http://compiz.org;
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+gtk qt4"
-
-REQUIRED_USE="|| ( gtk qt4 )"
-
-RDEPEND="
-   >=dev-python/compizconfig-python-${MINIMUM_COMPIZ_RELEASE}
-   >=x11-wm/compiz-${MINIMUM_COMPIZ_RELEASE}
-   x11-apps/xvinfo
-   gtk? ( >=dev-python/pygtk-2.10:2[${PYTHON_USEDEP}] )
-   qt4? ( dev-python/PyQt4[X,${PYTHON_USEDEP}] )"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-PATCHES=( "${FILESDIR}"/${P}-qt4-interface-subprocess-call.patch )
-
-python_install() {
-   distutils-r1_python_install
-   use gtk || rm -r "${D}$(python_get_sitedir)/FusionIcon/interface_gtk" 
|| die
-   use qt4 || rm -r "${D}$(python_get_sitedir)/FusionIcon/interface_qt4" 
|| die
-}
-
-pkg_postinst() {
-   use gtk && gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   use gtk && gnome2_icon_cache_update
-}

diff --git a/x11-apps/fusion-icon/fusion-icon-0.2.4.ebuild 
b/x11-apps/fusion-icon/fusion-icon-0.2.4.ebuild
deleted file mode 100644
index 16d20246532..000
--- a/x11-apps/fusion-icon/fusion-icon-0.2.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General 

[gentoo-commits] repo/gentoo:master commit in: x11-libs/compizconfig-backend-gconf/

2018-01-26 Thread Mikle Kolyada
commit: 6b6315e20fc121343fa278eee1816909fe5fbb34
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan 26 22:38:12 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan 26 22:38:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b6315e2

x11-libs/compizconfig-backend-gconf: remove last rited package

 x11-libs/compizconfig-backend-gconf/Manifest   |  1 -
 .../compizconfig-backend-gconf-0.8.8.ebuild| 35 --
 x11-libs/compizconfig-backend-gconf/metadata.xml   |  6 
 3 files changed, 42 deletions(-)

diff --git a/x11-libs/compizconfig-backend-gconf/Manifest 
b/x11-libs/compizconfig-backend-gconf/Manifest
deleted file mode 100644
index bcfee6899fd..000
--- a/x11-libs/compizconfig-backend-gconf/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST compizconfig-backend-gconf-0.8.8.tar.bz2 248650 BLAKE2B 
9957c59e4fe1f6ba2a137204a6e70fac01b609e4b854b10dcbf11825147d6576e69d414f85797b8da8172a36a372353011e25b2c1a09eb35b36c915635c4caf3
 SHA512 
b8405660dfc93d7615b491523e7dd07c585e14f51f5de8237a88dbdefbf5fc8a338ceecc5ab10daef262add8a98fb4db5f3b9658d42b833b76fc0f486be51b92

diff --git 
a/x11-libs/compizconfig-backend-gconf/compizconfig-backend-gconf-0.8.8.ebuild 
b/x11-libs/compizconfig-backend-gconf/compizconfig-backend-gconf-0.8.8.ebuild
deleted file mode 100644
index a47d6c4b4e5..000
--- 
a/x11-libs/compizconfig-backend-gconf/compizconfig-backend-gconf-0.8.8.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils
-
-DESCRIPTION="Compizconfig Gconf Backend"
-HOMEPAGE="http://www.compiz.org/;
-SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=gnome-base/gconf-2.0:2
-   >=x11-libs/libcompizconfig-${PV}
-   >=x11-wm/compiz-${PV}
-"
-RDEPEND="${DEPEND}"
-
-DOCS="AUTHORS ChangeLog INSTALL NEWS README"
-
-src_configure() {
-   econf \
-   --enable-fast-install \
-   --disable-static
-}
-
-src_install() {
-   default
-   prune_libtool_files
-}

diff --git a/x11-libs/compizconfig-backend-gconf/metadata.xml 
b/x11-libs/compizconfig-backend-gconf/metadata.xml
deleted file mode 100644
index 2a469e3b0c6..000
--- a/x11-libs/compizconfig-backend-gconf/metadata.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   The gconf backend for 
CompizConfig.
-



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libcompizconfig/files/, x11-libs/libcompizconfig/

2018-01-26 Thread Mikle Kolyada
commit: c3523c565f98a934738d5f9367ae0a2206c3dddc
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan 26 22:36:54 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan 26 22:37:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3523c56

x11-libs/libcompizconfig: remove last rited package

 x11-libs/libcompizconfig/Manifest  |  1 -
 ...fig-0.8.8-avoid-using-templates-in-c-code.patch | 35 ---
 .../libcompizconfig-0.8.8-r1.ebuild| 40 --
 x11-libs/libcompizconfig/metadata.xml  |  6 
 4 files changed, 82 deletions(-)

diff --git a/x11-libs/libcompizconfig/Manifest 
b/x11-libs/libcompizconfig/Manifest
deleted file mode 100644
index dcd9e11c5dd..000
--- a/x11-libs/libcompizconfig/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libcompizconfig-0.8.8.tar.bz2 318176 BLAKE2B 
f0c5d8fc8749b1c5682a531c9aee8acc16988c3d3d8247558676c97134cd0d9d5bbcd7c2715610109468e7a149801cc64522bd3f8db8619121d69c0a76d72838
 SHA512 
1ba2f6143870d981e174c47fddb9fdd072a1c64a5a5f07779bd6261767a2c1a7612bdcb3f62a76c203f4ab630542c8ae750fff3ec30a0305f8851584c6a5d6bb

diff --git 
a/x11-libs/libcompizconfig/files/libcompizconfig-0.8.8-avoid-using-templates-in-c-code.patch
 
b/x11-libs/libcompizconfig/files/libcompizconfig-0.8.8-avoid-using-templates-in-c-code.patch
deleted file mode 100644
index 498a4bfa4d1..000
--- 
a/x11-libs/libcompizconfig/files/libcompizconfig-0.8.8-avoid-using-templates-in-c-code.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 1e42ea0e629d6a013e6e7ad7f5d1bbfd2ea11338 Mon Sep 17 00:00:00 2001
-From: Scott Moreau 
-Date: Wed, 9 Dec 2015 12:51:12 -0700
-Subject: [PATCH] Avoid using templates in C code
-
-libxslt uses templates and we cannot use templates in C code. Move the headers
-using templates outside extern "C" clause.

- src/compiz.cpp | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/src/compiz.cpp b/src/compiz.cpp
-index 43da02f..e5aba0f 100644
 a/src/compiz.cpp
-+++ b/src/compiz.cpp
-@@ -23,6 +23,9 @@
- #include 
- #endif
- 
-+#include 
-+#include 
-+
- extern "C"
- {
- #ifdef HAVE_CONFIG_H
-@@ -36,9 +39,6 @@ extern "C"
- #include 
- #include 
- 
--#include 
--#include 
--
- #include 
- 
- #include 

diff --git a/x11-libs/libcompizconfig/libcompizconfig-0.8.8-r1.ebuild 
b/x11-libs/libcompizconfig/libcompizconfig-0.8.8-r1.ebuild
deleted file mode 100644
index a7fc1f91996..000
--- a/x11-libs/libcompizconfig/libcompizconfig-0.8.8-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils
-
-DESCRIPTION="Compiz Configuration System"
-HOMEPAGE="http://www.compiz.org/;
-SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/libxml2
-   dev-libs/protobuf
-   >=x11-wm/compiz-${PV}
-   x11-libs/libX11"
-DEPEND="${RDEPEND}
-   >=dev-util/intltool-0.41
-   virtual/pkgconfig
-   x11-proto/xproto"
-
-RESTRICT="test"
-
-#602286
-PATCHES=( "${FILESDIR}/${P}-avoid-using-templates-in-c-code.patch" )
-
-src_configure() {
-   econf \
-   --enable-fast-install \
-   --disable-static
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc TODO
-   prune_libtool_files --all
-}

diff --git a/x11-libs/libcompizconfig/metadata.xml 
b/x11-libs/libcompizconfig/metadata.xml
deleted file mode 100644
index 30804a86277..000
--- a/x11-libs/libcompizconfig/metadata.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   Libcompizconfig is an alternative 
configuration system for compiz.
-



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

2018-01-26 Thread Mike Frysinger
commit: 4f5d710c9c3091cee46005ec0a323095b8e0d0c8
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri Jan 26 22:32:54 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Jan 26 22:34:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f5d710c

dev-libs/boehm-gc: add elibtoolize for cross-compiling relink hack #594754

Closes: https://bugs.gentoo.org/594754

 dev-libs/boehm-gc/boehm-gc-7.4.0.ebuild | 6 +-
 dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild | 6 +-
 dev-libs/boehm-gc/boehm-gc-7.6.0.ebuild | 7 ++-
 dev-libs/boehm-gc/boehm-gc-7.6.2.ebuild | 7 ++-
 dev-libs/boehm-gc/boehm-gc-7.6.4.ebuild | 7 ++-
 5 files changed, 28 insertions(+), 5 deletions(-)

diff --git a/dev-libs/boehm-gc/boehm-gc-7.4.0.ebuild 
b/dev-libs/boehm-gc/boehm-gc-7.4.0.ebuild
index 49e88540665..dcdf93aaa2c 100644
--- a/dev-libs/boehm-gc/boehm-gc-7.4.0.ebuild
+++ b/dev-libs/boehm-gc/boehm-gc-7.4.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-inherit eutils
+inherit eutils libtool
 
 MY_P="gc-${PV}"
 
@@ -21,6 +21,10 @@ DEPEND=">=dev-libs/libatomic_ops-7.4
 
 S="${WORKDIR}/${MY_P}"
 
+src_prepare() {
+   elibtoolize #594754
+}
+
 src_configure() {
local config=(
--with-libatomic-ops

diff --git a/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild 
b/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild
index ce85bb396f0..6a945b47e50 100644
--- a/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild
+++ b/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-inherit eutils
+inherit eutils libtool
 
 MY_P="gc-${PV}"
 
@@ -21,6 +21,10 @@ DEPEND=">=dev-libs/libatomic_ops-7.4
 
 S="${WORKDIR}/${MY_P}"
 
+src_prepare() {
+   elibtoolize #594754
+}
+
 src_configure() {
local config=(
--with-libatomic-ops

diff --git a/dev-libs/boehm-gc/boehm-gc-7.6.0.ebuild 
b/dev-libs/boehm-gc/boehm-gc-7.6.0.ebuild
index 1e9292afc17..3eb61032129 100644
--- a/dev-libs/boehm-gc/boehm-gc-7.6.0.ebuild
+++ b/dev-libs/boehm-gc/boehm-gc-7.6.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit multilib-minimal
+inherit multilib-minimal libtool
 
 MY_P="gc-${PV}"
 
@@ -22,6 +22,11 @@ DEPEND="
 
 S="${WORKDIR}/${MY_P}"
 
+src_prepare() {
+   default
+   elibtoolize #594754
+}
+
 multilib_src_configure() {
local config=(
--with-libatomic-ops

diff --git a/dev-libs/boehm-gc/boehm-gc-7.6.2.ebuild 
b/dev-libs/boehm-gc/boehm-gc-7.6.2.ebuild
index 09cabd87bf7..e6156a40ada 100644
--- a/dev-libs/boehm-gc/boehm-gc-7.6.2.ebuild
+++ b/dev-libs/boehm-gc/boehm-gc-7.6.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-inherit multilib-minimal
+inherit multilib-minimal libtool
 
 MY_P="gc-${PV}"
 
@@ -23,6 +23,11 @@ DEPEND="
 
 S="${WORKDIR}/${MY_P}"
 
+src_prepare() {
+   default
+   elibtoolize #594754
+}
+
 multilib_src_configure() {
local config=(
--disable-docs

diff --git a/dev-libs/boehm-gc/boehm-gc-7.6.4.ebuild 
b/dev-libs/boehm-gc/boehm-gc-7.6.4.ebuild
index 3fe48a0d9a2..138b14036e5 100644
--- a/dev-libs/boehm-gc/boehm-gc-7.6.4.ebuild
+++ b/dev-libs/boehm-gc/boehm-gc-7.6.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-inherit multilib-minimal
+inherit multilib-minimal libtool
 
 MY_P="gc-${PV}"
 
@@ -24,6 +24,11 @@ DEPEND="
 
 S="${WORKDIR}/${MY_P}"
 
+src_prepare() {
+   default
+   elibtoolize #594754
+}
+
 multilib_src_configure() {
local config=(
--disable-docs



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

2018-01-26 Thread Mikle Kolyada
commit: df7cb2bfa5d685d927f6388b94699eb0c7426bae
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan 26 22:34:02 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan 26 22:34:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df7cb2bf

dev-python/compizconfig-python: remove last rited package

 dev-python/compizconfig-python/Manifest|  1 -
 .../compizconfig-python-0.8.4-r5.ebuild| 42 --
 dev-python/compizconfig-python/metadata.xml|  6 
 3 files changed, 49 deletions(-)

diff --git a/dev-python/compizconfig-python/Manifest 
b/dev-python/compizconfig-python/Manifest
deleted file mode 100644
index 55ed1d08d32..000
--- a/dev-python/compizconfig-python/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST compizconfig-python-0.8.4.tar.bz2 269812 BLAKE2B 
3e3b9b6d3c794bb04106a3363f6252b4adfd8085e3beb6ddab166e1dfd366ee7a6e0c3b110599f6b1e521e66273773210c04e54498be479ac4bc715bd529da15
 SHA512 
3cd20014a7d0b186c9659ce104576d8e08e9e9f1f60bed4b7f4097c12ca4c49392621d2328abb50017c7d9f86af5b43675468b1cd4b5d128e23c24371c4af9ef

diff --git a/dev-python/compizconfig-python/compizconfig-python-0.8.4-r5.ebuild 
b/dev-python/compizconfig-python/compizconfig-python-0.8.4-r5.ebuild
deleted file mode 100644
index bb7fa86eca1..000
--- a/dev-python/compizconfig-python/compizconfig-python-0.8.4-r5.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-inherit eutils autotools-utils python-r1
-
-DESCRIPTION="Compizconfig Python Bindings"
-HOMEPAGE="http://www.compiz.org/;
-SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-
-RDEPEND="${PYTHON_DEPS}
-   >=dev-libs/glib-2.6
-   >=x11-libs/libcompizconfig-${PV}"
-
-DEPEND="${RDEPEND}
-   dev-python/pyrex[${PYTHON_USEDEP}]
-   virtual/pkgconfig"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-src_configure() {
-   local myeconfargs=(
-   --enable-fast-install
-   --disable-static
-   )
-   python_foreach_impl autotools-utils_src_configure
-}
-
-src_compile() {
-   python_foreach_impl autotools-utils_src_compile
-}
-
-src_install() {
-   python_foreach_impl autotools-utils_src_install
-   prune_libtool_files --modules
-}

diff --git a/dev-python/compizconfig-python/metadata.xml 
b/dev-python/compizconfig-python/metadata.xml
deleted file mode 100644
index e24b832e355..000
--- a/dev-python/compizconfig-python/metadata.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   Python bindings for 
libcompizconfig.
-



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

2018-01-26 Thread Mikle Kolyada
commit: 1e3b263b4d2589abb5bd6f701380c6ee87555e56
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan 26 22:32:50 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan 26 22:32:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e3b263b

x11-misc/ccsm: remove last rited package

 x11-misc/ccsm/Manifest |  1 -
 x11-misc/ccsm/ccsm-0.8.4-r5.ebuild | 53 --
 .../ccsm/files/ccsm-0.8.4-pygobject-glib-fix.patch | 16 ---
 x11-misc/ccsm/metadata.xml |  6 ---
 4 files changed, 76 deletions(-)

diff --git a/x11-misc/ccsm/Manifest b/x11-misc/ccsm/Manifest
deleted file mode 100644
index 0459bd4e7a2..000
--- a/x11-misc/ccsm/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ccsm-0.8.4.tar.bz2 475864 BLAKE2B 
6ccfaa4329dd33b78efd43f98e08d10c5909e1ef36a9fe096c4a1f123f92bf7623f7a73b724ec8146e544dd523022170ba83f4d35d0cd486bdbeabdcddea90ee
 SHA512 
1991f25ca4f04363006bacd5267cb54c7e24817b263996c7172f58180ca0acf94050220938d4fa87081c93fde23ca0b44a333f9b675950e4c5187903a03692c5

diff --git a/x11-misc/ccsm/ccsm-0.8.4-r5.ebuild 
b/x11-misc/ccsm/ccsm-0.8.4-r5.ebuild
deleted file mode 100644
index 235de9f1687..000
--- a/x11-misc/ccsm/ccsm-0.8.4-r5.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_IN_SOURCE_BUILD=1
-inherit distutils-r1
-
-DESCRIPTION="Compizconfig Settings Manager"
-HOMEPAGE="http://www.compiz.org/;
-SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-
-RDEPEND="
-   >=dev-python/compizconfig-python-${PV}[${PYTHON_USEDEP}]
-   >=dev-python/pygtk-2.12:2[${PYTHON_USEDEP}]
-   gnome-base/librsvg
-"
-
-# missing icons and text fix, bug #487106
-PATCHES=( "${FILESDIR}/${P}-pygobject-glib-fix.patch" )
-
-DOCS=( AUTHORS )
-
-python_prepare_all() {
-   # return error if wrong arguments passed to setup.py
-   sed -i -e 's/raise SystemExit/\0(1)/' setup.py || die 'sed on setup.py 
failed'
-   # fix desktop file
-   sed -i \
-   -e '/Categories/s/Compiz/X-\0/' \
-   -e '/Encoding/d' \
-   ccsm.desktop.in || die 'sed on ccsm.desktop.in failed'
-
-   # correct gettext behavior
-   if [[ -n "${LINGUAS+x}" ]] ; then
-   for i in $(cd po ; echo *po | sed 's/\.po//g') ; do
-   if ! has ${i} ${LINGUAS} ; then
-   rm po/${i}.po || die
-   fi
-   done
-   fi
-
-   distutils-r1_python_prepare_all
-}
-
-python_configure_all() {
-   #set prefix
-   mydistutilsargs=( build --prefix=/usr )
-}

diff --git a/x11-misc/ccsm/files/ccsm-0.8.4-pygobject-glib-fix.patch 
b/x11-misc/ccsm/files/ccsm-0.8.4-pygobject-glib-fix.patch
deleted file mode 100644
index 9b325af7f34..000
--- a/x11-misc/ccsm/files/ccsm-0.8.4-pygobject-glib-fix.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Fix missing icon and text with new PyGObject
-Gentoo bugreport - https://bugs.gentoo.org/show_bug.cgi?id=487106
-Patch by  Small_Penguin 
-
-diff -Naur ccsm-0.8.4~/ccm/Utils.py ccsm-0.8.4/ccm/Utils.py
 ccsm-0.8.4~/ccm/Utils.py   2009-10-14 03:05:30.0 +0200
-+++ ccsm-0.8.4/ccm/Utils.py2013-10-05 10:16:10.050030522 +0200
-@@ -184,7 +184,7 @@
- if has_focus:
- self.unset_flags (gtk.HAS_FOCUS)
- 
--ret = super (PrettyButton, self).do_expose_event (self, event)
-+ret = gtk.Button.do_expose_event (self, event)
- 
- if has_focus:
- self.set_flags (gtk.HAS_FOCUS)

diff --git a/x11-misc/ccsm/metadata.xml b/x11-misc/ccsm/metadata.xml
deleted file mode 100644
index 3f57497447f..000
--- a/x11-misc/ccsm/metadata.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   Compizconfig Settings 
Manager.
-



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

2018-01-26 Thread Mikle Kolyada
commit: 78d7f310897ebeed48fbaa092ffb25149dd4f5b3
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan 26 22:31:00 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan 26 22:31:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d7f310

x11-misc/simple-ccsm: remove last rited package

 x11-misc/simple-ccsm/Manifest|  1 -
 x11-misc/simple-ccsm/metadata.xml|  6 ---
 x11-misc/simple-ccsm/simple-ccsm-0.8.4-r2.ebuild | 53 
 3 files changed, 60 deletions(-)

diff --git a/x11-misc/simple-ccsm/Manifest b/x11-misc/simple-ccsm/Manifest
deleted file mode 100644
index fcfdbad345e..000
--- a/x11-misc/simple-ccsm/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST simple-ccsm-0.8.4.tar.bz2 62423 BLAKE2B 
b5df6716fe7a5f39f2972090c217e81424ebf6f3e67d3107e76e6ba19946b276c3d2587dd46c23f184453f5030a1b501f1ee7e1abceda88d46acdb641003
 SHA512 
f60a689e18fcea494eacc4eaa8718d77b846af6790cb5de056ecd432fd8b5190ebd4ce6669744b3da408e492f68012503f420e28e66be83b747b2e532b152158

diff --git a/x11-misc/simple-ccsm/metadata.xml 
b/x11-misc/simple-ccsm/metadata.xml
deleted file mode 100644
index 173985d4360..000
--- a/x11-misc/simple-ccsm/metadata.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   Simplified Compizconfig Settings 
Manager.
-

diff --git a/x11-misc/simple-ccsm/simple-ccsm-0.8.4-r2.ebuild 
b/x11-misc/simple-ccsm/simple-ccsm-0.8.4-r2.ebuild
deleted file mode 100644
index a56e4fee010..000
--- a/x11-misc/simple-ccsm/simple-ccsm-0.8.4-r2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_IN_SOURCE_BUILD=1
-inherit distutils-r1 gnome2-utils
-
-DESCRIPTION="Simplified Compizconfig Settings Manager"
-HOMEPAGE="http://www.compiz.org/;
-SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-
-DEPEND="
-   dev-util/intltool
-   virtual/pkgconfig"
-RDEPEND="
-   >=dev-python/compizconfig-python-${PV}[${PYTHON_USEDEP}]
-   >=dev-python/pygtk-2.10:2[${PYTHON_USEDEP}]
-   >=x11-misc/ccsm-${PV}[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
-   # return error if wrong arguments passed to setup.py
-   sed -i -e 's/raise SystemExit/\0(1)/' setup.py || die 'sed on setup.py 
failed'
-   # fix desktop file
-   sed -i \
-   -e '/Categories/s/Compiz/X-\0/' \
-   -e '/Encoding/d' \
-   "${PN}".desktop.in || die "sed on ${PN}.desktop.in failed"
-
-   distutils-r1_python_prepare_all
-}
-
-python_configure_all() {
-   mydistutilsargs=( build --prefix=/usr )
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/compiz-plugins-extra/, x11-plugins/compiz-plugins-extra/files/

2018-01-26 Thread Mikle Kolyada
commit: fe366416270ebf553a7c5a28ab04adaaa168583f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan 26 22:29:42 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan 26 22:29:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe366416

x11-plugins/compiz-plugins-extra: remove last rited package

 x11-plugins/compiz-plugins-extra/Manifest  |  1 -
 .../compiz-plugins-extra-0.8.8.ebuild  | 64 --
 .../compiz-plugins-extra-0.8.8-libnotify.patch | 19 ---
 .../files/compiz-plugins-extra-no-gconf.patch  | 21 ---
 x11-plugins/compiz-plugins-extra/metadata.xml  | 16 --
 5 files changed, 121 deletions(-)

diff --git a/x11-plugins/compiz-plugins-extra/Manifest 
b/x11-plugins/compiz-plugins-extra/Manifest
deleted file mode 100644
index 3052e9d218f..000
--- a/x11-plugins/compiz-plugins-extra/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST compiz-plugins-extra-0.8.8.tar.bz2 2689953 BLAKE2B 
a18784a2bf08153a4ae451b105706e0a771e4751e9fbdde0aa83984dc1897366931c94a05538697f0d0fdb0838113c347bd2f0a4c21f205484480eed73520b07
 SHA512 
de72d688648e5426e8967cc88d9439d19c0bc57dcd4de7c5a78fbf2e1dcec85f5f69c89e6affa06f8df1534dad4b347041d023ea9eeabb034df485825815ca22

diff --git a/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.8.ebuild 
b/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.8.ebuild
deleted file mode 100644
index 5f8a05ae4cc..000
--- a/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.8.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit autotools eutils gnome2-utils
-
-DESCRIPTION="Compiz Fusion Window Decorator Extra Plugins"
-HOMEPAGE="http://www.compiz.org/;
-SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="gconf libnotify"
-
-RDEPEND="
-   >=gnome-base/librsvg-2.14.0:2
-   virtual/jpeg:0
-   >=x11-libs/compiz-bcop-${PV}
-   >=x11-plugins/compiz-plugins-main-${PV}
-   >=x11-wm/compiz-${PV}[gconf?]
-   libnotify? ( x11-libs/libnotify )
-"
-
-DEPEND="${RDEPEND}
-   >=dev-util/intltool-0.35
-   virtual/pkgconfig
-   >=sys-devel/gettext-0.15
-   x11-libs/cairo
-   gconf? ( gnome-base/gconf:2 )
-"
-
-DOCS="AUTHORS ChangeLog INSTALL NEWS README TODO"
-
-src_prepare() {
-   if ! use gconf; then
-   epatch "${FILESDIR}"/${PN}-no-gconf.patch
-   fi
-   epatch "${FILESDIR}/${P}-libnotify.patch"
-
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --enable-fast-install \
-   --disable-static \
-   $(use_enable gconf schemas) \
-   $(use_with libnotify notifications)
-}
-
-src_install() {
-   default
-   prune_libtool_files
-}
-
-pkg_preinst() {
-   use gconf && gnome2_gconf_savelist
-}
-
-pkg_postinst() {
-   use gconf && gnome2_gconf_install
-}

diff --git 
a/x11-plugins/compiz-plugins-extra/files/compiz-plugins-extra-0.8.8-libnotify.patch
 
b/x11-plugins/compiz-plugins-extra/files/compiz-plugins-extra-0.8.8-libnotify.patch
deleted file mode 100644
index 9287d706ac8..000
--- 
a/x11-plugins/compiz-plugins-extra/files/compiz-plugins-extra-0.8.8-libnotify.patch
+++ /dev/null
@@ -1,19 +0,0 @@
 configure.ac   2011-04-21 15:51:08.0 +0400
-+++ configure.ac   2012-08-16 21:37:46.894173595 +0400
-@@ -136,7 +136,15 @@
- PKG_CHECK_MODULES(COMPIZMOUSEPOLL, compiz-mousepoll, 
[have_compiz_mousepoll=yes], [have_compiz_mousepoll=no])
- AM_CONDITIONAL(SHOWMOUSE_PLUGIN, test "x$have_compiz_mousepoll" = "xyes")
- 
--PKG_CHECK_MODULES(LIBNOTIFY, libnotify gtk+-2.0, [have_libnotify=yes], 
[have_libnotify=no])
-+AC_ARG_ENABLE(notifications, AS_HELP_STRING([--enable-notifications], [Build 
notification plugin]), [enable_notifications=$enableval], 
[enable_notification=auto])
-+if test "$enable_notification" = auto; then
-+PKG_CHECK_MODULES(LIBNOTIFY, libnotify gtk+-2.0, [have_libnotify=yes], 
[have_libnotify=no])
-+fi
-+if test "$enable_notification" = yes; then
-+PKG_CHECK_MODULES(LIBNOTIFY, libnotify gtk+-2.0, [have_libnotify=yes], 
AC_MSG_ERROR([Libnotify is not installed]))
-+else
-+have_libnotify=no
-+fi
- AM_CONDITIONAL(NOTIFICATION_PLUGIN, test "x$have_libnotify" = "xyes")
- if test "$have_libnotify" = yes; then
-   AC_DEFINE(USE_NOTIFICATION, 1, [Build notification plugin])

diff --git 
a/x11-plugins/compiz-plugins-extra/files/compiz-plugins-extra-no-gconf.patch 
b/x11-plugins/compiz-plugins-extra/files/compiz-plugins-extra-no-gconf.patch
deleted file mode 100644
index 49bf16be4b1..000
--- a/x11-plugins/compiz-plugins-extra/files/compiz-plugins-extra-no-gconf.patch
+++ /dev/null
@@ -1,21 +0,0 @@
- configure.ac |5 ++---
- 1 files changed, 2 insertions(+), 3 deletions(-)
-
-diff --git a/configure.ac 

[gentoo-commits] repo/gentoo:master commit in: x11-plugins/compiz-plugins-main/, x11-plugins/compiz-plugins-main/files/

2018-01-26 Thread Mikle Kolyada
commit: a51fa81e2569fc634e46d333aed692d4a197063d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan 26 22:28:15 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan 26 22:28:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a51fa81e

x11-plugins/compiz-plugin-main: remove last rited package

 x11-plugins/compiz-plugins-main/Manifest   |  1 -
 .../compiz-plugins-main-0.8.8.ebuild   | 60 --
 .../files/compiz-plugins-main-no-gconf.patch   | 22 
 x11-plugins/compiz-plugins-main/metadata.xml   | 16 --
 4 files changed, 99 deletions(-)

diff --git a/x11-plugins/compiz-plugins-main/Manifest 
b/x11-plugins/compiz-plugins-main/Manifest
deleted file mode 100644
index 5816d51e703..000
--- a/x11-plugins/compiz-plugins-main/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST compiz-plugins-main-0.8.8.tar.bz2 1230627 BLAKE2B 
add2ef5997351503bf1920fb876135a5aa0849dd490469a042c3a537e474d5db301fa0caf5a7f5cfa1780534da38f042b6f2deb0dae49c7c42970c91dbea9468
 SHA512 
217af2968821d8204c8baffd000ae04d0083559ff874fe32ff92007b62445e2d3ed6d7e82aec552513439f19cde586c8aaa9d490bc14b2378d1aa957119f78a1

diff --git a/x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.8.ebuild 
b/x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.8.ebuild
deleted file mode 100644
index aa45f1a9433..000
--- a/x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.8.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit autotools eutils gnome2-utils
-
-DESCRIPTION="Compiz Fusion Window Decorator Plugins"
-HOMEPAGE="http://www.compiz.org/;
-SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="gconf"
-
-RDEPEND="
-   >=gnome-base/librsvg-2.14.0:2
-   x11-libs/cairo
-   >=x11-libs/compiz-bcop-${PV}
-   >=x11-wm/compiz-${PV}[gconf?]
-   virtual/jpeg:0
-   virtual/glu
-"
-
-DEPEND="${RDEPEND}
-   >=dev-util/intltool-0.35
-   virtual/pkgconfig
-   >=sys-devel/gettext-0.15
-   gconf? ( gnome-base/gconf:2 )
-"
-
-DOCS="AUTHORS ChangeLog INSTALL NEWS README TODO"
-
-src_prepare() {
-   if ! use gconf; then
-   epatch "${FILESDIR}"/${PN}-no-gconf.patch
-   eautoreconf
-   fi
-}
-
-src_configure() {
-   econf \
-   --enable-fast-install \
-   --disable-static \
-   $(use_enable gconf schemas)
-}
-
-src_install() {
-   default
-   prune_libtool_files
-}
-
-pkg_preinst() {
-   use gconf && gnome2_gconf_savelist
-}
-
-pkg_postinst() {
-   use gconf && gnome2_gconf_install
-}

diff --git 
a/x11-plugins/compiz-plugins-main/files/compiz-plugins-main-no-gconf.patch 
b/x11-plugins/compiz-plugins-main/files/compiz-plugins-main-no-gconf.patch
deleted file mode 100644
index 63222a5f1ce..000
--- a/x11-plugins/compiz-plugins-main/files/compiz-plugins-main-no-gconf.patch
+++ /dev/null
@@ -1,22 +0,0 @@
- configure.ac |5 ++---
- 1 files changed, 2 insertions(+), 3 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 297a8cf..290e92b 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -171,11 +171,10 @@
- if test x"$use_schemas" = x"yes"; then
-   fi
-   xsltdir=`$PKG_CONFIG --variable=xsltdir compiz-gconf`
-   AC_SUBST(xsltdir)
-+else
-+  AM_CONDITIONAL(GCONF_SCHEMAS_INSTALL, test "x$use_gconf" = "xyes")
- fi
- 
--AM_GCONF_SOURCE_2
--
--
- AM_CONDITIONAL(USE_SCHEMAS, test "x$use_schemas" = "xyes")
- if test "$use_schemas" = yes; then
-   AC_DEFINE(USE_SCHEMAS, 1, [Build gconf schemas])

diff --git a/x11-plugins/compiz-plugins-main/metadata.xml 
b/x11-plugins/compiz-plugins-main/metadata.xml
deleted file mode 100644
index d0cae3a592b..000
--- a/x11-plugins/compiz-plugins-main/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-
-Package with the base compiz-fusion plugins:
-animation, colourfilter, expo, ezoom, jpeg, neg, opacify, put, resizeinfo, 
ring,
-scaleaddon, shift, snap, text, thumbnail, vpswitch,, wall, winrules, 
workarounds.
-
-  
-
-  Install GConf schemas for the plugins, needed when using the GConf-based
-  configuration backend in x11-wm/compiz.
-
-  
-



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/compiz-plugins-unsupported/

2018-01-26 Thread Mikle Kolyada
commit: 4be41b530a4b607527a5acbccd5b4a842a440d48
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan 26 22:26:50 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan 26 22:27:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4be41b53

x11-plugins/compiz-plugin-unsupported: remove last rited package

 x11-plugins/compiz-plugins-unsupported/Manifest|  1 -
 .../compiz-plugins-unsupported-0.8.8.ebuild| 29 --
 .../compiz-plugins-unsupported/metadata.xml|  9 ---
 3 files changed, 39 deletions(-)

diff --git a/x11-plugins/compiz-plugins-unsupported/Manifest 
b/x11-plugins/compiz-plugins-unsupported/Manifest
deleted file mode 100644
index 1828338b292..000
--- a/x11-plugins/compiz-plugins-unsupported/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST compiz-plugins-unsupported-0.8.8.tar.bz2 1155793 BLAKE2B 
e518e98cf222c535ef53c52c1be08ca289944f4d259db832408ac131e825d3e21b80b5ddc93dbf18ab1b28c5a55e9f587a2f585c000a3b8198ccc62291dd20d2
 SHA512 
5e2f305873c3e9a9994334006d186d3353afbf37f082f364c3d309bb11f693de319047cfb65121bf1a1293d48eaedde767907ecaad8026689226c067671b8852

diff --git 
a/x11-plugins/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.8.ebuild
 
b/x11-plugins/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.8.ebuild
deleted file mode 100644
index ef74aad927c..000
--- 
a/x11-plugins/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.8.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Compiz Fusion Window Decorator Unsupported Plugins"
-HOMEPAGE="http://www.compiz.org/;
-SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-
-RDEPEND="
-   >=gnome-base/librsvg-2.14.0:2
-   virtual/jpeg:0
-   >=x11-libs/compiz-bcop-${PV}
-   >=x11-plugins/compiz-plugins-main-${PV}
-   >=x11-wm/compiz-${PV}
-"
-
-DEPEND="${RDEPEND}
-   >=dev-util/intltool-0.35
-   virtual/pkgconfig
-   >=sys-devel/gettext-0.15
-   x11-libs/cairo
-"
-
-DOCS=( AUTHORS ChangeLog INSTALL NEWS README TODO )

diff --git a/x11-plugins/compiz-plugins-unsupported/metadata.xml 
b/x11-plugins/compiz-plugins-unsupported/metadata.xml
deleted file mode 100644
index 8be4dc2c122..000
--- a/x11-plugins/compiz-plugins-unsupported/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-
-Package with several compiz-fusion plugins:
-fakeargb, mswitch, snow, tile.
-
-



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

2018-01-26 Thread Mike Frysinger
commit: 3363794c47f957f6411e6765097e1bfc48f19b26
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri Jan 26 22:22:19 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Jan 26 22:25:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3363794c

dev-libs/boehm-gc: version bump to 7.6.4

Since upstream has opted to change the SONAME back to match previous
versions [1], we also change the subslot back to match previous ebuild
versions.  We keep 0 rather than 1.1 because we've been using 0 for
these SONAME combos and changing it to 1.1 would cause pointless churn
for users.

[1] https://github.com/ivmai/bdwgc/issues/197

 dev-libs/boehm-gc/Manifest  |  1 +
 dev-libs/boehm-gc/boehm-gc-7.6.4.ebuild | 48 +
 2 files changed, 49 insertions(+)

diff --git a/dev-libs/boehm-gc/Manifest b/dev-libs/boehm-gc/Manifest
index 4a6b719a2f0..707500bcf5e 100644
--- a/dev-libs/boehm-gc/Manifest
+++ b/dev-libs/boehm-gc/Manifest
@@ -5,4 +5,5 @@ DIST gc-7.4.0.tar.gz 1060884 BLAKE2B 
66bcf7b42591c0899d069c475e0278792173a157c44
 DIST gc-7.4.2.tar.gz 1082597 BLAKE2B 
5ca30e786a995941fdf2d803d201e7263bdd7d9974a71f672ff259c75ee36dc5d499a614334e570100ddbcb25fd06176f48429b64bad95fb218c35ba584ad4c6
 SHA512 
2e21516addf268780641ee55c0cb3ecc2d96fa963faffee5beadcade9c6bf1ee49ee1a75b076b5d49ddde7c839fb94f4c3623ca8412d14c2a5bf6ca30d424a72
 DIST gc-7.6.0.tar.gz 751 BLAKE2B 
84780ffbd087aeddfbab7b5c9de05aac18f8e3ebbc174e3a0ffec295d8288ecce33f1ca6a44eaef168e1433d696a38a664fd6abecae006e8179bc453b278f5c3
 SHA512 
511e8c01287b1ee9dbec87f0573377de77038b7af053a3f33afed9b3ffa30e2402d6a9bb0ca4f4b81cd808209b47b5718d498cff3de6632a057fe03fad51fc43
 DIST gc-7.6.2.tar.gz 1119725 BLAKE2B 
d74fbabcc298e7673ba4d23df9fa7a8cd2895b0925dd26a2b2090d7fef0044af4dcb693357de8cb30ff7e4b9708c00259224f40baac13ac178adf44c09c0dd17
 SHA512 
7b54812903929b0d5d1d696beac54629a7667997b41ef45299373bc18b2153d5755286b25e11cc90ffc572239e52a02900927bc60b0ad3593162b8c8e259fd50
+DIST gc-7.6.4.tar.gz 1120784 BLAKE2B 
e7cad27d2144fd37aebad44093e1a0814fe9a1cc887701e485681cdd01f3ea4477150697d535d0873a1255abff0765084119096c7ed61d3caeda439cf2a7644f
 SHA512 
2c85be3e24b85732b3dc6f08fe98cf1a82b6fb2a22ec73090f80920721c737ef92cee8f0cd7ea7228d686005d164e7da54ce3907c3a1ba5eefa43355a472085e
 DIST gc6.8.tar.gz 756879 BLAKE2B 
8a56c4f7b23e79862aaa6fc505a56ea9a8ed53b9f3aedc8cbb57c37f0fabe040abe22096a8893b7f7b1ff1267bff37101e3dfbbcedab380afe0abff02b98fe14
 SHA512 
69a9554d2d213392512d4ce41ec8c4993557e65c2b3dc4f568ac18695421cc08b7677c25f9a0ce03e94fb5e68a298fcac7ed09fb90007a2c998ff6ef78d3c651

diff --git a/dev-libs/boehm-gc/boehm-gc-7.6.4.ebuild 
b/dev-libs/boehm-gc/boehm-gc-7.6.4.ebuild
new file mode 100644
index 000..3fe48a0d9a2
--- /dev/null
+++ b/dev-libs/boehm-gc/boehm-gc-7.6.4.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit multilib-minimal
+
+MY_P="gc-${PV}"
+
+DESCRIPTION="The Boehm-Demers-Weiser conservative garbage collector"
+HOMEPAGE="http://www.hboehm.info/gc/ https://github.com/ivmai/bdwgc/;
+SRC_URI="https://github.com/ivmai/bdwgc/releases/download/v${PV}/${MY_P}.tar.gz;
+
+LICENSE="boehm-gc"
+# SONAME: libgc.so.1 libgccpp.so.1
+# We've been using subslot 0 for these instead of "1.1".
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="cxx static-libs threads"
+
+DEPEND="
+   >=dev-libs/libatomic_ops-7.4[${MULTILIB_USEDEP}]
+   virtual/pkgconfig"
+
+S="${WORKDIR}/${MY_P}"
+
+multilib_src_configure() {
+   local config=(
+   --disable-docs
+   --with-libatomic-ops
+   $(use_enable cxx cplusplus)
+   $(use_enable static-libs static)
+   $(use threads || echo --disable-threads)
+   )
+
+   ECONF_SOURCE=${S} econf "${config[@]}"
+}
+
+multilib_src_install_all() {
+   local HTML_DOCS=( doc/*.html )
+   einstalldocs
+   dodoc doc/README{.environment,.linux,.macros}
+
+   # package provides .pc files
+   find "${ED}" -name '*.la' -delete || die
+
+   newman doc/gc.man GC_malloc.1
+}



  1   2   3   >