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

2018-05-20 Thread Johannes Huber
commit: da6aab530cd87c11d9d515bcb236f2e016d1523d
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 13:32:44 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 13:32:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da6aab53

net-mail/dbmail: Remove 3.2.2

Uses deprecated EAPI 4 and overshadowed by 3.2.3-r1.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 net-mail/dbmail/Manifest|   1 -
 net-mail/dbmail/dbmail-3.2.2.ebuild | 140 
 2 files changed, 141 deletions(-)

diff --git a/net-mail/dbmail/Manifest b/net-mail/dbmail/Manifest
index f382ed55ec3..46eddcf7a2a 100644
--- a/net-mail/dbmail/Manifest
+++ b/net-mail/dbmail/Manifest
@@ -1,2 +1 @@
-DIST dbmail-3.2.2.tar.gz 2444241 BLAKE2B 
0fb601e66aa0b41b85c0d4ad4cb6cec6e09358cab0dd7c792cd479ecbab0d94d841b9d8e3610cf7f0e90eca82671c6364ea2b26ca794edf6bfe6630f4a7b88c3
 SHA512 
a2125ea3b9d0ec387135d87854510f36ef0fe87b70f33d54f8af89f22a83802e5838979ba94d6ba66ef986f6f67b08aa6d5e2bfc2f1f2bc44edf03a9f51afb37
 DIST dbmail-3.2.3.tar.gz 2444227 BLAKE2B 
baa812fb3e925e6d896762596426208fc2ac5fcb01cb8100cfbd0464f1342f934c099ca52fd857e05fc82b97227155e9dcfc987d6c9b5c37e7daf21b167c9841
 SHA512 
29cc89830278f2ff28a4221fc81d4ff13cc371fbca7fb51d5376e9243234220b552cb4b6ec035c150e6cfa178435c4f36b9ce132fc02334bc6cdeb1a41c8ed85

diff --git a/net-mail/dbmail/dbmail-3.2.2.ebuild 
b/net-mail/dbmail/dbmail-3.2.2.ebuild
deleted file mode 100644
index 419c1fcda26..000
--- a/net-mail/dbmail/dbmail-3.2.2.ebuild
+++ /dev/null
@@ -1,140 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-inherit eutils multilib versionator user
-
-DESCRIPTION="DBMail is an open-source project that enables storage of mail 
messages in a relational database"
-HOMEPAGE="http://www.dbmail.org/;
-SRC_URI="http://www.dbmail.org/download/$(get_version_component_range 
1-2)/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="ldap sieve +sqlite ssl static"
-
-DEPEND="dev-db/libzdb
-   sieve? ( >=mail-filter/libsieve-2.2.1 )
-   ldap? ( >=net-nds/openldap-2.3.33 )
-   app-text/asciidoc
-   app-text/xmlto
-   app-crypt/mhash
-   sys-libs/zlib
-   dev-libs/gmime:2.6
-   >=dev-libs/glib-2.16
-   dev-libs/libevent
-   ssl? ( dev-libs/openssl )"
-#asciidoc and xmlto needed?
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
-   enewgroup dbmail
-   enewuser dbmail -1 -1 /var/lib/dbmail dbmail
-}
-
-src_configure() {
-   local myconf=""
-   use ldap && myconf=${myconf}" --with-auth-ldap"
-
-   econf \
-   --sysconfdir=/etc/dbmail \
-   $(use_enable static) \
-   $(use_with sieve) \
-   ${myconf}
-}
-
-src_compile() {
-   emake || die "emake failed"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die "emake install failed"
-
-   dodoc AUTHORS BUGS ChangeLog README* INSTALL NEWS THANKS UPGRADING
-
-   docompress -x /usr/share/doc/${PF}/sql
-   dodoc -r sql
-   dodoc -r test-scripts
-   dodoc -r contrib
-   ## TODO: install other contrib stuff
-
-   sed -i -e "s:nobody:dbmail:" dbmail.conf
-   sed -i -e "s:nogroup:dbmail:" dbmail.conf
-   sed -i -e "s:/var/run:/var/run/dbmail:" dbmail.conf
-   #sed -i -e "s:#library_directory:library_directory:" dbmail.conf
-
-   insinto /etc/dbmail
-   newins dbmail.conf dbmail.conf.dist
-
-   # change config path to our default and use the conf.d and init.d files 
from the contrib dir
-   sed -i -e "s:/etc/dbmail.conf:/etc/dbmail/dbmail.conf:" 
contrib/startup-scripts/gentoo/init.d-dbmail
-   #sed -i -e "s:exit 0:return 1:" 
contrib/startup-scripts/gentoo/init.d-dbmail
-   #sed -i -e "s:/var/run:/var/run/dbmail:" 
contrib/startup-scripts/gentoo/init.d-dbmail
-   #newconfd contrib/startup-scripts/gentoo/conf.d-dbmail dbmail
-   #newinitd contrib/startup-scripts/gentoo/init.d-dbmail dbmail
-   # use custom init scripts until updated in upstream contrib
-   newinitd "${FILESDIR}/dbmail-imapd.initd" dbmail-imapd
-   newinitd "${FILESDIR}/dbmail-lmtpd.initd" dbmail-lmtpd
-   newinitd "${FILESDIR}/dbmail-pop3d.initd" dbmail-pop3d
-   newinitd "${FILESDIR}/dbmail-timsieved.initd" dbmail-timsieved
-
-   dobin contrib/mailbox2dbmail/mailbox2dbmail
-   doman contrib/mailbox2dbmail/mailbox2dbmail.1
-   #doman man/*.{1,5,8}
-
-   # ldap schema
-   if use ldap; then
-  insinto /etc/openldap/schema
-  doins "${S}/dbmail.schema"
-   fi
-
-   keepdir /var/lib/

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

2018-05-20 Thread Johannes Huber
commit: 1df4c9900b42e9ce94732d7f1e83aa9f451d5859
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 13:34:06 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 13:34:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1df4c990

net-mail/dbmail: Remove 3.2.3 (r0)

Uses deprecated EAPI 4 and overshadowed by 3.2.3-r2.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 net-mail/dbmail/dbmail-3.2.3.ebuild | 140 
 1 file changed, 140 deletions(-)

diff --git a/net-mail/dbmail/dbmail-3.2.3.ebuild 
b/net-mail/dbmail/dbmail-3.2.3.ebuild
deleted file mode 100644
index 6aa8cf25470..000
--- a/net-mail/dbmail/dbmail-3.2.3.ebuild
+++ /dev/null
@@ -1,140 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-inherit eutils multilib versionator user
-
-DESCRIPTION="DBMail is an open-source project that enables storage of mail 
messages in a relational database"
-HOMEPAGE="http://www.dbmail.org/;
-SRC_URI="http://www.dbmail.org/download/$(get_version_component_range 
1-2)/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ldap sieve +sqlite ssl static"
-
-DEPEND="dev-db/libzdb
-   sieve? ( >=mail-filter/libsieve-2.2.1 )
-   ldap? ( >=net-nds/openldap-2.3.33 )
-   app-text/asciidoc
-   app-text/xmlto
-   app-crypt/mhash
-   sys-libs/zlib
-   dev-libs/gmime:2.6
-   >=dev-libs/glib-2.16
-   dev-libs/libevent
-   ssl? ( dev-libs/openssl )"
-#asciidoc and xmlto needed?
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
-   enewgroup dbmail
-   enewuser dbmail -1 -1 /var/lib/dbmail dbmail
-}
-
-src_configure() {
-   local myconf=""
-   use ldap && myconf=${myconf}" --with-auth-ldap"
-
-   econf \
-   --sysconfdir=/etc/dbmail \
-   $(use_enable static) \
-   $(use_with sieve) \
-   ${myconf}
-}
-
-src_compile() {
-   emake || die "emake failed"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die "emake install failed"
-
-   dodoc AUTHORS BUGS ChangeLog README* INSTALL NEWS THANKS UPGRADING
-
-   docompress -x /usr/share/doc/${PF}/sql
-   dodoc -r sql
-   dodoc -r test-scripts
-   dodoc -r contrib
-   ## TODO: install other contrib stuff
-
-   sed -i -e "s:nobody:dbmail:" dbmail.conf
-   sed -i -e "s:nogroup:dbmail:" dbmail.conf
-   sed -i -e "s:/var/run:/var/run/dbmail:" dbmail.conf
-   #sed -i -e "s:#library_directory:library_directory:" dbmail.conf
-
-   insinto /etc/dbmail
-   newins dbmail.conf dbmail.conf.dist
-
-   # change config path to our default and use the conf.d and init.d files 
from the contrib dir
-   sed -i -e "s:/etc/dbmail.conf:/etc/dbmail/dbmail.conf:" 
contrib/startup-scripts/gentoo/init.d-dbmail
-   #sed -i -e "s:exit 0:return 1:" 
contrib/startup-scripts/gentoo/init.d-dbmail
-   #sed -i -e "s:/var/run:/var/run/dbmail:" 
contrib/startup-scripts/gentoo/init.d-dbmail
-   #newconfd contrib/startup-scripts/gentoo/conf.d-dbmail dbmail
-   #newinitd contrib/startup-scripts/gentoo/init.d-dbmail dbmail
-   # use custom init scripts until updated in upstream contrib
-   newinitd "${FILESDIR}/dbmail-imapd.initd" dbmail-imapd
-   newinitd "${FILESDIR}/dbmail-lmtpd.initd" dbmail-lmtpd
-   newinitd "${FILESDIR}/dbmail-pop3d.initd" dbmail-pop3d
-   newinitd "${FILESDIR}/dbmail-timsieved.initd" dbmail-timsieved
-
-   dobin contrib/mailbox2dbmail/mailbox2dbmail
-   doman contrib/mailbox2dbmail/mailbox2dbmail.1
-   #doman man/*.{1,5,8}
-
-   # ldap schema
-   if use ldap; then
-  insinto /etc/openldap/schema
-  doins "${S}/dbmail.schema"
-   fi
-
-   keepdir /var/lib/dbmail
-   fperms 750 /var/lib/dbmail
-   fowners dbmail:dbmail /var/lib/dbmail
-   # create this through init-scripts instead of at installt ime (bug 
#455002)
-   #keepdir /var/run/dbmail
-   #fowners dbmail:dbmail /var/run/dbmail
-}
-
-pkg_postinst() {
-   elog "Please read the INSTALL file in /usr/share/doc/${PF}/"
-   elog "for remaining instructions on setting up dbmail users and "
-   elog "for finishing configuration to connect to your MTA and "
-   elog "to connect to your db."
-   echo
-   elog "DBMail requires either SQLite, PostgreSQL or MySQL."
-   elog "Database schemes can be found in /usr/share/doc/${PF}/"
-   elog "You will also want to follow the installation instructions"
-   elog "

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

2018-05-20 Thread Johannes Huber
commit: 3e7a213e5d208b6002797e605b4d1878e165871f
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 13:24:12 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 13:24:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e7a213e

dev-vcs/gti: EAPI 7

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 dev-vcs/gti/gti-.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-vcs/gti/gti-.ebuild b/dev-vcs/gti/gti-.ebuild
index e3a1a7c80da..5ab71a691c0 100644
--- a/dev-vcs/gti/gti-.ebuild
+++ b/dev-vcs/gti/gti-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
 
 EGIT_REPO_URI="https://github.com/rwos/${PN}.git;
 inherit git-r3
@@ -20,13 +20,14 @@ DEPEND="dev-vcs/git"
 RDEPEND="${DEPEND}"
 
 src_prepare() {
+   default
# fix the makefile
sed -i \
-e "s:CC=:CC?=:g" \
-e "s:CFLAGS=:CFLAGS?=:g" \
-   -e "/-strip/d" \
+   -e "/-\$(STRIP)/d" \
-e 's:$(CC):$(CC) $(LDFLAGS):' \
-   Makefile
+   Makefile || die
 }
 
 src_install() {



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

2018-05-20 Thread Johannes Huber
commit: 85fccb19d7b3a648656fff85929a0605cf1d8afc
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 13:15:45 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 13:15:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85fccb19

dev-vcs/gti: Move git-r3 eclass

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 dev-vcs/gti/gti-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/gti/gti-.ebuild b/dev-vcs/gti/gti-.ebuild
index 44d3b512528..e3a1a7c80da 100644
--- a/dev-vcs/gti/gti-.ebuild
+++ b/dev-vcs/gti/gti-.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
 
 EGIT_REPO_URI="https://github.com/rwos/${PN}.git;
-inherit git-2
+inherit git-r3
 
 DESCRIPTION="A silly git launcher, basically. Inspired by sl"
 HOMEPAGE="http://r-wos.org/hacks/gti;



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

2018-05-20 Thread Johannes Huber
commit: 9aee510c116a5a5a35ea6904073a2bbcf36cc305
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 13:08:30 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 13:08:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aee510c

dev-vcs/gti: Add nyself as maintainer

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 dev-vcs/gti/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-vcs/gti/metadata.xml b/dev-vcs/gti/metadata.xml
index 6f49eba8f49..15fd2f3a22b 100644
--- a/dev-vcs/gti/metadata.xml
+++ b/dev-vcs/gti/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+   
+   j...@gentoo.org
+   Johannes Huber
+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/

2018-05-20 Thread Johannes Huber
commit: 0d099b2bfcb848334d2f27260219a30609bd8257
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 12:56:34 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 12:56:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d099b2b

dev-embedded/gputils: Remove 0.14.0

Uses deprecated EAPI 4 and overshadowed by 1.5.0.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 dev-embedded/gputils/Manifest  |  1 -
 dev-embedded/gputils/gputils-0.14.0.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/dev-embedded/gputils/Manifest b/dev-embedded/gputils/Manifest
index 4e70dc3807a..95c775d8ebb 100644
--- a/dev-embedded/gputils/Manifest
+++ b/dev-embedded/gputils/Manifest
@@ -1,4 +1,3 @@
-DIST gputils-0.14.0.tar.gz 2802791 BLAKE2B 
34c5da263a3a3bc1e24b85e03c9169e8e563742583eb34becd62bd9934a44238ff41ac95cb7c05bc552ee2b23110c178c5e87db4adc929e85699a471bfa07d5b
 SHA512 
ca50c95fc81043f8672db0d5101831de65a536ce8e5061aabedfa340f821bc7eb6db7bea6f8923b239167ed65a17b1fe7d32d40e10e69b92d351ba408535f1d4
 DIST gputils-0.14.1.tar.gz 3233430 BLAKE2B 
16e9442636f525c936f81a02537732833184100d120ec9bff509fa362fb48753f3fbfd33053504e48b1933a701cd4a00129ced77c740bb83bdfc667db765ff5d
 SHA512 
e32b7628377390a491b3455a7c5c89cf29b8dd4928f450c879d4d9de4416536265198346ba5b5fad073ac03c33af879ab8acc0a6d6d4713d5ef8c3ea94a4c4dd
 DIST gputils-0.14.2.tar.gz 3257391 BLAKE2B 
61a837bc90dea10867070ddb6422657ea69f1bc8a7e8992174043db1d443841ad6573db81d29ed453f80b4a8a51956d75ae70e85dd2f1b24ae5779832e72caa9
 SHA512 
80e3d488a043e6915e297951190fec2dfb8d073bee793a64e2574aa6c88ad3c180f6e541b71c3dc8f5b844766236293b7c37abd1461593f5d827fdb84cf65a6c
 DIST gputils-1.2.0.tar.gz 7585602 BLAKE2B 
b536e7027a3184ea7f22536cbd146416554e756fffe0dd885385bce98065bbd8daedfb1c7750af1697da74fcaf1009b18b0e8e13c88c361bd3bc105967bb
 SHA512 
bb512bb4c55ca4d6bcd2dd12c07f63c51f1a754b75280c7bc2cea469016ee074ba0f07755899de4d5af431897b3e0a33a5f72a3b64f495f38952fb948719a1bd

diff --git a/dev-embedded/gputils/gputils-0.14.0.ebuild 
b/dev-embedded/gputils/gputils-0.14.0.ebuild
deleted file mode 100644
index 0e60ba69f23..000
--- a/dev-embedded/gputils/gputils-0.14.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-DESCRIPTION="Tools including assembler, linker and librarian for PIC 
microcontrollers"
-HOMEPAGE="http://gputils.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-src_install() {
-   default
-   dodoc doc/gputils.pdf
-}



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/

2018-05-20 Thread Johannes Huber
commit: 00de72807fa8dfb3ff996cb385f04629ee8c2d7e
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 12:58:46 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 12:58:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00de7280

dev-embedded/gputils: Remove 1.2.0

Uses deprecated EAPI 4 and overshadowed by 1.5.0.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 dev-embedded/gputils/Manifest |  1 -
 dev-embedded/gputils/gputils-1.2.0.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/dev-embedded/gputils/Manifest b/dev-embedded/gputils/Manifest
index 6bd3a20fd11..9a37bd23122 100644
--- a/dev-embedded/gputils/Manifest
+++ b/dev-embedded/gputils/Manifest
@@ -1,3 +1,2 @@
-DIST gputils-1.2.0.tar.gz 7585602 BLAKE2B 
b536e7027a3184ea7f22536cbd146416554e756fffe0dd885385bce98065bbd8daedfb1c7750af1697da74fcaf1009b18b0e8e13c88c361bd3bc105967bb
 SHA512 
bb512bb4c55ca4d6bcd2dd12c07f63c51f1a754b75280c7bc2cea469016ee074ba0f07755899de4d5af431897b3e0a33a5f72a3b64f495f38952fb948719a1bd
 DIST gputils-1.4.0.tar.gz 9659449 BLAKE2B 
c4959cee415496aef32a7fb9155896c5cbcca2e71f4c464c8a6f62dc3be848f9545f561cd624f634490f44541b914567a47f52d423c51afb93ec89e732c3dbc5
 SHA512 
b3425f218b9ef17a3e395c3d4588490cd0cd3bd53d009c1cf499e937438601b2b2ffeffad58a6a741cb326c82b18343ff066f531db033fe5a9bfcbb2fbbfc993
 DIST gputils-1.5.0.tar.gz 13155377 BLAKE2B 
68f6ed2ba93f83eaae0573dde5fe8d3a67ec6cf4349832e5edcab70ec35db7d8210f28d46bf3272a7b7f9b52299b1289792b1ca2a75b952e7ea2fc263448c8b9
 SHA512 
fc74e92ddfe2c9c7ee272a712a411bf01790358c310afc9a802f503902675fa4717410354bf8791f64da45b63f0b1f562b55fdd7127d3989f4295ebe5f80b645

diff --git a/dev-embedded/gputils/gputils-1.2.0.ebuild 
b/dev-embedded/gputils/gputils-1.2.0.ebuild
deleted file mode 100644
index 0e60ba69f23..000
--- a/dev-embedded/gputils/gputils-1.2.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-DESCRIPTION="Tools including assembler, linker and librarian for PIC 
microcontrollers"
-HOMEPAGE="http://gputils.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-src_install() {
-   default
-   dodoc doc/gputils.pdf
-}



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/

2018-05-20 Thread Johannes Huber
commit: 16045f6ccf90c6ffbcc7810d2d42fd3673fb91d8
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 12:57:24 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 12:57:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16045f6c

dev-embedded/gputils: Remove 0.14.1

Uses deprecated EAPI 4 and overshadowed by 1.5.0.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 dev-embedded/gputils/Manifest  |  1 -
 dev-embedded/gputils/gputils-0.14.1.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/dev-embedded/gputils/Manifest b/dev-embedded/gputils/Manifest
index 95c775d8ebb..c78e45eb75e 100644
--- a/dev-embedded/gputils/Manifest
+++ b/dev-embedded/gputils/Manifest
@@ -1,4 +1,3 @@
-DIST gputils-0.14.1.tar.gz 3233430 BLAKE2B 
16e9442636f525c936f81a02537732833184100d120ec9bff509fa362fb48753f3fbfd33053504e48b1933a701cd4a00129ced77c740bb83bdfc667db765ff5d
 SHA512 
e32b7628377390a491b3455a7c5c89cf29b8dd4928f450c879d4d9de4416536265198346ba5b5fad073ac03c33af879ab8acc0a6d6d4713d5ef8c3ea94a4c4dd
 DIST gputils-0.14.2.tar.gz 3257391 BLAKE2B 
61a837bc90dea10867070ddb6422657ea69f1bc8a7e8992174043db1d443841ad6573db81d29ed453f80b4a8a51956d75ae70e85dd2f1b24ae5779832e72caa9
 SHA512 
80e3d488a043e6915e297951190fec2dfb8d073bee793a64e2574aa6c88ad3c180f6e541b71c3dc8f5b844766236293b7c37abd1461593f5d827fdb84cf65a6c
 DIST gputils-1.2.0.tar.gz 7585602 BLAKE2B 
b536e7027a3184ea7f22536cbd146416554e756fffe0dd885385bce98065bbd8daedfb1c7750af1697da74fcaf1009b18b0e8e13c88c361bd3bc105967bb
 SHA512 
bb512bb4c55ca4d6bcd2dd12c07f63c51f1a754b75280c7bc2cea469016ee074ba0f07755899de4d5af431897b3e0a33a5f72a3b64f495f38952fb948719a1bd
 DIST gputils-1.4.0.tar.gz 9659449 BLAKE2B 
c4959cee415496aef32a7fb9155896c5cbcca2e71f4c464c8a6f62dc3be848f9545f561cd624f634490f44541b914567a47f52d423c51afb93ec89e732c3dbc5
 SHA512 
b3425f218b9ef17a3e395c3d4588490cd0cd3bd53d009c1cf499e937438601b2b2ffeffad58a6a741cb326c82b18343ff066f531db033fe5a9bfcbb2fbbfc993

diff --git a/dev-embedded/gputils/gputils-0.14.1.ebuild 
b/dev-embedded/gputils/gputils-0.14.1.ebuild
deleted file mode 100644
index 0e60ba69f23..000
--- a/dev-embedded/gputils/gputils-0.14.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-DESCRIPTION="Tools including assembler, linker and librarian for PIC 
microcontrollers"
-HOMEPAGE="http://gputils.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-src_install() {
-   default
-   dodoc doc/gputils.pdf
-}



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/

2018-05-20 Thread Johannes Huber
commit: c114f28aceb61d9a839ebeaae1685b3ceb8b1e48
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 12:59:39 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 12:59:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c114f28a

dev-embedded/gputils: Remove 1.4.0

Uses deprecated EAPI 5 and overshadowed by 1.5.0.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 dev-embedded/gputils/Manifest |  1 -
 dev-embedded/gputils/gputils-1.4.0.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/dev-embedded/gputils/Manifest b/dev-embedded/gputils/Manifest
index 9a37bd23122..91bfb2d62d2 100644
--- a/dev-embedded/gputils/Manifest
+++ b/dev-embedded/gputils/Manifest
@@ -1,2 +1 @@
-DIST gputils-1.4.0.tar.gz 9659449 BLAKE2B 
c4959cee415496aef32a7fb9155896c5cbcca2e71f4c464c8a6f62dc3be848f9545f561cd624f634490f44541b914567a47f52d423c51afb93ec89e732c3dbc5
 SHA512 
b3425f218b9ef17a3e395c3d4588490cd0cd3bd53d009c1cf499e937438601b2b2ffeffad58a6a741cb326c82b18343ff066f531db033fe5a9bfcbb2fbbfc993
 DIST gputils-1.5.0.tar.gz 13155377 BLAKE2B 
68f6ed2ba93f83eaae0573dde5fe8d3a67ec6cf4349832e5edcab70ec35db7d8210f28d46bf3272a7b7f9b52299b1289792b1ca2a75b952e7ea2fc263448c8b9
 SHA512 
fc74e92ddfe2c9c7ee272a712a411bf01790358c310afc9a802f503902675fa4717410354bf8791f64da45b63f0b1f562b55fdd7127d3989f4295ebe5f80b645

diff --git a/dev-embedded/gputils/gputils-1.4.0.ebuild 
b/dev-embedded/gputils/gputils-1.4.0.ebuild
deleted file mode 100644
index 0a2f1952d81..000
--- a/dev-embedded/gputils/gputils-1.4.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit toolchain-funcs
-
-DESCRIPTION="Tools including assembler, linker and librarian for PIC 
microcontrollers"
-HOMEPAGE="http://gputils.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-src_configure() {
-   tc-ld-disable-gold #369291
-   default
-}
-
-src_install() {
-   default
-   dodoc doc/gputils.pdf
-}



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/

2018-05-20 Thread Johannes Huber
commit: 8ad5d3f7edabe35137dcca9e7b325fc63bfb6725
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 12:57:57 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 12:57:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ad5d3f7

dev-embedded/gputils: Remove 0.14.2

Uses deprecated EAPI 4 and overshadowed by 1.5.0.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 dev-embedded/gputils/Manifest  |  1 -
 dev-embedded/gputils/gputils-0.14.2.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/dev-embedded/gputils/Manifest b/dev-embedded/gputils/Manifest
index c78e45eb75e..6bd3a20fd11 100644
--- a/dev-embedded/gputils/Manifest
+++ b/dev-embedded/gputils/Manifest
@@ -1,4 +1,3 @@
-DIST gputils-0.14.2.tar.gz 3257391 BLAKE2B 
61a837bc90dea10867070ddb6422657ea69f1bc8a7e8992174043db1d443841ad6573db81d29ed453f80b4a8a51956d75ae70e85dd2f1b24ae5779832e72caa9
 SHA512 
80e3d488a043e6915e297951190fec2dfb8d073bee793a64e2574aa6c88ad3c180f6e541b71c3dc8f5b844766236293b7c37abd1461593f5d827fdb84cf65a6c
 DIST gputils-1.2.0.tar.gz 7585602 BLAKE2B 
b536e7027a3184ea7f22536cbd146416554e756fffe0dd885385bce98065bbd8daedfb1c7750af1697da74fcaf1009b18b0e8e13c88c361bd3bc105967bb
 SHA512 
bb512bb4c55ca4d6bcd2dd12c07f63c51f1a754b75280c7bc2cea469016ee074ba0f07755899de4d5af431897b3e0a33a5f72a3b64f495f38952fb948719a1bd
 DIST gputils-1.4.0.tar.gz 9659449 BLAKE2B 
c4959cee415496aef32a7fb9155896c5cbcca2e71f4c464c8a6f62dc3be848f9545f561cd624f634490f44541b914567a47f52d423c51afb93ec89e732c3dbc5
 SHA512 
b3425f218b9ef17a3e395c3d4588490cd0cd3bd53d009c1cf499e937438601b2b2ffeffad58a6a741cb326c82b18343ff066f531db033fe5a9bfcbb2fbbfc993
 DIST gputils-1.5.0.tar.gz 13155377 BLAKE2B 
68f6ed2ba93f83eaae0573dde5fe8d3a67ec6cf4349832e5edcab70ec35db7d8210f28d46bf3272a7b7f9b52299b1289792b1ca2a75b952e7ea2fc263448c8b9
 SHA512 
fc74e92ddfe2c9c7ee272a712a411bf01790358c310afc9a802f503902675fa4717410354bf8791f64da45b63f0b1f562b55fdd7127d3989f4295ebe5f80b645

diff --git a/dev-embedded/gputils/gputils-0.14.2.ebuild 
b/dev-embedded/gputils/gputils-0.14.2.ebuild
deleted file mode 100644
index 0e60ba69f23..000
--- a/dev-embedded/gputils/gputils-0.14.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-DESCRIPTION="Tools including assembler, linker and librarian for PIC 
microcontrollers"
-HOMEPAGE="http://gputils.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-src_install() {
-   default
-   dodoc doc/gputils.pdf
-}



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/, dev-embedded/gputils/files/

2018-05-20 Thread Johannes Huber
commit: 2b89b6d67d33d4362507574864d6ca811941d386
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 12:55:25 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 12:55:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b89b6d6

dev-embedded/gputils: Remove 0.13.7

Uses deprecated EAPI 2 and overshadowed by 1.5.0.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 dev-embedded/gputils/Manifest  |  1 -
 .../gputils/files/gputils-0.13.7-strncat.patch | 94 --
 dev-embedded/gputils/gputils-0.13.7.ebuild | 26 --
 3 files changed, 121 deletions(-)

diff --git a/dev-embedded/gputils/Manifest b/dev-embedded/gputils/Manifest
index 6095093be79..4e70dc3807a 100644
--- a/dev-embedded/gputils/Manifest
+++ b/dev-embedded/gputils/Manifest
@@ -1,4 +1,3 @@
-DIST gputils-0.13.7.tar.gz 2670129 BLAKE2B 
df1978105d679d930b5d1707b9db5b833baea83d196ae1861c08b89726bebafe9f14521233634561f5beb72cc05fc4670faeff4353e518b40877c63b85075303
 SHA512 
4133a0281c125abb964d2451bfff422444f9816ebb4c17dcc8faa88829e7a84d6cb542cfb9acda397ef9f14a1979644fbcf29aa489cdf94fb6e26c99b2ee901b
 DIST gputils-0.14.0.tar.gz 2802791 BLAKE2B 
34c5da263a3a3bc1e24b85e03c9169e8e563742583eb34becd62bd9934a44238ff41ac95cb7c05bc552ee2b23110c178c5e87db4adc929e85699a471bfa07d5b
 SHA512 
ca50c95fc81043f8672db0d5101831de65a536ce8e5061aabedfa340f821bc7eb6db7bea6f8923b239167ed65a17b1fe7d32d40e10e69b92d351ba408535f1d4
 DIST gputils-0.14.1.tar.gz 3233430 BLAKE2B 
16e9442636f525c936f81a02537732833184100d120ec9bff509fa362fb48753f3fbfd33053504e48b1933a701cd4a00129ced77c740bb83bdfc667db765ff5d
 SHA512 
e32b7628377390a491b3455a7c5c89cf29b8dd4928f450c879d4d9de4416536265198346ba5b5fad073ac03c33af879ab8acc0a6d6d4713d5ef8c3ea94a4c4dd
 DIST gputils-0.14.2.tar.gz 3257391 BLAKE2B 
61a837bc90dea10867070ddb6422657ea69f1bc8a7e8992174043db1d443841ad6573db81d29ed453f80b4a8a51956d75ae70e85dd2f1b24ae5779832e72caa9
 SHA512 
80e3d488a043e6915e297951190fec2dfb8d073bee793a64e2574aa6c88ad3c180f6e541b71c3dc8f5b844766236293b7c37abd1461593f5d827fdb84cf65a6c

diff --git a/dev-embedded/gputils/files/gputils-0.13.7-strncat.patch 
b/dev-embedded/gputils/files/gputils-0.13.7-strncat.patch
deleted file mode 100644
index 577a4bf0328..000
--- a/dev-embedded/gputils/files/gputils-0.13.7-strncat.patch
+++ /dev/null
@@ -1,94 +0,0 @@
-https://sourceforge.net/tracker/?func=detail=3081197_id=41924=431665
-https://sourceforge.net/tracker/?func=detail=3081206_id=41924=431665
-
 a/gpasm/scan.c
