diff --git a/app-admin/cgmanager/cgmanager-0.39.ebuild b/app-admin/cgmanager/cgmanager-0.39.ebuild index 3ca0e3161695..41659a09cccc 100644 --- a/app-admin/cgmanager/cgmanager-0.39.ebuild +++ b/app-admin/cgmanager/cgmanager-0.39.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://linuxcontainers.org/downloads/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ppc64 ~x86" IUSE="pam selinux" RDEPEND="sys-libs/libnih[dbus] diff --git a/app-admin/collectd/collectd-5.5.1-r2.ebuild b/app-admin/collectd/collectd-5.5.1-r2.ebuild index 0d318109bf0a..971532e90f27 100644 --- a/app-admin/collectd/collectd-5.5.1-r2.ebuild +++ b/app-admin/collectd/collectd-5.5.1-r2.ebuild @@ -63,7 +63,7 @@ unset plugin COMMON_DEPEND=" dev-libs/libgcrypt:= - sys-devel/libtool + dev-libs/libltdl:0= perl? ( dev-lang/perl:=[ithreads] ) udev? ( virtual/udev ) collectd_plugins_amqp? ( net-libs/rabbitmq-c ) diff --git a/app-admin/denyhosts/denyhosts-3.0-r1.ebuild b/app-admin/denyhosts/denyhosts-3.0-r1.ebuild index 18a4ecbf92a7..acfa54ad834f 100644 --- a/app-admin/denyhosts/denyhosts-3.0-r1.ebuild +++ b/app-admin/denyhosts/denyhosts-3.0-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 arm ~hppa ~ppc ~sparc ~x86" IUSE="" DEPEND="" diff --git a/app-admin/usermin/Manifest b/app-admin/usermin/Manifest deleted file mode 100644 index 35fe334aed22..000000000000 --- a/app-admin/usermin/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST usermin-1.600.tar.gz 9295065 SHA256 4952689a2a7c77b111aeb0fdfac66d4c5edaa06735091b92aacab72e9ecd27ef SHA512 9c0670360179a6e79ac17ea8f87810f05e640b42cf946beeac8d4398b2b9ce441e10a178da242cb77f2163afd8eb508ccb6c89f54b540907eba8d97dac592895 WHIRLPOOL 7c92ab2bbb1378ca6288fae46a0c8590b4ea6bfbd8b9abc5697efb4d8d1b2ac85ece6d506e64e8e25b7661707fe8802521440a8ebcdb3b874670ab04645beaab diff --git a/app-admin/usermin/files/init.d.usermin b/app-admin/usermin/files/init.d.usermin deleted file mode 100644 index e62b4aacd9bd..000000000000 --- a/app-admin/usermin/files/init.d.usermin +++ /dev/null @@ -1,38 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -depend() { - use net logger -} - - -checkconfig() { - if [ -f /etc/usermin/config ]; then - return 0; - else - eerror "Error starting usermin. Have you run '/usr/libexec/usermin/setup.sh'?" - return 1; - fi -} - -start() { # copied from /etc/usermin/start - checkconfig || return 1 - ebegin "Starting Usermin" - - LANG= - export LANG - - unset PERLIO - export PERLIO - start-stop-daemon --start --quiet \ - --exec /usr/libexec/usermin/miniserv.pl -- /etc/usermin/miniserv.conf - eend $? -} - -stop() { - ebegin "Stopping Usermin" - start-stop-daemon --stop --pidfile /var/run/usermin.pid --quiet - eend $? -} diff --git a/app-admin/usermin/files/usermin-1.080-safestop.patch b/app-admin/usermin/files/usermin-1.080-safestop.patch deleted file mode 100644 index 2cfd7e25e7fb..000000000000 --- a/app-admin/usermin/files/usermin-1.080-safestop.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur usermin-1.080.orig/setup.sh usermin-1.080/setup.sh ---- usermin-1.080.orig/setup.sh 2004-06-03 16:18:07.000000000 -0700 -+++ usermin-1.080/setup.sh 2004-07-26 01:27:23.959104711 -0700 -@@ -487,7 +487,7 @@ - echo "#!/bin/sh" >>$config_dir/stop - echo "echo Stopping Usermin server in $wadir" >>$config_dir/stop - echo "pidfile=\`grep \"^pidfile=\" $config_dir/miniserv.conf | sed -e 's/pidfile=//g'\`" >>$config_dir/stop --echo "kill \`cat \$pidfile\`" >>$config_dir/stop -+echo "test -z \"\$pidfile\" || kill \`cat \$pidfile\`" >>$config_dir/stop - chmod 755 $config_dir/start $config_dir/stop - echo "..done" - echo "" diff --git a/app-admin/usermin/files/usermin-1.150-setup-nocheck.patch b/app-admin/usermin/files/usermin-1.150-setup-nocheck.patch deleted file mode 100644 index 6b4a06fb9cf2..000000000000 --- a/app-admin/usermin/files/usermin-1.150-setup-nocheck.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -Naurp usermin-1.150.orig/setup.sh usermin-1.150/setup.sh ---- usermin-1.150.orig/setup.sh 2005-09-03 16:19:50.000000000 -0700 -+++ usermin-1.150/setup.sh 2005-09-03 16:21:01.000000000 -0700 -@@ -342,12 +342,12 @@ else - echo "" - exit 12 - fi -- $perl -e 'use Socket; socket(FOO, PF_INET, SOCK_STREAM, getprotobyname("tcp")); setsockopt(FOO, SOL_SOCKET, SO_REUSEADDR, pack("l", 1)); bind(FOO, pack_sockaddr_in($ARGV[0], INADDR_ANY)) || exit(1); exit(0);' $port -- if [ $? != "0" ]; then -- echo "ERROR: TCP port $port is already in use by another program" -- echo "" -- exit 13 -- fi -+ #$perl -e 'use Socket; socket(FOO, PF_INET, SOCK_STREAM, getprotobyname("tcp")); setsockopt(FOO, SOL_SOCKET, SO_REUSEADDR, pack("l", 1)); bind(FOO, pack_sockaddr_in($ARGV[0], INADDR_ANY)) || exit(1); exit(0);' $port -+ #if [ $? != "0" ]; then -+ # echo "ERROR: TCP port $port is already in use by another program" -+ # echo "" -+ # exit 13 -+ #fi - - # Ask the user if SSL should be used - if [ "$ssl" = "" ]; then diff --git a/app-admin/usermin/files/usermin-1.540-r1.init b/app-admin/usermin/files/usermin-1.540-r1.init deleted file mode 100644 index 90389764e698..000000000000 --- a/app-admin/usermin/files/usermin-1.540-r1.init +++ /dev/null @@ -1,38 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -depend() { - use net logger -} - - -checkconfig() { - if [ -f /etc/usermin/config ]; then - return 0; - else - eerror "Error starting usermin. Have you run '/usr/libexec/usermin/setup.sh'?" - return 1; - fi -} - -start() { # copied from /etc/usermin/start - checkconfig || return 1 - ebegin "Starting Usermin" - - LANG= - export LANG - - unset PERLIO - export PERLIO - start-stop-daemon --start --quiet --user usermin \ - --exec /usr/libexec/usermin/miniserv.pl -- /etc/usermin/miniserv.conf - eend $? -} - -stop() { - ebegin "Stopping Usermin" - start-stop-daemon --stop --pidfile /var/run/usermin.pid --quiet - eend $? -} diff --git a/app-admin/usermin/files/usermin.pam-include.1 b/app-admin/usermin/files/usermin.pam-include.1 deleted file mode 100644 index 50d360ce431c..000000000000 --- a/app-admin/usermin/files/usermin.pam-include.1 +++ /dev/null @@ -1,11 +0,0 @@ -#%PAM-1.0 - -auth required pam_securetty.so -auth required pam_nologin.so -auth include system-auth - -account include system-auth - -password include system-auth - -session include system-auth diff --git a/app-admin/usermin/metadata.xml b/app-admin/usermin/metadata.xml deleted file mode 100644 index e3927471618e..000000000000 --- a/app-admin/usermin/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - A web-based user administration interface. - - - webadmin - - diff --git a/app-admin/usermin/usermin-1.600.ebuild b/app-admin/usermin/usermin-1.600.ebuild deleted file mode 100644 index b9d9142b4c9b..000000000000 --- a/app-admin/usermin/usermin-1.600.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit eutils pam user - -DESCRIPTION="A web-based user administration interface" -HOMEPAGE="http://www.webmin.com/index6.html" -SRC_URI="mirror://sourceforge/webadmin/${P}.tar.gz" - -LICENSE="BSD GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="ipv6 ldap pam ssl syslog zlib" - -DEPEND="dev-lang/perl" - -RDEPEND="${DEPEND} - || ( virtual/perl-Digest-MD5 dev-perl/MD5 ) - dev-perl/Digest-SHA1 - dev-perl/Net-HTTP - sys-process/lsof - virtual/perl-Time-HiRes - virtual/perl-Time-Local - ipv6? ( dev-perl/Socket6 ) - ldap? ( dev-perl/perl-ldap ) - pam? ( dev-perl/Authen-PAM ) - ssl? ( dev-perl/Net-SSLeay ) - syslog? ( virtual/perl-Sys-Syslog ) - zlib? ( virtual/perl-Compress-Raw-Zlib )" - -pkg_setup() { - enewuser ${PN} -1 /bin/bash -} - -src_prepare() { - # Point to the correct mysql location - sed -i -e "s:/usr/local/mysql:/usr:g" mysql/config - - # Change /usr/local/bin/perl references - find . -type f | xargs sed -i -e 's:^#!.*/usr/local/bin/perl:#!/usr/bin/perl:' - - epatch "${FILESDIR}"/${PN}-1.080-safestop.patch - epatch "${FILESDIR}"/${PN}-1.150-setup-nocheck.patch -} - -src_install() { - dodir /usr/libexec/${PN} - cp -pR * "${D}"/usr/libexec/${PN} - - newinitd "${FILESDIR}"/${PN}-1.540-r1.init ${PN} - newpamd "${FILESDIR}"/${PN}.pam-include.1 ${PN} - - dodir /etc/${PN} - dodir /var/log/${PN} - - # Fix ownership - chown -R ${PN} "${ED}" - - config_dir=${D}/etc/${PN} - var_dir=${D}/var/log/${PN} - perl=/usr/bin/perl - autoos=1 - port=20000 - login=root - crypt="XXX" - host=`hostname` - use ssl && ssl=1 || ssl=0 - atboot=0 - nostart=1 - nochown=1 - autothird=1 - nouninstall=1 - noperlpath=1 - tempdir="${T}" - export config_dir var_dir perl autoos port login crypt host ssl atboot nostart nochown autothird nouninstall noperlpath tempdir - "${D}"/usr/libexec/${PN}/setup.sh > "${T}"/${PN}-setup.out 2>&1 || die "Failed to create initial ${PN} configuration." - - # Cleanup from the config script - rm -rf "${D}"/var/log/${PN} - keepdir /var/log/${PN} -} - -pkg_postinst() { - elog "To make ${PN} start at boot time, run: 'rc-update add ${PN} default'." - elog "Point your web browser to https://localhost:20000 to use ${PN}." -} diff --git a/app-backup/tsm/metadata.xml b/app-backup/tsm/metadata.xml index 35bb159e78e7..4bb779b93a0f 100644 --- a/app-backup/tsm/metadata.xml +++ b/app-backup/tsm/metadata.xml @@ -6,10 +6,6 @@ Martin von Gagern Assign bugs to him - - pacho@gentoo.org - Proxy maintainer, CC him in bugs. - dilfridge@gentoo.org Proxy maintainer, CC him in bugs. diff --git a/app-benchmarks/expedite/Manifest b/app-benchmarks/expedite/Manifest deleted file mode 100644 index d75f7b4a8dda..000000000000 --- a/app-benchmarks/expedite/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST expedite-1.7.10.tar.bz2 5736765 SHA256 91d0290ba3635a4440c389647643beaa8e39def2789d685d54a58a723398cc10 SHA512 13085583b68e8c44696e39d7c88b2b17cddfc3a1800d619810827830be9106062289fe6c79c5b1e84c568ee2f38c400251f2342f9c773c6ef4a1a0e3daa503f8 WHIRLPOOL 85fa61af7077ad58173ac3cb423f676040c4a7a07de9c2b73e0119e5d0a5d613f23d9911426807911b4287c121620ae8e254edfc96ea60157a5418ae68b10a90 diff --git a/app-benchmarks/expedite/expedite-1.7.10.ebuild b/app-benchmarks/expedite/expedite-1.7.10.ebuild deleted file mode 100644 index 762622dccde7..000000000000 --- a/app-benchmarks/expedite/expedite-1.7.10.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -EKEY_STATE="snap" - -inherit enlightenment - -DESCRIPTION="Performance and correctness test suite for Evas" -SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - -LICENSE="BSD-2" -IUSE="directfb fbcon opengl X xcb" - -RDEPEND=">=dev-libs/eina-${PV} - >=media-libs/evas-${PV}[directfb?,fbcon?,opengl?,X?,xcb?]" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_configure() { - if use X ; then - if use xcb ; then - ewarn "You have enabled both 'X' and 'xcb', so we will use" - ewarn "X as it's considered the most stable for evas." - fi - E_ECONF+=( - --disable-xrender-xcb - $(use_enable opengl opengl-x11) - ) - elif use xcb ; then - E_ECONF+=( - --enable-xrender-xcb - ) - else - E_ECONF+=( - --disable-gl-xlib - --disable-software-xcb - --disable-gl-xcb - ) - fi - E_ECONF+=( - $(use_enable directfb) - $(use_enable fbcon fb) - $(use_enable X simple-x11) - $(use_enable X software-x11) - $(use_enable X xrender-x11) - ) - enlightenment_src_configure -} diff --git a/app-benchmarks/expedite/metadata.xml b/app-benchmarks/expedite/metadata.xml deleted file mode 100644 index 8dca222b9693..000000000000 --- a/app-benchmarks/expedite/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - enlightenment@gentoo.org - Project Enlightenment - - diff --git a/app-crypt/ccid/Manifest b/app-crypt/ccid/Manifest index 0dddcc9d7b5b..e26c8b203ff5 100644 --- a/app-crypt/ccid/Manifest +++ b/app-crypt/ccid/Manifest @@ -1,3 +1,4 @@ DIST ccid-1.4.15.tar.bz2 487625 SHA256 5436182246f15b3e78b1ad6707022b02dc400e3f50c4cb5e5d340a4e716d990a SHA512 393eb65db0fb31b58d4010c10cae6c7592078b02d0e77b7741330cc3b1e5dd768fa08dbaf75db39c547e3603fa70aa1c8aaf3b536266314f2f04d2ff2b6fb29c WHIRLPOOL 0dd511454cf8e39303318b61f9e2390f2ef27b763e80e9270f55ee15966ced8378f3f3ee5440b6380481f970f03ae37bbb2221da6c3d2d658622ea4cdc3aee3f DIST ccid-1.4.18.tar.bz2 492113 SHA256 5fdba97a2d2eb1c652b7dd4aa0bb8cee4814bab0cf61aecb84b32b57272541aa SHA512 ff7e331431909fe9fffd4f7aae0a2395b3b755da9c898aa6a6b629f7f516c240b820669146791deb443c646dc8fc56f9100c9f987b3e7d13c24f24f81f06b1f0 WHIRLPOOL 86107ac379e5523c31aa1499e1ecd5a1f6dab5b7f748800b5a22ff2b6470e9bb590407cb8a98ad65870a832149fe8835aa42dff9a30027f0bce843640439ce1e DIST ccid-1.4.20.tar.bz2 567553 SHA256 400cb865bb63eed6d7668b2d971cb4644038b9b7a6cda121450d0c6cf6251cbc SHA512 4ce0694e268fe962f5eb49d3d640333a4c7ef54af5f9939b3682341b19ffad7470f5e1816b3b3af1bce8cf31f4335c3177f7e6b8190e187125ce1da73692cbab WHIRLPOOL 2af0cc1887ab93da92f9c498982798b57e3711b864cc59446248fd59f96703b781cb65602e7c80ce2de194901cff12b52b9105ad404b4c04a3f45a5f38343ee7 +DIST ccid-1.4.22.tar.bz2 578835 SHA256 9c5c8be465b6d33316be7a7ea720c24a776e2d76be9072116d28fc9adf58c106 SHA512 621b0165226c3530b514dfb87eb8963be750cc274f4263dd739a24bfe431b463cffdd467d8c38b3e909ca2a6ae756e5fd414891a4b332ca687318639d721e0c8 WHIRLPOOL 5c7592234f4bbf41565000b512064892588ccd19415cc9357f7197af5a851b95c6a5257824ec2440c163495ba78b8ff9bde4be43121e4b8eb3dc3c7af1d4cdbc diff --git a/app-crypt/ccid/ccid-1.4.22.ebuild b/app-crypt/ccid/ccid-1.4.22.ebuild new file mode 100644 index 000000000000..500aaee0e654 --- /dev/null +++ b/app-crypt/ccid/ccid-1.4.22.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +STUPID_NUM="4162" + +inherit eutils toolchain-funcs udev autotools-utils + +DESCRIPTION="CCID free software driver" +HOMEPAGE="http://pcsclite.alioth.debian.org/ccid.html" +SRC_URI="http://alioth.debian.org/frs/download.php/file/${STUPID_NUM}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="twinserial kobil-midentity +usb" + +RDEPEND=">=sys-apps/pcsc-lite-1.8.3 + usb? ( virtual/libusb:1 )" +DEPEND="${RDEPEND} + kernel_linux? ( virtual/pkgconfig )" + +DOCS=( README AUTHORS ) + +src_configure() { + local myeconfargs=( + LEX=: + $(use_enable twinserial) + $(use_enable usb libusb) + ) + + autotools-utils_src_configure +} + +src_compile() { + autotools-utils_src_compile + use kobil-midentity && autotools-utils_src_compile contrib/Kobil_mIDentity_switch +} + +src_install() { + autotools-utils_src_install + + if use kobil-midentity; then + dosbin "${BUILD_DIR}"/contrib/Kobil_mIDentity_switch/Kobil_mIDentity_switch + doman contrib/Kobil_mIDentity_switch/Kobil_mIDentity_switch.8 + fi + + if use kernel_linux; then + # note: for eudev support, rules probably will always need to be + # installed to /usr + + # ccid >=1.4.11 version changed the rules drastically in a minor + # release to no longer use the pcscd group. Using the old ones in + # the mean time. + udev_newrules "${FILESDIR}"/92_pcscd_ccid-2.rules 92-pcsc-ccid.rules + + # disable Kobil_mIDentity_switch udev rule with USE=-kobil-midentity + if ! use kobil-midentity; then + sed -i -e '/Kobil_mIDentity_switch/s/^/#/' "$(_udev_get_udevdir)"/rules.d/92-pcsc-ccid.rules + fi + + fi +} diff --git a/app-crypt/ccid/metadata.xml b/app-crypt/ccid/metadata.xml index c0423396ac62..6a1239505f77 100644 --- a/app-crypt/ccid/metadata.xml +++ b/app-crypt/ccid/metadata.xml @@ -6,6 +6,7 @@ Crypto + Build and install Kobil_mIDentity_switch tool Enable twinserial reader diff --git a/app-crypt/qca/qca-2.1.1.ebuild b/app-crypt/qca/qca-2.1.1.ebuild index a4f34f16f5eb..28798bc37560 100644 --- a/app-crypt/qca/qca-2.1.1.ebuild +++ b/app-crypt/qca/qca-2.1.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" IUSE="botan debug doc examples gcrypt gpg libressl logger nss +openssl pkcs11 +qt4 qt5 sasl softstore test" REQUIRED_USE="|| ( qt4 qt5 )" diff --git a/app-doc/csound-manual/Manifest b/app-doc/csound-manual/Manifest index 1d0dea27a062..3884918b92dd 100644 --- a/app-doc/csound-manual/Manifest +++ b/app-doc/csound-manual/Manifest @@ -14,3 +14,7 @@ DIST Csound6.05_manual-fr_html.zip 11011589 SHA256 bbfd29c0c9968fdf850a19f28f458 DIST Csound6.05_manual-fr_pdf.zip 6484647 SHA256 e4b22431769eecbb2388925e3275c10adc73f18e813957dd2be48353e82bb44b SHA512 be994a8d523229b23d7cbdc0c9b7289171ebf1a7e2bc82d30d285d644d8cef2b3aedfd64f93d7870b613b5908c623ebae7adb370a71b574a9040f9b0367a7623 WHIRLPOOL 5800e5139ab903a8a848ed71581393b4948f526766dfef38f244859ffc6d183ee9eaff2e6f891818ee694fe7615abbbd73c00ab50fd4b8feceef63217cde9b0e DIST Csound6.05_manual_html.zip 10742192 SHA256 4d9a71a4dc2cee28b7a5d879c3e8d39d98711f813f7b797b9bb6a7c3635235bd SHA512 2e1be604129d20434fcd63779a026fef2558cf3c40fdd37413160b1bf9b1460f07abf343ea6229fb6cfc723582909378ab386d3334a73e468d7644efc11fae11 WHIRLPOOL 26fc9aa1816b3b7161b38673f5beb0383c0e726cd7f95916fa6f7a480e1500cf62e17341301bed4e1c170ad38dfe5f5150f9db3b6ba29e79b36372debeb1c3aa DIST Csound6.05_manual_pdf.zip 6168047 SHA256 8e8f10f205df859ac1c543abe82c7eda72c023189cce0b3c19d9d43640dbcaa5 SHA512 0cc1a9b534bd409acc09bdc84d5d050fac36e95db1e2524de0b9db83628069eb9721c82268b140d17e217a9d544fcef7ebc220c76eb41908bb6d2823ad80c7ca WHIRLPOOL 09a70c0233b461df1bcbd7e1c91369dca7bdd8d468e5cd6aa4eba21b2cf400db5acd6eb395846b1e7f93e7cbd5e35e8eef6c6fd0ea88a5f34f820726955a4060 +DIST Csound6.06_manual-fr_html.zip 11037078 SHA256 d5ce23c9eaa04543c509bf021ebbf398112f6c292e385b8c5532a1955bdf5574 SHA512 0c643639534444440dd8211e27b0a3b78fc5ef2c1c67903e9085307d9dabaa121c78b7d90b7143afba20738f73041d46305a72242a30462ccd58c5d0583f490a WHIRLPOOL a5dbf1a429d61de215bb1ec28cecbf18ebf3d25868c02c5602ab3bc6774a0527a96bd93b5cf9f3dc88ce2635d24056f9b096499d31ddf629b5f3fa20a784bc0b +DIST Csound6.06_manual-fr_pdf.zip 6507610 SHA256 c78410e106634863a8fccacb3baa7a62f39f167a8dbc8205aff7287a5e330f7b SHA512 7269600729c491e9b4869146da35df05f6551962caac2b87114890abbfe49910ff3f0c4bdd6f359ae020111da6f75cd2ec99ed8b05f50dd5f4282dbb6d5f48b0 WHIRLPOOL 7606f5d2e035bd0e14aea0bdf0ec7949fb5785d258597f7e5b490107dc216f7b476ef8333dda2ab758e9a3be723508faa0baeea3f305e2f6e0791d5be1c5d550 +DIST Csound6.06_manual_html.zip 10792740 SHA256 c5dd68d5506837f152d672c96e45ab6c1a5141448a543dd656ad2b6b421959b8 SHA512 b98e3698610ef3080417ba838c272df476a7ea56ec9f444c90e71b4113dc1ff88e4c108f32046fff0d3a19bdea0bc19bc97f96728f47055dc1e5de088cd06345 WHIRLPOOL ba5f08284e3305f9eaa6e0c6cd13d7611a887129fb1b5c88bb0be5e39adc5841a2531bbb262c9fb840b3392d9d4bc0a840a1fbcb9ebdfd14423f9984762b3793 +DIST Csound6.06_manual_pdf.zip 6181517 SHA256 bbc89501ed043c847390bdbbbf4707e48d7016e11ea6cd8d218f956657a8b6dd SHA512 a96a002f298a3ffb852639ff0cb128f58129c7684a6f03d13f3008bc10992188a7adbbb2f9fdb423d2c11ae6e96bf5b04cae07ff78713f0e81d969665182182c WHIRLPOOL 1b21115bfb18ff136eb6194bc89dfc719bef889f7d19d6b5b3d515d01435b4999ef9ad610e40b3813306f3bfa84be85b3a4a11a18309ecd3d6734362d24d4480 diff --git a/app-doc/csound-manual/csound-manual-6.06.ebuild b/app-doc/csound-manual/csound-manual-6.06.ebuild new file mode 100644 index 000000000000..3b81ac11ca91 --- /dev/null +++ b/app-doc/csound-manual/csound-manual-6.06.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MY_P=Csound${PV} + +DESCRIPTION="The Csound reference manual" +HOMEPAGE="http://csounds.com/" +SRC_URI=" + mirror://sourceforge/csound/${MY_P}_manual_pdf.zip + linguas_fr? ( mirror://sourceforge/csound/${MY_P}_manual-fr_pdf.zip ) + + html? ( + mirror://sourceforge/csound/${MY_P}_manual_html.zip + linguas_fr? ( mirror://sourceforge/csound/${MY_P}_manual-fr_html.zip ) + )" + +LICENSE="FDL-1.3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="html" + +LANGS=" fr" +IUSE+="${LANGS// / linguas_}" + +DEPEND="app-arch/unzip" + +S=${WORKDIR} + +src_unpack() { + unpack ${MY_P}_manual_pdf.zip + + if use html ; then + unpack ${MY_P}_manual_html.zip + mv html html-en + fi + + local lang + for lang in ${LANGS} ; do + use linguas_${lang} || continue + unpack ${MY_P}_manual-${lang}_pdf.zip + if use html ; then + unpack ${MY_P}_manual-${lang}_html.zip + mv html html-${lang} + fi + done +} + +src_install() { + dodoc *.pdf + + if use html ; then + dohtml -r html-en/* + + local lang + for lang in ${LANGS} ; do + use linguas_${lang} || continue + docinto html-${lang} + dohtml -r html-${lang}/* + done + fi +} diff --git a/app-editors/qxmledit/Manifest b/app-editors/qxmledit/Manifest index 42db2b8d5538..d73492a14a72 100644 --- a/app-editors/qxmledit/Manifest +++ b/app-editors/qxmledit/Manifest @@ -1,2 +1,3 @@ DIST qxmledit-0.8.8-1-src.tgz 8885329 SHA256 d43ccd0029b1094a970d58170a095cbe5fddfe3d93da7c52388783d321386e17 SHA512 5440d33c052507d3b5c840cdd2966c151a77e2027703f7c1d33f80ec786affab915053d2ae17ef72fd856223ca85dbb70d39d8800170449a26ea88632c0069b5 WHIRLPOOL 68f8d73c39ce490f13d88283053ad045125f007132a25d965ffb603ab1de1d42b62944659a76aa9bbb5adc884b37ad90f7eaf4487f314678d8a1923cd16f1078 DIST qxmledit-0.9.2-src.tgz 16697023 SHA256 14b8b47f00cf8ea031a0066c928cf8888a3b0d885627ed7f45c6d455be8bd531 SHA512 1cef025ded878e8ad4a33af7f22caf4b157a93e30a6fe863d80ef8c32ca6c9f080e3e4212d1db6a18e647ca111afba796b77f13c2dbc65b18d498fb977504c93 WHIRLPOOL 07fc283720a7427f352fac086770f07e921c20f66ead80fd1b0729be5afc6a01d0c437973dc6c85a61c22f3dabdc9eba2c9b9bf1721e859f0a23cc0cd60900a7 +DIST qxmledit-0.9.3-src.tgz 17564710 SHA256 f4f1e305712ca033d8fe9cef8ddce6a94fd4deffd9e723c1734786e18a49fc50 SHA512 b7377c73d2e2aff1670e94c8c86c146e85d70841c638878f6be17ff939167c7d17f28095d4929388212380957cd4e3537450549827d8a8b239f5510f27e01afa WHIRLPOOL 214662e68d42c86745524278ac5809e6beb3d7e36ecffa4e6041447c521b733a97673adb93f00ab8513be870bfdb12a3adb950f8238bab15591993f3677373c2 diff --git a/app-editors/qxmledit/qxmledit-0.9.3.ebuild b/app-editors/qxmledit/qxmledit-0.9.3.ebuild new file mode 100644 index 000000000000..c417cbfc22e7 --- /dev/null +++ b/app-editors/qxmledit/qxmledit-0.9.3.ebuild @@ -0,0 +1,70 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit eutils qmake-utils + +DESCRIPTION="Qt4 XML Editor" +HOMEPAGE="http://qxmledit.org/" +SRC_URI="mirror://sourceforge/${PN}/${P}-src.tgz" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="qt5" + +DEPEND=" + qt5? ( + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtprintsupport:5 + dev-qt/qtsql:5 + dev-qt/qtsvg:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 + dev-qt/qtxmlpatterns:5 + ) + !qt5? ( + dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-qt/qtsql:4 + dev-qt/qtsvg:4 + dev-qt/qtxmlpatterns:4 + )" +RDEPEND="${DEPEND}" + +DOCS=(AUTHORS NEWS README) + +src_prepare() { + default + + # bug 568746 + sed -i -e '/QMAKE_CXXFLAGS/s:-Werror::' \ + src/{QXmlEdit,QXmlEditWidget,sessions/QXmlEditSessions}.pro || die +} + +src_configure() { + export \ + QXMLEDIT_INST_DIR="/usr/bin" \ + QXMLEDIT_INST_LIB_DIR="/usr/$(get_libdir)" \ + QXMLEDIT_INST_INCLUDE_DIR="/usr/include/${PN}" \ + QXMLEDIT_INST_DATA_DIR="/usr/share/${PN}" \ + QXMLEDIT_INST_DOC_DIR="/usr/share/doc/${PF}" \ + QXMLEDIT_INST_TRANSLATIONS_DIR="/usr/share/${PN}/translations" + + if use qt5; then + eqmake5 + else + eqmake4 + fi +} + +src_install() { + emake INSTALL_ROOT="${D}" install + doicon install_scripts/environment/icon/qxmledit.png + domenu install_scripts/environment/desktop/QXmlEdit.desktop + einstalldocs +} diff --git a/app-emulation/ganeti/files/ganeti-2.15-kvmd-run-as-daemon-user.patch b/app-emulation/ganeti/files/ganeti-2.15-kvmd-run-as-daemon-user.patch new file mode 100644 index 000000000000..bb1bd0902f6c --- /dev/null +++ b/app-emulation/ganeti/files/ganeti-2.15-kvmd-run-as-daemon-user.patch @@ -0,0 +1,14 @@ +diff --git a/daemons/daemon-util.in b/daemons/daemon-util.in +index 7636fc9..aec5c92 100644 +--- a/daemons/daemon-util.in ++++ b/daemons/daemon-util.in +@@ -102,6 +102,9 @@ _daemon_usergroup() { + rapi) + echo "@GNTRAPIUSER@:@GNTRAPIGROUP@" + ;; ++ kvmd) ++ echo "@GNTDAEMONSUSER@:@GNTDAEMONSGROUP@" ++ ;; + noded) + echo "@GNTNODEDUSER@:@GNTNODEDGROUP@" + ;; diff --git a/app-emulation/ganeti/ganeti-2.15.2-r1.ebuild b/app-emulation/ganeti/ganeti-2.15.2-r2.ebuild similarity index 98% rename from app-emulation/ganeti/ganeti-2.15.2-r1.ebuild rename to app-emulation/ganeti/ganeti-2.15.2-r2.ebuild index b220af79bc45..9e7840cd81ce 100644 --- a/app-emulation/ganeti/ganeti-2.15.2-r1.ebuild +++ b/app-emulation/ganeti/ganeti-2.15.2-r2.ebuild @@ -37,10 +37,6 @@ REQUIRED_USE="|| ( kvm xen lxc ) test? ( ipv6 ) ${PYTHON_REQUIRED_USE}" USER_PREFIX="${GANETI_USER_PREFIX:-"gnt-"}" GROUP_PREFIX="${GANETI_GROUP_PREFIX:-"${USER_PREFIX}"}" -DOC_DEPEND="dev-python/sphinx[${PYTHON_USEDEP}] - media-fonts/urw-fonts - media-gfx/graphviz" - DEPEND=" dev-libs/openssl:0 dev-python/paramiko[${PYTHON_USEDEP}] @@ -137,6 +133,9 @@ RDEPEND="${DEPEND} !app-emulation/ganeti-htools" DEPEND+="sys-devel/m4 app-text/pandoc + dev-python/sphinx[${PYTHON_USEDEP}] + media-fonts/urw-fonts + media-gfx/graphviz >=dev-haskell/test-framework-0.6:0= =dev-haskell/test-framework-hunit-0.2.7:0= @@ -154,7 +153,6 @@ DEPEND+="sys-devel/m4 sys-apps/fakeroot net-misc/socat dev-util/shelltestrunner - ${DOC_DEPEND} )" PATCHES=( @@ -174,6 +172,7 @@ PATCHES=( "${FILESDIR}/${PN}-2.15-python-mock.patch" "${FILESDIR}/${PN}-2.15.2-remove-sandbox-failing-tests.patch" "${FILESDIR}/${PN}-2.15-noded-must-run-as-root.patch" + "${FILESDIR}/${PN}-2.15-kvmd-run-as-daemon-user.patch" ) REQUIRED_USE="kvm? ( || ( amd64 x86 ) )" diff --git a/app-emulation/virtualbox-bin/metadata.xml b/app-emulation/virtualbox-bin/metadata.xml index 8c28d5495ef9..b9c95933473c 100644 --- a/app-emulation/virtualbox-bin/metadata.xml +++ b/app-emulation/virtualbox-bin/metadata.xml @@ -1,16 +1,13 @@ - - proxy-maint@gentoo.org - Proxy Maintainers - - - Install Guest System Tools ISO - Install kchmviewer binary to enable online help (in MS CHM format) - Install without any graphic frontend - Enable building of SDK - Install the VirtualBox webservice - Install the rdesktop client integration - + + + Install Guest System Tools ISO + Install kchmviewer binary to enable online help (in MS CHM format) + Install without any graphic frontend + Enable building of SDK + Install the VirtualBox webservice + Install the rdesktop client integration + diff --git a/app-misc/bb/bb-1.3.0_rc1-r4.ebuild b/app-misc/bb/bb-1.3.0_rc1-r4.ebuild index 8dc633873ad3..c40b111e2188 100644 --- a/app-misc/bb/bb-1.3.0_rc1-r4.ebuild +++ b/app-misc/bb/bb-1.3.0_rc1-r4.ebuild @@ -19,8 +19,9 @@ IUSE="mikmod" DEPEND="media-libs/aalib:= dev-libs/lzo:= - mikmod? ( media-libs/libmikmod:= ) + mikmod? ( media-libs/libmikmod:=[openal] ) " +# media-libs/libmikmod[openal] is due to bug #516964 RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)" diff --git a/app-pda/p3nfs/metadata.xml b/app-pda/p3nfs/metadata.xml index f4113afd71b7..7a38bb900964 100644 --- a/app-pda/p3nfs/metadata.xml +++ b/app-pda/p3nfs/metadata.xml @@ -1,8 +1,5 @@ - - proxy-maint@gentoo.org - Proxy Maintainers - + diff --git a/app-portage/portage-utils/portage-utils-0.62.ebuild b/app-portage/portage-utils/portage-utils-0.62.ebuild index 1482106f472e..635bc20bbcbb 100644 --- a/app-portage/portage-utils/portage-utils-0.62.ebuild +++ b/app-portage/portage-utils/portage-utils-0.62.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="nls static" RDEPEND="dev-libs/iniparser:0" diff --git a/app-text/asciidoc/asciidoc-8.6.9-r2.ebuild b/app-text/asciidoc/asciidoc-8.6.9-r2.ebuild index aa5949975220..1500c794d238 100644 --- a/app-text/asciidoc/asciidoc-8.6.9-r2.ebuild +++ b/app-text/asciidoc/asciidoc-8.6.9-r2.ebuild @@ -11,7 +11,7 @@ inherit readme.gentoo python-single-r1 DESCRIPTION="AsciiDoc is a plain text human readable/writable document format" HOMEPAGE="http://asciidoc.org/" SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" LICENSE="GPL-2" SLOT="0" diff --git a/app-vim/merginal/Manifest b/app-vim/merginal/Manifest new file mode 100644 index 000000000000..ca50d6e088bc --- /dev/null +++ b/app-vim/merginal/Manifest @@ -0,0 +1 @@ +DIST merginal-1.6.0.tar.gz 13882 SHA256 c2badc8a95fe0706465faedddbc08ca4bc83aa412fe226d7032171e8fc39a23a SHA512 9b3de15429160b4a2983f80c23483f7dee207586c89bbc70793b08639abff670762b54a4fac8f1bf907a0688ae4323876adcba29e3468f57ab0da57f5ce4105b WHIRLPOOL ff21e8228565707eb3cd794f48f68186f0da4a7f0412c61a762878718a617d6cb2de0b1beb769fe90162e50a80ac2feb494001e300d471bf78fe876c2185629f diff --git a/app-vim/merginal/merginal-1.6.0.ebuild b/app-vim/merginal/merginal-1.6.0.ebuild new file mode 100644 index 000000000000..1bea30cf3b11 --- /dev/null +++ b/app-vim/merginal/merginal-1.6.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +MY_PN=vim-${PN} +MY_P=${MY_PN}-${PV} + +DESCRIPTION="fugitive extension to manage and merge git branches" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4955 https://github.com/idanarye/vim-merginal/" +SRC_URI="https://github.com/idanarye/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="vim" +KEYWORDS="~amd64 ~x86" + +RDEPEND="app-vim/fugitive" + +VIM_PLUGIN_HELPFILES="${PN}" + +S=${WORKDIR}/${MY_P} + +src_prepare() { + rm README.md || die +} diff --git a/app-vim/merginal/metadata.xml b/app-vim/merginal/metadata.xml new file mode 100644 index 000000000000..bd94d1ea0754 --- /dev/null +++ b/app-vim/merginal/metadata.xml @@ -0,0 +1,11 @@ + + + + + vim@gentoo.org + Gentoo Vim Project + + + idanarye/vim-merginal + + diff --git a/dev-db/mongodb/files/mongodb-3.2.4-boost-1.60.patch b/dev-db/mongodb/files/mongodb-3.2.4-boost-1.60.patch new file mode 100644 index 000000000000..41c9bd2ba85c --- /dev/null +++ b/dev-db/mongodb/files/mongodb-3.2.4-boost-1.60.patch @@ -0,0 +1,84 @@ +Fix issues caused by boost::none changes. +See also: https://bugs.gentoo.org/show_bug.cgi?id=578846 +Adapted from: https://github.com/mongodb/mongo/commit/92c3f80f384d2825efeabd0d26aa534c0deb6988 + +--- mongodb-src-r3.2.4/src/mongo/db/ftdc/compressor.cpp ++++ mongodb-src-r3.2.4/src/mongo/db/ftdc/compressor.cpp +@@ -47,7 +47,7 @@ + if (_referenceDoc.isEmpty()) { + FTDCBSONUtil::extractMetricsFromDocument(sample, sample, &_metrics); + _reset(sample, date); +- return {boost::none_t()}; ++ return {boost::none}; + } + + _metrics.resize(0); +@@ -107,7 +107,7 @@ + } + + // The buffer is not full, inform the caller +- return {boost::none_t()}; ++ return {boost::none}; + } + + StatusWith> FTDCCompressor::getCompressedSamples() { +--- mongodb-src-r3.2.4/src/mongo/db/ftdc/compressor_test.cpp ++++ mongodb-src-r3.2.4/src/mongo/db/ftdc/compressor_test.cpp +@@ -122,7 +122,7 @@ + TestTie() : _compressor(&_config) {} + + ~TestTie() { +- validate(boost::none_t()); ++ validate(boost::none); + } + + StatusWith>> +--- mongodb-src-r3.2.4/src/mongo/db/ftdc/file_writer.cpp ++++ mongodb-src-r3.2.4/src/mongo/db/ftdc/file_writer.cpp +@@ -205,7 +205,7 @@ + + Status FTDCFileWriter::close() { + if (_archiveStream.is_open()) { +- Status s = flush(boost::none_t(), Date_t()); ++ Status s = flush(boost::none, Date_t()); + + _archiveStream.close(); + +--- mongodb-src-r3.2.4/src/mongo/util/concurrency/shared_mutex_win.hpp ++++ mongodb-src-r3.2.4/src/mongo/util/concurrency/shared_mutex_win.hpp +@@ -175,7 +175,7 @@ + return true; + } + +- unsigned long const res=detail::win32::WaitForSingleObject(unlock_sem,::boost::detail::get_milliseconds_until(wait_until)); ++ unsigned long const res=WaitForSingleObject(unlock_sem,::boost::detail::get_milliseconds_until(wait_until)); + if(res==detail::win32::timeout) + { + for(;;) +@@ -328,7 +328,7 @@ + { + return true; + } +- unsigned long const wait_res=detail::win32::WaitForMultipleObjects(2,semaphores,true,::boost::detail::get_milliseconds_until(wait_until)); ++ unsigned long const wait_res=WaitForMultipleObjects(2,semaphores,true,::boost::detail::get_milliseconds_until(wait_until)); + if(wait_res==detail::win32::timeout) + { + for(;;) +@@ -421,7 +421,7 @@ + return; + } + +- BOOST_VERIFY(!detail::win32::WaitForSingleObject(unlock_sem,detail::win32::infinite)); ++ BOOST_VERIFY(!WaitForSingleObject(unlock_sem,detail::win32::infinite)); + } + } + +@@ -502,7 +502,7 @@ + { + if(!last_reader) + { +- BOOST_VERIFY(!detail::win32::WaitForSingleObject(upgrade_sem,detail::win32::infinite)); ++ BOOST_VERIFY(!WaitForSingleObject(upgrade_sem,detail::win32::infinite)); + } + break; + } diff --git a/dev-db/mongodb/mongodb-3.2.4.ebuild b/dev-db/mongodb/mongodb-3.2.4.ebuild index e1e5a32be806..dce800bb170f 100644 --- a/dev-db/mongodb/mongodb-3.2.4.ebuild +++ b/dev-db/mongodb/mongodb-3.2.4.ebuild @@ -101,7 +101,8 @@ pkg_setup() { } src_prepare() { - epatch "${FILESDIR}/${PN}-3.2.0-fix-scons.patch" + epatch "${FILESDIR}/${PN}-3.2.0-fix-scons.patch" \ + "${FILESDIR}/${P}-boost-1.60.patch" epatch_user } diff --git a/dev-games/etrophy/Manifest b/dev-games/etrophy/Manifest deleted file mode 100644 index 9deaab64c070..000000000000 --- a/dev-games/etrophy/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST etrophy-0.5.1.tar.bz2 328345 SHA256 4d9c2f2deb017d67909d88718f1a97e80ab611538491956995377189f780ca0d SHA512 37c08a1dc95a7d5c1dbf7efa7c769f3418d7e02a67591cc12bc5f7b1b6883450fe69b0c792ea07167df377a3e972671aa8c7f9dd27754e50261b02d2fcecbc2b WHIRLPOOL ff6d0014d265e31580f04e0daf2af5fa0311a0f5c333460697b49820245ee0515f54835bad639cd28e38feb5c9c9cb809d81079428eecc8e04b98cfff7382a28 diff --git a/dev-games/etrophy/etrophy-0.5.1.ebuild b/dev-games/etrophy/etrophy-0.5.1.ebuild deleted file mode 100644 index 033f687b86b2..000000000000 --- a/dev-games/etrophy/etrophy-0.5.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 - -inherit enlightenment - -DESCRIPTION="Library for managing scores, trophies and unlockables,stores them and provides views to display them" - -SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" -LICENSE="BSD-2" - -KEYWORDS="~amd64 ~x86" -IUSE="doc static-libs" - -RDEPEND="dev-libs/efl - >=media-libs/elementary-1.8.0" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_configure() { - MY_ECONF=" - $(use_enable doc) - " - - enlightenment_src_configure -} diff --git a/dev-games/etrophy/metadata.xml b/dev-games/etrophy/metadata.xml deleted file mode 100644 index 8dca222b9693..000000000000 --- a/dev-games/etrophy/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - enlightenment@gentoo.org - Project Enlightenment - - diff --git a/dev-haskell/hashtables/Manifest b/dev-haskell/hashtables/Manifest index 87f2c19b17d2..7b740826e0ff 100644 --- a/dev-haskell/hashtables/Manifest +++ b/dev-haskell/hashtables/Manifest @@ -1,4 +1,2 @@ DIST hashtables-1.1.2.1.tar.gz 48553 SHA256 c50d910fea2e81eca53d9a2dfbc925246be5b7cc2d0854c6d9e95eaab05ac684 SHA512 87739d4021b705e40982e66925400eea38efd2f2a11dc46626f33d2a9c9287a5a323d93c82d6e8415aef0434350256fda80819a4bbb58ff2afee74ed755c266a WHIRLPOOL 26fd049380d0dbdd959eb2d778b8409bc901f307db8e65c26193b1abc70d6d715ffb47fa6ef1343d60897fc580f8f101d719a547f139dadb3a3bb51da5ab9bd1 -DIST hashtables-1.2.0.1.tar.gz 53093 SHA256 329d700e716b18a2cf1a75669104da3a773091a7e441c5470c202d4c439bf0fc SHA512 5677ca82aafec488ae1801363a3c58f173f5e11a92ac0c8991c08f0da5128ef62a66ade391771a99f8a6a339057ca774591e146667237a2a3bedc283a3a1684c WHIRLPOOL fa26257fe461177f508bd0bfb86be8d9355bae0f20b228c8a779939158acad95031a6a1032a8b28d8977c7e56efd1e1d02e4354b2d0bfde39c4433e26add5eff -DIST hashtables-1.2.0.2.tar.gz 54283 SHA256 012be9fa5e91118b9301ca58138fbf45222119a284d5561ca6f7e3f9b42e1837 SHA512 8b6416056c56acfa81224506779bf47626373cdd70f39ff8fd40a11a474e2c45dccd3a7a534c45265d275c1cc13cc6a0d657c8f9f1c1f5fda8fbad98d9043739 WHIRLPOOL 2c3375ac986d348e6a1ce3dcc199ea491ee991e51e42f0f9e02e726539cbf69de4d5e5e6b926c957d088f4174b368cbe6c0a8a958d63a6fedfb1a6dd6117f77c DIST hashtables-1.2.1.0.tar.gz 53706 SHA256 ef5122c8f3b72d1e817a4f2adb410ad88b30818934a276b7184790697f4fdcac SHA512 2c6cd17434402ff963a1b3357e58dfab3d4b60f5a2848b5433dcbbc1705d24707eacfc36af5dfb461ab03ce678c0736f3277292677e8ab297b306bd14e797e64 WHIRLPOOL fba19771e0d875430571aaa8e72666e2d4355554217ecb97a4611525f0e01bf4f6ba96e80c15e5c514b4ac8ca34271ac6c8bf63086e7294aabb60279cf77ca9c diff --git a/dev-haskell/hashtables/hashtables-1.2.0.1.ebuild b/dev-haskell/hashtables/hashtables-1.2.0.1.ebuild deleted file mode 100644 index c70f72fa42c3..000000000000 --- a/dev-haskell/hashtables/hashtables-1.2.0.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -# ebuild generated by hackport 0.4.4.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Mutable hash tables in the ST monad" -HOMEPAGE="https://github.com/gregorycollins/hashtables" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="bounds-checking debug portable cpu_flags_x86_sse4_2 +unsafe-tricks" - -RDEPEND="dev-haskell/primitive:=[profile?] - >=dev-haskell/vector-0.7:=[profile?] =dev-lang/ghc-7.4.1:= - || ( ( >=dev-haskell/hashable-1.1:=[profile?] =dev-haskell/hashable-1.2.1:=[profile?] - - -- -+ -+ - - - -@@ -168,7 +168,7 @@ - - - -- -+ - - - diff --git a/dev-java/jsap/jsap-2.1-r1.ebuild b/dev-java/jsap/jsap-2.1-r1.ebuild deleted file mode 100644 index db2a8a7959c9..000000000000 --- a/dev-java/jsap/jsap-2.1-r1.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -JAVA_PKG_IUSE="doc source" - -inherit eutils java-pkg-2 java-ant-2 - -MY_PN="JSAP" -MY_P=${MY_PN}-${PV} - -DESCRIPTION="Java Simple Arguments Parser (JSAP)" -HOMEPAGE="http://sourceforge.net/projects/jsap" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="test" - -CDEPEND=" - dev-java/xstream:0 - dev-java/ant-core:0" - -DEPEND=" - ${CDEPEND} - >=virtual/jdk-1.6 - test? ( - dev-java/ant-junit:0 - )" - -RDEPEND=" - ${CDEPEND} - >=virtual/jre-1.6" - -S="${WORKDIR}/${MY_P}" - -EANT_BUILD_TARGET="jar" -EANT_JAVADOC_TARGET="javadoc" -EANT_ANT_TASKS="rundoc snip" -EANT_BUILD_TEST="test" -EANT_GENTOO_CLASSPATH=" - ant-core - xstream -" - -JAVA_ANT_REWRITE_CLASSPATH="yes" - -PATCHES=( - "${FILESDIR}/${P}-build.xml.patch" -) - -java_prepare() { - java-pkg_clean - epatch "${PATCHES[@]}" -} - -src_test() { - java-pkg-2_src_test -} - -src_install() { - java-pkg_newjar "dist/${MY_P}.jar" - - if use doc; then - dohtml doc/*.html - java-pkg_dojavadoc doc/javadoc - dosym /usr/share/doc/${PF}/html/api /usr/share/doc/${PF}/html/javadoc - fi - - use source && java-pkg_dosrc src/java/com -} diff --git a/dev-java/jsap/jsap-2.1-r2.ebuild b/dev-java/jsap/jsap-2.1-r2.ebuild index 7a53d7b1086f..4b008f260a57 100644 --- a/dev-java/jsap/jsap-2.1-r2.ebuild +++ b/dev-java/jsap/jsap-2.1-r2.ebuild @@ -3,6 +3,7 @@ # $Id$ EAPI=5 + JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-pkg-simple @@ -16,21 +17,22 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" CDEPEND=" dev-java/xstream:0 dev-java/ant-core:0" -DEPEND=" - ${CDEPEND} - >=virtual/jdk-1.6" - RDEPEND=" ${CDEPEND} >=virtual/jre-1.6" +DEPEND=" + ${CDEPEND} + >=virtual/jdk-1.6 + source? ( app-arch/zip )" + S="${WORKDIR}/${MY_P}" JAVA_GENTOO_CLASSPATH=" diff --git a/dev-java/jsap/jsap-2.1.ebuild b/dev-java/jsap/jsap-2.1.ebuild deleted file mode 100644 index 4e9f0e675eec..000000000000 --- a/dev-java/jsap/jsap-2.1.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -JAVA_PKG_IUSE="doc source" -inherit eutils java-pkg-2 java-ant-2 - -DESCRIPTION="Java Simple Arguments Parser (JSAP)" -HOMEPAGE="http://sourceforge.net/projects/jsap" -MY_PN=JSAP -MY_P=${MY_PN}-${PV} -SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" -IUSE="test" - -COMMON_DEP=" - >=dev-java/ant-core-1.7.0 - dev-java/xstream" - -DEPEND=">=virtual/jdk-1.4 - ${COMMON_DEP} - =dev-java/snip-0.11* - =dev-java/rundoc-0.11* - test? ( - dev-java/ant-junit - =dev-java/junit-3.8* - )" - -RDEPEND=">=virtual/jre-1.4 - ${COMMON_DEP}" - -S=${WORKDIR}/${MY_P} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-build.xml.patch" - java-ant_rewrite-classpath - cd "${S}/lib" - - rm -v *.jar -} - -EANT_BUILD_TARGET="jar" -EANT_JAVADOC_TARGET="javadoc" -EANT_ANT_TASKS="rundoc snip" -EANT_GENTOO_CLASSPATH="ant-core xstream" - -src_test() { - ANT_TASKS="ant-junit rundoc snip" eant test -} - -src_install() { - java-pkg_newjar dist/${MY_P}.jar - - if use doc; then - dohtml doc/*.html - java-pkg_dojavadoc doc/javadoc - dosym /usr/share/doc/${PF}/html/api /usr/share/doc/${PF}/html/javadoc - fi - - use source && java-pkg_dosrc src/java/com -} diff --git a/dev-java/toolbar/Manifest b/dev-java/toolbar/Manifest index 2694066436d1..bb42c018c22f 100644 --- a/dev-java/toolbar/Manifest +++ b/dev-java/toolbar/Manifest @@ -1,2 +1 @@ -DIST toolbar-1.1.0-src.zip 72829 SHA256 4a873f7f8202e000b050d2777b78ea51410b3d5d7bc8456c111292b81d53c28e SHA512 57f4b7970beb78f979bd3970dfc528e0a26e38828dcb8a2cc81c8f886e900f81fe53ca6cae7b5cfa3ce93cc273fa2f440cb0bd720ba6052e84e9f2df1e77099e WHIRLPOOL 0d16d46392404254726070ad6fc392204f3262adeb6a4f2da0abff1e20317b476afea4ece91c5e527ffca8096bdcbbd4049ab46f6f39129f0cfa5c7ff74852b2 DIST toolbar-1.1.0.zip 72829 SHA256 4a873f7f8202e000b050d2777b78ea51410b3d5d7bc8456c111292b81d53c28e SHA512 57f4b7970beb78f979bd3970dfc528e0a26e38828dcb8a2cc81c8f886e900f81fe53ca6cae7b5cfa3ce93cc273fa2f440cb0bd720ba6052e84e9f2df1e77099e WHIRLPOOL 0d16d46392404254726070ad6fc392204f3262adeb6a4f2da0abff1e20317b476afea4ece91c5e527ffca8096bdcbbd4049ab46f6f39129f0cfa5c7ff74852b2 diff --git a/dev-java/toolbar/files/build.xml b/dev-java/toolbar/files/build.xml deleted file mode 100644 index 85c6368eb1fb..000000000000 --- a/dev-java/toolbar/files/build.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/dev-java/toolbar/toolbar-1.1.0-r1.ebuild b/dev-java/toolbar/toolbar-1.1.0-r1.ebuild deleted file mode 100644 index d53b718a099f..000000000000 --- a/dev-java/toolbar/toolbar-1.1.0-r1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -JAVA_PKG_IUSE="source" - -inherit eutils java-pkg-2 java-ant-2 - -DESCRIPTION="An improved version of JToolBar" -HOMEPAGE="http://toolbar.tigris.org" -SRC_URI="http://toolbar.tigris.org/files/documents/869/25285/toolbar-${PV}-src.zip" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=">=virtual/jdk-1.4 - app-arch/unzip" -RDEPEND=">=virtual/jre-1.4" - -src_unpack() { - unpack ${A} - - # Remove the CVS directories - ecvs_clean - - # Make the work environment - mkdir "${S}" - - # Setup the structure - mv src "${S}" - rm -rf test - - # Copy over the build.xml - cp "${FILESDIR}"/build.xml "${S}" || die "Unable to copy the build file!" - - cat > "${S}/build.properties" <<- EOF - src=src - dest=dest - build=build - version=${PV} - EOF -} - -src_compile() { - eant -Dversion=${PV} -} - -src_install() { - java-pkg_newjar dest/toolbar-${PV}.jar ${PN}.jar - use source && java-pkg_dosrc "${S}"/src/org/ -} diff --git a/dev-java/toolbar/toolbar-1.1.0-r2.ebuild b/dev-java/toolbar/toolbar-1.1.0-r2.ebuild index 7f293e0cd63b..d2acdc92e3c3 100644 --- a/dev-java/toolbar/toolbar-1.1.0-r2.ebuild +++ b/dev-java/toolbar/toolbar-1.1.0-r2.ebuild @@ -14,14 +14,18 @@ SRC_URI="http://toolbar.tigris.org/files/documents/869/25285/toolbar-${PV}-src.z LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" -DEPEND=">=virtual/jdk-1.6" -RDEPEND=">=virtual/jre-1.6" +RDEPEND=" + >=virtual/jre-1.6" + +DEPEND=" + >=virtual/jdk-1.6 + source? ( app-arch/zip )" JAVA_SRC_DIR="src" java_prepare() { - rm -rf test || die + rm -rv test || die } diff --git a/dev-lang/go/Manifest b/dev-lang/go/Manifest index c295cf1cf7ee..992d4615b9fa 100644 --- a/dev-lang/go/Manifest +++ b/dev-lang/go/Manifest @@ -7,5 +7,4 @@ DIST go-linux-arm-bootstrap.tbz 46055976 SHA256 a44e33b95046e01fd7125c3cc3c34b13 DIST go-linux-arm64-bootstrap.tbz 45369354 SHA256 810c998e6701580fe0f26d46c5796eefce648e252ff9d6d761304e60556b7fc0 SHA512 3f64869430c03efa77796ed74d07a337e2a205802485605cbdd67778a08e5ce041ce3925b7a5cca0a6b4ad24ab70e07ee54091b010f67ec7370a985022f5a21e WHIRLPOOL f6f470081d5f23c190310280aaf7454a4f58fe4e7545bbd219046711f8d27ce97cc5f5f1c207e777067d1f6332e4b3f2c819b178e899d21c2d5d1d466a42cc37 DIST go-linux-ppc64-bootstrap.tbz 45266082 SHA256 89902cebaf93b95dea225b7304eedcae101d6fb83bba0fcdfee001361b4868c0 SHA512 d013a1a5953207505a9f7e0c5cfdc7f463d4669fd18b36cf1df10126e9d4c012252bc4d207dd4503c34301e76197d8e89a9ed9d9d0b8a3b54b62e782b4c39d7b WHIRLPOOL 3ec868d94e8452a3cdb49a1292f9f32ebeb813ea297e419849cdee28c8d952887feb70e1095ce109ff6b8bb81dee47b7eb6f275b15bb6f46422095c3b260f968 DIST go-solaris-amd64-bootstrap.tbz 48367195 SHA256 92ebdbf001f243a78a6c2d8ee30e929ba2cecbedf8e0fc07e129b04b107453ad SHA512 cf8725db0d001d61badee71624799a3c9e75f61f77ab090c1f6c490d694c4be367019b28d88306045d877ab5a324a1f9b0674293caf3acb19c193fc3746a48f2 WHIRLPOOL 672c6642e340b6d4f38b633f67fdc3202e3725022a8a61e2129276fccd6c42ddc24ed06c1d57eb31a25ea8056b79686619cbb36431b9c23b6d4be5bcb715bd89 -DIST go1.5.3.src.tar.gz 12057623 SHA256 754e06dab1c31ab168fc9db9e32596734015ea9e24bc44cae7f237f417ce4efe SHA512 b348832ea7cb095cf793960cf9f4da5e9f6ca8de7b5262bb819de97efea4835643e30a18efd4a82d01ea3854a1905af9e134271716c4b68c9d2a8f6e15f65ff0 WHIRLPOOL aec869ec6af62601f6b83283417eef739141f99be938d419ef4a553028141e05ded7777fdff2a2d1a3e35e4976e4ec96a301b4875c509a370848d0df5dc9e0c8 DIST go1.6.src.tar.gz 12613308 SHA256 a96cce8ce43a9bf9b2a4c7d470bc7ee0cb00410da815980681c8353218dcf146 SHA512 59e9d72a80558fd5e3f176e068897a45333b36e35f6c00393647941a70e741168e65941b6059397378020c3b78ec3471a48809682f7efd97cf33eec6325fc3e8 WHIRLPOOL c6debe1a5039f0ca34c29b4a53f958503a724cae13715ea14f0237b5faacd26e09eb6405462e22abd6806540dd8fb9eb2fa08ff6e8676b0f6dffa267210f5eac diff --git a/dev-lang/go/files/go-1.5.3-assume-amd64-on-osx.patch b/dev-lang/go/files/go-1.5.3-assume-amd64-on-osx.patch deleted file mode 100644 index d5688894902b..000000000000 --- a/dev-lang/go/files/go-1.5.3-assume-amd64-on-osx.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- src/cmd/dist/util.go 2016-01-15 11:27:49.092713185 -0600 -+++ src/cmd/dist/util.go 2016-01-15 11:29:50.616721387 -0600 -@@ -404,9 +404,7 @@ - switch gohostos { - case "darwin": - // Even on 64-bit platform, darwin uname -m prints i386. -- if strings.Contains(run("", CheckExit, "sysctl", "machdep.cpu.extfeatures"), "EM64T") { -- gohostarch = "amd64" -- } -+ gohostarch = "amd64" - case "solaris": - // Even on 64-bit platform, solaris uname -m prints i86pc. - out := run("", CheckExit, "isainfo", "-n") diff --git a/dev-lang/go/go-1.5.3.ebuild b/dev-lang/go/go-1.5.3.ebuild deleted file mode 100644 index 1c26f96eaecb..000000000000 --- a/dev-lang/go/go-1.5.3.ebuild +++ /dev/null @@ -1,213 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -export CBUILD=${CBUILD:-${CHOST}} -export CTARGET=${CTARGET:-${CHOST}} - -inherit eutils toolchain-funcs - -if [[ ${PV} = 9999 ]]; then - EGIT_REPO_URI="git://github.com/golang/go.git" - inherit git-r3 -else - SRC_URI="https://storage.googleapis.com/golang/go${PV}.src.tar.gz" - # go-bootstrap-1.4 only supports go on amd64, arm and x86 architectures. - # Allowing other bootstrap options would enable arm64 and ppc64 builds. - KEYWORDS="-* amd64 arm x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x86-macos ~x64-solaris" -fi - -DESCRIPTION="A concurrent garbage collected and typesafe programming language" -HOMEPAGE="http://www.golang.org" - -LICENSE="BSD" -SLOT="0/${PV}" -IUSE="" - -DEPEND=">=dev-lang/go-bootstrap-1.4.1" -RDEPEND="!ml@gentoo.org Gentoo ML Project + + Enables the Flambda optimizer: A new intermediate representation (introduced in ocaml 4.03) in the depths of the compiler designed to allow for better inlining. + diff --git a/dev-lang/ocaml/ocaml-4.03.0_beta1.ebuild b/dev-lang/ocaml/ocaml-4.03.0_beta2.ebuild similarity index 97% rename from dev-lang/ocaml/ocaml-4.03.0_beta1.ebuild rename to dev-lang/ocaml/ocaml-4.03.0_beta2.ebuild index 0aea93c39f97..f795daef3962 100644 --- a/dev-lang/ocaml/ocaml-4.03.0_beta1.ebuild +++ b/dev-lang/ocaml/ocaml-4.03.0_beta2.ebuild @@ -18,7 +18,7 @@ LICENSE="QPL-1.0 LGPL-2" # so here we go with the subslot. SLOT="0/${PV}" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="emacs latex ncurses +ocamlopt X xemacs" +IUSE="emacs flambda latex ncurses +ocamlopt X xemacs" RDEPEND=" ncurses? ( sys-libs/ncurses:0= ) @@ -60,6 +60,7 @@ src_configure() { use ncurses || myconf="${myconf} -no-curses" use X || myconf="${myconf} -no-graph" + use flambda && myconf="${myconf} -flambda" # ocaml uses a home-brewn configure script, preventing it to use econf. RAW_LDFLAGS="$(raw-ldflags)" ./configure \ diff --git a/dev-libs/beecrypt/beecrypt-4.2.1-r3.ebuild b/dev-libs/beecrypt/beecrypt-4.2.1-r3.ebuild index 4d7726efe52d..ef5902b87154 100644 --- a/dev-libs/beecrypt/beecrypt-4.2.1-r3.ebuild +++ b/dev-libs/beecrypt/beecrypt-4.2.1-r3.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/beecrypt/${P}.tar.gz" LICENSE="GPL-2 LGPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos" IUSE="+threads java cxx python static-libs doc" COMMONDEPEND="! - - - - enlightenment@gentoo.org - Project Enlightenment - - - Enable interfacing with net-wireless/bluez DBus API - Enable interfacing with net-misc/ofono DBus API - Enable building of test binaries for enabled features - - diff --git a/dev-libs/ecore/Manifest b/dev-libs/ecore/Manifest deleted file mode 100644 index c94ec78a030b..000000000000 --- a/dev-libs/ecore/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ecore-1.7.10.tar.bz2 3455136 SHA256 c3f27ab18517b85b286871c6c7ccf8e22347f0661502db0fbf401537fa5a4bb6 SHA512 24fbe064913c566f885a2e51185b1f1d37c62c0d03ba0d549e9715ba516fb6b3f630ad331f89f66e91de1401b06b01b16916650448dda11d5e1efa24e52eaf39 WHIRLPOOL 93c187d8e8481f016aef07cefc99621eed136f43055387d31936c1745ac7929f71443f40cd26873b0cca891342dbff818e31b709cfb28385414dc78c890edcae diff --git a/dev-libs/ecore/ecore-1.7.10-r1.ebuild b/dev-libs/ecore/ecore-1.7.10-r1.ebuild deleted file mode 100644 index ca6bdd6c1541..000000000000 --- a/dev-libs/ecore/ecore-1.7.10-r1.ebuild +++ /dev/null @@ -1,206 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -if [[ ${PV} == "9999" ]] ; then - EGIT_SUB_PROJECT="legacy" - EGIT_URI_APPEND=${PN} - EGIT_BRANCH=${PN}-1.7 -else - SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - EKEY_STATE="snap" -fi - -# virtualx is required for tests, which are currently broken -#inherit virtualx -inherit enlightenment eutils - -DESCRIPTION="Enlightenment's core event abstraction layer and OS abstraction layer" - -LICENSE="BSD-2" -IUSE="ares curl directfb +evas examples fbcon gles glib gnutls +inotify ipv6 libressl opengl sdl ssl static-libs test +threads tslib wayland +X xcb xinerama xprint xscreensaver" - -RDEPEND=">=dev-libs/eina-${PV} - ares? ( net-dns/c-ares ) - glib? ( dev-libs/glib:2 ) - curl? ( net-misc/curl ) - gnutls? ( net-libs/gnutls ) - !gnutls? ( - ssl? ( - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl ) - ) - ) - evas? ( - >=media-libs/evas-${PV}[directfb?,fbcon?,opengl?,X?,xcb?] - opengl? ( virtual/opengl ) - wayland? ( - >=media-libs/evas-${PV}[directfb?,fbcon?,gles?,opengl?,wayland?,X?,xcb?] - ) - ) - directfb? ( >=dev-libs/DirectFB-0.9.16 ) - tslib? ( x11-libs/tslib ) - sdl? ( media-libs/libsdl ) - wayland? ( dev-libs/wayland ) - X? ( - x11-libs/libX11 - x11-libs/libXcomposite - x11-libs/libXcursor - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXi - x11-libs/libXrender - x11-libs/libXtst - xinerama? ( x11-libs/libXinerama x11-libs/libXrandr ) - xprint? ( x11-libs/libXp ) - xscreensaver? ( x11-libs/libXScrnSaver ) - ) - !X? ( xcb? ( - x11-libs/pixman - x11-libs/xcb-util - ) )" -DEPEND="${RDEPEND}" - -# tests depend on temp data from eina WORKDIR. -RESTRICT="test" - -src_configure() { - local ssl_flags=() evas_flags=() x_flags=() - - if use gnutls && use ssl; then - einfo "You have enabled both 'ssl' and 'gnutls', so we will use" - einfo "gnutls and not openssl for ecore-con support." - fi - ssl_flags=( - $(usex gnutls "--disable-openssl" "$(use_enable ssl openssl)") - $(use_enable gnutls) - ) - - local x_or_xcb=$(usex X "X" "$(usev xcb)") - - if use evas; then - if use opengl && [[ -z ${x_or_xcb} ]]; then - ewarn "Ecore/Evas usage of OpenGL requires X11." - ewarn "Compile dev-libs/ecore with USE=X or xcb." - ewarn "Compiling without opengl support." - evas_flags=( - --disable-ecore-evas-software-x11 - --disable-ecore-evas-software-16-x11 - ) - else - evas_flags=( - --enable-ecore-evas-software-x11 - --enable-ecore-evas-software-16-x11 - ) - fi - evas_flags+=( - $(use_enable directfb ecore-evas-directfb) - $(use_enable fbcon ecore-evas-fb) - $(use_enable opengl ecore-evas-opengl-x11) - $(use_enable wayland ecore-evas-wayland-shm) - $(usex wayland "--disable-ecore-evas-wayland-egl" "$(use_enable gles ecore-evas-wayland-egl)") - ) - else - evas_flags=( - --disable-ecore-evas-directfb - --disable-ecore-evas-fb - --disable-ecore-evas-software-x11 - --disable-ecore-evas-software-16-x11 - --disable-ecore-evas-opengl-x11 - --disable-ecore-evas-wayland-shm - --disable-ecore-evas-wayland-egl - ) - if use opengl; then - ewarn "Ecore usage of OpenGL is dependent on media-libs/evas." - ewarn "Compile dev-libs/ecore with USE=evas." - fi - fi - - if use X; then - if use xcb; then - ewarn "You have enabled both 'X' and 'xcb', so we will use" - ewarn "X as it's considered the most stable for ecore-x." - fi - x_flags=( - --enable-ecore-x - --disable-ecore-x-xcb - ) - elif use xcb; then - x_flags=( - --enable-ecore-x - --enable-ecore-x-xcb - ) - else - x_flags=( - --disable-ecore-x - --disable-ecore-x-xcb - ) - fi - - if [[ -n ${x_or_xcb} ]]; then - x_flags+=( - $(use_enable xinerama ecore-x-xinerama) - $(use_enable xprint ecore-x-xprint) - $(use_enable xscreensaver ecore-x-screensaver) - ) - else - x_flags+=( - --disable-ecore-x-xinerama - --disable-ecore-x-xprint - --disable-ecore-x-screensaver - ) - fi - - if use tslib && ! use fbcon; then - ewarn "Ecore just uses tslib for framebuffer input." - ewarn "Compile dev-libs/ecore with USE=fbcon." - fi - - E_ECONF=( - --enable-ecore-con - --enable-ecore-ipc - --enable-ecore-file - --enable-ecore-imf - --enable-ecore-input - --disable-ecore-win32 - --disable-ecore-wince - --disable-ecore-evas-software-gdi - --disable-ecore-evas-software-ddraw - --disable-ecore-evas-direct3d - --disable-ecore-evas-opengl-glew - --disable-ecore-evas-software-16-ddraw - --disable-ecore-evas-software-16-wince - --disable-ecore_imf_scim - $(use_enable ares cares) - $(use_enable curl) - $(use_enable directfb ecore-directfb) - $(use_enable doc) - $(use_enable examples build-examples) - $(use_enable examples install-examples) - $(use_enable evas ecore-evas) - $(use_enable evas ecore-input-evas) - $(use_enable evas ecore-imf-evas) - $(use_enable evas ecore-evas-software-buffer) - $(use_enable fbcon ecore-fb) - $(use_enable glib) - $(use_enable inotify) - $(use_enable ipv6) - $(use_enable sdl ecore-sdl) - $(use_enable test tests) - $(use_enable threads posix-threads) - $(use_enable tslib) - $(use_enable wayland ecore-wayland) - $(use_enable X xim) - "${ssl_flags[@]}" - "${evas_flags[@]}" - "${x_flags[@]}" - ) - enlightenment_src_configure -} - -src_test() { - Xemake check -} diff --git a/dev-libs/ecore/ecore-1.7.10.ebuild b/dev-libs/ecore/ecore-1.7.10.ebuild deleted file mode 100644 index 21ad98dd762b..000000000000 --- a/dev-libs/ecore/ecore-1.7.10.ebuild +++ /dev/null @@ -1,201 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -if [[ ${PV} == "9999" ]] ; then - EGIT_SUB_PROJECT="legacy" - EGIT_URI_APPEND=${PN} - EGIT_BRANCH=${PN}-1.7 -else - SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - EKEY_STATE="snap" -fi - -# virtualx is required for tests, which are currently broken -#inherit virtualx -inherit enlightenment eutils - -DESCRIPTION="Enlightenment's core event abstraction layer and OS abstraction layer" - -LICENSE="BSD-2" -IUSE="ares curl directfb +evas examples fbcon gles glib gnutls +inotify ipv6 opengl sdl ssl static-libs +threads tslib wayland +X xcb xinerama xprint xscreensaver" - -RDEPEND=">=dev-libs/eina-${PV} - ares? ( net-dns/c-ares ) - glib? ( dev-libs/glib ) - curl? ( net-misc/curl ) - gnutls? ( net-libs/gnutls ) - !gnutls? ( ssl? ( dev-libs/openssl ) ) - evas? ( - >=media-libs/evas-${PV}[directfb?,fbcon?,opengl?,X?,xcb?] - opengl? ( virtual/opengl ) - wayland? ( - >=media-libs/evas-${PV}[directfb?,fbcon?,gles?,opengl?,wayland?,X?,xcb?] - ) - ) - directfb? ( >=dev-libs/DirectFB-0.9.16 ) - tslib? ( x11-libs/tslib ) - sdl? ( media-libs/libsdl ) - wayland? ( dev-libs/wayland ) - X? ( - x11-libs/libX11 - x11-libs/libXcomposite - x11-libs/libXcursor - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXi - x11-libs/libXrender - x11-libs/libXtst - xinerama? ( x11-libs/libXinerama x11-libs/libXrandr ) - xprint? ( x11-libs/libXp ) - xscreensaver? ( x11-libs/libXScrnSaver ) - ) - !X? ( xcb? ( - x11-libs/pixman - x11-libs/xcb-util - ) )" -DEPEND="${RDEPEND}" - -# tests depend on temp data from eina WORKDIR. -RESTRICT="test" - -src_configure() { - local ssl_flags=() evas_flags=() x_flags=() - - if use gnutls && use ssl; then - einfo "You have enabled both 'ssl' and 'gnutls', so we will use" - einfo "gnutls and not openssl for ecore-con support." - fi - ssl_flags=( - $(usex gnutls "--disable-openssl" "$(use_enable ssl openssl)") - $(use_enable gnutls) - ) - - local x_or_xcb=$(usex X "X" "$(usev xcb)") - - if use evas; then - if use opengl && [[ -z ${x_or_xcb} ]]; then - ewarn "Ecore/Evas usage of OpenGL requires X11." - ewarn "Compile dev-libs/ecore with USE=X or xcb." - ewarn "Compiling without opengl support." - evas_flags=( - --disable-ecore-evas-software-x11 - --disable-ecore-evas-software-16-x11 - ) - else - evas_flags=( - --enable-ecore-evas-software-x11 - --enable-ecore-evas-software-16-x11 - ) - fi - evas_flags+=( - $(use_enable directfb ecore-evas-directfb) - $(use_enable fbcon ecore-evas-fb) - $(use_enable opengl ecore-evas-opengl-x11) - $(use_enable wayland ecore-evas-wayland-shm) - $(usex wayland "--disable-ecore-evas-wayland-egl" "$(use_enable gles ecore-evas-wayland-egl)") - ) - else - evas_flags=( - --disable-ecore-evas-directfb - --disable-ecore-evas-fb - --disable-ecore-evas-software-x11 - --disable-ecore-evas-software-16-x11 - --disable-ecore-evas-opengl-x11 - --disable-ecore-evas-wayland-shm - --disable-ecore-evas-wayland-egl - ) - if use opengl; then - ewarn "Ecore usage of OpenGL is dependent on media-libs/evas." - ewarn "Compile dev-libs/ecore with USE=evas." - fi - fi - - if use X; then - if use xcb; then - ewarn "You have enabled both 'X' and 'xcb', so we will use" - ewarn "X as it's considered the most stable for ecore-x." - fi - x_flags=( - --enable-ecore-x - --disable-ecore-x-xcb - ) - elif use xcb; then - x_flags=( - --enable-ecore-x - --enable-ecore-x-xcb - ) - else - x_flags=( - --disable-ecore-x - --disable-ecore-x-xcb - ) - fi - - if [[ -n ${x_or_xcb} ]]; then - x_flags+=( - $(use_enable xinerama ecore-x-xinerama) - $(use_enable xprint ecore-x-xprint) - $(use_enable xscreensaver ecore-x-screensaver) - ) - else - x_flags+=( - --disable-ecore-x-xinerama - --disable-ecore-x-xprint - --disable-ecore-x-screensaver - ) - fi - - if use tslib && ! use fbcon; then - ewarn "Ecore just uses tslib for framebuffer input." - ewarn "Compile dev-libs/ecore with USE=fbcon." - fi - - E_ECONF=( - --enable-ecore-con - --enable-ecore-ipc - --enable-ecore-file - --enable-ecore-imf - --enable-ecore-input - --disable-ecore-win32 - --disable-ecore-wince - --disable-ecore-evas-software-gdi - --disable-ecore-evas-software-ddraw - --disable-ecore-evas-direct3d - --disable-ecore-evas-opengl-glew - --disable-ecore-evas-software-16-ddraw - --disable-ecore-evas-software-16-wince - --disable-ecore_imf_scim - $(use_enable ares cares) - $(use_enable curl) - $(use_enable directfb ecore-directfb) - $(use_enable doc) - $(use_enable examples build-examples) - $(use_enable examples install-examples) - $(use_enable evas ecore-evas) - $(use_enable evas ecore-input-evas) - $(use_enable evas ecore-imf-evas) - $(use_enable evas ecore-evas-software-buffer) - $(use_enable fbcon ecore-fb) - $(use_enable glib) - $(use_enable inotify) - $(use_enable ipv6) - $(use_enable sdl ecore-sdl) - $(use_enable test tests) - $(use_enable threads posix-threads) - $(use_enable tslib) - $(use_enable wayland ecore-wayland) - $(use_enable X xim) - "${ssl_flags[@]}" - "${evas_flags[@]}" - "${x_flags[@]}" - ) - enlightenment_src_configure -} - -src_test() { - Xemake check -} diff --git a/dev-libs/ecore/ecore-9999.ebuild b/dev-libs/ecore/ecore-9999.ebuild deleted file mode 100644 index ca6bdd6c1541..000000000000 --- a/dev-libs/ecore/ecore-9999.ebuild +++ /dev/null @@ -1,206 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -if [[ ${PV} == "9999" ]] ; then - EGIT_SUB_PROJECT="legacy" - EGIT_URI_APPEND=${PN} - EGIT_BRANCH=${PN}-1.7 -else - SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - EKEY_STATE="snap" -fi - -# virtualx is required for tests, which are currently broken -#inherit virtualx -inherit enlightenment eutils - -DESCRIPTION="Enlightenment's core event abstraction layer and OS abstraction layer" - -LICENSE="BSD-2" -IUSE="ares curl directfb +evas examples fbcon gles glib gnutls +inotify ipv6 libressl opengl sdl ssl static-libs test +threads tslib wayland +X xcb xinerama xprint xscreensaver" - -RDEPEND=">=dev-libs/eina-${PV} - ares? ( net-dns/c-ares ) - glib? ( dev-libs/glib:2 ) - curl? ( net-misc/curl ) - gnutls? ( net-libs/gnutls ) - !gnutls? ( - ssl? ( - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl ) - ) - ) - evas? ( - >=media-libs/evas-${PV}[directfb?,fbcon?,opengl?,X?,xcb?] - opengl? ( virtual/opengl ) - wayland? ( - >=media-libs/evas-${PV}[directfb?,fbcon?,gles?,opengl?,wayland?,X?,xcb?] - ) - ) - directfb? ( >=dev-libs/DirectFB-0.9.16 ) - tslib? ( x11-libs/tslib ) - sdl? ( media-libs/libsdl ) - wayland? ( dev-libs/wayland ) - X? ( - x11-libs/libX11 - x11-libs/libXcomposite - x11-libs/libXcursor - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXi - x11-libs/libXrender - x11-libs/libXtst - xinerama? ( x11-libs/libXinerama x11-libs/libXrandr ) - xprint? ( x11-libs/libXp ) - xscreensaver? ( x11-libs/libXScrnSaver ) - ) - !X? ( xcb? ( - x11-libs/pixman - x11-libs/xcb-util - ) )" -DEPEND="${RDEPEND}" - -# tests depend on temp data from eina WORKDIR. -RESTRICT="test" - -src_configure() { - local ssl_flags=() evas_flags=() x_flags=() - - if use gnutls && use ssl; then - einfo "You have enabled both 'ssl' and 'gnutls', so we will use" - einfo "gnutls and not openssl for ecore-con support." - fi - ssl_flags=( - $(usex gnutls "--disable-openssl" "$(use_enable ssl openssl)") - $(use_enable gnutls) - ) - - local x_or_xcb=$(usex X "X" "$(usev xcb)") - - if use evas; then - if use opengl && [[ -z ${x_or_xcb} ]]; then - ewarn "Ecore/Evas usage of OpenGL requires X11." - ewarn "Compile dev-libs/ecore with USE=X or xcb." - ewarn "Compiling without opengl support." - evas_flags=( - --disable-ecore-evas-software-x11 - --disable-ecore-evas-software-16-x11 - ) - else - evas_flags=( - --enable-ecore-evas-software-x11 - --enable-ecore-evas-software-16-x11 - ) - fi - evas_flags+=( - $(use_enable directfb ecore-evas-directfb) - $(use_enable fbcon ecore-evas-fb) - $(use_enable opengl ecore-evas-opengl-x11) - $(use_enable wayland ecore-evas-wayland-shm) - $(usex wayland "--disable-ecore-evas-wayland-egl" "$(use_enable gles ecore-evas-wayland-egl)") - ) - else - evas_flags=( - --disable-ecore-evas-directfb - --disable-ecore-evas-fb - --disable-ecore-evas-software-x11 - --disable-ecore-evas-software-16-x11 - --disable-ecore-evas-opengl-x11 - --disable-ecore-evas-wayland-shm - --disable-ecore-evas-wayland-egl - ) - if use opengl; then - ewarn "Ecore usage of OpenGL is dependent on media-libs/evas." - ewarn "Compile dev-libs/ecore with USE=evas." - fi - fi - - if use X; then - if use xcb; then - ewarn "You have enabled both 'X' and 'xcb', so we will use" - ewarn "X as it's considered the most stable for ecore-x." - fi - x_flags=( - --enable-ecore-x - --disable-ecore-x-xcb - ) - elif use xcb; then - x_flags=( - --enable-ecore-x - --enable-ecore-x-xcb - ) - else - x_flags=( - --disable-ecore-x - --disable-ecore-x-xcb - ) - fi - - if [[ -n ${x_or_xcb} ]]; then - x_flags+=( - $(use_enable xinerama ecore-x-xinerama) - $(use_enable xprint ecore-x-xprint) - $(use_enable xscreensaver ecore-x-screensaver) - ) - else - x_flags+=( - --disable-ecore-x-xinerama - --disable-ecore-x-xprint - --disable-ecore-x-screensaver - ) - fi - - if use tslib && ! use fbcon; then - ewarn "Ecore just uses tslib for framebuffer input." - ewarn "Compile dev-libs/ecore with USE=fbcon." - fi - - E_ECONF=( - --enable-ecore-con - --enable-ecore-ipc - --enable-ecore-file - --enable-ecore-imf - --enable-ecore-input - --disable-ecore-win32 - --disable-ecore-wince - --disable-ecore-evas-software-gdi - --disable-ecore-evas-software-ddraw - --disable-ecore-evas-direct3d - --disable-ecore-evas-opengl-glew - --disable-ecore-evas-software-16-ddraw - --disable-ecore-evas-software-16-wince - --disable-ecore_imf_scim - $(use_enable ares cares) - $(use_enable curl) - $(use_enable directfb ecore-directfb) - $(use_enable doc) - $(use_enable examples build-examples) - $(use_enable examples install-examples) - $(use_enable evas ecore-evas) - $(use_enable evas ecore-input-evas) - $(use_enable evas ecore-imf-evas) - $(use_enable evas ecore-evas-software-buffer) - $(use_enable fbcon ecore-fb) - $(use_enable glib) - $(use_enable inotify) - $(use_enable ipv6) - $(use_enable sdl ecore-sdl) - $(use_enable test tests) - $(use_enable threads posix-threads) - $(use_enable tslib) - $(use_enable wayland ecore-wayland) - $(use_enable X xim) - "${ssl_flags[@]}" - "${evas_flags[@]}" - "${x_flags[@]}" - ) - enlightenment_src_configure -} - -src_test() { - Xemake check -} diff --git a/dev-libs/ecore/metadata.xml b/dev-libs/ecore/metadata.xml deleted file mode 100644 index e237510c87fd..000000000000 --- a/dev-libs/ecore/metadata.xml +++ /dev/null @@ -1,69 +0,0 @@ - - - - - enlightenment@gentoo.org - Project Enlightenment - - - Enables support for asynchronous DNS using the net-dns/c-ares library - Add gles support to the ecore-evas-wayland module - Enable dev-libs/glib eventloop support - Enable X11 Xprint support - Enable support for inotify - Provides easy to use canvas by gluing media-libs/evas and various input/output systems - Build with tslib support for touchscreen devices - Add support for dev-libs/wayland - - -Ecore is a clean and tiny event loop library with many modules to do -lots of convenient things for a programmer, to save time and effort. - -It's small and lean, designed to work on embedded systems all the way -to large and powerful multi-cpu workstations. It serialises all system -signals, events etc. into a single event queue, that is easily -processed without needing to worry about concurrency. A properly -written, event-driven program using this kind of programming doesn't -need threads, nor has to worry about concurrency. It turns a program -into a state machine, and makes it very robust and easy to follow. - -Ecore gives you other handy primitives, such as timers to tick over -for you and call specified functions at particular times so the -programmer can use this to do things, like animate, or time out on -connections or tasks that take too long etc. - -Idle handlers are provided too, as well as calls on entering an idle -state (often a very good time to update the state of the program). All -events that enter the system are passed to specific callback functions -that the program sets up to handle those events. Handling them is -simple and other Ecore modules produce more events on the queue, -coming from other sources such as file descriptors etc. - -Ecore also lets you have functions called when file descriptors become -active for reading or writing, allowing for streamlined, non-blocking -IO. - -Ecore may provide (if enabled) the following libraries: - - * ecore: main loop, signals, and base; - - * ecore_con: http/ftp (curl) access; - - * ecore_file: easy file manipulation (copy, move, symlink, remove), - monitoring and directory (mkdir, mkdir -p, rm -fr); - - * ecore_txt: text charset conversion (iconv wrapper); - - * ecore_evas: integrates media-libs/evas into different - input and output systems, providing easy to use canvas; - - * ecore_x, ecore_sdl, ecore_quartz, ecore_directfb, ecore_win32, - ecore_wince, ecore_fb: access to different input/output systems, - mapping them to ecore main loop and events; - - * ecore_imf, ecore_imf_evas: input-method framework used to integrate - with different input methods such as virtual keyboards; - - * ecore_input, ecore_input_evas: abstraction of input events. - - diff --git a/dev-libs/eet/Manifest b/dev-libs/eet/Manifest deleted file mode 100644 index 6f40057ab699..000000000000 --- a/dev-libs/eet/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST eet-1.7.10.tar.bz2 573420 SHA256 c3de7be3b0f72f154e40fb2ef794e26541722b9d9d93d5a356dc76c42f5d7c13 SHA512 4e4cee77ed8ece65f482ab2535ffc033d06837e8e9f8d109c9ea90eeeaa07f2cac0519a563bd715c7442837b703d55b18222535bd06d9a1c0319dfec2966e1f8 WHIRLPOOL dfa22424945c53014c1ca347a2cd87457a0b3b43a74139899493df519f8d83a8ed951f32ca08481f63a914ca29ce92713e71c32136a65743b8d61e2a22f94899 -DIST eet-1.7.8.tar.bz2 573161 SHA256 fd075dcd083d814e81d0ad7888de13ffc6f4a5453fedf905e650ab40369c773b SHA512 d5d781b32313f77310fd2273d79955004c985eacef3324ca8ad56c22be235a657a1366cb2f53ee93c16bd19fbc895e8db3b5d4563f7645f552360cb0e06720b1 WHIRLPOOL 60e66cd9641bcdf8ccb1904766612fef563550c9df0492bd1d70dc41085d84e55d21a235ded67430a47b09ebf6c7a0f8dd466a2b9dc0e16a89c94dcc64f5897f -DIST eet-1.7.9.tar.bz2 572885 SHA256 5d8a6e2becfc4bf77d02b823e145568f7a76ada24486486443602126f1710682 SHA512 4d06f6defff1938ecf3ce1bb911736d305b1fea46132c241e2fdd84ff027b52afbddcafe83f45a932c727006f70118eac18a08a7e386df3373a2ce64ae1280a3 WHIRLPOOL f892a13c233cc48af496c8f868fcdd005eaab444744c4fd4077af38bb339e74720872e8af25a5aec98bbcfa4667d9b6d85f515d33e042372af673fd7429768f9 diff --git a/dev-libs/eet/eet-1.7.10-r1.ebuild b/dev-libs/eet/eet-1.7.10-r1.ebuild deleted file mode 100644 index f666eb7c54a6..000000000000 --- a/dev-libs/eet/eet-1.7.10-r1.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -if [[ ${PV} == "9999" ]] ; then - EGIT_SUB_PROJECT="legacy" - EGIT_URI_APPEND=${PN} - EGIT_BRANCH=${PN}-1.7 -else - SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - EKEY_STATE="snap" -fi - -inherit enlightenment - -DESCRIPTION="E file chunk reading/writing library" -HOMEPAGE="https://trac.enlightenment.org/e/wiki/Eet" - -LICENSE="BSD-2" -IUSE="debug examples gnutls libressl ssl static-libs test" - -RDEPEND=">=dev-libs/eina-${PV} - virtual/jpeg - sys-libs/zlib - gnutls? ( - net-libs/gnutls - dev-libs/libgcrypt:0 - ) - !gnutls? ( - ssl? ( - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl ) - ) - )" -DEPEND="${RDEPEND} - test? ( - dev-libs/check - dev-util/lcov - )" - -src_configure() { - E_ECONF=( - $(use_enable debug assert) - $(use_enable doc) - $(use_enable examples build-examples) - $(use_enable examples install-examples) - $(use_enable test tests) - ) - - if use gnutls; then - if use ssl; then - ewarn "You have enabled both 'ssl' and 'gnutls', so we will use" - ewarn "gnutls and not openssl for cipher and signature support" - fi - E_ECONF+=( - --enable-cipher - --enable-signature - --disable-openssl - --enable-gnutls - ) - elif use ssl; then - E_ECONF+=( - --enable-cipher - --enable-signature - --enable-openssl - --disable-gnutls - ) - else - E_ECONF+=( - --disable-cipher - --disable-signature - --disable-openssl - --disable-gnutls - ) - fi - - enlightenment_src_configure -} diff --git a/dev-libs/eet/eet-1.7.10.ebuild b/dev-libs/eet/eet-1.7.10.ebuild deleted file mode 100644 index 9844c0c6fbdd..000000000000 --- a/dev-libs/eet/eet-1.7.10.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -if [[ ${PV} == "9999" ]] ; then - EGIT_SUB_PROJECT="legacy" - EGIT_URI_APPEND=${PN} - EGIT_BRANCH=${PN}-1.7 -else - SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - EKEY_STATE="snap" -fi - -inherit enlightenment - -DESCRIPTION="E file chunk reading/writing library" -HOMEPAGE="https://trac.enlightenment.org/e/wiki/Eet" - -LICENSE="BSD-2" -IUSE="debug examples gnutls ssl static-libs test" - -RDEPEND=">=dev-libs/eina-${PV} - virtual/jpeg - sys-libs/zlib - gnutls? ( - net-libs/gnutls - dev-libs/libgcrypt:0 - ) - !gnutls? ( ssl? ( dev-libs/openssl ) )" -DEPEND="${RDEPEND} - test? ( - dev-libs/check - dev-util/lcov - )" - -src_configure() { - E_ECONF=( - $(use_enable debug assert) - $(use_enable doc) - $(use_enable examples build-examples) - $(use_enable examples install-examples) - $(use_enable test tests) - ) - - if use gnutls; then - if use ssl; then - ewarn "You have enabled both 'ssl' and 'gnutls', so we will use" - ewarn "gnutls and not openssl for cipher and signature support" - fi - E_ECONF+=( - --enable-cipher - --enable-signature - --disable-openssl - --enable-gnutls - ) - elif use ssl; then - E_ECONF+=( - --enable-cipher - --enable-signature - --enable-openssl - --disable-gnutls - ) - else - E_ECONF+=( - --disable-cipher - --disable-signature - --disable-openssl - --disable-gnutls - ) - fi - - enlightenment_src_configure -} diff --git a/dev-libs/eet/eet-1.7.8.ebuild b/dev-libs/eet/eet-1.7.8.ebuild deleted file mode 100644 index 29259932c1c8..000000000000 --- a/dev-libs/eet/eet-1.7.8.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -if [[ ${PV} == "9999" ]] ; then - EGIT_SUB_PROJECT="legacy" - EGIT_URI_APPEND=${PN} - EGIT_BRANCH=${PN}-1.7 -else - SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - EKEY_STATE="snap" -fi - -inherit enlightenment - -DESCRIPTION="E file chunk reading/writing library" -HOMEPAGE="https://trac.enlightenment.org/e/wiki/Eet" - -LICENSE="BSD-2" -IUSE="debug examples gnutls ssl static-libs test" - -RDEPEND=">=dev-libs/eina-${PV} - virtual/jpeg - sys-libs/zlib - gnutls? ( - net-libs/gnutls - dev-libs/libgcrypt:0 - ) - !gnutls? ( ssl? ( dev-libs/openssl ) )" -DEPEND="${RDEPEND} - test? ( - dev-libs/check - dev-util/lcov - )" - -src_configure() { - E_ECONF=( - $(use_enable debug assert) - $(use_enable doc) - $(use_enable examples build-examples) - $(use_enable examples install-examples) - $(use_enable test tests) - ) - - if use gnutls; then - if use ssl; then - ewarn "You have enabled both 'ssl' and 'gnutls', so we will use" - ewarn "gnutls and not openssl for cipher and signature support" - fi - E_ECONF+=( - --enable-cipher - --enable-signature - --disable-openssl - --enable-gnutls - ) - elif use ssl; then - E_ECONF+=( - --enable-cipher - --enable-signature - --enable-openssl - --disable-gnutls - ) - else - E_ECONF+=( - --disable-cipher - --disable-signature - --disable-openssl - --disable-gnutls - ) - fi - - enlightenment_src_configure -} diff --git a/dev-libs/eet/eet-1.7.9.ebuild b/dev-libs/eet/eet-1.7.9.ebuild deleted file mode 100644 index 29259932c1c8..000000000000 --- a/dev-libs/eet/eet-1.7.9.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -if [[ ${PV} == "9999" ]] ; then - EGIT_SUB_PROJECT="legacy" - EGIT_URI_APPEND=${PN} - EGIT_BRANCH=${PN}-1.7 -else - SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - EKEY_STATE="snap" -fi - -inherit enlightenment - -DESCRIPTION="E file chunk reading/writing library" -HOMEPAGE="https://trac.enlightenment.org/e/wiki/Eet" - -LICENSE="BSD-2" -IUSE="debug examples gnutls ssl static-libs test" - -RDEPEND=">=dev-libs/eina-${PV} - virtual/jpeg - sys-libs/zlib - gnutls? ( - net-libs/gnutls - dev-libs/libgcrypt:0 - ) - !gnutls? ( ssl? ( dev-libs/openssl ) )" -DEPEND="${RDEPEND} - test? ( - dev-libs/check - dev-util/lcov - )" - -src_configure() { - E_ECONF=( - $(use_enable debug assert) - $(use_enable doc) - $(use_enable examples build-examples) - $(use_enable examples install-examples) - $(use_enable test tests) - ) - - if use gnutls; then - if use ssl; then - ewarn "You have enabled both 'ssl' and 'gnutls', so we will use" - ewarn "gnutls and not openssl for cipher and signature support" - fi - E_ECONF+=( - --enable-cipher - --enable-signature - --disable-openssl - --enable-gnutls - ) - elif use ssl; then - E_ECONF+=( - --enable-cipher - --enable-signature - --enable-openssl - --disable-gnutls - ) - else - E_ECONF+=( - --disable-cipher - --disable-signature - --disable-openssl - --disable-gnutls - ) - fi - - enlightenment_src_configure -} diff --git a/dev-libs/eet/eet-9999.ebuild b/dev-libs/eet/eet-9999.ebuild deleted file mode 100644 index f666eb7c54a6..000000000000 --- a/dev-libs/eet/eet-9999.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -if [[ ${PV} == "9999" ]] ; then - EGIT_SUB_PROJECT="legacy" - EGIT_URI_APPEND=${PN} - EGIT_BRANCH=${PN}-1.7 -else - SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - EKEY_STATE="snap" -fi - -inherit enlightenment - -DESCRIPTION="E file chunk reading/writing library" -HOMEPAGE="https://trac.enlightenment.org/e/wiki/Eet" - -LICENSE="BSD-2" -IUSE="debug examples gnutls libressl ssl static-libs test" - -RDEPEND=">=dev-libs/eina-${PV} - virtual/jpeg - sys-libs/zlib - gnutls? ( - net-libs/gnutls - dev-libs/libgcrypt:0 - ) - !gnutls? ( - ssl? ( - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl ) - ) - )" -DEPEND="${RDEPEND} - test? ( - dev-libs/check - dev-util/lcov - )" - -src_configure() { - E_ECONF=( - $(use_enable debug assert) - $(use_enable doc) - $(use_enable examples build-examples) - $(use_enable examples install-examples) - $(use_enable test tests) - ) - - if use gnutls; then - if use ssl; then - ewarn "You have enabled both 'ssl' and 'gnutls', so we will use" - ewarn "gnutls and not openssl for cipher and signature support" - fi - E_ECONF+=( - --enable-cipher - --enable-signature - --disable-openssl - --enable-gnutls - ) - elif use ssl; then - E_ECONF+=( - --enable-cipher - --enable-signature - --enable-openssl - --disable-gnutls - ) - else - E_ECONF+=( - --disable-cipher - --disable-signature - --disable-openssl - --disable-gnutls - ) - fi - - enlightenment_src_configure -} diff --git a/dev-libs/eet/metadata.xml b/dev-libs/eet/metadata.xml deleted file mode 100644 index ac6d74d3da81..000000000000 --- a/dev-libs/eet/metadata.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - enlightenment@gentoo.org - Project Enlightenment - - -EET is a tiny library designed to write an arbitary set of chunks of data to a file -and optionally compress each chunk (very much like a zip file) and allow fast -random-access reading of the file later on. It does not do zip as a zip itself has -more complexity than is needed, and it was much simpler to impliment this once here. - -Eet is extremely fast, small and simple. Eet files can be very small and highly -compressed, making them very optimal for just sending across the internet without -having to archive, compress or decompress and install them. They allow for -lightning-fast random-acess reads once created, making them perfect for storing data -that is written once (or rarely) and read many times, but the program does not want -to have to read it all in at once. - -It also can encode and decode data structures in memory, as well as image data for -saving to Eet files or sending across the network to other machines, or just writing -to arbitary files on the system. All data is encoded in a platform independant way -and can be written and read by any architecture. - - diff --git a/dev-libs/eeze/Manifest b/dev-libs/eeze/Manifest deleted file mode 100644 index 58b2669ece97..000000000000 --- a/dev-libs/eeze/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST eeze-1.7.10.tar.bz2 549350 SHA256 15cbf89969dfdab3359766d2721c3ebf013fe1df759ff0e03f8e195d9356e8e5 SHA512 5a46264a5958eec047aed89d8913513769cd396eeb91f5e8c259fbf327aab11b2c70fdd6f5357190bf199ce494b569518762a72b7510b8cf3122bec0a70fc04a WHIRLPOOL ec1fcb641b171fed7c58799605ba87e8293403ff152acb21d20d8974a7d764434a60e44fc04f6d0cb1f00642eecff012ac671e7c255a46bc0dde6a37cd88ac7d -DIST eeze-1.7.8.tar.bz2 549545 SHA256 2b1d2f55e0d3c42c9114995850249a8dfe8849560569268dc05a7d383617fff6 SHA512 97be58257c9f7b69f0e3c555e6a02e00a09247802ddc6ad27a9914e71831dc704d5ab6ea4cff4082733c21b82d516678457d7cfbab5f2acf1b3d7a37d07adc11 WHIRLPOOL a1e9fbf62d26e98d6b5ba6c664a613a3a0f05e640a736fb95bcfec30b98670f4002e84ec35251c63ea5771d68092e0ba63b02e2d0c77e4b7ab1cdcb2b6682718 -DIST eeze-1.7.9.tar.bz2 549643 SHA256 f0d5985663cf1e3b95355f0ef868de629585625539b2d4aec7ea5d789a4d2b87 SHA512 a704bd07f3ea24bbef517881f622b669333287c74d68285ba874de30ef05ba5cd8fe2a6180ceef4267428811178ac8cbd3deb7284ebe886ccefac6d433a31e2f WHIRLPOOL 34f4e7d251727b6fb2ade65636b6e4c342a324c203a1f1fd6270a3075af8f54626fe72c1416957b0ae6d6ead3fa3f6aa6c33507f78401d62fbbb72afd62272c5 diff --git a/dev-libs/eeze/eeze-1.7.10.ebuild b/dev-libs/eeze/eeze-1.7.10.ebuild deleted file mode 100644 index f55a3d809983..000000000000 --- a/dev-libs/eeze/eeze-1.7.10.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -if [[ ${PV} == "9999" ]] ; then - EGIT_SUB_PROJECT="legacy" - EGIT_URI_APPEND=${PN} - EGIT_BRANCH=${PN}-1.7 -else - SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - EKEY_STATE="snap" -fi - -inherit enlightenment - -DESCRIPTION="library to simplify the use of devices" -HOMEPAGE="https://trac.enlightenment.org/e/wiki/Eeze" - -LICENSE="BSD-2" -IUSE="static-libs utilities" - -DEPEND=">=dev-libs/ecore-${PV} - >=dev-libs/eina-${PV} - >=dev-libs/eet-${PV} - virtual/udev" -RDEPEND="${DEPEND}" - -src_configure() { - E_ECONF+=( - $(use_enable doc) - $(use_enable utilities eeze-disk-ls) - $(use_enable utilities eeze-mount) - $(use_enable utilities eeze-umount) - $(use_enable utilities eeze-udev-test) - ) - enlightenment_src_configure -} diff --git a/dev-libs/eeze/eeze-1.7.8.ebuild b/dev-libs/eeze/eeze-1.7.8.ebuild deleted file mode 100644 index d0bb142b4209..000000000000 --- a/dev-libs/eeze/eeze-1.7.8.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit enlightenment - -DESCRIPTION="library to simplify the use of devices" -HOMEPAGE="https://trac.enlightenment.org/e/wiki/Eeze" -SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - -LICENSE="BSD-2" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="static-libs utilities" - -DEPEND=">=dev-libs/ecore-1.7.8 - >=dev-libs/eina-1.7.8 - >=dev-libs/eet-1.7.8 - virtual/udev" -RDEPEND="${DEPEND}" - -src_configure() { - E_ECONF+=( - $(use_enable doc) - $(use_enable utilities eeze-disk-ls) - $(use_enable utilities eeze-mount) - $(use_enable utilities eeze-umount) - $(use_enable utilities eeze-udev-test) - ) - enlightenment_src_configure -} diff --git a/dev-libs/eeze/eeze-1.7.9.ebuild b/dev-libs/eeze/eeze-1.7.9.ebuild deleted file mode 100644 index 0bbad3279a16..000000000000 --- a/dev-libs/eeze/eeze-1.7.9.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit enlightenment - -DESCRIPTION="library to simplify the use of devices" -HOMEPAGE="https://trac.enlightenment.org/e/wiki/Eeze" -SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - -LICENSE="BSD-2" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="static-libs utilities" - -DEPEND=">=dev-libs/ecore-1.7.9 - >=dev-libs/eina-1.7.9 - >=dev-libs/eet-1.7.9 - virtual/udev" -RDEPEND="${DEPEND}" - -src_configure() { - E_ECONF+=( - $(use_enable doc) - $(use_enable utilities eeze-disk-ls) - $(use_enable utilities eeze-mount) - $(use_enable utilities eeze-umount) - $(use_enable utilities eeze-udev-test) - ) - enlightenment_src_configure -} diff --git a/dev-libs/eeze/eeze-9999.ebuild b/dev-libs/eeze/eeze-9999.ebuild deleted file mode 100644 index f55a3d809983..000000000000 --- a/dev-libs/eeze/eeze-9999.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -if [[ ${PV} == "9999" ]] ; then - EGIT_SUB_PROJECT="legacy" - EGIT_URI_APPEND=${PN} - EGIT_BRANCH=${PN}-1.7 -else - SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - EKEY_STATE="snap" -fi - -inherit enlightenment - -DESCRIPTION="library to simplify the use of devices" -HOMEPAGE="https://trac.enlightenment.org/e/wiki/Eeze" - -LICENSE="BSD-2" -IUSE="static-libs utilities" - -DEPEND=">=dev-libs/ecore-${PV} - >=dev-libs/eina-${PV} - >=dev-libs/eet-${PV} - virtual/udev" -RDEPEND="${DEPEND}" - -src_configure() { - E_ECONF+=( - $(use_enable doc) - $(use_enable utilities eeze-disk-ls) - $(use_enable utilities eeze-mount) - $(use_enable utilities eeze-umount) - $(use_enable utilities eeze-udev-test) - ) - enlightenment_src_configure -} diff --git a/dev-libs/eeze/metadata.xml b/dev-libs/eeze/metadata.xml deleted file mode 100644 index 2da8b861966e..000000000000 --- a/dev-libs/eeze/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - enlightenment@gentoo.org - Project Enlightenment - - - Install some test utilities for mount/umount support in eeze - - diff --git a/dev-libs/efl/efl-1.12.2.ebuild b/dev-libs/efl/efl-1.12.2.ebuild index 234fae0b0413..11d012881a5c 100644 --- a/dev-libs/efl/efl-1.12.2.ebuild +++ b/dev-libs/efl/efl-1.12.2.ebuild @@ -26,7 +26,7 @@ DESCRIPTION="Enlightenment Foundation Libraries all-in-one package" LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB" KEYWORDS="amd64 arm x86" -IUSE="+bmp debug drm +eet egl fbcon +fontconfig fribidi gif gles glib gnutls gstreamer harfbuzz +ico ibus jpeg2k neon oldlua opengl ssl physics pixman +png +ppm +psd pulseaudio scim sdl sound systemd tga tiff tslib v4l2 wayland webp X xim xine xpm" +IUSE="+bmp debug drm +eet egl fbcon +fontconfig fribidi gif gles glib gnutls gstreamer harfbuzz +ico ibus jpeg2k neon oldlua opengl ssl physics pixman +png +ppm +psd pulseaudio scim sdl sound systemd tga tiff tslib v4l wayland webp X xim xine xpm" REQUIRED_USE=" pulseaudio? ( sound ) @@ -243,7 +243,7 @@ src_configure() { $(use_enable tga image-loader-tga) $(use_enable tiff image-loader-tiff) $(use_enable tslib) - $(use_enable v4l2) + $(use_enable v4l v4l2) $(use_enable wayland) $(use_enable webp image-loader-webp) $(use_enable xim) diff --git a/dev-libs/efl/efl-1.15.2.ebuild b/dev-libs/efl/efl-1.15.2.ebuild index f11ad9c22f5b..3b9f4cec319d 100644 --- a/dev-libs/efl/efl-1.15.2.ebuild +++ b/dev-libs/efl/efl-1.15.2.ebuild @@ -23,7 +23,7 @@ inherit enlightenment pax-utils DESCRIPTION="Enlightenment Foundation Libraries all-in-one package" LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB" -IUSE="+bmp debug drm +eet egl fbcon +fontconfig fribidi gif gles glib gnutls gstreamer harfbuzz +ico ibus jpeg2k libressl neon oldlua opengl ssl physics pixman +png +ppm +psd pulseaudio scim sdl sound systemd tga tiff tslib v4l2 valgrind wayland webp X xim xine xpm" +IUSE="+bmp debug drm +eet egl fbcon +fontconfig fribidi gif gles glib gnutls gstreamer harfbuzz +ico ibus jpeg2k libressl neon oldlua opengl ssl physics pixman +png +ppm +psd pulseaudio scim sdl sound systemd tga tiff tslib v4l valgrind wayland webp X xim xine xpm" REQUIRED_USE=" pulseaudio? ( sound ) @@ -230,7 +230,7 @@ src_configure() { $(use_enable tga image-loader-tga) $(use_enable tiff image-loader-tiff) $(use_enable tslib) - $(use_enable v4l2) + $(use_enable v4l v4l2) $(use_enable valgrind) $(use_enable wayland) $(use_enable webp image-loader-webp) diff --git a/dev-libs/efl/efl-1.16.1.ebuild b/dev-libs/efl/efl-1.16.1.ebuild index e8ae205e3ec6..942389bfbe56 100644 --- a/dev-libs/efl/efl-1.16.1.ebuild +++ b/dev-libs/efl/efl-1.16.1.ebuild @@ -23,7 +23,7 @@ inherit enlightenment pax-utils DESCRIPTION="Enlightenment Foundation Libraries all-in-one package" LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB" -IUSE="+bmp debug drm +eet egl fbcon +fontconfig fribidi gif gles glib gnutls gstreamer harfbuzz +ico ibus jpeg2k libressl neon oldlua opengl ssl physics pixman +png +ppm +psd pulseaudio scim sdl sound systemd tga tiff tslib v4l2 valgrind wayland webp X xim xine xpm" +IUSE="+bmp debug drm +eet egl fbcon +fontconfig fribidi gif gles glib gnutls gstreamer harfbuzz +ico ibus jpeg2k libressl neon oldlua opengl ssl physics pixman +png +ppm +psd pulseaudio scim sdl sound systemd tga tiff tslib v4l valgrind wayland webp X xim xine xpm" REQUIRED_USE=" pulseaudio? ( sound ) @@ -230,7 +230,7 @@ src_configure() { $(use_enable tga image-loader-tga) $(use_enable tiff image-loader-tiff) $(use_enable tslib) - $(use_enable v4l2) + $(use_enable v4l v4l2) $(use_enable valgrind) $(use_enable wayland) $(use_enable webp image-loader-webp) diff --git a/dev-libs/efl/efl-1.17.0.ebuild b/dev-libs/efl/efl-1.17.0.ebuild index 3972324ef27e..404987dbb9ea 100644 --- a/dev-libs/efl/efl-1.17.0.ebuild +++ b/dev-libs/efl/efl-1.17.0.ebuild @@ -15,7 +15,7 @@ elif [[ *"${PV}" == *"_pre"* ]] ; then EKEY_STATE="snap" else SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${MY_P}.tar.xz" - EKEY_STATE="snap" + EKEY_STATE="release" fi inherit enlightenment pax-utils @@ -23,7 +23,7 @@ inherit enlightenment pax-utils DESCRIPTION="Enlightenment Foundation Libraries all-in-one package" LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB" -IUSE="+bmp debug drm +eet egl fbcon +fontconfig fribidi gif gles glib gnutls gstreamer harfbuzz +ico ibus jpeg2k libressl neon oldlua opengl ssl physics pixman +png +ppm +psd pulseaudio scim sdl sound systemd tga tiff tslib v4l2 valgrind wayland webp X xim xine xpm" +IUSE="+bmp debug drm +eet egl fbcon +fontconfig fribidi gif gles glib gnutls gstreamer harfbuzz +ico ibus jpeg2k libressl neon oldlua opengl ssl physics pixman +png +ppm +psd pulseaudio scim sdl sound systemd tga tiff tslib v4l valgrind wayland webp X xim xine xpm" REQUIRED_USE=" pulseaudio? ( sound ) @@ -232,7 +232,7 @@ src_configure() { $(use_enable tga image-loader-tga) $(use_enable tiff image-loader-tiff) $(use_enable tslib) - $(use_enable v4l2) + $(use_enable v4l v4l2) $(use_enable valgrind) $(use_enable wayland) $(use_enable webp image-loader-webp) diff --git a/dev-libs/efl/efl-9999.ebuild b/dev-libs/efl/efl-9999.ebuild index 3972324ef27e..63084ece79e8 100644 --- a/dev-libs/efl/efl-9999.ebuild +++ b/dev-libs/efl/efl-9999.ebuild @@ -23,7 +23,7 @@ inherit enlightenment pax-utils DESCRIPTION="Enlightenment Foundation Libraries all-in-one package" LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB" -IUSE="+bmp debug drm +eet egl fbcon +fontconfig fribidi gif gles glib gnutls gstreamer harfbuzz +ico ibus jpeg2k libressl neon oldlua opengl ssl physics pixman +png +ppm +psd pulseaudio scim sdl sound systemd tga tiff tslib v4l2 valgrind wayland webp X xim xine xpm" +IUSE="+bmp debug drm +eet egl fbcon +fontconfig fribidi gif gles glib gnutls gstreamer harfbuzz +ico ibus jpeg2k libressl neon oldlua opengl ssl physics pixman +png +ppm +psd pulseaudio scim sdl sound systemd tga tiff tslib v4l valgrind wayland webp X xim xine xpm" REQUIRED_USE=" pulseaudio? ( sound ) @@ -232,7 +232,7 @@ src_configure() { $(use_enable tga image-loader-tga) $(use_enable tiff image-loader-tiff) $(use_enable tslib) - $(use_enable v4l2) + $(use_enable v4l v4l2) $(use_enable valgrind) $(use_enable wayland) $(use_enable webp image-loader-webp) diff --git a/dev-libs/efl/metadata.xml b/dev-libs/efl/metadata.xml index 61ac6e6553b3..61f2879cfd46 100644 --- a/dev-libs/efl/metadata.xml +++ b/dev-libs/efl/metadata.xml @@ -24,7 +24,6 @@ Enable Smart Common Input Method Enable Tga image loader Enable x11-libs/tslib for touchscreen events - Enable Video4Linux2 support Enable usage of dev-util/valgrind in debug Enable WebP image loader Enable X Input Method diff --git a/dev-libs/efreet/Manifest b/dev-libs/efreet/Manifest deleted file mode 100644 index b91788924c19..000000000000 --- a/dev-libs/efreet/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST efreet-1.7.10.tar.bz2 450761 SHA256 1d818fae5ff3ce040842dddf49376ebdf056222b8e1835f5b6871ea1ce18400e SHA512 2bfc79de3c6f4d61cd4dfab567bfecc207afd413248d1a1edd7cc21378ec670420d4ffef20ae7ba5e33c72e49da0ad3c810d0086431fb3c9909c361a12586698 WHIRLPOOL aa207eafdf7dd73986926d04bf6b8542e55f3018e4030823f2e8ca0a0f266692e7926c8f0a22f48407f72d18e4cc3fe2de6efcfbc0533bdb39d70a9ed63ccd57 diff --git a/dev-libs/efreet/efreet-1.7.10.ebuild b/dev-libs/efreet/efreet-1.7.10.ebuild deleted file mode 100644 index 2034aebb344b..000000000000 --- a/dev-libs/efreet/efreet-1.7.10.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -if [[ ${PV} == "9999" ]] ; then - EGIT_SUB_PROJECT="legacy" - EGIT_URI_APPEND=${PN} - EGIT_BRANCH=${PN}-1.7 -else - SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - EKEY_STATE="snap" -fi - -inherit enlightenment - -DESCRIPTION="library for handling of freedesktop.org specs (desktop/icon/theme/etc...)" - -LICENSE="BSD-2" -IUSE="static-libs" - -RDEPEND=">=dev-libs/ecore-${PV} - >=dev-libs/eet-${PV} - >=dev-libs/eina-${PV} - x11-misc/xdg-utils" -DEPEND="${RDEPEND}" - -src_configure() { - E_ECONF=( - $(use_enable doc) - ) - enlightenment_src_configure -} diff --git a/dev-libs/efreet/efreet-9999.ebuild b/dev-libs/efreet/efreet-9999.ebuild deleted file mode 100644 index 2034aebb344b..000000000000 --- a/dev-libs/efreet/efreet-9999.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -if [[ ${PV} == "9999" ]] ; then - EGIT_SUB_PROJECT="legacy" - EGIT_URI_APPEND=${PN} - EGIT_BRANCH=${PN}-1.7 -else - SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - EKEY_STATE="snap" -fi - -inherit enlightenment - -DESCRIPTION="library for handling of freedesktop.org specs (desktop/icon/theme/etc...)" - -LICENSE="BSD-2" -IUSE="static-libs" - -RDEPEND=">=dev-libs/ecore-${PV} - >=dev-libs/eet-${PV} - >=dev-libs/eina-${PV} - x11-misc/xdg-utils" -DEPEND="${RDEPEND}" - -src_configure() { - E_ECONF=( - $(use_enable doc) - ) - enlightenment_src_configure -} diff --git a/dev-libs/efreet/metadata.xml b/dev-libs/efreet/metadata.xml deleted file mode 100644 index 8dca222b9693..000000000000 --- a/dev-libs/efreet/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - enlightenment@gentoo.org - Project Enlightenment - - diff --git a/dev-libs/eina/Manifest b/dev-libs/eina/Manifest deleted file mode 100644 index d0b0930e5e81..000000000000 --- a/dev-libs/eina/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST eina-1.7.10.tar.bz2 9703289 SHA256 6378168bfb5ccc5338b39bbc4465cb96c5751f70cdf05766fbbddaf94fb0f81a SHA512 c1195ec9f2cd79777912ba3c8b6e69a206d035c9a7f2c38762c18e3c86ec43d52f020e4dd8d0ea0c9b580aff9707cede909412260ac6d23796ddbd78eb8e280e WHIRLPOOL 0110c7cb19741be9194c80284543f0790a2b7d4e073f7a8e2bfa1a44920207ebd83aad831ea9623401ecf3a6ea1b33ef35b1fb344abc3c935ac009d9f646dcd4 -DIST eina-1.7.9.tar.bz2 9704705 SHA256 b032dd390b4d9f0f0db4b63890cdfc4a5d515b8dfef87f94073e477ff31adf76 SHA512 4f19ee5910595e7e907a2f99ce3adbd18faa7bf462ae4c44d13297a7e1f32bdd24e9b33aa8df33c166e9c3d321eed655b908100695f7eeffe42f24163faba378 WHIRLPOOL 9309779e851156388a801fb262226e737f6704162bed0cd1a0f1850a2d0d20c863db560dbd8af642aafb9982ab5f16e63b3bda7291182004e5cb86ef3c4c9458 diff --git a/dev-libs/eina/eina-1.7.10.ebuild b/dev-libs/eina/eina-1.7.10.ebuild deleted file mode 100644 index 4a490d4f8a97..000000000000 --- a/dev-libs/eina/eina-1.7.10.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -if [[ ${PV} == "9999" ]] ; then - EGIT_SUB_PROJECT="legacy" - EGIT_URI_APPEND=${PN} - EGIT_BRANCH=${PN}-1.7 -else - SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - EKEY_STATE="snap" -fi - -inherit enlightenment - -DESCRIPTION="Enlightenment's data types library (list, hash, etc) in C" - -LICENSE="LGPL-2.1" -IUSE="altivec debug default-mempool cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 static-libs test valgrind" - -MEMPOOLS=( - @buddy - +@chained-pool - # Looks like ememoa is a dead project? - #@ememoa-fixed - #@ememoa-unknown - @fixed-bitmap - +@one-big - @pass-through -) -IUSE_MEMPOOLS=${MEMPOOLS[@]/@/mempool-} -IUSE+=" ${IUSE_MEMPOOLS}" - -RDEPEND="valgrind? ( dev-util/valgrind )" -# mempool-ememoa-fixed? ( sys-libs/ememoa ) -# mempool-ememoa-unknown? ( sys-libs/ememoa )" -DEPEND="${RDEPEND} - virtual/pkgconfig - test? ( - dev-libs/check - dev-libs/glib - dev-util/lcov - )" - -src_configure() { - # Evas benchmark is broken! - E_ECONF=( - $(use_enable altivec cpu-altivec) - $(use_enable !debug amalgamation) - $(use_enable debug stringshare-usage) - $(use_enable debug assert) - $(use debug || echo " --with-internal-maximum-log-level=2") - $(use_enable default-mempool) - $(use_enable doc) - $(use_enable cpu_flags_x86_mmx cpu-mmx) - $(use_enable cpu_flags_x86_sse cpu-sse) - $(use_enable cpu_flags_x86_sse2 cpu-sse2) - $(use test && echo " --disable-amalgamation") - $(use_enable test e17) - $(use_enable test tests) - $(use_enable test benchmark) - $(use test && echo " --with-internal-maximum-log-level=6") - $(use_enable valgrind) - --enable-magic-debug - --enable-safety-checks - ) - - #if use mempool-ememoa-fixed || use mempool-ememoa-unknown ; then - # E_ECONF+=( --enable-ememoa ) - #else - E_ECONF+=( --disable-ememoa ) - #fi - - local m mempool_arg='static' - if use debug ; then - mempool_arg='yes' - fi - for m in ${IUSE_MEMPOOLS//+} ; do - E_ECONF+=( $(use_enable ${m} ${m} ${mempool_argT}) ) - done - - enlightenment_src_configure -} diff --git a/dev-libs/eina/eina-1.7.9.ebuild b/dev-libs/eina/eina-1.7.9.ebuild deleted file mode 100644 index 4a490d4f8a97..000000000000 --- a/dev-libs/eina/eina-1.7.9.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -if [[ ${PV} == "9999" ]] ; then - EGIT_SUB_PROJECT="legacy" - EGIT_URI_APPEND=${PN} - EGIT_BRANCH=${PN}-1.7 -else - SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - EKEY_STATE="snap" -fi - -inherit enlightenment - -DESCRIPTION="Enlightenment's data types library (list, hash, etc) in C" - -LICENSE="LGPL-2.1" -IUSE="altivec debug default-mempool cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 static-libs test valgrind" - -MEMPOOLS=( - @buddy - +@chained-pool - # Looks like ememoa is a dead project? - #@ememoa-fixed - #@ememoa-unknown - @fixed-bitmap - +@one-big - @pass-through -) -IUSE_MEMPOOLS=${MEMPOOLS[@]/@/mempool-} -IUSE+=" ${IUSE_MEMPOOLS}" - -RDEPEND="valgrind? ( dev-util/valgrind )" -# mempool-ememoa-fixed? ( sys-libs/ememoa ) -# mempool-ememoa-unknown? ( sys-libs/ememoa )" -DEPEND="${RDEPEND} - virtual/pkgconfig - test? ( - dev-libs/check - dev-libs/glib - dev-util/lcov - )" - -src_configure() { - # Evas benchmark is broken! - E_ECONF=( - $(use_enable altivec cpu-altivec) - $(use_enable !debug amalgamation) - $(use_enable debug stringshare-usage) - $(use_enable debug assert) - $(use debug || echo " --with-internal-maximum-log-level=2") - $(use_enable default-mempool) - $(use_enable doc) - $(use_enable cpu_flags_x86_mmx cpu-mmx) - $(use_enable cpu_flags_x86_sse cpu-sse) - $(use_enable cpu_flags_x86_sse2 cpu-sse2) - $(use test && echo " --disable-amalgamation") - $(use_enable test e17) - $(use_enable test tests) - $(use_enable test benchmark) - $(use test && echo " --with-internal-maximum-log-level=6") - $(use_enable valgrind) - --enable-magic-debug - --enable-safety-checks - ) - - #if use mempool-ememoa-fixed || use mempool-ememoa-unknown ; then - # E_ECONF+=( --enable-ememoa ) - #else - E_ECONF+=( --disable-ememoa ) - #fi - - local m mempool_arg='static' - if use debug ; then - mempool_arg='yes' - fi - for m in ${IUSE_MEMPOOLS//+} ; do - E_ECONF+=( $(use_enable ${m} ${m} ${mempool_argT}) ) - done - - enlightenment_src_configure -} diff --git a/dev-libs/eina/eina-9999.ebuild b/dev-libs/eina/eina-9999.ebuild deleted file mode 100644 index 4a490d4f8a97..000000000000 --- a/dev-libs/eina/eina-9999.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -if [[ ${PV} == "9999" ]] ; then - EGIT_SUB_PROJECT="legacy" - EGIT_URI_APPEND=${PN} - EGIT_BRANCH=${PN}-1.7 -else - SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - EKEY_STATE="snap" -fi - -inherit enlightenment - -DESCRIPTION="Enlightenment's data types library (list, hash, etc) in C" - -LICENSE="LGPL-2.1" -IUSE="altivec debug default-mempool cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 static-libs test valgrind" - -MEMPOOLS=( - @buddy - +@chained-pool - # Looks like ememoa is a dead project? - #@ememoa-fixed - #@ememoa-unknown - @fixed-bitmap - +@one-big - @pass-through -) -IUSE_MEMPOOLS=${MEMPOOLS[@]/@/mempool-} -IUSE+=" ${IUSE_MEMPOOLS}" - -RDEPEND="valgrind? ( dev-util/valgrind )" -# mempool-ememoa-fixed? ( sys-libs/ememoa ) -# mempool-ememoa-unknown? ( sys-libs/ememoa )" -DEPEND="${RDEPEND} - virtual/pkgconfig - test? ( - dev-libs/check - dev-libs/glib - dev-util/lcov - )" - -src_configure() { - # Evas benchmark is broken! - E_ECONF=( - $(use_enable altivec cpu-altivec) - $(use_enable !debug amalgamation) - $(use_enable debug stringshare-usage) - $(use_enable debug assert) - $(use debug || echo " --with-internal-maximum-log-level=2") - $(use_enable default-mempool) - $(use_enable doc) - $(use_enable cpu_flags_x86_mmx cpu-mmx) - $(use_enable cpu_flags_x86_sse cpu-sse) - $(use_enable cpu_flags_x86_sse2 cpu-sse2) - $(use test && echo " --disable-amalgamation") - $(use_enable test e17) - $(use_enable test tests) - $(use_enable test benchmark) - $(use test && echo " --with-internal-maximum-log-level=6") - $(use_enable valgrind) - --enable-magic-debug - --enable-safety-checks - ) - - #if use mempool-ememoa-fixed || use mempool-ememoa-unknown ; then - # E_ECONF+=( --enable-ememoa ) - #else - E_ECONF+=( --disable-ememoa ) - #fi - - local m mempool_arg='static' - if use debug ; then - mempool_arg='yes' - fi - for m in ${IUSE_MEMPOOLS//+} ; do - E_ECONF+=( $(use_enable ${m} ${m} ${mempool_argT}) ) - done - - enlightenment_src_configure -} diff --git a/dev-libs/eina/metadata.xml b/dev-libs/eina/metadata.xml deleted file mode 100644 index 6f8bce8c5bb5..000000000000 --- a/dev-libs/eina/metadata.xml +++ /dev/null @@ -1,69 +0,0 @@ - - - - - enlightenment@gentoo.org - Project Enlightenment - - - Compile 'buddy' memory pool allocation - Compile 'chained-pool' memory pool allocation - Compile 'fixed-bitmap' memory pool allocation - Compile 'one-big' memory pool allocation - Compile 'pass-through' (system's malloc) memory pool allocation - By default use system's allocator (pass-through) instead of custom choice for Eina's own data structures - Compile in valgrind hints for smoother integration - - -Eina is a multi-platform library that provides optimized data types -and useful tools for projects. - -Among its data types, Eina provides efficient implementation of: - - * double linked list with O(1) append and count; - - * double linked inlist (node is built in the data) with O(1) append; - - * stringshare, a pool of read-only strings that are shared in order - to save memory (no copies!), fast referencing and - pointer-comparison; - - * hash table with extensible key support, ships by default with - string, stringshare, pointer and integer hashes by default; - - * array of pointers, with O(1) count and append, configurable step - growing; - - * red-black tree; - - * sparse matrix; - - -As for tools, it provides couple of convenience: - - * generic and extensible logging system; - - * easy to use dynamic module loading (on top of dlopen()) that makes - it easy to change to static/built-in modules; - - * generic safety-checks system covering NULL pointers and other - incorrect conditions with logging; - - * 'magic' type checking that check and logs if expected magic number - is incorrect; - - * easy to use and extensible memory allocators (mempools); - - * fixed-point arithmetic; - - * tile splitter and simplifier (merges); - - * generic iterator pattern (how to walk in one direction), just - implement the given API; - - * generic accessor pattern (how to randomly access items), just - implement the given API; - - * benchmark helpers. - - diff --git a/dev-libs/eio/Manifest b/dev-libs/eio/Manifest deleted file mode 100644 index c43ae0abfd5a..000000000000 --- a/dev-libs/eio/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST eio-1.7.10.tar.bz2 361892 SHA256 2859c984cb34c65707834d77da8d1ec106d378ef5bf7f9a10662c464a656b6cc SHA512 08edec460a27d7db039c9128fed13bef0ff2855047fbd367b0a4bd7efbd6496395eb949f4a46435fd142a4ccc0db22b59d39f71080cf21453d95b6cb3ea5864e WHIRLPOOL b0035536df200e53facafd45dbc507d50193254e7ea564de2b46dc02553631cb4eaf7b22aa3a2f70899fcee85c611c701ebe46198475b628e335ab87a129bb9f -DIST eio-1.7.8.tar.bz2 362049 SHA256 8e26055e052b01f74b175ec98941ce9947a485db84a10c35855da54297a3363b SHA512 7aae70da2737230d76dfedc164f96fb8c51fa031d857c70f0b59f2593682264792e8d4fd764e4696e8bf9d485e7bd0efcf75a6be6a9e6ec7de1d904942d7515b WHIRLPOOL cfa447f2bab3cf62854149aab594e59afc28779a5dcd796a41e7c0ffccce987891cb52b9561a872cc036466378e2382597e71a7c292b19e093b94c446c1d2509 -DIST eio-1.7.9.tar.bz2 362141 SHA256 dbd62331c40e82609a8e6ed3c9de53c6e8a1349c54a9797250566c65049f6e8a SHA512 4003094ed83d127a2a088b964fe4069c699e35c0ef5ee224b8eac3a06b5ed5b302a41a42b189ad280f01fcd259b1fb1af4192b414ada1494159220d8e4050ddf WHIRLPOOL b3c6f8533f03dd96d965c602ba4e6babd9d3473169ad0b62165b28f29171199510b2e60d5cbb7888887e0930c776b43feb8649b0375036380fae6d12c6aff97a diff --git a/dev-libs/eio/eio-1.7.10.ebuild b/dev-libs/eio/eio-1.7.10.ebuild deleted file mode 100644 index 5a3bed940d9d..000000000000 --- a/dev-libs/eio/eio-1.7.10.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -if [[ ${PV} == "9999" ]] ; then - EGIT_SUB_PROJECT="legacy" - EGIT_URI_APPEND=${PN} - EGIT_BRANCH=${PN}-1.7 -else - SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - EKEY_STATE="snap" -fi - -inherit enlightenment - -DESCRIPTION="Enlightenment's integration to IO" -HOMEPAGE="https://trac.enlightenment.org/e/wiki/EIO" - -LICENSE="LGPL-2" -IUSE="examples static-libs" - -RDEPEND=">=dev-libs/ecore-${PV} - >=dev-libs/eet-${PV}" -DEPEND="${RDEPEND}" - -src_configure() { - E_ECONF=( - --enable-posix-threads - $(use_enable doc) - $(use_enable examples build-examples) - $(use_enable examples install-examples) - ) - enlightenment_src_configure -} diff --git a/dev-libs/eio/eio-1.7.8.ebuild b/dev-libs/eio/eio-1.7.8.ebuild deleted file mode 100644 index 3e2adf1962eb..000000000000 --- a/dev-libs/eio/eio-1.7.8.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -inherit enlightenment - -DESCRIPTION="Enlightenment's integration to IO" -HOMEPAGE="https://trac.enlightenment.org/e/wiki/EIO" -SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - -LICENSE="LGPL-2" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="examples static-libs" - -RDEPEND=">=dev-libs/ecore-1.7.8 - >=dev-libs/eet-1.7.8" -DEPEND="${RDEPEND}" - -src_configure() { - E_ECONF+=( - --enable-posix-threads - $(use_enable doc) - $(use_enable examples build-examples) - $(use_enable examples install-examples) - ) - enlightenment_src_configure -} diff --git a/dev-libs/eio/eio-1.7.9.ebuild b/dev-libs/eio/eio-1.7.9.ebuild deleted file mode 100644 index 517ae06e0836..000000000000 --- a/dev-libs/eio/eio-1.7.9.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -inherit enlightenment - -DESCRIPTION="Enlightenment's integration to IO" -HOMEPAGE="https://trac.enlightenment.org/e/wiki/EIO" -SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - -LICENSE="LGPL-2" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="examples static-libs" - -RDEPEND=">=dev-libs/ecore-1.7.9 - >=dev-libs/eet-1.7.9" -DEPEND="${RDEPEND}" - -src_configure() { - E_ECONF+=( - --enable-posix-threads - $(use_enable doc) - $(use_enable examples build-examples) - $(use_enable examples install-examples) - ) - enlightenment_src_configure -} diff --git a/dev-libs/eio/eio-9999.ebuild b/dev-libs/eio/eio-9999.ebuild deleted file mode 100644 index 5a3bed940d9d..000000000000 --- a/dev-libs/eio/eio-9999.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -if [[ ${PV} == "9999" ]] ; then - EGIT_SUB_PROJECT="legacy" - EGIT_URI_APPEND=${PN} - EGIT_BRANCH=${PN}-1.7 -else - SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - EKEY_STATE="snap" -fi - -inherit enlightenment - -DESCRIPTION="Enlightenment's integration to IO" -HOMEPAGE="https://trac.enlightenment.org/e/wiki/EIO" - -LICENSE="LGPL-2" -IUSE="examples static-libs" - -RDEPEND=">=dev-libs/ecore-${PV} - >=dev-libs/eet-${PV}" -DEPEND="${RDEPEND}" - -src_configure() { - E_ECONF=( - --enable-posix-threads - $(use_enable doc) - $(use_enable examples build-examples) - $(use_enable examples install-examples) - ) - enlightenment_src_configure -} diff --git a/dev-libs/eio/metadata.xml b/dev-libs/eio/metadata.xml deleted file mode 100644 index 8dca222b9693..000000000000 --- a/dev-libs/eio/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - enlightenment@gentoo.org - Project Enlightenment - - diff --git a/dev-libs/embryo/Manifest b/dev-libs/embryo/Manifest deleted file mode 100644 index fea9e2fbc76c..000000000000 --- a/dev-libs/embryo/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST embryo-1.7.10.tar.bz2 456473 SHA256 ed98018f6ef394eda29fe5f0abc040a4fea191b60ea05b50ef09e21fcb5b65c2 SHA512 7be2171b9035d560a21aa232027d2afc46db44293e0d0ab0fdc6d3451a8a750956f09043edf851823ecc9de8c03c554205d84eddabd52f4fbe5938f5fd94d254 WHIRLPOOL 93a0f6a9084fa4869a03bf35e9fd0655820a618b43654a215e0b62c334581c49caa2222b6735335fb5fe4b18e876bca2fcbc0c69596c438450e650a680c848d9 diff --git a/dev-libs/embryo/embryo-1.7.10.ebuild b/dev-libs/embryo/embryo-1.7.10.ebuild deleted file mode 100644 index 545cf13623bb..000000000000 --- a/dev-libs/embryo/embryo-1.7.10.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -if [[ ${PV} == "9999" ]] ; then - EGIT_SUB_PROJECT="legacy" - EGIT_URI_APPEND=${PN} - EGIT_BRANCH=${PN}-1.7 -else - SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - EKEY_STATE="snap" -fi - -inherit enlightenment - -DESCRIPTION="load and control programs compiled in embryo language (small/pawn variant)" - -LICENSE="BSD-2 ZLIB" -IUSE="static-libs" - -DEPEND=">=dev-libs/eina-${PV}" -RDEPEND="${DEPEND}" diff --git a/dev-libs/embryo/embryo-9999.ebuild b/dev-libs/embryo/embryo-9999.ebuild deleted file mode 100644 index 545cf13623bb..000000000000 --- a/dev-libs/embryo/embryo-9999.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -if [[ ${PV} == "9999" ]] ; then - EGIT_SUB_PROJECT="legacy" - EGIT_URI_APPEND=${PN} - EGIT_BRANCH=${PN}-1.7 -else - SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - EKEY_STATE="snap" -fi - -inherit enlightenment - -DESCRIPTION="load and control programs compiled in embryo language (small/pawn variant)" - -LICENSE="BSD-2 ZLIB" -IUSE="static-libs" - -DEPEND=">=dev-libs/eina-${PV}" -RDEPEND="${DEPEND}" diff --git a/dev-libs/embryo/metadata.xml b/dev-libs/embryo/metadata.xml deleted file mode 100644 index 8ab18f07609b..000000000000 --- a/dev-libs/embryo/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - enlightenment@gentoo.org - Project Enlightenment - - -Embryo is primarily a shared library that gives you an API to load and control -interpredted programs compiled into the abstract machine bytecode that it -understands. This abstrac (or virtual) machine is imilar to a real machine -with a CPU, but it is emulated in software. The architecture is simple and is -the same as the abstract machine (AMX) in the -SMALL (http://www.compuphase.com/small.htm) language as it is based -on exactly the same code. Embryo has modified the code for the AMX extensively -and has made it smaller and more portable. It is VERY small. The total size -of the virtual machine code AND header files is less than 2500 lines of code. -It includes the floating point library support by default as well. This makes -it one of the smallest interpreting engines around, and thus makes is very -efficient to use in code. - - diff --git a/dev-libs/libcdio-paranoia/libcdio-paranoia-0.93_p1.ebuild b/dev-libs/libcdio-paranoia/libcdio-paranoia-0.93_p1.ebuild index 083ca2c08dd6..c64cff4c7c1f 100644 --- a/dev-libs/libcdio-paranoia/libcdio-paranoia-0.93_p1.ebuild +++ b/dev-libs/libcdio-paranoia/libcdio-paranoia-0.93_p1.ebuild @@ -7,7 +7,7 @@ MY_P=${PN}-10.2+${PV/_p/+} AUTOTOOLS_AUTORECONF=yes -inherit eutils autotools-multilib +inherit eutils autotools-multilib flag-o-matic DESCRIPTION="an advanced CDDA reader with error correction" HOMEPAGE="https://www.gnu.org/software/libcdio/" @@ -38,6 +38,8 @@ DOCS=( AUTHORS ChangeLog NEWS README THANKS ) src_prepare() { sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die #466410 autotools-multilib_src_prepare + + [[ ${CC} == *clang* ]] && append-flags -std=gnu89 } src_configure() { @@ -48,6 +50,8 @@ src_configure() { --disable-cpp-progs --with-cd-paranoia-name=libcdio-paranoia ) + # Darwin linker doesn't get this + [[ ${CHOST} == *-darwin* ]] && myeconfargs+=( --without-versioned-libs ) autotools-multilib_src_configure } diff --git a/dev-libs/libcec/Manifest b/dev-libs/libcec/Manifest index 38ac81d27292..8865a2405061 100644 --- a/dev-libs/libcec/Manifest +++ b/dev-libs/libcec/Manifest @@ -2,3 +2,4 @@ DIST libcec-2.1.3.tar.gz 1087121 SHA256 2aa88451b528184b02077ee8c6cd10e2f89121a6 DIST libcec-2.1.4.tar.gz 1093796 SHA256 79bef5232a5c9ab987ca3a2d4bfcaeb80480fd26f502dc1a996fe845d90fe147 SHA512 e2107b2003e003de8efea4b46a7776516652a2b27a0e0983a763324b3ac1ed2995cb0adb76e2f450bea72a1a0bdecfc5b3408fa702c74189204d694f5e9d2d8a WHIRLPOOL 4b8120755cf08dbc7ae8f2a5314f6c4e0c2ddc059b138ab594a26f7ac931cb34536a5bb2894a65902f1ba093007c1b08abeaf4306edef95059af8c85edad3e99 DIST libcec-2.2.0.tar.gz 1099150 SHA256 fd4f47a18d6e0f4b9e6f5831280207ee2b2a5fc2741ae32ae09ad12a8aa52917 SHA512 7932a45e581e207aa651e9fe72450fda52b0441fb48e40e971a530f9d5d26b87e6446322393750d85bae223519dc2a73613352a3fe42939eff2c5f8863a09cd7 WHIRLPOOL ff8581c21e280fda6333aec840cbc08fd8d23ffa795fe173076d1863c0b8fdc86fb7838c2035940dac61362ec1c74054e6e450fff7ba5426ff57a2016c6eab83 DIST libcec-3.0.1.tar.gz 1117284 SHA256 7e3670c8949a1964d6e5481f56dfff838857da10bdc60b506f6e9b7f117e253e SHA512 b579853d2d20d1007cb9128c8bb457da7c0c0138bba82fd45b05971be9c2232af6a064ab0a4f88bab10f6bda23baefffc43e717ad08b86bba3cf05c211ac5ee4 WHIRLPOOL 46583c7c8b45613a152fe37536992186a6929733dccde0399bed0cc86d07bb6e14da58ae42a12ee1ca192a2716b95b48bda9722749abfd40418b5f0f067f7a40 +DIST libcec-3.1.0.tar.gz 1097121 SHA256 09109d21a1b03f42c9e341d12600f2e4c41038d640269fa75408e2d36126f921 SHA512 e06f65d85ee268ec23380186d11e53f3e477bf25b955c9314cc13555eedeffee902dc8a0f3005248250c584760ab68c461b087b305dc4ef463da628ee1ab433b WHIRLPOOL 05e60255d00a897a53f042263ae73f61999875fe508a2fc6334cc00b62442d7e991a0f6a742acab440119ccdd34dfc842d97efe4fcb1a697181e76e3a0b414f8 diff --git a/dev-libs/libcec/libcec-3.1.0.ebuild b/dev-libs/libcec/libcec-3.1.0.ebuild new file mode 100644 index 000000000000..8888ca364ecf --- /dev/null +++ b/dev-libs/libcec/libcec-3.1.0.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +PYTHON_COMPAT=( python2_7 python3_4 ) + +inherit cmake-utils eutils linux-info python-single-r1 + +DESCRIPTION="Library for communicating with the Pulse-Eight USB HDMI-CEC Adaptor" +HOMEPAGE="http://libcec.pulse-eight.com" +SRC_URI="https://github.com/Pulse-Eight/${PN}/archive/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="cubox exynos python raspberry-pi +xrandr" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +RDEPEND="virtual/udev + dev-libs/lockdev + dev-libs/libplatform + raspberry-pi? ( >=media-libs/raspberrypi-userland-0_pre20160305-r1 ) + xrandr? ( x11-libs/libXrandr )" +DEPEND="${RDEPEND} + virtual/pkgconfig + python? ( + dev-lang/swig + ${PYTHON_DEPS} + )" + +CONFIG_CHECK="~USB_ACM" + +S="${WORKDIR}/${PN}-${P}" + +pkg_setup() { + use python && python-single-r1_pkg_setup +} + +src_prepare() { + # Do not hardcode the python libpath #577612 + sed -i \ + -e '/DESTINATION/s:lib/python${PYTHON_VERSION}/dist-packages:${PYTHON_SITEDIR}:' \ + src/libcec/cmake/CheckPlatformSupport.cmake || die + + cmake-utils_src_prepare + use python || comment_add_subdirectory "src/pyCecClient" +} + +src_configure() { + local mycmakeargs=( + $(cmake-utils_useno python SKIP_PYTHON_WRAPPER) + $(cmake-utils_use_has exynos EXYNOS_API) + $(cmake-utils_use_has cubox TDA955X_API) + $(cmake-utils_use_has raspberry-pi RPI_API) + ) + use python && mycmakeargs+=( -DPYTHON_SITEDIR="$(python_get_sitedir)" ) + + # raspberrypi-userland itself does not provide .pc file so using + # bcm_host.pc instead + if use raspberry-pi ; then + mycmakeargs+=( \ + -DRPI_INCLUDE_DIR=$(pkg-config --variable=includedir bcm_host) \ + -DRPI_LIB_DIR=$(pkg-config --variable=libdir bcm_host) ) + fi + + cmake-utils_src_configure +} diff --git a/dev-libs/libplatform/Manifest b/dev-libs/libplatform/Manifest index 697e6f06578b..c4a24d4dbdd8 100644 --- a/dev-libs/libplatform/Manifest +++ b/dev-libs/libplatform/Manifest @@ -1 +1,2 @@ DIST libplatform-1.0.10.tar.gz 77558 SHA256 6ba3239cb1c0a5341efcf9488f4d3dfad8c26d6b2994b2b2247e5a61568ab5cd SHA512 3fceea9287c4460d916971fb97475b96115d922a8882bce80d0cbbdf961f2848008c06ad7f6eac67c36be5e8486370ec9412a954840608332deca2ff6fb3cedc WHIRLPOOL 4db0338a5536fcb44859a6262628f90ade80190c06a7d98ba838c1dfb590cfc68676ffb6672c22f1b685fd33c0ebae0afde384b9324b02dec0071b96c96c6fe4 +DIST libplatform-2.0.1.tar.gz 74676 SHA256 e97e45273e90571aa37732cde913b262f5f519c387083645d2557d7189c054cf SHA512 ac397ffc741617be4371dc2a4b44cdddd07f2bdbd54e20e91a77e7d00b90b4d54f9aa5d2908c389638f548a7b6f9aa0a93bb10697eaecfc23117dee6f789f555 WHIRLPOOL 978775ff748797c4780f97f98c43f17044deab51929ad94a48c136df4bc0cc5269f0251a6fdd2099797760e222c4fdfe7870388077be799e370972df5f1b7597 diff --git a/dev-libs/libplatform/files/libplatform-2.0.1-arch-specific-libdirs.patch b/dev-libs/libplatform/files/libplatform-2.0.1-arch-specific-libdirs.patch new file mode 100644 index 000000000000..fce47f428cda --- /dev/null +++ b/dev-libs/libplatform/files/libplatform-2.0.1-arch-specific-libdirs.patch @@ -0,0 +1,31 @@ +From 21317bf0bb90f16d591aec580fe70d58cb43e65e Mon Sep 17 00:00:00 2001 +From: Balint Reczey +Date: Sun, 21 Feb 2016 23:06:28 +0100 +Subject: [PATCH] Install pkg-config and .cmake files in arch-specific libdirs + +They contain arch-specific strings thus they can't be in +architecture-independent dirs. This would prevent co-installing +i386 and amd64 versions for example, since the files would differ. +--- + CMakeLists.txt | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index a577410..6b5586f 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -74,12 +74,12 @@ install(FILES src/util/atomic.h + IF(NOT WIN32) + configure_file(p8-platform.pc.in p8-platform.pc @ONLY) + install(FILES ${CMAKE_BINARY_DIR}/p8-platform.pc +- DESTINATION ${CMAKE_INSTALL_LIBDIR_NOARCH}/pkgconfig) ++ DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig) + ENDIF(NOT WIN32) + + # config mode + configure_file (p8-platform-config.cmake.in + p8-platform-config.cmake @ONLY) + install(FILES ${CMAKE_BINARY_DIR}/p8-platform-config.cmake +- DESTINATION ${CMAKE_INSTALL_LIBDIR_NOARCH}/p8-platform) ++ DESTINATION ${CMAKE_INSTALL_LIBDIR}/p8-platform) + diff --git a/dev-libs/libplatform/libplatform-2.0.1.ebuild b/dev-libs/libplatform/libplatform-2.0.1.ebuild new file mode 100644 index 000000000000..b9ab84c46587 --- /dev/null +++ b/dev-libs/libplatform/libplatform-2.0.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit cmake-utils + +MY_PN="platform" +MY_PN_PREFIX="p8" + +DESCRIPTION="Platform support library used by libCEC and binary add-ons for Kodi" +HOMEPAGE="https://github.com/Pulse-Eight/platform" +SRC_URI="https://github.com/Pulse-Eight/${MY_PN}/archive/${MY_PN_PREFIX}-${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +PATCHES=( "${FILESDIR}/${P}-arch-specific-libdirs.patch" ) + +S="${WORKDIR}/${MY_PN}-${MY_PN_PREFIX}-${MY_PN}-${PV}" diff --git a/dev-perl/Module-Install-AuthorTests/Module-Install-AuthorTests-0.2.0.ebuild b/dev-perl/Module-Install-AuthorTests/Module-Install-AuthorTests-0.2.0.ebuild index e55eaae20a13..9be3b11ceb96 100644 --- a/dev-perl/Module-Install-AuthorTests/Module-Install-AuthorTests-0.2.0.ebuild +++ b/dev-perl/Module-Install-AuthorTests/Module-Install-AuthorTests-0.2.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Designate tests only run by module authors" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="test" RDEPEND=" diff --git a/dev-perl/Module-Signature/Manifest b/dev-perl/Module-Signature/Manifest index 6e31305c8191..5bc93e60b09b 100644 --- a/dev-perl/Module-Signature/Manifest +++ b/dev-perl/Module-Signature/Manifest @@ -1,2 +1 @@ -DIST Module-Signature-0.77.tar.gz 94120 SHA256 bcb27b1514befaffc2f2a5bf7ea6a07cb16f3fb54f045a7cc290faf9761de800 SHA512 5c3fef54d0fdacba1b040bf1d8f9f7d9abca4717c2abe4b93da84de2fb54fb5d88c86e07d32443af5aa8bf9063575ec6733e8ff151a02c416b173e21aee13faf WHIRLPOOL f5b767b54215de0057ce280ccad79a684eeee593e1715fc46cddedcfa63c4c79b398f5bd7a551b4330d063bf0c862eb98a1d15c87e7824d4450e65ef5e1f35d3 DIST Module-Signature-0.79.tar.gz 94207 SHA256 22df2ce097fb5d176efa951c782633d8debe594924a25ca66666252512ce462c SHA512 500049d841fec0f7a9ce3fe8dd5f89c09512d61d24bacca320a2c09b91c94d510aad514edfe0655906ed745cdfbf3cb226cddcf975dfd0934b8e46e276db3b62 WHIRLPOOL 625471b5ef840467e64521eb39eb8f5cfd573f5e875fc86db96f817f0ff98dda59971f8af3041cf52a40570be4916616013262e33d40fbc139acfc139390cbf6 diff --git a/dev-perl/Module-Signature/Module-Signature-0.770.0.ebuild b/dev-perl/Module-Signature/Module-Signature-0.770.0.ebuild deleted file mode 100644 index 4f808c207ce9..000000000000 --- a/dev-perl/Module-Signature/Module-Signature-0.770.0.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MODULE_AUTHOR=AUDREYT -MODULE_VERSION=0.77 -inherit perl-module - -DESCRIPTION="Module signature file manipulation " - -LICENSE="CC0-1.0" -SLOT="0" -KEYWORDS="amd64 x86 ~x86-solaris" -IUSE="test" - -RDEPEND=" - virtual/perl-MIME-Base64 - dev-perl/PAR-Dist - virtual/perl-IO-Compress - dev-perl/Crypt-CBC - dev-perl/Crypt-DES - dev-perl/Crypt-Blowfish - dev-perl/Crypt-RIPEMD160 - dev-perl/class-loader - dev-perl/tie-encryptedhash - dev-perl/convert-ascii-armour - dev-perl/data-buffer - dev-perl/digest-md2 - >=dev-perl/math-pari-2.010603 - dev-perl/Crypt-Random - dev-perl/Crypt-Primes - dev-perl/Crypt-DES_EDE3 - dev-perl/Crypt-DSA - dev-perl/Crypt-RSA - dev-perl/Convert-ASN1 - dev-perl/convert-pem - dev-perl/Crypt-OpenPGP - app-crypt/gnupg -" -DEPEND="${RDEPEND} - test? ( - dev-perl/IPC-Run - ) -" - -SRC_TEST="do" - -src_test() { - export TEST_SIGNATURE="1" - perl-module_src_test -} diff --git a/dev-perl/Module-Signature/Module-Signature-0.790.0.ebuild b/dev-perl/Module-Signature/Module-Signature-0.790.0.ebuild index c8b5950d73f4..382a292bf8ed 100644 --- a/dev-perl/Module-Signature/Module-Signature-0.790.0.ebuild +++ b/dev-perl/Module-Signature/Module-Signature-0.790.0.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Module signature file manipulation" LICENSE="CC0-1.0" SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-solaris" +KEYWORDS="amd64 x86 ~x86-solaris" IUSE="test" # this needs checking, there is no indication in the metadata about any deps!!! diff --git a/dev-perl/Module-Starter/Module-Starter-1.710.0.ebuild b/dev-perl/Module-Starter/Module-Starter-1.710.0.ebuild index a7e68103ba9f..47c10e8c0609 100644 --- a/dev-perl/Module-Starter/Module-Starter-1.710.0.ebuild +++ b/dev-perl/Module-Starter/Module-Starter-1.710.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="A simple starter kit for any module" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="test" RDEPEND=" diff --git a/dev-perl/MooX-HandlesVia/Manifest b/dev-perl/MooX-HandlesVia/Manifest index cc72254ab1e6..b99010467361 100644 --- a/dev-perl/MooX-HandlesVia/Manifest +++ b/dev-perl/MooX-HandlesVia/Manifest @@ -1,2 +1 @@ -DIST MooX-HandlesVia-0.001007.tar.gz 24154 SHA256 1c727db0f0342dd7758410990f05fe5015fe73467c79f7200eceea8c659c51eb SHA512 8795a822671a57aec8cc65349ad8a5189bf0663da0acc896d54a98608516bbd7255fcdf0180759ddfa616c05879fd26bede78551437c167c399c936284e608d4 WHIRLPOOL 6e602c182048ddc1ce86da86c851550cdc44cc50f75c64925d4df5f35688156dc665c032d7ecb98c0a92dfd47194aa0633dfece062118c6fe7ac80abb508ad7c DIST MooX-HandlesVia-0.001008.tar.gz 24385 SHA256 b0946f23b3537763b8a96b8a83afcdaa64fce4b45235e98064845729acccfe8c SHA512 ad5dd6c5a05d6f44788e31a74d595c3a6c1b8bf62f51d59bab2d65f6963c2995205ad64f6930b103026d3497d3d2a83bd192b7566228c31bf944265e060703c0 WHIRLPOOL 8afed47996153df47e6319143d13f3da052a31125608f913ff15e529b062e444cc6441298f1313f29310ed2821a272bfec6daa7235390630651a335553a73578 diff --git a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.7.ebuild b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.7.ebuild deleted file mode 100644 index 7783c2fde707..000000000000 --- a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.7.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MODULE_AUTHOR=MATTP -MODULE_VERSION=0.001007 -inherit perl-module - -DESCRIPTION="NativeTrait-like behavior for Moo" - -SLOT="0" -KEYWORDS="amd64 ~hppa ppc x86" -IUSE="test" - -RDEPEND=" - dev-perl/Class-Method-Modifiers - >=dev-perl/Data-Perl-0.2.6 - dev-perl/Module-Runtime - >=dev-perl/Moo-1.3.0 - dev-perl/Role-Tiny -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - >=dev-perl/MooX-Types-MooseLike-0.230.0 - dev-perl/Test-Exception - dev-perl/Test-Fatal - virtual/perl-Test-Simple - ) -" - -SRC_TEST=do diff --git a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild index 6e4ee9a6160f..a060cc2028af 100644 --- a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild +++ b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.8.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="NativeTrait-like behavior for Moo" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86" +KEYWORDS="amd64 ~hppa ppc x86" IUSE="test" RDEPEND=" diff --git a/dev-perl/Mozilla-CA/Manifest b/dev-perl/Mozilla-CA/Manifest index 9dd24a1333f2..8716f6790d14 100644 --- a/dev-perl/Mozilla-CA/Manifest +++ b/dev-perl/Mozilla-CA/Manifest @@ -1,2 +1 @@ -DIST Mozilla-CA-20150826.tar.gz 155342 SHA256 c159d134175db0723a347649961a8f83769d4e20e76e55e040286e1099f71369 SHA512 14ca46bd240dba9d41697ad65d22562d2b86fc81ac40dbbbe51ec41758ee164a7be3c9a3e82f2eed24affb6e47faa2f93e3d14e8940ef6a3363763182b9b559e WHIRLPOOL 84cbc502128da250985d898edcdc1e2287728113d194f53e33833fd1367e01c4ae38e6efa4769121a726eb37bb865f7537ca6f60bd806a777e99b9b8f4ee52f7 DIST Mozilla-CA-20160104.tar.gz 154435 SHA256 27a7069a243162b65ada4194ff9d21b6ebc304af723eb5d3972fb74c11b03f2a SHA512 3b416d45ce82d2a0be5f8a3f61506deba48c9208e579e418addb2ff8920599aa4b4ab52f7ff4b8aaf274cf4cf2da8d30f7775f9663c6d9d3aae92f7a1cf6292b WHIRLPOOL c1ee08a9cca917424b46a2440bcec55bcca4622864ccdf4f2b21752fbbc12e14cd999232a025437e547174e81e5321be50fa140e2f7bb3cd77df92584767414a diff --git a/dev-perl/Mozilla-CA/Mozilla-CA-20150826.ebuild b/dev-perl/Mozilla-CA/Mozilla-CA-20150826.ebuild deleted file mode 100644 index 2524cc625046..000000000000 --- a/dev-perl/Mozilla-CA/Mozilla-CA-20150826.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -DIST_AUTHOR=ABH -inherit perl-module - -DESCRIPTION="Mozilla's CA cert bundle in PEM format" - -LICENSE="MPL-1.1" -SLOT="0" -KEYWORDS="alpha amd64 ppc ~ppc64 x86" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker -" diff --git a/dev-perl/Mozilla-CA/Mozilla-CA-20160104.ebuild b/dev-perl/Mozilla-CA/Mozilla-CA-20160104.ebuild index 70ebde4f4da1..fb9da7fbac54 100644 --- a/dev-perl/Mozilla-CA/Mozilla-CA-20160104.ebuild +++ b/dev-perl/Mozilla-CA/Mozilla-CA-20160104.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Mozilla's CA cert bundle in PEM format" LICENSE="MPL-1.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="alpha amd64 ppc ~ppc64 x86" IUSE="" RDEPEND="" diff --git a/dev-perl/Net-CIDR/Manifest b/dev-perl/Net-CIDR/Manifest index df961e9f1d2e..86471ad5e328 100644 --- a/dev-perl/Net-CIDR/Manifest +++ b/dev-perl/Net-CIDR/Manifest @@ -1,2 +1 @@ -DIST Net-CIDR-0.17.tar.gz 10654 SHA256 4a968e700d382cf0946e47df420d0151fbd8e0135f037d404c7c63713b66daf0 SHA512 bb1ad29f79879e46afc221ddec1d790ea69d470e7363dc90e27ec3fb34e15cf753b457b76a4ea0e70db4afc0aeb11f3e2bbe7c204abb5aae967d13ae9605460f WHIRLPOOL 06bb2f5bc8a9827f6c52f6c773f6dcc1c523bae5da6d19bd641a80b5a0e2c25c28477eca45b06c9785ada98f320bea9392da81427eeb779f062c67555f1521b0 DIST Net-CIDR-0.18.tar.gz 10761 SHA256 c3df7ea8d42b2d8ec328c187329c5f8c4db6a2470873f61e3d0dd91430ef1427 SHA512 26a8fd1fdb16b03f72c456edbd7dd0f158e6fcd76847be7634c470049eeabd1d41bf328d32e528aa26b7f34179b38904c65ba511ca3347acb0442fe93748bc63 WHIRLPOOL f1f137887c3fffde8fa9f7c69cef2e25bb46bb7ad8224774c55aebeeb796d6924263e7fbf0143f2737e6f1ef1dd474417e9ba0e2473bd2d5b387c511de57feea diff --git a/dev-perl/Net-CIDR/Net-CIDR-0.170.0-r1.ebuild b/dev-perl/Net-CIDR/Net-CIDR-0.170.0-r1.ebuild deleted file mode 100644 index 1a71ef18695a..000000000000 --- a/dev-perl/Net-CIDR/Net-CIDR-0.170.0-r1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MODULE_AUTHOR=MRSAM -MODULE_VERSION=0.17 -inherit perl-module - -DESCRIPTION="Manipulate netblock lists in CIDR notation" - -SLOT="0" -KEYWORDS="amd64 ~arm hppa ~mips ppc x86" -IUSE="" - -SRC_TEST=do diff --git a/dev-perl/Net-CIDR/Net-CIDR-0.180.0.ebuild b/dev-perl/Net-CIDR/Net-CIDR-0.180.0.ebuild index 738575259286..bb8e1246adc6 100644 --- a/dev-perl/Net-CIDR/Net-CIDR-0.180.0.ebuild +++ b/dev-perl/Net-CIDR/Net-CIDR-0.180.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Manipulate netblock lists in CIDR notation" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~x86" +KEYWORDS="amd64 ~arm hppa ~mips ppc x86" IUSE="" RDEPEND=" diff --git a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild index 4cc855eed75c..ed724b8d8222 100644 --- a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild +++ b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Perl extension for the DBus message system" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~sparc ~x86" IUSE="test" RDEPEND=" diff --git a/dev-perl/Net-DNS/Manifest b/dev-perl/Net-DNS/Manifest index f7d75fe8bfbe..1b1e7b7098d6 100644 --- a/dev-perl/Net-DNS/Manifest +++ b/dev-perl/Net-DNS/Manifest @@ -1,2 +1 @@ -DIST Net-DNS-0.74.tar.gz 200829 SHA256 ef64af502e94f2d0e0a672ab951d846fd1406544eca596a86943bc8f2da19c32 SHA512 f0bb5482247c9b01dc6e704d1d6f93881b209001d5b43488c453f24b48ddbb07aefa4bb8e71d1d61f3f5d81ad918627f66e56a8a14d2d9adcccf0fe1af15389d WHIRLPOOL dd15330e82b2d06867cae1461d6115b9545aaf0042e9c7e674022330870f18fbf2af4349fb3350bd755e35cdaca6437258ce39293d2f0cd6665b4ad8372babd7 DIST Net-DNS-1.04.tar.gz 245064 SHA256 4b9f220304c5722658fbdbe4db31ab77486b5f0aaada78c9d1b528e4b0680965 SHA512 ff32c1bf52e553fcd64f8a0f9fcd30f6eae4e1350c4c5c97da3b745f1713acd75533694ec834e1b1e9bee0a13b7a8ee0c347dfaa36433052f020e41e36829d59 WHIRLPOOL 5c09639ffc7bdaac4625bf9fc592c6109b43ebb7ab0eed29b9bb7cc42d35f155736a9125787adabb3ee47fb2374189b9d940ea6bf626fa8d837cd5be2511ea83 diff --git a/dev-perl/Net-DNS/Net-DNS-0.740.0.ebuild b/dev-perl/Net-DNS/Net-DNS-0.740.0.ebuild deleted file mode 100644 index fc11a4b7cdc5..000000000000 --- a/dev-perl/Net-DNS/Net-DNS-0.740.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MODULE_AUTHOR=NLNETLABS -MODULE_VERSION=0.74 -inherit toolchain-funcs perl-module - -DESCRIPTION="Perl Net::DNS - Perl DNS Resolver Module" - -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="ipv6 test" - -RDEPEND=" - virtual/perl-Digest-MD5 - dev-perl/Digest-HMAC - virtual/perl-Digest-SHA - dev-perl/Net-IP - virtual/perl-MIME-Base64 - ipv6? ( - dev-perl/IO-Socket-INET6 - ) -" -DEPEND="${RDEPEND} - test? ( - virtual/perl-Test-Simple - dev-perl/Test-Pod - )" - -PATCHES=( ${FILESDIR}/${PN}-0.68-ar.patch ) -SRC_TEST="do" - -src_prepare() { - perl-module_src_prepare - mydoc="TODO" - # --IPv6-tests requires that you have external IPv6 connectivity - # as it connects to 2001:7b8:206:1:0:1234:be21:e31e - myconf="${myconf} --no-online-tests --no-IPv6-tests" -} - -src_compile() { - emake FULL_AR="$(tc-getAR)" OTHERLDFLAGS="${LDFLAGS}" -} diff --git a/dev-perl/Net-DNS/Net-DNS-1.40.0.ebuild b/dev-perl/Net-DNS/Net-DNS-1.40.0.ebuild index 6082ded51ff8..95a4fe6ee854 100644 --- a/dev-perl/Net-DNS/Net-DNS-1.40.0.ebuild +++ b/dev-perl/Net-DNS/Net-DNS-1.40.0.ebuild @@ -11,7 +11,7 @@ inherit toolchain-funcs perl-module DESCRIPTION="Perl Net::DNS - Perl DNS Resolver Module" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="ipv6 test" RDEPEND=" diff --git a/dev-perl/Net-DNS/files/Net-DNS-0.64-ar.patch b/dev-perl/Net-DNS/files/Net-DNS-0.64-ar.patch deleted file mode 100644 index 5f55eddbd277..000000000000 --- a/dev-perl/Net-DNS/files/Net-DNS-0.64-ar.patch +++ /dev/null @@ -1,13 +0,0 @@ -The linker on Darwin/x86 needs archives with an index, so create one. - ---- Makefile.PL -+++ Makefile.PL -@@ -260,7 +260,7 @@ - cover - - netdns$(LIB_EXT): netdns$(OBJ_EXT) -- $(AR) '.($^O eq 'MSWin32' && $Config{'cc'} eq 'cl'?'/OUT:':'cr '). -+ $(AR) '.($^O eq 'MSWin32' && $Config{'cc'} eq 'cl'?'/OUT:':'crs '). - 'netdns$(LIB_EXT) netdns$(OBJ_EXT) - - '; diff --git a/dev-perl/Net-DNS/files/Net-DNS-0.68-ar.patch b/dev-perl/Net-DNS/files/Net-DNS-0.68-ar.patch deleted file mode 100644 index cad63fadf024..000000000000 --- a/dev-perl/Net-DNS/files/Net-DNS-0.68-ar.patch +++ /dev/null @@ -1,16 +0,0 @@ -The linker on Darwin/x86 needs archives with an index, so create one. - -Ported-from: files/Net-DNS-0.64-ar.patch - -diff -Nuar Net-DNS-0.68.orig/Makefile.PL Net-DNS-0.68/Makefile.PL ---- Net-DNS-0.68.orig/Makefile.PL 2012-01-27 23:02:34.000000000 +0000 -+++ Net-DNS-0.68/Makefile.PL 2012-02-29 09:03:14.939727214 +0000 -@@ -336,7 +336,7 @@ - use Config qw(%Config); - - sub postamble { -- my $cr = ( $^O eq 'MSWin32' && $Config{'cc'} eq 'cl' ? '/OUT:' : 'cr ' ); # ar action -+ my $cr = ( $^O eq 'MSWin32' && $Config{'cc'} eq 'cl' ? '/OUT:' : 'crs ' ); # ar action - - my $content = ' - test_cover : pure_all diff --git a/dev-perl/Net-Domain-TLD/Manifest b/dev-perl/Net-Domain-TLD/Manifest index 3cca2da48e4d..68cebfcbbef6 100644 --- a/dev-perl/Net-Domain-TLD/Manifest +++ b/dev-perl/Net-Domain-TLD/Manifest @@ -1,2 +1 @@ -DIST Net-Domain-TLD-1.69.tar.gz 13274 SHA256 e6571ed5f015b093949b0d6f5fe3ed10bbc3592c47f314c17e117d9078de5481 SHA512 36ae72c9de476d9f4461ecc8f9aa3363e8dd6bd955c1ae30a4bdb4e9a242d49f8f9ca6f7c5101ca705a31edc860a426c868c36bcf197c36793a9063092bb7c7e WHIRLPOOL f32ca272b4c148d996bc014d3b01b1c3bc4c506e0dbb908a94da24ccbd5c25f9f58894c74eb81fac4b10a42c33b6e0dfaa7adac8bda0c9521214317241bb2f6c DIST Net-Domain-TLD-1.74.tar.gz 36300 SHA256 bf936cc20834d5b9497e33dc41c2da6a58536b7a1e0df0b8f6ce7ed5111ca868 SHA512 40e9e4776b078c525e886e6f7c5151aee44ce9187bb348128221927c8c92ae72318328d420a3626c0b5a1c05a742e4fefe8ca1d2eb4fac6a2e74c65ebc1c4507 WHIRLPOOL 7256687b144c19e8bd4543adefb9cb427511ad4d3e8b00fabbb914d5306ddf526498b03dc974f7414616e0c9597c7967ea71cca1a46c3de5f10a032cbcd45aa7 diff --git a/dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.690.0-r1.ebuild b/dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.690.0-r1.ebuild deleted file mode 100644 index 27ae0fe21786..000000000000 --- a/dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.690.0-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MODULE_AUTHOR=ALEXP -MODULE_VERSION=1.69 -inherit perl-module - -DESCRIPTION="Current top level domain names including new ICANN additions and ccTLDs" - -SLOT="0" -KEYWORDS="amd64 hppa ~mips ppc ppc64 x86" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod )" - -SRC_TEST="do" diff --git a/dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.740.0.ebuild b/dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.740.0.ebuild index b60b8c147bd9..cb5ab93151dc 100644 --- a/dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.740.0.ebuild +++ b/dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.740.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Current top level domain names including new ICANN additions and ccTLDs" SLOT="0" -KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 hppa ~mips ppc ppc64 x86" IUSE="" RDEPEND=" diff --git a/dev-perl/Net-HTTP/Manifest b/dev-perl/Net-HTTP/Manifest index 751c5a8518cd..ebd7f68e8b31 100644 --- a/dev-perl/Net-HTTP/Manifest +++ b/dev-perl/Net-HTTP/Manifest @@ -1,2 +1 @@ -DIST Net-HTTP-6.06.tar.gz 15609 SHA256 1d4e3ced899efad12431564d93abe73dd2a1224aa208af5f4ab829e7a2dd39d4 SHA512 fefa06eb960b354ec5f760b720d2d7e29820fbc5aad8fd0dbc8a63ec6a7cda0000b8449cce83e38d2f4bf03bf8aa0aa19351c7f5508cb435bb9b938b34ab9e53 WHIRLPOOL 4c2ff0ed5b4fb1299b5928a8dc868fac894fa9992d4e1fa6dc0624e0ebaee4edb28cd58f817696462fa271ecf45a3085646312f7c89d729d45fdedf13484546f DIST Net-HTTP-6.09.tar.gz 17686 SHA256 52762b939d84806908ba544581c5708375f7938c3c0e496c128ca3fbc425e58d SHA512 ae36c8367206f18190237f9c6db417054b78f99cfa79cc651550d3612505faf9d31e415c8b32e7f87f4fd389ccaa0e23f62c3781f6f27485b7296b2fe48d7e45 WHIRLPOOL e29a0193e607507538d4e6c7e08808a4c5c8a58d035fa3054a82fc9e148105961de8a8b12c5dff485246a0f4b97075832785ddfa992cce7720d7e56047ef631c diff --git a/dev-perl/Net-HTTP/Net-HTTP-6.60.0.ebuild b/dev-perl/Net-HTTP/Net-HTTP-6.60.0.ebuild deleted file mode 100644 index 1df6c5db07ff..000000000000 --- a/dev-perl/Net-HTTP/Net-HTTP-6.60.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MODULE_AUTHOR=GAAS -MODULE_VERSION=6.06 -inherit perl-module - -DESCRIPTION="Low-level HTTP connection (client)" - -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND=" - ! /dev/null || die + "${PYTHON}" -m IPython.testing.iptestcontroller --all || fail=1 + popd > /dev/null || die + } + VIRTUALX_COMMAND=run_tests virtualmake + [[ ${fail} ]] && die "Tests fail with ${EPYTHON}" +} + +python_install() { + distutils-r1_python_install + + # Create ipythonX.Y symlinks. + # TODO: + # 1. do we want them for pypy? No. pypy has no numpy + # 2. handle it in the eclass instead (use _python_ln_rel). + # With pypy not an option the dosym becomes unconditional + dosym ../lib/python-exec/${EPYTHON}/ipython \ + /usr/bin/ipython${EPYTHON#python} +} + +python_install_all() { + use doc && local HTML_DOCS=( docs/build/html/. ) + distutils-r1_python_install_all + if use examples; then + insinto /usr/share/doc/${PF}/examples + doins -r examples/. + docompress -x /usr/share/doc/${PF}/examples + fi +} + +pkg_postinst() { + optfeature "sympyprinting" dev-python/sympy + optfeature "cythonmagic" dev-python/cython + optfeature "%lprun magic command" dev-python/line_profiler + optfeature "%mprun magic command" dev-python/memory_profiler + if use nbconvert; then + if ! has_version app-text/pandoc ; then + einfo "Node.js will be used to convert notebooks to other formats" + einfo "like HTML. Support for that is still experimental. If you" + einfo "encounter any problems, please use app-text/pandoc instead." + fi + fi +} diff --git a/dev-python/jupyter_client/Manifest b/dev-python/jupyter_client/Manifest index 8f39d7e3bf58..d58a94b65381 100644 --- a/dev-python/jupyter_client/Manifest +++ b/dev-python/jupyter_client/Manifest @@ -1 +1,2 @@ DIST jupyter_client-4.1.1.tar.gz 250227 SHA256 ff1ef5c6c3031a62db46ec6329867b4cb1595e6102a7819b3b5252b0c524bdb8 SHA512 08104fef5fd2522944ac5f1b2140a8267ffd97b0dba518f9fa792c08102ff8dbc4def592150433dfd893aed3596876ff254c9ea17b9b2e7a9622f773bd9d2606 WHIRLPOOL d7164a07a43c5d6cd78b30bedb6ec8e8bc367cca4ddf920fee27edc9337d6f1124ae840546d90d47ad1c0a84bd1677e452925c022cebfa5556c499f7fa8ee18d +DIST jupyter_client-4.2.2.tar.gz 254282 SHA256 3ffc530eff0518fd9bfe3662423a2bec15d0628b9ca159921dd72f34ae004a14 SHA512 d6393095caebb47aca7c0657f0947246d126d40c420173388d34cae2542f12b9ad916659c22b5c7c12901690006bd2ecb736a6c0203cc17a07b9e77e4d750485 WHIRLPOOL 6be03a2ab9896bebec57e7d429edf923dd12c0880451ecd7efc58ff08e257976f66125568bba90626df14dadf94e98d8e832a36d2d5d7d54427b5502df909f20 diff --git a/dev-python/jupyter_client/jupyter_client-4.2.2.ebuild b/dev-python/jupyter_client/jupyter_client-4.2.2.ebuild new file mode 100644 index 000000000000..21a0d1de59ed --- /dev/null +++ b/dev-python/jupyter_client/jupyter_client-4.2.2.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) +PYTHON_REQ_USE="threads(+)" + +inherit distutils-r1 + +DESCRIPTION="Jupyter protocol implementation and client libraries" +HOMEPAGE="http://jupyter.org" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="test" + +RDEPEND=" + dev-python/traitlets[${PYTHON_USEDEP}] + dev-python/jupyter_core[${PYTHON_USEDEP}] + >=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}] + " +DEPEND="${RDEPEND} + test? ( + dev-python/nose[${PYTHON_USEDEP}] + dev-python/coverage[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) + dev-python/ipykernel[${PYTHON_USEDEP}] + ) + " + +python_test() { + nosetests --with-coverage jupyter_client || die +} diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest index 5ec78196a7df..699a2b5bd475 100644 --- a/dev-python/keyring/Manifest +++ b/dev-python/keyring/Manifest @@ -10,3 +10,4 @@ DIST keyring-8.3.tar.gz 33864 SHA256 284f754d86bd176cd44f57fdc33b9d0decc0cdfc38f DIST keyring-8.4.1.tar.gz 34322 SHA256 59054102b7454704cf22040e2a41a320b2a46d5de511ba3a46268cf20ad40689 SHA512 6eeb7bcb3033be9d6f968c878d92a3f1436487dc412a48b9becf051d068cd1153ca0670f08d395c911f7b5fe20314398bfb275da8ec3575b408f0f0afb6e2f35 WHIRLPOOL a0c991a3be26ff89f05e75edf4add3b8c88d900d7522b3f490be143301dcb9e7ee740aaa3746bfe56da39ac3ecf66bf4c1b76b7a00ccf10f1a3a2704b5f99c48 DIST keyring-8.4.tar.gz 34271 SHA256 45c54d972515514bc2464d9eae51e83cdd5955ccb8f6443541b03f0ea6d5196c SHA512 f6cb1cc64f70f40920460ae09f814a3167e21cb96566d3d23d6722e294ce1f5da29984b09d440982663b9aebc7ee75a1fb7a1448e69040ecbc40319c0ca07af4 WHIRLPOOL af197a05bc226406aaafea5a475d09ccd4b854af7986f0f7c5eb20e000426cda8bd0b3b6a29cfad52bf337620fa556502a42935618f93ec4b3b8165318edb8b2 DIST keyring-8.5.tar.gz 34461 SHA256 0f203b6b63aabbdabc5f7dac365ee71fd96e28f06ca2c12053d85f0b90472f2a SHA512 216b6f3aae3d9faed9b31b38ddbea1c59e5f3dcfac3cdaf8bf3b41de5061bf77b976e0287240b53be734aa92a11fd50defe448b9c0e19db0821cb68ef805f0aa WHIRLPOOL 3e8c1b54738189bfdf7430248acc9f5ac13a763702a9b40f6f5cef6530d3553ea959242411870c06654932755cf5ad89fc9f7a087f29d9ac61442ac88282d7d6 +DIST keyring-8.6.tar.gz 38526 SHA256 92b28d9713ed77bc157680e95a3643a5777f5c3e0690e772c2f2da7df81ce46d SHA512 a139736381ee706da1c5456259ce0ca07d4079003f2eb90bab6b3dc4b8ff6b7bf68a907427f1f4014e861e2222d697bbbc89f7fa68a3b53507632d3f668b8bc0 WHIRLPOOL f242f7b5b4c5f22cddc82ee97223aa55d25d85bdb81ccb139571d434a9b4bb5ceac85395a94e7e95491a1ad19d1bd58681a51f9af58fd6350744f88411fa538a diff --git a/dev-python/keyring/keyring-8.6.ebuild b/dev-python/keyring/keyring-8.6.ebuild new file mode 100644 index 000000000000..06a13e8ae02b --- /dev/null +++ b/dev-python/keyring/keyring-8.6.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Provides access to the system keyring service" +HOMEPAGE="https://github.com/jaraco/keyring" +SRC_URI="mirror://pypi/k/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="PSF-2" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}] + test? ( + dev-python/pytest-runner[${PYTHON_USEDEP}] + >=dev-python/pytest-2.8[${PYTHON_USEDEP}] + dev-python/gdata[$(python_gen_usedep 'python2*')] + dev-python/keyczar[$(python_gen_usedep 'python2*')] + dev-python/pycrypto[$(python_gen_usedep 'python*')] + )" +RDEPEND="" + +python_test() { + py.test -v -v || die "testsuite failed under ${EPYTHON}" +} diff --git a/dev-python/lxml/lxml-3.5.0.ebuild b/dev-python/lxml/lxml-3.5.0.ebuild index dfff1fc1b0f5..582555933541 100644 --- a/dev-python/lxml/lxml-3.5.0.ebuild +++ b/dev-python/lxml/lxml-3.5.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD ElementTree GPL-2 PSF-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc examples +threads test" # Note: lib{xml2,xslt} are used as C libraries, not Python modules. diff --git a/dev-python/prompt_toolkit/Manifest b/dev-python/prompt_toolkit/Manifest index 7f00216be03e..01e13b1b6ac1 100644 --- a/dev-python/prompt_toolkit/Manifest +++ b/dev-python/prompt_toolkit/Manifest @@ -8,3 +8,4 @@ DIST prompt_toolkit-0.53.tar.gz 153969 SHA256 a62b861a52d2a8ff3080c4e23e529c1af8 DIST prompt_toolkit-0.54.tar.gz 157151 SHA256 f06eff45c142fb4b82716593b85fabcee260dbcc5458a5680f81edd3cd1b4211 SHA512 cf5b43a52bc4dd08fcc8aafe9e45172c93ac71e8b32beee000c7f267f792b64265ef00d572e927cef05e3642e197ae1c0573c3ec0e95317f7a065807e86a44b4 WHIRLPOOL bb68c8767d96a9835b8b09607ecaeaf2b3c8a3858733ab1675093544c1a20d29b1098b016210263de781e0ca8d1a5b95b616ffc9a4b50d7e1e16d95220936684 DIST prompt_toolkit-0.57.tar.gz 178829 SHA256 de6019e1ebe99647d1b6640f09a02961b26144a91d9964ed93a41ccada9a9fae SHA512 6ed966f2e4cd91e26aa5477205910db0e62a374c544a5f4fd052b22b5312a2bf49294a0bff6ad384a89e806e79eb8e7f3495ae6261b141c38b9c026f67d2b328 WHIRLPOOL 9eb33330002d67cfd26e10a4fab9f8ffbd44fd87bb745960acb734f9db4cf0fa95983dd6fded3e35a263b4297a26b019d113ed450a4c2781a7bbde4bb8eb75ff DIST prompt_toolkit-0.58.tar.gz 191691 SHA256 11b5109858bf5480a4823f1d5f4c3e45e97e6f3d1c2024b06f54ca73314eaca3 SHA512 8183e2530c6e0f67495fe078034b21f0a9b9cb6c28f6cb58c18048729a82432e543b405977ee75ca06489c7e42d26701ee303b7861fa10abea7f231c3fccdd22 WHIRLPOOL 4236a4620c8d6a63ad22db6c69761362847f9230cb5f432ab4f8d17c3d9b297bdeb7893d1c3b8ba0e3eba7635323b76be7d3cc321a8f1baa6cea44898cd868f6 +DIST prompt_toolkit-0.60.tar.gz 194250 SHA256 b44acc4cf3fb9f7331343ae170eac06f853a66e28cdd4ccfeee7c8dad0dec33d SHA512 df8dda4a97bf08009c2980cc288d13e2fc56b5e73f6544014f3ece9e807f3d070b3b493cf6e112d225b6d0610f6711e3fbc8dc29412155e93047dff3aca0bb78 WHIRLPOOL 1d795f413cf915680f201f181da380b82eaa1a5892356608544812ef2c6a530802240930a1e98ce0d1484aab9c44e1bfcb0482a111c4db89c46c4709fc72016b diff --git a/dev-python/prompt_toolkit/prompt_toolkit-0.60.ebuild b/dev-python/prompt_toolkit/prompt_toolkit-0.60.ebuild new file mode 100644 index 000000000000..e858aca428f8 --- /dev/null +++ b/dev-python/prompt_toolkit/prompt_toolkit-0.60.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) + +inherit distutils-r1 + +DESCRIPTION="Building powerful interactive command lines in Python" +HOMEPAGE="https://pypi.python.org/pypi/prompt_toolkit/ https://github.com/jonathanslenders/python-prompt-toolkit" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND=" + >=dev-python/six-1.9.0[${PYTHON_USEDEP}] + dev-python/wcwidth[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] +" + +python_test() { + "${PYTHON}" "${S}"/tests/run_tests.py || die +} diff --git a/dev-python/ptpython/Manifest b/dev-python/ptpython/Manifest index b9536e6d53df..74440be86753 100644 --- a/dev-python/ptpython/Manifest +++ b/dev-python/ptpython/Manifest @@ -5,3 +5,4 @@ DIST ptpython-0.24.tar.gz 41967 SHA256 6dfb728183e92447de5b4de4ac1f6caa07c2ae29e DIST ptpython-0.25.tar.gz 42214 SHA256 6df30f3cde8db140daaf0243b54030e9d9acece8c2c424215edd90d437c257ae SHA512 200ad3bfc709b7c2f6ee3d00d4e42f7484b9f13f84b9ce94ea49e52d866acaf5e44bdd057732df296c907ce2686e08a1be85385a1ffd05a4f35d50a9248498f2 WHIRLPOOL c1dc0cbb4e5fa3ea11714e4b1016d076573c15734c49bb013e2bff4b23802a79e7cebb84c81a4762cd68dc4fbb0a5e98f8eea7e8a4a955b3744dcc027226f210 DIST ptpython-0.28.tar.gz 42771 SHA256 f4bc7c4b129925be316c60669b5c0a5cc97edc0fb381fd007aa0ecc81758ee1d SHA512 41d58dbf8f5428f7892480caf595e5a5a82a22ec2b44376518917cb7364592f38d39a32fa979b9afceca5517dc37de38887438cf91aedd43ac128f9de77fd424 WHIRLPOOL 5b2cd3f71c007065245cb6465812846145774e944583bc50407765612a383d74a432f75ac1686dbf2446292c0d4958878d9ea162a4fa7d0ff8777e69687c8580 DIST ptpython-0.29.tar.gz 42867 SHA256 2156a2b4c8cbe1ae2299d1c6a6077d6bbffd7579c4803c697d4dd4c39a566cb2 SHA512 9a1c5d4f269ddc1afe9ccf958610232bb4c2ba9abb2f29de8cd5c7beb36034e222d5eb65bab638064e4d56d20f850fe11890b5d280dae510dade6d9e3e91b16a WHIRLPOOL b71acf9a5f9364471aa5781c4a758adb5440f67976642a788c1694f68a374b09f05ff7a3cb61a8b91c2d5ce2d351607a0065176d59706d5eed5da7269453e3f6 +DIST ptpython-0.32.tar.gz 42967 SHA256 0dccac7b3f0ed6efe206ee61c4042950e52b4bee05680c499472115681d3efe8 SHA512 85005a400789b6d861e708c5fcea1e93e414576927a933ff22dc5d2de087cb81c30d5c5acb93a4d8d62536ca3c6a036f83959a531ba4707c49a1934c7e5b38ba WHIRLPOOL 15e36a0df88854632d68b4401c357160e4c089cb9155e567c92035dbfa05278fff4d1aa6bde7351123672e89c552f383b6167fd014f0ef0a8cd9e132c1050b1d diff --git a/dev-python/ptpython/ptpython-0.32.ebuild b/dev-python/ptpython/ptpython-0.32.ebuild new file mode 100644 index 000000000000..e09cd214668d --- /dev/null +++ b/dev-python/ptpython/ptpython-0.32.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) + +inherit distutils-r1 eutils + +DESCRIPTION="Python REPL build on top of prompt_toolkit" +HOMEPAGE="https://pypi.python.org/pypi/ptpython/ https://github.com/jonathanslenders/ptpython" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND=" + dev-python/docopt[${PYTHON_USEDEP}] + >=dev-python/jedi-0.9.0[${PYTHON_USEDEP}] + >=dev-python/prompt_toolkit-0.58[${PYTHON_USEDEP}] + dev-python/pygments[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] +" + +# Not included +RESTRICT=test + +python_test() { + "${PYTHON}" tests/run_tests.py || die +} diff --git a/dev-python/pytest/pytest-2.8.7.ebuild b/dev-python/pytest/pytest-2.8.7.ebuild index 361cd82ca3c4..ba8cad1ddde6 100644 --- a/dev-python/pytest/pytest-2.8.7.ebuild +++ b/dev-python/pytest/pytest-2.8.7.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc test" # When bumping, please check setup.py for the proper py version diff --git a/dev-python/python-efl/Manifest b/dev-python/python-efl/Manifest index dde111bacb26..c5b71b0cda21 100644 --- a/dev-python/python-efl/Manifest +++ b/dev-python/python-efl/Manifest @@ -1,2 +1 @@ -DIST python-efl-1.16.0.tar.xz 8737592 SHA256 3418ca7dc38f07bf610b9dcc7ce356bc8c45247a2100679bf840f640e2744e90 SHA512 6ee6f373b376af67af4124360482f7f0c2fb8b6e4c354ebba21c141a06be3f68ff17dcea45422c38d9e19595df035603df268aff74489007be6b9db13b861812 WHIRLPOOL 14cf92c31efae6a75de3d693075db8c3657519a60662db3373c8abef655d982f24e8ceddf10be605ec515b15d545ca4e2417767e3e48d68639e312f089bf2eff DIST python-efl-1.17.0.tar.xz 8835228 SHA256 9ea0fe0938bd4a970206b2b18f46f4d2a4fd1994e9b5f84af2d5f9fa98739179 SHA512 ff610dbacf72853b6c8fb1dcd41451f97156845efeb67a2d5d6c35d9b20c0f024c145a26a579f675bc2ad5844c23e58d8b21a09374aa195174f1a0c6316c0de4 WHIRLPOOL 0ee05c0cb175128c4719883a4c362ce4b3f98a93a7d960e47be2fa60a375748fc89599a111277d77a44caa9c96ad509d5b1c14c1ebafeb739461914560f2b4ed diff --git a/dev-python/python-efl/python-efl-1.16.0.ebuild b/dev-python/python-efl/python-efl-1.16.0.ebuild deleted file mode 100644 index 602a8f7b9d09..000000000000 --- a/dev-python/python-efl/python-efl-1.16.0.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) - -MY_P=${P/_/-} - -if [[ "${PV}" == "9999" ]] ; then - EGIT_SUB_PROJECT="bindings/python" - EGIT_URI_APPEND="${PN}" - EGIT_REPO_URI="git://git.enlightenment.org/${EGIT_SUB_PROJECT}/${EGIT_URI_APPEND}.git" - inherit git-2 -else - SRC_URI="https://download.enlightenment.org/rel/bindings/python/${MY_P}.tar.xz" -fi - -inherit distutils-r1 - -DESCRIPTION="Python bindings for Enlightenment Fundation Libraries" -HOMEPAGE="http://www.enlightenment.org" - -LICENSE="|| ( GPL-3 LGPL-3 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc examples" - -RDEPEND=">=dev-libs/efl-${PV} - >=media-libs/elementary-${PV} - >dev-python/dbus-python-0.83[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - virtual/pkgconfig - dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/cython-0.17[${PYTHON_USEDEP}] - doc? ( - media-gfx/graphviz[python] - dev-python/sphinx[${PYTHON_USEDEP}] - ) - doc? ( >dev-python/sphinx-1.0[${PYTHON_USEDEP}] )" - -python_compile_all() { - if use doc ; then - # Point sphinx to right location with builded sources - sed -i 's|"../build/"+d|"'"${BUILD_DIR}"'/lib"|g' doc/conf.py - esetup.py build_doc --build-dir "${S}"/build/doc/ - fi -} - -python_test() { - cd "${S}"/tests - rm -f ecore/test_09_file_download.py # violates sandbox - sed -i 's:verbosity=1:verbosity=3:' 00_run_all_tests.py || die - ${PYTHON} 00_run_all_tests.py --verbose || die "Tests failed with ${EPYTHON}" -} - -python_install_all() { - use doc && DOCS=( "${S}"/build/doc/html ) - use examples && EXAMPLES=( examples/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/python-efl/python-efl-1.17.0.ebuild b/dev-python/python-efl/python-efl-1.17.0.ebuild index a1ba58ee449f..18024128f376 100644 --- a/dev-python/python-efl/python-efl-1.17.0.ebuild +++ b/dev-python/python-efl/python-efl-1.17.0.ebuild @@ -24,7 +24,7 @@ HOMEPAGE="http://www.enlightenment.org" LICENSE="|| ( GPL-3 LGPL-3 )" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="doc examples" RDEPEND=">=dev-libs/efl-${PV} diff --git a/dev-python/qtconsole/Manifest b/dev-python/qtconsole/Manifest index a8b53e68c20a..3b9adb818368 100644 --- a/dev-python/qtconsole/Manifest +++ b/dev-python/qtconsole/Manifest @@ -1,2 +1,3 @@ DIST qtconsole-4.1.1.tar.gz 406257 SHA256 741906acae9e02c0df9138ac88b621ef22e438565aa96d783a9ef88faec3de46 SHA512 2848eb8d3a8816a47ca422b24837372899864e750336509f3d8444333d0783bae46b9917258cab14d4e09d91d5068a7772fb849a267e1a7d6e282c7c75e9f4e9 WHIRLPOOL 1a3a638be2bdea3f9ab6d625edd110ef698a84cfdf3b1f4101375faf8ed60a0e8e9ab6e297575dab8e2e6389107ba62a6bb338c78934780e19dd4c498aee9eb9 DIST qtconsole-4.2.0.tar.gz 408331 SHA256 937314f4f35bde9ee28e97b199289f8ac1b1ba14e2a4e22ab8aafa17a1bae5b7 SHA512 bf8ab82b316961ecf14e56dda27bb1253e7e56b10adc7388b1a6a8548526a756da45a16b34e891e966dfa72cdd73a571390b23b9ed1e5d4cb684f2ba14569368 WHIRLPOOL 4ccb073c2d29ee1908696867af41c28c1cc51a2c30a7d2e030de7dacc0e069788d2f08756c6a22044fc58cec9d1df84fe1de10692d8d0eea0ffe31c9a6d64b66 +DIST qtconsole-4.2.1.tar.gz 408430 SHA256 25ec7d345528b3e8f3c91be349dd3c699755f206dc4b6ec668e2e5dd60ea18ef SHA512 f207e55be159d32cff25d017e12a598564ce106394382c9ac5277f8025aa9201ac4be13711a9a991a2877280f17490e40a6a90649983ca586f25091d62a2848d WHIRLPOOL ab6dece8c1bbf49a23ab14b3911e019f636a7ab46003866943313881d9fcead75391114dd726684347ea880d55f0c47df8266154b04bf8954a56080f186044c6 diff --git a/dev-python/qtconsole/qtconsole-4.2.1.ebuild b/dev-python/qtconsole/qtconsole-4.2.1.ebuild new file mode 100644 index 000000000000..7ea50addbcec --- /dev/null +++ b/dev-python/qtconsole/qtconsole-4.2.1.ebuild @@ -0,0 +1,68 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) +PYTHON_REQ_USE="threads(+)" + +inherit distutils-r1 virtualx + +DESCRIPTION="Qt-based console for Jupyter with support for rich media output" +HOMEPAGE="http://jupyter.org" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc test" + +RDEPEND=" + dev-python/ipykernel[${PYTHON_USEDEP}] + >=dev-python/jupyter_client-4.1.1[${PYTHON_USEDEP}] + " +DEPEND="${RDEPEND} + doc? ( + >=dev-python/ipython-4.0.0-r2[${PYTHON_USEDEP}] + >=dev-python/sphinx-1.3.1-r1[${PYTHON_USEDEP}] + ) + test? ( + >=dev-python/nose-0.10.1[${PYTHON_USEDEP}] + ) + || ( + dev-python/pyside[${PYTHON_USEDEP},svg] + dev-python/PyQt4[${PYTHON_USEDEP},svg] + dev-python/PyQt5[${PYTHON_USEDEP},svg] + ) + dev-python/pygments[${PYTHON_USEDEP}] + >=dev-python/pyzmq-13[${PYTHON_USEDEP}] + " +PDEPEND="dev-python/ipython[${PYTHON_USEDEP}]" + +python_prepare_all() { + # Prevent un-needed download during build + if use doc; then + sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/source/conf.py || die + fi + + distutils-r1_python_prepare_all +} + +python_compile_all() { + use doc && emake -C docs html +} + +python_test() { + # jupyter qtconsole --generate-config ... jupyter-qtconsole: cannot connect to X server + # ERROR + sed \ + -e 's:test_generate_config:_&:g' \ + -i qtconsole/tests/test_app.py || die + virtx nosetests --verbosity=2 qtconsole +} + +python_install_all() { + use doc && HTML_DOCS=( docs/build/html/. ) + distutils-r1_python_install_all +} diff --git a/dev-python/traitlets/Manifest b/dev-python/traitlets/Manifest index 8a8d5b04b534..6a126c72cf62 100644 --- a/dev-python/traitlets/Manifest +++ b/dev-python/traitlets/Manifest @@ -1,2 +1,3 @@ DIST traitlets-4.0.0.tar.gz 63701 SHA256 0b140b4a94a4f1951887d9bce4650da211f79600fc9fdb422acc90c5bbe0233b SHA512 559730dbe9f5f0e75c867cd514c91a3e862a23a9e019d3883b4be66b6208980a583f39cceca4f20e409bd44335a367e7fd5654db0128bb7a735311e6b2c32f24 WHIRLPOOL 492a7a561649ea1a43ce5f45abf13e74d8ace7937e2cf0956b00fe1f650a541af8da0df5d8327bb071c4f03650a44c7ca548e8c61ccf95cea557516fa6d5b862 DIST traitlets-4.1.0.tar.gz 76828 SHA256 440e38dfa5d2a26c086d4b427cfb7aed17d0a2dca78bce90c33354da2592af5b SHA512 4000ca3014b3916a16735b0c96b4290ca25a750bc97ae1d65ed7932e84db1d414ae6d0955192a806e878fb4e6769763296474cadf153673fcae7b41f5887a235 WHIRLPOOL b20ff505681cd570d88bb380289f93fe1a880eb873645090b14acc946fa6a5f4595e086390021970fcca31518eb2363ef91779e781ee81d63fd87560478e7d2b +DIST traitlets-4.2.1.tar.gz 79869 SHA256 76eba33c89723b8fc024f950cacaf5bf2ef37999642cc9a61f4e7c1ca5cf0ac0 SHA512 e277b2c7f908f3baad591d7724c7f83fac53194ffc8ed19022d2cef5f4142fdbf072887a10e46d574ccc95a58b9217a6373142841591730105de92d0ac0a5d04 WHIRLPOOL dd7c708ba0cb6ab0b1b3a4b1ea609b0217253985ab1db2ed8bf9c8dc6c41547dedc8957272d41fd4dae5943c4f14d90fa297c1840af9484345ca1405ae3a5f2f diff --git a/dev-python/traitlets/traitlets-4.2.1.ebuild b/dev-python/traitlets/traitlets-4.2.1.ebuild new file mode 100644 index 000000000000..369bd3ef7f02 --- /dev/null +++ b/dev-python/traitlets/traitlets-4.2.1.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) + +inherit distutils-r1 + +DESCRIPTION="A configuration system for Python applications" +HOMEPAGE="https://github.com/ipython/traitlets" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="doc test" + +RDEPEND=" + dev-python/decorator[${PYTHON_USEDEP}] + dev-python/ipython_genutils[${PYTHON_USEDEP}] + " +DEPEND=" + doc? ( + dev-python/ipython_genutils[${PYTHON_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}] + ) + test? ( dev-python/nose[${PYTHON_USEDEP}] ) + " + +python_prepare_all() { + # Prevent un-needed download during build + if use doc; then + sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/source/conf.py || die + fi + + distutils-r1_python_prepare_all +} + +python_compile_all() { + use doc && emake -C docs html +} + +python_test() { + nosetests --verbosity=3 traitlets || die +} + +python_install_all() { + use doc && HTML_DOCS=( docs/build/html/. ) + distutils-r1_python_install_all +} diff --git a/dev-python/wcwidth/wcwidth-0.1.6-r1.ebuild b/dev-python/wcwidth/wcwidth-0.1.6-r1.ebuild new file mode 100644 index 000000000000..bbc123d1e92a --- /dev/null +++ b/dev-python/wcwidth/wcwidth-0.1.6-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) + +inherit distutils-r1 + +DESCRIPTION="Measures number of Terminal column cells of wide-character codes" +HOMEPAGE="https://pypi.python.org/pypi/wcwidth/ https://github.com/jquast/wcwidth" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/pytest[${PYTHON_USEDEP}] ) +" + +python_test() { + py.test -v -rs --strict wcwidth/tests || die +} diff --git a/dev-qt/qt-creator/Manifest b/dev-qt/qt-creator/Manifest index 3f4ea607daab..8a6a7afb3b25 100644 --- a/dev-qt/qt-creator/Manifest +++ b/dev-qt/qt-creator/Manifest @@ -1,4 +1,4 @@ DIST qt-creator-2.8.1-src.tar.gz 24381282 SHA256 d5ae007a297a4288d0e95fd605edbfb8aee80f6788c7a6cfb9cb297f50c364b9 SHA512 954b0caa9a4c6b7debf62562f3c8f1b4edee13488867208e7d41544b244a111024f2c4c144e4b44e98973cf1d7b5885c13c0b6996ade58e204887eb13bb999cb WHIRLPOOL 1aa5018e19315bd2528580ffa388ff17d96666747e4abad28ea4bcd38315e6efc66379cdda90cb32c17dd1631d0ebedff422e53ee0b9b3c40d7a5766ff4dd9b4 DIST qt-creator-opensource-src-3.4.2.tar.gz 23239370 SHA256 f57df9954768badb252154a51cca9b21a4903f8e003ef944d25801cde1754bab SHA512 65a93574bf6dd35ef4769d4e8a40cb183b2904af6cd32616c15e57654ab575280e7a5d0bbe43296a012e79127831b46fa21890d65472e0c781a95461e5a50812 WHIRLPOOL a56fbb9ea76e9cc7886ee447503c4f7ca646ebf19a113ab95b9b3788d8d75871850c358f13bbd3093f544c65c65f916006cb7571a73292376a7629c236cf0e74 DIST qt-creator-opensource-src-3.5.1.tar.gz 22580581 SHA256 5925ac818a08be919094e0f28fb4c5d8896765e0975d54d353e4c50f13d63e65 SHA512 ccd5e4ee669c749b19c53f4a3c18d59f73747ca18198648be48d8e5c1cc484cc360ebdb5100546cc5811d88a5139b9997d6cec1d5eeeccf7634f1c803a6e3722 WHIRLPOOL 85883e3462eabc03e16abaaef9cc002377b0856119ce3c1aa8aa8d5cf51a90bab667219fdf40abc7ac42f1b338337a9e152944d26c46e85747da9273e4888448 -DIST qt-creator-opensource-src-3.6.0.tar.gz 23127195 SHA256 b130104963053e21f227b08009545894af33df495445a8651843bad4b52a1dec SHA512 7fdcb55161137759856deb46bf8ae46c31529d01d1d8eb7dc73dfc5adaf7912725fc4d58f612c374ad14d2e6df3c52a4c7f85e3ddc1470b473b8e37bee42ff80 WHIRLPOOL 4af9765e1aab90d2f86d99ac35fda8ade4474100ecd8c8d9c765619286c607215a0b03bf8c00ddf6c4f0de2c55c471a2be8e304fd475e7d0fbddfd0f0ca66e2b +DIST qt-creator-opensource-src-3.6.1.tar.gz 23144233 SHA256 e53611f80332cd1d171a9b91f8467b6182186cbec6b4a9301f32367368f15de2 SHA512 be869de5fdaf7294dca95e540b7b9228015132071aaf5315a3c8b2da3043a03528b3d75e94a7fffc567bd802dba1a48568c4a335926c1d5e1e18beaae48ecc9f WHIRLPOOL c62cb18d5c9be0fac2ea9ef355d820a29183e3b0226c1fb70bef9dc7402dd16886ceacd4029764204bde4595d77098641080ad8fdf4f58e97ebb96e3abf3ae65 diff --git a/dev-qt/qt-creator/qt-creator-3.5.1.ebuild b/dev-qt/qt-creator/qt-creator-3.5.1.ebuild index c09044eda508..27b0b1e18eb0 100644 --- a/dev-qt/qt-creator/qt-creator-3.5.1.ebuild +++ b/dev-qt/qt-creator/qt-creator-3.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -52,7 +52,7 @@ RDEPEND=" >=dev-qt/qtx11extras-${QT_PV} >=dev-qt/qtxml-${QT_PV} >=sys-devel/gdb-7.5[client,python] - clang? ( >=sys-devel/clang-3.6:= ) + clang? ( =sys-devel/clang-3.6*:= ) qbs? ( >=dev-util/qbs-1.4.2 ) systemd? ( sys-apps/systemd:= ) webkit? ( >=dev-qt/qtwebkit-${QT_PV} ) diff --git a/dev-qt/qt-creator/qt-creator-3.6.0.ebuild b/dev-qt/qt-creator/qt-creator-3.6.1.ebuild similarity index 97% rename from dev-qt/qt-creator/qt-creator-3.6.0.ebuild rename to dev-qt/qt-creator/qt-creator-3.6.1.ebuild index 5248c5b3f656..db7e6c5ca76a 100644 --- a/dev-qt/qt-creator/qt-creator-3.6.0.ebuild +++ b/dev-qt/qt-creator/qt-creator-3.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -53,8 +53,8 @@ RDEPEND=" >=dev-qt/qtx11extras-${QT_PV} >=dev-qt/qtxml-${QT_PV} >=sys-devel/gdb-7.5[client,python] - clang? ( >=sys-devel/clang-3.6:= ) - qbs? ( >=dev-util/qbs-1.4.4 ) + clang? ( =sys-devel/clang-3.6*:= ) + qbs? ( >=dev-util/qbs-1.4.5 ) systemd? ( sys-apps/systemd:= ) webkit? ( >=dev-qt/qtwebkit-${QT_PV} ) " diff --git a/dev-ruby/concurrent-ruby/concurrent-ruby-1.0.1.ebuild b/dev-ruby/concurrent-ruby/concurrent-ruby-1.0.1.ebuild index 95ef3b21c2ed..8757822f1b15 100644 --- a/dev-ruby/concurrent-ruby/concurrent-ruby-1.0.1.ebuild +++ b/dev-ruby/concurrent-ruby/concurrent-ruby-1.0.1.ebuild @@ -19,7 +19,7 @@ SRC_URI="https://github.com/ruby-concurrency/concurrent-ruby/archive/v${PV}.tar. LICENSE="MIT" SLOT="1" -KEYWORDS="~amd64 ~arm" +KEYWORDS="~amd64 ~arm ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" all_ruby_prepare() { diff --git a/dev-ruby/dotenv/Manifest b/dev-ruby/dotenv/Manifest index af712e2ca8d1..e0ad7a10a019 100644 --- a/dev-ruby/dotenv/Manifest +++ b/dev-ruby/dotenv/Manifest @@ -1 +1,2 @@ DIST dotenv-2.1.0.tar.gz 13925 SHA256 4ce85708c581c955b8c4e3bdecde191302ea37aa7e2fe6f539c5ce4d76347242 SHA512 c6f61a1550d224733fbf55c6f4792b08771358c450750fb06615c2722695a31004f6326071b0db5df4a36b3fa7d358a37cf27fb039efde8495951b9237f4f495 WHIRLPOOL 91d2df31d4069af992ce1acad6fe66765f673f746e3883572ccc0442c1367608975b9284ec073c525c0d35a809bb48abc4d7047fb84c4baa5f594e046cd7a6e1 +DIST dotenv-2.1.1.tar.gz 14019 SHA256 c1fb9da9dd85b9e92026e49766de2ef13117b7adbcb9a21876ae478653da3d59 SHA512 6e9e6604d698ae3bcdf2c10bcbdd169b278477eafd532c4031f592db1daf4e000e57486a4e98d032718c555cf6032189947bae02737bf2a46819b8638a8dc8ab WHIRLPOOL ddbf38c95633040774ae31268bf7eecb1a5d5c31f3cec5edad1e5fecec621d39d2418dfe73082dd3501d90d6bf9349b7261a1e8fce26599dab1c1fe74813709e diff --git a/dev-ruby/dotenv/dotenv-2.1.1.ebuild b/dev-ruby/dotenv/dotenv-2.1.1.ebuild new file mode 100644 index 000000000000..b7072eb2746e --- /dev/null +++ b/dev-ruby/dotenv/dotenv-2.1.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_EXTRADOC="README.md Changelog.md" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +inherit ruby-fakegem + +DESCRIPTION="Loads environment variables from .env into ENV" +HOMEPAGE="https://github.com/bkeepers/dotenv" +SRC_URI="https://github.com/bkeepers/dotenv/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" + +KEYWORDS="~amd64 ~arm ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +SLOT="2" +IUSE="" + +ruby_add_bdepend "test? ( dev-ruby/spring dev-ruby/rails )" + +all_ruby_prepare() { + sed -i -e '/:guard/,/end/ s:^:#:' \ + -e '5igem "rspec", "~> 3.0"' Gemfile || die +} + +each_ruby_prepare() { + sed -i -e "s:ruby -v:${RUBY} -v:g" spec/dotenv/parser_spec.rb || die +} diff --git a/dev-ruby/flexmock/Manifest b/dev-ruby/flexmock/Manifest index 6579f5377097..0a933de9de42 100644 --- a/dev-ruby/flexmock/Manifest +++ b/dev-ruby/flexmock/Manifest @@ -1 +1,2 @@ DIST flexmock-1.3.3.gem 81920 SHA256 1d9cc7dd01b43a25447d85477b8ab096481be0a6536aa6587286082c40f35f9d SHA512 2d440ec5bdbaea0a314f9e40645b194d9e5d29e9dc93c9b38d7fdb256bd4ffb3dba312d7a5630e6d849e360b7f337f6e5e0995a5da6210db2577516a62a66f54 WHIRLPOOL 568005d1238f3927e188cc74756e54512855f146ec729309946837fa2235c0bcf18e05a0bcfd78b938b76fddb239c857bff12a37495fc47d68cf31c25db64c52 +DIST flexmock-2.0.5.tar.gz 84688 SHA256 7879f690ad3c2de924844eff0826fa7b05de4db0cc7a21a5c94f157fbfb81a77 SHA512 3f377617d745740b91e4e6ca90379a03d689a643a678240d9f4d3eae374fbd88b2396cfb3420634859bf3456a3d1d95cc7d50fef3d2c1d83e836e57e3b3edef4 WHIRLPOOL c1f2e93f94dd8e01b782e93df607e6e7f3eafa86951884b2871b0068fc816f73f054e2fe2b54ba1df6d464d33d0961904dd8217e77d655fb9d0247256ccd6343 diff --git a/dev-ruby/flexmock/flexmock-1.3.3-r1.ebuild b/dev-ruby/flexmock/flexmock-1.3.3-r1.ebuild index 9bf4ffd6f535..9e89c7bd2403 100644 --- a/dev-ruby/flexmock/flexmock-1.3.3-r1.ebuild +++ b/dev-ruby/flexmock/flexmock-1.3.3-r1.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/jimweirich/flexmock" LICENSE="flexmock" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend " diff --git a/dev-ruby/flexmock/flexmock-2.0.5.ebuild b/dev-ruby/flexmock/flexmock-2.0.5.ebuild new file mode 100644 index 000000000000..551aa6186345 --- /dev/null +++ b/dev-ruby/flexmock/flexmock-2.0.5.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_DOCDIR="html" +RUBY_FAKEGEM_EXTRADOC="CHANGES README.md doc/*.rdoc doc/releases/*" + +RUBY_FAKEGEM_RECIPE_TEST="none" +RUBY_FAKEGEM_RECIPE_DOC="none" + +inherit ruby-fakegem + +DESCRIPTION="Simple mock object library for Ruby unit testing" +HOMEPAGE="https://github.com/doudou/flexmock" +SRC_URI="https://github.com/doudou/flexmock/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="flexmock" +SLOT="0" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +ruby_add_bdepend " + test? ( + dev-ruby/minitest:5 + dev-ruby/rspec:3 + )" + +each_ruby_test() { + RSPEC_VERSION=3 ruby-ng_rspec test/rspec_integration + ${RUBY} -Ilib:.:test -e 'Dir["test/*_test.rb"].each{|f| require f}' || die +} + +all_ruby_prepare() { + sed -i -e '1igem "minitest", "~>5.0"' test/test_helper.rb || die +} diff --git a/dev-ruby/logging/logging-2.1.0.ebuild b/dev-ruby/logging/logging-2.1.0.ebuild index a1be41d7fbcb..f098adf62160 100644 --- a/dev-ruby/logging/logging-2.1.0.ebuild +++ b/dev-ruby/logging/logging-2.1.0.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -USE_RUBY="ruby20 ruby21" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_DOC="doc" RAKE_FAKEGEM_DOCDIR="doc" diff --git a/dev-ruby/memcache-client/memcache-client-1.8.5-r2.ebuild b/dev-ruby/memcache-client/memcache-client-1.8.5-r2.ebuild index be4f5bc16a5d..4ea8725db981 100644 --- a/dev-ruby/memcache-client/memcache-client-1.8.5-r2.ebuild +++ b/dev-ruby/memcache-client/memcache-client-1.8.5-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_TASK_TEST="none" diff --git a/dev-ruby/parslet/parslet-1.7.1.ebuild b/dev-ruby/parslet/parslet-1.7.1.ebuild index 9f0367b80420..345747b7459e 100644 --- a/dev-ruby/parslet/parslet-1.7.1.ebuild +++ b/dev-ruby/parslet/parslet-1.7.1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -USE_RUBY="ruby20 ruby21" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_EXTRADOC="HISTORY.txt README" RUBY_FAKEGEM_RECIPE_DOC="rdoc" @@ -21,7 +21,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -ruby_add_rdepend ">=dev-ruby/blankslate-2" +ruby_add_rdepend ">=dev-ruby/blankslate-2:*" ruby_add_bdepend "test? ( dev-ruby/flexmock )" diff --git a/dev-ruby/right_http_connection/right_http_connection-1.3.0-r1.ebuild b/dev-ruby/right_http_connection/right_http_connection-1.3.0-r1.ebuild index 06af3dbb2657..2305fe89dd80 100644 --- a/dev-ruby/right_http_connection/right_http_connection-1.3.0-r1.ebuild +++ b/dev-ruby/right_http_connection/right_http_connection-1.3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,7 +20,7 @@ RUBY_S="rightscale-${PN}-*" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="" RESTRICT="test" diff --git a/dev-ruby/ruby-net-ldap/Manifest b/dev-ruby/ruby-net-ldap/Manifest index 1b015d6c222f..78cbc0f6f97e 100644 --- a/dev-ruby/ruby-net-ldap/Manifest +++ b/dev-ruby/ruby-net-ldap/Manifest @@ -1,3 +1 @@ -DIST net-ldap-0.12.1.gem 90112 SHA256 864ce59bc51ab5a83a344a477a07def3b9691dd8a2b11f52dca3af45e707327c SHA512 013a66a0fa7e6027c5f31776d136294161936ae7dc2ec86a5342a2a2d575e5764ab06e11a7532c56e5c4ce95ab91a2ab4cc8628e6f1fcc879b9282c08142c31a WHIRLPOOL 4684076a97c3cc2285de6f23ccfb3fc60d3ae4eaef871d45ae3a772e47f5254f38a9ed7e78ace0aa6da28306c0043fe8d755bc48b4bca142b763fd65eb0e1e20 -DIST net-ldap-0.13.0.gem 91136 SHA256 e48f8d5a9e6fb119187a6cf63282d6d59afb0af6cf705a0463a396a4d029faf5 SHA512 1033bfd6b072d7448e35f85ba295c6c1eabd38c53f12a23b870c7f99cbed4580499d3b77913b7a9571645b501b73ff728c1e8df2ee7cc341cdbf3e143a1a8059 WHIRLPOOL 6785c0156822753beeab51fa222fa8c78fd12531c79e0bdf60e9d211d1924691fa087ba7a11d91b38a523ab1ae04581226e5e0757bf0ebb29362d66ed7fb2f58 DIST net-ldap-0.14.0.gem 94208 SHA256 179b88a4feb592c2a93b4178328a3cb883e7004f1afdc7993851890197ebdea1 SHA512 313040d6dd7d450377b246ac134416a3c21bfed95c3d900fe542d3a92fd3c2e5801d7bf2e4cfcde4ba15c3195a36168ce6b6bdc68282c19fde13dbae03c019a0 WHIRLPOOL b628446eaa2df6489982b7f1ee00c887fe52e7af8de3bb03cb7e6615132be4bfa50357295202f5b53ec4a98c8b5b0cd54813269ef348031831ba6556ca780905 diff --git a/dev-ruby/ruby-net-ldap/ruby-net-ldap-0.12.1.ebuild b/dev-ruby/ruby-net-ldap/ruby-net-ldap-0.12.1.ebuild deleted file mode 100644 index 94c946ebd918..000000000000 --- a/dev-ruby/ruby-net-ldap/ruby-net-ldap-0.12.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -USE_RUBY="ruby20 ruby21" - -RUBY_FAKEGEM_TASK_TEST="test spec" -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="Contributors.rdoc History.rdoc README.rdoc" - -RUBY_FAKEGEM_NAME="net-ldap" - -inherit ruby-fakegem - -DESCRIPTION="Pure ruby LDAP client implementation" -HOMEPAGE="https://github.com/ruby-ldap/ruby-net-ldap" -LICENSE="MIT" - -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="test" - -ruby_add_bdepend "test? ( >=dev-ruby/flexmock-1.3.0 )" - -each_ruby_test() { - ${RUBY} -Ilib:test:. -e 'Dir["test/**/test_*.rb"].each{|f| require f}' || die -} diff --git a/dev-ruby/ruby-net-ldap/ruby-net-ldap-0.13.0.ebuild b/dev-ruby/ruby-net-ldap/ruby-net-ldap-0.13.0.ebuild deleted file mode 100644 index 37fdd077a699..000000000000 --- a/dev-ruby/ruby-net-ldap/ruby-net-ldap-0.13.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -USE_RUBY="ruby20 ruby21" - -RUBY_FAKEGEM_TASK_TEST="test spec" -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="Contributors.rdoc History.rdoc README.rdoc" - -RUBY_FAKEGEM_NAME="net-ldap" - -inherit ruby-fakegem - -DESCRIPTION="Pure ruby LDAP client implementation" -HOMEPAGE="https://github.com/ruby-ldap/ruby-net-ldap" -LICENSE="MIT" - -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="test" - -ruby_add_bdepend "test? ( >=dev-ruby/flexmock-1.3.0 )" - -each_ruby_test() { - ${RUBY} -Ilib:test:. -e 'Dir["test/**/test_*.rb"].each{|f| require f}' || die -} diff --git a/dev-ruby/ruby-net-ldap/ruby-net-ldap-0.14.0.ebuild b/dev-ruby/ruby-net-ldap/ruby-net-ldap-0.14.0.ebuild index 37fdd077a699..6edaea16afc9 100644 --- a/dev-ruby/ruby-net-ldap/ruby-net-ldap-0.14.0.ebuild +++ b/dev-ruby/ruby-net-ldap/ruby-net-ldap-0.14.0.ebuild @@ -4,7 +4,7 @@ EAPI=5 -USE_RUBY="ruby20 ruby21" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_TEST="test spec" RUBY_FAKEGEM_TASK_DOC="" diff --git a/dev-ruby/sprockets/sprockets-3.5.2.ebuild b/dev-ruby/sprockets/sprockets-3.5.2.ebuild index 94b8e8aaa63c..9357b382c5b9 100644 --- a/dev-ruby/sprockets/sprockets-3.5.2.ebuild +++ b/dev-ruby/sprockets/sprockets-3.5.2.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/rails/sprockets/archive/v${PV}.tar.gz -> ${P}-git.tg LICENSE="MIT" SLOT="$(get_version_component_range 1)" -KEYWORDS="~amd64 ~arm" +KEYWORDS="~amd64 ~arm ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" diff --git a/dev-util/geany-plugins/geany-plugins-1.25.ebuild b/dev-util/geany-plugins/geany-plugins-1.25.ebuild index d1c15b0a74c3..628d04beb6e1 100644 --- a/dev-util/geany-plugins/geany-plugins-1.25.ebuild +++ b/dev-util/geany-plugins/geany-plugins-1.25.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://plugins.geany.org/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="+autoclose +automark +commander ctags debugger +defineformat devhelp enchant git gpg gtkspell lua markdown multiterm nls +overview python scope soup webkit" LINGUAS="be ca da de es fr gl ja pt pt_BR ru tr zh_CN" diff --git a/dev-util/geany/geany-1.25.ebuild b/dev-util/geany/geany-1.25.ebuild index 6d6d69a88e45..4c21f67b923a 100644 --- a/dev-util/geany/geany-1.25.ebuild +++ b/dev-util/geany/geany-1.25.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://download.geany.org/${P}.tar.bz2" LICENSE="GPL-2+ HPND" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="gtk3 +vte" RDEPEND=">=dev-libs/glib-2.28:2 diff --git a/dev-util/ltrace/ltrace-0.7.3_p4.ebuild b/dev-util/ltrace/ltrace-0.7.3_p4.ebuild index cb60e0efbea2..5ee60c23cd3c 100644 --- a/dev-util/ltrace/ltrace-0.7.3_p4.ebuild +++ b/dev-util/ltrace/ltrace-0.7.3_p4.ebuild @@ -24,6 +24,7 @@ RDEPEND="dev-libs/elfutils selinux? ( sys-libs/libselinux ) unwind? ( sys-libs/libunwind )" DEPEND="${RDEPEND} + sys-libs/binutils-libs test? ( dev-util/dejagnu )" S=${WORKDIR}/${PN}-${LTRACE_V} diff --git a/dev-util/oprofile/oprofile-0.9.9-r2.ebuild b/dev-util/oprofile/oprofile-0.9.9-r2.ebuild index 530ae1fc2808..6a2519f5ef10 100644 --- a/dev-util/oprofile/oprofile-0.9.9-r2.ebuild +++ b/dev-util/oprofile/oprofile-0.9.9-r2.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="java pch qt4" DEPEND=">=dev-libs/popt-1.7-r1 diff --git a/dev-util/qbs/Manifest b/dev-util/qbs/Manifest index aa50bf47aa18..8ded9a5ddfd5 100644 --- a/dev-util/qbs/Manifest +++ b/dev-util/qbs/Manifest @@ -1,3 +1,3 @@ DIST qbs-src-1.4.2.tar.gz 821001 SHA256 b9d36118c3ae0f7d4df6bf7239a0a0163c0340b701d00191fa5f832cef341ce5 SHA512 dc4514f28843d159b695e4da2b94619da91656b57ba839fa62901cd3a48309ffd3a3b5203b7ae1c5f35cab515a6149017fd43093ae9395846b3e46b2f53b93ec WHIRLPOOL 0431823cc54dd7a372473e76d8269207cf439a5ba27d3c099df63a19d222067a41a62299415cae9c9798e5bf5ebf38c27dffa8f23135675a564f51047cecfc67 DIST qbs-src-1.4.3.tar.gz 822899 SHA256 0c47291ac578c1fc8f2bd6ab20fbeeb58630c4c6ddc085f6081ae570f825f787 SHA512 b3c080a125cea39bebba3f5894ed603215dbfc0cf18edd2873eee873438b025acd1a1dcd5ab4db04681bf05ee710dc0827dff7789faac138011da788347bec6a WHIRLPOOL 5151b534965009ac7ca8dc1f0cd38a349f131000bf4108d22c0e47a95957dbcebc0dc8759116cc43bc0c650b43513a489470546fdfa15d29ea5fba4130b5ca78 -DIST qbs-src-1.4.4.tar.gz 823756 SHA256 23fb37bfbe775907a2593f716b17151f25995ec37cd5bedabaf266781078b404 SHA512 62c818fade7b6b556206c89201962e0c37590f972ff65d8656a2c293639dac9297c0100164584973e89d187904319d59b77699a85748784dca65a4fa27d339a6 WHIRLPOOL 4896c314ee76e7bdd3b97104b2f60665f25f064f679be4e2c2605d2785d1f4418cb9c44f9fa6612c6faef87616453c4ef03747098d2fd8ce1c80cdb9ea731a18 +DIST qbs-src-1.4.5.tar.gz 825278 SHA256 f0089b422610cd57d517b146447cd4b45c9f4c4e72797116e3d27472a9cf0d19 SHA512 ed8c75889f44df782ce3b2ca74d3a7b012ff57f765bd8ecc3ca783b5aaa5152d3c13279d6f75417579b9d2ab52e959c1f040c01713b3683b8639501e2880485a WHIRLPOOL 2607ee9e6c2eb1705a8558d1f4023dc6db865d8f7bdbbc4857f44d42243d9ebbad34b95acb51305c1f5a955afd4b87df98a4bc4e5274c1c8562138f32f0c44ca diff --git a/dev-util/qbs/qbs-1.4.4.ebuild b/dev-util/qbs/qbs-1.4.5.ebuild similarity index 98% rename from dev-util/qbs/qbs-1.4.4.ebuild rename to dev-util/qbs/qbs-1.4.5.ebuild index 908ac2643e0d..bdbca00c2734 100644 --- a/dev-util/qbs/qbs-1.4.4.ebuild +++ b/dev-util/qbs/qbs-1.4.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/dev-util/trinity/trinity-9999.ebuild b/dev-util/trinity/trinity-9999.ebuild index 36b1a4ffe17e..caa077f50a09 100644 --- a/dev-util/trinity/trinity-9999.ebuild +++ b/dev-util/trinity/trinity-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit toolchain-funcs git-r3 @@ -26,10 +26,6 @@ src_prepare() { tc-export CC } -src_configure() { - ./configure.sh || die -} - src_compile() { emake V=1 } diff --git a/dev-util/xxdiff/xxdiff-4.0_beta1_p20110426-r1.ebuild b/dev-util/xxdiff/xxdiff-4.0_beta1_p20110426-r1.ebuild index e1dfd32949b0..37c3d5e57dc6 100644 --- a/dev-util/xxdiff/xxdiff-4.0_beta1_p20110426-r1.ebuild +++ b/dev-util/xxdiff/xxdiff-4.0_beta1_p20110426-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND="dev-qt/qtgui:4" diff --git a/dev-vcs/gitstats/files/gitstats-0_pre20151223-grep-force-text.patch b/dev-vcs/gitstats/files/gitstats-0_pre20151223-grep-force-text.patch new file mode 100644 index 000000000000..9663afcd4f62 --- /dev/null +++ b/dev-vcs/gitstats/files/gitstats-0_pre20151223-grep-force-text.patch @@ -0,0 +1,11 @@ +--- a/gitstats 2016-04-01 09:46:31.000000000 -0300 ++++ b/gitstats 2016-04-01 09:46:18.458667610 -0300 +@@ -327,7 +327,7 @@ + + # Collect revision statistics + # Outputs "