-+++ b/gpasm/scan.c
-@@ -461,9 +461,7 @@ search_pathes(struct source_context *new, char *name)
-   int i;
- 
-   for(i = 0; i < state.path_num; i++) {
--strncpy(tryname, state.paths[i], sizeof(tryname));
--strncat(tryname, COPY_CHAR, sizeof(tryname));
--strncat(tryname, name, sizeof(tryname));
-+snprintf(tryname, sizeof(tryname), "%s%s%s", state.paths[i], COPY_CHAR, 
name);
- new->f = fopen(tryname, "rt");
- if(new->f) {
-   new->name = strdup(tryname);
 a/gplink/gplink.c
-+++ b/gplink/gplink.c
-@@ -340,9 +340,7 @@ void gplink_open_coff(char *name)
- int i;
- 
- for(i = 0; i < state.numpaths; i++) {
--  strncpy(file_name, state.paths[i], sizeof(file_name));
--  strncat(file_name, COPY_CHAR, sizeof(file_name));
--  strncat(file_name, name, sizeof(file_name));
-+  snprintf(file_name, sizeof(file_name), "%s%s%s", state.paths[i], 
COPY_CHAR, name);
-   coff = fopen(file_name, "rb");
-   if (coff != NULL) {
- break;
-@@ -695,9 +693,7 @@ linker(void)
-   gp_error("linker script not specified and can't determine default 
script");
-   return EXIT_FAILURE; 
- }
--strncpy(file_name, gp_lkr_path, sizeof(file_name));
--strncat(file_name, COPY_CHAR, sizeof(file_name));
--strncat(file_name, script_name, sizeof(file_name));
-+snprintf(file_name, sizeof(file_name), "%s%s%s", gp_lkr_path, COPY_CHAR, 
script_name);
- gp_message("using default linker script \"%s\"", file_name);
- open_src(file_name, 0);
- yyparse();
 a/gplink/scan.c
-+++ b/gplink/scan.c
-@@ -115,9 +115,7 @@ void open_src(char *name, int isinclude)
- int i;
- 
- for(i = 0; i < state.numpaths; i++) {
--  strncpy(tryname, state.paths[i], sizeof(tryname));
--  strncat(tryname, COPY_CHAR, sizeof(tryname));
--  strncat(tryname, name, sizeof(tryname));
-+  snprintf(tryname, sizeof(tryname), "%s%s%s", state.paths[i], COPY_CHAR, 
name);
-   new->f = fopen(tryname, "rt");
-   if(new->f) {
- new->name = strdup(tryname);
 a/gpasm/lst.c
-+++ b/gpasm/lst.c
-@@ -149,22 +149,23 @@ void lst_memory_map(MemBlock *m)
-   }
- 
-   if(row_used) {
--snprintf(buf, sizeof(buf), "%08x :", (i + base) << _16bit_core);
-+int len = sizeof(buf);
-+  

[gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/, dev-embedded/gputils/files/

2018-05-20 Thread Johannes Huber
commit: b0a0afe7a3509e2eb3699fa9cf37278465cc5b5a
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 12:54:11 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 12:54:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0a0afe7

dev-embedded/gputils: Remove 0.13.6-r1

Uses deprecated EAPI 0 and overshadowed by 1.5.0.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 dev-embedded/gputils/Manifest  |   1 -
 .../gputils/files/gputils-0.13.6-code_pack.patch   | 182 -
 dev-embedded/gputils/gputils-0.13.6-r1.ebuild  |  31 
 3 files changed, 214 deletions(-)

diff --git a/dev-embedded/gputils/Manifest b/dev-embedded/gputils/Manifest
index 4dc19cff7e4..6095093be79 100644
--- a/dev-embedded/gputils/Manifest
+++ b/dev-embedded/gputils/Manifest
@@ -1,4 +1,3 @@
-DIST gputils-0.13.6.tar.gz 2042890 BLAKE2B 
234534c227c1a56a4a23ec27f3cf436ed3a5bad0860bbae008866294039f6d3543266a97a424dade4501e41a78f831d2092544f91923290d84e9726f8810b820
 SHA512 
e5227863c2f103db133102d526fd60d08f306f0ca8cf4b1f951616e8cf72264912394fa51375734c006d48bbe1adf8038347c35d8401f15ec5cfe906008f212d
 DIST gputils-0.13.7.tar.gz 2670129 BLAKE2B 
df1978105d679d930b5d1707b9db5b833baea83d196ae1861c08b89726bebafe9f14521233634561f5beb72cc05fc4670faeff4353e518b40877c63b85075303
 SHA512 
4133a0281c125abb964d2451bfff422444f9816ebb4c17dcc8faa88829e7a84d6cb542cfb9acda397ef9f14a1979644fbcf29aa489cdf94fb6e26c99b2ee901b
 DIST gputils-0.14.0.tar.gz 2802791 BLAKE2B 
34c5da263a3a3bc1e24b85e03c9169e8e563742583eb34becd62bd9934a44238ff41ac95cb7c05bc552ee2b23110c178c5e87db4adc929e85699a471bfa07d5b
 SHA512 
ca50c95fc81043f8672db0d5101831de65a536ce8e5061aabedfa340f821bc7eb6db7bea6f8923b239167ed65a17b1fe7d32d40e10e69b92d351ba408535f1d4
 DIST gputils-0.14.1.tar.gz 3233430 BLAKE2B 
16e9442636f525c936f81a02537732833184100d120ec9bff509fa362fb48753f3fbfd33053504e48b1933a701cd4a00129ced77c740bb83bdfc667db765ff5d
 SHA512 
e32b7628377390a491b3455a7c5c89cf29b8dd4928f450c879d4d9de4416536265198346ba5b5fad073ac03c33af879ab8acc0a6d6d4713d5ef8c3ea94a4c4dd

diff --git a/dev-embedded/gputils/files/gputils-0.13.6-code_pack.patch 
b/dev-embedded/gputils/files/gputils-0.13.6-code_pack.patch
deleted file mode 100644
index f743ec343f6..000
--- a/dev-embedded/gputils/files/gputils-0.13.6-code_pack.patch
+++ /dev/null
@@ -1,182 +0,0 @@
-Index: gpasm/lst.c
-===
 gpasm/lst.c(revision 541)
-+++ gpasm/lst.c(revision 542)
-@@ -212,11 +212,75 @@
-   }
- }
- 
-+unsigned int lst_data(char *m, unsigned int byte_org,
-+unsigned int bytes_emitted, size_t sizeof_m)
-+{
-+  char buf[BUFSIZ];
-+  unsigned int i;
-+  unsigned int lst_bytes = 0;
-+
-+  if ((byte_org & 1) != 0) {
-+/* not word-aligned */
-+/* list first byte */
-+unsigned char emit_byte = (unsigned char)(i_memory_get(state.i_memory,
-+(byte_org >> 1)) >> 8);
-+snprintf(buf, sizeof(buf), "%02X", emit_byte);
-+strncat(m, buf, sizeof_m);
-+++lst_bytes;
-+/* list whole words */
-+for (i = 0; (i < ((bytes_emitted-1) >> 1)) && (i < 1); ++i) {
-+  unsigned int emit_word = i_memory_get(state.i_memory,
-+  ((byte_org+1) >> 1) + i) & 0x;
-+  snprintf(buf, sizeof(buf), "%02X %02X", emit_word & 0x00ff,
-+  emit_word >> 8);
-+  strncat(m, buf, sizeof_m);
-+  lst_bytes += 2;
-+}
-+/* list extra byte if odd */
-+if (((byte_org+bytes_emitted) & 1) != 0) {
-+  snprintf(buf, sizeof(buf), "%02X ", i_memory_get(state.i_memory,
-+  ((byte_org + bytes_emitted - 2) >> 1)) & 0x00ff);
-+  strncat(m, buf, sizeof_m);
-+  ++lst_bytes;
-+}
-+else {
-+  strncat(m, "   ", sizeof_m);
-+}
-+  }
-+  else {/* word-aligned */
-+/* list full words as bytes */
-+for (i = 0; (i < (bytes_emitted >> 1)) && (i < 2); ++i) {
-+  unsigned int emit_word = i_memory_get(state.i_memory,
-+(byte_org>>1) + i) & 0x;
-+  snprintf(buf, sizeof(buf), "%04X ", emit_word);
-+  strncat(m, buf, sizeof_m);
-+  lst_bytes += 2;
-+}
-+if (bytes_emitted < 4) {
-+  /* list extra byte if odd */
-+  if (((byte_org+bytes_emitted) & 1) != 0) {
-+snprintf(buf, sizeof(buf), "%02X   ", i_memory_get(state.i_memory,
-+(byte_org+bytes_emitted)>>1) & 0x00ff);
-+strncat(m, buf, sizeof_m);
-+++lst_bytes;
-+  }
-+  else {
-+strncat(m, " ", sizeof_m);
-+  }
-+}
-+  }
-+
-+  return lst_bytes;
-+}
-+
- void lst_format_line(char *src_line, int value)
- {
-   char m[BUFSIZ];
-   char buf[BUFSIZ];
-   unsigned int emitted = 0;
-+  unsigned int byte_org = 0;
-+  unsigned int bytes_e

[gentoo-commits] repo/gentoo:master commit in: net-ftp/oftpd/

2018-05-20 Thread Johannes Huber
commit: c626dc0aff41cfbdc424bb6b156561c3dfcd88ad
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 12:44:08 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 12:45:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c626dc0a

net-ftp/oftpd: Remove 0.3.7-r9

Uses deprecated EAPI 4 and overshadowed by 0.3.7-r10.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 net-ftp/oftpd/oftpd-0.3.7-r9.ebuild | 49 -
 1 file changed, 49 deletions(-)

diff --git a/net-ftp/oftpd/oftpd-0.3.7-r9.ebuild 
b/net-ftp/oftpd/oftpd-0.3.7-r9.ebuild
deleted file mode 100644
index 510f2bb03cf..000
--- a/net-ftp/oftpd/oftpd-0.3.7-r9.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools eutils
-
-DESCRIPTION="Secure, small, anonymous only ftpd"
-HOMEPAGE="http://www.time-travellers.org/oftpd;
-SRC_URI="http://www.time-travellers.org/oftpd/${P}.tar.gz
-   
ftp://ftp.deepspace6.net/pub/ds6/sources/${PN}/${PN}-0.3.6-ipv6rel2.patch.gz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE="ipv6"
-
-DEPEND="net-ftp/ftpbase"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   cd "${WORKDIR}" || die
-   epatch "${FILESDIR}"/oftpd-0.3.7-ipv6rel2-0.3.6-to-0.3.7.patch
-
-   cd "${S}" || die
-   epatch "${WORKDIR}"/${PN}-0.3.6-ipv6rel2.patch
-   epatch "${FILESDIR}"/${PN}-0.3.7-delay-root-check.patch
-
-   # Don't crash when using an unsupported address family, #159178.
-   # updated in bug #157005
-   epatch "${FILESDIR}"/${P}-family-1.patch
-
-   # htons patch #371963
-   epatch "${FILESDIR}"/${P}-htons.patch
-
-   epatch "${FILESDIR}"/${P}-unistd.patch
-   eautoreconf
-}
-
-src_configure() {
-   econf --bindir=/usr/sbin $(use_enable ipv6)
-}
-
-src_install() {
-   default
-   keepdir /home/ftp
-   newinitd "${FILESDIR}"/init.d.oftpd-r7 oftpd
-   newconfd "${FILESDIR}"/conf.d.oftpd-r7 oftpd
-}



[gentoo-commits] repo/gentoo:master commit in: net-ftp/oftpd/

2018-05-20 Thread Johannes Huber
commit: 0ac2e8dcc32a7774c2698b588d9ab4fd6699535c
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 12:43:23 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 12:45:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ac2e8dc

net-ftp/oftpd: Remove 0.3.7-r8

Uses deprecated EAPI 4 and overshadowed by 0.3.7-r10.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 net-ftp/oftpd/oftpd-0.3.7-r8.ebuild | 48 -
 1 file changed, 48 deletions(-)

diff --git a/net-ftp/oftpd/oftpd-0.3.7-r8.ebuild 
b/net-ftp/oftpd/oftpd-0.3.7-r8.ebuild
deleted file mode 100644
index 431e783eb9b..000
--- a/net-ftp/oftpd/oftpd-0.3.7-r8.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools eutils
-
-DESCRIPTION="Secure, small, anonymous only ftpd"
-HOMEPAGE="http://www.time-travellers.org/oftpd;
-SRC_URI="http://www.time-travellers.org/oftpd/${P}.tar.gz
-   
ftp://ftp.deepspace6.net/pub/ds6/sources/${PN}/${PN}-0.3.6-ipv6rel2.patch.gz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE="ipv6"
-
-DEPEND="net-ftp/ftpbase"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   cd "${WORKDIR}" || die
-   epatch "${FILESDIR}"/oftpd-0.3.7-ipv6rel2-0.3.6-to-0.3.7.patch
-
-   cd "${S}" || die
-   epatch "${WORKDIR}"/${PN}-0.3.6-ipv6rel2.patch
-
-   # Don't crash when using an unsupported address family, #159178.
-   # updated in bug #157005
-   epatch "${FILESDIR}"/${P}-family-1.patch
-
-   # htons patch #371963
-   epatch "${FILESDIR}"/${P}-htons.patch
-
-   epatch "${FILESDIR}"/${P}-unistd.patch
-   eautoreconf
-}
-
-src_configure() {
-   econf --bindir=/usr/sbin $(use_enable ipv6)
-}
-
-src_install() {
-   default
-   keepdir /home/ftp
-   newinitd "${FILESDIR}"/init.d.oftpd-r7 oftpd
-   newconfd "${FILESDIR}"/conf.d.oftpd-r7 oftpd
-}



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

2018-05-20 Thread Johannes Huber
commit: e79d7f6da1496a32d3a9842550f48fa58b95f45a
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 12:20:27 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 12:20:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e79d7f6d

app-arch/xar: Remove 1.5.2-r1

Uses deprecated EAPI 4 and overshadowed by 1.8-r1.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 app-arch/xar/Manifest  |  1 -
 .../files/xar-1.5.2-automagic_acl_and_bzip2.patch  | 46 --
 app-arch/xar/files/xar-1.5.2-respect_ldflags.patch | 21 --
 app-arch/xar/xar-1.5.2-r1.ebuild   | 35 
 4 files changed, 103 deletions(-)

diff --git a/app-arch/xar/Manifest b/app-arch/xar/Manifest
index 187e6e6db35..204e1c36a4c 100644
--- a/app-arch/xar/Manifest
+++ b/app-arch/xar/Manifest
@@ -1,3 +1,2 @@
-DIST xar-1.5.2.tar.gz 137973 BLAKE2B 
1bd478134f9de23094cbf6b6c6d15100629ebb3359c39b39eb6a2bfad80fefc74282655ecd2c32ef0140f3d69f5a75c13665c0a5015dc3e278f99bab3c1a9ade
 SHA512 
975861324ee31805eb107f51f2f6c43029b25601d4c1daa2dfee49ec7e25351e94798de9fb5c011b90d93dd6a3bbd3fe15c97ab0fc32f0b36b3000dd48cbf46b
 DIST xar-1.6.1.tar.gz 180771 BLAKE2B 
efc15995941b7240486a02cad736981e4881dac8a576cb3188be1bb54aefbb612f374d82af56e1af27301d6d8f00698ad601f8ad4b0ae100107bbcd84cb203e8
 SHA512 
6ddf83130519006c4d8fe699cdf5a6e5e41b293f3411d4744bf3425fda21556ef54b95e46f60c13f9276070ccda94c8d95a543f1fda4cbd9e3087ab9b5d0b00b
 DIST xar-400.tar.gz 213319 BLAKE2B 
55b8695313a1a5ae778b62791f716af00edba7e7b01500eac4b951e04cf7b18e84e0d508ac5471996796e5ab59e4628a4f85a63a5929b372555e28b222c77ab1
 SHA512 
c54850d5443c776f18d788bf7d026b3b08274ee71321d1615238c9fa2d20cc0b21f3f298364b0d0eecd98ce2a6efc8d5039cabd5a21c2419c430d90db004d159

diff --git a/app-arch/xar/files/xar-1.5.2-automagic_acl_and_bzip2.patch 
b/app-arch/xar/files/xar-1.5.2-automagic_acl_and_bzip2.patch
deleted file mode 100644
index 54ad8f72531..000
--- a/app-arch/xar/files/xar-1.5.2-automagic_acl_and_bzip2.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-diff -ur xar-1.5.2.orig/configure.ac xar-1.5.2/configure.ac
 xar-1.5.2.orig/configure.ac2007-12-29 20:49:57.0 +0200
-+++ xar-1.5.2/configure.ac 2008-05-19 17:07:23.0 +0300
-@@ -181,8 +181,13 @@
- )
- AC_SUBST([enable_autogen])
- 
-+AC_ARG_ENABLE(acl, AC_HELP_STRING([--disable-acl], [disable support for 
libacl (default=autodetect)]), [ enable_acl=$enableval ], [ enable_acl=yes ])
-+
-+if test "x$enable_acl" = "xyes"; then
- AC_TRY_COMPILE([#include 
- #include ], [acl_t a], [AC_DEFINE([HAVE_SYS_ACL_H],[1], [define if 
you have sys/acl.h and it has a working acl_t type])])
-+fi
-+
- AC_CHECK_HEADERS(ext2fs/ext2_fs.h sys/statfs.h sys/xattr.h sys/param.h 
sys/extattr.h libutil.h)
- AC_CHECK_FUNCS(lgetxattr)
- AC_CHECK_FUNCS(lsetxattr)
-@@ -251,7 +256,9 @@
- AC_ERROR(can not detect the size of your system's dev_t type)
- fi
- 
--AC_CHECK_LIB(acl, acl_get_file)
-+if test "x$enable_acl" = "xyes"; then
-+  AC_CHECK_LIB(acl, acl_get_file)
-+fi
- 
- dnl Check for paths
- AC_PREFIX_DEFAULT(/usr/local)
-@@ -342,9 +349,14 @@
- dnl 
- dnl Configure libbz2.
- dnl 
--have_libbz2="1"
--AC_CHECK_HEADERS([bzlib.h], , [have_libbz2="0"])
--AC_CHECK_LIB([bz2], [BZ2_bzCompress], , [have_libbz2="0"])
-+AC_ARG_ENABLE(bzip2, AC_HELP_STRING([--disable-bzip2], [disable support for 
libbz2 (default=autodetect)]), [ enable_bzip2=$enableval ], [ enable_bzip2=yes 
])
-+
-+if test "x$enable_bzip2" = "xyes"; then
-+  have_libbz2="1"
-+  AC_CHECK_HEADERS([bzlib.h], , [have_libbz2="0"])
-+  AC_CHECK_LIB([bz2], [BZ2_bzCompress], , [have_libbz2="0"])
-+fi
-+
- if test "x${have_libbz2}" = "x1" ; then
-   AC_DEFINE([HAVE_LIBBZ2])
- fi

diff --git a/app-arch/xar/files/xar-1.5.2-respect_ldflags.patch 
b/app-arch/xar/files/xar-1.5.2-respect_ldflags.patch
deleted file mode 100644
index 1ac090d9486..000
--- a/app-arch/xar/files/xar-1.5.2-respect_ldflags.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -ur xar-1.5.2.orig/lib/Makefile.inc.in xar-1.5.2/lib/Makefile.inc.in
 xar-1.5.2.orig/lib/Makefile.inc.in 2007-12-29 20:49:57.0 +0200
-+++ xar-1.5.2/lib/Makefile.inc.in  2010-04-07 01:18:59.027890429 +0300
-@@ -134,7 +134,7 @@
- $(LIBRXAR_S) : $(LIBXAR_SRCS:@srcroot@%.c=@objroot@%.o)
-   @mkdir -p $(@D)
- ifeq (elf, @abi@)
--  $(CC) -shared -Wl,-soname,$(LIBXAR_SNAME) -o $@ $+ @LIBS@
-+  $(CC) -shared -Wl,-soname,$(LIBXAR_SNAME) -o $@ $+ $(LDFLAGS) @LIBS@
- endif
- ifeq (macho, @abi@)
-   $(CC) -dynamiclib -compatibility_version @LIB_REV@ -current_version 
@LIB_REV@ -install_name @abs_objroot@$(LIBRXAR_S) -o $@ $+ $(LDFLAGS) @LIBS@
-@@ -150,7 +150,7 @@
- $(LIBXAR_S) : $(LIBXAR_SRCS:@srcroot@%.c=@objroot@%.o)
-   @mkdir -p $(@D)
- ifeq (elf, @abi@)
--  $(C

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

2018-05-20 Thread Johannes Huber
commit: 8e984f9fd7a079512fba2bf01f27251230cfd354
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 12:04:45 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 12:04:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e984f9f

app-admin/conserver: Remove 8.1.18 (r0)

Uses deprecated EAPI 4 and overshadowed by 8.1.18-r1.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 app-admin/conserver/conserver-8.1.18.ebuild | 86 -
 1 file changed, 86 deletions(-)

diff --git a/app-admin/conserver/conserver-8.1.18.ebuild 
b/app-admin/conserver/conserver-8.1.18.ebuild
deleted file mode 100644
index 008ee1e3176..000
--- a/app-admin/conserver/conserver-8.1.18.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit ssl-cert eutils pam autotools
-
-DESCRIPTION="Serial Console Manager"
-HOMEPAGE="https://www.conserver.com/;
-SRC_URI="https://www.conserver.com/${P}.tar.gz;
-
-LICENSE="BSD GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
-IUSE="kerberos pam ssl tcpd debug"
-
-DEPEND="ssl? ( >=dev-libs/openssl-0.9.6g )
-   pam? ( virtual/pam )
-   tcpd? ( sys-apps/tcp-wrappers )
-   debug? ( dev-libs/dmalloc )
-   kerberos? (
-   virtual/krb5
-   net-libs/libgssglue
-   )"
-RDEPEND="${DEPEND}
-   pam? ( >=sys-auth/pambase-20080219.1 )"
-
-src_prepare() {
-   # Apply patch to prevent package from stripping binaries
-   epatch "${FILESDIR}"/${PN}-prestrip.patch
-
-   # Apply patch to use custom dmalloc macro
-   epatch "${FILESDIR}"/${P}-dmalloc.patch
-
-   AT_M4DIR="m4" eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_with ssl openssl) \
-   $(use_with pam) \
-   $(use_with tcpd libwrap) \
-   $(use_with debug dmalloc) \
-   $(use_with kerberos gssapi) \
-   --with-logfile=/var/log/conserver.log \
-   --with-pidfile=/var/run/conserver.pid \
-   --with-cffile=conserver/conserver.cf \
-   --with-pwdfile=conserver/conserver.passwd \
-   --with-master=localhost \
-   --with-port=7782
-}
-
-src_install() {
-   emake DESTDIR="${D}" exampledir="/usr/share/doc/${PF}/examples" install
-
-   ## create data directory
-   dodir /var/consoles
-   fowners daemon:daemon /var/consoles
-   fperms 700 /var/consoles
-
-   ## add startup and sample config
-   newinitd "${FILESDIR}"/conserver.initd conserver
-   newconfd "${FILESDIR}"/conserver.confd conserver
-
-   dodir /etc/conserver
-   fperms 700 /etc/conserver
-   insinto /etc/conserver
-   newins "${S}"/conserver.cf/conserver.cf conserver.cf.sample
-   newins "${S}"/conserver.cf/conserver.passwd conserver.passwd.sample
-
-   ## add docs
-   dohtml conserver.html
-   dodoc CHANGES FAQ PROTOCOL README TODO
-   dodoc conserver/Sun-serial contrib/maketestcerts
-   newdoc conserver.cf/conserver.cf conserver.cf.sample
-
-   # Add pam config
-   newpamd "${FILESDIR}"/conserver.pam-pambase conserver
-}
-
-pkg_postinst() {
-   # Add certs if SSL use flag is enabled
-   if use ssl && [ ! -f "${ROOT}"/etc/ssl/conserver/conserver.key ]; then
-   install_cert /etc/ssl/conserver/conserver
-   fi
-}



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

2018-05-20 Thread Johannes Huber
commit: d30d9a933cb3fe2ea30615b3a80d6f3e98206142
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 11:55:28 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 11:55:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d30d9a93

app-misc/hello: Remove 2.8

Uses deprecated EAPI 4 and overshadowed by 2.10.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 app-misc/hello/Manifest |  1 -
 app-misc/hello/hello-2.8.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/app-misc/hello/Manifest b/app-misc/hello/Manifest
index 37ddd1cc5f6..785d241d2cc 100644
--- a/app-misc/hello/Manifest
+++ b/app-misc/hello/Manifest
@@ -1,3 +1,2 @@
 DIST hello-2.10.tar.gz 725946 BLAKE2B 
0af5a3890191dff6e570e2297c20f72c8d0598cadfc2b291e2fe3612e73f7eca48b3b63032c883f11a8a5764c757625c4a736904d756d451ad0516578040290f
 SHA512 
e301d785135c52575a8b4c35994c0316f8d366451f604eb5e74c1f907077502aebd5a1a32cd1e26cd7ca32c22f4de5623a335f8ae7e735ac977420df664f01de
-DIST hello-2.8.tar.gz 697483 BLAKE2B 
528633eccb3e407d17fa9b2c590d5febbb428db27b2634f762881b9371c51a18ebd0c1cf8cbb0923c68049b82bb11cdf72b05ad01d12b2ccc3ccdfe8700be61d
 SHA512 
87fdd330fccc7d42c76df9902e21184e7976e4eb95f43dd30417030170471c34be68c37958acb6e4d3ac5f2ed7f6897730388bb6d38f5b0c06202cb8ffccb6e7
 DIST hello-2.9.tar.gz 723645 BLAKE2B 
5188d88d73c6308a2675502c1b29c9dd5aa27ea6c7e9c76727adf2440c19457d579b4c86b35278e137092d3057148e6a0234d36053b4ae3455e541cb75a7aaa7
 SHA512 
b2be91f436d8ebbf431af7f2bb9b61453cfcd336e2745971be48c2c94d7b6ea615e05ef0526fc25f235377d3f7073e1c432c0d522891a8978252267a61aeec86

diff --git a/app-misc/hello/hello-2.8.ebuild b/app-misc/hello/hello-2.8.ebuild
deleted file mode 100644
index eaabd31e7e4..000
--- a/app-misc/hello/hello-2.8.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-DESCRIPTION="GNU \"Hello, world\" application"
-HOMEPAGE="https://www.gnu.org/software/hello/;
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="FDL-1.3 GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="nls"
-
-DOCS=(AUTHORS ChangeLog ChangeLog.O NEWS README THANKS TODO 
contrib/evolution.txt)
-
-src_configure() {
-   econf $(use_enable nls)
-}
-
-src_install() {
-   default
-
-   for x in contrib man doc po tests src; do
-   newdoc $x/ChangeLog ChangeLog.$x || die "newdoc failed"
-   done
-}



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

2018-05-20 Thread Johannes Huber
commit: cab6b82d09e3fac4ea22e38326040c04005641ef
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 11:56:00 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 11:56:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab6b82d

app-misc/hello: Remove 2.9

Uses deprecated EAPI 4 and overshadowed by 2.10.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 app-misc/hello/Manifest |  1 -
 app-misc/hello/hello-2.9.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/app-misc/hello/Manifest b/app-misc/hello/Manifest
index 785d241d2cc..8691849a485 100644
--- a/app-misc/hello/Manifest
+++ b/app-misc/hello/Manifest
@@ -1,2 +1 @@
 DIST hello-2.10.tar.gz 725946 BLAKE2B 
0af5a3890191dff6e570e2297c20f72c8d0598cadfc2b291e2fe3612e73f7eca48b3b63032c883f11a8a5764c757625c4a736904d756d451ad0516578040290f
 SHA512 
e301d785135c52575a8b4c35994c0316f8d366451f604eb5e74c1f907077502aebd5a1a32cd1e26cd7ca32c22f4de5623a335f8ae7e735ac977420df664f01de
-DIST hello-2.9.tar.gz 723645 BLAKE2B 
5188d88d73c6308a2675502c1b29c9dd5aa27ea6c7e9c76727adf2440c19457d579b4c86b35278e137092d3057148e6a0234d36053b4ae3455e541cb75a7aaa7
 SHA512 
b2be91f436d8ebbf431af7f2bb9b61453cfcd336e2745971be48c2c94d7b6ea615e05ef0526fc25f235377d3f7073e1c432c0d522891a8978252267a61aeec86

diff --git a/app-misc/hello/hello-2.9.ebuild b/app-misc/hello/hello-2.9.ebuild
deleted file mode 100644
index 93153540fb5..000
--- a/app-misc/hello/hello-2.9.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-DESCRIPTION="GNU \"Hello, world\" application"
-HOMEPAGE="https://www.gnu.org/software/hello/;
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="FDL-1.3 GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="nls"
-
-DOCS=(AUTHORS ChangeLog ChangeLog.O NEWS README THANKS TODO 
contrib/evolution.txt)
-
-src_configure() {
-   econf $(use_enable nls)
-}
-
-src_install() {
-   default
-
-   for x in contrib man doc po tests src; do
-   newdoc $x/ChangeLog ChangeLog.$x || die "newdoc failed"
-   done
-}



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

2018-05-20 Thread Johannes Huber
commit: 364ea486a88f4f6abd602d5659b545285d926f8a
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 11:49:20 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 11:49:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=364ea486

app-misc/gtypist: Remove 2.9.1

Uses deprecated EAPI 4 and overshadowed by 2.9.5.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 app-misc/gtypist/Manifest |  1 -
 app-misc/gtypist/gtypist-2.9.1.ebuild | 67 ---
 2 files changed, 68 deletions(-)

diff --git a/app-misc/gtypist/Manifest b/app-misc/gtypist/Manifest
index 9f1fcacdfa7..5e96602f39b 100644
--- a/app-misc/gtypist/Manifest
+++ b/app-misc/gtypist/Manifest
@@ -1,4 +1,3 @@
 DIST colemak.typ 8922 BLAKE2B 
e3c422e9172e215406a5165a44c51c38f3372c9988f1bafdb537463a9a3209f1759a312c2a5d316ec3a2a0b39563521b87aa6944cdd0b4cf94c960cbe70c7ca3
 SHA512 
f2c2816836c83d7b640f7f703a4924c62ff0746e0d4cf2a2ca36d434017770272518b835ea273815c93ab9df1c0e4d142f5fea1e5f0b1484ecdc652a53bdc499
-DIST gtypist-2.9.1.tar.xz 954920 BLAKE2B 
3d2a110ac45455f893669379dc4527e8e25c16c31825f08e5a80f9833ee42c767e8b1607f168e4a0e1d94f9c7b41b7efda0f9f696a78efc0c0c7f1212bbd1c25
 SHA512 
dd5d96882c1fa9c786e30d21ab3424be25caecf2850a00edee531ba58aba026efedb12ca8edf34a52033bd0ba28b25ae6a62590e938d7f86124097e7e166e8d9
 DIST gtypist-2.9.2.tar.xz 956252 BLAKE2B 
e9b5ff106c9b102a012d5dd9d9f64b64f07c8ef05090732685b277851c76b0eabc9eec38f1021b983cfc790d46e72de4a064f5ea3b956733b0039aaa60eac349
 SHA512 
6191735c383aeedf3017f9bcd1897d35b2f40ea9de74e94d5c544708e4eca86585ce11984ace75945ac5b61e0f5b73c0f2461c55a6dd3b5d2833b4c90c3f
 DIST gtypist-2.9.5.tar.xz 929356 BLAKE2B 
d83506ee8ab26290fae47f98aed4e5e63260f39d5391a9a735d009f34a787cd670b034375c946c7562545b84ed4655d51c385209d676de76cf4891ead9845ea9
 SHA512 
d6891cd58d23f9b023aec97dc825cb15f7371ab18e82133b9a284d3329b1526bda8e1c5d7225f335c5ec673280cbbe3ad92471eeb15db4ecf29e7feffe27e095

diff --git a/app-misc/gtypist/gtypist-2.9.1.ebuild 
b/app-misc/gtypist/gtypist-2.9.1.ebuild
deleted file mode 100644
index 6e51a0c171b..000
--- a/app-misc/gtypist/gtypist-2.9.1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils elisp-common
-
-DESCRIPTION="Universal typing tutor"
-HOMEPAGE="https://www.gnu.org/software/gtypist/;
-SRC_URI="mirror://gnu/gtypist/${P}.tar.xz
-   http://colemak.com/pub/learn/colemak.typ;
-
-LICENSE="GPL-2 public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux"
-IUSE="nls emacs xemacs"
-
-DEPEND=">=sys-libs/ncurses-5.2
-   emacs? ( virtual/emacs )
-   xemacs? ( !emacs? ( app-editors/xemacs app-xemacs/fsf-compat ) )"
-
-RDEPEND="${DEPEND}"
-
-SITEFILE=50${PN}-gentoo.el
-
-src_unpack() {
-   unpack ${P}.tar.xz
-}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-2.8.3-xemacs-compat.patch
-}
-
-src_configure() {
-   local lispdir=""
-   if use emacs; then
-   lispdir="${SITELISP}/${PN}"
-   einfo "Configuring to build with GNU Emacs support"
-   elif use xemacs; then
-   lispdir="${EPREFIX}/usr/lib/xemacs/site-packages/lisp/${PN}"
-   einfo "Configuring to build with XEmacs support"
-   fi
-
-   econf $(use_enable nls) \
-   EMACS=$(usev emacs || usev xemacs || echo no) \
-   --with-lispdir="${lispdir}"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS ChangeLog NEWS README THANKS TODO
-
-   insinto /usr/share/gtypist
-   doins "${DISTDIR}"/colemak.typ
-
-   if use emacs; then
-   elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
-   fi
-}
-
-pkg_postinst() {
-   use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
-   use emacs && elisp-site-regen
-}



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

2018-05-20 Thread Johannes Huber
commit: 185825332c2ebba97aaefae587f28447f147ca82
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 11:48:50 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 11:48:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18582533

app-misc/gtypist: Remove 2.8.5-r1

Uses deprecated EAPI 4 and overshadowed by 2.9.5.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 app-misc/gtypist/Manifest|  1 -
 app-misc/gtypist/gtypist-2.8.5-r1.ebuild | 67 
 2 files changed, 68 deletions(-)

diff --git a/app-misc/gtypist/Manifest b/app-misc/gtypist/Manifest
index 54080e72a18..9f1fcacdfa7 100644
--- a/app-misc/gtypist/Manifest
+++ b/app-misc/gtypist/Manifest
@@ -1,5 +1,4 @@
 DIST colemak.typ 8922 BLAKE2B 
e3c422e9172e215406a5165a44c51c38f3372c9988f1bafdb537463a9a3209f1759a312c2a5d316ec3a2a0b39563521b87aa6944cdd0b4cf94c960cbe70c7ca3
 SHA512 
f2c2816836c83d7b640f7f703a4924c62ff0746e0d4cf2a2ca36d434017770272518b835ea273815c93ab9df1c0e4d142f5fea1e5f0b1484ecdc652a53bdc499
-DIST gtypist-2.8.5.tar.gz 1148279 BLAKE2B 
47b4b9ddcc21c285cb6ac7d63dc9a92bbf2fb4d04b4a7a84f12943ca0da329d8b480902033fdbf11d839d46daeaaac2c26fc341a5ab4fea161ba508304bec462
 SHA512 
2671ac0bd5e8681b090911c0d19a439aef2588bbeaa980aed50252a0e8727f4aae0044d1e4d0f7cbbd946881f4a7fa60fda444a668f3c004e64cf4ed6a33eb7e
 DIST gtypist-2.9.1.tar.xz 954920 BLAKE2B 
3d2a110ac45455f893669379dc4527e8e25c16c31825f08e5a80f9833ee42c767e8b1607f168e4a0e1d94f9c7b41b7efda0f9f696a78efc0c0c7f1212bbd1c25
 SHA512 
dd5d96882c1fa9c786e30d21ab3424be25caecf2850a00edee531ba58aba026efedb12ca8edf34a52033bd0ba28b25ae6a62590e938d7f86124097e7e166e8d9
 DIST gtypist-2.9.2.tar.xz 956252 BLAKE2B 
e9b5ff106c9b102a012d5dd9d9f64b64f07c8ef05090732685b277851c76b0eabc9eec38f1021b983cfc790d46e72de4a064f5ea3b956733b0039aaa60eac349
 SHA512 
6191735c383aeedf3017f9bcd1897d35b2f40ea9de74e94d5c544708e4eca86585ce11984ace75945ac5b61e0f5b73c0f2461c55a6dd3b5d2833b4c90c3f
 DIST gtypist-2.9.5.tar.xz 929356 BLAKE2B 
d83506ee8ab26290fae47f98aed4e5e63260f39d5391a9a735d009f34a787cd670b034375c946c7562545b84ed4655d51c385209d676de76cf4891ead9845ea9
 SHA512 
d6891cd58d23f9b023aec97dc825cb15f7371ab18e82133b9a284d3329b1526bda8e1c5d7225f335c5ec673280cbbe3ad92471eeb15db4ecf29e7feffe27e095

diff --git a/app-misc/gtypist/gtypist-2.8.5-r1.ebuild 
b/app-misc/gtypist/gtypist-2.8.5-r1.ebuild
deleted file mode 100644
index 27982289463..000
--- a/app-misc/gtypist/gtypist-2.8.5-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils elisp-common
-
-DESCRIPTION="Universal typing tutor"
-HOMEPAGE="https://www.gnu.org/software/gtypist/;
-SRC_URI="mirror://gnu/gtypist/${P}.tar.gz
-   http://colemak.com/pub/learn/colemak.typ;
-
-LICENSE="GPL-2 public-domain"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux"
-IUSE="nls emacs xemacs"
-
-DEPEND=">=sys-libs/ncurses-5.2
-   emacs? ( virtual/emacs )
-   xemacs? ( !emacs? ( app-editors/xemacs app-xemacs/fsf-compat ) )"
-
-RDEPEND="${DEPEND}"
-
-SITEFILE=50${PN}-gentoo.el
-
-src_unpack() {
-   unpack ${P}.tar.gz
-}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-2.8.3-xemacs-compat.patch
-}
-
-src_configure() {
-   local lispdir=""
-   if use emacs; then
-   lispdir="${SITELISP}/${PN}"
-   einfo "Configuring to build with GNU Emacs support"
-   elif use xemacs; then
-   lispdir="${EPREFIX}/usr/lib/xemacs/site-packages/lisp/${PN}"
-   einfo "Configuring to build with XEmacs support"
-   fi
-
-   econf $(use_enable nls) \
-   EMACS=$(usev emacs || usev xemacs || echo no) \
-   --with-lispdir="${lispdir}"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS ChangeLog NEWS README THANKS TODO
-
-   insinto /usr/share/gtypist
-   doins "${DISTDIR}"/colemak.typ
-
-   if use emacs; then
-   elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
-   fi
-}
-
-pkg_postinst() {
-   use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
-   use emacs && elisp-site-regen
-}



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

2018-05-20 Thread Johannes Huber
commit: 323b52995931488caf5ed49f4e5ab3ec45592cfa
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 11:50:18 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 11:50:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=323b5299

app-misc/gtypist: Remove 2.9.2

Uses deprecated EAPI 4 and overshadowed by 2.9.5.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 app-misc/gtypist/Manifest |  1 -
 app-misc/gtypist/gtypist-2.9.2.ebuild | 67 ---
 2 files changed, 68 deletions(-)

diff --git a/app-misc/gtypist/Manifest b/app-misc/gtypist/Manifest
index 5e96602f39b..e970572676e 100644
--- a/app-misc/gtypist/Manifest
+++ b/app-misc/gtypist/Manifest
@@ -1,3 +1,2 @@
 DIST colemak.typ 8922 BLAKE2B 
e3c422e9172e215406a5165a44c51c38f3372c9988f1bafdb537463a9a3209f1759a312c2a5d316ec3a2a0b39563521b87aa6944cdd0b4cf94c960cbe70c7ca3
 SHA512 
f2c2816836c83d7b640f7f703a4924c62ff0746e0d4cf2a2ca36d434017770272518b835ea273815c93ab9df1c0e4d142f5fea1e5f0b1484ecdc652a53bdc499
-DIST gtypist-2.9.2.tar.xz 956252 BLAKE2B 
e9b5ff106c9b102a012d5dd9d9f64b64f07c8ef05090732685b277851c76b0eabc9eec38f1021b983cfc790d46e72de4a064f5ea3b956733b0039aaa60eac349
 SHA512 
6191735c383aeedf3017f9bcd1897d35b2f40ea9de74e94d5c544708e4eca86585ce11984ace75945ac5b61e0f5b73c0f2461c55a6dd3b5d2833b4c90c3f
 DIST gtypist-2.9.5.tar.xz 929356 BLAKE2B 
d83506ee8ab26290fae47f98aed4e5e63260f39d5391a9a735d009f34a787cd670b034375c946c7562545b84ed4655d51c385209d676de76cf4891ead9845ea9
 SHA512 
d6891cd58d23f9b023aec97dc825cb15f7371ab18e82133b9a284d3329b1526bda8e1c5d7225f335c5ec673280cbbe3ad92471eeb15db4ecf29e7feffe27e095

diff --git a/app-misc/gtypist/gtypist-2.9.2.ebuild 
b/app-misc/gtypist/gtypist-2.9.2.ebuild
deleted file mode 100644
index 2379bc1d1d5..000
--- a/app-misc/gtypist/gtypist-2.9.2.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils elisp-common
-
-DESCRIPTION="Universal typing tutor"
-HOMEPAGE="https://www.gnu.org/software/gtypist/;
-SRC_URI="mirror://gnu/gtypist/${P}.tar.xz
-   http://colemak.com/pub/learn/colemak.typ;
-
-LICENSE="GPL-2 public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux"
-IUSE="nls emacs xemacs"
-
-DEPEND=">=sys-libs/ncurses-5.2
-   emacs? ( virtual/emacs )
-   xemacs? ( !emacs? ( app-editors/xemacs app-xemacs/fsf-compat ) )"
-
-RDEPEND="${DEPEND}"
-
-SITEFILE=50${PN}-gentoo.el
-
-src_unpack() {
-   unpack ${P}.tar.xz
-}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-2.8.3-xemacs-compat.patch
-}
-
-src_configure() {
-   local lispdir=""
-   if use emacs; then
-   lispdir="${SITELISP}/${PN}"
-   einfo "Configuring to build with GNU Emacs support"
-   elif use xemacs; then
-   lispdir="${EPREFIX}/usr/lib/xemacs/site-packages/lisp/${PN}"
-   einfo "Configuring to build with XEmacs support"
-   fi
-
-   econf $(use_enable nls) \
-   EMACS=$(usev emacs || usev xemacs || echo no) \
-   --with-lispdir="${lispdir}"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS ChangeLog NEWS README THANKS TODO
-
-   insinto /usr/share/gtypist
-   doins "${DISTDIR}"/colemak.typ
-
-   if use emacs; then
-   elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
-   fi
-}
-
-pkg_postinst() {
-   use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
-   use emacs && elisp-site-regen
-}



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

2018-05-20 Thread Johannes Huber
commit: 17150d7e37876347614c54fb54a0f9c9b420d802
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 11:41:31 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 11:41:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17150d7e

media-libs/sratom: Remove 0.4.4

Uses deprecated EAPI 4 and overshadowed by 0.6.0-r1.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 media-libs/sratom/Manifest|  1 -
 media-libs/sratom/sratom-0.4.4.ebuild | 40 ---
 2 files changed, 41 deletions(-)

diff --git a/media-libs/sratom/Manifest b/media-libs/sratom/Manifest
index 3638d5df08c..06cc5aa31bd 100644
--- a/media-libs/sratom/Manifest
+++ b/media-libs/sratom/Manifest
@@ -1,3 +1,2 @@
-DIST sratom-0.4.4.tar.bz2 134625 BLAKE2B 
47f412c791331bc6a3917c4bfb49474092f9edb84cf649a5082414b037399c8a32163dc1536cef575c0b84095d7e2fda2ae01b9d4201b5f61d75913770750689
 SHA512 
f485da575810348ed9f5016d326b1e82bd9e52d096fa91598c626bdad3f3ba15bbacdd5153b09134f1ad3112fc00132678d096e38f9f7ce2af3cef9f6fe1585a
 DIST sratom-0.4.6.tar.bz2 138165 BLAKE2B 
2745b36055acbe601ef2ca4720749d84c3a72dc1df6dbd49fa4b8fa24ba739df26f6b975660350b481a486c0fbb7781f4220908e67acd25d6e636d5cd13a27d5
 SHA512 
198ab8fd7b027bf62db5d215e1af020695304339df552af6a336be661b30228d9c1ab2befeca959fdde0920dad2c33666fbd6bbf833ba1e24e4fde23d850dc0e
 DIST sratom-0.6.0.tar.bz2 149340 BLAKE2B 
c661e0c4fba0cdf6cfb8a7dba90ff92135422557a0721bc394c7500853aeb9370554df8a02b7faea2fa222b96db36b20b265cc1fa50e6e06655946dbe992f815
 SHA512 
899bb01896e2b65b69482041c7e06edc9e45e9a3466392c82a58f16dfc71462a6c3e3e16a5aa50a6347c8366ea72898468910a59a084762f75eb8c7031ceacf8

diff --git a/media-libs/sratom/sratom-0.4.4.ebuild 
b/media-libs/sratom/sratom-0.4.4.ebuild
deleted file mode 100644
index 8a88baddbf7..000
--- a/media-libs/sratom/sratom-0.4.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit waf-utils
-
-DESCRIPTION="Library for serialising LV2 atoms to/from RDF, particularly the 
Turtle syntax"
-HOMEPAGE="http://drobilla.net/software/sratom/;
-SRC_URI="http://download.drobilla.net/${P}.tar.bz2;
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="doc static-libs test"
-
-RDEPEND="media-libs/lv2
-   >=dev-libs/serd-0.14.0
-   >=dev-libs/sord-0.12.0"
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )
-   virtual/pkgconfig"
-
-DOCS=( "NEWS" "README" )
-
-src_prepare() {
-   sed -i -e 's/^.*run_ldconfig/#\0/' wscript || die
-}
-
-src_configure() {
-   waf-utils_src_configure \
-   --docdir=/usr/share/doc/${PF} \
-   $(use test && echo "--test") \
-   $(use doc && echo "--docs") \
-   $(use static-libs && echo "--static")
-}
-
-src_test() {
-   ./waf test || die
-}



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

2018-05-20 Thread Johannes Huber
commit: 46f655a53fb7360875be5620f1526a26e2d54826
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 11:42:10 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 11:42:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46f655a5

media-libs/sratom: Remove 0.4.6

Uses deprecated EAPI 4 and overshadowed by 0.6.0-r1.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 media-libs/sratom/Manifest|  1 -
 media-libs/sratom/sratom-0.4.6.ebuild | 43 ---
 2 files changed, 44 deletions(-)

diff --git a/media-libs/sratom/Manifest b/media-libs/sratom/Manifest
index 06cc5aa31bd..571e6b71fe3 100644
--- a/media-libs/sratom/Manifest
+++ b/media-libs/sratom/Manifest
@@ -1,2 +1 @@
-DIST sratom-0.4.6.tar.bz2 138165 BLAKE2B 
2745b36055acbe601ef2ca4720749d84c3a72dc1df6dbd49fa4b8fa24ba739df26f6b975660350b481a486c0fbb7781f4220908e67acd25d6e636d5cd13a27d5
 SHA512 
198ab8fd7b027bf62db5d215e1af020695304339df552af6a336be661b30228d9c1ab2befeca959fdde0920dad2c33666fbd6bbf833ba1e24e4fde23d850dc0e
 DIST sratom-0.6.0.tar.bz2 149340 BLAKE2B 
c661e0c4fba0cdf6cfb8a7dba90ff92135422557a0721bc394c7500853aeb9370554df8a02b7faea2fa222b96db36b20b265cc1fa50e6e06655946dbe992f815
 SHA512 
899bb01896e2b65b69482041c7e06edc9e45e9a3466392c82a58f16dfc71462a6c3e3e16a5aa50a6347c8366ea72898468910a59a084762f75eb8c7031ceacf8

diff --git a/media-libs/sratom/sratom-0.4.6.ebuild 
b/media-libs/sratom/sratom-0.4.6.ebuild
deleted file mode 100644
index fe202af7d97..000
--- a/media-libs/sratom/sratom-0.4.6.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-PYTHON_REQ_USE='threads(+)'
-inherit python-any-r1 waf-utils
-
-DESCRIPTION="Library for serialising LV2 atoms to/from RDF, particularly the 
Turtle syntax"
-HOMEPAGE="http://drobilla.net/software/sratom/;
-SRC_URI="http://download.drobilla.net/${P}.tar.bz2;
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="doc static-libs test"
-
-RDEPEND=">=media-libs/lv2-1.8.1
-   >=dev-libs/serd-0.14.0
-   >=dev-libs/sord-0.12.0"
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
-   doc? ( app-doc/doxygen )
-   virtual/pkgconfig"
-
-DOCS=( "NEWS" "README" )
-
-src_prepare() {
-   sed -i -e 's/^.*run_ldconfig/#\0/' wscript || die
-}
-
-src_configure() {
-   waf-utils_src_configure \
-   --docdir=/usr/share/doc/${PF} \
-   $(use test && echo "--test") \
-   $(use doc && echo "--docs") \
-   $(use static-libs && echo "--static")
-}
-
-src_test() {
-   ./waf test || die
-}



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

2018-05-20 Thread Johannes Huber
commit: 11cdf24bb6c246d0284d3a460dfec8ccc6b1f984
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 11:42:43 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 11:42:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11cdf24b

media-libs/sratom: Remove 0.6.0 (r0)

Uses deprecated EAPI 4 and overshadowed by 0.6.0-r1.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 media-libs/sratom/sratom-0.6.0.ebuild | 43 ---
 1 file changed, 43 deletions(-)

diff --git a/media-libs/sratom/sratom-0.6.0.ebuild 
b/media-libs/sratom/sratom-0.6.0.ebuild
deleted file mode 100644
index c3719c26a16..000
--- a/media-libs/sratom/sratom-0.6.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-PYTHON_REQ_USE='threads(+)'
-inherit python-any-r1 waf-utils
-
-DESCRIPTION="Library for serialising LV2 atoms to/from RDF, particularly the 
Turtle syntax"
-HOMEPAGE="http://drobilla.net/software/sratom/;
-SRC_URI="http://download.drobilla.net/${P}.tar.bz2;
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="doc static-libs test"
-
-RDEPEND=">=media-libs/lv2-1.8.1
-   >=dev-libs/serd-0.23.0
-   >=dev-libs/sord-0.12.0"
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
-   doc? ( app-doc/doxygen )
-   virtual/pkgconfig"
-
-DOCS=( "NEWS" "README" )
-
-src_prepare() {
-   sed -i -e 's/^.*run_ldconfig/#\0/' wscript || die
-}
-
-src_configure() {
-   waf-utils_src_configure \
-   --docdir=/usr/share/doc/${PF} \
-   $(use test && echo "--test") \
-   $(use doc && echo "--docs") \
-   $(use static-libs && echo "--static")
-}
-
-src_test() {
-   ./waf test || die
-}



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

2018-05-20 Thread Johannes Huber
commit: 951aec7c0ac044deeaf96bde7f2467b7d3a999e1
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 11:34:50 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 11:36:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=951aec7c

dev-libs/sord: Remove 0.12.2

Uses deprecated EAPI 4 and overshadowed by 0.16.0-r1.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 dev-libs/sord/Manifest   |  1 -
 dev-libs/sord/sord-0.12.2.ebuild | 41 
 2 files changed, 42 deletions(-)

diff --git a/dev-libs/sord/Manifest b/dev-libs/sord/Manifest
index 3019084a1dd..41e3b9af951 100644
--- a/dev-libs/sord/Manifest
+++ b/dev-libs/sord/Manifest
@@ -1,3 +1,2 @@
-DIST sord-0.12.2.tar.bz2 303365 BLAKE2B 
8c4760c072d278229ac830d79a2f5a3bfc49a73af4697ec56b7db2b877211279559f9e0e75eefe3c608491310f87bc4d6782804eabc880298bf503485eb77e04
 SHA512 
2906808138658f89cb6ab939c20e0a092180535629c75b1a0277648af18fb019055dd3cde53f57d7b0d635666be98848bed021ba0bd922a34cfaae3a98c66cbd
 DIST sord-0.14.0.tar.bz2 311442 BLAKE2B 
f3aa81b3df44ac248b2b73d16e60db3decdbb1af5335afa012de77e2ac9de0cef28c048c5583232adca0e97645e405918f4a839e90828ec63d70a9f1b167790f
 SHA512 
7c59997752fec7db00f2fca3bf5400b3a57141efe1cee031ca24e69e2c31b3aefbb78f51fe9d46a96b06fe685bc896210bd8271846b878c266a90ec257dc7b55
 DIST sord-0.16.0.tar.bz2 316331 BLAKE2B 
27702600e48e14c75be18cc2b83705cdea1eed7158223ee685821ae80b18b61f5db82f804ee6a32236143cf8287ee875c3b3354edc6ccd1d4f25eaa3a04c785b
 SHA512 
e18c6de62f2cbffedd4c200f6452f4fd37f719aed764ccc1b77c8da04a0f3394d47e8b57e19eefd6d600770926f505fdfa5da91564bbff5f4ead49f1adaba249

diff --git a/dev-libs/sord/sord-0.12.2.ebuild b/dev-libs/sord/sord-0.12.2.ebuild
deleted file mode 100644
index 4ff132693ee..000
--- a/dev-libs/sord/sord-0.12.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-PYTHON_REQ_USE='threads(+)'
-inherit python-any-r1 waf-utils
-
-DESCRIPTION="Library for storing RDF data in memory"
-HOMEPAGE="http://drobilla.net/software/sord/;
-SRC_URI="http://download.drobilla.net/${P}.tar.bz2;
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="doc static-libs test"
-
-RDEPEND=">=dev-libs/serd-0.14.0"
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
-   doc? ( app-doc/doxygen )
-   virtual/pkgconfig"
-
-DOCS=( "AUTHORS" "NEWS" "README" )
-
-src_prepare() {
-   sed -i -e 's/^.*run_ldconfig/#\0/' wscript || die
-}
-
-src_configure() {
-   waf-utils_src_configure \
-   --docdir=/usr/share/doc/${PF} \
-   $(use test && echo "--test") \
-   $(use doc && echo "--docs") \
-   $(use static-libs && echo "--static")
-}
-
-src_test() {
-   ./waf test || die
-}



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

2018-05-20 Thread Johannes Huber
commit: 537811b612748af2d4df0777f3817fbfcaf7c1c7
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 11:35:22 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 11:36:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=537811b6

dev-libs/sord: Remove 0.14.0

Uses deprecated EAPI 4 and overshadowed by 0.16.0-r1.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 dev-libs/sord/Manifest   |  1 -
 dev-libs/sord/sord-0.14.0.ebuild | 41 
 2 files changed, 42 deletions(-)

diff --git a/dev-libs/sord/Manifest b/dev-libs/sord/Manifest
index 41e3b9af951..cc4ba82085e 100644
--- a/dev-libs/sord/Manifest
+++ b/dev-libs/sord/Manifest
@@ -1,2 +1 @@
-DIST sord-0.14.0.tar.bz2 311442 BLAKE2B 
f3aa81b3df44ac248b2b73d16e60db3decdbb1af5335afa012de77e2ac9de0cef28c048c5583232adca0e97645e405918f4a839e90828ec63d70a9f1b167790f
 SHA512 
7c59997752fec7db00f2fca3bf5400b3a57141efe1cee031ca24e69e2c31b3aefbb78f51fe9d46a96b06fe685bc896210bd8271846b878c266a90ec257dc7b55
 DIST sord-0.16.0.tar.bz2 316331 BLAKE2B 
27702600e48e14c75be18cc2b83705cdea1eed7158223ee685821ae80b18b61f5db82f804ee6a32236143cf8287ee875c3b3354edc6ccd1d4f25eaa3a04c785b
 SHA512 
e18c6de62f2cbffedd4c200f6452f4fd37f719aed764ccc1b77c8da04a0f3394d47e8b57e19eefd6d600770926f505fdfa5da91564bbff5f4ead49f1adaba249

diff --git a/dev-libs/sord/sord-0.14.0.ebuild b/dev-libs/sord/sord-0.14.0.ebuild
deleted file mode 100644
index cdf6b7b0852..000
--- a/dev-libs/sord/sord-0.14.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-PYTHON_REQ_USE='threads(+)'
-inherit python-any-r1 waf-utils
-
-DESCRIPTION="Library for storing RDF data in memory"
-HOMEPAGE="http://drobilla.net/software/sord/;
-SRC_URI="http://download.drobilla.net/${P}.tar.bz2;
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="doc static-libs test"
-
-RDEPEND=">=dev-libs/serd-0.14.0"
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
-   doc? ( app-doc/doxygen )
-   virtual/pkgconfig"
-
-DOCS=( "AUTHORS" "NEWS" "README" )
-
-src_prepare() {
-   sed -i -e 's/^.*run_ldconfig/#\0/' wscript || die
-}
-
-src_configure() {
-   waf-utils_src_configure \
-   --docdir=/usr/share/doc/${PF} \
-   $(use test && echo "--test") \
-   $(use doc && echo "--docs") \
-   $(use static-libs && echo "--static")
-}
-
-src_test() {
-   ./waf test || die
-}



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

2018-05-20 Thread Johannes Huber
commit: 0d64f0405beb40b7d0009f56f7699a648f939861
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 11:36:09 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 11:36:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d64f040

dev-libs/sord: Remove 0.16.0 (r0)

Uses deprecated EAPI 4 and overshadowed by 0.16.0-r1.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 dev-libs/sord/sord-0.16.0.ebuild | 41 
 1 file changed, 41 deletions(-)

diff --git a/dev-libs/sord/sord-0.16.0.ebuild b/dev-libs/sord/sord-0.16.0.ebuild
deleted file mode 100644
index 4c2c086209a..000
--- a/dev-libs/sord/sord-0.16.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-PYTHON_REQ_USE='threads(+)'
-inherit python-any-r1 waf-utils
-
-DESCRIPTION="Library for storing RDF data in memory"
-HOMEPAGE="http://drobilla.net/software/sord/;
-SRC_URI="http://download.drobilla.net/${P}.tar.bz2;
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="doc static-libs test"
-
-RDEPEND=">=dev-libs/serd-0.22.4"
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
-   doc? ( app-doc/doxygen )
-   virtual/pkgconfig"
-
-DOCS=( "AUTHORS" "NEWS" "README" )
-
-src_prepare() {
-   sed -i -e 's/^.*run_ldconfig/#\0/' wscript || die
-}
-
-src_configure() {
-   waf-utils_src_configure \
-   --docdir=/usr/share/doc/${PF} \
-   $(use test && echo "--test") \
-   $(use doc && echo "--docs") \
-   $(use static-libs && echo "--static")
-}
-
-src_test() {
-   ./waf test || die
-}



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

2018-05-20 Thread Johannes Huber
commit: 7ac7c3d7128cbb12c25ac2158d5f0ad208d1b292
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 11:34:18 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 11:36:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ac7c3d7

dev-libs/sord: Remove 0.12.0

Uses deprecated EAPI 4 and overshadowed by 0.16.0-r1.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 dev-libs/sord/Manifest   |  1 -
 dev-libs/sord/sord-0.12.0.ebuild | 41 
 2 files changed, 42 deletions(-)

diff --git a/dev-libs/sord/Manifest b/dev-libs/sord/Manifest
index 090ae2300aa..3019084a1dd 100644
--- a/dev-libs/sord/Manifest
+++ b/dev-libs/sord/Manifest
@@ -1,4 +1,3 @@
-DIST sord-0.12.0.tar.bz2 285075 BLAKE2B 
302e14283bb6517f6c0286f5d908a825dbde69f949566601796c6dc1bf47c492189369ed9a30407be10841b3435c712402500d2b4e601396d8bfd27b0516e395
 SHA512 
c24c82fd4d9f74d10923d0cf405d2eabbaabd66b3b11e29719115515edcd8ccbc4a32866ca510dc676ca6ca833b0d9c8ccf43d36f6b0ef010d0211cee821db02
 DIST sord-0.12.2.tar.bz2 303365 BLAKE2B 
8c4760c072d278229ac830d79a2f5a3bfc49a73af4697ec56b7db2b877211279559f9e0e75eefe3c608491310f87bc4d6782804eabc880298bf503485eb77e04
 SHA512 
2906808138658f89cb6ab939c20e0a092180535629c75b1a0277648af18fb019055dd3cde53f57d7b0d635666be98848bed021ba0bd922a34cfaae3a98c66cbd
 DIST sord-0.14.0.tar.bz2 311442 BLAKE2B 
f3aa81b3df44ac248b2b73d16e60db3decdbb1af5335afa012de77e2ac9de0cef28c048c5583232adca0e97645e405918f4a839e90828ec63d70a9f1b167790f
 SHA512 
7c59997752fec7db00f2fca3bf5400b3a57141efe1cee031ca24e69e2c31b3aefbb78f51fe9d46a96b06fe685bc896210bd8271846b878c266a90ec257dc7b55
 DIST sord-0.16.0.tar.bz2 316331 BLAKE2B 
27702600e48e14c75be18cc2b83705cdea1eed7158223ee685821ae80b18b61f5db82f804ee6a32236143cf8287ee875c3b3354edc6ccd1d4f25eaa3a04c785b
 SHA512 
e18c6de62f2cbffedd4c200f6452f4fd37f719aed764ccc1b77c8da04a0f3394d47e8b57e19eefd6d600770926f505fdfa5da91564bbff5f4ead49f1adaba249

diff --git a/dev-libs/sord/sord-0.12.0.ebuild b/dev-libs/sord/sord-0.12.0.ebuild
deleted file mode 100644
index cdf6b7b0852..000
--- a/dev-libs/sord/sord-0.12.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-PYTHON_REQ_USE='threads(+)'
-inherit python-any-r1 waf-utils
-
-DESCRIPTION="Library for storing RDF data in memory"
-HOMEPAGE="http://drobilla.net/software/sord/;
-SRC_URI="http://download.drobilla.net/${P}.tar.bz2;
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="doc static-libs test"
-
-RDEPEND=">=dev-libs/serd-0.14.0"
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
-   doc? ( app-doc/doxygen )
-   virtual/pkgconfig"
-
-DOCS=( "AUTHORS" "NEWS" "README" )
-
-src_prepare() {
-   sed -i -e 's/^.*run_ldconfig/#\0/' wscript || die
-}
-
-src_configure() {
-   waf-utils_src_configure \
-   --docdir=/usr/share/doc/${PF} \
-   $(use test && echo "--test") \
-   $(use doc && echo "--docs") \
-   $(use static-libs && echo "--static")
-}
-
-src_test() {
-   ./waf test || die
-}



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

2018-05-20 Thread Johannes Huber
commit: 5d3a11939c80a1f605942e195af92e7fe9367111
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 11:31:32 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 11:31:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d3a1193

dev-libs/serd: Remove 0.28.0 (r0)

Uses deprecated EAPI 4 and overshadowed by 0.28.0-r1.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 dev-libs/serd/serd-0.28.0.ebuild | 40 
 1 file changed, 40 deletions(-)

diff --git a/dev-libs/serd/serd-0.28.0.ebuild b/dev-libs/serd/serd-0.28.0.ebuild
deleted file mode 100644
index 72a8bf533c1..000
--- a/dev-libs/serd/serd-0.28.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-PYTHON_REQ_USE='threads(+)'
-inherit python-any-r1 waf-utils
-
-DESCRIPTION="Library for RDF syntax which supports reading and writing Turtle 
and NTriples"
-HOMEPAGE="http://drobilla.net/software/serd/;
-SRC_URI="http://download.drobilla.net/${P}.tar.bz2;
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="doc static-libs test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
-   doc? ( app-doc/doxygen )"
-
-DOCS=( "AUTHORS" "NEWS" "README.md" )
-
-src_prepare() {
-   sed -i -e 's/^.*run_ldconfig/#\0/' wscript || die
-}
-
-src_configure() {
-   waf-utils_src_configure \
-   --docdir=/usr/share/doc/${PF} \
-   $(use test && echo "--test") \
-   $(use doc && echo "--docs") \
-   $(use static-libs && echo "--static")
-}
-
-src_test() {
-   ./waf test || die
-}



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

2018-05-20 Thread Johannes Huber
commit: 444beb63dc5b1b84304aed8057bf3d377ba09d74
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 11:30:11 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 11:31:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=444beb63

dev-libs/serd: Remove 0.26.0

Uses deprecated EAPI 4 and overshadowed by 0.28.0-r1.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 dev-libs/serd/Manifest   |  1 -
 dev-libs/serd/serd-0.26.0.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/dev-libs/serd/Manifest b/dev-libs/serd/Manifest
index 43dfb02149e..33f4fe7af86 100644
--- a/dev-libs/serd/Manifest
+++ b/dev-libs/serd/Manifest
@@ -1,2 +1 @@
-DIST serd-0.26.0.tar.bz2 369280 BLAKE2B 
4543357663bce0c532e944fcf85f42dcc09138cc8e1a5d6810ab329c9fa047a12fe9ddb1c28da7d68609a909e0992c3c8097961004107971211373e1a3db0828
 SHA512 
749bf161d38cb8489f196ece2bf2b7c22e9113d05b38452592d92f9ffdec25d340e680e697e9531dab80d2ef04600690f9333208a4ef22307b8ed8e238d5c7b8
 DIST serd-0.28.0.tar.bz2 371592 BLAKE2B 
143e858b5947cd52d01341ec7ff5fb36f98aefceda4e748b2a999c2e6d2c972b2f5d30053d8538f04f236597da93a595d0fabbfa4c667397e27d4c897458d1ee
 SHA512 
b25cc70af17ff821812ab2a70c2812c1713ff811a0f18fb5d5c54f3b67e0c68293aabedfacd687afe6b7acdfd81602ef81764d7e11bc0d933de738bc6d4fce3e

diff --git a/dev-libs/serd/serd-0.26.0.ebuild b/dev-libs/serd/serd-0.26.0.ebuild
deleted file mode 100644
index 96ff52951af..000
--- a/dev-libs/serd/serd-0.26.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-PYTHON_REQ_USE='threads(+)'
-inherit python-any-r1 waf-utils
-
-DESCRIPTION="Library for RDF syntax which supports reading and writing Turtle 
and NTriples"
-HOMEPAGE="http://drobilla.net/software/serd/;
-SRC_URI="http://download.drobilla.net/${P}.tar.bz2;
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="doc static-libs test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
-   doc? ( app-doc/doxygen )"
-
-DOCS=( "AUTHORS" "NEWS" "README" )
-
-src_prepare() {
-   sed -i -e 's/^.*run_ldconfig/#\0/' wscript || die
-}
-
-src_configure() {
-   waf-utils_src_configure \
-   --docdir=/usr/share/doc/${PF} \
-   $(use test && echo "--test") \
-   $(use doc && echo "--docs") \
-   $(use static-libs && echo "--static")
-}
-
-src_test() {
-   ./waf test || die
-}



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

2018-05-20 Thread Johannes Huber
commit: cbac0f038d3d602ccee4fee139de2d59bd1b73dc
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 11:22:16 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 11:22:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbac0f03

media-libs/lilv: Remove 0.24.2 (r0)

Uses deprecated EAPI 4, inherits deprecated base eclass and overshadowed
by 0.24.2-r2.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 media-libs/lilv/lilv-0.24.2.ebuild | 52 --
 1 file changed, 52 deletions(-)

diff --git a/media-libs/lilv/lilv-0.24.2.ebuild 
b/media-libs/lilv/lilv-0.24.2.ebuild
deleted file mode 100644
index 150ae8a325d..000
--- a/media-libs/lilv/lilv-0.24.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-PYTHON_REQ_USE='threads(+)'
-
-inherit base python-any-r1 waf-utils bash-completion-r1
-
-DESCRIPTION="Library to make the use of LV2 plugins as simple as possible for 
applications"
-HOMEPAGE="http://drobilla.net/software/lilv/;
-SRC_URI="http://download.drobilla.net/${P}.tar.bz2;
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="doc +dyn-manifest static-libs test"
-
-RDEPEND=">=media-libs/lv2-1.14.0
-   >=media-libs/sratom-0.4.0
-   >=dev-libs/serd-0.14.0
-   >=dev-libs/sord-0.13.0"
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
-   doc? ( app-doc/doxygen )
-   virtual/pkgconfig"
-
-DOCS=( "AUTHORS" "NEWS" "README" )
-
-src_prepare() {
-   sed -i -e 's/^.*run_ldconfig/#\0/' wscript || die
-}
-
-src_configure() {
-   waf-utils_src_configure \
-   --docdir="${EPREFIX}"/usr/share/doc/${PF} \
-   --no-bash-completion \
-   $(use test && echo "--test") \
-   $(use doc && echo "--docs") \
-   $(use static-libs && echo "--static") \
-   $(use dyn-manifest && echo "--dyn-manifest")
-}
-
-src_test() {
-   ./waf test || die
-}
-
-src_install() {
-   waf-utils_src_install
-   newbashcomp utils/lilv.bash_completion ${PN}
-}



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

2018-05-20 Thread Johannes Huber
commit: db4b909d8ed431880209fa177e7116602566a126
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 11:19:41 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 11:22:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db4b909d

media-libs/lilv: Remove 0.20.0

Uses deprecated EAPI 4 and overshadowed by 0.24.2-r2.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 media-libs/lilv/Manifest   |  1 -
 media-libs/lilv/lilv-0.20.0.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/media-libs/lilv/Manifest b/media-libs/lilv/Manifest
index aa0455eee9f..d2a595544bd 100644
--- a/media-libs/lilv/Manifest
+++ b/media-libs/lilv/Manifest
@@ -1,3 +1,2 @@
-DIST lilv-0.20.0.tar.bz2 207948 BLAKE2B 
59de02ff82f6a9796fee4680b32acf00ee9eb20b8d2051c04a272fe7ad3d68bdb0de7626b9951217225e2a2c2cfeace7592ad75185c7b0a170fef21a3f4b7eef
 SHA512 
bbc8b9154339cd145a61c5e4613fd31a2e457df8242c55371f3245564d3b23d028a0bc0ffafac393119bb47171b7c735f0c3a55cf5bffc6920ae89aa877240e5
 DIST lilv-0.24.0.tar.bz2 244079 BLAKE2B 
d94b830b7439d55c2a44d9c20b1ea7938f3fe75bf273adfd4c11a38f29cbb266d5ff5c35c656adb8d7d80f47e1e733650b37467437b487720742b27d93a2d69d
 SHA512 
2a5523385e4cb3876abb49d8cd4eb7b8f95b886d8e9dd3155588a0bef7b5ffd7486501a70cb852d4965592ffe7ef8335d8e4f519b5214753dd9ae96a1756
 DIST lilv-0.24.2.tar.bz2 244764 BLAKE2B 
e049354c2ec52116bbc0c588829c8e7d6c780a8325bb050d225e4893a4ca7b3c98b8bddd01dbfa0e67616bb6baadf2483087891d4242ccd4156aa8a8749484ef
 SHA512 
b5d04b6bb1fb4d3a9a58d93b233db502dc2ded75672766a31d252abca657cbf2d170fa590c0c56159b2bac68c7af95d8787a512e318e3a0f30855504bb034659

diff --git a/media-libs/lilv/lilv-0.20.0.ebuild 
b/media-libs/lilv/lilv-0.20.0.ebuild
deleted file mode 100644
index 67b231e51be..000
--- a/media-libs/lilv/lilv-0.20.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-PYTHON_REQ_USE='threads(+)'
-
-inherit base python-any-r1 waf-utils bash-completion-r1
-
-DESCRIPTION="Library to make the use of LV2 plugins as simple as possible for 
applications"
-HOMEPAGE="http://drobilla.net/software/lilv/;
-SRC_URI="http://download.drobilla.net/${P}.tar.bz2;
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="doc +dyn-manifest static-libs test"
-
-RDEPEND="media-libs/lv2
-   >=media-libs/sratom-0.4.0
-   >=dev-libs/serd-0.14.0
-   >=dev-libs/sord-0.12.0"
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
-   doc? ( app-doc/doxygen )
-   virtual/pkgconfig"
-
-DOCS=( "AUTHORS" "NEWS" "README" )
-
-src_prepare() {
-   sed -i -e 's/^.*run_ldconfig/#\0/' wscript || die
-}
-
-src_configure() {
-   waf-utils_src_configure \
-   --docdir="${EPREFIX}"/usr/share/doc/${PF} \
-   --no-bash-completion \
-   $(use test && echo "--test") \
-   $(use doc && echo "--docs") \
-   $(use static-libs && echo "--static") \
-   $(use dyn-manifest && echo "--dyn-manifest")
-}
-
-src_test() {
-   ./waf test || die
-}
-
-src_install() {
-   waf-utils_src_install
-   newbashcomp utils/lilv.bash_completion ${PN}
-}



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

2018-05-20 Thread Johannes Huber
commit: c5d25755cd8cdf39f4e974d1ba5645ae553f0bcb
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 11:21:08 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 11:22:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5d25755

media-libs/lilv: Remove 0.24.0

Uses deprecated EAPI 4, inherits deprecated base eclass and overshadowed
by 0.24.2-r2.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 media-libs/lilv/Manifest   |  1 -
 media-libs/lilv/lilv-0.24.0.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/media-libs/lilv/Manifest b/media-libs/lilv/Manifest
index d2a595544bd..3aeb5c7ecad 100644
--- a/media-libs/lilv/Manifest
+++ b/media-libs/lilv/Manifest
@@ -1,2 +1 @@
-DIST lilv-0.24.0.tar.bz2 244079 BLAKE2B 
d94b830b7439d55c2a44d9c20b1ea7938f3fe75bf273adfd4c11a38f29cbb266d5ff5c35c656adb8d7d80f47e1e733650b37467437b487720742b27d93a2d69d
 SHA512 
2a5523385e4cb3876abb49d8cd4eb7b8f95b886d8e9dd3155588a0bef7b5ffd7486501a70cb852d4965592ffe7ef8335d8e4f519b5214753dd9ae96a1756
 DIST lilv-0.24.2.tar.bz2 244764 BLAKE2B 
e049354c2ec52116bbc0c588829c8e7d6c780a8325bb050d225e4893a4ca7b3c98b8bddd01dbfa0e67616bb6baadf2483087891d4242ccd4156aa8a8749484ef
 SHA512 
b5d04b6bb1fb4d3a9a58d93b233db502dc2ded75672766a31d252abca657cbf2d170fa590c0c56159b2bac68c7af95d8787a512e318e3a0f30855504bb034659

diff --git a/media-libs/lilv/lilv-0.24.0.ebuild 
b/media-libs/lilv/lilv-0.24.0.ebuild
deleted file mode 100644
index 41f03c2342f..000
--- a/media-libs/lilv/lilv-0.24.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-PYTHON_REQ_USE='threads(+)'
-
-inherit base python-any-r1 waf-utils bash-completion-r1
-
-DESCRIPTION="Library to make the use of LV2 plugins as simple as possible for 
applications"
-HOMEPAGE="http://drobilla.net/software/lilv/;
-SRC_URI="http://download.drobilla.net/${P}.tar.bz2;
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="doc +dyn-manifest static-libs test"
-
-RDEPEND=">=media-libs/lv2-1.14.0
-   >=media-libs/sratom-0.4.0
-   >=dev-libs/serd-0.14.0
-   >=dev-libs/sord-0.13.0"
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
-   doc? ( app-doc/doxygen )
-   virtual/pkgconfig"
-
-DOCS=( "AUTHORS" "NEWS" "README" )
-
-src_prepare() {
-   sed -i -e 's/^.*run_ldconfig/#\0/' wscript || die
-}
-
-src_configure() {
-   waf-utils_src_configure \
-   --docdir="${EPREFIX}"/usr/share/doc/${PF} \
-   --no-bash-completion \
-   $(use test && echo "--test") \
-   $(use doc && echo "--docs") \
-   $(use static-libs && echo "--static") \
-   $(use dyn-manifest && echo "--dyn-manifest")
-}
-
-src_test() {
-   ./waf test || die
-}
-
-src_install() {
-   waf-utils_src_install
-   newbashcomp utils/lilv.bash_completion ${PN}
-}



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

2018-05-20 Thread Johannes Huber
commit: 9c60ae90bac504a1679b0f8a50ab5a0b02ee5a43
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 11:02:22 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 11:02:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c60ae90

media-fonts/alee-fonts: Remove 13 (r0)

Uses deprecated EAPI 0 and overshadowed by 13-r1.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 media-fonts/alee-fonts/alee-fonts-13.ebuild | 20 
 1 file changed, 20 deletions(-)

diff --git a/media-fonts/alee-fonts/alee-fonts-13.ebuild 
b/media-fonts/alee-fonts/alee-fonts-13.ebuild
deleted file mode 100644
index 3a835a80ade..000
--- a/media-fonts/alee-fonts/alee-fonts-13.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit font
-
-DESCRIPTION="A Lee's Hangul truetype fonts"
-HOMEPAGE="https://screenshots.debian.net/package/ttf-alee;
-SRC_URI="mirror://debian/pool/main/t/ttf-alee/ttf-alee_${PV}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-FONT_SUFFIX="ttf"
-FONT_S="${WORKDIR}/ttf-alee-${PV}"
-
-S=${FONT_S}



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

2018-05-20 Thread Johannes Huber
commit: 7047183b7a7527b72df244701ab5f97e55d888a7
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 10:54:58 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 10:57:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7047183b

app-text/epspdf: Remove 0.6.1

Uses deprecated EAPI 4 and overshadowed by 0.6.3.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 app-text/epspdf/Manifest|  1 -
 app-text/epspdf/epspdf-0.6.1.ebuild | 53 -
 2 files changed, 54 deletions(-)

diff --git a/app-text/epspdf/Manifest b/app-text/epspdf/Manifest
index e049f49e755..fcc81ef49f5 100644
--- a/app-text/epspdf/Manifest
+++ b/app-text/epspdf/Manifest
@@ -1,4 +1,3 @@
 DIST epspdf.0.6.0.tgz 352989 BLAKE2B 
633e2ed29d8ec28f679b00095d335cea4bd1996cf6fdf3950b97084a73044eca9371ac6964ad48e98ea8ddba38d91acad2137ee8d3122ea03df3ce25f08196ce
 SHA512 
44a7015fa0b7298429567e998068864419fd396f6b0781bf7877c6599d3bb2f254b7a0f976500655851a95d727880d106d9e1df9086306eef74db0b109a63506
-DIST epspdf.0.6.1.tgz 343913 BLAKE2B 
16253e04e2f9b459d2397b1affdfdf820f85580654742fb674328f09116f05c6be1280aaa68d3bf79b62565295ed15fe28faed4fe4b8ca391a72269fa3654b5e
 SHA512 
3efa037e9081d4c4c74ba56e2c7767c8abafb64e5f0a9f73fcf6b1e6ca7e6f68576555aff4031b8cd82ebdf001949a4455648dad3bf79ee6a37be1c73a5b4443
 DIST epspdf.0.6.2.tgz 348540 BLAKE2B 
dbb0ca9adfa0859c82aa29a240c473a00ce14f5dd8349f5cfe78b54053826c848077616bd6e7634f6efe59982dc68086b0adcb73a13fcf7ea6d15800815e919b
 SHA512 
c4778683c990a7ead16fc7f266f6f7977f71ad81c4e69abff6c1fbc7cc7250a0f8ba557d4896f4d9f26cc826e5509c0ae4d09c687fea119bc2ed26912b4639e4
 DIST epspdf.0.6.3.tgz 335975 BLAKE2B 
aacd6e222bfe74636dba796fd6e878fa9970f469d096eb77acf4a336a0ab5620629de7ba1c763afa62b181887724db55be57d1929a041a945c7d74ea3028d6de
 SHA512 
ddb0d8c17b6b0bbb934312e6253a2b689d2545c892af989efac9782022c501109f2ff57bb2ea7c26d63d7747e2a510c18bd22a6076bb7137fe0252c38b2125ea

diff --git a/app-text/epspdf/epspdf-0.6.1.ebuild 
b/app-text/epspdf/epspdf-0.6.1.ebuild
deleted file mode 100644
index 7db287fd524..000
--- a/app-text/epspdf/epspdf-0.6.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit texlive-common eutils
-
-DESCRIPTION="GUI and command-line converter for [e]ps and pdf"
-HOMEPAGE="http://tex.aanhet.net/epspdf/;
-SRC_URI="http://tex.aanhet.net/epspdf/${PN}.${PV}.tgz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~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 tk"
-
-DEPEND="sys-apps/texinfo"
-RDEPEND="!=dev-texlive/texlive-basic-2011
-   app-text/ghostscript-gpl
-   tk? ( dev-lang/tk )"
-
-S=${WORKDIR}/${PN}
-INSTALLDIR=/usr/share/${PN}
-FILES="epspdf.tlu"
-TKFILES="epspdf.help doc/images/epspdf.png epspdftk.tcl"
-
-src_compile() {
-   cd doc
-   makeinfo epspdf || die
-}
-
-src_install() {
-   dodir ${INSTALLDIR}
-   cp -p ${FILES} "${ED}/${INSTALLDIR}" || die
-   if use tk ; then
-   cp -p ${TKFILES} "${ED}/${INSTALLDIR}" || die
-   fi
-   dobin_texmf_scripts "${PN}/epspdf.tlu"
-   use tk && dobin_texmf_scripts "${PN}/epspdftk.tcl"
-
-   doinfo doc/epspdf.info
-   dodoc doc/Changelog
-   if use doc ; then
-   dodoc doc/epspdf.pdf
-   dohtml -r doc
-   fi
-
-   # give it a .desktop
-   if use tk; then
-   make_desktop_entry epspdftk epspdftk "${INSTALLDIR}/epspdf.png" 
"Graphics;ImageProcessing"
-   fi
-}



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

2018-05-20 Thread Johannes Huber
commit: 056e06b34d121a7585ff783d448fa5f7539ae9c2
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 10:54:01 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 10:57:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=056e06b3

app-text/epspdf: Remove 0.5.3

Uses deprecated EAPI 4 and overshadowed by 0.6.0.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 app-text/epspdf/Manifest|  1 -
 app-text/epspdf/epspdf-0.5.3.ebuild | 54 -
 2 files changed, 55 deletions(-)

diff --git a/app-text/epspdf/Manifest b/app-text/epspdf/Manifest
index 1e9b9493b58..e049f49e755 100644
--- a/app-text/epspdf/Manifest
+++ b/app-text/epspdf/Manifest
@@ -1,4 +1,3 @@
-DIST epspdf.0.5.3.tgz 436341 BLAKE2B 
3c4802ed80b19b259613cfbb801f714a205b38e5c31246122e0f046a0007adb2bac7b3d99eb0d2b14d16df11693273eb4aa6285e9210ddea823213dad10e59e9
 SHA512 
fa2a777c0036ba5b1b960064c13ec1dd8f9180258e4f92fd46a5703c90214b154c7e231faada29f6d0da3b02062e8262b20a8a535ccfc702032bf1c07d4131e2
 DIST epspdf.0.6.0.tgz 352989 BLAKE2B 
633e2ed29d8ec28f679b00095d335cea4bd1996cf6fdf3950b97084a73044eca9371ac6964ad48e98ea8ddba38d91acad2137ee8d3122ea03df3ce25f08196ce
 SHA512 
44a7015fa0b7298429567e998068864419fd396f6b0781bf7877c6599d3bb2f254b7a0f976500655851a95d727880d106d9e1df9086306eef74db0b109a63506
 DIST epspdf.0.6.1.tgz 343913 BLAKE2B 
16253e04e2f9b459d2397b1affdfdf820f85580654742fb674328f09116f05c6be1280aaa68d3bf79b62565295ed15fe28faed4fe4b8ca391a72269fa3654b5e
 SHA512 
3efa037e9081d4c4c74ba56e2c7767c8abafb64e5f0a9f73fcf6b1e6ca7e6f68576555aff4031b8cd82ebdf001949a4455648dad3bf79ee6a37be1c73a5b4443
 DIST epspdf.0.6.2.tgz 348540 BLAKE2B 
dbb0ca9adfa0859c82aa29a240c473a00ce14f5dd8349f5cfe78b54053826c848077616bd6e7634f6efe59982dc68086b0adcb73a13fcf7ea6d15800815e919b
 SHA512 
c4778683c990a7ead16fc7f266f6f7977f71ad81c4e69abff6c1fbc7cc7250a0f8ba557d4896f4d9f26cc826e5509c0ae4d09c687fea119bc2ed26912b4639e4

diff --git a/app-text/epspdf/epspdf-0.5.3.ebuild 
b/app-text/epspdf/epspdf-0.5.3.ebuild
deleted file mode 100644
index a717cd08931..000
--- a/app-text/epspdf/epspdf-0.5.3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit texlive-common eutils
-
-DESCRIPTION="GUI and command-line converter for [e]ps and pdf"
-HOMEPAGE="http://tex.aanhet.net/epspdf/;
-SRC_URI="http://tex.aanhet.net/epspdf/${PN}.${PV}.tgz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~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 tk"
-
-DEPEND="sys-apps/texinfo"
-RDEPEND="!

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

2018-05-20 Thread Johannes Huber
commit: 4098cb69189b0c87806e0894ca2e808ede2ab8b3
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 10:55:45 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 10:57:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4098cb69

app-text/epspdf: Remove 0.6.2

Uses deprecated EAPI 4 and overshadowed by 0.6.3.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 app-text/epspdf/Manifest|  1 -
 app-text/epspdf/epspdf-0.6.2.ebuild | 53 -
 2 files changed, 54 deletions(-)

diff --git a/app-text/epspdf/Manifest b/app-text/epspdf/Manifest
index fcc81ef49f5..5ebaae9fa53 100644
--- a/app-text/epspdf/Manifest
+++ b/app-text/epspdf/Manifest
@@ -1,3 +1,2 @@
 DIST epspdf.0.6.0.tgz 352989 BLAKE2B 
633e2ed29d8ec28f679b00095d335cea4bd1996cf6fdf3950b97084a73044eca9371ac6964ad48e98ea8ddba38d91acad2137ee8d3122ea03df3ce25f08196ce
 SHA512 
44a7015fa0b7298429567e998068864419fd396f6b0781bf7877c6599d3bb2f254b7a0f976500655851a95d727880d106d9e1df9086306eef74db0b109a63506
-DIST epspdf.0.6.2.tgz 348540 BLAKE2B 
dbb0ca9adfa0859c82aa29a240c473a00ce14f5dd8349f5cfe78b54053826c848077616bd6e7634f6efe59982dc68086b0adcb73a13fcf7ea6d15800815e919b
 SHA512 
c4778683c990a7ead16fc7f266f6f7977f71ad81c4e69abff6c1fbc7cc7250a0f8ba557d4896f4d9f26cc826e5509c0ae4d09c687fea119bc2ed26912b4639e4
 DIST epspdf.0.6.3.tgz 335975 BLAKE2B 
aacd6e222bfe74636dba796fd6e878fa9970f469d096eb77acf4a336a0ab5620629de7ba1c763afa62b181887724db55be57d1929a041a945c7d74ea3028d6de
 SHA512 
ddb0d8c17b6b0bbb934312e6253a2b689d2545c892af989efac9782022c501109f2ff57bb2ea7c26d63d7747e2a510c18bd22a6076bb7137fe0252c38b2125ea

diff --git a/app-text/epspdf/epspdf-0.6.2.ebuild 
b/app-text/epspdf/epspdf-0.6.2.ebuild
deleted file mode 100644
index 7db287fd524..000
--- a/app-text/epspdf/epspdf-0.6.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit texlive-common eutils
-
-DESCRIPTION="GUI and command-line converter for [e]ps and pdf"
-HOMEPAGE="http://tex.aanhet.net/epspdf/;
-SRC_URI="http://tex.aanhet.net/epspdf/${PN}.${PV}.tgz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~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 tk"
-
-DEPEND="sys-apps/texinfo"
-RDEPEND="!=dev-texlive/texlive-basic-2011
-   app-text/ghostscript-gpl
-   tk? ( dev-lang/tk )"
-
-S=${WORKDIR}/${PN}
-INSTALLDIR=/usr/share/${PN}
-FILES="epspdf.tlu"
-TKFILES="epspdf.help doc/images/epspdf.png epspdftk.tcl"
-
-src_compile() {
-   cd doc
-   makeinfo epspdf || die
-}
-
-src_install() {
-   dodir ${INSTALLDIR}
-   cp -p ${FILES} "${ED}/${INSTALLDIR}" || die
-   if use tk ; then
-   cp -p ${TKFILES} "${ED}/${INSTALLDIR}" || die
-   fi
-   dobin_texmf_scripts "${PN}/epspdf.tlu"
-   use tk && dobin_texmf_scripts "${PN}/epspdftk.tcl"
-
-   doinfo doc/epspdf.info
-   dodoc doc/Changelog
-   if use doc ; then
-   dodoc doc/epspdf.pdf
-   dohtml -r doc
-   fi
-
-   # give it a .desktop
-   if use tk; then
-   make_desktop_entry epspdftk epspdftk "${INSTALLDIR}/epspdf.png" 
"Graphics;ImageProcessing"
-   fi
-}



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

2018-05-20 Thread Johannes Huber
commit: f076f5662e906863dc70ba0e863536bed87b027f
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 10:28:04 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 10:32:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f076f566

app-admin/pwcrypt: Remove 1.2.2 (r0)

Uses deprecated EAPI 4 and overshadowed by 1.2.2-r1.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 app-admin/pwcrypt/pwcrypt-1.2.2.ebuild | 24 
 1 file changed, 24 deletions(-)

diff --git a/app-admin/pwcrypt/pwcrypt-1.2.2.ebuild 
b/app-admin/pwcrypt/pwcrypt-1.2.2.ebuild
deleted file mode 100644
index 46467862af0..000
--- a/app-admin/pwcrypt/pwcrypt-1.2.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit toolchain-funcs
-
-DESCRIPTION="An improved version of cli-crypt (encrypts data sent to it from 
the cli)"
-HOMEPAGE="http://xjack.org/pwcrypt/;
-SRC_URI="http://xjack.org/pwcrypt/downloads/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-src_prepare()  {
-   tc-export CC
-}
-
-src_install() {
-   dobin src/pwcrypt
-   dodoc CREDITS README
-}



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

2018-05-20 Thread Johannes Huber
commit: 2120f9b4029eff8fda11becad46199158cf70fd2
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 10:31:54 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 10:32:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2120f9b4

app-admin/pwcrypt: Revision bump 1.2.2-r2

EAPI 7

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 app-admin/pwcrypt/pwcrypt-1.2.2-r2.ebuild | 28 
 1 file changed, 28 insertions(+)

diff --git a/app-admin/pwcrypt/pwcrypt-1.2.2-r2.ebuild 
b/app-admin/pwcrypt/pwcrypt-1.2.2-r2.ebuild
new file mode 100644
index 000..0e60b33f530
--- /dev/null
+++ b/app-admin/pwcrypt/pwcrypt-1.2.2-r2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="An improved version of cli-crypt (encrypts data sent to it from 
the cli)"
+HOMEPAGE="http://xjack.org/pwcrypt/;
+SRC_URI="http://xjack.org/pwcrypt/downloads/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DOCS=( CREDITS README )
+
+src_prepare()  {
+   default
+   sed -i "s/make\( \|$\)/\$(MAKE)\1/g" Makefile.in || die
+   sed -i \
+   -e "/^LDFLAGS/s/= /= @LDFLAGS@ /" \
+   -e "/-install/s/ -s//" \
+   src/Makefile.in || die
+
+   tc-export CC
+}



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

2018-05-20 Thread Johannes Huber
commit: 01d62f4514143f343e23ab485e8dc2fd8679b506
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 10:23:22 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 10:25:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01d62f45

app-admin/chrootuid: Revision bump 1.3-r2

EAPI 7

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 app-admin/chrootuid/chrootuid-1.3-r2.ebuild | 29 +
 1 file changed, 29 insertions(+)

diff --git a/app-admin/chrootuid/chrootuid-1.3-r2.ebuild 
b/app-admin/chrootuid/chrootuid-1.3-r2.ebuild
new file mode 100644
index 000..cdb02fef8c5
--- /dev/null
+++ b/app-admin/chrootuid/chrootuid-1.3-r2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+MY_P="${P/-/}"
+
+DESCRIPTION="Run a network service at low privilege level and restricted file 
system access"
+HOMEPAGE="ftp://ftp.porcupine.org/pub/security/index.html;
+SRC_URI="ftp://ftp.porcupine.org/pub/security/${MY_P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86"
+IUSE=""
+
+S="${WORKDIR}/${MY_P}"
+
+src_compile() {
+   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}"
+}
+
+src_install() {
+   dodoc README chrootuid_license
+   dobin chrootuid
+   doman chrootuid.1
+}



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

2018-05-20 Thread Johannes Huber
commit: 49cb32997850982554f283c07f687b42e10d197e
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 20 10:06:09 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 20 10:25:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49cb3299

app-admin/chrootuid: Remove 1.3 (r0)

Uses deprecated EAPI 4 and overshadowed by 1.3-r1.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 app-admin/chrootuid/chrootuid-1.3.ebuild | 29 -
 1 file changed, 29 deletions(-)

diff --git a/app-admin/chrootuid/chrootuid-1.3.ebuild 
b/app-admin/chrootuid/chrootuid-1.3.ebuild
deleted file mode 100644
index c2c45d72e5c..000
--- a/app-admin/chrootuid/chrootuid-1.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit toolchain-funcs
-
-MY_P="${P/-/}"
-
-DESCRIPTION="Run a network service at low privilege level and restricted file 
system access"
-HOMEPAGE="ftp://ftp.porcupine.org/pub/security/index.html;
-SRC_URI="ftp://ftp.porcupine.org/pub/security/${MY_P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm ia64 ppc x86"
-IUSE=""
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
-   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-   dobin chrootuid
-   doman chrootuid.1
-   dodoc README chrootuid_license
-}



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

2018-05-19 Thread Johannes Huber
commit: 1127a11f3ac50ca6dd028a764a50d47c2c78baed
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat May 19 20:36:58 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sat May 19 20:37:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1127a11f

app-misc/neofetch: Version bump 4.0.1

Closes: https://github.com/gentoo/gentoo/pull/8442
Package-Manager: Portage-2.3.38, Repoman-2.3.9

 app-misc/neofetch/Manifest| 1 +
 app-misc/neofetch/{neofetch-.ebuild => neofetch-4.0.1.ebuild} | 6 +++---
 app-misc/neofetch/neofetch-.ebuild| 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index aa3077c1807..3550a663a43 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1 +1,2 @@
 DIST neofetch-3.4.0.tar.gz 82090 BLAKE2B 
afc00b37d84cdf3ae0fd4037312b1c67fdadcbe99d6d602e8f3b6caa844b3780861c9d2522ec605ba5b7aa08e4e85ef804129da2ce3f6f01ab8b536704cdd182
 SHA512 
931648e8173eb91fdf5c79b5bb9b6efef132d30cf2f10d6f75dcff42f3661d40ceec712c109e90e2226e1aa85cad7676c438b6cad49e8298a77d990d9a3d197b
+DIST neofetch-4.0.1.tar.gz 111631 BLAKE2B 
457f8d4bb4b2d42bacab5891bd64c6f8b52ee94262258dc4b69b8ebcbae9f06bc7ffabd424a7cae5eee384d52259861f9f2e6b38f3e540b5b805eda48c2d1650
 SHA512 
b3d89e55d9c056a9e80295f4abcdee96866bcf685dc924f21a8b4c92ddb822b8dafef06d28ac14a3bed9da29bb61219a0d4b82cd7e8da18ce4989d847e4e920d

diff --git a/app-misc/neofetch/neofetch-.ebuild 
b/app-misc/neofetch/neofetch-4.0.1.ebuild
similarity index 78%
copy from app-misc/neofetch/neofetch-.ebuild
copy to app-misc/neofetch/neofetch-4.0.1.ebuild
index 2bcaa63beea..a25cba92a48 100644
--- a/app-misc/neofetch/neofetch-.ebuild
+++ b/app-misc/neofetch/neofetch-4.0.1.ebuild
@@ -1,14 +1,14 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit git-r3
 DESCRIPTION="Simple information system script"
 HOMEPAGE="https://github.com/dylanaraps/neofetch;
-EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git;
+SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz;
 LICENSE="MIT-with-advertising"
 SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-fbsd"
 IUSE="X"
 
 RDEPEND="sys-apps/pciutils

diff --git a/app-misc/neofetch/neofetch-.ebuild 
b/app-misc/neofetch/neofetch-.ebuild
index 2bcaa63beea..82642075d61 100644
--- a/app-misc/neofetch/neofetch-.ebuild
+++ b/app-misc/neofetch/neofetch-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit git-r3
 DESCRIPTION="Simple information system script"



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

2018-05-19 Thread Johannes Huber
commit: ac433c5a48b56b486788453a83085d16dc5d2b8f
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat May 19 18:41:38 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sat May 19 18:41:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac433c5a

dev-libs/pcl: Remove 1.12 (r0)

Uses deprecated EAPI 5.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 dev-libs/pcl/pcl-1.12.ebuild | 12 
 1 file changed, 12 deletions(-)

diff --git a/dev-libs/pcl/pcl-1.12.ebuild b/dev-libs/pcl/pcl-1.12.ebuild
deleted file mode 100644
index 14a525dda63..000
--- a/dev-libs/pcl/pcl-1.12.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Portable Coroutine Library"
-HOMEPAGE="http://xmailserver.org/libpcl.html;
-SRC_URI="http://xmailserver.org/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0/1"
-KEYWORDS="~amd64 ~arm ~x86"



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

2018-05-19 Thread Johannes Huber
commit: 4fb4bf23ac333b4e09346cfd6fe4320abbb21f76
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat May 19 18:40:25 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sat May 19 18:41:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fb4bf23

dev-libs/pcl: Revision bump 1.12-r1

EAPI 7

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 dev-libs/pcl/pcl-1.12-r1.ebuild | 12 
 1 file changed, 12 insertions(+)

diff --git a/dev-libs/pcl/pcl-1.12-r1.ebuild b/dev-libs/pcl/pcl-1.12-r1.ebuild
new file mode 100644
index 000..9be9a04989c
--- /dev/null
+++ b/dev-libs/pcl/pcl-1.12-r1.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Portable Coroutine Library"
+HOMEPAGE="http://xmailserver.org/libpcl.html;
+SRC_URI="http://xmailserver.org/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0/1"
+KEYWORDS="~amd64 ~arm ~x86"



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

2018-05-19 Thread Johannes Huber
commit: 91ce9f03eecb36bd2d4b138cb506dedb5612c458
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat May 19 10:46:02 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sat May 19 10:47:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ce9f03

app-admin/calamares: Version bump 3.2.0

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 app-admin/calamares/Manifest   |  1 +
 app-admin/calamares/calamares-3.2.0.ebuild | 84 ++
 2 files changed, 85 insertions(+)

diff --git a/app-admin/calamares/Manifest b/app-admin/calamares/Manifest
index 21c218a2d05..57c83e0098e 100644
--- a/app-admin/calamares/Manifest
+++ b/app-admin/calamares/Manifest
@@ -1 +1,2 @@
 DIST calamares-3.1.13.tar.gz 2279516 BLAKE2B 
ff2c81e81086d53c205c25dbdb7e8b1b60f5f10c979e9afd85c02426cd38037c6fbbf76e21fa5fb152ea9bf1c47658563ba5b2fb7e84b4e2734d6269584315df
 SHA512 
451e04fe41448976e612b2a682cf38ed2683b490bb195ba82ad97d47dfd3eb808f8c25251be00104e3f3b4086ab37be462034bbd2866e64536e90f7ebcfb0d7a
+DIST calamares-3.2.0.tar.gz 2488863 BLAKE2B 
6941cdd7eb381a6ee4f7bc2628605ee5a670de0d839b5797cec930737ec5fc09e214c484c2e8398ab2f12669bbc64768d5ee20b2aa1adae799fb96373a0b07df
 SHA512 
0b502749ace48ce56f2bb364d265c5b9197cca2b27115663f928cb58d02ba43e93b80b5022053bca5899ce6ee35146992157408fc5af017da6d61abdcdbc4e1d

diff --git a/app-admin/calamares/calamares-3.2.0.ebuild 
b/app-admin/calamares/calamares-3.2.0.ebuild
new file mode 100644
index 000..a0864c5ac07
--- /dev/null
+++ b/app-admin/calamares/calamares-3.2.0.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{3_5,3_6} )
+inherit kde5 python-r1
+
+DESCRIPTION="Distribution-independent installer framework"
+HOMEPAGE="https://calamares.io;
+if [[ ${KDE_BUILD_TYPE} == live ]] ; then
+   EGIT_REPO_URI="https://github.com/${PN}/${PN};
+else
+   
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz;
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3"
+IUSE="+networkmanager pythonqt +upower"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep kpackage)
+   $(add_frameworks_dep kparts)
+   $(add_frameworks_dep kservice)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtsvg)
+   $(add_qt_dep qtwebengine 'widgets')
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   dev-cpp/yaml-cpp:=
+   >=dev-libs/boost-1.55:=[${PYTHON_USEDEP}]
+   dev-libs/libpwquality[${PYTHON_USEDEP}]
+   sys-apps/dbus
+   sys-apps/dmidecode
+   sys-auth/polkit-qt[qt5(+)]
+   >=sys-libs/kpmcore-3.0.3:5=
+   pythonqt? ( >=dev-python/PythonQt-3.1:=[${PYTHON_USEDEP}] )
+"
+
+RDEPEND="${DEPEND}
+   app-admin/sudo
+   dev-libs/libatasmart
+   net-misc/rsync
+   >=sys-block/parted-3.0
+   || ( sys-boot/grub:2 sys-boot/systemd-boot )
+   sys-boot/os-prober
+   sys-fs/squashfs-tools
+   virtual/udev
+   networkmanager? ( net-misc/networkmanager )
+   upower? ( sys-power/upower )
+"
+
+src_prepare() {
+   cmake-utils_src_prepare
+   python_setup
+   export PYTHON_INCLUDE_DIRS="$(python_get_includedir)" \
+  PYTHON_INCLUDE_PATH="$(python_get_library_path)"\
+  PYTHON_CFLAGS="$(python_get_CFLAGS)"\
+  PYTHON_LIBS="$(python_get_LIBS)"
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DWEBVIEW_FORCE_WEBKIT=OFF
+   -DWITH_PYTHONQT=$(usex pythonqt)
+   )
+
+   kde5_src_configure
+   sed -i -e 's:pkexec /usr/bin/calamares:calamares-pkexec:' 
"${S}"/calamares.desktop
+   sed -i -e 's:Icon=calamares:Icon=drive-harddisk:' 
"${S}"/calamares.desktop
+}
+
+src_install() {
+   kde5_src_install
+   dobin "${FILESDIR}"/calamares-pkexec
+}



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

2018-05-19 Thread Johannes Huber
commit: 4f9bc6de8929eae1b5f0085f312f77965e823870
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat May 19 10:15:55 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sat May 19 10:15:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f9bc6de

media-fonts/droid: Remove 113-r4

Uses deprecated EAPI 4 and overshadowed by 113-r5

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 media-fonts/droid/droid-113-r4.ebuild | 38 ---
 1 file changed, 38 deletions(-)

diff --git a/media-fonts/droid/droid-113-r4.ebuild 
b/media-fonts/droid/droid-113-r4.ebuild
deleted file mode 100644
index 72dad2faf6d..000
--- a/media-fonts/droid/droid-113-r4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit font
-
-MY_PN="${PN/d/D}"
-
-# $PV is a build number, use fontforge to find it out. 113 was taken from:
-# 
https://android.git.kernel.org/?p=platform/frameworks/base.git;a=tree;f=data/fonts;hb=HEAD
-DESCRIPTION="Font family from Google's Android project"
-HOMEPAGE="https://code.google.com/android/RELEASENOTES.html 
http://www.cosmix.org/software/;
-SRC_URI="mirror://gentoo/${P}-r1.tar.bz2
-   mirror://gentoo/${MY_PN}SansMonoSlashed-112_p1.ttf.bz2
-   mirror://gentoo/${MY_PN}SansMonoDotted-112_p1.ttf.bz2"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
-IUSE=""
-
-S="${WORKDIR}/${PN}"
-FONT_S="${S}"
-FONT_SUFFIX="ttf"
-FONT_CONF=(
-   "${FILESDIR}/59-google-droid-sans-mono.conf"
-   "${FILESDIR}/59-google-droid-sans.conf"
-   "${FILESDIR}/59-google-droid-serif.conf"
-)
-
-src_prepare() {
-   mv "${WORKDIR}/${MY_PN}SansMonoSlashed-112_p1.ttf" \
-   "${S}/${MY_PN}SansMonoSlashed.ttf"
-   mv "${WORKDIR}/${MY_PN}SansMonoDotted-112_p1.ttf" \
-   "${S}/${MY_PN}SansMonoDotted.ttf"
-   rm Ahem.ttf # bug 530158
-}



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

2018-05-18 Thread Johannes Huber
commit: e56e69f0ea0f1e175e2fa74dbccef91ce7f0e93e
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri May 18 22:13:32 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Fri May 18 22:13:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e56e69f0

media-fonts/wqy-unibit: Remove 1.1.0_p1 (r0)

Uses deprecated EAPI 0 and overshadowed by 1.1.0_p1-r1.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 media-fonts/wqy-unibit/wqy-unibit-1.1.0_p1.ebuild | 32 ---
 1 file changed, 32 deletions(-)

diff --git a/media-fonts/wqy-unibit/wqy-unibit-1.1.0_p1.ebuild 
b/media-fonts/wqy-unibit/wqy-unibit-1.1.0_p1.ebuild
deleted file mode 100644
index fd2c5d2e45a..000
--- a/media-fonts/wqy-unibit/wqy-unibit-1.1.0_p1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit font
-
-MY_P="${PN}-bdf-${PV/_p/-}"
-DESCRIPTION="WenQuanYi Unibit CJK font"
-HOMEPAGE="http://wenq.org/enindex.cgi;
-SRC_URI="mirror://sourceforge/wqy/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-DEPEND="media-gfx/ebdftopcf"
-RDEPEND=""
-
-S="${WORKDIR}/${PN}"
-FONT_S="${S}"
-FONT_SUFFIX="pcf.gz"
-DOCS="AUTHORS ChangeLog README"
-
-# Only installs fonts
-RESTRICT="strip binchecks"
-
-src_compile() {
-   emake || die
-   gzip -9 wqy-unibit.pcf || die
-}



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

2018-05-18 Thread Johannes Huber
commit: 8f410bac026e88ac9920cb426ab127b4c4a8b400
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri May 18 20:58:21 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Fri May 18 20:58:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f410bac

media-fonts/fira-code: Add github remote id

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 media-fonts/fira-code/metadata.xml | 19 +++
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/media-fonts/fira-code/metadata.xml 
b/media-fonts/fira-code/metadata.xml
index b9f18c29d3c..d3698aac302 100644
--- a/media-fonts/fira-code/metadata.xml
+++ b/media-fonts/fira-code/metadata.xml
@@ -1,12 +1,15 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-gra...@gentoo.org
-Hans de Graaff
-  
-  
-fo...@gentoo.org
-Fonts
-  
+   
+   gra...@gentoo.org
+   Hans de Graaff
+   
+   
+   fo...@gentoo.org
+   Fonts
+   
+   
+   tonsky/FiraCode
+   
 



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

2018-05-18 Thread Johannes Huber
commit: d8da7abbba05d10ad508117d1860cb72ba16
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri May 18 20:43:08 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Fri May 18 20:52:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8da7abb

media-fonts/fira-code: Re-order src_prepare

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 media-fonts/fira-code/fira-code-1.205.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-fonts/fira-code/fira-code-1.205.ebuild 
b/media-fonts/fira-code/fira-code-1.205.ebuild
index 5c694368809..de76a1c6fca 100644
--- a/media-fonts/fira-code/fira-code-1.205.ebuild
+++ b/media-fonts/fira-code/fira-code-1.205.ebuild
@@ -7,7 +7,8 @@ inherit font
 
 DESCRIPTION="Monospaced font with programming ligatures"
 HOMEPAGE="https://github.com/tonsky/FiraCode;
-SRC_URI="https://github.com/tonsky/FiraCode/archive/${PV}.tar.gz -> 
${P}.tar.gz 
https://github.com/tonsky/FiraCode/files/412440/FiraCode-Regular-Symbol.zip;
+SRC_URI="https://github.com/tonsky/FiraCode/archive/${PV}.tar.gz -> ${P}.tar.gz
+https://github.com/tonsky/FiraCode/files/412440/FiraCode-Regular-Symbol.zip;
 
 LICENSE="OFL-1.1"
 SLOT="0"
@@ -21,7 +22,6 @@ FONT_SUFFIX="otf"
 DOCS="README.md"
 
 src_prepare() {
-   mv "${WORKDIR}"/*.otf "${FONT_S}" || die
-
default
+   mv "${WORKDIR}"/*.otf "${FONT_S}" || die
 }



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

2018-05-18 Thread Johannes Huber
commit: aa19135e04c6cc83ad3583d0008fb4fd639101bb
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri May 18 20:06:32 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Fri May 18 20:10:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa19135e

media-fonts/alee-fonts: Use PV

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 media-fonts/alee-fonts/alee-fonts-13-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/alee-fonts/alee-fonts-13-r1.ebuild 
b/media-fonts/alee-fonts/alee-fonts-13-r1.ebuild
index 2d414e5daea..b7fc4c3040f 100644
--- a/media-fonts/alee-fonts/alee-fonts-13-r1.ebuild
+++ b/media-fonts/alee-fonts/alee-fonts-13-r1.ebuild
@@ -7,7 +7,7 @@ inherit font
 
 DESCRIPTION="A Lee's Hangul truetype fonts"
 HOMEPAGE="https://screenshots.debian.net/package/ttf-alee;
-SRC_URI="http://turul.canonical.com/pool/main/t/ttf-alee/ttf-alee_13.tar.gz;
+SRC_URI="http://turul.canonical.com/pool/main/t/ttf-alee/ttf-alee_${PV}.tar.gz;
 
 LICENSE="Artistic"
 SLOT="0"



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

2018-05-18 Thread Johannes Huber
commit: f90db987dc91f1aa67031e496f33fd43dcf71cfc
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri May 18 20:10:02 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Fri May 18 20:10:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f90db987

media-fonts/alee-fonts: Sync HOMEPAGE

Package-Manager: Portage-2.3.38, Repoman-2.3.9

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

diff --git a/media-fonts/alee-fonts/alee-fonts-13.ebuild 
b/media-fonts/alee-fonts/alee-fonts-13.ebuild
index b4d7ffee944..3a835a80ade 100644
--- a/media-fonts/alee-fonts/alee-fonts-13.ebuild
+++ b/media-fonts/alee-fonts/alee-fonts-13.ebuild
@@ -6,7 +6,7 @@ EAPI=0
 inherit font
 
 DESCRIPTION="A Lee's Hangul truetype fonts"
-HOMEPAGE="http://packages.debian.org/unstable/x11/ttf-alee;
+HOMEPAGE="https://screenshots.debian.net/package/ttf-alee;
 SRC_URI="mirror://debian/pool/main/t/ttf-alee/ttf-alee_${PV}.tar.gz"
 
 LICENSE="Artistic"



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

2018-05-18 Thread Johannes Huber
commit: b55985438ec32ee3d4613ecd10cbe9d9b082915a
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri May 18 19:34:18 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Fri May 18 19:35:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5598543

media-fonts/lklug: Revision bump 0.6-r1

EAPI 6

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 media-fonts/lklug/lklug-0.6-r1.ebuild | 23 +++
 1 file changed, 23 insertions(+)

diff --git a/media-fonts/lklug/lklug-0.6-r1.ebuild 
b/media-fonts/lklug/lklug-0.6-r1.ebuild
new file mode 100644
index 000..2f2a9e7752d
--- /dev/null
+++ b/media-fonts/lklug/lklug-0.6-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit font
+
+MY_P="ttf-sinhala-${P}"
+DESCRIPTION="Sinhala font"
+HOMEPAGE="http://sinhala.sourceforge.net;
+SRC_URI="http://sinhala.sourceforge.net/files/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+S="${WORKDIR}/${MY_P}"
+FONT_S="${S}"
+
+FONT_SUFFIX="ttf"
+
+DOCS="README.fonts"



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

2018-05-17 Thread Johannes Huber
commit: 9561fb190419bd4a1ad32ea609bf60c17ede3431
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu May 17 20:04:21 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Thu May 17 20:04:21 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9561fb19

.travis.yml: Bump portage version to 2.3.38

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 6b7407385a..a6ed757a84 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ python:
 - pypy3.5
 env:
 global:
-- PORTAGE_VER="2.3.36"
+- PORTAGE_VER="2.3.38"
 - REPOMAN_VER="2.3.9"
 before_install:
 - sudo apt-get -qq update



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

2018-05-17 Thread Johannes Huber
commit: 0e1bb3f69285ae9dfe528dea3c98494cfceccf62
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu May 17 16:20:04 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Thu May 17 16:20:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e1bb3f6

media-fonts/hack: Remove 2.020

Uses deprecated EAPI 5 and overshadowed by 3.003.

Package-Manager: Portage-2.3.37, Repoman-2.3.9

 media-fonts/hack/Manifest  |  1 -
 media-fonts/hack/hack-2.020.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/media-fonts/hack/Manifest b/media-fonts/hack/Manifest
index 96a0e1af126..8237a0a8e1b 100644
--- a/media-fonts/hack/Manifest
+++ b/media-fonts/hack/Manifest
@@ -1,2 +1 @@
-DIST Hack-v2_020-otf.tar.xz 322564 BLAKE2B 
c4c3abaa829d671b3d063b73837eeb70ebee90de162dbfb5a0c2bf0c238af383a260adfe4bb164eafa7c29bd6e67d5deb91a8b17708f15100aac6ee29d627415
 SHA512 
d58ef2a7b96557a1feb587efc68e64a16238ca9fd336bafa41c488e48e088a547612890fcaff8899494f2eb0b8acf300815ada8f72df64ae7d19af032fade058
 DIST Hack-v3.003-ttf.tar.xz 360136 BLAKE2B 
73a029a2bdf154642c59effb3e3ab6ea8997e537e6934d7554b13b0d39cec999c9a3c4bea706ce6421e28b1e9c4e1f7154a7fa0a552cfcc5d95c845eabc5dd5e
 SHA512 
d6480957ef77b0e117a564b76e7b8b041a28cfc89441d394a27e2a1b230cae7a67c0b9f3cbe6aab48c5d2cc832b0ea653017a3b925db1d0cc2885e02eab9a81d

diff --git a/media-fonts/hack/hack-2.020.ebuild 
b/media-fonts/hack/hack-2.020.ebuild
deleted file mode 100644
index 9b4ec1ed559..000
--- a/media-fonts/hack/hack-2.020.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit font versionator
-
-DESCRIPTION="A typeface designed for source code"
-HOMEPAGE="https://github.com/source-foundry/Hack;
-SRC_URI="https://github.com/source-foundry/Hack/releases/download/v${PV}/Hack-v$(replace_version_separator
 1 '_' )-otf.tar.xz"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-RESTRICT="binchecks strip"
-
-DEPEND=""
-RDEPEND=""
-
-FONT_SUFFIX="otf"
-
-src_unpack() {
-   mkdir "${S}" && cd "${S}"
-   unpack ${A}
-}



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

2018-05-14 Thread Johannes Huber
commit: ef29d32f234d2ab8c4fc74cc0935bdb2096ecf16
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon May 14 16:47:20 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Mon May 14 16:48:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef29d32f

media-fonts/hack: Remove 2.020-r1

Uses deprecated EAPI 5 and overshadowed by 3.003.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 media-fonts/hack/Manifest |  1 -
 media-fonts/hack/hack-2.020-r1.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/media-fonts/hack/Manifest b/media-fonts/hack/Manifest
index 8f0b49c9ec8..96a0e1af126 100644
--- a/media-fonts/hack/Manifest
+++ b/media-fonts/hack/Manifest
@@ -1,3 +1,2 @@
 DIST Hack-v2_020-otf.tar.xz 322564 BLAKE2B 
c4c3abaa829d671b3d063b73837eeb70ebee90de162dbfb5a0c2bf0c238af383a260adfe4bb164eafa7c29bd6e67d5deb91a8b17708f15100aac6ee29d627415
 SHA512 
d58ef2a7b96557a1feb587efc68e64a16238ca9fd336bafa41c488e48e088a547612890fcaff8899494f2eb0b8acf300815ada8f72df64ae7d19af032fade058
-DIST Hack-v2_020-ttf.tar.xz 404776 BLAKE2B 
c4f205702620bb68965f3131abad518d418a631b6f08886f4a5bcd3bc8cba783d87bfbf99246c7743b10951caa6d505580effd03d390a7cde0b75a5b723371de
 SHA512 
6901828b8a4bfccf113674bcad3725a0b35aded7da04e765a889fae8fe45d5de791f02167346f276b69c766eefbfcbbb7afec3eca3f3105f067509064f075e65
 DIST Hack-v3.003-ttf.tar.xz 360136 BLAKE2B 
73a029a2bdf154642c59effb3e3ab6ea8997e537e6934d7554b13b0d39cec999c9a3c4bea706ce6421e28b1e9c4e1f7154a7fa0a552cfcc5d95c845eabc5dd5e
 SHA512 
d6480957ef77b0e117a564b76e7b8b041a28cfc89441d394a27e2a1b230cae7a67c0b9f3cbe6aab48c5d2cc832b0ea653017a3b925db1d0cc2885e02eab9a81d

diff --git a/media-fonts/hack/hack-2.020-r1.ebuild 
b/media-fonts/hack/hack-2.020-r1.ebuild
deleted file mode 100644
index 006ff7840b2..000
--- a/media-fonts/hack/hack-2.020-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit font versionator
-
-DESCRIPTION="A typeface designed for source code"
-HOMEPAGE="https://github.com/source-foundry/Hack;
-SRC_URI="https://github.com/source-foundry/Hack/releases/download/v${PV}/Hack-v$(replace_version_separator
 1 '_' )-ttf.tar.xz"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE=""
-RESTRICT="binchecks strip"
-
-DEPEND=""
-RDEPEND=""
-
-FONT_SUFFIX="ttf"
-
-src_unpack() {
-   mkdir "${S}" && cd "${S}"
-   unpack ${A}
-}



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

2018-05-14 Thread Johannes Huber
commit: 28679a4cd8992264cfc80969f9b71a5531784e66
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon May 14 16:32:32 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Mon May 14 16:36:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28679a4c

media-fonts/sil-doulos: Remove 4.110

Uses deprecated EAPI 4 and overshadowed by 5.000-r1.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 media-fonts/sil-doulos/Manifest|  1 -
 media-fonts/sil-doulos/sil-doulos-4.110.ebuild | 31 --
 2 files changed, 32 deletions(-)

diff --git a/media-fonts/sil-doulos/Manifest b/media-fonts/sil-doulos/Manifest
index 6ee1375a0e4..d0211552212 100644
--- a/media-fonts/sil-doulos/Manifest
+++ b/media-fonts/sil-doulos/Manifest
@@ -1,2 +1 @@
-DIST DoulosSIL-4.110.zip 1498994 BLAKE2B 
112a0e26880c00b72c40e2bf26929eda99195a997333d8aba59c15ddad9eb89c3ed99650bbea1792f213f55a3023bda735c71244637fd615781c67f1fd6988ec
 SHA512 
b08b662dfc0647dac6c629e7ceb66676c36ff098a589cf4292cac2d9d965ea46302e797d7de7a178dff8f4c0def44827699c21ab1763db6abaaaf4c6484b13d7
 DIST sil-doulos-5.000.zip 1347526 BLAKE2B 
d6f5ea4ce5e5cf264dcd59a96e7bb328fdb7cce66d07e30743e8381ec5631eab6b32cdd929940d75bf7b9bca3f102fdd8619f56a813c022ea90020d4fa2d7429
 SHA512 
3698b3f330d34cfa2be93f9dfc87c113a0b3e174a40ce9c2277bb452161cda61aab4688338ab3ae3cc684cedc58bbb3f066392e3911246a230d1a9fb02f3

diff --git a/media-fonts/sil-doulos/sil-doulos-4.110.ebuild 
b/media-fonts/sil-doulos/sil-doulos-4.110.ebuild
deleted file mode 100644
index 216d29aa326..000
--- a/media-fonts/sil-doulos/sil-doulos-4.110.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit font
-
-MY_P="DoulosSIL-${PV}"
-
-DESCRIPTION="SIL Doulos - SIL font for Roman and Cyrillic Languages"
-HOMEPAGE="http://scripts.sil.org/DoulosSILfont;
-SRC_URI="mirror://gentoo/${MY_P}.zip"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="doc"
-
-DOCS="OFL-FAQ.txt"
-FONT_SUFFIX="ttf"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-FONT_S="${S}"
-
-src_install() {
-   font_src_install
-   use doc && dodoc -r "${S}"/documentation
-}



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

2018-05-14 Thread Johannes Huber
commit: c9b8832736f6ad93fd75bd6167890539e1570ac8
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon May 14 16:35:57 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Mon May 14 16:36:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9b88327

media-fonts/nanumfont: Remove 2.0 (r0)

Uses deprecated EAPI 0 and overshadowed by 2.0-r2.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 media-fonts/nanumfont/nanumfont-2.0.ebuild | 24 
 1 file changed, 24 deletions(-)

diff --git a/media-fonts/nanumfont/nanumfont-2.0.ebuild 
b/media-fonts/nanumfont/nanumfont-2.0.ebuild
deleted file mode 100644
index 89570f4814d..000
--- a/media-fonts/nanumfont/nanumfont-2.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit font
-
-MY_P="NanumGothicCoding-${PV}"
-DESCRIPTION="Korean monospace font distributed by NHN"
-HOMEPAGE="http://dev.naver.com/projects/nanumfont;
-SRC_URI="http://dev.naver.com/frs/download.php/441/${MY_P}.zip;
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-# Only installs fonts
-RESTRICT="strip binchecks"
-
-S="${WORKDIR}"
-FONT_S="${S}"
-
-FONT_SUFFIX="ttf"



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

2018-05-14 Thread Johannes Huber
commit: 979ccb2b4e62b0e7ecacabb8b00ed79c457b4e80
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon May 14 16:27:08 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Mon May 14 16:36:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=979ccb2b

media-fonts/sil-padauk: Remove 2.8 (r0)

Uses deprecated EAPI 4 and overshadowed by 2.8-r1.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 media-fonts/sil-padauk/sil-padauk-2.8.ebuild | 26 --
 1 file changed, 26 deletions(-)

diff --git a/media-fonts/sil-padauk/sil-padauk-2.8.ebuild 
b/media-fonts/sil-padauk/sil-padauk-2.8.ebuild
deleted file mode 100644
index a60102903f7..000
--- a/media-fonts/sil-padauk/sil-padauk-2.8.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit font
-
-MY_PN="padauk"
-
-DESCRIPTION="SIL fonts for Myanmar script"
-HOMEPAGE="http://scripts.sil.org/padauk;
-SRC_URI="mirror://gentoo/${MY_PN}-${PV}.zip"
-
-LICENSE="OFL"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-FONT_S="${WORKDIR}/${MY_PN}-2.80"
-S="${FONT_S}"
-
-FONT_SUFFIX="ttf"
-DOCS=""



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

2018-05-14 Thread Johannes Huber
commit: f3e5e852f71826538ebccf78a633041b40446389
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon May 14 16:30:43 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Mon May 14 16:36:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3e5e852

media-fonts/sil-gentium: Remove 1.508

Uses deprecated EAPI 4 and overshadowed by 5.000-r1.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 media-fonts/sil-gentium/Manifest |  2 --
 media-fonts/sil-gentium/sil-gentium-1.508.ebuild | 40 
 2 files changed, 42 deletions(-)

diff --git a/media-fonts/sil-gentium/Manifest b/media-fonts/sil-gentium/Manifest
index 047acdf01a5..bc444dafc8a 100644
--- a/media-fonts/sil-gentium/Manifest
+++ b/media-fonts/sil-gentium/Manifest
@@ -1,4 +1,2 @@
-DIST GentiumPlus-1.508.zip 1986418 BLAKE2B 
025ba05e67619be53e9cb020c19d66b3e50176c27028161ae674d6672e2f45a1ecd65363794ad66f786db720b034cd81a8e63b3a0ab9c324e9a1d6ddf6910cb2
 SHA512 
7948b666b8b5e7509a5e46633dc4c8d72aa098013ce0fddd4dba80cb217a2ff240253e1f3f477ea5309b9c9a8284c724cf9378d1ac0632ff53784cf2be44
-DIST GentiumPlusCompact-1.508.zip 1957129 BLAKE2B 
c981160c9eccafac75b9d7bf421a47ba213d52e45408d0ed95273ae47adc2c8b9f45629114e58a03e770940367d4c6cf9b8dfa9ee5a7f2a5658d5f4ced05509c
 SHA512 
b031a0edc0d4ee527378cd0834ce447f0aca00abd75148c2e1df1a8fe281b75361e535496c8e39f8eab81398af6ba302a0c78872877bc589b27db3e7078638f9
 DIST GentiumPlusCompact-5.000.zip 2089135 BLAKE2B 
78d734a3289c1577869fb57126f66f13eccf268f8665fa15e9c4f34cfe43a52ba9e10e00d35382d5745070a6ce43f2c75622706185933e151eef3a6b340f2e0b
 SHA512 
1959ef4e1e05a3d1fb68b2f89e0b90683508239118a7fcad8ba667753635790fa6a5c88228150e8c9f71557947a11d7a156f931326a5844213094bec16ac
 DIST sil-gentium-5.000.zip 2025499 BLAKE2B 
e13130aaff0d3893260598605c2332e7316d451e544efead87bd527a275ef1565e5b76ddfa3491b32bae77cd773f3d52b1d063851a0f694a54516c65fef15c92
 SHA512 
6580fb6717154d25230c837ca6150265349171cf2ad670b638c5029e034ba446dd6adb9508c9b667c6ebad1b05357326f7684daa5517df55235a8728c48f419b

diff --git a/media-fonts/sil-gentium/sil-gentium-1.508.ebuild 
b/media-fonts/sil-gentium/sil-gentium-1.508.ebuild
deleted file mode 100644
index 729c747dcfe..000
--- a/media-fonts/sil-gentium/sil-gentium-1.508.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit font
-
-MY_PN="GentiumPlus"
-
-DESCRIPTION="SIL Gentium Plus unicode font for Latin and Greek languages"
-HOMEPAGE="http://scripts.sil.org/gentium;
-SRC_URI="mirror://gentoo/${MY_PN}-${PV}.zip
-   compact? ( mirror://gentoo/${MY_PN}Compact-${PV}.zip )"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
-IUSE="compact doc"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-DOCS="GENTIUM-FAQ.txt OFL-FAQ.txt"
-FONT_SUFFIX="ttf"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-FONT_S="${S}"
-
-src_unpack() {
-   unpack ${A}
-
-   if use compact; then
-   mv "${WORKDIR}"/${MY_PN}Compact-${PV}/*.${FONT_SUFFIX} 
"${FONT_S}" || die
-   fi
-}
-
-src_install() {
-   font_src_install
-   use doc && dodoc -r "${S}"/documentation
-}



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

2018-05-14 Thread Johannes Huber
commit: 8a0d68eb4230341033b6d03b7389a5582ac9097e
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon May 14 16:34:07 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Mon May 14 16:36:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a0d68eb

media-fonts/sil-charis: Remove 4.110

Uses deprecated EAPI 4 and overshadowed by 5.000-r1.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 media-fonts/sil-charis/Manifest|  2 --
 media-fonts/sil-charis/sil-charis-4.110.ebuild | 39 --
 2 files changed, 41 deletions(-)

diff --git a/media-fonts/sil-charis/Manifest b/media-fonts/sil-charis/Manifest
index 9e466fe2d96..b2b060d5789 100644
--- a/media-fonts/sil-charis/Manifest
+++ b/media-fonts/sil-charis/Manifest
@@ -1,4 +1,2 @@
-DIST CharisSIL-4.110.zip 3435758 BLAKE2B 
f6c53137499b804c763684b7ed8f92dc08e364785891355568140bf06dbb045cefdc9dc3be8dd81706ab12fe62541b4b5f6daff530fc3206163898aea8cd87b4
 SHA512 
c9fdb54ec1739ceb81601350eec4778156c564228c858aaf8453946df4dd8c59931d2a3f49deaf75b9109099b882fd259e3a6fccc2cd69b9486ce6937c436dbe
-DIST CharisSILCompact-4.110.zip 3384203 BLAKE2B 
5d52d44cb98990066946d3faf4300747261ce699aeb33a6bb8eacf30f7399e515c6dc1a87f203fe72a17b25a3a15dbc786b5e00f7d74c766f209aaf173c85a16
 SHA512 
8e81df18ff9a071812ba85d57969872cb3d5e6705e010c02dd18973b48445e3ff1b3444b0cd57955c70c390b97174443f1f52f3e68cbc1483fe3ad12ffe59a08
 DIST CharisSILCompact-5.000.zip 3056771 BLAKE2B 
8ba790086166b606797242327ccfb9a8093354ef0f5dadbff6edc01c67217628e1c2a46973e17fafb92033af9d4f59fd0807483fd593fad388d5ccf850e34eb5
 SHA512 
59a444c4085f80719b1bff3cecc2d60176ed2deb136ddc0714de60e2bde1a43c136924e510790fcd7aa8d123f082b5570d80afbf188a15e8363f984dc1e75c80
 DIST sil-charis-5.000.zip 2967087 BLAKE2B 
46725b826c53eff25c8a5c6fb7826b5cc9f910424f2afb3ac226aee9ae2cf17b013f17be4b0a19d9c68c63e0f091474125199e8bb4aa60c4d5c678311b1046f1
 SHA512 
f85da6c9b93c0ef81617241219b208ca262c12fcecae1d447163b7aff31ea8bfc3f09636dcfc0a322c86201a0d55124e4017fded5bb71bbb54c8093faaed

diff --git a/media-fonts/sil-charis/sil-charis-4.110.ebuild 
b/media-fonts/sil-charis/sil-charis-4.110.ebuild
deleted file mode 100644
index 0e50ceb8e9e..000
--- a/media-fonts/sil-charis/sil-charis-4.110.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit font
-
-MY_PN="CharisSIL"
-
-DESCRIPTION="SIL Charis - SIL fonts for Roman and Cyrillic languages"
-HOMEPAGE="http://scripts.sil.org/CharisSILfont;
-SRC_URI="mirror://gentoo/${MY_PN}-${PV}.zip
-   compact? ( mirror://gentoo/${MY_PN}Compact-${PV}.zip )"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd 
~x64-macos"
-IUSE="compact doc"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-FONT_S="${S}"
-FONT_SUFFIX="ttf"
-DOCS="OFL-FAQ.txt"
-
-src_unpack() {
-   unpack ${A}
-
-   if use compact; then
-   mv "${WORKDIR}"/${MY_PN}Compact-${PV}/*.${FONT_SUFFIX} 
"${FONT_S}" || die
-   fi
-}
-
-src_install() {
-   font_src_install
-   use doc && dodoc -r "${S}"/documentation
-}



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

2018-05-13 Thread Johannes Huber
commit: de28d560cc0d70fedd429e4b30c423bec63cc7c0
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 13 19:14:40 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 13 19:15:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de28d560

x11-misc/qt5ct: Remove 0.31

Overshadowed by 0.35.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 x11-misc/qt5ct/Manifest  |  1 -
 x11-misc/qt5ct/metadata.xml  |  1 -
 x11-misc/qt5ct/qt5ct-0.31.ebuild | 49 
 3 files changed, 51 deletions(-)

diff --git a/x11-misc/qt5ct/Manifest b/x11-misc/qt5ct/Manifest
index d3120c352ba..cea98635911 100644
--- a/x11-misc/qt5ct/Manifest
+++ b/x11-misc/qt5ct/Manifest
@@ -1,2 +1 @@
-DIST qt5ct-0.31.tar.bz2 55724 BLAKE2B 
54602ee9ed46f790f3a8bc15fa66467382b5830b9a218739bb24483f1f18fe8be8c6a375d83e0b6c02b14bec002aa1e7bf757d6608eb908da0dcf7ced2f6b59d
 SHA512 
9162106febf93b94b8ba847157d20386568bc898d15c6123636ef9d9c50bce3ca4706fbfbfd82053dccf545f91ca40d387d1e9a5bbb6773810a1d931417eaa4e
 DIST qt5ct-0.35.tar.bz2 62547 BLAKE2B 
dd61f151e1c6c58095889b90cb30bb2baaf21fd8f181af37ee43c1d00404655d57c941cee905e737aff29122ae3f588d5c7ba46dc80ca76d749cc2dd66f35d57
 SHA512 
2bd24221d391c420e73488738ff10762d27eb21fb28dc69da27dcbfface0cd0f16049768b55867a059c93da07eddb76da1bc63aefd516e07e5049c847da3970a

diff --git a/x11-misc/qt5ct/metadata.xml b/x11-misc/qt5ct/metadata.xml
index a5fe4940379..86b995aa803 100644
--- a/x11-misc/qt5ct/metadata.xml
+++ b/x11-misc/qt5ct/metadata.xml
@@ -15,7 +15,6 @@


Enable system tray and global menu 
support
-   Enable system tray support


qt5ct

diff --git a/x11-misc/qt5ct/qt5ct-0.31.ebuild b/x11-misc/qt5ct/qt5ct-0.31.ebuild
deleted file mode 100644
index a774818defb..000
--- a/x11-misc/qt5ct/qt5ct-0.31.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils
-
-DESCRIPTION="Qt5 configuration tool, similar to qtconfig for Qt4"
-HOMEPAGE="https://sourceforge.net/projects/qt5ct/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="+systray"
-
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5=
-   dev-qt/qtwidgets:5
-   systray? ( dev-qt/qtgui:5[dbus] )
-"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5
-"
-
-src_configure() {
-   eqmake5 DEFINES="$(usex systray '' QT_NO_SYSTEMTRAYICON)" ${PN}.pro
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" install
-   einstalldocs
-
-   echo 'QT_QPA_PLATFORMTHEME=qt5ct' > "${T}"/98${PN} || die
-   doenvd "${T}"/98${PN}
-}
-
-pkg_postinst() {
-   if [[ -z ${REPLACING_VERSIONS} ]]; then
-   ewarn "qt5ct configuration won't be applied to the currently 
running sessions."
-   ewarn "Please relogin."
-   fi
-   if ! has_version 'dev-qt/qtsvg:5'; then
-   elog
-   elog "For SVG icon themes, please install 'dev-qt/qtsvg:5'."
-   elog
-   fi
-}



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

2018-05-13 Thread Johannes Huber
commit: 7498980a15b4b1110724de55db829a1da7a28631
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 13 11:43:11 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 13 11:43:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7498980a

media-fonts/sil-abyssinica: Version bump 1.500

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 media-fonts/sil-abyssinica/Manifest|  1 +
 .../sil-abyssinica/sil-abyssinica-1.500.ebuild | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/media-fonts/sil-abyssinica/Manifest 
b/media-fonts/sil-abyssinica/Manifest
index d9bef30663a..a0942e39041 100644
--- a/media-fonts/sil-abyssinica/Manifest
+++ b/media-fonts/sil-abyssinica/Manifest
@@ -1 +1,2 @@
+DIST AbyssinicaSIL-1.500.zip 1852827 BLAKE2B 
59b29242f39fba70b60ca23363e82d093354deef9f8e46386fc5408994b9629b10b0400bdb860e5482a79cddd1ffa8b5057da62cafebfc128a49057abf195462
 SHA512 
56cfed3d41ea0a16d041b29f417296f4cc89f3fa8e718b3e352690a954168b018a5da68745f61db77395c292e92f8964d868c8824be5edfb24fb7539dcc62c59
 DIST AbyssinicaSIL1.200.zip 1021262 BLAKE2B 
cc4e55276c0cc07488d2721db0c6284422e9f98fa37d46672abce60e9124c9ce58d0ec71e00156585a3b83931ce45507188397f938da7afcd42e5f6c817cf551
 SHA512 
49c74476da85a38b0bccf341953198c5f5f750fbeaec724e2d50ea305d8c127b928304d7410b001997a3c91d4d5d5144c226c29873eae9e18de38cdfef7a6ada

diff --git a/media-fonts/sil-abyssinica/sil-abyssinica-1.500.ebuild 
b/media-fonts/sil-abyssinica/sil-abyssinica-1.500.ebuild
new file mode 100644
index 000..71ad446a2f2
--- /dev/null
+++ b/media-fonts/sil-abyssinica/sil-abyssinica-1.500.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_P="AbyssinicaSIL-${PV}"
+inherit font
+
+DESCRIPTION="SIL Opentype Unicode fonts for Ethiopic languages"
+HOMEPAGE="https://software.sil.org/abyssinica;
+SRC_URI="https://software.sil.org/downloads/r/${PN/sil-/}/${MY_P}.zip;
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~ppc-macos ~x86-macos"
+IUSE="doc"
+
+DEPEND="app-arch/unzip"
+RDEPEND=""
+
+DOCS="FONTLOG.txt OFL-FAQ.txt README.txt"
+FONT_SUFFIX="ttf"
+FONT_S="${WORKDIR}/${MY_P}"
+S="${FONT_S}"
+
+src_install() {
+   font_src_install
+   use doc && dodoc -r "${S}"/documentation
+}



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

2018-05-13 Thread Johannes Huber
commit: 58f9ed2ddcb979d8aafb592ada03e793f10fdf2a
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 13 11:03:52 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 13 11:04:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58f9ed2d

media-fonts/sil-charis: Revision bump 5.000-r1

EAPI 6

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 media-fonts/sil-charis/sil-charis-5.000-r1.ebuild | 33 +++
 1 file changed, 33 insertions(+)

diff --git a/media-fonts/sil-charis/sil-charis-5.000-r1.ebuild 
b/media-fonts/sil-charis/sil-charis-5.000-r1.ebuild
new file mode 100644
index 000..088723a2da4
--- /dev/null
+++ b/media-fonts/sil-charis/sil-charis-5.000-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit font
+
+MY_PN="CharisSIL"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Serif typeface for Roman and Cyrillic languages"
+HOMEPAGE="http://scripts.sil.org/CharisSILfont;
+SRC_URI="http://scripts.sil.org/cms/scripts/render_download.php?format=file_id=${MY_P}.zip=${MY_P}.zip
 -> ${P}.zip
+   compact? ( 
http://scripts.sil.org/cms/scripts/render_download.php?format=file_id=CharisSILCompact-${PV}b.zip=CharisSILCompact-${PV}.zip
 -> ${MY_PN}Compact-${PV}.zip )"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~x64-macos"
+IUSE="compact"
+
+DEPEND="app-arch/unzip"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+FONT_S="${S}"
+FONT_SUFFIX="ttf"
+DOCS="OFL-FAQ.txt documentation/*"
+
+src_prepare() {
+   default
+   if use compact; then
+   mv "${WORKDIR}"/${MY_PN}Compact-${PV}/*.${FONT_SUFFIX} 
"${FONT_S}" || die
+   fi
+}



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

2018-05-13 Thread Johannes Huber
commit: aed2880e8bfaba919980b831cd09fa66455833df
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 13 11:04:46 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 13 11:04:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aed2880e

media-fonts/sil-charis: Remove 5.000 (r0)

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 media-fonts/sil-charis/sil-charis-5.000.ebuild | 31 --
 1 file changed, 31 deletions(-)

diff --git a/media-fonts/sil-charis/sil-charis-5.000.ebuild 
b/media-fonts/sil-charis/sil-charis-5.000.ebuild
deleted file mode 100644
index ad6c674f44d..000
--- a/media-fonts/sil-charis/sil-charis-5.000.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit font
-
-MY_PN="CharisSIL"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Serif typeface for Roman and Cyrillic languages"
-HOMEPAGE="http://scripts.sil.org/CharisSILfont;
-SRC_URI="http://scripts.sil.org/cms/scripts/render_download.php?format=file_id=${MY_P}.zip=${MY_P}.zip
 -> ${P}.zip
-   compact? ( 
http://scripts.sil.org/cms/scripts/render_download.php?format=file_id=CharisSILCompact-${PV}b.zip=CharisSILCompact-${PV}.zip
 -> ${MY_PN}Compact-${PV}.zip )"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~x64-macos"
-IUSE="compact"
-
-DEPEND="app-arch/unzip"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-FONT_S="${S}"
-FONT_SUFFIX="ttf"
-DOCS="OFL-FAQ.txt documentation/*"
-
-src_prepare() {
-   if use compact; then
-   mv "${WORKDIR}"/${MY_PN}Compact-${PV}/*.${FONT_SUFFIX} 
"${FONT_S}" || die
-   fi
-}



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

2018-05-13 Thread Johannes Huber
commit: 56550aeb807a1481dfb7b71cb7c8dd43fbd29ef2
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 13 10:54:06 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 13 10:54:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56550aeb

media-fonts/sil-doulos: Remove 5.000 (r0)

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 media-fonts/sil-doulos/sil-doulos-5.000.ebuild | 23 ---
 1 file changed, 23 deletions(-)

diff --git a/media-fonts/sil-doulos/sil-doulos-5.000.ebuild 
b/media-fonts/sil-doulos/sil-doulos-5.000.ebuild
deleted file mode 100644
index b11b1f8c7a3..000
--- a/media-fonts/sil-doulos/sil-doulos-5.000.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit font
-
-MY_P="DoulosSIL-${PV}"
-
-DESCRIPTION="SIL Doulos - SIL font for Roman and Cyrillic Languages"
-HOMEPAGE="http://scripts.sil.org/DoulosSILfont;
-SRC_URI="http://scripts.sil.org/cms/scripts/render_download.php?format=file_id=${MY_P}.zip=${MY_P}.zip
 -> ${P}.zip"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-
-DOCS="OFL-FAQ.txt documentation/*"
-S="${WORKDIR}/${MY_P}"
-FONT_S="${S}"
-FONT_SUFFIX="ttf"



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

2018-05-13 Thread Johannes Huber
commit: 91542bf6736e26b20b82d8170db1f53ef1b7fdb5
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May 13 10:51:50 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May 13 10:54:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91542bf6

media-fonts/sil-doulos: Revision bump 5.000-r1

EAPI 6

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 media-fonts/sil-doulos/sil-doulos-5.000-r1.ebuild | 24 +++
 1 file changed, 24 insertions(+)

diff --git a/media-fonts/sil-doulos/sil-doulos-5.000-r1.ebuild 
b/media-fonts/sil-doulos/sil-doulos-5.000-r1.ebuild
new file mode 100644
index 000..d651c3ddbf5
--- /dev/null
+++ b/media-fonts/sil-doulos/sil-doulos-5.000-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit font
+
+MY_P="DoulosSIL-${PV}"
+
+DESCRIPTION="SIL Doulos - SIL font for Roman and Cyrillic Languages"
+HOMEPAGE="http://scripts.sil.org/DoulosSILfont;
+SRC_URI="http://scripts.sil.org/cms/scripts/render_download.php?format=file_id=${MY_P}.zip=${MY_P}.zip
 -> ${P}.zip"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd"
+IUSE=""
+
+DEPEND="app-arch/unzip"
+
+DOCS="OFL-FAQ.txt documentation/*"
+S="${WORKDIR}/${MY_P}"
+FONT_S="${S}"
+FONT_SUFFIX="ttf"



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

2018-05-12 Thread Johannes Huber
commit: 5fc184928f96fd84266840076d9aa363d456f5cd
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat May 12 11:50:07 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sat May 12 11:50:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fc18492

media-fonts/droid: Remove 113-r3

Uses deprecated EAPI 4 and is overshadowed by 113-r4.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 media-fonts/droid/droid-113-r3.ebuild | 37 ---
 1 file changed, 37 deletions(-)

diff --git a/media-fonts/droid/droid-113-r3.ebuild 
b/media-fonts/droid/droid-113-r3.ebuild
deleted file mode 100644
index 716a56bbf0d..000
--- a/media-fonts/droid/droid-113-r3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit font
-
-MY_PN="${PN/d/D}"
-
-# $PV is a build number, use fontforge to find it out. 113 was taken from:
-# 
https://android.git.kernel.org/?p=platform/frameworks/base.git;a=tree;f=data/fonts;hb=HEAD
-DESCRIPTION="Font family from Google's Android project"
-HOMEPAGE="https://code.google.com/android/RELEASENOTES.html 
http://www.cosmix.org/software/;
-SRC_URI="mirror://gentoo/${P}-r1.tar.bz2
-   mirror://gentoo/${MY_PN}SansMonoSlashed-112_p1.ttf.bz2
-   mirror://gentoo/${MY_PN}SansMonoDotted-112_p1.ttf.bz2"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
-IUSE=""
-
-S="${WORKDIR}/${PN}"
-FONT_S="${S}"
-FONT_SUFFIX="ttf"
-FONT_CONF=(
-   "${FILESDIR}/59-google-droid-sans-mono.conf"
-   "${FILESDIR}/59-google-droid-sans.conf"
-   "${FILESDIR}/59-google-droid-serif.conf"
-)
-
-src_prepare() {
-   mv "${WORKDIR}/${MY_PN}SansMonoSlashed-112_p1.ttf" \
-   "${S}/${MY_PN}SansMonoSlashed.ttf"
-   mv "${WORKDIR}/${MY_PN}SansMonoDotted-112_p1.ttf" \
-   "${S}/${MY_PN}SansMonoDotted.ttf"
-}



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

2018-05-12 Thread Johannes Huber
commit: 517008b1373ca52aa9f7a0e94c3849a201bf9bc7
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat May 12 10:21:12 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sat May 12 10:45:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=517008b1

media-gfx/krita: Remove 4.0.1

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 media-gfx/krita/Manifest   |   1 -
 media-gfx/krita/krita-4.0.1.ebuild | 111 -
 2 files changed, 112 deletions(-)

diff --git a/media-gfx/krita/Manifest b/media-gfx/krita/Manifest
index efc5b8e1c29..644e6dd80e4 100644
--- a/media-gfx/krita/Manifest
+++ b/media-gfx/krita/Manifest
@@ -1,3 +1,2 @@
 DIST krita-3.3.3.tar.gz 207582956 BLAKE2B 
36fd2978956fbba870ff8d8c28c31db0731742385620d6b5fd0cc275d74bf6352635c4fd4a537a87b7994fa41d140ee05000593d5a95cd288fd07959e8ef1693
 SHA512 
b6dc30809e0d6c19fee4bbb240aa53c65e88361ebe273c73c2f24f43904c3cd51719dadb9c11fb7f691f17d75732374295ce904810d8893b7f95b45f859901e0
-DIST krita-4.0.1.tar.gz 237493152 BLAKE2B 
4029ac08ec17a2f56524404c8d4d61bf73d52d0aae7e783d02899eab9a47750bf19ff201a58cbb3c9a062d55742676d829938b7c456bd7c4ab96988ae5c113f2
 SHA512 
51ec8bfa7936a081bd62ef7020b16f534042fc50abc1218a5d40721f6b6672791700cb09d006a4975491fddc23358d5ef64322231dd7e3284f943bbabc16a980
 DIST krita-4.0.3.tar.gz 241332929 BLAKE2B 
222a3425f64c98d964f421c84f48295d5cb72e622631e9b1cb5a2ac9980a6f59cbf12b0815df68a09daf138efc2d4e2e83cb46034c8e12ddd621cb49f1117b72
 SHA512 
13b3263a09dbb955dea435e97bf12b6f0670fce68c4c2c9e97e7b45b480301119f317e72fac63eec07caff295885b7d62ac7c6255545a139e1e5f4b1106989e8

diff --git a/media-gfx/krita/krita-4.0.1.ebuild 
b/media-gfx/krita/krita-4.0.1.ebuild
deleted file mode 100644
index 432b5ebc269..000
--- a/media-gfx/krita/krita-4.0.1.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_TEST="forceoptional-recursive"
-VIRTUALX_REQUIRED="test"
-PYTHON_COMPAT=( python3_{4,5,6} )
-inherit kde5 python-single-r1
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Free digital painting application. Digital Painting, Creative 
Freedom!"
-HOMEPAGE="https://www.kde.org/applications/graphics/krita/ https://krita.org/;
-LICENSE="GPL-3"
-IUSE="color-management fftw gif +gsl +jpeg openexr pdf python qtmedia +raw 
tiff vc"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-COMMON_DEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kcrash)
-   $(add_frameworks_dep kguiaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemmodels)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_qt_dep qtconcurrent)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtdeclarative)
-   $(add_qt_dep qtgui '-gles2')
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtsvg)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtx11extras)
-   $(add_qt_dep qtxml)
-   dev-libs/boost:=
-   media-gfx/exiv2:=
-   media-libs/lcms
-   media-libs/libpng:0=
-   sys-libs/zlib
-   virtual/opengl
-   x11-libs/libX11
-   x11-libs/libxcb
-   x11-libs/libXi
-   color-management? ( media-libs/opencolorio )
-   fftw? ( sci-libs/fftw:3.0= )
-   gif? ( media-libs/giflib )
-   gsl? ( sci-libs/gsl:= )
-   jpeg? ( virtual/jpeg:0 )
-   openexr? (
-   media-libs/ilmbase:=
-   media-libs/openexr
-   )
-   pdf? ( app-text/poppler[qt5] )
-   python? (
-   ${PYTHON_DEPS}
-   dev-python/PyQt5[${PYTHON_USEDEP}]
-   dev-python/sip[${PYTHON_USEDEP}]
-   )
-   qtmedia? ( $(add_qt_dep qtmultimedia) )
-   raw? ( media-libs/libraw:= )
-   tiff? ( media-libs/tiff:0 )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-cpp/eigen:3
-   dev-lang/perl
-   sys-devel/gettext
-   vc? ( >=dev-libs/vc-1.1.0 )
-"
-RDEPEND="${COMMON_DEPEND}
-   !app-office/calligra:4[calligra_features_krita]
-   !app-office/calligra-l10n:4[calligra_features_krita(+)]
-"
-
-# bug 630508
-RESTRICT+=" test"
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_find_package color-management OCIO)
-   $(cmake

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

2018-05-12 Thread Johannes Huber
commit: 8ee9c57ac1256b696d13a9046fd71fa8309d3dd9
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat May 12 10:20:19 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sat May 12 10:45:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ee9c57a

media-gfx/krita: Version bump 4.0.3

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 media-gfx/krita/Manifest   |   1 +
 media-gfx/krita/krita-4.0.3.ebuild | 111 +
 2 files changed, 112 insertions(+)

diff --git a/media-gfx/krita/Manifest b/media-gfx/krita/Manifest
index e23d8f7d0d3..efc5b8e1c29 100644
--- a/media-gfx/krita/Manifest
+++ b/media-gfx/krita/Manifest
@@ -1,2 +1,3 @@
 DIST krita-3.3.3.tar.gz 207582956 BLAKE2B 
36fd2978956fbba870ff8d8c28c31db0731742385620d6b5fd0cc275d74bf6352635c4fd4a537a87b7994fa41d140ee05000593d5a95cd288fd07959e8ef1693
 SHA512 
b6dc30809e0d6c19fee4bbb240aa53c65e88361ebe273c73c2f24f43904c3cd51719dadb9c11fb7f691f17d75732374295ce904810d8893b7f95b45f859901e0
 DIST krita-4.0.1.tar.gz 237493152 BLAKE2B 
4029ac08ec17a2f56524404c8d4d61bf73d52d0aae7e783d02899eab9a47750bf19ff201a58cbb3c9a062d55742676d829938b7c456bd7c4ab96988ae5c113f2
 SHA512 
51ec8bfa7936a081bd62ef7020b16f534042fc50abc1218a5d40721f6b6672791700cb09d006a4975491fddc23358d5ef64322231dd7e3284f943bbabc16a980
+DIST krita-4.0.3.tar.gz 241332929 BLAKE2B 
222a3425f64c98d964f421c84f48295d5cb72e622631e9b1cb5a2ac9980a6f59cbf12b0815df68a09daf138efc2d4e2e83cb46034c8e12ddd621cb49f1117b72
 SHA512 
13b3263a09dbb955dea435e97bf12b6f0670fce68c4c2c9e97e7b45b480301119f317e72fac63eec07caff295885b7d62ac7c6255545a139e1e5f4b1106989e8

diff --git a/media-gfx/krita/krita-4.0.3.ebuild 
b/media-gfx/krita/krita-4.0.3.ebuild
new file mode 100644
index 000..432b5ebc269
--- /dev/null
+++ b/media-gfx/krita/krita-4.0.3.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_TEST="forceoptional-recursive"
+VIRTUALX_REQUIRED="test"
+PYTHON_COMPAT=( python3_{4,5,6} )
+inherit kde5 python-single-r1
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Free digital painting application. Digital Painting, Creative 
Freedom!"
+HOMEPAGE="https://www.kde.org/applications/graphics/krita/ https://krita.org/;
+LICENSE="GPL-3"
+IUSE="color-management fftw gif +gsl +jpeg openexr pdf python qtmedia +raw 
tiff vc"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+COMMON_DEPEND="
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep kguiaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kitemmodels)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_qt_dep qtconcurrent)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtgui '-gles2')
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtprintsupport)
+   $(add_qt_dep qtsvg)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtx11extras)
+   $(add_qt_dep qtxml)
+   dev-libs/boost:=
+   media-gfx/exiv2:=
+   media-libs/lcms
+   media-libs/libpng:0=
+   sys-libs/zlib
+   virtual/opengl
+   x11-libs/libX11
+   x11-libs/libxcb
+   x11-libs/libXi
+   color-management? ( media-libs/opencolorio )
+   fftw? ( sci-libs/fftw:3.0= )
+   gif? ( media-libs/giflib )
+   gsl? ( sci-libs/gsl:= )
+   jpeg? ( virtual/jpeg:0 )
+   openexr? (
+   media-libs/ilmbase:=
+   media-libs/openexr
+   )
+   pdf? ( app-text/poppler[qt5] )
+   python? (
+   ${PYTHON_DEPS}
+   dev-python/PyQt5[${PYTHON_USEDEP}]
+   dev-python/sip[${PYTHON_USEDEP}]
+   )
+   qtmedia? ( $(add_qt_dep qtmultimedia) )
+   raw? ( media-libs/libraw:= )
+   tiff? ( media-libs/tiff:0 )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-cpp/eigen:3
+   dev-lang/perl
+   sys-devel/gettext
+   vc? ( >=dev-libs/vc-1.1.0 )
+"
+RDEPEND="${COMMON_DEPEND}
+   !app-office/calligra:4[calligra_features_krita]
+   !app-office/calligra-l10n:4[calligra_features_krita(+)]
+"
+
+# bug 630508
+RESTRICT+=" test"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_find_package color-management OCIO)
+   $(c

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

2018-05-11 Thread Johannes Huber
commit: dfca057da6ee93865e4b0f4e0172e042c762b56c
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri May 11 18:20:34 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Fri May 11 18:20:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfca057d

app-misc/neofetch: Remove 3.3.0

Overshadowed by 3.4.0.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 app-misc/neofetch/Manifest  |  1 -
 app-misc/neofetch/neofetch-3.4.0.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index 92e0ce26aea..08bddecf550 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,2 +1 @@
 DIST neofetch-3.3.0.tar.gz 76325 BLAKE2B 
c7bd860dd1f89f4b0e64a5a4dcc6551d548103abbdda0606fdbfa5edbe27d91da053198f219e223af56571a87d3af4b93f8f8d615ad4f377b1754da4bee50526
 SHA512 
aa220f3d177a3f58e7cb665209e6bd70334eb3d2daccf7ec9cb32353b8c23f53e000f7d412422c8d5fcf1132b39f4a9dc51141ed7359f45c1f0f7a189853baf0
-DIST neofetch-3.4.0.tar.gz 82090 BLAKE2B 
afc00b37d84cdf3ae0fd4037312b1c67fdadcbe99d6d602e8f3b6caa844b3780861c9d2522ec605ba5b7aa08e4e85ef804129da2ce3f6f01ab8b536704cdd182
 SHA512 
931648e8173eb91fdf5c79b5bb9b6efef132d30cf2f10d6f75dcff42f3661d40ceec712c109e90e2226e1aa85cad7676c438b6cad49e8298a77d990d9a3d197b

diff --git a/app-misc/neofetch/neofetch-3.4.0.ebuild 
b/app-misc/neofetch/neofetch-3.4.0.ebuild
deleted file mode 100644
index 861c13b1694..000
--- a/app-misc/neofetch/neofetch-3.4.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Simple information system script"
-HOMEPAGE="https://github.com/dylanaraps/neofetch;
-SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz;
-LICENSE="MIT-with-advertising"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-fbsd"
-IUSE="X"
-
-RDEPEND="sys-apps/pciutils
-   X? (
-   media-gfx/imagemagick
-   media-libs/imlib2
-   www-client/w3m[imlib]
-   x11-apps/xprop
-   x11-apps/xrandr
-   x11-apps/xwininfo
-   )"



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

2018-05-11 Thread Johannes Huber
commit: 225a03c0430e0214f363de9f2bbf19cdebc7860f
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri May 11 15:18:42 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Fri May 11 15:18:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=225a03c0

media-fonts/sil-gentium: Revision bump 5.000-r1

EAPI 6.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 .../sil-gentium/sil-gentium-5.000-r1.ebuild| 40 ++
 1 file changed, 40 insertions(+)

diff --git a/media-fonts/sil-gentium/sil-gentium-5.000-r1.ebuild 
b/media-fonts/sil-gentium/sil-gentium-5.000-r1.ebuild
new file mode 100644
index 000..6401bad6732
--- /dev/null
+++ b/media-fonts/sil-gentium/sil-gentium-5.000-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit font
+
+MY_PN="GentiumPlus"
+MY_P="${MY_PN}-${PV}"
+DESCRIPTION="Gentium Plus unicode font for Latin and Greek languages"
+HOMEPAGE="http://scripts.sil.org/gentium;
+SRC_URI="http://scripts.sil.org/cms/scripts/render_download.php?format=file_id=${MY_P}.zip=${MY_P}.zip
 -> ${P}.zip
+   compact? ( 
http://scripts.sil.org/cms/scripts/render_download.php?format=file_id=GentiumPlusCompact-${PV}b.zip=GentiumPlusCompact-${PV}.zip
 -> ${MY_PN}Compact-${PV}.zip )"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="compact doc"
+
+DEPEND="app-arch/unzip"
+RDEPEND=""
+
+DOCS="GENTIUM-FAQ.txt OFL-FAQ.txt"
+FONT_SUFFIX="ttf"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+FONT_S="${S}"
+
+src_unpack() {
+   unpack ${A}
+
+   if use compact; then
+   mv "${WORKDIR}"/${MY_PN}Compact-${PV}/*.${FONT_SUFFIX} 
"${FONT_S}" || die
+   fi
+}
+
+src_install() {
+   font_src_install
+   use doc && dodoc -r "${S}"/documentation
+}



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

2018-05-11 Thread Johannes Huber
commit: 617a8ce0dec1b1f98e2a47306c9630e194d37bb2
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri May 11 15:19:26 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Fri May 11 15:19:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=617a8ce0

media-fonts/sil-gentium: Remove 5.000 (r0)

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 media-fonts/sil-gentium/sil-gentium-5.000.ebuild | 39 
 1 file changed, 39 deletions(-)

diff --git a/media-fonts/sil-gentium/sil-gentium-5.000.ebuild 
b/media-fonts/sil-gentium/sil-gentium-5.000.ebuild
deleted file mode 100644
index d85be6676fe..000
--- a/media-fonts/sil-gentium/sil-gentium-5.000.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit font
-
-MY_PN="GentiumPlus"
-MY_P="${MY_PN}-${PV}"
-DESCRIPTION="Gentium Plus unicode font for Latin and Greek languages"
-HOMEPAGE="http://scripts.sil.org/gentium;
-SRC_URI="http://scripts.sil.org/cms/scripts/render_download.php?format=file_id=${MY_P}.zip=${MY_P}.zip
 -> ${P}.zip
-   compact? ( 
http://scripts.sil.org/cms/scripts/render_download.php?format=file_id=GentiumPlusCompact-${PV}b.zip=GentiumPlusCompact-${PV}.zip
 -> ${MY_PN}Compact-${PV}.zip )"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="compact doc"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-DOCS="GENTIUM-FAQ.txt OFL-FAQ.txt"
-FONT_SUFFIX="ttf"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-FONT_S="${S}"
-
-src_unpack() {
-   unpack ${A}
-
-   if use compact; then
-   mv "${WORKDIR}"/${MY_PN}Compact-${PV}/*.${FONT_SUFFIX} 
"${FONT_S}" || die
-   fi
-}
-
-src_install() {
-   font_src_install
-   use doc && dodoc -r "${S}"/documentation
-}



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

2018-05-11 Thread Johannes Huber
commit: 482f79a127470ee4ae2e10ccc854bb1278ed7090
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri May 11 15:06:31 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Fri May 11 15:06:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=482f79a1

media-fonts/sil-arabicfonts: Version bump 2.100

Reported-by: rypervenche  ryper.org>
Closes: https://bugs.gentoo.org/602728
Package-Manager: Portage-2.3.36, Repoman-2.3.9

 media-fonts/sil-arabicfonts/Manifest   |  2 ++
 .../sil-arabicfonts/sil-arabicfonts-2.100.ebuild   | 31 ++
 2 files changed, 33 insertions(+)

diff --git a/media-fonts/sil-arabicfonts/Manifest 
b/media-fonts/sil-arabicfonts/Manifest
index 1b5deff384b..7913a4dec64 100644
--- a/media-fonts/sil-arabicfonts/Manifest
+++ b/media-fonts/sil-arabicfonts/Manifest
@@ -1,2 +1,4 @@
+DIST LateefGR-1.200.zip 727815 BLAKE2B 
e236126d08c729fedf5ea3fe7abecdbec1c91c1c350465a555ddf72c83b74145734379394647e9b2527558fe408a871afa0dcc6d386adc32ec3bcaed1221be9e
 SHA512 
12c506516987782d3b3e07ba2cd9773a4e057d358250e9a4cc299287d751f82843d4e6969c714f5321531ac7897448b624dd8a2d1cf3bf213c39f90aae2f01a3
 DIST LateefRegOT_1.001.zip 121996 BLAKE2B 
49420da7535a3614183bfbad9aa8a34cdb7a81e587e0f05d88eb2fee563522f987d578c28851aa554e6129af504989e3526262acf2739e164e51db2da5da38b9
 SHA512 
164cdefac8af1c27aba03adf70f6350f0e0787d988bb930b2ed2f285752817ffdd4c7682ae2cf2a3d0d3067254fe71fa905f07f7010eb3471cb80420aed9c04f
+DIST Scheherazade-2.100.zip 1114645 BLAKE2B 
27743054c58afc93c79765abf6ac0698b394e1480e28fe59006da8a369d61a26fe3e0a2deec2df298fca6ee1f31185d3d0a0429b74803f049ae8e384735920a0
 SHA512 
53a6b684a9c6a6f136da28cc2f663fca9e22d1951203587394ff979c4769e4beb898ab73a7cabedf5ed6eaa2775d10c7281439f10331b203f0e03bd434aa2fb2
 DIST ScheherazadeRegOT-1.005.zip 125091 BLAKE2B 
d3eef8f181a7222c26fef1976f1785328e054736a03505828f56825702f41b665aa9a1e61edd45526fd36b28a93ec9589d80c88ff3b12a35d36b11d18122d6a4
 SHA512 
d225df081b9dfbc21d9e636b70755f532fe06c6ed91e4ab332e213c8739981f382ffd414caeb573853ba6b3178de7d059ac0d9f7b0e7b3ddc119375a65debb0d

diff --git a/media-fonts/sil-arabicfonts/sil-arabicfonts-2.100.ebuild 
b/media-fonts/sil-arabicfonts/sil-arabicfonts-2.100.ebuild
new file mode 100644
index 000..680feb91746
--- /dev/null
+++ b/media-fonts/sil-arabicfonts/sil-arabicfonts-2.100.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_P1="Scheherazade-${PV}"
+MY_P2="LateefGR-1.200"
+inherit font
+
+DESCRIPTION="SIL Opentype Unicode fonts for Arabic Languages"
+HOMEPAGE="http://scripts.sil.org/ArabicFonts;
+SRC_URI="https://software.sil.org/downloads/r/scheherazade/${MY_P1}.zip
+   https://software.sil.org/downloads/r/lateef/${MY_P2}.zip;
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd"
+
+DEPEND="app-arch/unzip"
+RDEPEND=""
+IUSE=""
+
+DOCS="FONTLOG.txt OFL-FAQ.txt"
+FONT_SUFFIX="ttf"
+FONT_S="${S}"
+
+src_unpack() {
+   default
+   mv "${MY_P1}" "${P}" || die
+   mv "${MY_P2}/LateefGR-Regular.ttf" "${P}" || die
+}



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

2018-05-11 Thread Johannes Huber
commit: 37067b30cac404477ae7711d6b053e0077c3df60
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri May 11 13:42:35 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Fri May 11 13:42:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37067b30

media-fonts/sil-padauk: Revision bump 2.8-r1

EAPI 6.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 media-fonts/sil-padauk/sil-padauk-2.8-r1.ebuild | 25 +
 1 file changed, 25 insertions(+)

diff --git a/media-fonts/sil-padauk/sil-padauk-2.8-r1.ebuild 
b/media-fonts/sil-padauk/sil-padauk-2.8-r1.ebuild
new file mode 100644
index 000..2aee791b313
--- /dev/null
+++ b/media-fonts/sil-padauk/sil-padauk-2.8-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit font
+
+MY_PN="padauk"
+
+DESCRIPTION="SIL fonts for Myanmar script"
+HOMEPAGE="http://scripts.sil.org/padauk;
+SRC_URI="mirror://gentoo/${MY_PN}-${PV}.zip"
+
+LICENSE="OFL"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd"
+IUSE=""
+
+DEPEND="app-arch/unzip"
+RDEPEND=""
+
+FONT_S="${WORKDIR}/${MY_PN}-2.80"
+S="${FONT_S}"
+
+FONT_SUFFIX="ttf"



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

2018-05-11 Thread Johannes Huber
commit: 4ff01d158a3afd24cd02c76d8c695739352a1307
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri May 11 13:11:57 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Fri May 11 13:19:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ff01d15

media-fonts/nanumfont: Indentation

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 media-fonts/nanumfont/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/nanumfont/metadata.xml 
b/media-fonts/nanumfont/metadata.xml
index 45b61bd7e55..9ac950a3561 100644
--- a/media-fonts/nanumfont/metadata.xml
+++ b/media-fonts/nanumfont/metadata.xml
@@ -5,7 +5,7 @@
fo...@gentoo.org
Fonts

-
+   
c...@gentoo.org
Cjk




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

2018-05-11 Thread Johannes Huber
commit: 7649414b9b59ac132f86c4c118bb2b889efdf86f
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri May 11 13:18:55 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Fri May 11 13:19:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7649414b

media-fonts/nanumfont: Remove 2.0-r1

Uses deprecated EAPI 2.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 media-fonts/nanumfont/nanumfont-2.0-r1.ebuild | 34 ---
 1 file changed, 34 deletions(-)

diff --git a/media-fonts/nanumfont/nanumfont-2.0-r1.ebuild 
b/media-fonts/nanumfont/nanumfont-2.0-r1.ebuild
deleted file mode 100644
index 8f5d07b24f4..000
--- a/media-fonts/nanumfont/nanumfont-2.0-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit font
-
-MY_P="NanumGothicCoding-${PV}"
-DESCRIPTION="Korean monospace font distributed by NHN"
-HOMEPAGE="http://dev.naver.com/projects/nanumfont;
-SRC_URI="http://dev.naver.com/frs/download.php/441/${MY_P}.zip;
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# Only installs fonts
-RESTRICT="strip binchecks"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S="${WORKDIR}"
-FONT_S="${S}"
-
-FONT_SUFFIX="ttf"
-
-src_prepare() {
-   # Rename names in cp949 encoding, bug #322041
-   mkdir recode || die
-   mv *-Bold.ttf recode/${PN}-Bold.ttf || die
-   mv *.ttf recode/${PN}.ttf || die
-   mv recode/* .
-}



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

2018-05-11 Thread Johannes Huber
commit: 2dac19f3fd799a9ef951beac422af2d54e570058
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri May 11 13:17:23 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Fri May 11 13:19:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dac19f3

media-fonts/nanumfont: Revision bump 2.0-r2

EAPI 6

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 media-fonts/nanumfont/nanumfont-2.0-r2.ebuild | 36 +++
 1 file changed, 36 insertions(+)

diff --git a/media-fonts/nanumfont/nanumfont-2.0-r2.ebuild 
b/media-fonts/nanumfont/nanumfont-2.0-r2.ebuild
new file mode 100644
index 000..9e1a4b35a72
--- /dev/null
+++ b/media-fonts/nanumfont/nanumfont-2.0-r2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit font
+
+MY_P="NanumGothicCoding-${PV}"
+DESCRIPTION="Korean monospace font distributed by NHN"
+HOMEPAGE="http://dev.naver.com/projects/nanumfont;
+SRC_URI="http://dev.naver.com/frs/download.php/441/${MY_P}.zip;
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# Only installs fonts
+RESTRICT="strip binchecks"
+
+DEPEND="app-arch/unzip"
+RDEPEND=""
+
+S="${WORKDIR}"
+FONT_S="${S}"
+
+FONT_SUFFIX="ttf"
+
+src_prepare() {
+   default
+   # Rename names in cp949 encoding, bug #322041
+   mkdir recode || die
+   mv *-Bold.ttf recode/${PN}-Bold.ttf || die
+   mv *.ttf recode/${PN}.ttf || die
+   mv recode/* . || die
+}



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

2018-05-11 Thread Johannes Huber
commit: 36a5524fd3f8fa41fbf57704fe2106b5c8a3a019
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri May 11 11:47:56 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Fri May 11 11:47:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a5524f

x11-misc/polybar: Call cmake-utils_src_prepare

Closes: https://bugs.gentoo.org/654878
Package-Manager: Portage-2.3.36, Repoman-2.3.9

 x11-misc/polybar/polybar-3.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/polybar/polybar-3.1.0.ebuild 
b/x11-misc/polybar/polybar-3.1.0.ebuild
index 4b696e07053..f9be038f16c 100644
--- a/x11-misc/polybar/polybar-3.1.0.ebuild
+++ b/x11-misc/polybar/polybar-3.1.0.ebuild
@@ -41,7 +41,7 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 src_prepare() {
-   default
+   cmake-utils_src_prepare
 
rmdir "${S}"/lib/xpp || die
mv "${WORKDIR}"/xpp-$XPP_VERSION "${S}"/lib/xpp || die



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

2018-05-11 Thread Johannes Huber
commit: dbda45dfbaabbfdff43e3a2810743398dbdf945f
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri May 11 10:22:38 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Fri May 11 10:27:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbda45df

profiles: Mask bitstream-cyberbit for removal

Bug: https://bugs.gentoo.org/655466

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

diff --git a/profiles/package.mask b/profiles/package.mask
index ce01b9c3788..829fc1d6088 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Johannes Huber <j...@gentoo.org> (11 May 2018)
+# Masked for removal in 30 days (bug #655466). Fails to
+# fetch distfile (bug #655454). Access not existing
+# directories (bug #467128).Uses deprecated EAPI 2
+# (bug #648050).
+media-fonts/bitstream-cyberbit
+
 # Mikle Kolyada <zlog...@gentoo.org> (10 May 2018)
 # The upstream is totally dead (the last release is from 2006).
 # Does not compile against gcc-6, uses old EAPI=3 (#564998, #644262).



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

2018-05-11 Thread Johannes Huber
commit: 610db4efa8ad04449151175d0e09e7b21fc4cceb
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri May 11 10:26:52 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Fri May 11 10:27:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=610db4ef

www-client/chromium: Drop bitstream-cyberbit from doc content

Bug: https://bugs.gentoo.org/655466
Package-Manager: Portage-2.3.36, Repoman-2.3.9

 www-client/chromium/chromium-66.0.3359.139.ebuild | 1 -
 www-client/chromium/chromium-67.0.3396.30.ebuild  | 1 -
 www-client/chromium/chromium-67.0.3396.40.ebuild  | 1 -
 www-client/chromium/chromium-68.0.3409.2.ebuild   | 1 -
 4 files changed, 4 deletions(-)

diff --git a/www-client/chromium/chromium-66.0.3359.139.ebuild 
b/www-client/chromium/chromium-66.0.3359.139.ebuild
index 08d661be835..068e87e1f02 100644
--- a/www-client/chromium/chromium-66.0.3359.139.ebuild
+++ b/www-client/chromium/chromium-66.0.3359.139.ebuild
@@ -130,7 +130,6 @@ Some web pages may require additional fonts to display 
properly.
 Try installing some of the following packages if some characters
 are not displayed properly:
 - media-fonts/arphicfonts
-- media-fonts/bitstream-cyberbit
 - media-fonts/droid
 - media-fonts/ipamonafont
 - media-fonts/noto

diff --git a/www-client/chromium/chromium-67.0.3396.30.ebuild 
b/www-client/chromium/chromium-67.0.3396.30.ebuild
index b3666459f9f..773792ab8f9 100644
--- a/www-client/chromium/chromium-67.0.3396.30.ebuild
+++ b/www-client/chromium/chromium-67.0.3396.30.ebuild
@@ -130,7 +130,6 @@ Some web pages may require additional fonts to display 
properly.
 Try installing some of the following packages if some characters
 are not displayed properly:
 - media-fonts/arphicfonts
-- media-fonts/bitstream-cyberbit
 - media-fonts/droid
 - media-fonts/ipamonafont
 - media-fonts/noto

diff --git a/www-client/chromium/chromium-67.0.3396.40.ebuild 
b/www-client/chromium/chromium-67.0.3396.40.ebuild
index b3666459f9f..773792ab8f9 100644
--- a/www-client/chromium/chromium-67.0.3396.40.ebuild
+++ b/www-client/chromium/chromium-67.0.3396.40.ebuild
@@ -130,7 +130,6 @@ Some web pages may require additional fonts to display 
properly.
 Try installing some of the following packages if some characters
 are not displayed properly:
 - media-fonts/arphicfonts
-- media-fonts/bitstream-cyberbit
 - media-fonts/droid
 - media-fonts/ipamonafont
 - media-fonts/noto

diff --git a/www-client/chromium/chromium-68.0.3409.2.ebuild 
b/www-client/chromium/chromium-68.0.3409.2.ebuild
index 019ae9aa09c..8abff3abbda 100644
--- a/www-client/chromium/chromium-68.0.3409.2.ebuild
+++ b/www-client/chromium/chromium-68.0.3409.2.ebuild
@@ -130,7 +130,6 @@ Some web pages may require additional fonts to display 
properly.
 Try installing some of the following packages if some characters
 are not displayed properly:
 - media-fonts/arphicfonts
-- media-fonts/bitstream-cyberbit
 - media-fonts/droid
 - media-fonts/ipamonafont
 - media-fonts/noto



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

2018-05-11 Thread Johannes Huber
commit: d9d1be841b1ebe1bffbf067f30fd5047dde8c660
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri May 11 08:58:38 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Fri May 11 08:59:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9d1be84

net-vpn/openfortivpn: Remove 1.5.0

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 net-vpn/openfortivpn/Manifest  |  1 -
 net-vpn/openfortivpn/openfortivpn-1.5.0.ebuild | 38 --
 2 files changed, 39 deletions(-)

diff --git a/net-vpn/openfortivpn/Manifest b/net-vpn/openfortivpn/Manifest
index cfbb82a8b28..f5b9246e362 100644
--- a/net-vpn/openfortivpn/Manifest
+++ b/net-vpn/openfortivpn/Manifest
@@ -1,2 +1 @@
-DIST openfortivpn-1.5.0.tar.gz 52302 BLAKE2B 
8e776d089eee5a33a80b36684f006b3a4bda56405f50b134edfb371f174341299362f2d7e79f8c0b86bd9c255f253cdd195c2598f462d4f3ee262727ab31d135
 SHA512 
2ee56baf83b4ca604512dfb0f518c03731be18c08399a4482190ea9c8cf0c14a570e31ae3b1bcd32067203a008d02a7d4414000f817b178b4cdbd171035be76c
 DIST openfortivpn-1.6.0.tar.gz 55606 BLAKE2B 
649ca2a8112313fc7b63d89867efe33c4cf8e75cb4c2f7f19839e1f569ac04e3ace841b17ac0e7aa9b51a7e6d9b1f7910925761d5052cac6ef5aec1e257b93bc
 SHA512 
547dca62022f56271717191a10a645b8a1c554568536f0695ef73d8c2883926e957dc070570648ed672786374a01b110de34b4ea19c4ae8cb2e3657c27716c69

diff --git a/net-vpn/openfortivpn/openfortivpn-1.5.0.ebuild 
b/net-vpn/openfortivpn/openfortivpn-1.5.0.ebuild
deleted file mode 100644
index 0027219ec51..000
--- a/net-vpn/openfortivpn/openfortivpn-1.5.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools linux-info
-
-DESCRIPTION="A Fortinet compatible VPN client"
-HOMEPAGE="https://github.com/adrienverge/openfortivpn;
-SRC_URI="https://github.com/adrienverge/openfortivpn/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3-with-openssl-exception openssl"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="libressl"
-
-DEPEND="
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   net-dialup/ppp
-"
-RDEPEND="${DEPEND}"
-
-CONFIG_CHECK="~PPP ~PPP_ASYNC"
-
-src_prepare() {
-   default
-
-   sed -i 's/-Werror//g' Makefile.am || die "Failed to remove -Werror from 
Makefile.am"
-
-   eautoreconf
-}
-
-src_install() {
-   default
-
-   keepdir /etc/openfortivpn
-}



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

2018-05-10 Thread Johannes Huber
commit: a25def298819ba1c7b5a57f1625eb2486706e7f6
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu May 10 13:51:35 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Thu May 10 14:09:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a25def29

app-misc/neofetch: Remove 3.1.0

Overshadowed by 3.3.0.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 app-misc/neofetch/Manifest  |  1 -
 app-misc/neofetch/neofetch-3.1.0.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index 2770c0b618f..0821821d658 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,4 +1,3 @@
-DIST neofetch-3.1.0.tar.gz 68930 BLAKE2B 
4809b972f0cb3ea641cbda00e617808891d4ae12ddfd52670d8ee490f4659540faf55b994d212e047d5926349dbe8478dc7e3caccf0f22c2b97b57cb9cdc
 SHA512 
0a13acadf1841c1e714c07f9643028446a1f4df6a79e7c3189c4c11d8854813dfbb983784d62dc59a9209893ee2339ca5642fe413d1066a5cb6e9e167ae74975
 DIST neofetch-3.2.0.tar.gz 71331 BLAKE2B 
073eeaa74691b3d262fcd0da8da76d9264dc012fda89ce045b4ccdbfead490049bd551d3ff95042a21fb0d6073d1120170f889492ec4ee50c57c3ecd786cb9e4
 SHA512 
790dd282b99437a416f25a895d5a3359be31d162447e2f59863c635c144045a6b81672e4469ca9b6eeba56fc927e787a67f0a317309bbc0f52500b0f9e072764
 DIST neofetch-3.3.0.tar.gz 76325 BLAKE2B 
c7bd860dd1f89f4b0e64a5a4dcc6551d548103abbdda0606fdbfa5edbe27d91da053198f219e223af56571a87d3af4b93f8f8d615ad4f377b1754da4bee50526
 SHA512 
aa220f3d177a3f58e7cb665209e6bd70334eb3d2daccf7ec9cb32353b8c23f53e000f7d412422c8d5fcf1132b39f4a9dc51141ed7359f45c1f0f7a189853baf0
 DIST neofetch-3.4.0.tar.gz 82090 BLAKE2B 
afc00b37d84cdf3ae0fd4037312b1c67fdadcbe99d6d602e8f3b6caa844b3780861c9d2522ec605ba5b7aa08e4e85ef804129da2ce3f6f01ab8b536704cdd182
 SHA512 
931648e8173eb91fdf5c79b5bb9b6efef132d30cf2f10d6f75dcff42f3661d40ceec712c109e90e2226e1aa85cad7676c438b6cad49e8298a77d990d9a3d197b

diff --git a/app-misc/neofetch/neofetch-3.1.0.ebuild 
b/app-misc/neofetch/neofetch-3.1.0.ebuild
deleted file mode 100644
index 74d58f58175..000
--- a/app-misc/neofetch/neofetch-3.1.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Simple information system script"
-HOMEPAGE="https://github.com/dylanaraps/neofetch;
-SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz;
-LICENSE="MIT-with-advertising"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="X"
-
-RDEPEND="sys-apps/pciutils
-   X? (
-   x11-apps/xprop
-   x11-apps/xwininfo
-   x11-apps/xrandr
-   www-client/w3m[imlib]
-   media-libs/imlib2
-   media-gfx/imagemagick
-   )"



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

2018-05-10 Thread Johannes Huber
commit: 3a0d8ca2dcd777d764f6e2738bc45968ea75a868
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu May 10 13:52:21 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Thu May 10 14:09:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a0d8ca2

app-misc/neofetch: Remove 3.2.0

Overshadowed by 3.3.0.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 app-misc/neofetch/Manifest  |  1 -
 app-misc/neofetch/neofetch-3.2.0.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index 0821821d658..92e0ce26aea 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,3 +1,2 @@
-DIST neofetch-3.2.0.tar.gz 71331 BLAKE2B 
073eeaa74691b3d262fcd0da8da76d9264dc012fda89ce045b4ccdbfead490049bd551d3ff95042a21fb0d6073d1120170f889492ec4ee50c57c3ecd786cb9e4
 SHA512 
790dd282b99437a416f25a895d5a3359be31d162447e2f59863c635c144045a6b81672e4469ca9b6eeba56fc927e787a67f0a317309bbc0f52500b0f9e072764
 DIST neofetch-3.3.0.tar.gz 76325 BLAKE2B 
c7bd860dd1f89f4b0e64a5a4dcc6551d548103abbdda0606fdbfa5edbe27d91da053198f219e223af56571a87d3af4b93f8f8d615ad4f377b1754da4bee50526
 SHA512 
aa220f3d177a3f58e7cb665209e6bd70334eb3d2daccf7ec9cb32353b8c23f53e000f7d412422c8d5fcf1132b39f4a9dc51141ed7359f45c1f0f7a189853baf0
 DIST neofetch-3.4.0.tar.gz 82090 BLAKE2B 
afc00b37d84cdf3ae0fd4037312b1c67fdadcbe99d6d602e8f3b6caa844b3780861c9d2522ec605ba5b7aa08e4e85ef804129da2ce3f6f01ab8b536704cdd182
 SHA512 
931648e8173eb91fdf5c79b5bb9b6efef132d30cf2f10d6f75dcff42f3661d40ceec712c109e90e2226e1aa85cad7676c438b6cad49e8298a77d990d9a3d197b

diff --git a/app-misc/neofetch/neofetch-3.2.0.ebuild 
b/app-misc/neofetch/neofetch-3.2.0.ebuild
deleted file mode 100644
index 74d58f58175..000
--- a/app-misc/neofetch/neofetch-3.2.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Simple information system script"
-HOMEPAGE="https://github.com/dylanaraps/neofetch;
-SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz;
-LICENSE="MIT-with-advertising"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="X"
-
-RDEPEND="sys-apps/pciutils
-   X? (
-   x11-apps/xprop
-   x11-apps/xwininfo
-   x11-apps/xrandr
-   www-client/w3m[imlib]
-   media-libs/imlib2
-   media-gfx/imagemagick
-   )"



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

2018-05-10 Thread Johannes Huber
commit: 4713fbafdf30632c9ba9d19c6178f7ca5ccfc9b4
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu May 10 14:08:47 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Thu May 10 14:09:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4713fbaf

app-misc/neofetch: Sort dependencies

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 app-misc/neofetch/neofetch-3.4.0.ebuild |  8 
 app-misc/neofetch/neofetch-.ebuild  | 17 +
 2 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/app-misc/neofetch/neofetch-3.4.0.ebuild 
b/app-misc/neofetch/neofetch-3.4.0.ebuild
index 0bfd665036b..02361f6c21c 100644
--- a/app-misc/neofetch/neofetch-3.4.0.ebuild
+++ b/app-misc/neofetch/neofetch-3.4.0.ebuild
@@ -13,10 +13,10 @@ IUSE="X"
 
 RDEPEND="sys-apps/pciutils
X? (
+   media-gfx/imagemagick
+   media-libs/imlib2
+   www-client/w3m[imlib]
x11-apps/xprop
-   x11-apps/xwininfo
x11-apps/xrandr
-   www-client/w3m[imlib]
-   media-libs/imlib2
-   media-gfx/imagemagick
+   x11-apps/xwininfo
)"

diff --git a/app-misc/neofetch/neofetch-.ebuild 
b/app-misc/neofetch/neofetch-.ebuild
index 6a5cf4e804a..2bcaa63beea 100644
--- a/app-misc/neofetch/neofetch-.ebuild
+++ b/app-misc/neofetch/neofetch-.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
@@ -12,10 +12,11 @@ SLOT="0"
 IUSE="X"
 
 RDEPEND="sys-apps/pciutils
-   X? ( x11-apps/xprop
-   x11-apps/xwininfo
-   x11-apps/xrandr
-   www-client/w3m[imlib]
-   media-libs/imlib2
-   media-gfx/imagemagick
-)"
+   X? (
+   media-gfx/imagemagick
+   media-libs/imlib2
+   www-client/w3m[imlib]
+   x11-apps/xprop
+   x11-apps/xrandr
+   x11-apps/xwininfo
+   )"



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

2018-05-10 Thread Johannes Huber
commit: b0df1a5552b69f22242585f1f096297bc33f5e24
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu May 10 08:03:21 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Thu May 10 08:03:21 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b0df1a55

Documentation: Update KDE Applications live

 Documentation/package.accept_keywords/.kde-applications-live/kdepim-live | 1 +
 Documentation/package.accept_keywords/kde-applications-live.keywords | 1 +
 Documentation/package.mask/kde-applications-live | 1 +
 Documentation/package.unmask/kde-applications-live   | 1 +
 4 files changed, 4 insertions(+)

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-live/kdepim-live 
b/Documentation/package.accept_keywords/.kde-applications-live/kdepim-live
index 5c82b5d65f..77976204bb 100644
--- a/Documentation/package.accept_keywords/.kde-applications-live/kdepim-live
+++ b/Documentation/package.accept_keywords/.kde-applications-live/kdepim-live
@@ -13,6 +13,7 @@
 ~kde-apps/grantlee-editor- **
 ~kde-apps/grantleetheme- **
 ~kde-apps/incidenceeditor- **
+~kde-apps/itinerary- **
 ~kde-apps/kaddressbook- **
 ~kde-apps/kalarm- **
 ~kde-apps/kalarmcal- **

diff --git 
a/Documentation/package.accept_keywords/kde-applications-live.keywords 
b/Documentation/package.accept_keywords/kde-applications-live.keywords
index 46673f4dc5..6f8c2afe91 100644
--- a/Documentation/package.accept_keywords/kde-applications-live.keywords
+++ b/Documentation/package.accept_keywords/kde-applications-live.keywords
@@ -157,6 +157,7 @@
 ~kde-apps/grantlee-editor- **
 ~kde-apps/grantleetheme- **
 ~kde-apps/incidenceeditor- **
+~kde-apps/itinerary- **
 ~kde-apps/kaddressbook- **
 ~kde-apps/kalarm- **
 ~kde-apps/kalarmcal- **

diff --git a/Documentation/package.mask/kde-applications-live 
b/Documentation/package.mask/kde-applications-live
index 0a4cc27f7d..dad65650ac 100644
--- a/Documentation/package.mask/kde-applications-live
+++ b/Documentation/package.mask/kde-applications-live
@@ -147,6 +147,7 @@
 ~kde-apps/grantlee-editor-
 ~kde-apps/grantleetheme-
 ~kde-apps/incidenceeditor-
+~kde-apps/itinerary-
 ~kde-apps/kaddressbook-
 ~kde-apps/kalarm-
 ~kde-apps/kalarmcal-

diff --git a/Documentation/package.unmask/kde-applications-live 
b/Documentation/package.unmask/kde-applications-live
index 0a4cc27f7d..dad65650ac 100644
--- a/Documentation/package.unmask/kde-applications-live
+++ b/Documentation/package.unmask/kde-applications-live
@@ -147,6 +147,7 @@
 ~kde-apps/grantlee-editor-
 ~kde-apps/grantleetheme-
 ~kde-apps/incidenceeditor-
+~kde-apps/itinerary-
 ~kde-apps/kaddressbook-
 ~kde-apps/kalarm-
 ~kde-apps/kalarmcal-



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

2018-05-09 Thread Johannes Huber
commit: 0cb1e8bf4d5d641aac0a330a96847815b02bea57
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed May  9 18:12:47 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Wed May  9 18:13:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cb1e8bf

x11-wm/i3-gaps: New package

A popular clone[1] of the improved dynamic tiling window manager i3
which supports gaps and few additional features[2]. There are several
ebuilds already in user overlays available[3][4][5]. Ebuild taken from
oboeverlay, improved by me. The original ebuild is probably the original
x11-wm/i3.

[1] https://www.reddit.com/r/unixporn/search?q=gaps_sr=1
[2] https://github.com/Airblader/i3
[3] https://github.com/ChrisOboe/oboeverlay/tree/master/x11-wm/i3-gaps
[4] https://github.com/0x4d4c/gentoo-overlay/tree/master/x11-wm/i3-gaps
[5] https://github.com/SonicFrog/overlay/tree/master/x11-wm/i3-gaps

Closes: https://bugs.gentoo.org/654694
Package-Manager: Portage-2.3.36, Repoman-2.3.9

 x11-wm/i3-gaps/Manifest  |  1 +
 x11-wm/i3-gaps/files/i3-gaps-4.15-musl.patch | 73 +++
 x11-wm/i3-gaps/i3-gaps-4.15.0.1.ebuild   | 87 
 x11-wm/i3-gaps/metadata.xml  | 11 
 4 files changed, 172 insertions(+)

diff --git a/x11-wm/i3-gaps/Manifest b/x11-wm/i3-gaps/Manifest
new file mode 100644
index 000..fe96407b113
--- /dev/null
+++ b/x11-wm/i3-gaps/Manifest
@@ -0,0 +1 @@
+DIST i3-gaps-4.15.0.1.tar.gz 3965631 BLAKE2B 
ea65886c40f377125bafbd80e2d56c1d66a4c5c06d942d645b2cb226323a0903e98aa58b67da9c31c60240b5d99d10ecc20864aeede95a5039ea0ffdff8dcb8b
 SHA512 
76ff860e4ca0edd0e22bdff9ae9b1bc150df2b5bc15b0d7ea7a63d373e8d156a43bd91f8a40c48b4c771603f7de7c18c6d16c53fef582e53f51c53a197fa7a0a

diff --git a/x11-wm/i3-gaps/files/i3-gaps-4.15-musl.patch 
b/x11-wm/i3-gaps/files/i3-gaps-4.15-musl.patch
new file mode 100644
index 000..82ad6195b8e
--- /dev/null
+++ b/x11-wm/i3-gaps/files/i3-gaps-4.15-musl.patch
@@ -0,0 +1,73 @@
+diff -urp i3-4.11/i3bar/src/main.c i3-4.11.new/i3bar/src/main.c
+--- i3-4.11/i3bar/src/main.c   2015-09-30 07:55:10.0 +0100
 i3-4.11.new/i3bar/src/main.c   2016-02-08 20:03:41.777392482 +
+@@ -45,14 +45,20 @@ void debuglog(char *fmt, ...) {
+  *
+  */
+ char *expand_path(char *path) {
+-static glob_t globbuf;
+-if (glob(path, GLOB_NOCHECK | GLOB_TILDE, NULL, ) < 0) {
+-ELOG("glob() failed\n");
+-exit(EXIT_FAILURE);
++char *home, *expanded;
++
++if (strncmp(path, "~/", 2) == 0) {
++home = getenv("HOME");
++if (home != NULL) {
++/* new length: sum - 1 (omit '~') + 1 (for '\0') */
++expanded = scalloc(strlen(home)+strlen(path), 1);
++strcpy(expanded, home);
++strcat(expanded, path+1);
++return expanded;
++}
+ }
+-char *result = sstrdup(globbuf.gl_pathc > 0 ? globbuf.gl_pathv[0] : path);
+-globfree();
+-return result;
++
++return sstrdup(path);
+ }
+ 
+ void print_usage(char *elf_name) {
+diff -urp i3-4.11/libi3/resolve_tilde.c i3-4.11.new/libi3/resolve_tilde.c
+--- i3-4.11/libi3/resolve_tilde.c  2015-09-30 07:55:10.0 +0100
 i3-4.11.new/libi3/resolve_tilde.c  2016-02-08 20:03:47.849230953 +
+@@ -19,27 +19,18 @@
+  *
+  */
+ char *resolve_tilde(const char *path) {
+-static glob_t globbuf;
+-char *head, *tail, *result;
++char *home, *expanded;
+ 
+-tail = strchr(path, '/');
+-head = sstrndup(path, tail ? (size_t)(tail - path) : strlen(path));
+-
+-int res = glob(head, GLOB_TILDE, NULL, );
+-free(head);
+-/* no match, or many wildcard matches are bad */
+-if (res == GLOB_NOMATCH || globbuf.gl_pathc != 1)
+-result = sstrdup(path);
+-else if (res != 0) {
+-err(EXIT_FAILURE, "glob() failed");
+-} else {
+-head = globbuf.gl_pathv[0];
+-result = scalloc(strlen(head) + (tail ? strlen(tail) : 0) + 1, 1);
+-strncpy(result, head, strlen(head));
+-if (tail)
+-strncat(result, tail, strlen(tail));
++if (strncmp(path, "~/", 2) == 0) {
++home = getenv("HOME");
++if (home != NULL) {
++/* new length: sum - 1 (omit '~') + 1 (for '\0') */
++expanded = scalloc(strlen(home)+strlen(path), 1);
++strcpy(expanded, home);
++strcat(expanded, path+1);
++return expanded;
++}
+ }
+-globfree();
+ 
+-return result;
++return sstrdup(path);
+ }

diff --git a/x11-wm/i3-gaps/i3-gaps-4.15.0.1.ebuild 
b/x11-wm/i3-gaps/i3-gaps-4.15.0.1.ebuild
new file mode 100644
index 000..54936b5b78b
--- /dev/null
+++ b/x11-wm/i3-gaps/i3-gaps-4.15.0.1.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit auto

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

2018-05-09 Thread Johannes Huber
commit: 442170d2081048ce28dfdec7fc9cb8fdec9804b0
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed May  9 18:16:43 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Wed May  9 18:16:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=442170d2

x11-misc/i3blocks: Don't block x11-wm/i3-gaps

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 x11-misc/i3blocks/i3blocks-1.4-r1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/x11-misc/i3blocks/i3blocks-1.4-r1.ebuild 
b/x11-misc/i3blocks/i3blocks-1.4-r1.ebuild
index e1e28279d73..426e5ac2b8e 100644
--- a/x11-misc/i3blocks/i3blocks-1.4-r1.ebuild
+++ b/x11-misc/i3blocks/i3blocks-1.4-r1.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,6 @@ DESCRIPTION="highly flexible status line for the i3 window 
manager"
 HOMEPAGE="https://github.com/vivien/i3blocks;
 if [[ ${PV} =  ]]; then
EGIT_REPO_URI="https://github.com/vivien/${PN};
-   KEYWORDS="amd64 x86"
 else
SRC_URI="https://github.com/vivien/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="amd64 x86"
@@ -24,7 +23,7 @@ RDEPEND="app-admin/sysstat
media-sound/playerctl
sys-apps/lm_sensors
sys-power/acpi
-   x11-wm/i3"
+   || ( x11-wm/i3 x11-wm/i3-gaps )"
 
 DEPEND="app-text/ronn"
 



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

2018-05-07 Thread Johannes Huber
commit: 01c20e365470501db34314fa0e1ce32ee4bdd5c0
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon May  7 16:37:04 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Mon May  7 16:38:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01c20e36

app-admin/calamares: Version bump 3.1.13

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 app-admin/calamares/Manifest|  1 +
 app-admin/calamares/calamares-3.1.13.ebuild | 79 +
 2 files changed, 80 insertions(+)

diff --git a/app-admin/calamares/Manifest b/app-admin/calamares/Manifest
index a60cebdc428..057005f5852 100644
--- a/app-admin/calamares/Manifest
+++ b/app-admin/calamares/Manifest
@@ -1 +1,2 @@
 DIST calamares-3.1.12.tar.gz 2272996 BLAKE2B 
f9fd2edd6922262b2a0e5a28818c79e477c9cc2105a4d4d3cb8367cb6a399af1011f6333f43790699aea04d31668e7fa2b9b79225098af6b1f31093de8988e87
 SHA512 
10ab898c06d4d936c5bf25e5d461e40d98914636b2fddca22b80b949b6a1225170887ffc6ceebb3848276b6d4812db863751b608b6671bb829a98a0dc6e7bf72
+DIST calamares-3.1.13.tar.gz 2279516 BLAKE2B 
ff2c81e81086d53c205c25dbdb7e8b1b60f5f10c979e9afd85c02426cd38037c6fbbf76e21fa5fb152ea9bf1c47658563ba5b2fb7e84b4e2734d6269584315df
 SHA512 
451e04fe41448976e612b2a682cf38ed2683b490bb195ba82ad97d47dfd3eb808f8c25251be00104e3f3b4086ab37be462034bbd2866e64536e90f7ebcfb0d7a

diff --git a/app-admin/calamares/calamares-3.1.13.ebuild 
b/app-admin/calamares/calamares-3.1.13.ebuild
new file mode 100644
index 000..261aa9e0169
--- /dev/null
+++ b/app-admin/calamares/calamares-3.1.13.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+inherit kde5 python-r1
+
+DESCRIPTION="Distribution-independent installer framework"
+HOMEPAGE="https://calamares.io;
+if [[ ${KDE_BUILD_TYPE} == live ]] ; then
+   EGIT_REPO_URI="https://github.com/${PN}/${PN};
+else
+   
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz;
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3"
+IUSE="+networkmanager pythonqt +upower"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kparts)
+   $(add_frameworks_dep kservice)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtsvg)
+   $(add_qt_dep qtwebengine 'widgets')
+   $(add_qt_dep qtwidgets)
+   dev-cpp/yaml-cpp:=
+   >=dev-libs/boost-1.55:=[${PYTHON_USEDEP}]
+   sys-apps/dbus
+   sys-apps/dmidecode
+   sys-auth/polkit-qt[qt5(+)]
+   >=sys-libs/kpmcore-3.0.3:5=
+   pythonqt? ( >=dev-python/PythonQt-3.1:=[${PYTHON_USEDEP}] )
+"
+
+RDEPEND="${DEPEND}
+   app-admin/sudo
+   dev-libs/libatasmart
+   net-misc/rsync
+   >=sys-block/parted-3.0
+   || ( sys-boot/grub:2 sys-boot/systemd-boot )
+   sys-boot/os-prober
+   sys-fs/squashfs-tools
+   virtual/udev
+   networkmanager? ( net-misc/networkmanager )
+   upower? ( sys-power/upower )
+"
+
+src_prepare() {
+   cmake-utils_src_prepare
+   python_setup
+   export PYTHON_INCLUDE_DIRS="$(python_get_includedir)" \
+  PYTHON_INCLUDE_PATH="$(python_get_library_path)"\
+  PYTHON_CFLAGS="$(python_get_CFLAGS)"\
+  PYTHON_LIBS="$(python_get_LIBS)"
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DWEBVIEW_FORCE_WEBKIT=OFF
+   -DWITH_PYTHONQT=$(usex pythonqt)
+   )
+
+   kde5_src_configure
+   sed -i -e 's:pkexec /usr/bin/calamares:calamares-pkexec:' 
"${S}"/calamares.desktop
+   sed -i -e 's:Icon=calamares:Icon=drive-harddisk:' 
"${S}"/calamares.desktop
+}
+
+src_install() {
+   kde5_src_install
+   dobin "${FILESDIR}"/calamares-pkexec
+}



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

2018-05-07 Thread Johannes Huber
commit: 060384b97950b7be10ee002513d56b022635eceb
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon May  7 16:37:57 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Mon May  7 16:38:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=060384b9

app-admin/calamares: Remove 3.1.12-r1

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 app-admin/calamares/Manifest   |  1 -
 app-admin/calamares/calamares-3.1.12-r1.ebuild | 79 --
 2 files changed, 80 deletions(-)

diff --git a/app-admin/calamares/Manifest b/app-admin/calamares/Manifest
index 057005f5852..21c218a2d05 100644
--- a/app-admin/calamares/Manifest
+++ b/app-admin/calamares/Manifest
@@ -1,2 +1 @@
-DIST calamares-3.1.12.tar.gz 2272996 BLAKE2B 
f9fd2edd6922262b2a0e5a28818c79e477c9cc2105a4d4d3cb8367cb6a399af1011f6333f43790699aea04d31668e7fa2b9b79225098af6b1f31093de8988e87
 SHA512 
10ab898c06d4d936c5bf25e5d461e40d98914636b2fddca22b80b949b6a1225170887ffc6ceebb3848276b6d4812db863751b608b6671bb829a98a0dc6e7bf72
 DIST calamares-3.1.13.tar.gz 2279516 BLAKE2B 
ff2c81e81086d53c205c25dbdb7e8b1b60f5f10c979e9afd85c02426cd38037c6fbbf76e21fa5fb152ea9bf1c47658563ba5b2fb7e84b4e2734d6269584315df
 SHA512 
451e04fe41448976e612b2a682cf38ed2683b490bb195ba82ad97d47dfd3eb808f8c25251be00104e3f3b4086ab37be462034bbd2866e64536e90f7ebcfb0d7a

diff --git a/app-admin/calamares/calamares-3.1.12-r1.ebuild 
b/app-admin/calamares/calamares-3.1.12-r1.ebuild
deleted file mode 100644
index 261aa9e0169..000
--- a/app-admin/calamares/calamares-3.1.12-r1.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{3_4,3_5,3_6} )
-inherit kde5 python-r1
-
-DESCRIPTION="Distribution-independent installer framework"
-HOMEPAGE="https://calamares.io;
-if [[ ${KDE_BUILD_TYPE} == live ]] ; then
-   EGIT_REPO_URI="https://github.com/${PN}/${PN};
-else
-   
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz;
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3"
-IUSE="+networkmanager pythonqt +upower"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep kservice)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtdeclarative)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtsvg)
-   $(add_qt_dep qtwebengine 'widgets')
-   $(add_qt_dep qtwidgets)
-   dev-cpp/yaml-cpp:=
-   >=dev-libs/boost-1.55:=[${PYTHON_USEDEP}]
-   sys-apps/dbus
-   sys-apps/dmidecode
-   sys-auth/polkit-qt[qt5(+)]
-   >=sys-libs/kpmcore-3.0.3:5=
-   pythonqt? ( >=dev-python/PythonQt-3.1:=[${PYTHON_USEDEP}] )
-"
-
-RDEPEND="${DEPEND}
-   app-admin/sudo
-   dev-libs/libatasmart
-   net-misc/rsync
-   >=sys-block/parted-3.0
-   || ( sys-boot/grub:2 sys-boot/systemd-boot )
-   sys-boot/os-prober
-   sys-fs/squashfs-tools
-   virtual/udev
-   networkmanager? ( net-misc/networkmanager )
-   upower? ( sys-power/upower )
-"
-
-src_prepare() {
-   cmake-utils_src_prepare
-   python_setup
-   export PYTHON_INCLUDE_DIRS="$(python_get_includedir)" \
-  PYTHON_INCLUDE_PATH="$(python_get_library_path)"\
-  PYTHON_CFLAGS="$(python_get_CFLAGS)"\
-  PYTHON_LIBS="$(python_get_LIBS)"
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DWEBVIEW_FORCE_WEBKIT=OFF
-   -DWITH_PYTHONQT=$(usex pythonqt)
-   )
-
-   kde5_src_configure
-   sed -i -e 's:pkexec /usr/bin/calamares:calamares-pkexec:' 
"${S}"/calamares.desktop
-   sed -i -e 's:Icon=calamares:Icon=drive-harddisk:' 
"${S}"/calamares.desktop
-}
-
-src_install() {
-   kde5_src_install
-   dobin "${FILESDIR}"/calamares-pkexec
-}



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

2018-05-07 Thread Johannes Huber
commit: a4d6b0a536aead6b6baf7d0257127532bca72648
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon May  7 16:29:48 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Mon May  7 16:29:48 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a4d6b0a5

sys-libs/kpmcore: Bump subslot

Upstream commit cd335925013ebfbe3ac5ea84c8846fc362780131

Package-Manager: Portage-2.3.36, Repoman-2.3.9

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

diff --git a/sys-libs/kpmcore/kpmcore-.ebuild 
b/sys-libs/kpmcore/kpmcore-.ebuild
index d61de3d54f..0f95c8368c 100644
--- a/sys-libs/kpmcore/kpmcore-.ebuild
+++ b/sys-libs/kpmcore/kpmcore-.ebuild
@@ -13,7 +13,7 @@ fi
 DESCRIPTION="Library for managing partitions"
 HOMEPAGE="https://www.kde.org/applications/system/kdepartitionmanager;
 LICENSE="GPL-3"
-SLOT="5/7"
+SLOT="5/8"
 IUSE=""
 
 RDEPEND="



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

2018-05-06 Thread Johannes Huber
commit: 49d4a829a8e75ec17b16eafa5588e7eb179b7e6d
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May  6 19:24:35 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May  6 19:25:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49d4a829

app-misc/screenfetch: Add myself as co-maintainer

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 app-misc/screenfetch/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-misc/screenfetch/metadata.xml 
b/app-misc/screenfetch/metadata.xml
index b46d2f93414..a91c788aff0 100644
--- a/app-misc/screenfetch/metadata.xml
+++ b/app-misc/screenfetch/metadata.xml
@@ -4,6 +4,10 @@
   
 hwoar...@gentoo.org
 Markos Chandras
+  
+   
+j...@gentoo.org
+Johannes Huber
   
   
 Use the media-gfx/scrot package to take 
screenshots



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

2018-05-06 Thread Johannes Huber
commit: 9ce0eafb262ecc53608e99ab00158d005071bda9
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun May  6 19:25:04 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sun May  6 19:25:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ce0eafb

app-misc/screenfetch: Remove 3.7.0

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 app-misc/screenfetch/Manifest |  1 -
 app-misc/screenfetch/screenfetch-3.7.0.ebuild | 30 ---
 2 files changed, 31 deletions(-)

diff --git a/app-misc/screenfetch/Manifest b/app-misc/screenfetch/Manifest
index 82c71f86814..8f105f755a3 100644
--- a/app-misc/screenfetch/Manifest
+++ b/app-misc/screenfetch/Manifest
@@ -1,2 +1 @@
-DIST screenfetch-3.7.0.tar.gz 60223 BLAKE2B 
5b28ec609bdc4019b4b4d13cd70ae7b5d8f31ac5ea22383926752f6e1595e1c8764bff8a65fed4a1089e149edc50126f5bd761069840f012d0b678f95ccba9d3
 SHA512 
9a6e89ef2cd48f12b22230c7aff356ac2ece8dc7437034a51a66f8026e5ca4a630af43511a60b21e9fc9f89af9e2493b8cfa3a06294e74c3d611ae3bb0db922d
 DIST screenfetch-3.8.0.tar.gz 71970 BLAKE2B 
783d14bb30f5858f2f2f8ac81c6c8bca2fa4c1e7c9225d9ba13a7ace05c365459e277bea625b680fc3e3fedd0303507a583190d866627cedcb33e042aa8fdca7
 SHA512 
903f42e3bfcd719c4d6b91d10e5678063e223c2baa58214c7e8dae9ea925852f9e2c07ad90148e02d87ce5f9af7b989e80e93c2f569cd579e6f4f7d5c49c62f2

diff --git a/app-misc/screenfetch/screenfetch-3.7.0.ebuild 
b/app-misc/screenfetch/screenfetch-3.7.0.ebuild
deleted file mode 100644
index 204be3c6626..000
--- a/app-misc/screenfetch/screenfetch-3.7.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils
-
-MY_PN="${PN/f/F}"
-
-DESCRIPTION="Bash Screenshot Information Tool"
-HOMEPAGE="https://github.com/KittyKatt/screenFetch;
-SRC_URI="https://github.com/KittyKatt/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="X"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_install() {
-   newbin ${PN}-dev ${PN}
-   dodoc CHANGELOG README.mkdn TODO
-}
-
-pkg_postinst() {
-   optfeature "resoluton detection" x11-apps/xdpyinfo
-   optfeature "screenshot taking" media-gfx/scrot
-   optfeature "screenshot uploading" net-misc/curl
-}



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

2018-05-05 Thread Johannes Huber
commit: 06a335c02f1a595eb4d8859a7536a671da1e42e3
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat May  5 14:42:54 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sat May  5 14:42:54 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=06a335c0

media-video/kaffeine: Release switch

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 media-video/kaffeine/kaffeine-.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/media-video/kaffeine/kaffeine-.ebuild 
b/media-video/kaffeine/kaffeine-.ebuild
index bc4cdad5e4..7ae8acd549 100644
--- a/media-video/kaffeine/kaffeine-.ebuild
+++ b/media-video/kaffeine/kaffeine-.ebuild
@@ -6,11 +6,14 @@ EAPI=6
 KDE_HANDBOOK="optional"
 inherit kde5
 
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   KEYWORDS="~amd64 ~x86"
+   SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+fi
+
 DESCRIPTION="Media player with digital TV support by KDE"
 HOMEPAGE="https://kaffeine.kde.org/;
-
 LICENSE="GPL-2+ handbook? ( FDL-1.3 )"
-KEYWORDS=""
 IUSE="dvb"
 
 CDEPEND="



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

2018-05-05 Thread Johannes Huber
commit: dedf6ca4b255816584f5377b6a3e1bb27b28a018
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat May  5 14:43:17 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sat May  5 14:43:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dedf6ca4

media-video/kaffeine: Version bump 2.0.15

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 media-video/kaffeine/Manifest   |  1 +
 media-video/kaffeine/kaffeine-2.0.15.ebuild | 59 +
 2 files changed, 60 insertions(+)

diff --git a/media-video/kaffeine/Manifest b/media-video/kaffeine/Manifest
index 50394999ddd..b056d8e14a3 100644
--- a/media-video/kaffeine/Manifest
+++ b/media-video/kaffeine/Manifest
@@ -1 +1,2 @@
 DIST kaffeine-2.0.14.tar.xz 5972768 BLAKE2B 
b1c8f7338474804ce0003126a0e041a6aefb3d4b6b48c4c45577138f0686100b08c1f64adfd23658a0f04f8638d38df81c9f186d6fab60d607550e238d14a2a0
 SHA512 
03a4ffbfbe7b9c90de546bf7449e8e5f05d5e7023b75b5253297e885c412677a0c4b46c7f60761ef5f48ad3c284591acba6ff0fe4fa7256d5b01ca9a07d7276f
+DIST kaffeine-2.0.15.tar.xz 5988584 BLAKE2B 
a9361b321a0af13013596c2d06e53053a889a0697fcf5c644195d6bd7e43fb3c108d2c03cf3250c6cb8b14383e10735e883e5ebb17be1b5f9fe5ca81f012dd28
 SHA512 
d2b21df76710eb79395a0d4e762ecdde4610945de3d1105002a44a56725aea3f10003f4ebefe4cd67f58f561e79aa3f5561639ad5c3afba488146dcb9360f53d

diff --git a/media-video/kaffeine/kaffeine-2.0.15.ebuild 
b/media-video/kaffeine/kaffeine-2.0.15.ebuild
new file mode 100644
index 000..7ae8acd549b
--- /dev/null
+++ b/media-video/kaffeine/kaffeine-2.0.15.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+inherit kde5
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   KEYWORDS="~amd64 ~x86"
+   SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+fi
+
+DESCRIPTION="Media player with digital TV support by KDE"
+HOMEPAGE="https://kaffeine.kde.org/;
+LICENSE="GPL-2+ handbook? ( FDL-1.3 )"
+IUSE="dvb"
+
+CDEPEND="
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep solid)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtsql 'sqlite')
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtx11extras)
+   $(add_qt_dep qtxml)
+   media-video/vlc[X]
+   x11-libs/libXScrnSaver
+   dvb? ( media-libs/libv4l )
+"
+DEPEND="${CDEPEND}
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+RDEPEND="${CDEPEND}
+   !media-video/kaffeine:4
+"
+
+DOCS=( Changelog NOTES README.md )
+
+src_configure() {
+   # tools working on $HOME directory for a local git checkout
+   local mycmakeargs=(
+   -DBUILD_TOOLS=OFF
+   $(cmake-utils_use_find_package dvb Libdvbv5)
+   )
+
+   kde5_src_configure
+}



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

2018-05-05 Thread Johannes Huber
commit: 6e395b1984b63a45bf5b11bd8f55371165bfa72d
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat May  5 13:51:35 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sat May  5 13:51:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e395b19

kde-frameworks/kf-env: Version bump 5

EAPI 7

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 kde-frameworks/kf-env/kf-env-5.ebuild | 27 +++
 1 file changed, 27 insertions(+)

diff --git a/kde-frameworks/kf-env/kf-env-5.ebuild 
b/kde-frameworks/kf-env/kf-env-5.ebuild
new file mode 100644
index 000..8e9bd4a0564
--- /dev/null
+++ b/kde-frameworks/kf-env/kf-env-5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Environment setting required for all KDE Frameworks apps to run"
+HOMEPAGE="https://community.kde.org/Frameworks;
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=">=x11-misc/xdg-utils-1.1.1-r1"
+
+S=${WORKDIR}
+
+src_install() {
+   einfo "Installing environment file..."
+
+   # higher number to be sure not to kill kde4 env
+   local envfile="${T}/78kf"
+
+   echo "CONFIG_PROTECT=${EPREFIX}/usr/share/config" >> ${envfile}
+   doenvd ${envfile}
+}



[gentoo-commits] repo/gentoo:master commit in: net-irc/quassel/, net-irc/quassel/files/

2018-05-05 Thread Johannes Huber
commit: b0bd50d27fdff029ed265435c6a543ce0fc5d699
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat May  5 06:33:38 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sat May  5 06:33:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0bd50d2

net-irc/quassel: Revision bump 0.12.5-r1

Adds an upstream patch which fixes the build with Qt 5.11.

Thanks-to: Manuel Nickschas  quassel-irc.org>
Reported-by: Andreas Sturmlechner  gentoo.org>
Closes: https://bugs.gentoo.org/654024
Package-Manager: Portage-2.3.36, Repoman-2.3.9

 net-irc/quassel/files/quassel-0.12.5-qt511.patch |  67 +
 net-irc/quassel/quassel-0.12.5-r1.ebuild | 184 +++
 2 files changed, 251 insertions(+)

diff --git a/net-irc/quassel/files/quassel-0.12.5-qt511.patch 
b/net-irc/quassel/files/quassel-0.12.5-qt511.patch
new file mode 100644
index 000..c46eee8e29b
--- /dev/null
+++ b/net-irc/quassel/files/quassel-0.12.5-qt511.patch
@@ -0,0 +1,67 @@
+commit 0cc8e1431feb739d0727f0131c87a7ecbe336a81
+Author: Manuel Nickschas <sputn...@quassel-irc.org>
+Date:   Thu May 3 23:19:34 2018 +0200
+
+cmake: Fix build with Qt 5.11
+
+Qt 5.11 removes the qt5_use_modules function, so add a copy. If
+present, the Qt-provided function will be used instead.
+
+Closes GH-355.
+
+diff --git a/cmake/QuasselMacros.cmake b/cmake/QuasselMacros.cmake
+index 652c0042..d77ba1cf 100644
+--- a/cmake/QuasselMacros.cmake
 b/cmake/QuasselMacros.cmake
+@@ -5,6 +5,9 @@
+ # The qt4_use_modules function was taken from CMake's Qt4Macros.cmake:
+ # (C) 2005-2009 Kitware, Inc.
+ #
++# The qt5_use_modules function was taken from Qt 5.10.1 (and modified):
++# (C) 2005-2011 Kitware, Inc.
++#
+ # Redistribution and use is allowed according to the terms of the BSD license.
+ # For details see the accompanying COPYING-CMAKE-SCRIPTS file.
+ 
+@@ -43,6 +46,41 @@ function(qt4_use_modules _target _link_type)
+ endforeach()
+ endfunction()
+ 
++# Qt 5.11 removed the qt5_use_modules function, so we need to provide it 
until we can switch to a modern CMake version.
++# If present, the Qt-provided version will be used automatically instead.
++function(qt5_use_modules _target _link_type)
++if (NOT TARGET ${_target})
++message(FATAL_ERROR "The first argument to qt5_use_modules must be an 
existing target.")
++endif()
++if ("${_link_type}" STREQUAL "LINK_PUBLIC" OR "${_link_type}" STREQUAL 
"LINK_PRIVATE" )
++set(_qt5_modules ${ARGN})
++set(_qt5_link_type ${_link_type})
++else()
++set(_qt5_modules ${_link_type} ${ARGN})
++endif()
++
++if ("${_qt5_modules}" STREQUAL "")
++message(FATAL_ERROR "qt5_use_modules requires at least one Qt module 
to use.")
++endif()
++foreach(_module ${_qt5_modules})
++if (NOT Qt5${_module}_FOUND)
++find_package(Qt5${_module} PATHS "${_Qt5_COMPONENT_PATH}" 
NO_DEFAULT_PATH)
++if (NOT Qt5${_module}_FOUND)
++message(FATAL_ERROR "Can not use \"${_module}\" module which 
has not yet been found.")
++endif()
++endif()
++target_link_libraries(${_target} ${_qt5_link_type} 
${Qt5${_module}_LIBRARIES})
++set_property(TARGET ${_target} APPEND PROPERTY INCLUDE_DIRECTORIES 
${Qt5${_module}_INCLUDE_DIRS})
++set_property(TARGET ${_target} APPEND PROPERTY COMPILE_DEFINITIONS 
${Qt5${_module}_COMPILE_DEFINITIONS})
++if (Qt5_POSITION_INDEPENDENT_CODE
++AND (CMAKE_VERSION VERSION_LESS 2.8.12
++AND (NOT CMAKE_CXX_COMPILER_ID STREQUAL "GNU"
++OR CMAKE_CXX_COMPILER_VERSION VERSION_LESS 5.0)))
++set_property(TARGET ${_target} PROPERTY POSITION_INDEPENDENT_CODE 
${Qt5_POSITION_INDEPENDENT_CODE})
++endif()
++endforeach()
++endfunction()
++
+ # Some wrappers for simplifying dual-Qt support
+ 
+ function(qt_use_modules)

diff --git a/net-irc/quassel/quassel-0.12.5-r1.ebuild 
b/net-irc/quassel/quassel-0.12.5-r1.ebuild
new file mode 100644
index 000..6bb7fb26812
--- /dev/null
+++ b/net-irc/quassel/quassel-0.12.5-r1.ebuild
@@ -0,0 +1,184 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils gnome2-utils pax-utils systemd user versionator
+
+if [[ ${PV} != ** ]]; then
+   SRC_URI="http://quassel-irc.org/pub/${P}.tar.bz2;
+   KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~sparc-solaris"
+else
+   EGIT_REPO_URI=( "https://github.com/${PN}/${PN}; 
"git://git.${PN}-irc.org/${PN}" )
+   inherit git-r3
+fi
+
+DESCRIPTION="Qt/KDE IRC client supporting a remote daemon for 24/7 
connectivity"
+HOMEPAGE="http://quassel-irc.org/;
+LICENSE="GPL-3

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

2018-05-05 Thread Johannes Huber
commit: 758d83e7249a6957e223242941fa0e56dde4d3de
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat May  5 06:15:23 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Sat May  5 06:15:23 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=758d83e7

.travis.yml: Bump portage version to 2.3.36

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index cd0bedd450..6b7407385a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ python:
 - pypy3.5
 env:
 global:
-- PORTAGE_VER="2.3.33"
+- PORTAGE_VER="2.3.36"
 - REPOMAN_VER="2.3.9"
 before_install:
 - sudo apt-get -qq update



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

2018-05-04 Thread Johannes Huber
commit: c8b04c530e3b2a0bd6c9c2dd87abe47d8e991c7f
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri May  4 16:39:25 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Fri May  4 16:39:25 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c8b04c53

kde-apps/kamoso: Fix dependency

Package-Manager: Portage-2.3.35, Repoman-2.3.9

 kde-apps/kamoso/kamoso-18.04.49..ebuild | 2 +-
 kde-apps/kamoso/kamoso-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kamoso/kamoso-18.04.49..ebuild 
b/kde-apps/kamoso/kamoso-18.04.49..ebuild
index 5959b95533..1471f0b74b 100644
--- a/kde-apps/kamoso/kamoso-18.04.49..ebuild
+++ b/kde-apps/kamoso/kamoso-18.04.49..ebuild
@@ -31,7 +31,7 @@ DEPEND="
 RDEPEND="${DEPEND}
$(add_frameworks_dep kirigami)
$(add_qt_dep qtquickcontrols2)
-   media-libs/gst-plugins-jpeg:1.0
+   media-plugins/gst-plugins-jpeg:1.0
media-plugins/gst-plugins-libpng:1.0
media-plugins/gst-plugins-meta:1.0[alsa,theora,vorbis,v4l]
 "

diff --git a/kde-apps/kamoso/kamoso-.ebuild 
b/kde-apps/kamoso/kamoso-.ebuild
index 5959b95533..1471f0b74b 100644
--- a/kde-apps/kamoso/kamoso-.ebuild
+++ b/kde-apps/kamoso/kamoso-.ebuild
@@ -31,7 +31,7 @@ DEPEND="
 RDEPEND="${DEPEND}
$(add_frameworks_dep kirigami)
$(add_qt_dep qtquickcontrols2)
-   media-libs/gst-plugins-jpeg:1.0
+   media-plugins/gst-plugins-jpeg:1.0
media-plugins/gst-plugins-libpng:1.0
media-plugins/gst-plugins-meta:1.0[alsa,theora,vorbis,v4l]
 "



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

2018-05-02 Thread Johannes Huber
commit: 19b939a52a4462ec8e7e7650e341ef83d0ea1a16
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed May  2 19:10:22 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Wed May  2 19:12:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19b939a5

media-gfx/digikam: Remove 5.7.0-r3

Package-Manager: Portage-2.3.33, Repoman-2.3.9

 media-gfx/digikam/Manifest |   1 -
 media-gfx/digikam/digikam-5.7.0-r3.ebuild  | 174 -
 .../digikam/files/digikam-5.7.0-kcalcore-1.patch   |  44 --
 .../digikam/files/digikam-5.7.0-kcalcore-2.patch   |  79 --
 .../digikam/files/digikam-5.7.0-kreadconfig5.patch |  28 
 .../files/digikam-5.7.0-mariadb-10.2-1.patch   |  58 ---
 .../files/digikam-5.7.0-mariadb-10.2-2.patch   | 117 --
 .../digikam/files/digikam-5.7.0-qt-5.9.3.patch |  32 
 8 files changed, 533 deletions(-)

diff --git a/media-gfx/digikam/Manifest b/media-gfx/digikam/Manifest
index d23807cfbbd..0cb547b5865 100644
--- a/media-gfx/digikam/Manifest
+++ b/media-gfx/digikam/Manifest
@@ -1,2 +1 @@
-DIST digikam-5.7.0.tar.xz 123315064 BLAKE2B 
0879b25e674e39d204038ab629dec36757ae034e3dd7e9a0a3700f9703272c4a972a21c1db5a42c6c294247a1226b1cb9a8b980bb90cdcc12e0cd752459273ef
 SHA512 
626c9854311c637b994325237f171adce3dba39159fb336dfe95f1de287e2d08a3aaddd611eea87e8018047d331aff252b555c382cfbe1d8e14413c51a3849f4
 DIST digikam-5.9.0.tar.xz 132931184 BLAKE2B 
cfbcbae8471c9c00bdf846d13bbc1ce3fbbd2ee4cc86500d011f9e15c1a21d7799638f94708794e8bc36a200df455667f9df8fcefdc38aaa00060630807d11cb
 SHA512 
f6134a957dcd11343e34f0bc90f5560a28ed205c47d2ffd76a5418a4c63f76706045e9179c47f1448304b59081051b524f7a6847c3c1dcee4673047ce5d90e63

diff --git a/media-gfx/digikam/digikam-5.7.0-r3.ebuild 
b/media-gfx/digikam/digikam-5.7.0-r3.ebuild
deleted file mode 100644
index fb65507f36b..000
--- a/media-gfx/digikam/digikam-5.7.0-r3.ebuild
+++ /dev/null
@@ -1,174 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
-   KDE_HANDBOOK="true"
-   KDE_TEST="true"
-fi
-CMAKE_MAKEFILE_GENERATOR="emake"
-KDE_APPS_MINIMAL="17.12.0"
-inherit kde5 toolchain-funcs
-
-DESCRIPTION="Digital photo management application"
-HOMEPAGE="https://www.digikam.org/;
-
-LICENSE="GPL-2"
-IUSE="addressbook calendar gphoto2 jpeg2k +kipi +lensfun marble mediaplayer 
semantic-desktop mysql opengl openmp +panorama scanner X"
-
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
-   KEYWORDS="amd64 x86"
-   MY_PV=${PV/_/-}
-   MY_P=${PN}-${MY_PV}
-   SRC_BRANCH=stable
-   [[ ${PV} =~ beta[0-9]$ ]] && SRC_BRANCH=unstable
-   SRC_URI="mirror://kde/${SRC_BRANCH}/digikam/${MY_P}.tar.xz"
-   S="${WORKDIR}/${MY_P}/core"
-fi
-
-COMMON_DEPEND="
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep knotifyconfig)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep solid)
-   $(add_qt_dep qtconcurrent)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui '-gles2')
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtsql 'mysql?')
-   $(add_qt_dep qtwebkit)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   dev-libs/expat
-   >=media-gfx/exiv2-0.26:=
-   media-libs/lcms:2
-   media-libs/liblqr
-   media-libs/libpng:0=
-   media-libs/opencv:=[-qt4(-)]
-   || ( =media-libs/opencv-3.1.0 )
-   media-libs/tiff:0
-   virtual/jpeg:0
-   addressbook? (
-   $(add_kdeapps_dep akonadi-contacts)
-   $(add_kdeapps_dep kcontacts)
-   )
-   calendar? ( $(add_kdeapps_dep kcalcore) )
-   gphoto2? ( media-libs/libgphoto2:= )
-   jpeg2k? ( media-libs/jasper:= )
-   kipi? ( $(add_kdeapps_dep libkipi '' '16.03.80') )
-   lensfun? ( media-libs/lensfun )
-   marble? (
-   $(add_frameworks_dep kbookmarks)
-   $(add_kdeapps_dep marble)
-   $(add_qt_dep qtconcurrent)
-   $(add_qt_dep qtnetwork)
-   )
-   mediaplayer? ( media-libs/qtav[opengl] )
-   mysql? ( virtual/mysql[server] )
-   opengl? (
-   $(add_qt_dep qtopengl)
-   virtual/opengl
-   )
-   panorama? ( $(add_frameworks_dep threadweaver) )
-   scanner? ( $(add_kdeapps_dep libksane) )
-   semantic-desktop? ( $(add_frameworks_d

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

2018-05-02 Thread Johannes Huber
commit: d23ee782a6d7d81031d6d07c317e202b733e3ab3
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed May  2 19:12:04 2018 +
Commit:     Johannes Huber  gentoo  org>
CommitDate: Wed May  2 19:12:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d23ee782

media-plugins/kipi-plugins: Remove 5.7.0

Package-Manager: Portage-2.3.33, Repoman-2.3.9

 media-plugins/kipi-plugins/Manifest|  1 -
 .../kipi-plugins/kipi-plugins-5.7.0.ebuild | 81 --
 2 files changed, 82 deletions(-)

diff --git a/media-plugins/kipi-plugins/Manifest 
b/media-plugins/kipi-plugins/Manifest
index d23807cfbbd..0cb547b5865 100644
--- a/media-plugins/kipi-plugins/Manifest
+++ b/media-plugins/kipi-plugins/Manifest
@@ -1,2 +1 @@
-DIST digikam-5.7.0.tar.xz 123315064 BLAKE2B 
0879b25e674e39d204038ab629dec36757ae034e3dd7e9a0a3700f9703272c4a972a21c1db5a42c6c294247a1226b1cb9a8b980bb90cdcc12e0cd752459273ef
 SHA512 
626c9854311c637b994325237f171adce3dba39159fb336dfe95f1de287e2d08a3aaddd611eea87e8018047d331aff252b555c382cfbe1d8e14413c51a3849f4
 DIST digikam-5.9.0.tar.xz 132931184 BLAKE2B 
cfbcbae8471c9c00bdf846d13bbc1ce3fbbd2ee4cc86500d011f9e15c1a21d7799638f94708794e8bc36a200df455667f9df8fcefdc38aaa00060630807d11cb
 SHA512 
f6134a957dcd11343e34f0bc90f5560a28ed205c47d2ffd76a5418a4c63f76706045e9179c47f1448304b59081051b524f7a6847c3c1dcee4673047ce5d90e63

diff --git a/media-plugins/kipi-plugins/kipi-plugins-5.7.0.ebuild 
b/media-plugins/kipi-plugins/kipi-plugins-5.7.0.ebuild
deleted file mode 100644
index 8335d0fe00e..000
--- a/media-plugins/kipi-plugins/kipi-plugins-5.7.0.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_TEST="true"
-inherit kde5
-
-DESCRIPTION="Plugins for the KDE Image Plugin Interface"
-HOMEPAGE="https://www.digikam.org/;
-
-LICENSE="GPL-2+"
-IUSE="flashexport mediawiki +remotestorage vkontakte"
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   KEYWORDS="amd64 x86"
-   if [[ ${PV} =~ beta[0-9]$ ]]; then
-   SRC_BRANCH="unstable"
-   else
-   SRC_BRANCH="stable"
-   fi
-
-   MY_PV="${PV/_/-}"
-   MY_P="digikam-${MY_PV}"
-   SRC_URI="mirror://kde/${SRC_BRANCH}/digikam/${MY_P}.tar.xz"
-   S="${WORKDIR}/${MY_P}/extra/${PN}"
-fi
-
-COMMON_DEPEND="
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_kdeapps_dep libkipi '' '' '5=')
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtsvg)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   $(add_qt_dep qtxmlpatterns)
-   flashexport? ( $(add_frameworks_dep karchive) )
-   mediawiki? ( net-libs/libmediawiki:5 )
-   remotestorage? ( $(add_frameworks_dep kio) )
-   vkontakte? ( net-libs/libkvkontakte:5 )
-"
-DEPEND="${COMMON_DEPEND}
-   $(add_qt_dep qtconcurrent)
-   sys-devel/gettext
-"
-RDEPEND="${COMMON_DEPEND}
-   !media-plugins/kipi-plugins:4
-"
-
-src_prepare() {
-   if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   if [[ ${SRC_BRANCH} = stable ]]; then
-   # prepare the translations
-   mv "${WORKDIR}/${MY_P}/po" po || die
-   find po -name "*.po" -and -not -name "kipiplugin*.po" 
-delete || die
-   echo "find_package(Gettext REQUIRED)" >> CMakeLists.txt 
|| die
-   echo "add_subdirectory( po )" >> CMakeLists.txt || die
-   fi
-   fi
-
-   kde5_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_find_package flashexport KF5Archive)
-   $(cmake-utils_use_find_package mediawiki KF5MediaWiki)
-   -DENABLE_KIO=$(usex remotestorage)
-   $(cmake-utils_use_find_package vkontakte KF5Vkontakte)
-   )
-
-   kde5_src_configure
-}



<    1   2   3   4   5   6   7   8   9   10   >