diff --git a/app-arch/upx-ucl/upx-ucl-3.91.ebuild b/app-arch/upx-ucl/upx-ucl-3.91.ebuild index 3f47c3176e29..bef5e8c5a4e3 100644 --- a/app-arch/upx-ucl/upx-ucl-3.91.ebuild +++ b/app-arch/upx-ucl/upx-ucl-3.91.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ HOMEPAGE="http://upx.sourceforge.net/" SRC_URI="http://upx.sourceforge.net/download/${MY_P}.tar.bz2 lzma? ( mirror://sourceforge/sevenzip/lzma${LZMA_VER}.tar.bz2 )" -LICENSE="GPL-2" +LICENSE="GPL-2+ UPX-Exception" # Read the exception before applying any patches SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="lzma zlib" diff --git a/app-backup/backuppc/Manifest b/app-backup/backuppc/Manifest index cee779958f30..07d699958f74 100644 --- a/app-backup/backuppc/Manifest +++ b/app-backup/backuppc/Manifest @@ -1 +1,2 @@ DIST BackupPC-3.3.0.tar.gz 554155 SHA256 8a9c1b6faa4502b4c40617be97e806813815d9e22544854d99983c3da7c1f69b SHA512 67ec1ca4d22ab1e81f9c0f409c758347a6c772e3d1aa39c93207f9d328176ac7b4e679d0b03972fc5870c37dde0480d28c61ae19975d54e144235ea0e84e9901 WHIRLPOOL 23a9ce5dd600843cea72354e1afe595e3779f883839f8d3feca7f1355ed20048026090097ddfbcf394632672b42bef4884bc6661203542d6fe2c6bc2e8ad7b96 +DIST BackupPC-3.3.1.tar.gz 556461 SHA256 c9cc4aec28a7474a68d40f4bc460ff15140e05c96900c7f98ff3ef06c4f6ae4c SHA512 b6bb9de3103c5062098d80755055b7461ae9133a4a46a66b3d0af89d081086571694db1898e7d85880defa15b030bad522812116ae5361c0fbde90b877d139c6 WHIRLPOOL 1d895f530932fc1287cde9db584befc6ca0850b5841cc4e60927442d0db662ec092bda4efa4953650d3bfa13deb6e9fafa25c10f82e19b39c67969bb4e143bac diff --git a/app-backup/backuppc/backuppc-3.3.1.ebuild b/app-backup/backuppc/backuppc-3.3.1.ebuild new file mode 100644 index 000000000000..f7c0711267e5 --- /dev/null +++ b/app-backup/backuppc/backuppc-3.3.1.ebuild @@ -0,0 +1,194 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit depend.apache eutils user + +MY_P="BackupPC-${PV}" + +DESCRIPTION="High-performance backups to a server's disk" +HOMEPAGE="http://backuppc.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" + +IUSE="rss samba" + +# The CGI modules are handled in $RDEPEND. +APACHE_MODULES="apache2_modules_alias," # RedirectMatch +APACHE_MODULES+="apache2_modules_authn_core," # AuthType +APACHE_MODULES+="apache2_modules_authz_core," # Require +APACHE_MODULES+="apache2_modules_authz_host," # Require host +APACHE_MODULES+="apache2_modules_authz_user" # Require valid-user + +DEPEND="dev-lang/perl + app-admin/apache-tools + app-admin/makepasswd" + +# Older versions of mod_perl think they're compatibile with apache-2.4, +# so we require the new one explicitly. +RDEPEND="${DEPEND} + virtual/perl-IO-Compress + dev-perl/Archive-Zip + dev-perl/libwww-perl + app-arch/tar + app-arch/par2cmdline + app-arch/gzip + app-arch/bzip2 + virtual/mta + >=www-apache/mod_perl-2.0.9 + www-apache/mpm_itk + || ( >=www-servers/apache-2.4[${APACHE_MODULES},apache2_modules_cgi] + >=www-servers/apache-2.4[${APACHE_MODULES},apache2_modules_cgid] + >=www-servers/apache-2.4[${APACHE_MODULES},apache2_modules_fcgid] ) + net-misc/rsync + dev-perl/File-RsyncP + rss? ( dev-perl/XML-RSS ) + samba? ( net-fs/samba )" + +need_apache2_4 + +SLOT="0" + +S="${WORKDIR}/${MY_P}" + +CGIDIR="/usr/lib/backuppc/htdocs" +CONFDIR="/etc/BackupPC" +DATADIR="/var/lib/backuppc" +DOCDIR="/usr/share/doc/${PF}" +LOGDIR="/var/log/BackupPC" + +pkg_setup() { + enewgroup backuppc + enewuser backuppc -1 /bin/bash /var/lib/backuppc backuppc +} + +src_prepare() { + epatch "${FILESDIR}/3.3.0/01-fix-configure.pl.patch" + epatch "${FILESDIR}/3.3.0/02-fix-config.pl-formatting.patch" + epatch "${FILESDIR}/3.3.0/03-reasonable-config.pl-defaults.patch" + + epatch "${FILESDIR}/3.2.0/04-add-docdir-marker.patch" + epatch "${FILESDIR}/3.2.0/05-nicelevel.patch" + + # Fix docs location using the marker that we've patched in. + sed -i "s+__DOCDIR__+${DOCDIR}+" "lib/BackupPC/CGI/View.pm" \ + || die "failed to sed the documentation location" +} + +src_install() { + local myconf + myconf="" + if use samba ; then + myconf="--bin-path smbclient=$(type -p smbclient)" + myconf="${myconf} --bin-path nmblookup=$(type -p nmblookup)" + fi + + /usr/bin/env perl ./configure.pl \ + --batch \ + --bin-path perl=$(type -p perl) \ + --bin-path tar=$(type -p tar) \ + --bin-path rsync=$(type -p rsync) \ + --bin-path ping=$(type -p ping) \ + --bin-path df=$(type -p df) \ + --bin-path ssh=$(type -p ssh) \ + --bin-path sendmail=$(type -p sendmail) \ + --bin-path hostname=$(type -p hostname) \ + --bin-path gzip=$(type -p gzip) \ + --bin-path bzip2=$(type -p bzip2) \ + --config-dir "${CONFDIR}" \ + --install-dir /usr \ + --data-dir "${DATADIR}" \ + --hostname 127.0.0.1 \ + --uid-ignore \ + --dest-dir "${D%/}" \ + --html-dir "${CGIDIR}"/image \ + --html-dir-url /image \ + --cgi-dir "${CGIDIR}" \ + --fhs \ + ${myconf} || die "failed the configure.pl script" + + ebegin "Installing documentation" + + pod2man \ + -errors=none \ + --section=8 \ + --center="BackupPC manual" \ + "${S}"/doc/BackupPC.pod backuppc.8 \ + || die "failed to generate man page" + + doman backuppc.8 + + # Place the documentation in the correct location + dodoc "${D}/usr/doc/BackupPC.html" + dodoc "${D}/usr/doc/BackupPC.pod" + rm -rf "${D}/usr/doc" || die + + eend 0 + + # Setup directories + dodir "${CONFDIR}/pc" + + keepdir "${CONFDIR}" + keepdir "${CONFDIR}/pc" + keepdir "${DATADIR}"/{trash,pool,pc,cpool} + keepdir "${LOGDIR}" + + ebegin "Setting up init.d/conf.d scripts" + newinitd "${S}"/init.d/gentoo-backuppc backuppc + newconfd "${S}"/init.d/gentoo-backuppc.conf backuppc + + insinto "${APACHE_MODULES_CONFDIR}" + doins "${FILESDIR}"/99_backuppc.conf + + # Make sure that the ownership is correct + chown -R backuppc:backuppc "${D}${CONFDIR}" || die + chown -R backuppc:backuppc "${D}${DATADIR}" || die + chown -R backuppc:backuppc "${D}${LOGDIR}" || die +} + +pkg_postinst() { + elog "Installation finished, you may now start using BackupPC." + elog + elog "- Read the documentation in /usr/share/doc/${PF}/BackupPC.html" + elog " Please pay special attention to the security section." + elog + elog "- You can launch backuppc by running:" + elog + elog " # /etc/init.d/backuppc start" + elog + elog "- To enable the GUI, first edit ${ROOT}etc/conf.d/apache2 and add," + elog + elog " \"-D BACKUPPC -D PERL -D MPM_ITK\"" + elog + elog " to the APACHE2_OPTS line." + elog + elog " Then you must edit ${ROOT}etc/apache2/modules.d/00_mpm_itk.conf" + elog " and adjust the values of LimitUIDRange/LimitGIDRange to include" + elog " the UID and GID of the backuppc user." + elog + elog " Finally, start apache:" + elog + elog " # /etc/init.d/apache2 start" + elog + elog " The web interface should now be running on," + elog + elog " http://127.0.0.1:8080/" + elog + + # Generate a new password if there's no auth file + if [[ ! -f "${CONFDIR}/users.htpasswd" ]]; then + adminuser="backuppc" + adminpass=$( makepasswd --chars=12 ) + htpasswd -bc "${CONFDIR}/users.htpasswd" $adminuser $adminpass + + elog "" + elog "- Created admin user $adminuser with password $adminpass" + elog " To add new users, run: " + elog "" + elog " # htpasswd ${CONFDIR}/users.htpasswd newUser" + fi +} diff --git a/app-backup/backuppc/files/99_backuppc.conf b/app-backup/backuppc/files/99_backuppc.conf new file mode 100644 index 000000000000..eae766e4fa75 --- /dev/null +++ b/app-backup/backuppc/files/99_backuppc.conf @@ -0,0 +1,32 @@ + + + +Listen 8080 + + AssignUserId backuppc backuppc + DocumentRoot "/usr/lib/backuppc/htdocs/" + RedirectMatch ^/$ /BackupPC_Admin + + + AuthType Basic + AuthName "BackupPC Community Edition Administrative Interface" + AuthUserFile "/etc/BackupPC/users.htpasswd" + Options ExecCGI + Require valid-user + Require host 127.0.0.1 + + + + SetHandler perl-script + PerlResponseHandler ModPerl::Registry + PerlOptions +ParseHeaders + + + + Require all granted + Options -ExecCGI + + + + + diff --git a/app-backup/burp/burp-1.3.48-r1.ebuild b/app-backup/burp/burp-1.3.48-r1.ebuild index a1f8e3fe712e..ca07f1dba48d 100644 --- a/app-backup/burp/burp-1.3.48-r1.ebuild +++ b/app-backup/burp/burp-1.3.48-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2 LICENSE="AGPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="acl afs ipv6 nls tcpd xattr" DEPEND=" diff --git a/app-crypt/yubikey-neo-manager/Manifest b/app-crypt/yubikey-neo-manager/Manifest index c8e21df2939f..79f3af781c08 100644 --- a/app-crypt/yubikey-neo-manager/Manifest +++ b/app-crypt/yubikey-neo-manager/Manifest @@ -1,3 +1,4 @@ DIST yubikey-neo-manager-1.1.0.tar.gz 119986 SHA256 eb8cc90bf4818feffe360d6330ebafa47452a1ce9c14900e13fcdd4cb921c837 SHA512 ee1bff88946be85cd3127a92deceb826b8bd35da76d3356993e1a369cb9119d6267a708a0023afeb185adcb1e4cdbaaa1c8983fd0cac32c51a4ece81840e8553 WHIRLPOOL a7123760c51333af30343b5dcff56398754aa4c214afdba75473d7555983aff9988d1ba0db5c12314170b0a810ed5d609cd3736258101198ab3b417133cd9957 DIST yubikey-neo-manager-1.2.1.tar.gz 120802 SHA256 b09e59576dd6cb664966e4848854f728b8162ae74d35f87825d9a8bff07f018a SHA512 37b4807419803bb303b88b185293b49d5475c51d564614636ca1ead0c06efdb0ec867dac8de8b0030ab1ea85a726676bb63abdcc352428cb5a18068556a3b1b8 WHIRLPOOL e4a4e32d2d94dae0cf02abaff4bc9c2d281bc6bdf21d9dea76c2d6c05052a6a6bffc2955ee912bc5adb6ae070af3b10216691bfd9764b6895df7a3dedadb780b DIST yubikey-neo-manager-1.3.0.tar.gz 121242 SHA256 d8dba9ec6ee885af17b6c6b6b88fdd5df7b994cbee64946253a43713b12075c6 SHA512 fc5690d73fdc8cd1119c1c693bf31fd0b0f7145fa04af437d84e2f0f513798a88d44e80179d6b02f7641f61a9a1fd27d909518dfa1d881cc9ffb19cd5ad7c398 WHIRLPOOL 9c09bf133bb04926453ca05f41ca4d0825874b7320f2990743caa110330775cceb3049f7181788f1bbf2fae996e6c98df50760b9e8a5e7714a6c965bfb0013bd +DIST yubikey-neo-manager-1.4.0.tar.gz 128002 SHA256 2fb8fc72982a8158379d2ac46802d26eb288bed09e33fe78df0a4c7844df5dc7 SHA512 a20d8168e38a1f55c140da9bd4c6c001a70f4f977edf8625475497aedd55d082a8ef0bfedb5c61350ac5658a3d0a086edf42743be9e960b2b5898d6925b416dc WHIRLPOOL f9caf73499f95f989e20e2b9e1525ca7f18ac28275b27a555e3839e238ace1cc26ee1bcf4d970b00b2ab6e814885ee42399b93bbf840f320578b66be3e7b1a92 diff --git a/app-crypt/yubikey-neo-manager/files/yubikey-neo-manager-fix-pyside-requirement.patch b/app-crypt/yubikey-neo-manager/files/yubikey-neo-manager-fix-pyside-requirement.patch new file mode 100644 index 000000000000..d11a3a1cc6d9 --- /dev/null +++ b/app-crypt/yubikey-neo-manager/files/yubikey-neo-manager-fix-pyside-requirement.patch @@ -0,0 +1,17 @@ +Description: Remove PySide requirement, since python-pyside does not register itself correctly +Author: Dain Nilsson +Forwarded: no +--- a/setup.py ++++ b/setup.py +@@ -44,8 +44,9 @@ + entry_points={ + 'gui_scripts': ['neoman=neoman.__main__:main'] + }, +- install_requires=['PySide', 'pycrypto'], +- yc_requires=['ctypes', 'qt'], ++ install_requires=['pycrypto'], ++ yc_requires=['ctypes'], ++ packages=['neoman', 'neoman.model', 'neoman.view', 'neoman.yubicommon', 'neoman.yubicommon.setup', 'neoman.yubicommon.ctypes', 'neoman.yubicommon.qt'], + cmdclass={'executable': executable, 'qt_resources': qt_resources('neoman')}, + classifiers=[ + 'License :: OSI Approved :: BSD License', diff --git a/app-crypt/yubikey-neo-manager/metadata.xml b/app-crypt/yubikey-neo-manager/metadata.xml index ea116bbc890c..d23bf8d7b32b 100644 --- a/app-crypt/yubikey-neo-manager/metadata.xml +++ b/app-crypt/yubikey-neo-manager/metadata.xml @@ -6,8 +6,8 @@ flameeyes@gentoo.org - Yubico/libykneomgr + Yubico/yubikey-neo-manager yubikey-neo-manager - https://github.com/Yubico/libykneomgr/issues + https://github.com/Yubico/yubikey-neo-manager/issues diff --git a/app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.4.0.ebuild b/app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.4.0.ebuild new file mode 100644 index 000000000000..4a871db3e54e --- /dev/null +++ b/app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.4.0.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="Cross platform personalization tool for the YubiKey NEO" +HOMEPAGE="https://developers.yubico.com/yubikey-neo-manager/" +SRC_URI=" + mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz + https://developers.yubico.com/${PN}/Releases/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +CDEPEND=" + dev-python/pyside[webkit,${PYTHON_USEDEP}] + dev-python/pycrypto[${PYTHON_USEDEP}] + app-crypt/libu2f-host + app-crypt/libykneomgr + sys-auth/ykpers" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + ${CDEPEND}" + +RDEPEND="${CDEPEND}" + +PATCHES=( + # PySide does not distribute egg-info, so remove it from deps + "${FILESDIR}"/${PN}-fix-pyside-requirement.patch +) + +DOCS=( NEWS README ) + +python_install_all() { + distutils-r1_python_install_all + + doman man/neoman.1 + domenu resources/neoman.desktop + doicon resources/neoman.xpm + newicon -s 128 resources/yubikey-neo-manager.png neoman.png +} diff --git a/app-emulation/wine/Manifest b/app-emulation/wine/Manifest index b3ed6a94c720..3592040b6f8f 100644 --- a/app-emulation/wine/Manifest +++ b/app-emulation/wine/Manifest @@ -38,9 +38,11 @@ DIST wine-1.7.51.tar.bz2 22639053 SHA256 397fc95b463d6ae1b65ab0477d9fe5d0871e8e2 DIST wine-1.7.52.tar.bz2 22707539 SHA256 0773b32a0c358323db4c383ceb1e9e28d5d4ed4ea37570af2bcb41fecf0d554b SHA512 834a77553d1352840c747ab5dc3e582b15da4ea65f16f9d58d0cc8afb460b4a0fded859929331dd32d9f4f66ab14bb890cf239d0a283bf9ffd92b48f9d1687de WHIRLPOOL 7e6cc679d994449e7f822c2593d1e8cc87d439df6084ad7d48897f3829b866219a0674e81e1fecdc5629225cd3c6ca2735212e1a0cb9d41a236af4674b62d077 DIST wine-1.7.53.tar.bz2 22763993 SHA256 efba70b106cde683a50a4b1f42df3d900f8ffc291a3689cb897afcc12cc2c6a3 SHA512 82c53c5a7913f5c3ab38239f6cd4dc5ec16db878b8ff9ff46162f11f72c13a3da9c1dc80e7eddef5eb2b909e7b8cd771294cfdc79d734d643aecfeefb0059401 WHIRLPOOL 054640d64794e0eac3b41c359353a8d322f9ae9a9a01969616fe6f9207d4276909d4fa17c7a2b167d705166490df523b3dcaf738efab0a71bfab26ea59eeafe1 DIST wine-1.7.54.tar.bz2 22800326 SHA256 e0f311f392815468df774b33312cde80bf1ff3a894c9c2b462825fd49619bb27 SHA512 15c9c80518d41486da416d531f7be101353d379bcd8fd309395d2932eceabb3fa5cd8180066f73d13c6a211495146bb544a8878657cf9ca8e5e14987a038a6c7 WHIRLPOOL b1f6f3e4149307f8c0b3feb443dd7b36e8a5c81b8b7b41f6c39167590fb13057174c95723f262082465fe1696c17d9216ea93ad2f8ce1e8f5c8d7aadc12d5425 +DIST wine-1.7.55-gstreamer-v5.patch.bz2 5800 SHA256 9ce03b6bc404dec4ed82208dcaa5cbe282c6df7da51392369fcb933de9273c2c SHA512 2f73c44ca66462cc64570645771fd4b3289525393098ef499ba7199745f836c313572145e3f3d259f9f1c6b7c876e15b2f909a914dd1e21eaa79d9671b40f105 WHIRLPOOL 444e456fb82de3b59342eb6d3a28805a3f068e70e6417a16489c784932c486e812807698f29dee5d9715d22bd1e31c733ed649d7396746008a552bc78ee27e55 DIST wine-1.7.55.tar.bz2 22814631 SHA256 a148f6c9cb45a75ef1a15e60a7db9c22fce985e0e58fe1350e7931dfe5d36119 SHA512 f47025017836ce1bbf2ed69c7d7421bd8a2f33ff94ced4a5caf92f4fabdf336119c80a28aeb8ba1ebe0239871a6ac62d8af8435d220c317624c17aabc2100dd7 WHIRLPOOL c5575d2ef687caccbdb5cc09a0c6a4ba9f65ec9674cbe3f23ecfced62710dcb0019a11ff66f2ec4c2eafdb30d9891abad158ac4f865cc580a2878067de7304d7 DIST wine-1.7.8.tar.bz2 21463503 SHA256 30e17f5f863a09416f3d229666566b318dbb40f683d4ca6630012c60bb511804 SHA512 1fdaddb7909f818050854bf351d20f445cf6a5906b1bcc789c96ee8d5058c90815a91bbbc6444f3e4527748764f03ab5297585c174b433093a3354a827402fea WHIRLPOOL 3b5b18384ff04b80b936160c2c6e03676d69663c023f484981305c9272d0601b74cda5c5f7d56008b3900d702b1a4fe1929f16b1fba304a6480b076ffede663a DIST wine-1.7.9.tar.bz2 21323337 SHA256 79f99ecc24696915439c474c4953bb77652ab53f16b41daa4da270fe43279c5a SHA512 29f8aa715ebe47c8a06bd5f6a80cac3fb75b2ca7aa81648cc8aed5461cfd825e4da68b6209ca672dce42b968521cfd9bffffaadd2d85b904b55d99687a1c83d0 WHIRLPOOL 333fee72b2a0e9d6ab8a003712c38166bd27aaff384a2b940c089ecc846f7669c59efbeb5cdc2fc87a46d63b0d29d0335873bb7c22f05913bad430b81990241a +DIST wine-1.8.tar.bz2 22843418 SHA256 f33b45c18112b2071fbf9edee0e8c575407f9e2a9855ca4ee918ed33efa7c6f4 SHA512 34308e82e04dee714fdbd10f29cd6cf6326e5e6e9134f7076e58b09988211065b8c6584881b7e5dcbc9b3906a819ab8a72b612b060cb9aa50b5b67f03bdab089 WHIRLPOOL 335a48f1b34cd1038d62290e52c3189b842d4077b7cf0bcb9d003595992360dc36eac1c592d31db44598de68010f3934daa1f4bcd0a2ca74aa130a39a74f7ce3 DIST wine-gentoo-2013.06.24.tar.bz2 85442 SHA256 bfbf6b25e98f717320de2ede467e3628fbc749d936b8449f8477c9dc6f41e04b SHA512 b6819889314f6a6ea16c1332f4b177c43623116763969c31b23b61754cd304dd085f5d3eafbe847159331eb97dddd9b4c10699430129ea4a71da418c1fe175f0 WHIRLPOOL 227e0ac6569736d4ad5813cef49f775dae956f4fc9255de95753d5d3cba1bf6cf3db31d23d3702bb54d2e60c5a6f779b602f0efb2096e4c827c924565b273d00 DIST wine-gentoo-2015.03.07.tar.bz2 85419 SHA256 f13f93dc49bbc33a294c4d511b6e01aec2d38bff77a1e44d07668291add1ab04 SHA512 bae1d2d5575d340d01f44008104f0e5ec0c4a4982995dec37d501594cd21d07a2b4ad4465c4273646d5bf6521996b4b82471097864be75342abe3e7d478a56bd WHIRLPOOL 0f254dd692e87a1f71dd19f6c1c8c59b8a91b994e75912a2e6e3ba5e875b85119fe497a331a95c2ce33bbf5f064143d23ee00275da92c494227de0807c9abb06 DIST wine-mono-0.0.8.msi 46967296 SHA256 3dfc23bbc29015e4e538dab8b83cb825d3248a0e5cf3b3318503ee7331115402 SHA512 d3009f2301b0a006136e880025a736f24612faa7a954956896124ec7282d35b678f02658e8be12b1c02ee217e594a2c728a9258c36ccb346b186a4781951adbd WHIRLPOOL 1d4b2e88ebab1f603326a238cc908982c7e135a33340087e8645572838d2b6034764e9fe787bb890792dea4c0531d26f9a6a811a7c200edb99ab82f975179389 @@ -74,6 +76,7 @@ DIST wine-staging-1.7.52.tar.gz 9654310 SHA256 84354a10e4226b5e456abb6d5727f4514 DIST wine-staging-1.7.53.tar.gz 9638222 SHA256 438f41165987a57635694dba2f67cc435cd630581b13cafe0c85daacf37a102a SHA512 716840c44923848a28b481f6b4e422ef84fe33bef33a650c183c62be0dbec34471375fe2b1911382282f293fd5135ce133cdb775acd7df98029be2e4646b6d9e WHIRLPOOL 702555a706e50521ca6864b7b29ee4a4774fc8d770775c5186728b19e2c71ba6040ce98f86a772435c0d2f0a4363bc2a1e8f0b13ffbbe9395c072d3d89d1118c DIST wine-staging-1.7.54.tar.gz 9647030 SHA256 b244ab05326e0a4c149beba0684afc100d44dca8e6ff606bcfee883b21b27303 SHA512 f6e58be01ba10121d6904cb238b2d91dd79cb7d14d623c00a897e655adb88332bea125cedf3fad85e680c76aacfbab16dd5035c322278155defd3b493054aa23 WHIRLPOOL 4c053ad96e67f4e82c93d3cfa9b6f885c4c3fe693946dd0e2a30cef556aac55f9dcafb5c56ced0f714f8ea9448cb4e22f144ea7f3561cfdb5bbff1b049d34f07 DIST wine-staging-1.7.55.tar.gz 9604441 SHA256 856b630fe95250e3d2dfc80588529e42e92e37f2e974ce8d3da37b39bf5cc3c3 SHA512 a6fbfa01b6d6efc75f79235aea86091c32ddf91ca300c73325c8347949c627f53ceb0fe085d6c212602797b0496d36c0a79f08eae4644a17774e95906332032d WHIRLPOOL ad232568c9df5d436a79a3557c82e231eed121356d8db1f5a3c0e7249b6c2760d87bb433ff30d6db53ce190b2d49401aa387b06f0c3f74925aefea7b1d73f112 +DIST wine-staging-1.8.tar.gz 9632566 SHA256 c66f3dd6a760d516affe7467c4fb2d15ea8e2f0c72bcda1982219948dcdff11b SHA512 7b030b217ed0b37b8037d782406f75fcdb681c81371eafcab87175c0e6ac8b50fc58fe364e933e79eff168c1755412276fae3f914b7c36a6937aea1f6e35b022 WHIRLPOOL 8cff5d1d4c23405b820dbf9e7f73f7bba785e04ec2d9087b0977bb7aa1e6b84c2e6c3ac2f9cc72ba3c16f2b9c8c3607ea02ef1cd52d428a2b441333a424d9a21 DIST wine_gecko-2.21-x86.msi 20871680 SHA256 f01fafa6d7aab995c38add77315c4cbc2f32f52d5d6a9350056f42b62d631fd8 SHA512 f4ca9ca5b876dc39e906991e58c6da8ef4103782f83ba781ff27556c0ebdab7fe10c14f0551e900442a5d57a2c619da6e5ed6ed42323edcdd55ce9789c4c83ac WHIRLPOOL d1db97175b047652499c97c968b71c08c5b44774423f22ae626f89b4dde3d03b46295e5caae228f1f8614209e943e8246854b478eef3abb186e8de4c341b0a0d DIST wine_gecko-2.21-x86_64.msi 21646336 SHA256 bc370bdc899f66d98f31c4d410a6952aa82c0c9c0a0ec27f2a11243c9b412c3f SHA512 2a48a7697beba4e45816a9eff09e181de353d8c93e02a70108fa77d27136cd5cd75b21c42caa7702a09f86544669ae2bbfc6975b1fc0d7fcb20150a4bc4ea514 WHIRLPOOL 2fce9b9a190a52c173551d47428dd8b8dc54d5878682733e0006a3f06f216cd9f47a88ada49f92fa5697ece8b2942a88f937bd2722b4cb85d2c35c19bda29b85 DIST wine_gecko-2.24-x86.msi 22373888 SHA256 6e38acae87ea66e2c1e8f2f0afe88f89eed3e6e0b431cd3da38dea814b71202c SHA512 f158d28ca09bc900a2680892e7ac10770e06050a9251e1ec3a953fee0bf9b1c326e166f92fb88a4648297b6587c91a5ef5af35f267bb2ba5f679da4c8fdb6898 WHIRLPOOL bbe7a2572d89dc5e0347ba11b2014bac79fc4427d7551655313a46b147a79c1607b7f46596877c459ddaa0e202337fb3d217429ddd6a4df49ee33b373a788487 diff --git a/app-emulation/wine/files/wine-1.7.55-gstreamer-v5-staging-post.patch b/app-emulation/wine/files/wine-1.7.55-gstreamer-v5-staging-post.patch new file mode 100644 index 000000000000..c36dd4d75063 --- /dev/null +++ b/app-emulation/wine/files/wine-1.7.55-gstreamer-v5-staging-post.patch @@ -0,0 +1,51 @@ +From 2f0514345d325ecd20a88e3b0cb896ca9d23deae Mon Sep 17 00:00:00 2001 +From: Sebastian Lackner +Date: Thu, 19 Mar 2015 07:56:04 +0100 +Subject: Reapply various changes conflicting with Maarten Lankhorst's + gstreamer hack v5. + +--- + dlls/ntdll/ntdll_misc.h | 1 + + dlls/ntdll/thread.c | 7 +++++++ + 2 files changed, 8 insertions(+) + +diff --git a/dlls/ntdll/ntdll_misc.h b/dlls/ntdll/ntdll_misc.h +index e1be304..d5bc678 100644 +--- a/dlls/ntdll/ntdll_misc.h ++++ b/dlls/ntdll/ntdll_misc.h +@@ -244,6 +244,7 @@ struct ntdll_thread_data + WINE_VM86_TEB_INFO vm86; /* 1fc vm86 private data */ + void *exit_frame; /* 204 exit frame pointer */ + #endif ++ void *pthread_stack; /* 208/318 pthread stack */ + struct list entry; + BOOL detached; + }; +diff --git a/dlls/ntdll/thread.c b/dlls/ntdll/thread.c +index 2011c1e2..9f824eb 100644 +--- a/dlls/ntdll/thread.c ++++ b/dlls/ntdll/thread.c +@@ -467,6 +467,8 @@ static void exit_thread_common( int status ) + static void *prev_teb; + TEB *teb; + #endif ++ shmlocal_t *shmlocal; ++ sigset_t sigset; + + if (status) /* send the exit code to the server (0 is already the default) */ + { +@@ -508,6 +510,11 @@ static void exit_thread_common( int status ) + reap_thread(NtCurrentTeb()); + #endif + ++ sigemptyset( &sigset ); ++ sigaddset( &sigset, SIGQUIT ); ++ pthread_sigmask( SIG_BLOCK, &sigset, NULL ); ++ if (interlocked_xchg_add( &nb_threads, -1 ) <= 1) _exit( status ); ++ + close( ntdll_get_thread_data()->wait_fd[0] ); + close( ntdll_get_thread_data()->wait_fd[1] ); + close( ntdll_get_thread_data()->reply_fd ); +-- +2.6.4 + diff --git a/app-emulation/wine/files/wine-1.7.55-gstreamer-v5-staging-pre.patch b/app-emulation/wine/files/wine-1.7.55-gstreamer-v5-staging-pre.patch new file mode 100644 index 000000000000..e9c9ac18a166 --- /dev/null +++ b/app-emulation/wine/files/wine-1.7.55-gstreamer-v5-staging-pre.patch @@ -0,0 +1,53 @@ +From c96187cdbddd742728557062b85d05ac320c3e8f Mon Sep 17 00:00:00 2001 +From: Sebastian Lackner +Date: Thu, 19 Mar 2015 07:51:48 +0100 +Subject: Revert various changes conflicting with Maarten Lankhorst's gstreamer + hack v5. + +Note: These changes have to be reapplied with the corresponding -post patchset +afterwards. +--- + dlls/ntdll/ntdll_misc.h | 1 - + dlls/ntdll/thread.c | 7 ------- + 2 files changed, 8 deletions(-) + +diff --git a/dlls/ntdll/ntdll_misc.h b/dlls/ntdll/ntdll_misc.h +index e7facf3..88531df 100644 +--- a/dlls/ntdll/ntdll_misc.h ++++ b/dlls/ntdll/ntdll_misc.h +@@ -243,7 +243,6 @@ struct ntdll_thread_data + WINE_VM86_TEB_INFO vm86; /* 1fc vm86 private data */ + void *exit_frame; /* 204 exit frame pointer */ + #endif +- void *pthread_stack; /* 208/318 pthread stack */ + }; + + C_ASSERT( FIELD_OFFSET(TEB, SpareBytes1) + sizeof(struct ntdll_thread_data) <= +diff --git a/dlls/ntdll/thread.c b/dlls/ntdll/thread.c +index 6ad4b95..3ad51a2 100644 +--- a/dlls/ntdll/thread.c ++++ b/dlls/ntdll/thread.c +@@ -391,8 +391,6 @@ void terminate_thread( int status ) + void exit_thread( int status ) + { + static void *prev_teb; +- shmlocal_t *shmlocal; +- sigset_t sigset; + TEB *teb; + + if (status) /* send the exit code to the server (0 is already the default) */ +@@ -431,11 +429,6 @@ void exit_thread( int status ) + } + } + +- sigemptyset( &sigset ); +- sigaddset( &sigset, SIGQUIT ); +- pthread_sigmask( SIG_BLOCK, &sigset, NULL ); +- if (interlocked_xchg_add( &nb_threads, -1 ) <= 1) _exit( status ); +- + close( ntdll_get_thread_data()->wait_fd[0] ); + close( ntdll_get_thread_data()->wait_fd[1] ); + close( ntdll_get_thread_data()->reply_fd ); +-- +2.6.4 + diff --git a/app-emulation/wine/metadata.xml b/app-emulation/wine/metadata.xml index fbf2c5b68295..6c44031b86f6 100644 --- a/app-emulation/wine/metadata.xml +++ b/app-emulation/wine/metadata.xml @@ -18,15 +18,17 @@ Think of Wine as a compatibility layer for running Windows programs. Wine does n Add support for OpenGL in bitmaps using libOSMesa Support packet capture software (e.g. wireshark) Install helpers written in perl (winedump/winemaker) - Apply unofficial Wine-Staging patches for Pipelight/Silverlight support - Run prelink on DLLs during build -- do not disable if you do not know what this means as it can break things at runtime + Apply Wine-Staging patches for Pipelight/Silverlight support + Run prelink on DLLs during build; + For versions less than wine-1.7.55 or hardened, do not disable if you do not know what this means as it can break things at runtime Pull in sys-auth/rtkit for low-latency pulseaudio support Use Wine to open and run .EXE and .MSI files Pull in media-libs/libtxc_dxtn for DXTn texture compression, needed for many games Add support for NTLM auth. see http://wiki.winehq.org/NtlmAuthSetupGuide and http://wiki.winehq.org/NtlmSigningAndSealing - Apply unofficial Wine-Staging patches for advanced feature support that haven't made it into upstream Wine yet + Apply Wine-Staging patches for advanced feature support that haven't made it into upstream Wine yet + For versions less than wine-1.8, this patchset is unofficial. wine-compholio/wine-staging diff --git a/app-emulation/wine/wine-1.8.ebuild b/app-emulation/wine/wine-1.8.ebuild new file mode 100644 index 000000000000..4c1b6f446af0 --- /dev/null +++ b/app-emulation/wine/wine-1.8.ebuild @@ -0,0 +1,438 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +AUTOTOOLS_AUTORECONF=1 +PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru sk sl sr_RS@cyrillic sr_RS@latin sv te th tr uk wa zh_CN zh_TW" +PLOCALE_BACKUP="en" + +inherit autotools-utils eutils fdo-mime flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx versionator + +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="git://source.winehq.org/git/wine.git http://source.winehq.org/git/wine.git" + EGIT_BRANCH="master" + inherit git-r3 + SRC_URI="" + #KEYWORDS="" +else + MAJOR_V=$(get_version_component_range 1-2) + SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}/${P}.tar.bz2" + KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd" +fi + +GV="2.40" +MV="4.5.6" +STAGING_P="wine-staging-${PV}" +STAGING_DIR="${WORKDIR}/${STAGING_P}" +WINE_GENTOO="wine-gentoo-2015.03.07" +GST_P="wine-1.7.55-gstreamer-v5" +DESCRIPTION="Free implementation of Windows(tm) on Unix" +HOMEPAGE="http://www.winehq.org/" +SRC_URI="${SRC_URI} + gecko? ( + abi_x86_32? ( https://dl.winehq.org/wine/wine-gecko/${GV}/wine_gecko-${GV}-x86.msi ) + abi_x86_64? ( https://dl.winehq.org/wine/wine-gecko/${GV}/wine_gecko-${GV}-x86_64.msi ) + ) + mono? ( https://dl.winehq.org/wine/wine-mono/${MV}/wine-mono-${MV}.msi ) + gstreamer? ( https://dev.gentoo.org/~np-hardass/distfiles/${PN}/${GST_P}.patch.bz2 ) + https://dev.gentoo.org/~tetromino/distfiles/${PN}/${WINE_GENTOO}.tar.bz2" + +if [[ ${PV} == "9999" ]] ; then + STAGING_EGIT_REPO_URI="git://github.com/wine-compholio/wine-staging.git" +else + SRC_URI="${SRC_URI} + staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}.tar.gz -> ${STAGING_P}.tar.gz )" +fi + +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc +fontconfig +gecko gphoto2 gsm gstreamer +jpeg +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl pcap pipelight +png prelink pulseaudio +realtime +run-exes s3tc samba scanner selinux +ssl staging test +threads +truetype +udisks v4l vaapi +X +xcomposite xinerama +xml" +REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 ) + test? ( abi_x86_32 ) + elibc_glibc? ( threads ) + mono? ( abi_x86_32 ) + pipelight? ( staging ) + s3tc? ( staging ) + vaapi? ( staging ) + osmesa? ( opengl )" #286560 + #?? ( gstreamer staging ) #Should be fixed by pre/post patchset + +# FIXME: the test suite is unsuitable for us; many tests require net access +# or fail due to Xvfb's opengl limitations. +RESTRICT="test" + +COMMON_DEPEND=" + truetype? ( >=media-libs/freetype-2.0.0[${MULTILIB_USEDEP}] ) + capi? ( net-dialup/capi4k-utils ) + ncurses? ( >=sys-libs/ncurses-5.2:0=[${MULTILIB_USEDEP}] ) + udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] ) + fontconfig? ( media-libs/fontconfig:=[${MULTILIB_USEDEP}] ) + gphoto2? ( media-libs/libgphoto2:=[${MULTILIB_USEDEP}] ) + openal? ( media-libs/openal:=[${MULTILIB_USEDEP}] ) + gstreamer? ( + media-libs/gstreamer:0.10[${MULTILIB_USEDEP}] + media-libs/gst-plugins-base:0.10[${MULTILIB_USEDEP}] + ) + X? ( + x11-libs/libXcursor[${MULTILIB_USEDEP}] + x11-libs/libXext[${MULTILIB_USEDEP}] + x11-libs/libXrandr[${MULTILIB_USEDEP}] + x11-libs/libXi[${MULTILIB_USEDEP}] + x11-libs/libXxf86vm[${MULTILIB_USEDEP}] + ) + xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] ) + alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] ) + cups? ( net-print/cups:=[${MULTILIB_USEDEP}] ) + opencl? ( virtual/opencl[${MULTILIB_USEDEP}] ) + opengl? ( + virtual/glu[${MULTILIB_USEDEP}] + virtual/opengl[${MULTILIB_USEDEP}] + ) + gsm? ( media-sound/gsm:=[${MULTILIB_USEDEP}] ) + jpeg? ( virtual/jpeg:0=[${MULTILIB_USEDEP}] ) + ldap? ( net-nds/openldap:=[${MULTILIB_USEDEP}] ) + lcms? ( media-libs/lcms:2=[${MULTILIB_USEDEP}] ) + mp3? ( >=media-sound/mpg123-1.5.0[${MULTILIB_USEDEP}] ) + netapi? ( net-fs/samba[netapi(+),${MULTILIB_USEDEP}] ) + nls? ( sys-devel/gettext[${MULTILIB_USEDEP}] ) + odbc? ( dev-db/unixODBC:=[${MULTILIB_USEDEP}] ) + osmesa? ( media-libs/mesa[osmesa,${MULTILIB_USEDEP}] ) + pcap? ( net-libs/libpcap[${MULTILIB_USEDEP}] ) + pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] ) + staging? ( sys-apps/attr[${MULTILIB_USEDEP}] ) + xml? ( + dev-libs/libxml2[${MULTILIB_USEDEP}] + dev-libs/libxslt[${MULTILIB_USEDEP}] + ) + scanner? ( media-gfx/sane-backends:=[${MULTILIB_USEDEP}] ) + ssl? ( net-libs/gnutls:=[${MULTILIB_USEDEP}] ) + png? ( media-libs/libpng:0=[${MULTILIB_USEDEP}] ) + v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] ) + vaapi? ( x11-libs/libva[X,${MULTILIB_USEDEP}] ) + xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] ) + abi_x86_32? ( + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] + !/dev/null 2>&1; then + eerror "64-bit wine cannot be built with gcc-5.1 or initial patchset of 5.2.0" + eerror "due to compiler bugs; please re-emerge the latest gcc-5.2.x ebuild," + eerror "or use gcc-config to select a different compiler version." + eerror "See https://bugs.gentoo.org/549768" + eerror + return 1 + fi + fi + + if use abi_x86_64 && [[ $(( $(gcc-major-version) * 100 + $(gcc-minor-version) )) -lt 404 ]]; then + eerror "You need gcc-4.4+ to build 64-bit wine" + eerror + return 1 + fi + + if use abi_x86_32 && use opencl && [[ x$(eselect opencl show 2> /dev/null) = "xintel" ]]; then + eerror "You cannot build wine with USE=opencl because intel-ocl-sdk is 64-bit only." + eerror "See https://bugs.gentoo.org/487864 for more details." + eerror + return 1 + fi +} + +pkg_pretend() { + wine_build_environment_check || die +} + +pkg_setup() { + wine_build_environment_check || die +} + +src_unpack() { + if [[ ${PV} == "9999" ]] ; then + git-r3_src_unpack + if use staging; then + EGIT_REPO_URI=${STAGING_EGIT_REPO_URI} + unset ${PN}_LIVE_REPO; + EGIT_CHECKOUT_DIR=${STAGING_DIR} git-r3_src_unpack + fi + else + unpack ${P}.tar.bz2 + use staging && unpack "${STAGING_P}.tar.gz" + fi + + unpack "${WINE_GENTOO}.tar.bz2" + use gstreamer && unpack "${GST_P}.patch.bz2" + + l10n_find_plocales_changes "${S}/po" "" ".po" +} + +src_prepare() { + local md5="$(md5sum server/protocol.def)" + local PATCHES=( + "${FILESDIR}"/${PN}-1.5.26-winegcc.patch #260726 + "${FILESDIR}"/${PN}-1.4_rc2-multilib-portage.patch #395615 + "${FILESDIR}"/${PN}-1.7.12-osmesa-check.patch #429386 + "${FILESDIR}"/${PN}-1.6-memset-O3.patch #480508 + ) + if use gstreamer; then + # See http://bugs.winehq.org/show_bug.cgi?id=30557 + ewarn "Applying experimental patch to fix GStreamer support. Note that" + ewarn "this patch has been reported to cause crashes in certain games." + + # Wine-Staging 1.7.38 "ntdll: Fix race-condition when threads are killed + # during shutdown" patch and "Added patch to implement shared memory + # wineserver communication for various user32 functions" prevents the + # gstreamer patch from applying cleanly. + # So undo the staging patch, apply gstreamer, then re-apply rebased staging + # patch on top. + if use staging; then + PATCHES+=( + "${FILESDIR}/${PN}-1.7.55-gstreamer-v5-staging-pre.patch" + "${WORKDIR}/${GST_P}.patch" + "${FILESDIR}/${PN}-1.7.55-gstreamer-v5-staging-post.patch" ) + else + PATCHES+=( "${WORKDIR}/${GST_P}.patch" ) + fi + fi + if use staging; then + ewarn "Applying the Wine-Staging patchset. Any bug reports to the" + ewarn "Wine bugzilla should explicitly state that staging was used." + + local STAGING_EXCLUDE="" + use pipelight || STAGING_EXCLUDE="${STAGING_EXCLUDE} -W Pipelight" + + # Launch wine-staging patcher in a subshell, using epatch as a backend, and gitapply.sh as a backend for binary patches + ebegin "Running Wine-Staging patch installer" + ( + set -- DESTDIR="${S}" --backend=epatch --no-autoconf --all ${STAGING_EXCLUDE} + cd "${STAGING_DIR}/patches" + source "${STAGING_DIR}/patches/patchinstall.sh" + ) + eend $? + fi + autotools-utils_src_prepare + + # Modification of the server protocol requires regenerating the server requests + if [[ "$(md5sum server/protocol.def)" != "${md5}" ]]; then + einfo "server/protocol.def was patched; running tools/make_requests" + tools/make_requests || die #432348 + fi + sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die + if ! use run-exes; then + sed -i '/^MimeType/d' loader/wine.desktop || die #117785 + fi + + # hi-res default icon, #472990, http://bugs.winehq.org/show_bug.cgi?id=24652 + cp "${WORKDIR}"/${WINE_GENTOO}/icons/oic_winlogo.ico dlls/user32/resources/ || die + + l10n_get_locales > po/LINGUAS # otherwise wine doesn't respect LINGUAS +} + +src_configure() { + export LDCONFIG=/bin/true + use custom-cflags || strip-flags + + multilib-minimal_src_configure +} + +multilib_src_configure() { + local myconf=( + --sysconfdir=/etc/wine + $(use_with alsa) + $(use_with capi) + $(use_with lcms cms) + $(use_with cups) + $(use_with ncurses curses) + $(use_with udisks dbus) + $(use_with fontconfig) + $(use_with ssl gnutls) + $(use_enable gecko mshtml) + $(use_with gphoto2 gphoto) + $(use_with gsm) + $(use_with gstreamer) + --without-hal + $(use_with jpeg) + $(use_with ldap) + $(use_enable mono mscoree) + $(use_with mp3 mpg123) + $(use_with netapi) + $(use_with nls gettext) + $(use_with openal) + $(use_with opencl) + $(use_with opengl) + $(use_with osmesa) + $(use_with oss) + $(use_with pcap) + $(use_with png) + $(use_with pulseaudio pulse) + $(use_with threads pthread) + $(use_with scanner sane) + $(use_enable test tests) + $(use_with truetype freetype) + $(use_with v4l) + $(use_with X x) + $(use_with xcomposite) + $(use_with xinerama) + $(use_with xml) + $(use_with xml xslt) + ) + + use staging && myconf+=( + --with-xattr + $(use_with vaapi va) + ) + + local PKG_CONFIG AR RANLIB + # Avoid crossdev's i686-pc-linux-gnu-pkg-config if building wine32 on amd64; #472038 + # set AR and RANLIB to make QA scripts happy; #483342 + tc-export PKG_CONFIG AR RANLIB + + if use amd64; then + if [[ ${ABI} == amd64 ]]; then + myconf+=( --enable-win64 ) + else + myconf+=( --disable-win64 ) + fi + + # Note: using --with-wine64 results in problems with multilib.eclass + # CC/LD hackery. We're using separate tools instead. + fi + + ECONF_SOURCE=${S} \ + econf "${myconf[@]}" + emake depend +} + +multilib_src_test() { + # FIXME: win32-only; wine64 tests fail with "could not find the Wine loader" + if [[ ${ABI} == x86 ]]; then + if [[ $(id -u) == 0 ]]; then + ewarn "Skipping tests since they cannot be run under the root user." + ewarn "To run the test ${PN} suite, add userpriv to FEATURES in make.conf" + return + fi + + WINEPREFIX="${T}/.wine-${ABI}" \ + Xemake test + fi +} + +multilib_src_install_all() { + local DOCS=( ANNOUNCE AUTHORS README ) + local l + add_locale_docs() { + local locale_doc="documentation/README.$1" + [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) + } + l10n_for_each_locale_do add_locale_docs + + einstalldocs + prune_libtool_files --all + + emake -C "../${WINE_GENTOO}" install DESTDIR="${D}" EPREFIX="${EPREFIX}" + if use gecko ; then + insinto /usr/share/wine/gecko + use abi_x86_32 && doins "${DISTDIR}"/wine_gecko-${GV}-x86.msi + use abi_x86_64 && doins "${DISTDIR}"/wine_gecko-${GV}-x86_64.msi + fi + if use mono ; then + insinto /usr/share/wine/mono + doins "${DISTDIR}"/wine-mono-${MV}.msi + fi + if ! use perl ; then # winedump calls function_grep.pl, and winemaker is a perl script + rm "${D}"usr/bin/{wine{dump,maker},function_grep.pl} "${D}"usr/share/man/man1/wine{dump,maker}.1 || die + fi + + use abi_x86_32 && pax-mark psmr "${D}"usr/bin/wine{,-preloader} #255055 + use abi_x86_64 && pax-mark psmr "${D}"usr/bin/wine64{,-preloader} + + if use abi_x86_64 && ! use abi_x86_32; then + dosym /usr/bin/wine{64,} # 404331 + dosym /usr/bin/wine{64,}-preloader + fi + + # respect LINGUAS when installing man pages, #469418 + for l in de fr pl; do + use linguas_${l} || rm -r "${D}"usr/share/man/${l}* + done +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update + fdo-mime_desktop_database_update + + if ! use gecko; then + ewarn "Without Wine Gecko, wine prefixes will not have a default" + ewarn "implementation of iexplore. Many older windows applications" + ewarn "rely upon the existence of an iexplore implementation, so" + ewarn "you will likely need to install an external one, like via winetricks" + fi + if ! use mono; then + ewarn "Without Wine Mono, wine prefixes will not have a default" + ewarn "implementation of .NET. Many windows applications rely upon" + ewarn "the existence of a .NET implementation, so you will likely need" + ewarn "to install an external one, like via winetricks" + fi +} + +pkg_postrm() { + gnome2_icon_cache_update + fdo-mime_desktop_database_update +} diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild index 5150817f6cc2..4c1b6f446af0 100644 --- a/app-emulation/wine/wine-9999.ebuild +++ b/app-emulation/wine/wine-9999.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$ @@ -27,16 +27,16 @@ MV="4.5.6" STAGING_P="wine-staging-${PV}" STAGING_DIR="${WORKDIR}/${STAGING_P}" WINE_GENTOO="wine-gentoo-2015.03.07" -GST_P="wine-1.7.34-gstreamer-v5" +GST_P="wine-1.7.55-gstreamer-v5" DESCRIPTION="Free implementation of Windows(tm) on Unix" HOMEPAGE="http://www.winehq.org/" SRC_URI="${SRC_URI} gecko? ( - abi_x86_32? ( mirror://sourceforge/${PN}/Wine%20Gecko/${GV}/wine_gecko-${GV}-x86.msi ) - abi_x86_64? ( mirror://sourceforge/${PN}/Wine%20Gecko/${GV}/wine_gecko-${GV}-x86_64.msi ) + abi_x86_32? ( https://dl.winehq.org/wine/wine-gecko/${GV}/wine_gecko-${GV}-x86.msi ) + abi_x86_64? ( https://dl.winehq.org/wine/wine-gecko/${GV}/wine_gecko-${GV}-x86_64.msi ) ) - mono? ( mirror://sourceforge/${PN}/Wine%20Mono/${MV}/wine-mono-${MV}.msi ) - gstreamer? ( https://dev.gentoo.org/~tetromino/distfiles/${PN}/${GST_P}.patch.bz2 ) + mono? ( https://dl.winehq.org/wine/wine-mono/${MV}/wine-mono-${MV}.msi ) + gstreamer? ( https://dev.gentoo.org/~np-hardass/distfiles/${PN}/${GST_P}.patch.bz2 ) https://dev.gentoo.org/~tetromino/distfiles/${PN}/${WINE_GENTOO}.tar.bz2" if [[ ${PV} == "9999" ]] ; then @@ -56,8 +56,8 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 ) pipelight? ( staging ) s3tc? ( staging ) vaapi? ( staging ) - ?? ( gstreamer staging ) osmesa? ( opengl )" #286560 + #?? ( gstreamer staging ) #Should be fixed by pre/post patchset # FIXME: the test suite is unsuitable for us; many tests require net access # or fail due to Xvfb's opengl limitations. @@ -240,17 +240,16 @@ src_prepare() { # patch on top. if use staging; then PATCHES+=( - "${FILESDIR}/${PN}-1.7.39-gstreamer-v5-staging-pre.patch" + "${FILESDIR}/${PN}-1.7.55-gstreamer-v5-staging-pre.patch" "${WORKDIR}/${GST_P}.patch" - "${FILESDIR}/${PN}-1.7.39-gstreamer-v5-staging-post.patch" ) + "${FILESDIR}/${PN}-1.7.55-gstreamer-v5-staging-post.patch" ) else PATCHES+=( "${WORKDIR}/${GST_P}.patch" ) fi fi if use staging; then - ewarn "Applying the unofficial Wine-Staging patchset which is unsupported" - ewarn "by Wine developers. Please don't report bugs to Wine bugzilla" - ewarn "unless you can reproduce them with USE=-staging" + ewarn "Applying the Wine-Staging patchset. Any bug reports to the" + ewarn "Wine bugzilla should explicitly state that staging was used." local STAGING_EXCLUDE="" use pipelight || STAGING_EXCLUDE="${STAGING_EXCLUDE} -W Pipelight" @@ -318,7 +317,7 @@ multilib_src_configure() { $(use_with oss) $(use_with pcap) $(use_with png) - $(use_with pulseaudio) + $(use_with pulseaudio pulse) $(use_with threads pthread) $(use_with scanner sane) $(use_enable test tests) diff --git a/app-emulation/winetricks/Manifest b/app-emulation/winetricks/Manifest index efbc594b161e..b78a50da9323 100644 --- a/app-emulation/winetricks/Manifest +++ b/app-emulation/winetricks/Manifest @@ -1,2 +1,2 @@ -DIST winetricks-20151116.tar.gz 174763 SHA256 a8947974f47ec575e62717abe591a737d7214557e7ece4c39de079599ba4bf70 SHA512 a769eefcc80725b871791dbec9b869bdfdbbbccf816b943a242ee17f3a35e91efeb4433330ade590b98ff7f6884d5f9900d195bb386f52907e91b543ce416230 WHIRLPOOL c15643186c30258d1e590b5a233aea893f071750e4369d1d95b0ff818e077fe0f51415b2e15ff3524429882cd13880aa3a198b3c01ccc5450fe9e68feba39836 +DIST winetricks-20160109.tar.gz 176741 SHA256 6a55db3c1441021bfcb8653b3f0c6eb4260e1ab22fbe98083d28f21470f0ca71 SHA512 41fd0f7bfa2155131d26eb185a584d6e276931f6cc22341847690fa82d3f35e0c9fdeec877a5dc6d4d6092d6a15299e98015be9aaa84677cd5442fbff4fa3891 WHIRLPOOL f6bfa5596c855a942a1ffebcc6252274c379187a9763c036795b3e431ccdcadb7116e48e23ac3109547d96e5cfa9302c3d99a911190ac0d70b073d355974f95e DIST winetricks-gentoo-2012.11.24.tar.bz2 6398 SHA256 dded8c294cc5c2e71e4a5d1531ab165178cf3d2d1d890d0656368c2e499bfeb9 SHA512 59c93b73f3a7b2d11aefcde2ff66659ff1de21ad4b5f232f4b60572f3a48b15a6c49f369b1696862bf1b33fde190bf5598945e9536fb41ddec42d8def4d2be2a WHIRLPOOL 268da9e06712a678fbbcfff8eac1fca364b5e46f0a9c48a591eb88f03260b1a55f203eb2908bfe1f0a534b77c866127ff6f7049b0e43fe8abeaaa26fe55de75b diff --git a/app-emulation/winetricks/winetricks-20151116.ebuild b/app-emulation/winetricks/winetricks-20160109.ebuild similarity index 100% rename from app-emulation/winetricks/winetricks-20151116.ebuild rename to app-emulation/winetricks/winetricks-20160109.ebuild diff --git a/app-portage/g-sorcery/g-sorcery-0.2.1-r1.ebuild b/app-portage/g-sorcery/g-sorcery-0.2.1-r1.ebuild new file mode 100644 index 000000000000..5d35b251ca65 --- /dev/null +++ b/app-portage/g-sorcery/g-sorcery-0.2.1-r1.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=(python{2_7,3_3,3_4,3_5}) + +inherit distutils-r1 + +DESCRIPTION="framework for ebuild generators" +HOMEPAGE="https://github.com/jauhien/g-sorcery" +SRC_URI="https://github.com/jauhien/g-sorcery/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +IUSE="bson git" +KEYWORDS="~amd64 ~arm ~hppa ~x86" + +DEPEND="bson? ( dev-python/pymongo[${PYTHON_USEDEP}] ) + git? ( dev-vcs/git ) + sys-apps/portage[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" +PDEPEND=">=app-portage/layman-2.2.0[g-sorcery(-),${PYTHON_USEDEP}]" + +python_test() { + PYTHONPATH="." "${PYTHON}" scripts/run_tests.py +} + +python_install_all() { + distutils-r1_python_install_all + + doman docs/*.8 + dohtml docs/developer_instructions.html + diropts -m0777 + dodir /var/lib/g-sorcery +} diff --git a/app-portage/g-sorcery/g-sorcery-9999.ebuild b/app-portage/g-sorcery/g-sorcery-9999.ebuild index 753626194acc..bfde259aff32 100644 --- a/app-portage/g-sorcery/g-sorcery-9999.ebuild +++ b/app-portage/g-sorcery/g-sorcery-9999.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -PYTHON_COMPAT=(python{2_7,3_3,3_4}) +PYTHON_COMPAT=(python{2_7,3_3,3_4,3_5}) -inherit distutils-r1 git-2 +inherit distutils-r1 git-r3 DESCRIPTION="framework for ebuild generators" HOMEPAGE="https://github.com/jauhien/g-sorcery" diff --git a/app-portage/gs-elpa/gs-elpa-0.1.3-r1.ebuild b/app-portage/gs-elpa/gs-elpa-0.1.3-r1.ebuild new file mode 100644 index 000000000000..8f84e6f748a0 --- /dev/null +++ b/app-portage/gs-elpa/gs-elpa-0.1.3-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=(python{2_7,3_3,3_4,3_5}) + +inherit distutils-r1 + +DESCRIPTION="g-sorcery backend for elisp packages" +HOMEPAGE="https://github.com/jauhien/gs-elpa" +SRC_URI="https://github.com/jauhien/gs-elpa/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="app-portage/g-sorcery[$(python_gen_usedep 'python*')] + dev-python/sexpdata[$(python_gen_usedep 'python*')]" +RDEPEND="${DEPEND}" + +python_install_all() { + distutils-r1_python_install_all + doman docs/*.8 +} diff --git a/app-portage/gs-elpa/gs-elpa-9999.ebuild b/app-portage/gs-elpa/gs-elpa-9999.ebuild index 943f447fbcef..7d0ba361a145 100644 --- a/app-portage/gs-elpa/gs-elpa-9999.ebuild +++ b/app-portage/gs-elpa/gs-elpa-9999.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -PYTHON_COMPAT=(python{2_7,3_3,3_4}) +PYTHON_COMPAT=(python{2_7,3_3,3_4,3_5}) -inherit distutils-r1 git-2 +inherit distutils-r1 git-r3 DESCRIPTION="g-sorcery backend for elisp packages" HOMEPAGE="https://github.com/jauhien/gs-elpa" diff --git a/app-portage/gs-pypi/gs-pypi-0.2.1-r1.ebuild b/app-portage/gs-pypi/gs-pypi-0.2.1-r1.ebuild new file mode 100644 index 000000000000..c3d9d113bac0 --- /dev/null +++ b/app-portage/gs-pypi/gs-pypi-0.2.1-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=(python{2_7,3_3,3_4,3_5}) + +inherit distutils-r1 + +DESCRIPTION="g-sorcery backend for pypi packages" +HOMEPAGE="https://github.com/jauhien/gs-pypi" +SRC_URI="https://github.com/jauhien/gs-pypi/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=">=app-portage/g-sorcery-0.2.1[bson(-),git(-),$(python_gen_usedep 'python*')] + dev-python/beautifulsoup:4[$(python_gen_usedep 'python*')]" +RDEPEND="${DEPEND}" + +python_install_all() { + distutils-r1_python_install_all + doman docs/*.8 +} diff --git a/app-portage/gs-pypi/gs-pypi-9999.ebuild b/app-portage/gs-pypi/gs-pypi-9999.ebuild index 77a1336b00fa..3990d058bfe9 100644 --- a/app-portage/gs-pypi/gs-pypi-9999.ebuild +++ b/app-portage/gs-pypi/gs-pypi-9999.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -PYTHON_COMPAT=(python{2_7,3_3,3_4}) +PYTHON_COMPAT=(python{2_7,3_3,3_4,3_5}) -inherit distutils-r1 git-2 +inherit distutils-r1 git-r3 DESCRIPTION="g-sorcery backend for pypi packages" HOMEPAGE="https://github.com/jauhien/gs-pypi" diff --git a/dev-haskell/gtk2hs-buildtools/files/gtk2hs-buildtools-0.13.0.4-alex-3.1.6.patch b/dev-haskell/gtk2hs-buildtools/files/gtk2hs-buildtools-0.13.0.4-alex-3.1.6.patch new file mode 100644 index 000000000000..a772e67c687e --- /dev/null +++ b/dev-haskell/gtk2hs-buildtools/files/gtk2hs-buildtools-0.13.0.4-alex-3.1.6.patch @@ -0,0 +1,9 @@ +diff --git a/c2hs/c/CLexer.x b/c2hs/c/CLexer.x +index 77702ed..1cd2483 100644 +--- a/c2hs/c/CLexer.x ++++ b/c2hs/c/CLexer.x +@@ -68,3 +68,3 @@ module CLexer (lexC, parseError) where + +-import Data.Char (isDigit) ++import Data.Char (ord, isDigit) + import Data.Word (Word8) diff --git a/dev-haskell/gtk2hs-buildtools/gtk2hs-buildtools-0.13.0.4-r3.ebuild b/dev-haskell/gtk2hs-buildtools/gtk2hs-buildtools-0.13.0.4-r3.ebuild index 8397870c3a1d..1f2796bd57b7 100644 --- a/dev-haskell/gtk2hs-buildtools/gtk2hs-buildtools-0.13.0.4-r3.ebuild +++ b/dev-haskell/gtk2hs-buildtools/gtk2hs-buildtools-0.13.0.4-r3.ebuild @@ -30,6 +30,7 @@ DEPEND="${RDEPEND} src_prepare() { epatch "${FILESDIR}"/${P}-ia64.patch + epatch "${FILESDIR}"/${P}-alex-3.1.6.patch } src_configure() { diff --git a/dev-java/tomcat-native/tomcat-native-1.2.3.ebuild b/dev-java/tomcat-native/tomcat-native-1.2.3.ebuild index a9cfc4233870..fdadfd936126 100644 --- a/dev-java/tomcat-native/tomcat-native-1.2.3.ebuild +++ b/dev-java/tomcat-native/tomcat-native-1.2.3.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Native APR library for Tomcat" SLOT="0" SRC_URI="mirror://apache/tomcat/tomcat-connectors/native/${PV}/source/${P}-src.tar.gz" HOMEPAGE="http://tomcat.apache.org/" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" LICENSE="Apache-2.0" IUSE="test" diff --git a/dev-java/tomcat-servlet-api/Manifest b/dev-java/tomcat-servlet-api/Manifest index 2b94a1a06523..2eb2eced1040 100644 --- a/dev-java/tomcat-servlet-api/Manifest +++ b/dev-java/tomcat-servlet-api/Manifest @@ -3,16 +3,9 @@ DIST apache-tomcat-5.5.27-src.tar.gz 7382057 SHA256 90bc8abcddda604e855c37035653 DIST apache-tomcat-5.5.34-src.tar.gz 3720299 SHA256 a52e7f2abf0fbdd9665ca398d2b39f99b80683b0ee43c72751390e88dcd6114d SHA512 4c8616f839a3c413ffef45b7b6876f123cbda37f4029db96ac1c8f259a75f0d65cdb5709468d89e731e5436b011dac4ee3e9dc397adfc9ad4d0b1bc462c8e519 WHIRLPOOL 25e987b58af5535914b666a5bb8691146d68b2287796ba25b8a5f792df08f55901a7ea3f419602207f7a8168302b080592bde5f4aeb67b58f40e5da00b8049ad DIST apache-tomcat-6.0.44-src.tar.gz 3447711 SHA256 c6f01526d58f2ba7b9da496e959d9e68cc49183006077704ab91c36ebebf5a4a SHA512 0d6a1539b28fa8ca3442557889d7d21cc523b18136f6998820ba13f41420536aba65ce78bac526002ee1dd86df3cbc80d9f043a3f765d7cf0b79e58e516030be WHIRLPOOL c65e704466191a0f98ec777e95dda889599ff6a545e7c013fd04bc0b72e0d0edf4491415f243d6a4de60cf76abe5c13ffbcc6d98f78b51490f7b7b43b24ecb97 DIST apache-tomcat-7.0.59-src.tar.gz 4687344 SHA256 3a1dedda4019db87464fca3aeb4e800a538f0baee96d8b14c9d64967b0d2ea44 SHA512 acc322eee1446dd1bff72910ae9f40a62f88332ee69d6057b3c684e2abf8f28e6df6ab9505900f0b0cf7a5e2e0e80e64b0a790b3b78594ce595ce897706b4bcb WHIRLPOOL 4948964c1746e6ee912ac72c901ba271793610f402bf082455d104e2e8d6dbfa0bf5371d42d48d8ad7c826271fa60d989119a01e700497099022d0cf3564fdff -DIST apache-tomcat-7.0.63-src.tar.gz 4577737 SHA256 443aa92f2668906fb24cc43ba952068240f445df637a6e5da8d4661527536657 SHA512 677b28aa0131d309aed83afc73a778c16fd27a187e971ea6929b9b6b65268caa2a67cc468b15565a7d5944a60e8528cc26c82437b476ebc41ff9556367349d8a WHIRLPOOL a208ac63ed6f7ce7ac23674d8bb20d523b3fb5d10dfb46d292004f9b296986c4cab690f0252ad53bb4c625c3f58e04b9ddcda5a580fdafea20118b93f544760c -DIST apache-tomcat-7.0.64-src.tar.gz 4592198 SHA256 d805dec3b387a244c4285ce1f9fc5028bb836716db52f1b1b5036a97dd9ec4dc SHA512 180479b0f5b5604597f850676235fab1f3e63051b503cfa3b4da1e6820505dece73f502249b6e032cfaaad18c9e2d4c057c9854ae5cbf088b214b51e0687ed8c WHIRLPOOL a461d7deae890227052bd83ac97c698821b1f6d6ff97c179b124de9b1b7ccdf1498651a391a03008b840fac730c080682f207db4d44e76d15dba63b266ddee51 DIST apache-tomcat-7.0.65-src.tar.gz 4600718 SHA256 38c266a21ff27560ba4c213dd64628a1ed35b22289d37b5d7f250010e963cc39 SHA512 6eb420a3067783a6ffee781c834dc363d6638d6e79182886594249a0ef810b2ab721f2a44f84b4ea90372a7e2e5171caf49697945d359e9c877a2db640fc3da2 WHIRLPOOL db678b899455ef977d893eec01ba50687c7563646321dbe511be6c55f03859a08778e4f6da14021a9ed051c1f3573edf9d0de527383aaf4ee6114f3a027b281d DIST apache-tomcat-7.0.67-src.tar.gz 4624303 SHA256 0464ebbeec17fb15103cad9f6639edc826f4eca246dd58a5cb1c5d46aff58e0a SHA512 dd299cab7a172860f51bae19e3490432af874b94825de289095647026a91b27cb3544ba85ab1f786bf4696dc59475ca85d051841ebaa221e3b46079e139a6e52 WHIRLPOOL ae7ec13ffd3bd0964496060413924854c5b956dc88b8d0f1de4ac094e8fb5595ccfc7c2eaa7051f082c575253ed9fdadc8833f494281770f8f72b8c64d9b9593 -DIST apache-tomcat-8.0.23-src.tar.gz 4868650 SHA256 6293713e78da9bb803060c8ddff982f8f7aef5a2e4b325340088493ce9957ba4 SHA512 cc83194b2847fc2db5448d548c7e65a1198cda02726b070f913a762d324152315886fba09532b879e26d15ec57e04057cc30b3a686b2a2307d6447d17f84e16c WHIRLPOOL b0559a4ef1b4c1f0683e4cce976d31db175d3c4f4d2b809b127e1074d49a6bf764366cc3e91f9a0818afd6de35e662a7aab89866dfd2e61673327c50535bff88 -DIST apache-tomcat-8.0.24-src.tar.gz 4888751 SHA256 184b0d8bda512204a2e565f9175a13f9772a9d13185e1aa228394b45c641474c SHA512 af5619a63db3d1f6d39eb0290c83a38272c31803ee39a40aebfba5f7a0cf67d830ffcbebe518aff8de4a1f8eb44021975d7e43d45b4bd9804e8ca9cfbfc4904a WHIRLPOOL 4d37f4d1fe3ee138252813bd4a65025d0ccceea8aec57aa0c9474ad4902f85938627277f6e4ece30793326c31d7790b0ca0b8d99d7b21857519d7c22c28794e8 -DIST apache-tomcat-8.0.26-src.tar.gz 4904717 SHA256 3725621a73501a6e09438f177acfab7ce11fabeb2b0380a909273410f3b50b3b SHA512 70ef253889916bcca309a8f80675c4c588fef1cc5dc0360c45347107fb56fd546a334ca01e1109775410f7642acf6c75d9887f9403ad4c1d0e30f041f9ce34fb WHIRLPOOL 3c29a5418dfefc12157d8656dfa15a2937668f52d18c21f6dd4a278d2bc4c84d5b6d542daf6244040eabeab57cb759a510b7b1d0e41440a2d9ad62586723dafc -DIST apache-tomcat-8.0.27-src.tar.gz 4911212 SHA256 149b203c55c08d3ef1e823e8f0f771362bee75ea95db693757e53ddc9fba8fae SHA512 dfb504b37bf991c03b58b50af833d2d84d3f36a1eb5c4290a0eb8abee92811e78798ea69ba21ed72e82abbf8e27f9c2e74fe5989a31e49ee8cecb8530ce3c93a WHIRLPOOL 5dbb965aacbe5c178a4d2dcdf9719821498b3694fd909fe276d8dad7fb96b8c402fcf8d21b6e9b125b55d1c39408cbcb2ce85789c0eb3204d1d9aae5ea1cde3d DIST apache-tomcat-8.0.28-src.tar.gz 4913153 SHA256 441a0a0459b6c2dacab3bcf68a9e512b4bb62f7251a27bd15b909ee31b659367 SHA512 60f9a9f643595cdc87598169b8b66cc1e445445a530cad88d2957e90ca99e7c77be9d3576c7fa3a0e7051166f2a960a1c3bf4103f902d1da122825d41e1154c7 WHIRLPOOL 5867ec0c128fe5247c7b874baf05fba9fc9a5663e1c16ecd60bc6ae1e3c411a43f4d8784db5c915fe6c54bc2ec728a01773708738aede30e5abaf1f77072cdcb -DIST apache-tomcat-8.0.29-src.tar.gz 4933339 SHA256 5cb87ae9afd145d68906e93b825a6a41303d7975bafe3d57530e9a8ec01c7c80 SHA512 279c971529f0e7513885a0a201753bc94b1ed7a4f035cb33943bf6ae769102630b94144c65236e8b42c666ded7cc843db54c155e8b5cd1ae175b6385d9c2789b WHIRLPOOL 8cfb5402b877be4bd4306cf5d14cf76302b1904e3530de108f262f9bb3de6f1377882fb5a1406e4b2ffc5c239c541f64df55fc98945157edafbd14586deb26bd DIST apache-tomcat-8.0.30-src.tar.gz 4939771 SHA256 0f79b74f303cce809ea63a85586efb5d4bb67ea53622f1b44ecffff0f1aa9cf6 SHA512 cc1546292e6b674e251bf5c92b2f63f9fe96f979753a74991dd6e851f7da44743415c3bfc06525071b89faa35c90abb4129cb76dffdc75945a2ea94c3bb92110 WHIRLPOOL a20d1f1e6a290d174e5f7181655d555a5b39296e4c059fcd4833709e0ee635d9c02cf319be29aef9b5442db0283c8590c6d062d5f6eae09136ccb77c4610a5fc DIST apache-tomcat-9.0.0.M1-src.tar.gz 4984318 SHA256 62fb16ed9743916b643a7b406c4b98b8b9b2df15504e9a66d4a609f6d539b34c SHA512 f47a018e30a0ceb382187de2fef443ea1ef9d6e319ef4f3a027824b7e95fb4b5e9d73531f03357b2a89c5f3baf568ac4cfde83969f9603299dd0cf742c4f6efa WHIRLPOOL ab796c7484fd2c1d5060998910e1bd1cfb4f478b6740d9d105255b1e1b36fc9118048d0089a873699b978be91adbe7e024afcb3a4fc2d5121b17089998cb9210 DIST jakarta-servletapi-src.tar.gz 65342 SHA256 404e2c55423c609122921a91e03f2b67d371fedc0af8996e005862d83d626697 SHA512 7dad5a52ab6bfca4b052d60a48fc89ce22a5eb790584671f24d8d22b163f2dffe93bea58caebc6b4ecb0bd8434a074c88f640aa57daa1cefbf47d74df758c084 WHIRLPOOL beb0e14920a8623d276c8823e6291aacb4b4d5d0539f5de431ce6f94582df9b260d4e04e0d0b650c59f7ca168f4af9352fffbfc0506b2530464a3bcdcf6ac0d1 diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-6.0.44-r1.ebuild b/dev-java/tomcat-servlet-api/tomcat-servlet-api-6.0.44-r1.ebuild index d54ca242c881..2c0f12781f28 100644 --- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-6.0.44-r1.ebuild +++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-6.0.44-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://apache/tomcat/tomcat-6/v${PV}/src/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="2.5" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris" IUSE="" DEPEND=">=virtual/jdk-1.6" diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.63.ebuild b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.63.ebuild deleted file mode 100644 index ce3c9b44216e..000000000000 --- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.63.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -JAVA_PKG_IUSE="source" - -inherit eutils java-pkg-2 java-ant-2 - -MY_A="apache-${P}-src" -MY_P="${MY_A/-servlet-api/}" -DESCRIPTION="Tomcat's Servlet API 3.0/JSP API 2.2 implementation" -HOMEPAGE="http://tomcat.apache.org/" -SRC_URI="mirror://apache/tomcat/tomcat-7/v${PV}/src/${MY_P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="3.0" -KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND=">=virtual/jdk-1.6" -RDEPEND=">=virtual/jre-1.6" - -S="${WORKDIR}/${MY_P}/" - -java_prepare() { - cp "${FILESDIR}/${SLOT}-build.xml" build.xml || die "Could not replace build.xml" - rm -fR */*/build.xml ||die - find "${S}" '(' -name '*.class' -o -name '*.jar' ')' -exec rm -frv {} + || die -} - -src_install() { - java-pkg_dojar "${S}"/output/build/lib/*.jar - use source && java-pkg_dosrc java/javax/servlet/ -} diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.64.ebuild b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.64.ebuild deleted file mode 100644 index 72b092ba0650..000000000000 --- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.64.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -JAVA_PKG_IUSE="source" - -inherit eutils java-pkg-2 java-ant-2 - -MY_A="apache-${P}-src" -MY_P="${MY_A/-servlet-api/}" -DESCRIPTION="Tomcat's Servlet API 3.0/JSP API 2.2 implementation" -HOMEPAGE="http://tomcat.apache.org/" -SRC_URI="mirror://apache/tomcat/tomcat-7/v${PV}/src/${MY_P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="3.0" -KEYWORDS="amd64 ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND=">=virtual/jdk-1.6" -RDEPEND=">=virtual/jre-1.6" - -S="${WORKDIR}/${MY_P}/" - -java_prepare() { - cp "${FILESDIR}/${SLOT}-build.xml" build.xml || die "Could not replace build.xml" - rm -fR */*/build.xml ||die - find "${S}" '(' -name '*.class' -o -name '*.jar' ')' -exec rm -frv {} + || die -} - -src_install() { - java-pkg_dojar "${S}"/output/build/lib/*.jar - use source && java-pkg_dosrc java/javax/servlet/ -} diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.67.ebuild b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.67.ebuild index 4d6ba5488c50..53b7d9bddd69 100644 --- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.67.ebuild +++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.67.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://apache/tomcat/tomcat-7/v${PV}/src/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="3.0" -KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" IUSE="" DEPEND=">=virtual/jdk-1.6" diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.23.ebuild b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.23.ebuild deleted file mode 100644 index e980d1e5e5cc..000000000000 --- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.23.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" -JAVA_PKG_IUSE="source" - -inherit eutils java-pkg-2 java-ant-2 - -MY_A="apache-${P}-src" -MY_P="${MY_A/-servlet-api/}" -DESCRIPTION="Tomcat's Servlet API 3.1/JSP API 2.3 implementation" -HOMEPAGE="http://tomcat.apache.org/" -SRC_URI="mirror://apache/tomcat/tomcat-8/v${PV}/src/${MY_P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="3.1" -KEYWORDS="amd64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND=">=virtual/jdk-1.7" -RDEPEND=">=virtual/jre-1.7" - -S="${WORKDIR}/${MY_P}/" - -java_prepare() { - cp "${FILESDIR}/${SLOT}-build.xml" build.xml || die "Could not replace build.xml" - rm -fR */*/build.xml - einfo "Removing bundled jars and classes" - find "${S}" '(' -name '*.class' -o -name '*.jar' ')' -exec rm -frv {} + -} - -src_install() { - java-pkg_dojar "${S}"/output/build/lib/*.jar - use source && java-pkg_dosrc java/javax/servlet/ -} diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.24.ebuild b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.24.ebuild deleted file mode 100644 index 1c1c74f6bb49..000000000000 --- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.24.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" -JAVA_PKG_IUSE="source" - -inherit eutils java-pkg-2 java-ant-2 - -MY_A="apache-${P}-src" -MY_P="${MY_A/-servlet-api/}" -DESCRIPTION="Tomcat's Servlet API 3.1/JSP API 2.3 implementation" -HOMEPAGE="http://tomcat.apache.org/" -SRC_URI="mirror://apache/tomcat/tomcat-8/v${PV}/src/${MY_P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="3.1" -KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND=">=virtual/jdk-1.7" -RDEPEND=">=virtual/jre-1.7" - -S="${WORKDIR}/${MY_P}/" - -java_prepare() { - cp "${FILESDIR}/${SLOT}-build.xml" build.xml || die "Could not replace build.xml" - rm -fR */*/build.xml - einfo "Removing bundled jars and classes" - find "${S}" '(' -name '*.class' -o -name '*.jar' ')' -exec rm -frv {} + -} - -src_install() { - java-pkg_dojar "${S}"/output/build/lib/*.jar - use source && java-pkg_dosrc java/javax/servlet/ -} diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.26.ebuild b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.26.ebuild deleted file mode 100644 index e980d1e5e5cc..000000000000 --- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.26.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" -JAVA_PKG_IUSE="source" - -inherit eutils java-pkg-2 java-ant-2 - -MY_A="apache-${P}-src" -MY_P="${MY_A/-servlet-api/}" -DESCRIPTION="Tomcat's Servlet API 3.1/JSP API 2.3 implementation" -HOMEPAGE="http://tomcat.apache.org/" -SRC_URI="mirror://apache/tomcat/tomcat-8/v${PV}/src/${MY_P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="3.1" -KEYWORDS="amd64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND=">=virtual/jdk-1.7" -RDEPEND=">=virtual/jre-1.7" - -S="${WORKDIR}/${MY_P}/" - -java_prepare() { - cp "${FILESDIR}/${SLOT}-build.xml" build.xml || die "Could not replace build.xml" - rm -fR */*/build.xml - einfo "Removing bundled jars and classes" - find "${S}" '(' -name '*.class' -o -name '*.jar' ')' -exec rm -frv {} + -} - -src_install() { - java-pkg_dojar "${S}"/output/build/lib/*.jar - use source && java-pkg_dosrc java/javax/servlet/ -} diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.27.ebuild b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.27.ebuild deleted file mode 100644 index 1c1c74f6bb49..000000000000 --- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.27.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" -JAVA_PKG_IUSE="source" - -inherit eutils java-pkg-2 java-ant-2 - -MY_A="apache-${P}-src" -MY_P="${MY_A/-servlet-api/}" -DESCRIPTION="Tomcat's Servlet API 3.1/JSP API 2.3 implementation" -HOMEPAGE="http://tomcat.apache.org/" -SRC_URI="mirror://apache/tomcat/tomcat-8/v${PV}/src/${MY_P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="3.1" -KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND=">=virtual/jdk-1.7" -RDEPEND=">=virtual/jre-1.7" - -S="${WORKDIR}/${MY_P}/" - -java_prepare() { - cp "${FILESDIR}/${SLOT}-build.xml" build.xml || die "Could not replace build.xml" - rm -fR */*/build.xml - einfo "Removing bundled jars and classes" - find "${S}" '(' -name '*.class' -o -name '*.jar' ')' -exec rm -frv {} + -} - -src_install() { - java-pkg_dojar "${S}"/output/build/lib/*.jar - use source && java-pkg_dosrc java/javax/servlet/ -} diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.29.ebuild b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.29.ebuild deleted file mode 100644 index 1c1c74f6bb49..000000000000 --- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.29.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" -JAVA_PKG_IUSE="source" - -inherit eutils java-pkg-2 java-ant-2 - -MY_A="apache-${P}-src" -MY_P="${MY_A/-servlet-api/}" -DESCRIPTION="Tomcat's Servlet API 3.1/JSP API 2.3 implementation" -HOMEPAGE="http://tomcat.apache.org/" -SRC_URI="mirror://apache/tomcat/tomcat-8/v${PV}/src/${MY_P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="3.1" -KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND=">=virtual/jdk-1.7" -RDEPEND=">=virtual/jre-1.7" - -S="${WORKDIR}/${MY_P}/" - -java_prepare() { - cp "${FILESDIR}/${SLOT}-build.xml" build.xml || die "Could not replace build.xml" - rm -fR */*/build.xml - einfo "Removing bundled jars and classes" - find "${S}" '(' -name '*.class' -o -name '*.jar' ')' -exec rm -frv {} + -} - -src_install() { - java-pkg_dojar "${S}"/output/build/lib/*.jar - use source && java-pkg_dosrc java/javax/servlet/ -} diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.30.ebuild b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.30.ebuild index 1c1c74f6bb49..e980d1e5e5cc 100644 --- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.30.ebuild +++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.30.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://apache/tomcat/tomcat-8/v${PV}/src/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="3.1" -KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" IUSE="" DEPEND=">=virtual/jdk-1.7" diff --git a/dev-libs/dbus-c++/dbus-c++-0.9.0-r2.ebuild b/dev-libs/dbus-c++/dbus-c++-0.9.0-r2.ebuild index eddd15187029..8ada821370a4 100644 --- a/dev-libs/dbus-c++/dbus-c++-0.9.0-r2.ebuild +++ b/dev-libs/dbus-c++/dbus-c++-0.9.0-r2.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$ @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="doc ecore glib static-libs test" RDEPEND="sys-apps/dbus[${MULTILIB_USEDEP}] - ecore? ( dev-libs/ecore ) + ecore? ( dev-libs/efl ) glib? ( dev-libs/glib:2[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) diff --git a/dev-libs/isl/Manifest b/dev-libs/isl/Manifest index 75f37cae79a2..cb6a59df7e04 100644 --- a/dev-libs/isl/Manifest +++ b/dev-libs/isl/Manifest @@ -4,3 +4,4 @@ DIST isl-0.13.tar.bz2 1351299 SHA256 7265fd897b7f9147fde76560f28ed18f2c20e5f5da7 DIST isl-0.14.1.tar.xz 1248204 SHA256 8882c9e36549fc757efa267706a9af733bb8d7fe3905cbfde43e17a89eea4675 SHA512 ccae0464771db50c498fd1f9f1006c9bc183fd77a0716507daeb5da6d435fdcffffa0942efc4589464f205615f9e46242a066f61790c40206be02f6cf8506635 WHIRLPOOL e9c59808a84bd0b769698f129c0fdaf427d004afd6ee979c89f7d6bc7ce6d77f14f5389f2d0718fea6202a29d6da77a60357456117c4696735b14e6369f35985 DIST isl-0.14.tar.xz 1247052 SHA256 b1044f02819da0708fc7071fa2a558ce5d3c29d6676c8cb113caaedd5903ff03 SHA512 cf43868d466d6ff08c5e15345d222ad153e8c4e86831f9854df716eb914c6c15f4c44b73aa6e0b16eb556d1a4d3c26af6f71e85421bf464cbbd053d5f3c515ee WHIRLPOOL 4fdaa2c05b647f0830afbc3385e5359285b3fa86afa4a117b76e6ced03772d3abe57466e9cbdfe0cf96f05ab8bcbfb4737a6921aeb72fb1bd213374bdb6a2ac3 DIST isl-0.15.tar.xz 1406988 SHA256 104a608839771d809558f5fd7533ca1a3b8ee5a667c5dcd9dc3499bf0a1522d5 SHA512 5e72816da133714fb752ddd10fbe9e8f18deef496445672c0a77429679e50f1def22e05e5ebe9acb5534fc8939a6e6a452ffa3607d479671864a76b6789bdab4 WHIRLPOOL 79d763a423a95544f9b8bd6caef9e23341d8c1bab5ae3711a59ce9cc28f7f3923adb20894601ccd91c0093dbe3c656951b8246b8e947ad5ed32d1beefcde1519 +DIST isl-0.16.1.tar.xz 1449164 SHA256 45292f30b3cb8b9c03009804024df72a79e9b5ab89e41c94752d6ea58a1e4b02 SHA512 6faff2fe07267ba05c156158c36c25aa9beec6058f949b7bb9b8f042c5d01b7a3a17a6117c2c2a13ad6180308c8d03cfd469b237abf85290411599dde614788f WHIRLPOOL 1f3edf59bc6be956863eae436e62fb6adcc8cbe51e683b72cc986e9d5d30c6fb1c9cdea510652b78b6c448abf522edb1773dfd9cda6792012fcad9ac20fc5609 diff --git a/dev-libs/isl/isl-0.16.1.ebuild b/dev-libs/isl/isl-0.16.1.ebuild new file mode 100644 index 000000000000..2a72ff659c4b --- /dev/null +++ b/dev-libs/isl/isl-0.16.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit eutils multilib-minimal + +DESCRIPTION="A library for manipulating integer points bounded by linear constraints" +HOMEPAGE="http://isl.gforge.inria.fr/" +SRC_URI="http://isl.gforge.inria.fr/${P}.tar.xz" + +LICENSE="LGPL-2.1" +SLOT="0/15" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="static-libs" + +RDEPEND=">=dev-libs/gmp-5.1.3-r1[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND} + app-arch/xz-utils + virtual/pkgconfig" + +DOCS=( ChangeLog AUTHORS doc/manual.pdf ) + +src_prepare() { + epatch "${FILESDIR}"/${PN}-0.07-gdb-autoload-dir.patch + + # m4/ax_create_pkgconfig_info.m4 is broken but avoid eautoreconf + # https://groups.google.com/group/isl-development/t/37ad876557e50f2c + sed -i -e '/Libs:/s:@LDFLAGS@ ::' configure || die #382737 +} + +multilib_src_configure() { + ECONF_SOURCE="${S}" econf $(use_enable static-libs static) +} + +multilib_src_install_all() { + einstalldocs + prune_libtool_files +} diff --git a/dev-perl/Font-TTF/Font-TTF-0.480.0-r1.ebuild b/dev-perl/Font-TTF/Font-TTF-0.480.0-r1.ebuild deleted file mode 100644 index 537551d8cee5..000000000000 --- a/dev-perl/Font-TTF/Font-TTF-0.480.0-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MODULE_AUTHOR=MHOSKEN -MODULE_VERSION=0.48 -inherit perl-module - -DESCRIPTION="module for compiling and altering fonts" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="" - -RDEPEND="virtual/perl-IO-Compress - dev-perl/XML-Parser" -DEPEND="${RDEPEND}" - -SRC_TEST="do" diff --git a/dev-perl/Font-TTF/Manifest b/dev-perl/Font-TTF/Manifest index 773ea932a427..4db9f7be9666 100644 --- a/dev-perl/Font-TTF/Manifest +++ b/dev-perl/Font-TTF/Manifest @@ -1,2 +1 @@ -DIST Font-TTF-0.48.tar.gz 201426 SHA256 f924dec242312dfbe2740b8f6f03c491b007c3494b9e3c8d2f432a18d13e1f52 SHA512 3458472a2985d14e07820d911fb1bf5ef6f9deac9d6ba8da3ea6f3576fb5df37487a7ca8c378cff2d97a7b0dd79655173a404b718ca7a089e9dc0c9be28e9157 WHIRLPOOL f4828e404e9a5e761af25fb99c369b76af410d1d6fa696b0a668bd4fe7ba7108af7d3b316b0782fde96b0c1c2f2207000fb8ec797fc9dedb8920d3b600a68afd DIST Font-TTF-1.02.tar.gz 220317 SHA256 ddf4d38d21d8aa865379867a64c34b88d347545bd1f3a526f1da8ec7a93199fa SHA512 0115330def2df1489826631af2b93675f8496b2cf24891666fe5a6578a9374f2f889bf01aa8a95620fd4475987e1f60a76f6eb05fda6d899a72edb7772ce1d9a WHIRLPOOL 16a720db81087e7a3323240a709ba6b095aad9f80b098103f2d443dbc7b3428924883d5bc1180abdc2e494e6f7005733c400f1e68d1ae8475b0de990431d9a9c diff --git a/dev-perl/GD/GD-2.500.0-r1.ebuild b/dev-perl/GD/GD-2.500.0-r1.ebuild deleted file mode 100644 index 72490cf30951..000000000000 --- a/dev-perl/GD/GD-2.500.0-r1.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=5 - -MODULE_AUTHOR=LDS -MODULE_VERSION=2.50 -inherit perl-module - -DESCRIPTION="interface to Thomas Boutell's gd library" - -LICENSE="|| ( Artistic-2 GPL-1 GPL-2 GPL-3 )" # Artistic-2 or GPL1+ -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="animgif gif jpeg png truetype xpm" - -RDEPEND=">=media-libs/gd-2.0.33 - png? ( - media-libs/gd[png] - media-libs/libpng - sys-libs/zlib - ) - jpeg? ( - media-libs/gd[jpeg] - virtual/jpeg - ) - truetype? ( - media-libs/gd[truetype] - media-libs/freetype:2 - ) - xpm? ( - media-libs/gd[xpm] - x11-libs/libXpm - ) - gif? ( media-libs/giflib )" -DEPEND="${RDEPEND} - dev-perl/Module-Build -" - -SRC_TEST=do - -src_prepare(){ - perl-module_src_prepare - sed -i "s/use Getopt::Long;/use Getopt::Long qw(:config pass_through);/" \ - "${S}"/Makefile.PL || die -} - -src_configure() { - local myconf - use gif && use animgif && myconf+=",ANIMGIF" - use jpeg && myconf+=",JPEG" - use truetype && myconf+=",FREETYPE" - use png && myconf+=",PNG" - use xpm && myconf+=",XPM" - use gif && myconf+=",GIF" - myconf="-options '${myconf:1}'" - perl-module_src_configure -} - -src_test() { - if use png || use jpeg || use gif ; then - if has_version ">=media-libs/jpeg-7" || \ - has_version "media-libs/libjpeg-turbo" ; then - # https://rt.cpan.org/Public/Bug/Display.html?id=49053 - ewarn "Tests fail with >=media-libs/jpeg-7 or media-libs/libjpeg-turbo. Skipping tests..." - return - fi - perl-module_src_test - else - ewarn "The test fails if neither of png, jpeg, gif is in USE!" - ewarn "Skipping tests..." - fi -} -mydoc="GD.html" diff --git a/dev-perl/GD/GD-2.560.0.ebuild b/dev-perl/GD/GD-2.560.0-r1.ebuild similarity index 74% rename from dev-perl/GD/GD-2.560.0.ebuild rename to dev-perl/GD/GD-2.560.0-r1.ebuild index f412f884c8b8..9366bb032eaa 100644 --- a/dev-perl/GD/GD-2.560.0.ebuild +++ b/dev-perl/GD/GD-2.560.0-r1.ebuild @@ -45,6 +45,10 @@ PREFER_BUILDPL="no" src_prepare(){ perl-module_src_prepare + + # bug 572000 + ln -s "${S}"/lib/GD.xs "${S}"/GD.xs + sed -i "s/use Getopt::Long;/use Getopt::Long qw(:config pass_through);/" \ "${S}"/Makefile.PL || die } @@ -61,18 +65,4 @@ src_configure() { perl-module_src_configure } -src_test() { - if use png || use jpeg || use gif ; then - if has_version ">=media-libs/jpeg-7" || \ - has_version "media-libs/libjpeg-turbo" ; then - # https://rt.cpan.org/Public/Bug/Display.html?id=49053 - ewarn "Tests fail with >=media-libs/jpeg-7 or media-libs/libjpeg-turbo. Skipping tests..." - return - fi - perl-module_src_test - else - ewarn "The test fails if neither of png, jpeg, gif is in USE!" - ewarn "Skipping tests..." - fi -} mydoc="GD.html" diff --git a/dev-perl/GD/Manifest b/dev-perl/GD/Manifest index 66d23e78ecaf..9ca91ce070e1 100644 --- a/dev-perl/GD/Manifest +++ b/dev-perl/GD/Manifest @@ -1,3 +1,2 @@ DIST GD-2.46.tar.gz 260989 SHA256 0de778c8ea63bb3eb0d99d0ef090464ef594107addfa71750fd3a88216081735 SHA512 804f7c7b7d6ba517a18be13d9d51d382e3770b965512a337281335a2f9985320e194e57dcd82b94b690f9438249a5cc9830bff4cdb0c2aad0c99153ad3d92e34 WHIRLPOOL 035d8b3486ea44b991912f42a6eb9228a76619fca2da6b15ea3221eead5aa30205ae5ca156aeff674a5564c5f9181b516499e2462771e5cd3953adc1d8e0ac70 -DIST GD-2.50.tar.gz 262887 SHA256 6d5392d067a48dd66d67e65b1bfab7a8e6e149490eabfa09f70b99223ea0a8e2 SHA512 d32074d6d988ab8b1dd0283bdec2baf3dfc61141d8c23f300592990fd3b42ce98b545dc3339f7df582750231023b02c98fe0271de37f05e5b64ad2d4da00b096 WHIRLPOOL 63d41e8df861967f13f42964eff6481a053630613a9bbe2d4365913b68f61eeefc220469556063e985fddb7d6c680af7321cef97717e15ab3ea55db87723e25d DIST GD-2.56.tar.gz 273441 SHA256 1f103d1c98de8621504642ed7fb79f1b40f5f6a63c2abe9390a8ab78617248f9 SHA512 51c4b46b199625a12ae1ad1003cafe4e66913d1e0c0b51d9bccbc7c14a86dfe29144caefbeca2927a66a44d4ba8b134550ee4a63eb86aceaa13513c46a4e71f4 WHIRLPOOL 5c59b6361bdfbbe5294739bf49f398d9483994353422b3839c068b651bf91195027c8d44bf348fd135674479ad333c77949ec28526c985e3dab12efc554585f7 diff --git a/dev-perl/GDGraph/GDGraph-1.510.0.ebuild b/dev-perl/GDGraph/GDGraph-1.510.0.ebuild new file mode 100644 index 000000000000..58130b1f8ee8 --- /dev/null +++ b/dev-perl/GDGraph/GDGraph-1.510.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=RUZ +DIST_VERSION=1.51 +inherit perl-module + +DESCRIPTION="Perl5 module to create charts using the GD module" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris" +IUSE="test" + +RDEPEND=" + >=dev-perl/GD-1.180.0 + >=dev-perl/GDTextUtil-0.800.0 + media-libs/gd +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.640.0 + test? ( + >=dev-perl/Capture-Tiny-0.300.0 + >=dev-perl/Test-Exception-0.400.0 + >=virtual/perl-Test-Simple-0.880.0 + ) +" diff --git a/dev-perl/GDGraph/Manifest b/dev-perl/GDGraph/Manifest index 50cd01547bf7..524938f914c3 100644 --- a/dev-perl/GDGraph/Manifest +++ b/dev-perl/GDGraph/Manifest @@ -1,2 +1,3 @@ DIST GDGraph-1.48.tar.gz 156383 SHA256 4324a104557edaf8925a20f24326af89c08e419989fbaa7380f0c9731bc2ac6c SHA512 1b72b0f647dbf79a358fdf49d10f5a016a075bbf257116f120af1874efc5615917d164d95d6125c7534e3fb14050127acbd5c2fb9f5bb745997e9401c7822040 WHIRLPOOL 47a6af3d33e9a9f5dca0226d1dbcb9f6b766b85755350040adac25fd29ea8f9a074f0368128fe375e25a96b427f7fa6caa10b0f160b4d90f5c3b110a082d865f DIST GDGraph-1.49.tar.gz 155643 SHA256 d26538c827e35c1d4b27f3c045b60f1ab6b45401c54a87e86103cd7c2374cff5 SHA512 720cc51dda41963be087bb39418642f75dade1bbab54cd4d788c18c9328f3fbd6a5c0f73027bb0be64d44cd94b0c5f2d67c48d4b0c3c34736ac8f7bc8cba95ab WHIRLPOOL 34aa2f5af03d8ce794863a7c9bbae3ad5a14a13cf85b5ecf67a4ee7ba44cfdb7036ad88b69d286198f5b3c99d75b30298321f1015d3bebd5ef545109c55bd739 +DIST GDGraph-1.51.tar.gz 156175 SHA256 0543f9549de28de05f0b40d1864cfa1f829577fad75063c45bf867d202d56123 SHA512 c9cafdc90905fea8689cac32d0429ae987a933ae090de9894c9f70668db5c636e9363e76a656898df667dd0b0b4f593a64f3327f0b8a9738f74cd2cd937005e0 WHIRLPOOL 717e90936dbe16beeff23dc85827c72a3ab32f7c2fb14f348f06bf7c30406d2c18cbb793c8103bfe1a8f2a5605201bac42b699795f7cdc84bdba2698fec24145 diff --git a/dev-python/pygments/Manifest b/dev-python/pygments/Manifest index 35a8030e589c..867492ff122e 100644 --- a/dev-python/pygments/Manifest +++ b/dev-python/pygments/Manifest @@ -1 +1,2 @@ DIST Pygments-2.0.2.tar.gz 3462280 SHA256 7320919084e6dac8f4540638a46447a3bd730fca172afc17d2c03eed22cf4f51 SHA512 b58e2cc535ba3f1fda7cb147e12af128bc2755de56cf465f8f1d642730eaef50c06551cc4cc44f25f726b00f3f1c9c2078977233b11c0b6a7e1add6a4069c27e WHIRLPOOL 4c98134f27dd29c89e4d6157284bdeecaa81c53d823e089292be21a6c418ba4ccfd458ced50326d5a356a7b6cb761a1990440096f5f3d820f776bb19fc0da09d +DIST Pygments-2.1.tar.gz 2078224 SHA256 13a0ef5fafd7b16cf995bc28fe7aab0780dab1b2fda0fc89e033709af8b8a47b SHA512 4103a636a23d4a7f26c1eb98dc0d2386be17031715ceabb0f1dafb78f2635d8a7f2fe02ff7659c63fbc5c778dff9053c8ef2d916bbbab53841e2b0fafe64c213 WHIRLPOOL 81c5c5d110d2813acc12b7fb1800560189a37b51a2720dae2c9b612ec7c694fa381953491eab336a92ebf290fec505bea850fc0a8288f4b0964cfab0134dae8b diff --git a/dev-python/pygments/pygments-2.1.ebuild b/dev-python/pygments/pygments-2.1.ebuild new file mode 100644 index 000000000000..4e0af7e7ee05 --- /dev/null +++ b/dev-python/pygments/pygments-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=5 + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) + +inherit distutils-r1 bash-completion-r1 vcs-snapshot + +MY_PN="Pygments" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Pygments is a syntax highlighting package written in Python" +HOMEPAGE="http://pygments.org/ https://pypi.python.org/pypi/Pygments" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="doc test" + +RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) + test? ( + dev-python/nose[${PYTHON_USEDEP}] + virtual/ttf-fonts )" +# dev-texlive/texlive-latexrecommended +# Removing / commenting out this dep. I can find no mention of it in tests other than +# importing pygment's own tex module. If it's there and I missed it just uncomment and re-add +# Tests pass without it + +S="${WORKDIR}/${MY_P}" + +python_compile_all() { + use doc && emake -C doc html +} + +python_test() { + cp -r -l tests "${BUILD_DIR}"/ || die + # With pypy3 there is 1 error out of 1556 tests when run as is and + # (SKIP=8, errors=1, failures=1) when run with 2to3; meh + nosetests -w "${BUILD_DIR}"/tests || die "Tests fail with ${EPYTHON}" +} + +python_install_all() { + use doc && local HTML_DOCS=( doc/_build/html/. ) + + distutils-r1_python_install_all + newbashcomp external/pygments.bashcomp pygmentize +} diff --git a/dev-python/pymongo/Manifest b/dev-python/pymongo/Manifest index 92d8ecadb2ea..bc875d3552e3 100644 --- a/dev-python/pymongo/Manifest +++ b/dev-python/pymongo/Manifest @@ -4,3 +4,4 @@ DIST pymongo-2.8.1.tar.gz 399521 SHA256 300ea5762d059c07d1bb2578f35bd0e55bc31753 DIST pymongo-2.9.tar.gz 430741 SHA256 90e994cfe5928841960dabdca709e75ab4d0f44b288fd59742113982d96290c4 SHA512 c12701797643b41503829b6c7e573cfff7d8c63c56d9eb195f1a67dc3204cd7ed2a28ee2bd2ce34d0c68bade3f44c8bd5c069b15082bf3388c3a401a35424b1e WHIRLPOOL 699a7f658734837f40fe4190251f8e8bb69dba80bbc6dba60207bb18d5dfb43ec5d1c6aca8810b45e7914705305416d0f76face88fd0c43aa20c6d0765eff01c DIST pymongo-3.0.3.tar.gz 419692 SHA256 3c6b2317f8031bc1e200fd1ea35f00a96f4569e3f3f220a5e66ab6227d96ccaf SHA512 7a20fdcae5b3f852bded19c95b36ef6a8141bce0179440a2c5966cbb9f18f3985b7b6b4584c5253c34d0f846d809d72ec0ae076c88472a3de6f090466e9132b4 WHIRLPOOL ae610909b610c7d116dd3aa7c04ab9ce357b25208b07c025924c53bb36183a6d344ecff214def6a01b929dc50d698464c8dd33b6eafd2d88d6666d8534858a38 DIST pymongo-3.1.tar.gz 462030 SHA256 fe7033007100f825a67640e77abdafee28713f255da88fcfc8d6abad0bb34285 SHA512 886cfbffd4514741e92ad1c79e97ee443d5c9874c823b64c3c2f2566e3005d588d7dd4ae813c320c94f3e6e12b1dd8c7ad56f0e6d2ee419f0d66f4c38321c9ab WHIRLPOOL ec39a42738b751875b92ca8501ccc1711f8e474efef8cf2817525dc47e420e03b7a581d9e35e4f94f529e07a7d81499f7d6e9402c085d9e47861c8a691d1e37e +DIST pymongo-3.2.tar.gz 473631 SHA256 f50a5380b45a83c5ea1e673ff19363d3cfd5850f7620536e51341d26eb2ae979 SHA512 e0962729bada4ee03cafebac4cd8a0da8abd2e1ef75672897b974e6752acbee247007c8bc5344a28b04b09bcd87c1cbef82e5e71e1b4fdd9074fc3bf56000d2c WHIRLPOOL b4e4ce729c0033071cb99436fd4d380e4818e4bd056c73aa1f2d8e6151ba03152db7426eeb7e9e8af94d6d7e7de63889201e0240cab3ec9b52e0690b3d1eea7c diff --git a/dev-python/pymongo/pymongo-3.2.ebuild b/dev-python/pymongo/pymongo-3.2.ebuild new file mode 100644 index 000000000000..8fbd7cd7b6bc --- /dev/null +++ b/dev-python/pymongo/pymongo-3.2.ebuild @@ -0,0 +1,121 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) + +inherit check-reqs distutils-r1 + +DESCRIPTION="Python driver for MongoDB" +HOMEPAGE="https://github.com/mongodb/mongo-python-driver https://pypi.python.org/pypi/pymongo" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~x86" +IUSE="doc kerberos test" + +RDEPEND=" + kerberos? ( dev-python/pykerberos[${PYTHON_USEDEP}] ) +" +DEPEND=" + ${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) + test? ( + dev-python/nose[${PYTHON_USEDEP}] + >=dev-db/mongodb-2.6.0 + ) +" +DISTUTILS_IN_SOURCE_BUILD=1 + +reqcheck() { + if use test; then + # During the tests, database size reaches 1.5G. + local CHECKREQS_DISK_BUILD=1536M + + check-reqs_${1} + fi +} + +pkg_pretend() { + reqcheck pkg_pretend +} + +pkg_setup() { + reqcheck pkg_setup +} + +python_compile_all() { + if use doc; then + mkdir html || die + sphinx-build doc html || die + fi +} + +python_test() { + # Yes, we need TCP/IP for that... + local DB_IP=127.0.0.1 + local DB_PORT=27000 + + export DB_IP DB_PORT + + local dbpath=${TMPDIR}/mongo.db + local logpath=${TMPDIR}/mongod.log + + # Now, the hard part: we need to find a free port for mongod. + # We're just trying to run it random port numbers and check the log + # for bind errors. It shall be noted that 'mongod --fork' does not + # return failure when it fails to bind. + + mkdir -p "${dbpath}" || die + while true; do + ebegin "Trying to start mongod on port ${DB_PORT}" + + LC_ALL=C \ + mongod --dbpath "${dbpath}" --smallfiles --nojournal \ + --bind_ip ${DB_IP} --port ${DB_PORT} \ + --unixSocketPrefix "${TMPDIR}" \ + --logpath "${logpath}" --fork \ + && sleep 2 + + # Now we need to check if the server actually started... + if [[ ${?} -eq 0 && -S "${TMPDIR}"/mongodb-${DB_PORT}.sock ]]; then + # yay! + eend 0 + break + elif grep -q 'Address already in use' "${logpath}"; then + # ay, someone took our port! + eend 1 + : $(( DB_PORT += 1 )) + continue + else + eend 1 + eerror "Unable to start mongod for tests. See the server log:" + eerror " ${logpath}" + die "Unable to start mongod for tests." + fi + done + + local failed + #https://jira.mongodb.org/browse/PYTHON-521, py2.[6-7] has intermittent failure with gevent + pushd "${BUILD_DIR}"/../ > /dev/null + if [[ "${EPYTHON}" == python3* ]]; then + 2to3 --no-diffs -w test + fi + DB_PORT2=$(( DB_PORT + 1 )) DB_PORT3=$(( DB_PORT + 2 )) esetup.py test || failed=1 + + mongod --dbpath "${dbpath}" --shutdown || die + + [[ ${failed} ]] && die "Tests fail with ${EPYTHON}" + + rm -rf "${dbpath}" || die +} + +python_install_all() { + use doc && local HTML_DOCS=( html/. ) + + distutils-r1_python_install_all +} diff --git a/games-fps/alienarena/alienarena-20130827.ebuild b/games-fps/alienarena/alienarena-20130827.ebuild index b07a3c265d35..4e19f1af1ac7 100644 --- a/games-fps/alienarena/alienarena-20130827.ebuild +++ b/games-fps/alienarena/alienarena-20130827.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -inherit eutils gnome2-utils games +inherit eutils gnome2-utils eutils games MY_PN=alienarena-7.66 DESCRIPTION="Fast-paced multiplayer deathmatch game" @@ -35,6 +35,10 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${MY_PN/_/.} +src_prepare() { + epatch "${FILESDIR}"/${P}-format.patch +} + src_configure() { egamesconf \ --with-icondir=/usr/share/icons/hicolor/48x48/apps/ \ diff --git a/games-fps/alienarena/files/alienarena-20130827-format.patch b/games-fps/alienarena/files/alienarena-20130827-format.patch new file mode 100644 index 000000000000..4a88eab840fc --- /dev/null +++ b/games-fps/alienarena/files/alienarena-20130827-format.patch @@ -0,0 +1,11 @@ +--- source/game/p_client.c.old 2016-01-18 20:13:25.147714704 +0100 ++++ source/game/p_client.c 2016-01-18 20:13:38.776476727 +0100 +@@ -2123,7 +2123,7 @@ + #else + ent->ctype = 0; //alien is default + sprintf(modelpath, "players/%s/human", playermodel); +- sprintf(ent->charModel, playermodel); ++ sprintf(ent->charModel, "%s", playermodel); + Q2_FindFile (modelpath, &file); + if(file) + { diff --git a/games-puzzle/scramble/scramble-0.9.5.ebuild b/games-puzzle/scramble/scramble-0.9.5.ebuild index 3b88d008a965..6ed597810cb5 100644 --- a/games-puzzle/scramble/scramble-0.9.5.ebuild +++ b/games-puzzle/scramble/scramble-0.9.5.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Create as many words as you can before the time runs out" HOMEPAGE="http://www.shiftygames.com/scramble/scramble.html" SRC_URI="http://www.shiftygames.com/scramble/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="" @@ -23,6 +23,8 @@ RDEPEND="${DEPEND} src_prepare() { append-cflags $(sdl-config --cflags) + sed -i -e 's/inline //' src/scramble.c || die + mv configure.{in,ac} || die eautoreconf } diff --git a/games-puzzle/wizznic/wizznic-306.ebuild b/games-puzzle/wizznic/wizznic-306.ebuild index c77919033fcf..2463eaf95b48 100644 --- a/games-puzzle/wizznic/wizznic-306.ebuild +++ b/games-puzzle/wizznic/wizznic-306.ebuild @@ -17,6 +17,7 @@ IUSE="" DEPEND="media-libs/libsdl[sound,joystick,video] media-libs/sdl-image[png] media-libs/sdl-mixer[vorbis]" +RDEPEND=${DEPEND} S=${WORKDIR}/Wizznic_src_build_${PV} @@ -25,6 +26,7 @@ src_prepare() { -e '/^\(CC\|LD\|STRIP\)/d' \ -e 's/(LD)/(CC)/g' \ -e '/man1/s/1/6/g' \ + -e '/CFLAGS.*=/d' \ Makefile.linux > Makefile || die mv doc/wizznic.1 doc/wizznic.6 || die sed -i \ diff --git a/kde-apps/konsole/konsole-15.08.3.ebuild b/kde-apps/konsole/konsole-15.08.3-r1.ebuild similarity index 89% rename from kde-apps/konsole/konsole-15.08.3.ebuild rename to kde-apps/konsole/konsole-15.08.3-r1.ebuild index b73cd81ec889..b89b816594ff 100644 --- a/kde-apps/konsole/konsole-15.08.3.ebuild +++ b/kde-apps/konsole/konsole-15.08.3-r1.ebuild @@ -1,10 +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 -KDE_BLOCK_SLOT4="false" KDE_HANDBOOK="forceoptional" KDE_TEST="true" VIRTUALX_REQUIRED="test" @@ -47,10 +46,7 @@ DEPEND=" dev-qt/qtxml:5 X? ( x11-libs/libX11 ) " -RDEPEND="${DEPEND} - !kde-apps/konsole:4[handbook] - !kde-apps/konsole:4[-minimal(-)] -" +RDEPEND="${DEPEND}" src_configure() { local mycmakeargs=( diff --git a/kde-apps/konsole/konsole-4.14.3-r1.ebuild b/kde-apps/konsole/konsole-4.14.3-r1.ebuild deleted file mode 100644 index f5cb4e919455..000000000000 --- a/kde-apps/konsole/konsole-4.14.3-r1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="optional" -KDE_DOC_DIRS="doc/manual" -VIRTUALX_REQUIRED="test" -VIRTUALDBUS_TEST="true" -inherit kde4-base - -DESCRIPTION="X terminal for use with KDE" -HOMEPAGE="https://www.kde.org/applications/system/konsole https://konsole.kde.org" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug minimal" - -COMMONDEPEND=" - !aqua? ( - x11-libs/libX11 - x11-libs/libXext - >=x11-libs/libxklavier-3.2 - x11-libs/libXrender - x11-libs/libXtst - !minimal? ( $(add_kdeapps_dep libkonq) ) - ) -" -DEPEND="${COMMONDEPEND} - !aqua? ( - x11-apps/bdftopcf - x11-proto/kbproto - x11-proto/renderproto - ) -" -RDEPEND="${COMMONDEPEND}" - -# can't connect to a kded instance, fails to connect to dbus -RESTRICT="test" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_with "!minimal" LibKonq) - ) - - kde4-base_src_configure -} - -src_install() { - kde4-base_src_install - - if use minimal; then - rm "${D}/usr/bin/konsole" || die - rm "${D}/usr/bin/konsoleprofile" || die - fi -} diff --git a/kde-apps/konsole/konsole-4.14.3.ebuild b/kde-apps/konsole/konsole-4.14.3.ebuild index e1a86c6ac599..a43086a3d689 100644 --- a/kde-apps/konsole/konsole-4.14.3.ebuild +++ b/kde-apps/konsole/konsole-4.14.3.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$ @@ -13,7 +13,7 @@ inherit kde4-base DESCRIPTION="X terminal for use with KDE" HOMEPAGE="https://www.kde.org/applications/system/konsole https://konsole.kde.org" KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug minimal" +IUSE="debug" COMMONDEPEND=" !aqua? ( @@ -36,12 +36,3 @@ RDEPEND="${COMMONDEPEND}" # can't connect to a kded instance, fails to connect to dbus RESTRICT="test" - -src_install() { - kde4-base_src_install - - if use minimal; then - rm "${D}/usr/bin/konsole" || die - rm "${D}/usr/bin/konsoleprofile" || die - fi -} diff --git a/kde-plasma/bluedevil/Manifest b/kde-plasma/bluedevil/Manifest index 5042e6f696b2..7c65fc1433fb 100644 --- a/kde-plasma/bluedevil/Manifest +++ b/kde-plasma/bluedevil/Manifest @@ -1,5 +1,3 @@ DIST bluedevil-5.4.3.tar.xz 129024 SHA256 7364cf95850fb30cbf487ab8e01686b82d5c7817fe45046f75bdc654a846f413 SHA512 d28b2d85322dab9d0680e7ef371f10e197a1a4dd9acc2e96df424f0928a19634363469671908f0dfb188b3ccfbd936bd7469b797bd010dad42717fa7322db930 WHIRLPOOL bf09237e2c830b9aa75a46991f6bc51b2e38588f1df5d6eeef94c87a89e25524d98c26bb0e72e172fe0f18017df08827b69db9eac8e5cccfea6dfadf8f211f64 -DIST bluedevil-5.5.0.tar.xz 132872 SHA256 f3e154a95845fd7cc78903808a4fdc7c4ab7a29267824654cd948a58af351140 SHA512 bae2ff37459bcebe53881ba8ec3154cc95c60b8041793cdb2f3c17548fc4094710a052196995246e33d82ad6c88539813b5d20850e618ad1e5c398c5785bdfa0 WHIRLPOOL d497454c5a767c7357b0008342cc6d7e33bebdc7a3123274e764773fbb3f50cf649bca4d138b267402084e2075a081367ecedae07e63969bf60088efbece4d31 -DIST bluedevil-5.5.1.tar.xz 132812 SHA256 27f18ad0c776e8b0d3809f3defb2172b7b9dc587dc7d50271094d726fd162d26 SHA512 1dbd48c04bcc56fc8ca2abec164dc06152494387d2cd13d740cede3b6b2b72bfd9b6881ff345ce2edf7640144990d3d92cd7dbdc429e72b0d58cd89a8e1ae6f3 WHIRLPOOL 9a2f0246bd9db1e73373dade209601f85028997677bebfaaa62fed6b41d4045aa43b0b275163fbb2b53074e00003f90045c9285c52f5f94428c4be883d49341a DIST bluedevil-5.5.2.tar.xz 132832 SHA256 4e7e9736f394f64598933e8b82d7a2a03852728f9c106b7bd434b6e593dc237c SHA512 0c439367a2766412ff9d9f9a9ea0581d760fa8ef23abec1a11485022cb11e17ed0ae10c966861f6310a58c5aa96ba331487ced7881b9f361f99fb87f863fcea3 WHIRLPOOL 5e9c5a07ec84d0ba9510152e88d8398be60eb0b8ec8d8d71393e602edfebf6de24a6b62e70485319efc2a17e8ed11fbaec14af6b6a9125438ab49fa1bd66301b DIST bluedevil-5.5.3.tar.xz 132880 SHA256 b31ea8c95ffa4f8045b9063621b846d3bc052777351e2d23f33d718374902b1d SHA512 1da7b44e6eb3035d6a1f77b1074a573dc942016770ede2439df56a4599705811f9a2b82e64ab2e219e19357f6d0025039b199ea0ba95fb894aff8a34c80a5f84 WHIRLPOOL ab5865ee1bdfa810ae2cabbb656d99958e805f98efa57adfd0e707dafcf1142257b4e34fa487dbb21f0ee9acad20eb7c56d902cc72a38ddb4a2d160f0d902d07 diff --git a/kde-plasma/bluedevil/bluedevil-5.5.0.ebuild b/kde-plasma/bluedevil/bluedevil-5.5.0.ebuild deleted file mode 100644 index 00c987acd317..000000000000 --- a/kde-plasma/bluedevil/bluedevil-5.5.0.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit fdo-mime kde5 - -DESCRIPTION="Bluetooth stack for KDE" -HOMEPAGE="https://projects.kde.org/projects/extragear/base/bluedevil" -KEYWORDS=" ~amd64 ~x86" -IUSE="" - -COMMON_DEPEND=" - $(add_frameworks_dep bluez-qt) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kded) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep plasma) - dev-qt/qtdbus:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 -" -DEPEND="${COMMON_DEPEND} - x11-misc/shared-mime-info -" -RDEPEND="${COMMON_DEPEND} - $(add_plasma_dep kde-cli-tools) - !app-mobilephone/obexd - !app-mobilephone/obex-data-server - !net-wireless/bluedevil - !net-wireless/kbluetooth -" - -pkg_postinst() { - kde5_pkg_postinst - fdo-mime_mime_database_update -} - -pkg_postrm() { - kde5_pkg_postinst - fdo-mime_mime_database_update -} diff --git a/kde-plasma/bluedevil/bluedevil-5.5.1.ebuild b/kde-plasma/bluedevil/bluedevil-5.5.1.ebuild deleted file mode 100644 index 00c987acd317..000000000000 --- a/kde-plasma/bluedevil/bluedevil-5.5.1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit fdo-mime kde5 - -DESCRIPTION="Bluetooth stack for KDE" -HOMEPAGE="https://projects.kde.org/projects/extragear/base/bluedevil" -KEYWORDS=" ~amd64 ~x86" -IUSE="" - -COMMON_DEPEND=" - $(add_frameworks_dep bluez-qt) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kded) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep plasma) - dev-qt/qtdbus:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 -" -DEPEND="${COMMON_DEPEND} - x11-misc/shared-mime-info -" -RDEPEND="${COMMON_DEPEND} - $(add_plasma_dep kde-cli-tools) - !app-mobilephone/obexd - !app-mobilephone/obex-data-server - !net-wireless/bluedevil - !net-wireless/kbluetooth -" - -pkg_postinst() { - kde5_pkg_postinst - fdo-mime_mime_database_update -} - -pkg_postrm() { - kde5_pkg_postinst - fdo-mime_mime_database_update -} diff --git a/kde-plasma/breeze-gtk/Manifest b/kde-plasma/breeze-gtk/Manifest index 7e0043aff537..3f09e52fd748 100644 --- a/kde-plasma/breeze-gtk/Manifest +++ b/kde-plasma/breeze-gtk/Manifest @@ -1,4 +1,2 @@ -DIST breeze-gtk-5.5.0.1.tar.xz 257736 SHA256 96d80eea894d95b7360f4ccf9385a7d5c65340b4aad50fbfeb670a01025a5212 SHA512 9deaed7cc4fdc9eddc344083d0ca67ecdf51097ab954302fbd56151fb79ee437442c70034e87331121b5949600eec1a46f23572984ea8a04a7d7af19f42b15f5 WHIRLPOOL 71759b37c0b4177583b5a5577540abb6e7c7bab4e77cbe020b3d2d00ce43c445e3b4bd3f4cf1571804673159007b394393c3946ff02593ba1950ed5cf6842164 -DIST breeze-gtk-5.5.1.tar.xz 257636 SHA256 f856dd5d8555623f6752674f9ec42ab2d06b38943d7f4eb281f950af1b54d682 SHA512 1a41326160e816d57f0de3d7ba3fe877af2b8f5ea0f949c6dc23d76da5531fb29b9bceab646d36790a3cf51e44406b1245ded2e82238a173bc0b59d955d9d35a WHIRLPOOL 98cf37f8132afdfa7361aae5ceebc9eee2314314018db2c8a93c445c328ef9bebe2aa2bc072cd062c797f74c346b0b5845db03e766850d714f1035230a51fa54 DIST breeze-gtk-5.5.2.tar.xz 258140 SHA256 a0233498e7824398da1752210a52988989a225b8891ed45c23f93c9acd6a9dfe SHA512 a6f9e8185f4494f74f377b31f59c0e8b9e187bfd87dca584041baea05f86da0638ec3e9a68f3db33b344996545a127c00a22e48103b2289d68c46a077a3add1b WHIRLPOOL 02dde2498f89b44028571fef2b520d8a094cdb952743bb8a344d395c9c68e2f68ceea73e7c6816fdb65517f7871d70464c37269fb523b870cd8723e1ad37f957 DIST breeze-gtk-5.5.3.tar.xz 257620 SHA256 5bba2f4a5ede5957fb3fc236024df5b1c24380cce9155825a3339fa1cfb1035e SHA512 7d32ff3b5445cbcde3fdeb1e0bf548fa224e75a17a5a5048e81db435eaedaf623622af600f0fd8ede913a54de095a6af11368a0f5a38ec1423ed5ba3fb1d51b2 WHIRLPOOL aaff0348748ae1c1a5c8b84da0a214443f7143f8e31b885d1c095311f844e0145e008aaa92e1a3f42b9047c59e2c60127b1fac4f53efb7b6bb318b3fe837e5da diff --git a/kde-plasma/breeze-gtk/breeze-gtk-5.5.0.1.ebuild b/kde-plasma/breeze-gtk/breeze-gtk-5.5.0.1.ebuild deleted file mode 100644 index 4b608a7d6570..000000000000 --- a/kde-plasma/breeze-gtk/breeze-gtk-5.5.0.1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit kde5 - -DESCRIPTION="Official GTK+ port of KDE's Breeze widget style" -HOMEPAGE="https://projects.kde.org/projects/kde/workspace/breeze-gtk" -SRC_URI="mirror://kde/stable/plasma/5.5.0/${P}.tar.xz" -KEYWORDS=" ~amd64 ~x86" -IUSE="" - -PATCHES=( "${FILESDIR}/${PN}-5.5.2-cmake-version.patch" ) - -S=${WORKDIR}/${PN}-5.5.0 diff --git a/kde-plasma/breeze-gtk/breeze-gtk-5.5.1.ebuild b/kde-plasma/breeze-gtk/breeze-gtk-5.5.1.ebuild deleted file mode 100644 index 35d462c81b5d..000000000000 --- a/kde-plasma/breeze-gtk/breeze-gtk-5.5.1.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit kde5 - -DESCRIPTION="Official GTK+ port of KDE's Breeze widget style" -HOMEPAGE="https://projects.kde.org/projects/kde/workspace/breeze-gtk" -LICENSE="LGPL-2.1+" -KEYWORDS=" ~amd64 ~x86" -IUSE="" - -PATCHES=( "${FILESDIR}/${PN}-5.5.2-cmake-version.patch" ) diff --git a/kde-plasma/breeze/Manifest b/kde-plasma/breeze/Manifest index 4f36d59ffba9..79445226c5be 100644 --- a/kde-plasma/breeze/Manifest +++ b/kde-plasma/breeze/Manifest @@ -1,5 +1,3 @@ DIST breeze-5.4.3.tar.xz 36568668 SHA256 fc89d5edcc8c3c13263d1b1759f0f8400ea79c76df0eeafcce91d462d4cf93fa SHA512 3c76d5ccf465c2392dd47a213c70111c3714edcb10f21ce3f44593c9c88feef4bc28b35ca40dc1ac96c62746f219b10c1af114c32163b58dc34c6181b1d57626 WHIRLPOOL ec2d05516929cedb416a905711d28f7bfa9f9aa9a394eb994177a9fdac72604708f041fc82ca499a893689c0768468cb88a91a1cea37f9d97748f2c61495fc39 -DIST breeze-5.5.0.tar.xz 29670848 SHA256 77a8d5732437ccb1cec08aa1c89ab409e75aa8cd55940e49cc6ab45d72445c49 SHA512 3c2886935f06888371e361f1efc1b0fcdd8a9f89a82e5048bf5739e7126ee266903f06c7c05474c3d6c19b021779b711173282bf6a98abee00010e9fbbdd4a88 WHIRLPOOL 2d3a49415f9ac42892890ccee6d40c18cade2cc4af4ed13bebe706cd44749d69afdfd588f435e8608c34b0ac2ae19223ccd2ab1afb8460fcb2d7c821b9d70560 -DIST breeze-5.5.1.tar.xz 29670368 SHA256 7cc284bcad00fc7505c76e6d6baff5f953a4aa03fd1ebfcd6729a383a293900d SHA512 f65bb0ccc1c604593a5f31d7e4d3d3c12adca435c27e4026354dcf7b62e6c95025ad66a0a079718637377112eddf64e915bb20eb5194e66eb581fe25a4de0e98 WHIRLPOOL 1d429a5d147e687154c46f2ef9ad52395955837a046b23f2ca4ee08affa95d2d8abaa12710228c2e441c187c21ce7835a36f7a7bdb4a0b0b009c0e605d830e79 DIST breeze-5.5.2.tar.xz 29670592 SHA256 f9317657125940e38a0b8e10e10a8c0bde406a55f296a6910a5744414c4c369c SHA512 4a84c1b14777c5be060af798cd8573822c7fff4feffaff679f637ee84a258e1f097d3a9109289b1e0f11454c4a0c5d2a7bca8f073a686414f950282e6f22a5f3 WHIRLPOOL 908581c54d827e16feadd0261986a1bd65fe82afd4cd51a11116edd4aa61d36a00943d3c782cfb7d1f3daa6d6e9e4b343391229975eda0e8e2c34b733131f4ba DIST breeze-5.5.3.tar.xz 29670380 SHA256 3d8c34e214d3249ab1373a932099f82ae9102630fbd005f18b80538376255ccd SHA512 e9885a276a768803d021d52ca69b7f482eecef999cc7c1c4be46a421b9f8702aaf4c76145e80312d54f8dc45a88a4de6d9ee6c78d189bc515584ca699d5e7872 WHIRLPOOL 84d5661dde7be6a159af615d49422284cb5d0bedd0512e2c6ad517a98ceeb2806f70be74ed25bf7192178efc32dbc347a4f22e3111ee91f855dad17081b2fca4 diff --git a/kde-plasma/breeze/breeze-5.5.0.ebuild b/kde-plasma/breeze/breeze-5.5.0.ebuild deleted file mode 100644 index 292de9565f43..000000000000 --- a/kde-plasma/breeze/breeze-5.5.0.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit kde5 multibuild - -DESCRIPTION="Breeze visual style for the Plasma desktop" -HOMEPAGE="https://projects.kde.org/projects/kde/workspace/breeze" -KEYWORDS=" ~amd64 ~x86" -IUSE="qt4" - -DEPEND=" - $(add_frameworks_dep frameworkintegration) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kguiaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep plasma) - $(add_plasma_dep kdecoration) - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - x11-libs/libxcb - qt4? ( - kde-base/kdelibs:4 - x11-libs/libX11 - ) -" -RDEPEND="${DEPEND} - $(add_frameworks_dep breeze-icons) - $(add_plasma_dep kde-cli-tools) -" - -pkg_setup() { - kde5_pkg_setup - MULTIBUILD_VARIANTS=( kf5 $(usev qt4) ) -} - -src_configure() { - myconfigure() { - local mycmakeargs=() - - if [[ ${MULTIBUILD_VARIANT} = qt4 ]] ; then - mycmakeargs+=( -DUSE_KDE4=true ) - fi - - kde5_src_configure - } - - multibuild_foreach_variant myconfigure -} - -src_compile() { - multibuild_foreach_variant kde5_src_compile -} - -src_install() { - multibuild_foreach_variant kde5_src_install -} diff --git a/kde-plasma/breeze/breeze-5.5.1.ebuild b/kde-plasma/breeze/breeze-5.5.1.ebuild deleted file mode 100644 index 292de9565f43..000000000000 --- a/kde-plasma/breeze/breeze-5.5.1.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit kde5 multibuild - -DESCRIPTION="Breeze visual style for the Plasma desktop" -HOMEPAGE="https://projects.kde.org/projects/kde/workspace/breeze" -KEYWORDS=" ~amd64 ~x86" -IUSE="qt4" - -DEPEND=" - $(add_frameworks_dep frameworkintegration) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kguiaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep plasma) - $(add_plasma_dep kdecoration) - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - x11-libs/libxcb - qt4? ( - kde-base/kdelibs:4 - x11-libs/libX11 - ) -" -RDEPEND="${DEPEND} - $(add_frameworks_dep breeze-icons) - $(add_plasma_dep kde-cli-tools) -" - -pkg_setup() { - kde5_pkg_setup - MULTIBUILD_VARIANTS=( kf5 $(usev qt4) ) -} - -src_configure() { - myconfigure() { - local mycmakeargs=() - - if [[ ${MULTIBUILD_VARIANT} = qt4 ]] ; then - mycmakeargs+=( -DUSE_KDE4=true ) - fi - - kde5_src_configure - } - - multibuild_foreach_variant myconfigure -} - -src_compile() { - multibuild_foreach_variant kde5_src_compile -} - -src_install() { - multibuild_foreach_variant kde5_src_install -} diff --git a/kde-plasma/breeze/files/breeze-5.4.2-fix-breeze-dark.patch b/kde-plasma/breeze/files/breeze-5.4.2-fix-breeze-dark.patch deleted file mode 100644 index b6e7eabb87e2..000000000000 --- a/kde-plasma/breeze/files/breeze-5.4.2-fix-breeze-dark.patch +++ /dev/null @@ -1,23 +0,0 @@ -From: Harald Sitter -Date: Mon, 05 Oct 2015 13:14:00 +0000 -Subject: Install emotes and mimtetypes directories of the dark icon theme -X-Git-Url: http://quickgit.kde.org/?p=breeze.git&a=commitdiff&h=12d8b9a9907b28ba1cbaffc380f4eeae4de9774d ---- -Install emotes and mimtetypes directories of the dark icon theme - -CCMAIL: kainz.a@gmail.com ---- - - ---- a/icons-dark/CMakeLists.txt -+++ b/icons-dark/CMakeLists.txt -@@ -11,7 +11,7 @@ - - ########### install files ############### - --set( breeze_icon_dark_dirs actions apps categories devices emblems places status) -+set( breeze_icon_dark_dirs actions apps categories devices emblems emotes mimetypes places status) - - - set(BREEZE_INSTALL_DIR ${ICON_INSTALL_DIR}/breeze-dark) - diff --git a/kde-plasma/kde-cli-tools/Manifest b/kde-plasma/kde-cli-tools/Manifest index aeaf3282ca32..0413796070f3 100644 --- a/kde-plasma/kde-cli-tools/Manifest +++ b/kde-plasma/kde-cli-tools/Manifest @@ -1,5 +1,3 @@ DIST kde-cli-tools-5.4.3.tar.xz 484060 SHA256 19e1c443e74f4472dd85fe3065fd204bebff0e3358b9f34c82c0e4b5fb74a799 SHA512 6e9970fd492097319be2c3d84e08fa6cf885befdac8c8f4c8a328080c0f1091f976f885650156ee0e073a6c9af294c47482a1aeef8276b880538e2ef5d018b28 WHIRLPOOL aa8f48e0464de0f35597d7889203a743f575eb4cc29405f945b345cd92e3d158a3dcb1b2b829e10a0020ea3076cc980c3d39355dd863f2fd5e566763ffd3796b -DIST kde-cli-tools-5.5.0.tar.xz 485988 SHA256 9b4fadc2d7d2526f30ce22fcbcf375aefd7793aa8d53609e5ecedfc043878550 SHA512 e0201b134c86f7b02b8016e2cb6c7910847f2c3a8dc71b93c2a9e94c0f83c70324d7532f3ffd4bc17472185988cf9034f90c5fbe8a8b6adbba6bea1f0c6bc7cd WHIRLPOOL e36443897b2870a036be38037da5dee44d38e8949baf55eaf379cf791bccc2418a8662f586e3f20972f32f582db6573d5d0473d9f48ce99b79894fbf5e96fbfa -DIST kde-cli-tools-5.5.1.tar.xz 485636 SHA256 72a5923d34b8f80a53d284950c20e24afcafa41085642739bfaccbbcb04bf647 SHA512 49f7d87f792e9ffbb46960f96a76d411603f7cea0619222201d1cd2b515192968d8f013c698ed7eb5692ceca935f88247390daa1790cd158ccde119952271f8f WHIRLPOOL 9c418b725101072295734c2e43b2de91f10b2deeb7ea44dd05e3ebbd993ca4d9ce5d3c129d56bf6ebf3978ab924faf4f4a833c6cd7f64e469091985eb41eb56e DIST kde-cli-tools-5.5.2.tar.xz 485560 SHA256 664ec399c2a08221aa71d68a495b9b179835dadbd737227c6861b2ec62c72736 SHA512 c67cc47fca5f27d879a126633a9e3930d5c75ede7ef1133c3051729e65b4ae1de5a0175f3940015a68a4a0fffbcef15a82023d6f3e914693b32e0c0caa26a309 WHIRLPOOL 96708ffec6c0fd1d29aaf77c9de395dd63cfbee59cdbaa8a43fa669350722c63a8a6d1a72e57d618aa52726b092280c72ed3f1c9b5be75efd827dd4b8414771e DIST kde-cli-tools-5.5.3.tar.xz 485704 SHA256 7cd8e186498398a3d185b42fb9eaa969935b61a4b05164477c510e599519892b SHA512 6e629e991a196a03df6e290e4e5c0463a663f400e99fbea306d3ef8c8ea8b12ce7c6c2693de44461a512c57afc639ed0667964778b044c67d4f3e0919aa40a9f WHIRLPOOL 1807813d2057e3927c9b96511f52150e995f74fd56deed999d11fdad46b6cf8c857736e672464e867c8b94c75c2d480eea0d14647fedb3fd080540ebb62d8fe6 diff --git a/kde-plasma/kde-cli-tools/kde-cli-tools-5.5.0.ebuild b/kde-plasma/kde-cli-tools/kde-cli-tools-5.5.0.ebuild deleted file mode 100644 index 17bb7d280477..000000000000 --- a/kde-plasma/kde-cli-tools/kde-cli-tools-5.5.0.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="true" -KDE_TEST="true" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Tools based on KDE Frameworks 5 to better interact with the system" -HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kde-cli-tools" -KEYWORDS=" ~amd64 ~x86" -IUSE="X" - -DEPEND=" - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep kdesu) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - X? ( - dev-qt/qtx11extras:5 - x11-libs/libX11 - ) -" -RDEPEND="${DEPEND} - handbook? ( !kde-apps/kdesu[handbook] ) -" - -# requires running kde environment -RESTRICT="test" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package X Qt5X11Extras) - ) - - kde5_src_configure -} diff --git a/kde-plasma/kde-cli-tools/kde-cli-tools-5.5.1.ebuild b/kde-plasma/kde-cli-tools/kde-cli-tools-5.5.1.ebuild deleted file mode 100644 index 17bb7d280477..000000000000 --- a/kde-plasma/kde-cli-tools/kde-cli-tools-5.5.1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="true" -KDE_TEST="true" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Tools based on KDE Frameworks 5 to better interact with the system" -HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kde-cli-tools" -KEYWORDS=" ~amd64 ~x86" -IUSE="X" - -DEPEND=" - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep kdesu) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - X? ( - dev-qt/qtx11extras:5 - x11-libs/libX11 - ) -" -RDEPEND="${DEPEND} - handbook? ( !kde-apps/kdesu[handbook] ) -" - -# requires running kde environment -RESTRICT="test" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package X Qt5X11Extras) - ) - - kde5_src_configure -} diff --git a/kde-plasma/kde-gtk-config/Manifest b/kde-plasma/kde-gtk-config/Manifest index d1e4cdd2c8a6..384bb6fcb0bc 100644 --- a/kde-plasma/kde-gtk-config/Manifest +++ b/kde-plasma/kde-gtk-config/Manifest @@ -1,5 +1,3 @@ DIST kde-gtk-config-5.4.3.tar.xz 144832 SHA256 2839198cfb470095a550cf574beb7a699fe532f77337d0a700afdccf2bdbee2a SHA512 4cbfcab8b2bb905627b7ec17fa78c5a6ae538aba20a5f83b762aad0837f33fd8cfb89bece94cca7f36bbd93328c5d77c6de02c95111b6fd27792de9891d54117 WHIRLPOOL 8f9f69edaf5a1025e4c5acb783169018030ee2ad8ec7563dfcfdf9368c0e5808faff8cd4c80591ca74016840bb339798774d2547663f458d359bbebca5b6654c -DIST kde-gtk-config-5.5.0.tar.xz 145896 SHA256 6a8454c6275668c871d6e52fa5367d1dcdb84ace5804e164b15990bd4e6e26ae SHA512 a920d060fc0d94d9ddc7705a26cafa3a3142211f811acde471ca91f47870e27cccc1a1974908f2dbbb9ee8d4d28a1d7ebacb45c3970e37f4fbec1b021cb382ca WHIRLPOOL 302e5f21693b3ff6d09ddfec8f19a63473e80bcd4b54afe1c0a7057ec83ca8990d1d1491ff1d011ee63ac9be334445cc4e4217ab8dae15445f18a3d9d9103fc7 -DIST kde-gtk-config-5.5.1.tar.xz 145880 SHA256 20e6d69243f1843ee9dc94a2aa5ac0c61c7b1859bb62839a66e3f39e622a5ade SHA512 b17ddee3ddd22b5da298a73cfeb9bdcf274482a247548796a2f927c691021bcf6d07fc8520744d421a7fcd7f818a99ec1094db1fb4d78c8abbc749f324c2ea81 WHIRLPOOL 212a545612a7b4e8e10174f3dbb823c4bf938040325538f7cd82c05e7209e05439ac45cd0e78af03338509eb0f852efc471336ac12aaef2af0124214e01929de DIST kde-gtk-config-5.5.2.tar.xz 145904 SHA256 08464609744f3880f7ef084b72b619a43994c7b048cc5e0b0937b7f7cc50a85d SHA512 4d54e5933804f209423a2ac872c833cd0003158ea80936e6fe5abb2732c2c7b5314c7395b9485067ef460168c7f6fb9d46f60d3dbd1820701aec091d80ebba7e WHIRLPOOL 6c6dfae15c1c71b10bff510ee313f01bceffafda93ac213b957f243949e166d2672a5ed3a9554e0d7da97c6db463e3481cd5918d3f96e358ec24366f7dd9c02d DIST kde-gtk-config-5.5.3.tar.xz 145944 SHA256 bbcc6d9ee0193f940717b2f48ffa12b8d01f2b598f0e951d7a35308c547b6236 SHA512 52ea31f576245f51ce4afe4d6008cf949e121e3d3e34088f1ec6ccca5284daee8cd25f4c4fdac63366d9542d5a6022ca2b3d4ec9935207bfcbdbef95b82648ad WHIRLPOOL e002f5adb4c1ca4297d7dbedf1a8412691818e470cef66703e053b81aac93d44308b782394550424caaf7ba04cca7b7010db2b6dcbe7eb267eb1b96ffbb4e0e8 diff --git a/kde-plasma/kde-gtk-config/kde-gtk-config-5.5.0.ebuild b/kde-plasma/kde-gtk-config/kde-gtk-config-5.5.0.ebuild deleted file mode 100644 index dd38b01901e6..000000000000 --- a/kde-plasma/kde-gtk-config/kde-gtk-config-5.5.0.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_TEST="forceoptional" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="KDE systemsettings kcm to set GTK application look&feel" -HOMEPAGE="https://projects.kde.org/kde-gtk-config" -LICENSE="GPL-3" -KEYWORDS=" ~amd64 ~x86" -IUSE="+gtk3" - -DEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep knewstuff) - $(add_frameworks_dep kwidgetsaddons) - dev-libs/glib:2 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - x11-libs/gtk+:2 - gtk3? ( x11-libs/gtk+:3 ) -" -RDEPEND="${DEPEND} - $(add_plasma_dep kde-cli-tools) - !kde-base/kde-gtk-config:4 - !kde-misc/kde-gtk-config -" - -PATCHES=( "${FILESDIR}/${PN}-5.4.2-gtk3-optional.patch" ) - -src_configure() { - local mycmakeargs=( - -DDATA_INSTALL_DIR="${EPREFIX}/usr/share" - -DBUILD_gtk3proxies=$(usex gtk3) - ) - - kde5_src_configure -} - -pkg_postinst() { - kde5_pkg_postinst - einfo - elog "If you notice missing icons in your GTK applications, you may have to install" - elog "the corresponding themes for GTK. A good guess would be x11-themes/oxygen-gtk" - elog "for example." - einfo -} diff --git a/kde-plasma/kde-gtk-config/kde-gtk-config-5.5.1.ebuild b/kde-plasma/kde-gtk-config/kde-gtk-config-5.5.1.ebuild deleted file mode 100644 index dd38b01901e6..000000000000 --- a/kde-plasma/kde-gtk-config/kde-gtk-config-5.5.1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_TEST="forceoptional" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="KDE systemsettings kcm to set GTK application look&feel" -HOMEPAGE="https://projects.kde.org/kde-gtk-config" -LICENSE="GPL-3" -KEYWORDS=" ~amd64 ~x86" -IUSE="+gtk3" - -DEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep knewstuff) - $(add_frameworks_dep kwidgetsaddons) - dev-libs/glib:2 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - x11-libs/gtk+:2 - gtk3? ( x11-libs/gtk+:3 ) -" -RDEPEND="${DEPEND} - $(add_plasma_dep kde-cli-tools) - !kde-base/kde-gtk-config:4 - !kde-misc/kde-gtk-config -" - -PATCHES=( "${FILESDIR}/${PN}-5.4.2-gtk3-optional.patch" ) - -src_configure() { - local mycmakeargs=( - -DDATA_INSTALL_DIR="${EPREFIX}/usr/share" - -DBUILD_gtk3proxies=$(usex gtk3) - ) - - kde5_src_configure -} - -pkg_postinst() { - kde5_pkg_postinst - einfo - elog "If you notice missing icons in your GTK applications, you may have to install" - elog "the corresponding themes for GTK. A good guess would be x11-themes/oxygen-gtk" - elog "for example." - einfo -} diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest index 3c370a6021d5..e858e1379a1a 100644 --- a/kde-plasma/kdecoration/Manifest +++ b/kde-plasma/kdecoration/Manifest @@ -1,5 +1,3 @@ DIST kdecoration-5.4.3.tar.xz 33580 SHA256 38056c388568e65976e8579825f863eccf01e730c159c81f674d3d80ebd522d5 SHA512 b346a370ddcc7ad3bda74c57f30e0eb586333e0a50d432382af1495ab292b2eeb0541e0d0638517c8133a75fd26e4f1e8c8ae731bc995ce6ad3b80a835b6b303 WHIRLPOOL 6926d3afba79a93c3d4473ba66f9b8409d2d347ccd19fd54229c0b3a1376be0419599614dd75068c313162af303b81c88925ce8ee304178872368d3db0ae3f5a -DIST kdecoration-5.5.0.tar.xz 34700 SHA256 2a276c1423b20afb5e0d785b4208b0c0b7d3bced29d6570b39b3c5dc86b4bcf1 SHA512 7dbf3974830c96756f52dd57e2e82292ad677a89a38d17f0b08bcfacb62de239451befa59b741c3f2beab3d4049f0b5632a2655d0a738961a0ba9519f0a42981 WHIRLPOOL 36b41e640c02103ee5687c251eb746ab4a627b30d4db32ac5445ac51675c1849beb5e14d7c85bd15d3b20d26b37572d4534f85e16cb95dbdc4cfb684f6fdb10a -DIST kdecoration-5.5.1.tar.xz 34696 SHA256 561222ff4a0328b10589f4135c3a2c9361ea0ce3605890eef03b2eb76ea4aeb9 SHA512 b9efbb714e6f1a6a3126542f494b2b7f19a24394678edac2c300e4d0e4ac66a1e6228dee8b1aec679462471b4d146c47081ee24e589e7645c634ea05bcb5cf0b WHIRLPOOL 24449db15e7280a535f734af6dc0a011a2012ca4dfd482da4cee4f72efd7a85df3a99df024b0785000c469ccaf54bd96aa02653bd8fcdca16faf98bccac0b87d DIST kdecoration-5.5.2.tar.xz 34708 SHA256 f0f24c8dafa939bdd640310f4549a3ce90a089fba3329c0e2d10f9bff1dc2bbd SHA512 ba1fe14217ef5b0e3143cee38f3ab864450b9293988751e0de5b361257c8d64e275ca0ede99743e86b9a179a6e6a3d470cfeaf8e31d144323552b9253322dc6a WHIRLPOOL 2f8cb0861268837a1442796afe72c6aec42ad80a04284a341b37cb25c2ed1dca78eb2b5b7d3724702da04a8fb16d34f374ece475017813f829b2e76c7e2a1646 DIST kdecoration-5.5.3.tar.xz 34672 SHA256 7b46a3dd3ccbe4de3d0da78062012a478d425a43f6cc85698ceb58bed25c1fd2 SHA512 5789e9de134ebc2b037807163466757aa4f593a180e65721d8971aafe932142c56312d983bb339323a30eebaa1fbaf9a5ce2ad5101dac41f089ea737d2a203ec WHIRLPOOL d413c7e20eba42cd10eb5f7a006fb7e62041159e563003dc32c59425501330a29ed9aeaf0af53ec53b5cf8bcd36e1691e9e668f0aee613b994be5cbf9b4dc199 diff --git a/kde-plasma/kdecoration/kdecoration-5.5.0.ebuild b/kde-plasma/kdecoration/kdecoration-5.5.0.ebuild deleted file mode 100644 index 774e3727af5e..000000000000 --- a/kde-plasma/kdecoration/kdecoration-5.5.0.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_TEST="forceoptional" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Plugin based library to create window decorations" -KEYWORDS=" ~amd64 ~x86" -IUSE="" - -DEPEND="dev-qt/qtgui:5" -RDEPEND="${DEPEND}" diff --git a/kde-plasma/kdecoration/kdecoration-5.5.1.ebuild b/kde-plasma/kdecoration/kdecoration-5.5.1.ebuild deleted file mode 100644 index a489126e03ef..000000000000 --- a/kde-plasma/kdecoration/kdecoration-5.5.1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_TEST="forceoptional" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Plugin based library to create window decorations" -LICENSE="|| ( LGPL-2.1 LGPL-3 )" -KEYWORDS=" ~amd64 ~x86" -IUSE="" - -DEPEND="dev-qt/qtgui:5" -RDEPEND="${DEPEND}" diff --git a/kde-plasma/kdeplasma-addons/Manifest b/kde-plasma/kdeplasma-addons/Manifest index 5e2f0aa11013..47591b379cd8 100644 --- a/kde-plasma/kdeplasma-addons/Manifest +++ b/kde-plasma/kdeplasma-addons/Manifest @@ -1,5 +1,3 @@ DIST kdeplasma-addons-5.4.3.tar.xz 2076536 SHA256 b7672cfea66f08d1fb8732157caf920788b3c5ace20cbe98e662a60a69e6d873 SHA512 6f499a19ad89c433f18977485730d27a4d553e2fbf8002772797e7ad08648f6b576848083ae53066b6b6c27ff4ab2d4569952b9427f72610e5d94d9cbe1a2c44 WHIRLPOOL b621a6db0c7cdf2c9f78ba050cd59b7ce1e856087eea93c187884d4f470afb71adc2ff514f59bfe593aef25ac9486a95852b91df020424ff034cd0bcfca7c8ea -DIST kdeplasma-addons-5.5.0.tar.xz 2111268 SHA256 3fd3fdbfb8b11a4552f1d9607234e6c54a3a88120875717f158d88b7ee497cf8 SHA512 67ba7306f0b1e6e04e5a69906e1aff650d2fc502926d599f846c0f45bf8c1d24ca21d8146e03d79f6e7e2e691e7ab7949eebfe80dd32a4a5cd1824e04e68923c WHIRLPOOL 6c030f073c59a8fe2b9c8138f633971341aff4b7178ba666fc3e3eed1f8c8ec9b7035d08add25c2276461105031525854ce9f8c0aa00b839ca3137a6a04e4b72 -DIST kdeplasma-addons-5.5.1.tar.xz 2111936 SHA256 3486d8bf1e686d33196b342dc5c8d47ce9c3c6e3178ace72faf37ce51bb9a944 SHA512 2943fcf9fc0c41f3ce1522801c2ea760544254c91c5089731b1ba098b546edd3da573f37cf84e81db99ea97ccb188d6c7d114f0578f58a8c079f2a5bb6297f26 WHIRLPOOL 47261c1415329cfacaf7e73373d076b95e2a6c854b2065307f07811f3df48288aeafeaa94abd7b1757aa89095a09d83def97920b292680d788f3710c78936469 DIST kdeplasma-addons-5.5.2.tar.xz 2111648 SHA256 84664e42c0923cb150574913d7f66eb40115f514f653284cbd32ae223c7e1053 SHA512 c9c38d7a3180d7ae6950fa1092e7a3e0a2083d0ee049ba7c95a8c32dcb795ecfc58b10cebd5a000a34dadc1b77f9c20e548aa032ab9d94e0fd4cf1838308f906 WHIRLPOOL 6b9d10842e547e3fd2c0d1046c3945149413b6a717698934e84cf802da6880acc3defb71d885ddeafd6d59c824cacf7708bf040340e03851ebc3b60ea9ffa3cd DIST kdeplasma-addons-5.5.3.tar.xz 2112868 SHA256 3a7caf27515d47fea7d1b22d7dab7297bf47e84ff3ea66498179d1164a2d5244 SHA512 fc5e3015c4343e9a03f3927012395bc4ea693291ca45cbcef814a427f37f5e32b05a3ed8b21ac22ead3327767727225533b19ca500c823a6780a1b22e3f2008e WHIRLPOOL d49a1fff8ddb50a58f598116627ccd2470bd0ceee0fdbe538e6f5a0c7eba78e5479ff8acc242280923589e38f0450f5604ef120f0dfc0ec3cae3a4ca5bdf34c1 diff --git a/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.5.0.ebuild b/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.5.0.ebuild deleted file mode 100644 index f34b6f1ad214..000000000000 --- a/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.5.0.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit kde5 - -DESCRIPTION="Extra Plasma applets and engines" -LICENSE="GPL-2 LGPL-2" -KEYWORDS=" ~amd64 ~x86" -IUSE="ibus scim" - -DEPEND=" - $(add_frameworks_dep kactivities) - $(add_frameworks_dep karchive) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep knewstuff) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kpackage) - $(add_frameworks_dep kross) - $(add_frameworks_dep krunner) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kunitconversion) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep plasma) - $(add_frameworks_dep sonnet) - dev-qt/qtdbus:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - ibus? ( - app-i18n/ibus - dev-libs/glib:2 - dev-qt/qtx11extras:5 - x11-libs/libxcb - x11-libs/xcb-util-keysyms - ) - scim? ( app-i18n/scim ) -" -RDEPEND="${DEPEND} - $(add_plasma_dep plasma-workspace) - !kde-base/kdeplasma-addons:4 -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package ibus IBus) - $(cmake-utils_use_find_package scim) - ) - - kde5_src_configure -} diff --git a/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.5.1.ebuild b/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.5.1.ebuild deleted file mode 100644 index f34b6f1ad214..000000000000 --- a/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.5.1.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit kde5 - -DESCRIPTION="Extra Plasma applets and engines" -LICENSE="GPL-2 LGPL-2" -KEYWORDS=" ~amd64 ~x86" -IUSE="ibus scim" - -DEPEND=" - $(add_frameworks_dep kactivities) - $(add_frameworks_dep karchive) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep knewstuff) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kpackage) - $(add_frameworks_dep kross) - $(add_frameworks_dep krunner) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kunitconversion) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep plasma) - $(add_frameworks_dep sonnet) - dev-qt/qtdbus:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - ibus? ( - app-i18n/ibus - dev-libs/glib:2 - dev-qt/qtx11extras:5 - x11-libs/libxcb - x11-libs/xcb-util-keysyms - ) - scim? ( app-i18n/scim ) -" -RDEPEND="${DEPEND} - $(add_plasma_dep plasma-workspace) - !kde-base/kdeplasma-addons:4 -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package ibus IBus) - $(cmake-utils_use_find_package scim) - ) - - kde5_src_configure -} diff --git a/kde-plasma/kgamma/Manifest b/kde-plasma/kgamma/Manifest index 2e61c9e69957..2babd8b48a91 100644 --- a/kde-plasma/kgamma/Manifest +++ b/kde-plasma/kgamma/Manifest @@ -1,5 +1,3 @@ DIST kgamma5-5.4.3.tar.xz 60308 SHA256 f9a143b29d862097d11ab497b8e672c9d27874e2ed92b971e4a3228e0098cb50 SHA512 9417d434a315c0debdec58ca1691babb002485184b5e02f21510dbdcdc4ef37614b96f69b625839efe6266aeb99ae21008a23734ce0201d1992130a29047881c WHIRLPOOL ce0f68e688a794d2959c1e0d0022f3508ab366198c81b2e5009f7745cf3cdb3bc9157a3cb8b3f565d141670a3e9e42c8c9d6d2f88e8a7be85cb948f01d6c0af4 -DIST kgamma5-5.5.0.tar.xz 60352 SHA256 0e2947636a4a8e1e4bb9b5f38eb557b62e6482b2ccb51c72027f88dc4005ccc4 SHA512 a10d8312559e84428a082ee1fb7492c9310bcdfa703951b7a39646da6c59972c46274c7d206762f0080f6cad3d23c20d91ed99e2d0756f369dd706341fa65623 WHIRLPOOL 55678f95a4885869efc762c9a9d6002a0cfd8860c2dcdea324db07b3e268ee67dd3af4619c121dd8a1a654044b72a3a1fcd952288e29539cab6375d1151ea93e -DIST kgamma5-5.5.1.tar.xz 60276 SHA256 7e20648aeb2c81e563485a743aac7a50ab0b791020c32daac9f9de23a8138b63 SHA512 17d609432cc3773732ed474a392f73d22f085dd54687e073c48b9b7bc92f20d6221e923ce4ecda840b9a2855038da3ae51e58f8e2825259b78c2979c6e351815 WHIRLPOOL 2bee2c3a90faac2a706a237c278d1313a926a02a17d0de0b9e8b7d24e40f198cdffee8d27739705efd2b862709d598660e803360d248b2e4b14b00a98e6047c6 DIST kgamma5-5.5.2.tar.xz 60324 SHA256 d8f014a434da5ad542031e92dc59c0482f047a88ed50baef996484b1b23b9f51 SHA512 72c1ee7f5870168897c37ff62000e8c06b8be59642a973067f5820336ca77ee7024b6c5fb10a5eb84dac24416e9e8b7af1a03c2d0330a79a1af95fefe214005f WHIRLPOOL 164e0964e0c5963137b169eed745fc60cfe61295a5c1a4bd628212ea65953ab3e7b57be2a4135b6ee02dd6e105835848ff646ec8eda835f8cb524d4b9a9fb269 DIST kgamma5-5.5.3.tar.xz 60292 SHA256 e48d7bbe90b5a2cde2976650bc466a7ee3037593657df2014ad72b181d0fa45e SHA512 540d14cb946ff64a70223a0105f226accc5ecd6f64d8b0cb5ff339552b5baf068b887d798101084582cce77d92fbe18a3b31075cb2593bc1d89f324a7dca5900 WHIRLPOOL 3241ea50c2208d4a33690569bb4f27465b0ba68e92a06222340fddb5d37817080dc7461eee0e0e8bde9a1db1f0b5719111f07c92732d8456bd21d23aea31a505 diff --git a/kde-plasma/kgamma/kgamma-5.5.0.ebuild b/kde-plasma/kgamma/kgamma-5.5.0.ebuild deleted file mode 100644 index cf403950cc67..000000000000 --- a/kde-plasma/kgamma/kgamma-5.5.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="true" -KMNAME="${PN}5" -inherit kde5 - -DESCRIPTION="Screen gamma values kcontrol module" -KEYWORDS=" ~amd64 ~x86" -IUSE="" - -RDEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep ki18n) - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - x11-libs/libX11 - x11-libs/libXxf86vm -" -DEPEND="${RDEPEND} - x11-proto/xf86vidmodeproto - ! -Date: Tue, 8 Dec 2015 20:26:26 +0100 -Subject: [PATCH] Fix migration of multiple favorites. - -BUG:356398 ---- - desktoppackage/contents/updates/obsolete_kickoffrc.js | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/desktoppackage/contents/updates/obsolete_kickoffrc.js b/desktoppackage/contents/updates/obsolete_kickoffrc.js -index aae077f..d92cae9 100644 ---- a/desktoppackage/contents/updates/obsolete_kickoffrc.js -+++ b/desktoppackage/contents/updates/obsolete_kickoffrc.js -@@ -1,7 +1,7 @@ - var kickoffConfig = ConfigFile("kickoffrc"); - - kickoffConfig.group = "Favorites"; --var favorites = kickoffConfig.readEntry("FavoriteURLs"); -+var favorites = kickoffConfig.readEntry("FavoriteURLs").split(','); - - kickoffConfig.group = "SystemApplications"; - var systemApplications = kickoffConfig.readEntry("DesktopFiles").split(','); --- -2.4.10 - diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.5.0-r1.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.5.0-r1.ebuild deleted file mode 100644 index 59ec709f7306..000000000000 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.5.0-r1.ebuild +++ /dev/null @@ -1,140 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="true" -KDE_TEST="true" -inherit kde5 - -DESCRIPTION="KDE Plasma desktop" -KEYWORDS=" ~amd64 ~x86" -IUSE="+evdev +fontconfig gtk2 gtk3 legacy-systray pulseaudio +qt4 touchpad" - -COMMON_DEPEND=" - $(add_plasma_dep kwin) - $(add_plasma_dep plasma-workspace) - $(add_frameworks_dep attica) - $(add_frameworks_dep baloo) - $(add_frameworks_dep kactivities) - $(add_frameworks_dep karchive) - $(add_frameworks_dep kauth) - $(add_frameworks_dep kbookmarks) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep kded) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep kemoticons) - $(add_frameworks_dep kglobalaccel) - $(add_frameworks_dep kguiaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kitemmodels) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep knewstuff) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep knotifyconfig) - $(add_frameworks_dep kparts) - $(add_frameworks_dep kpeople) - $(add_frameworks_dep krunner) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwallet) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep plasma) - $(add_frameworks_dep solid) - $(add_frameworks_dep sonnet) - dev-qt/qtconcurrent:5 - dev-qt/qtdbus:5 - dev-qt/qtdeclarative: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/qtx11extras:5 - dev-qt/qtxml:5 - media-libs/phonon[qt5] - x11-libs/libX11 - x11-libs/libXcursor - x11-libs/libXfixes - x11-libs/libXi - x11-libs/libxcb - x11-libs/libxkbfile - fontconfig? ( - media-libs/fontconfig - media-libs/freetype - x11-libs/libXft - x11-libs/xcb-util-image - ) - pulseaudio? ( - dev-libs/glib:2 - media-libs/libcanberra - media-sound/pulseaudio - ) - touchpad? ( x11-drivers/xf86-input-synaptics ) -" -RDEPEND="${COMMON_DEPEND} - $(add_plasma_dep breeze) - $(add_plasma_dep kde-cli-tools) - $(add_plasma_dep oxygen) - sys-apps/accountsservice - x11-apps/setxkbmap - legacy-systray? ( - gtk2? ( dev-libs/libappindicator:2 ) - gtk3? ( dev-libs/libappindicator:3 ) - qt4? ( dev-libs/sni-qt ) - ) - pulseaudio? ( $(add_plasma_dep plasma-pa ) ) - qt4? ( kde-base/qguiplatformplugin_kde ) - !kde-apps/kcontrol - !kde-apps/kdepasswd - !kde-apps/knetattach[handbook] - !kde-base/plasma-desktop:4 - !kde-base/plasma-workspace:4 - !kde-base/solid-actions-kcm:4 - !kde-base/systemsettings:4 - !kde-misc/kcm_touchpad - !kde-misc/kcm-touchpad - !kde-plasma/kcm-touchpad -" -DEPEND="${COMMON_DEPEND} - dev-libs/boost - x11-proto/xproto - evdev? ( x11-drivers/xf86-input-evdev ) - fontconfig? ( x11-libs/libXrender ) -" - -REQUIRED_USE="legacy-systray? ( || ( gtk2 gtk3 qt4 ) ) gtk2? ( legacy-systray ) gtk3? ( legacy-systray )" - -PATCHES=( "${FILESDIR}/${P}-favourites-migration.patch" ) - -pkg_setup() { - if has_version net-im/skype && use legacy-systray && use amd64; then - einfo - elog "You need to install dev-libs/sni-qt[abi_x86_32] as skype is a 32-bit binary." - einfo - fi -} - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package evdev) - $(cmake-utils_use_find_package fontconfig Fontconfig) - $(cmake-utils_use_find_package pulseaudio PulseAudio) - $(cmake-utils_use_find_package touchpad Synaptics) - ) - - kde5_src_configure -} diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.5.1.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.5.1.ebuild deleted file mode 100644 index cdf749a0f5aa..000000000000 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.5.1.ebuild +++ /dev/null @@ -1,138 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="true" -KDE_TEST="true" -inherit kde5 - -DESCRIPTION="KDE Plasma desktop" -KEYWORDS=" ~amd64 ~x86" -IUSE="+evdev +fontconfig gtk2 gtk3 legacy-systray pulseaudio +qt4 touchpad" - -COMMON_DEPEND=" - $(add_plasma_dep kwin) - $(add_plasma_dep plasma-workspace) - $(add_frameworks_dep attica) - $(add_frameworks_dep baloo) - $(add_frameworks_dep kactivities) - $(add_frameworks_dep karchive) - $(add_frameworks_dep kauth) - $(add_frameworks_dep kbookmarks) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep kded) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep kemoticons) - $(add_frameworks_dep kglobalaccel) - $(add_frameworks_dep kguiaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kitemmodels) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep knewstuff) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep knotifyconfig) - $(add_frameworks_dep kparts) - $(add_frameworks_dep kpeople) - $(add_frameworks_dep krunner) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwallet) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep plasma) - $(add_frameworks_dep solid) - $(add_frameworks_dep sonnet) - dev-qt/qtconcurrent:5 - dev-qt/qtdbus:5 - dev-qt/qtdeclarative: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/qtx11extras:5 - dev-qt/qtxml:5 - media-libs/phonon[qt5] - x11-libs/libX11 - x11-libs/libXcursor - x11-libs/libXfixes - x11-libs/libXi - x11-libs/libxcb - x11-libs/libxkbfile - fontconfig? ( - media-libs/fontconfig - media-libs/freetype - x11-libs/libXft - x11-libs/xcb-util-image - ) - pulseaudio? ( - dev-libs/glib:2 - media-libs/libcanberra - media-sound/pulseaudio - ) - touchpad? ( x11-drivers/xf86-input-synaptics ) -" -RDEPEND="${COMMON_DEPEND} - $(add_plasma_dep breeze) - $(add_plasma_dep kde-cli-tools) - $(add_plasma_dep oxygen) - sys-apps/accountsservice - x11-apps/setxkbmap - legacy-systray? ( - gtk2? ( dev-libs/libappindicator:2 ) - gtk3? ( dev-libs/libappindicator:3 ) - qt4? ( dev-libs/sni-qt ) - ) - pulseaudio? ( $(add_plasma_dep plasma-pa ) ) - qt4? ( kde-base/qguiplatformplugin_kde ) - !kde-apps/kcontrol - !kde-apps/kdepasswd - !kde-apps/knetattach[handbook] - !kde-base/plasma-desktop:4 - !kde-base/plasma-workspace:4 - !kde-base/solid-actions-kcm:4 - !kde-base/systemsettings:4 - !kde-misc/kcm_touchpad - !kde-misc/kcm-touchpad - !kde-plasma/kcm-touchpad -" -DEPEND="${COMMON_DEPEND} - dev-libs/boost - x11-proto/xproto - evdev? ( x11-drivers/xf86-input-evdev ) - fontconfig? ( x11-libs/libXrender ) -" - -REQUIRED_USE="legacy-systray? ( || ( gtk2 gtk3 qt4 ) ) gtk2? ( legacy-systray ) gtk3? ( legacy-systray )" - -pkg_setup() { - if has_version net-im/skype && use legacy-systray && use amd64; then - einfo - elog "You need to install dev-libs/sni-qt[abi_x86_32] as skype is a 32-bit binary." - einfo - fi -} - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package evdev) - $(cmake-utils_use_find_package fontconfig Fontconfig) - $(cmake-utils_use_find_package pulseaudio PulseAudio) - $(cmake-utils_use_find_package touchpad Synaptics) - ) - - kde5_src_configure -} diff --git a/kde-plasma/plasma-mediacenter/Manifest b/kde-plasma/plasma-mediacenter/Manifest index b4e423ee868e..d6d78f54532f 100644 --- a/kde-plasma/plasma-mediacenter/Manifest +++ b/kde-plasma/plasma-mediacenter/Manifest @@ -1,5 +1,3 @@ DIST plasma-mediacenter-5.4.3.tar.xz 158840 SHA256 6a13e0cab0f6699d45e75b77556fb5a8fd87c6e42803613863c9e1ee4782054d SHA512 e05291a61548b9c5b30523efc52238e40375f50159d99169520c433589943ba1514489887e20e2ce06f2139aa63ef02e1c89e5170477aeebd32a530ebce7efde WHIRLPOOL 5d16865356e928b9e8aff2b83ac45d3cbe92918371ca53102ac312dcc21003c62f7b0c769f4e46d3df3e77715d37c004efb387c340df281ee6dd722cecb14472 -DIST plasma-mediacenter-5.5.0.tar.xz 160088 SHA256 a2e01a6f1117848959d609e97225689764e7f38d3a0365b8e57bb85c875e5982 SHA512 95118f81a8f16150e9f8d166b816fc630afe055f00892ade6d6b820a764bbf7fafdb9e55468717cc49e7a43ae0587ba00930695b3d0f976da0cc160f862a27b1 WHIRLPOOL 2d21d72044efebc6661aba4d8be57a08fd50f877d5027490ece525fb5a368e6261c5d681d757ef5ccd798e4723d63e5cb707e6ccfd7aa75bcf1911208e965821 -DIST plasma-mediacenter-5.5.1.tar.xz 160040 SHA256 be81e0cd40d16c6c103e06d9222d3e5171d8ccadc99dbb54abd4e825738fb48b SHA512 1f5963caecc36bf8f6a6e83f12be405d7c0e2865784b552d80164d674845ab790a114f128ab2d30ded81c1f7f60c9fba1202cd1a6ae014cb8dd3998350668c99 WHIRLPOOL 3ff788909fc59ec1bae491806f301e84459eec44a0d7394a9462e5203e1dc794cb464e7ad76ca293e22828a11c5aac13f02d4ad99efddf1ad210d40189962f5c DIST plasma-mediacenter-5.5.2.tar.xz 160104 SHA256 52f3ee5a8d01c2bc6fafe065e0f441213a9697af5f2e66935d6738b3deb22980 SHA512 19b40b19a9b2ac3fe39ab5c2557ce50d233cf13ba97190127f5a0bb5474d250a881125b9790727340c521aef061df09c89bfbd6053d3fa6a51a0bac6e3c58f35 WHIRLPOOL c00354d4d96c3bcd1188c8978effa8c07a1b192930a1ad3bd17832f07bf10a860d348f2f845914346f6670177cc4ee6284b2617e04ee78b1933578cb6bbfa059 DIST plasma-mediacenter-5.5.3.tar.xz 160128 SHA256 7b71f0b34fb7a1fb9775f6ef416c7f32d4133cc302af3d5d8ef93d7fc1d45197 SHA512 7f430d9f4e9dfe83d228e6d0c795b19f56f96e291aa24010ee7b48c75b39d00d4399efa03f4deb345b64497ce0b34536a6c0a57d1cc6ba9a44fdcb8be8a6df5e WHIRLPOOL 94a7f5ffe17f75a4f9fb08e917fa1ff539b61d1f919b1e45bf38ca01cd9f0c3af387dfe664bd00a016c6d497ebbc6d2aadadaf542158fddef98a8f102cfb917d diff --git a/kde-plasma/plasma-mediacenter/plasma-mediacenter-5.5.0.ebuild b/kde-plasma/plasma-mediacenter/plasma-mediacenter-5.5.0.ebuild deleted file mode 100644 index 86255d8cfb67..000000000000 --- a/kde-plasma/plasma-mediacenter/plasma-mediacenter-5.5.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_PUNT_BOGUS_DEPS="true" -inherit kde5 - -DESCRIPTION="Unified media experience for any device capable of running KDE" -KEYWORDS=" ~amd64 ~x86" -IUSE="semantic-desktop" - -DEPEND=" - $(add_frameworks_dep kactivities) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep kguiaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep kservice) - $(add_frameworks_dep plasma) - dev-qt/qtdbus:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtxml:5 - media-libs/taglib - semantic-desktop? ( - $(add_frameworks_dep baloo) - $(add_frameworks_dep kfilemetadata) - ) -" -RDEPEND="${DEPEND} - $(add_plasma_dep plasma-workspace) - dev-qt/qtmultimedia:5[qml] - !media-video/plasma-mediacenter -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package semantic-desktop KF5Baloo) - $(cmake-utils_use_find_package semantic-desktop KF5FileMetadata) - ) - - kde5_src_configure -} diff --git a/kde-plasma/plasma-mediacenter/plasma-mediacenter-5.5.1.ebuild b/kde-plasma/plasma-mediacenter/plasma-mediacenter-5.5.1.ebuild deleted file mode 100644 index 86255d8cfb67..000000000000 --- a/kde-plasma/plasma-mediacenter/plasma-mediacenter-5.5.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_PUNT_BOGUS_DEPS="true" -inherit kde5 - -DESCRIPTION="Unified media experience for any device capable of running KDE" -KEYWORDS=" ~amd64 ~x86" -IUSE="semantic-desktop" - -DEPEND=" - $(add_frameworks_dep kactivities) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep kguiaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep kservice) - $(add_frameworks_dep plasma) - dev-qt/qtdbus:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtxml:5 - media-libs/taglib - semantic-desktop? ( - $(add_frameworks_dep baloo) - $(add_frameworks_dep kfilemetadata) - ) -" -RDEPEND="${DEPEND} - $(add_plasma_dep plasma-workspace) - dev-qt/qtmultimedia:5[qml] - !media-video/plasma-mediacenter -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package semantic-desktop KF5Baloo) - $(cmake-utils_use_find_package semantic-desktop KF5FileMetadata) - ) - - kde5_src_configure -} diff --git a/kde-plasma/plasma-meta/plasma-meta-5.5.0.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.5.0.ebuild deleted file mode 100644 index e2375b44950c..000000000000 --- a/kde-plasma/plasma-meta/plasma-meta-5.5.0.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit kde5-functions - -DESCRIPTION="Merge this to pull in all Plasma 5 packages" -HOMEPAGE="https://www.kde.org/workspaces/plasmadesktop/" - -LICENSE="metapackage" -SLOT="5" -KEYWORDS=" ~amd64 ~x86" -IUSE="bluetooth +display-manager gtk mediacenter networkmanager pulseaudio +sddm sdk +wallpapers" - -RDEPEND=" - $(add_plasma_dep breeze) - $(add_plasma_dep kde-cli-tools) - $(add_plasma_dep kdecoration) - $(add_plasma_dep kdeplasma-addons) - $(add_plasma_dep kgamma) - $(add_plasma_dep khelpcenter) - $(add_plasma_dep khotkeys) - $(add_plasma_dep kinfocenter) - $(add_plasma_dep kmenuedit) - $(add_plasma_dep kscreen) - $(add_plasma_dep kscreenlocker) - $(add_plasma_dep ksshaskpass) - $(add_plasma_dep ksysguard) - $(add_plasma_dep kwallet-pam) - $(add_plasma_dep kwayland) - $(add_plasma_dep kwayland-integration) - $(add_plasma_dep kwin) - $(add_plasma_dep kwrited) - $(add_plasma_dep libkscreen) - $(add_plasma_dep libksysguard) - $(add_plasma_dep milou) - $(add_plasma_dep oxygen) - $(add_plasma_dep plasma-desktop) - $(add_plasma_dep plasma-workspace) - $(add_plasma_dep polkit-kde-agent) - $(add_plasma_dep powerdevil) - $(add_plasma_dep systemsettings) - $(add_plasma_dep user-manager) - bluetooth? ( - $(add_plasma_dep bluedevil) - ) - display-manager? ( - sddm? ( x11-misc/sddm ) - !sddm? ( x11-misc/lightdm ) - ) - gtk? ( - $(add_plasma_dep breeze-gtk) - $(add_plasma_dep kde-gtk-config) - ) - mediacenter? ( $(add_plasma_dep plasma-mediacenter) ) - networkmanager? ( $(add_plasma_dep plasma-nm) ) - pulseaudio? ( $(add_plasma_dep plasma-pa) ) - sddm? ( $(add_plasma_dep sddm-kcm) ) - sdk? ( $(add_plasma_dep plasma-sdk) ) - wallpapers? ( $(add_plasma_dep plasma-workspace-wallpapers) ) -" diff --git a/kde-plasma/plasma-meta/plasma-meta-5.5.1.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.5.1.ebuild deleted file mode 100644 index e2375b44950c..000000000000 --- a/kde-plasma/plasma-meta/plasma-meta-5.5.1.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit kde5-functions - -DESCRIPTION="Merge this to pull in all Plasma 5 packages" -HOMEPAGE="https://www.kde.org/workspaces/plasmadesktop/" - -LICENSE="metapackage" -SLOT="5" -KEYWORDS=" ~amd64 ~x86" -IUSE="bluetooth +display-manager gtk mediacenter networkmanager pulseaudio +sddm sdk +wallpapers" - -RDEPEND=" - $(add_plasma_dep breeze) - $(add_plasma_dep kde-cli-tools) - $(add_plasma_dep kdecoration) - $(add_plasma_dep kdeplasma-addons) - $(add_plasma_dep kgamma) - $(add_plasma_dep khelpcenter) - $(add_plasma_dep khotkeys) - $(add_plasma_dep kinfocenter) - $(add_plasma_dep kmenuedit) - $(add_plasma_dep kscreen) - $(add_plasma_dep kscreenlocker) - $(add_plasma_dep ksshaskpass) - $(add_plasma_dep ksysguard) - $(add_plasma_dep kwallet-pam) - $(add_plasma_dep kwayland) - $(add_plasma_dep kwayland-integration) - $(add_plasma_dep kwin) - $(add_plasma_dep kwrited) - $(add_plasma_dep libkscreen) - $(add_plasma_dep libksysguard) - $(add_plasma_dep milou) - $(add_plasma_dep oxygen) - $(add_plasma_dep plasma-desktop) - $(add_plasma_dep plasma-workspace) - $(add_plasma_dep polkit-kde-agent) - $(add_plasma_dep powerdevil) - $(add_plasma_dep systemsettings) - $(add_plasma_dep user-manager) - bluetooth? ( - $(add_plasma_dep bluedevil) - ) - display-manager? ( - sddm? ( x11-misc/sddm ) - !sddm? ( x11-misc/lightdm ) - ) - gtk? ( - $(add_plasma_dep breeze-gtk) - $(add_plasma_dep kde-gtk-config) - ) - mediacenter? ( $(add_plasma_dep plasma-mediacenter) ) - networkmanager? ( $(add_plasma_dep plasma-nm) ) - pulseaudio? ( $(add_plasma_dep plasma-pa) ) - sddm? ( $(add_plasma_dep sddm-kcm) ) - sdk? ( $(add_plasma_dep plasma-sdk) ) - wallpapers? ( $(add_plasma_dep plasma-workspace-wallpapers) ) -" diff --git a/kde-plasma/plasma-nm/Manifest b/kde-plasma/plasma-nm/Manifest index 51c06a204a65..e5f41599b952 100644 --- a/kde-plasma/plasma-nm/Manifest +++ b/kde-plasma/plasma-nm/Manifest @@ -1,5 +1,3 @@ DIST plasma-nm-5.4.3.tar.xz 550868 SHA256 b9500cbd386868da566af58c6ae4b55b2a7ec95d3df3bd2258467c7d2cfc90f2 SHA512 013bf2e217deca5e1f00277f42622b46a7042416e2479b1cfcb1f64b598e29058c14314b65f9427cf9a54963b820d07077fafb21120ea17598b3579e95a6ac12 WHIRLPOOL 866167f470b4e741cb1e64016ddc1f977a08dfba43432e37f217dbe807c7d2e7b07c6e4afbc77b6a141a82235a052fead462f337c649b9388d211db8c2f15c3e -DIST plasma-nm-5.5.0.tar.xz 605796 SHA256 a4391942d81dcb1a752ef5e7ec6e84b97c6af598dc2e6c9ad02f3c7464ae9fb2 SHA512 0f600c24cbdbe3d6d82656c4efa074ec4363b247c994744917e343ae7f0c28d4929adbc5b4ffbc58cf2baeb5577782e3bf26d146ec340be1fd939c5d4987ec1e WHIRLPOOL dcf576914fa37de2fac1f742d9ef2ff0bb98c4937047d4e7655a1271b5993122ddd9b78bc6c05188169a22fa9900df530fa680c586456a3feca298ecfca2dc93 -DIST plasma-nm-5.5.1.tar.xz 608012 SHA256 0ffac9d50564928136d68c74a2d27f6eab450f51474e5dcceee09cf377420160 SHA512 05f2ab830c74ac7cc0306184c180ad8a20f088af8c6df3d8b60b6ebc4e3cb0a4ec41657d77e2f2d98b84e27faf7e3a4fdac1db55b9b68c68284281492563f739 WHIRLPOOL 69adb80f5b3ad721ba039dafe2addd12d490e5a691e264a35d3fc7ed730a7fbfd3aada4843ac5056f6063685e9271ca9f64fbf3dc1835bae692723294ce2ec69 DIST plasma-nm-5.5.2.tar.xz 607944 SHA256 7d186258a0d3b6d42538bd6828b6b23f23d57868529a56272701afad4c2ddd01 SHA512 dea6d3c3d1577476b2d83f5bbee4b46e7cb6b8db609536cb55c9fd08f7f325fd7dcb112e658f9a10545e35ca6a799f7b3e55ec9ac7650132157358fe31588e86 WHIRLPOOL 74f394e40937e8bb4f9e25d33f63f94995882127111257d435f996296fcda754a176ef6b868af757ce1ad5961df5ef0258c1dc6effae1d930b26886e39c0f342 DIST plasma-nm-5.5.3.tar.xz 608076 SHA256 d888777093bdcf894e221b3c8b8184edcfb96860b612efdc2f13367815e858c6 SHA512 455afc678e13aeba820689f527741768b66fe0c957c8adc008aa8c31b8c52af5a048e7554b8b55757772ffae06a2c8d1de9e4bc39456ac07f4e5ed9ba9fd7755 WHIRLPOOL 0d3731555cdede895698c9e3611da325240b09792da2d400d5f5e620b0949a0d4f834ce6b7587e7d029508f7f055916bc1f6a02c4dba2d4787a01848e49d140c diff --git a/kde-plasma/plasma-nm/plasma-nm-5.5.0.ebuild b/kde-plasma/plasma-nm/plasma-nm-5.5.0.ebuild deleted file mode 100644 index f9cd638c53e7..000000000000 --- a/kde-plasma/plasma-nm/plasma-nm-5.5.0.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit kde5 - -DESCRIPTION="KDE Plasma applet for NetworkManager" -LICENSE="GPL-2 LGPL-2.1" -KEYWORDS=" ~amd64 ~x86" -IUSE="modemmanager openconnect teamd" - -DEPEND=" - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwallet) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep networkmanager-qt 'teamd=') - $(add_frameworks_dep plasma) - $(add_frameworks_dep solid) - >=app-crypt/qca-2.1.0.3-r1:2[qt5] - dev-qt/qtdbus:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtwidgets:5 - >=net-misc/networkmanager-0.9.10.0[teamd=] - modemmanager? ( - $(add_frameworks_dep modemmanager-qt) - dev-qt/qtxml:5 - net-misc/mobile-broadband-provider-info - ) - openconnect? ( - dev-qt/qtxml:5 - net-misc/networkmanager-openconnect - net-misc/openconnect:= - ) -" -RDEPEND="${DEPEND} - $(add_plasma_dep plasma-workspace) - !kde-misc/plasma-nm -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package modemmanager ModemManager) - $(cmake-utils_use_find_package modemmanager KF5ModemManagerQt) - $(cmake-utils_use_find_package openconnect OpenConnect) - ) - - kde5_src_configure -} diff --git a/kde-plasma/plasma-nm/plasma-nm-5.5.1.ebuild b/kde-plasma/plasma-nm/plasma-nm-5.5.1.ebuild deleted file mode 100644 index f9cd638c53e7..000000000000 --- a/kde-plasma/plasma-nm/plasma-nm-5.5.1.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit kde5 - -DESCRIPTION="KDE Plasma applet for NetworkManager" -LICENSE="GPL-2 LGPL-2.1" -KEYWORDS=" ~amd64 ~x86" -IUSE="modemmanager openconnect teamd" - -DEPEND=" - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwallet) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep networkmanager-qt 'teamd=') - $(add_frameworks_dep plasma) - $(add_frameworks_dep solid) - >=app-crypt/qca-2.1.0.3-r1:2[qt5] - dev-qt/qtdbus:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtwidgets:5 - >=net-misc/networkmanager-0.9.10.0[teamd=] - modemmanager? ( - $(add_frameworks_dep modemmanager-qt) - dev-qt/qtxml:5 - net-misc/mobile-broadband-provider-info - ) - openconnect? ( - dev-qt/qtxml:5 - net-misc/networkmanager-openconnect - net-misc/openconnect:= - ) -" -RDEPEND="${DEPEND} - $(add_plasma_dep plasma-workspace) - !kde-misc/plasma-nm -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package modemmanager ModemManager) - $(cmake-utils_use_find_package modemmanager KF5ModemManagerQt) - $(cmake-utils_use_find_package openconnect OpenConnect) - ) - - kde5_src_configure -} diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest index 1e49e5633800..06393d86748a 100644 --- a/kde-plasma/plasma-pa/Manifest +++ b/kde-plasma/plasma-pa/Manifest @@ -1,5 +1,3 @@ DIST plasma-pa-5.4.3.tar.xz 44312 SHA256 2677af6636e84bfe8256fb23bbc00c0a0dbbeabeed15006604d0667ef75ecd9b SHA512 9a5073d2f661d4454a7bcc10e8f15b3bbceaecf46fb4f51eb94fb4be31b1d387e6c324ee8ff24f4e49000a90345e7315bd4c5c52c24f3c3d19cd3182be16699b WHIRLPOOL aa557495fd5aec275baaee58f921ccc5f0b3cf95931464a8098c3eefd531ec520b1d9bff2dc002d8bd13dd8273fb7b37b1c428947193ec77bd9a0890ab90dba2 -DIST plasma-pa-5.5.0.tar.xz 52080 SHA256 7522ff37433891ba1f999a8e9aedd4362d90f6fdfe514f3fe7bbd96e9cd5207a SHA512 78746a1c47b966c2a8603f62d7c6f67c1a1b415f04620886132429c8b1fa1a4959bbb6789568958d4a749a9f208a7e90500720d37da0c8977418620806142ca0 WHIRLPOOL bfd5d3762530969c37895967d15de6c60ce5b43be21bf8013012b0c367dcf687d5a78e7c3e91b37c0d93de4f14c8d0e7c98628d31aacc50d8482cee84aa059bc -DIST plasma-pa-5.5.1.tar.xz 53804 SHA256 13de2fa6d8c739b65ad1019ce937652ca6bdc3d9da1687a7954800dcc9a5ca8d SHA512 92bb286025dc37311094c94e9923aef38df1181f68c27f36c4769870e4518616a010241cec953362091b3bdbdf764379f9ec27fd708e0e8aa01d5807e2a97d6d WHIRLPOOL 06a373c3bd471a95311079f4730f4053a6eb17297377e604f963dab516b203c030e5c877f7cdabffc9d3ed9d36f80664f7a92bafb54e6c2661e8d78e4d08063e DIST plasma-pa-5.5.2.tar.xz 53820 SHA256 d19954201cf34fdb476f0d9e8f876ac76f2eba7e27b1403871deb6a06bd9335a SHA512 0672278f4e49ffa78553f9faaece8f3a6fbfca55eed96814e218dc95c92d043b1a47b7ca7d344b0775be2bd31d3d47899303bad44bfdb53d5883c61538efa7d7 WHIRLPOOL bd7f7a862a5bb7b3df33a2618ca2ba8dd9b5ab3897b8e26502f7f32c45c82071dc8c7f4a66c877160bc11e55f8717554e3dff10605b786f0b16608a5e3d2a97b DIST plasma-pa-5.5.3.tar.xz 53876 SHA256 eeb3b1ccea3415c53fe801dcaeecda0bbd681b6e427987f692407b0d7772ed42 SHA512 f82cf46db8029409cba7115a7647fe020b2e19a300744ce2a1d83a2f10c0983bfaccf890a39662c9e6f4e41942c4f5d5f1986033e24387bf8959fb5c4b1a99b8 WHIRLPOOL af4e21d3dfaa61b95c787eff752a5552867a998393bab8e28b9c332277e2918403a2f15b84a9fe0bb8af721d35bb8bc95c37609aa22a907ddba414bb03a10180 diff --git a/kde-plasma/plasma-pa/plasma-pa-5.5.0.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.5.0.ebuild deleted file mode 100644 index b5034ac703cc..000000000000 --- a/kde-plasma/plasma-pa/plasma-pa-5.5.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_PUNT_BOGUS_DEPS="true" -inherit kde5 - -DESCRIPTION="Plasma applet for audio volume management using PulseAudio" -KEYWORDS=" ~amd64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep kglobalaccel) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep plasma) - dev-qt/qtdbus:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - media-sound/pulseaudio -" - -RDEPEND="${DEPEND}" diff --git a/kde-plasma/plasma-pa/plasma-pa-5.5.1.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.5.1.ebuild deleted file mode 100644 index b5034ac703cc..000000000000 --- a/kde-plasma/plasma-pa/plasma-pa-5.5.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_PUNT_BOGUS_DEPS="true" -inherit kde5 - -DESCRIPTION="Plasma applet for audio volume management using PulseAudio" -KEYWORDS=" ~amd64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep kglobalaccel) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep plasma) - dev-qt/qtdbus:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - media-sound/pulseaudio -" - -RDEPEND="${DEPEND}" diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest index bba4abc9a728..8c65831f9452 100644 --- a/kde-plasma/plasma-sdk/Manifest +++ b/kde-plasma/plasma-sdk/Manifest @@ -1,5 +1,3 @@ DIST plasma-sdk-5.4.3.tar.xz 645240 SHA256 68b5f4acf8614a097a45a39b9a589e3a6c2fe13fc1801e7d612e1233c00ba321 SHA512 fa8020ecf67ff2d49957691cecb1de4502914f7783d8e60ffaeba6543f9a7cad3b62804e7d90b20bf3b918c4523bcf017565f74cfd946a09f418b9273f12e0cf WHIRLPOOL 940eec0d9bcc468a96cd26ad556681d7a281e72c11d63f4b2f89182db8190a7e8060692b6e5adac8a3f948f752af151dfc6468bbbb2fa3c7fb024f53d06cf7f1 -DIST plasma-sdk-5.5.0.tar.xz 663212 SHA256 9b14ac59f8a387d4bc33605996c94d54b0d10aed26318180bf48e1f58bb2d4a4 SHA512 78495973caa0a7b85f2e25a8fcc9aa5fa85fea11c609668e7cd851017d1dfe18eeb73202e17215dbee6f9007f07c166d6ee98fee34464a106c3161b47e529a9c WHIRLPOOL 6e67a93f8cd93f37f13164268add3a9db28aeb742cd959afd611628407ce23cda88bc310d080c1cb2466ca75c7b55b1703e0cfab417cf022bb67ae22084146a2 -DIST plasma-sdk-5.5.1.tar.xz 663300 SHA256 1e1e6fbb77808130516fdcdbe3ac3d395bc975252a077e6c0be5de3fdb4733e8 SHA512 2db6fbb2acaadcfc4e55f4787ca802922efb7675b78a674f2c54e8399e954fe78d1eb9426b79c1f36af425631297bf105cbe1d6b944325e4dd977500087939f3 WHIRLPOOL e173db1f7307fc7696ce44fe629ed13c7e5b1cde200af3a300f68d0570d44d05f21c76991d82c0ada0f7458a90b4e906b24d6658dfa58388b50b07e825f00382 DIST plasma-sdk-5.5.2.tar.xz 663296 SHA256 8fa8062025d749565d84843777f2fa103936f3811361277b39e037814a31362a SHA512 82f2e5b4cf4f7917825ed6f8f2895c139d5bebfb67b8c9b0065a5df1cc5772784fb5c419f8f3a2bfbb12cab89ce16cc80564c810f06b6aaf7f1dfb1cdbfd4678 WHIRLPOOL 03fa0aa94aba5e28033ed1a3458541eae1fc30ff0ba895fb29b705e6dd5596c69362d1e66240c09c88ca4e5f60181f96cbb5ffd744c3c5b31ec5e8399b9e6273 DIST plasma-sdk-5.5.3.tar.xz 663248 SHA256 65d2c611d42bd28ce4e1cbbbfbe0c915b7d85229cf1dc5587c2ed6fa86420f33 SHA512 18207da8f0c3a33a3a2e5d693c5c05231805605be50af6ac65d32b8647f1e59bfeb657e6c8ff6ef8d111b48e24a8079a7417a33bc5d9bc0f86a7ec1040640325 WHIRLPOOL 0a12d17826a1adc252ca35f13982b83eadc9e1d560e05fba63c2d96fc8c6815efa762442f34550eab8c402c2af2ac2bf4f7bf4eeacc69aaaacf733af0af2cd4c diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.5.0.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.5.0.ebuild deleted file mode 100644 index 213c37b559e5..000000000000 --- a/kde-plasma/plasma-sdk/plasma-sdk-5.5.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_TEST="true" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Useful applications for Plasma development" -KEYWORDS=" ~amd64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kpackage) - $(add_frameworks_dep kservice) - $(add_frameworks_dep ktexteditor) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep plasma) - dev-qt/qtdbus:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 -" -RDEPEND="${DEPEND} - !dev-util/plasmate -" - -PATCHES=( "${FILESDIR}/${PN}-5.3.2-remove-qtwebkit.patch" ) diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.5.1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.5.1.ebuild deleted file mode 100644 index 213c37b559e5..000000000000 --- a/kde-plasma/plasma-sdk/plasma-sdk-5.5.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_TEST="true" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Useful applications for Plasma development" -KEYWORDS=" ~amd64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kpackage) - $(add_frameworks_dep kservice) - $(add_frameworks_dep ktexteditor) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep plasma) - dev-qt/qtdbus:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 -" -RDEPEND="${DEPEND} - !dev-util/plasmate -" - -PATCHES=( "${FILESDIR}/${PN}-5.3.2-remove-qtwebkit.patch" ) diff --git a/kde-plasma/plasma-workspace-wallpapers/Manifest b/kde-plasma/plasma-workspace-wallpapers/Manifest index de3f7f26da80..22d070f176c1 100644 --- a/kde-plasma/plasma-workspace-wallpapers/Manifest +++ b/kde-plasma/plasma-workspace-wallpapers/Manifest @@ -1,5 +1,3 @@ DIST plasma-workspace-wallpapers-5.4.3.tar.xz 50572248 SHA256 1de6e524506b00a2948c19175292dd02916e19fa9111c66a9dcefab3444bcb8b SHA512 976167fb283ac5176f189c63cbbdccad2908ef5e9bedbf5364ec7abf83cd2be7e80b6c19429cae65cb1d11946c8d308c55c1d540d19190328de32c5ad8b700df WHIRLPOOL df24a56cb1d8d8765fa2320f80b9f9e23f216116baab95bb2842e5be54f708e9e384a1fb758b012aee5dc4966804a8dc3bebf34e510d77db530cafe9c5070cc7 -DIST plasma-workspace-wallpapers-5.5.0.tar.xz 45917108 SHA256 bf11efae144e3e00623b565aedd5f48e24aba29ec03466d4f5b561e4ff214563 SHA512 21a34425874333c62226122effd75e2d5c15f88334c09f50d090509ded64f25a641c94cc1589ec516e40a346b243c540a426ca01d7ce7d9705701e823948fc29 WHIRLPOOL 9a707845f0088677e3b160b80a4696268d8db338e2c7b328ed2fbc08c4c6a4364c8c71a66accfbcadca02c59dca2282e493a4eec0f57d913d6dc5ae17f2968bb -DIST plasma-workspace-wallpapers-5.5.1.tar.xz 45917036 SHA256 317f3204ce070d42efb3ae208f9f151e817890da7c64d21eedb26db9d85b4bf0 SHA512 555ce8ce79306bbb86a6ca45e08d8e78e62b0089ecd0a1ff3eff2937369ce059dc2739b8d9c497152976c69546af276855fce507c730fbe2cbda56842f37cc19 WHIRLPOOL ae0b52d417941aa2473f985950520017f5044d1a5796fcf5715c1731b9da9c71f18973fdbe139525e208c3b8cfada91b59f00f6eb7d338836e44a58aa49dc5f4 DIST plasma-workspace-wallpapers-5.5.2.tar.xz 45917196 SHA256 3387251123d92420a4f5303f217bdc11f7479bf9a460f0450a697d0dfdaffe85 SHA512 329e62538d8a6bb7bb1cf65901c47849150bc18259a0ea89032ddbc980792d702146df5e5e44046a7c393ac6a1bfd62b6370e9cfcf6a5e2d38ff054ca42086bb WHIRLPOOL 0d0a35e088c062a7d244345229c30caea1d3c243cb8eb978f451525fcd955c637ffe19592bbefc988d0fc68a1ef76ccaf39f1c6ec868d4ac17f8a3fe2851bf84 DIST plasma-workspace-wallpapers-5.5.3.tar.xz 45916996 SHA256 b7cbf02f16ccd75aa70f62bea79278577ae498f5a498ecd6dd572744b8f62fc4 SHA512 77d29efe93c6eb543cf1c1b72d445d8a12966ae403ae4105dd203689bddc3c0a413dd82b6076daecbc70df3c003e58f1d422fac4417d5c37f45e6f645e501c3a WHIRLPOOL 64e715a1260fbb8967f6d79917e881de35526f0b853ac46fa095c447598a1800fd592de7623538fd09a26543d4910c4f2e758055c639bd249dc5ae4f9fd62640 diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.5.0-r1.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.5.0-r1.ebuild deleted file mode 100644 index e3b472d90c13..000000000000 --- a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.5.0-r1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_AUTODEPS="false" -KDE_DEBUG="false" -inherit kde5 - -DESCRIPTION="Additional wallpapers for the Plasma workspace" -KEYWORDS=" ~amd64 ~x86" -IUSE="" - -DEPEND="$(add_frameworks_dep extra-cmake-modules)" -RDEPEND="! /dev/null || die - comment_add_subdirectory geolocation - popd > /dev/null || die - fi -} - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package dbus dbusmenu-qt5) - $(cmake-utils_use_find_package gps libgps) - $(cmake-utils_use_find_package prison) - $(cmake-utils_use_find_package qalculate Qalculate) - ) - - kde5_src_configure -} - -src_install() { - kde5_src_install - - # startup and shutdown scripts - insinto /etc/plasma/startup - doins "${FILESDIR}/agent-startup.sh" - - insinto /etc/plasma/shutdown - doins "${FILESDIR}/agent-shutdown.sh" -} - -pkg_postinst () { - kde5_pkg_postinst - - echo - elog "To enable gpg-agent and/or ssh-agent in Plasma sessions," - elog "edit ${EPREFIX}/etc/plasma/startup/agent-startup.sh and" - elog "${EPREFIX}/etc/plasma/shutdown/agent-shutdown.sh" - echo -} diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.5.1.1.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.5.1.1.ebuild deleted file mode 100644 index eb317475338e..000000000000 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.5.1.1.ebuild +++ /dev/null @@ -1,173 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="true" -KDE_PUNT_BOGUS_DEPS="true" -KDE_TEST="true" -QT_MINIMAL="5.5.0" -VIRTUALX_REQUIRED="test" -inherit kde5 multilib qmake-utils - -DESCRIPTION="KDE Plasma workspace" -KEYWORDS=" ~amd64 ~x86" -IUSE="dbus +geolocation gps prison qalculate" - -COMMON_DEPEND=" - $(add_frameworks_dep baloo) - $(add_frameworks_dep kactivities) - $(add_frameworks_dep kauth) - $(add_frameworks_dep kbookmarks) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep kdesu) - $(add_frameworks_dep kglobalaccel) - $(add_frameworks_dep kguiaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kidletime) - $(add_frameworks_dep kio) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep kjs) - $(add_frameworks_dep kjsembed) - $(add_frameworks_dep knewstuff) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep knotifyconfig) - $(add_frameworks_dep kpackage) - $(add_frameworks_dep krunner) - $(add_frameworks_dep kservice) - $(add_frameworks_dep ktexteditor) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwallet) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep kxmlrpcclient) - $(add_frameworks_dep plasma) - $(add_frameworks_dep solid) - $(add_plasma_dep kscreenlocker) - $(add_plasma_dep kwayland) - $(add_plasma_dep kwin) - $(add_plasma_dep libkscreen) - $(add_plasma_dep libksysguard) - dev-qt/qtconcurrent:5 - dev-qt/qtdbus:5 - dev-qt/qtdeclarative:5[widgets] - dev-qt/qtgui:5[jpeg] - dev-qt/qtnetwork:5 - dev-qt/qtscript:5 - dev-qt/qtsql:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - dev-qt/qtxml:5 - media-libs/phonon[qt5] - sys-libs/zlib - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXau - x11-libs/libxcb - x11-libs/libXfixes - x11-libs/libXrender - x11-libs/xcb-util - x11-libs/xcb-util-image - dbus? ( dev-libs/libdbusmenu-qt[qt5] ) - geolocation? ( $(add_frameworks_dep networkmanager-qt) ) - gps? ( sci-geosciences/gpsd ) - prison? ( media-libs/prison:5 ) - qalculate? ( sci-libs/libqalculate ) -" -RDEPEND="${COMMON_DEPEND} - $(add_frameworks_dep kded) - $(add_kdeapps_dep kio-extras) - $(add_plasma_dep kde-cli-tools) - $(add_plasma_dep ksysguard) - $(add_plasma_dep milou) - dev-qt/qdbus:5 - dev-qt/qtpaths:5 - dev-qt/qtquickcontrols:5[widgets] - x11-apps/mkfontdir - x11-apps/xmessage - x11-apps/xprop - x11-apps/xrdb - x11-apps/xset - x11-apps/xsetroot - !dev-libs/xembed-sni-proxy - !kde-base/freespacenotifier:4 - !kde-base/libtaskmanager:4 - !kde-base/kcminit:4 - !kde-base/kdebase-startkde:4 - !kde-base/klipper:4 - !kde-base/krunner:4 - !kde-base/ksmserver:4 - !kde-base/ksplash:4 - !kde-base/plasma-workspace:4 -" -DEPEND="${COMMON_DEPEND} - x11-proto/xproto -" - -PATCHES=( "${FILESDIR}/${PN}-5.4-startkde-script.patch" ) - -RESTRICT="test" - -S=${WORKDIR}/${PN}-5.5.1 - -src_prepare() { - # whole patch should be upstreamed, doesn't work in PATCHES - epatch "${FILESDIR}/${PN}-tests-optional.patch" - - kde5_src_prepare - - sed -e "s|\`qtpaths|\`$(qt5_get_bindir)/qtpaths|" \ - -i startkde/startkde.cmake startkde/startplasmacompositor.cmake || die - - if ! use geolocation; then - punt_bogus_dep KF5 NetworkManagerQt - pushd dataengines > /dev/null || die - comment_add_subdirectory geolocation - popd > /dev/null || die - fi -} - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package dbus dbusmenu-qt5) - $(cmake-utils_use_find_package gps libgps) - $(cmake-utils_use_find_package prison) - $(cmake-utils_use_find_package qalculate Qalculate) - ) - - kde5_src_configure -} - -src_install() { - kde5_src_install - - # startup and shutdown scripts - insinto /etc/plasma/startup - doins "${FILESDIR}/agent-startup.sh" - - insinto /etc/plasma/shutdown - doins "${FILESDIR}/agent-shutdown.sh" -} - -pkg_postinst () { - kde5_pkg_postinst - - echo - elog "To enable gpg-agent and/or ssh-agent in Plasma sessions," - elog "edit ${EPREFIX}/etc/plasma/startup/agent-startup.sh and" - elog "${EPREFIX}/etc/plasma/shutdown/agent-shutdown.sh" - echo -} diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.5.1.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.5.1.ebuild deleted file mode 100644 index 004cd1d98b3a..000000000000 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.5.1.ebuild +++ /dev/null @@ -1,171 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="true" -KDE_PUNT_BOGUS_DEPS="true" -KDE_TEST="true" -QT_MINIMAL="5.5.0" -VIRTUALX_REQUIRED="test" -inherit kde5 multilib qmake-utils - -DESCRIPTION="KDE Plasma workspace" -KEYWORDS=" ~amd64 ~x86" -IUSE="dbus +geolocation gps prison qalculate" - -COMMON_DEPEND=" - $(add_frameworks_dep baloo) - $(add_frameworks_dep kactivities) - $(add_frameworks_dep kauth) - $(add_frameworks_dep kbookmarks) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep kdesu) - $(add_frameworks_dep kglobalaccel) - $(add_frameworks_dep kguiaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kidletime) - $(add_frameworks_dep kio) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep kjs) - $(add_frameworks_dep kjsembed) - $(add_frameworks_dep knewstuff) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep knotifyconfig) - $(add_frameworks_dep kpackage) - $(add_frameworks_dep krunner) - $(add_frameworks_dep kservice) - $(add_frameworks_dep ktexteditor) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwallet) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep kxmlrpcclient) - $(add_frameworks_dep plasma) - $(add_frameworks_dep solid) - $(add_plasma_dep kscreenlocker) - $(add_plasma_dep kwayland) - $(add_plasma_dep kwin) - $(add_plasma_dep libkscreen) - $(add_plasma_dep libksysguard) - dev-qt/qtconcurrent:5 - dev-qt/qtdbus:5 - dev-qt/qtdeclarative:5[widgets] - dev-qt/qtgui:5[jpeg] - dev-qt/qtnetwork:5 - dev-qt/qtscript:5 - dev-qt/qtsql:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - dev-qt/qtxml:5 - media-libs/phonon[qt5] - sys-libs/zlib - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXau - x11-libs/libxcb - x11-libs/libXfixes - x11-libs/libXrender - x11-libs/xcb-util - x11-libs/xcb-util-image - dbus? ( dev-libs/libdbusmenu-qt[qt5] ) - geolocation? ( $(add_frameworks_dep networkmanager-qt) ) - gps? ( sci-geosciences/gpsd ) - prison? ( media-libs/prison:5 ) - qalculate? ( sci-libs/libqalculate ) -" -RDEPEND="${COMMON_DEPEND} - $(add_frameworks_dep kded) - $(add_kdeapps_dep kio-extras) - $(add_plasma_dep kde-cli-tools) - $(add_plasma_dep ksysguard) - $(add_plasma_dep milou) - dev-qt/qdbus:5 - dev-qt/qtpaths:5 - dev-qt/qtquickcontrols:5[widgets] - x11-apps/mkfontdir - x11-apps/xmessage - x11-apps/xprop - x11-apps/xrdb - x11-apps/xset - x11-apps/xsetroot - !dev-libs/xembed-sni-proxy - !kde-base/freespacenotifier:4 - !kde-base/libtaskmanager:4 - !kde-base/kcminit:4 - !kde-base/kdebase-startkde:4 - !kde-base/klipper:4 - !kde-base/krunner:4 - !kde-base/ksmserver:4 - !kde-base/ksplash:4 - !kde-base/plasma-workspace:4 -" -DEPEND="${COMMON_DEPEND} - x11-proto/xproto -" - -PATCHES=( "${FILESDIR}/${PN}-5.4-startkde-script.patch" ) - -RESTRICT="test" - -src_prepare() { - # whole patch should be upstreamed, doesn't work in PATCHES - epatch "${FILESDIR}/${PN}-tests-optional.patch" - - kde5_src_prepare - - sed -e "s|\`qtpaths|\`$(qt5_get_bindir)/qtpaths|" \ - -i startkde/startkde.cmake startkde/startplasmacompositor.cmake || die - - if ! use geolocation; then - punt_bogus_dep KF5 NetworkManagerQt - pushd dataengines > /dev/null || die - comment_add_subdirectory geolocation - popd > /dev/null || die - fi -} - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package dbus dbusmenu-qt5) - $(cmake-utils_use_find_package gps libgps) - $(cmake-utils_use_find_package prison) - $(cmake-utils_use_find_package qalculate Qalculate) - ) - - kde5_src_configure -} - -src_install() { - kde5_src_install - - # startup and shutdown scripts - insinto /etc/plasma/startup - doins "${FILESDIR}/agent-startup.sh" - - insinto /etc/plasma/shutdown - doins "${FILESDIR}/agent-shutdown.sh" -} - -pkg_postinst () { - kde5_pkg_postinst - - echo - elog "To enable gpg-agent and/or ssh-agent in Plasma sessions," - elog "edit ${EPREFIX}/etc/plasma/startup/agent-startup.sh and" - elog "${EPREFIX}/etc/plasma/shutdown/agent-shutdown.sh" - echo -} diff --git a/kde-plasma/polkit-kde-agent/Manifest b/kde-plasma/polkit-kde-agent/Manifest index 17429c5981b9..38ff3a24d261 100644 --- a/kde-plasma/polkit-kde-agent/Manifest +++ b/kde-plasma/polkit-kde-agent/Manifest @@ -1,5 +1,3 @@ DIST polkit-kde-agent-1-5.4.3.tar.xz 39560 SHA256 d6a782f95916d2e82bd6de94e5f54f36102d2cf3fca91984d914bb9e5be5098c SHA512 aac51aeb7f87943eb98fd0183779a6dd38ac490e8c2d57591868608ba5e72dcc56e820a546adce794e83a8ac37c62672be103508666fefe4fe8438befc723a42 WHIRLPOOL c9d7859c27cc0b84fdac427be4e3d3c3b2ba7e514fec3a6e1614e97f8ce6b3b6b49c12413d575e52d199230eee5d522733ced26d401a77ebf5b1f69700e2f74d -DIST polkit-kde-agent-1-5.5.0.tar.xz 39708 SHA256 2c386293d23bd7b6e5f11bfbd2654ebc11c223d2e7f24aae0e5910e9bf401b2a SHA512 6f5b971c16345249c6861d76034123f3d952f3af218ee481a1561f5b6f592c7f7344bb753ba10736eac79897e5ac5bdfc11ad1478163cad38a572c0de79b2695 WHIRLPOOL 984537df8a00ff90dc7496944e1f9cc950a63a37b87c269ac5cb93d9ed7d86e3d584c62a996ddd0e7d31ee697f7a57ef7bf2acb272dc4fb9336836cb3c749752 -DIST polkit-kde-agent-1-5.5.1.tar.xz 39672 SHA256 819d44b53fc1bcc386bf671c714b6d94c99e6345cfd0e9c56f7d1ed800052da0 SHA512 dc7a530d1200ded8f3f42bbe4b2ecbd4f7634f1c5fa4205ebfd3dbebe05ecb544561d3c79ff744ef5b2e06e561f3db7e6128c412f6e9dcf6ef69a0e1d92f18ba WHIRLPOOL cecd41c3ac1466d851747d4cee23c0d924b7620a3477649d8037afc0a02a0359623681ac48dfd72615702891d56f8536dc84b27cd136231c17d692ce57681f10 DIST polkit-kde-agent-1-5.5.2.tar.xz 39696 SHA256 49a6e3ec8989960506835b02462c249adda70c6025092559a07af61848afba4a SHA512 3e6fcb93ccfe10ac33c15aa43fd179fff2b8137cfc6bf66b759040fdbbab1f4120d69cc8c064469895e4fdb40a409ab2788548a910a2af2832f0e806b544928d WHIRLPOOL b6e4a703f02b0d42b630c51360740400e4f87763c7a91d1cbe04f2eaffd4283b0bad81434c9f8dadf2f0922985dc36166391b3d9537e82cdd1debd2b50b75f03 DIST polkit-kde-agent-1-5.5.3.tar.xz 39684 SHA256 4b21e83d518712ca031eb41de971febc18ccc3546235affa5e272006198803c2 SHA512 4175738a5741b2d6cd58898ce74bac50acfd3f6dcf27a91734eac34780b0056b6badb5b934e9ec10b935959a64fdef679abd336bed287790a2fb1c7c90802f7e WHIRLPOOL bfa7ca2a5573ee9d3c9ebb0dfae302e34aaa6528303fd544ce0f7642137707d70eb7007c98e0bb2066c666bfc32d3661e3456d93fd2fce5e6742101bffaca5a0 diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.5.0.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.5.0.ebuild deleted file mode 100644 index 4a77936e1bfc..000000000000 --- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.5.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KMNAME="${PN}-1" -inherit kde5 - -DESCRIPTION="PolKit agent module for KDE" -HOMEPAGE="https://www.kde.org" -KEYWORDS=" ~amd64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - >=sys-auth/polkit-qt-0.112.0[qt5] -" -RDEPEND="${DEPEND} - !sys-auth/polkit-kde-agent:4[-minimal(-)] - !sys-auth/polkit-kde-agent:5 -" diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.5.1.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.5.1.ebuild deleted file mode 100644 index 4a77936e1bfc..000000000000 --- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.5.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KMNAME="${PN}-1" -inherit kde5 - -DESCRIPTION="PolKit agent module for KDE" -HOMEPAGE="https://www.kde.org" -KEYWORDS=" ~amd64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - >=sys-auth/polkit-qt-0.112.0[qt5] -" -RDEPEND="${DEPEND} - !sys-auth/polkit-kde-agent:4[-minimal(-)] - !sys-auth/polkit-kde-agent:5 -" diff --git a/kde-plasma/powerdevil/Manifest b/kde-plasma/powerdevil/Manifest index 01c4339b6dc4..3acedc7f8d37 100644 --- a/kde-plasma/powerdevil/Manifest +++ b/kde-plasma/powerdevil/Manifest @@ -1,5 +1,3 @@ DIST powerdevil-5.4.3.tar.xz 346732 SHA256 4085e4c3c7429c72502a0b4e204753e5087df88bbac5ac1f531806a2d8eb40c8 SHA512 458731d78fc7fcfe80ef77badc63ebcb76dfc5870addcbd0a588e93f799f416a7c2f9888a0785759122455e40b8e76bfdc75fa6e4655166b01b19611a9f1871c WHIRLPOOL 725864cfe2e954747668a54b4d79c538b5e0c8cf1c462cd660b049ac89aa3d418264809b2faf743ecef8ddc1804859b49b1048ac65340a2572776d44a10298a6 -DIST powerdevil-5.5.0.tar.xz 345484 SHA256 8ef0f17ca326b839c60cbb59d71b9c8cb94d9c040e94a620291477053ff3ea0d SHA512 f8947d592c9017bb9c5da28de8d203df6a5fcfece437905641862270cd207277aedb7663464be9c87d7e2d075f20daeb522531ce96dae708d772e5e252320bc3 WHIRLPOOL 0ed8ee1274333e0c2f62fcf8eafa9416ce08d0140fd54b5df7ae430177feec4e5e94f3344b7784334188865143ceb09a99984d5f4e39bd0c0bd0161a33180099 -DIST powerdevil-5.5.1.tar.xz 345512 SHA256 f76205cc39329c683eb03efb5dbc4b3c9e891d55a236f4ccaab437542a6550be SHA512 bb1958ca9817862f425b790c1e21cba2bc41f35a686c8ea42aac6c1487128321962eb47c63de8e227e3a8f9e8d1921f3934d14839f0c964253e462199142f981 WHIRLPOOL d75ce9eff31aed811c3e5c186f8029ede1cec00514dab6b770895b7b5b80512f966ef95f561a2bbab676e2e201510ae801259ac24ea5425d22f3dbccb4baf11f DIST powerdevil-5.5.2.tar.xz 345588 SHA256 41ccaeac85e3e9425e5f85dec0c072e84607543e270b177089e692f66331a7d0 SHA512 ebebec2e9475b6fc6cf20a882dda61cb105e9c1717de121c5f9139d2086a60853be6a8561bb772cabc3e440c9331e4f92950dac2293e3dc855b4ddcae2e2a2a0 WHIRLPOOL 8723b636d37f6c1e8f1ad6b8acf53c799ddbeb6a2dae832d3baf716088da0f02ae7cc4d7d68bcf8b000753d8bbc39f2ce47983a6a70f219f9fcb1ffd4440f1dc DIST powerdevil-5.5.3.tar.xz 345640 SHA256 fecf411a617061ad7f83160605c6e447e75cf2f5360db22760e8030f33219d46 SHA512 3ae3cebc03f14f0e050fc984c31ebfbcc26b0ea5e0e8110dca972081ca4fef685cfaec6951c7af212412946265712dc3094883d5eee590a115af5907c04f3730 WHIRLPOOL 4f8eb69e47628ac1e1f1f63b10160699b01b6b0c27e231e4d584a9eebff6b9bb97554958f6c0ccc695acf66ecaf4eccdd3c1518793a8ba072d3969146dc5f897 diff --git a/kde-plasma/powerdevil/powerdevil-5.5.0.ebuild b/kde-plasma/powerdevil/powerdevil-5.5.0.ebuild deleted file mode 100644 index f7a911a68895..000000000000 --- a/kde-plasma/powerdevil/powerdevil-5.5.0.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="true" -inherit kde5 - -DESCRIPTION="Power management for KDE Plasma Shell" -HOMEPAGE="https://projects.kde.org/projects/kde/workspace/powerdevil" -KEYWORDS=" ~amd64 ~x86" -IUSE="systemd" - -DEPEND=" - $(add_frameworks_dep kactivities) - $(add_frameworks_dep kauth policykit) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep kglobalaccel) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kidletime) - $(add_frameworks_dep kio) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep knotifyconfig) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep solid) - $(add_plasma_dep kwayland) - $(add_plasma_dep libkscreen) - $(add_plasma_dep plasma-workspace) - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - virtual/libudev:= - x11-libs/libxcb -" - -RDEPEND="${DEPEND} - $(add_plasma_dep kde-cli-tools) - || ( sys-power/upower-pm-utils >=sys-power/upower-0.9.23 ) - !systemd? ( sys-auth/polkit-pkla-compat ) - !kde-base/powerdevil:4 - !kde-base/systemsettings:4[handbook] -" - -src_install() { - kde5_src_install - - if ! use systemd ; then - insinto /etc/polkit-1/localauthority/10-vendor.d/ - doins "${FILESDIR}"/10-org.freedesktop.upower.pkla - doins "${FILESDIR}"/20-org.freedesktop.consolekit.system.stop-multiple-users.pkla - doins "${FILESDIR}"/30-org.freedesktop.consolekit.system.restart-multiple-users.pkla - fi -} - -pkg_postinst() { - kde5_pkg_postinst - - if ! has_version sys-power/upower-pm-utils && ! use systemd ; then - ewarn "Suspend and hibernate will not be available as it requires sys-power/upower-pm-utils" - ewarn "on non-systemd systems. Please install it if you require this functionality." - fi -} diff --git a/kde-plasma/powerdevil/powerdevil-5.5.1.ebuild b/kde-plasma/powerdevil/powerdevil-5.5.1.ebuild deleted file mode 100644 index f7a911a68895..000000000000 --- a/kde-plasma/powerdevil/powerdevil-5.5.1.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="true" -inherit kde5 - -DESCRIPTION="Power management for KDE Plasma Shell" -HOMEPAGE="https://projects.kde.org/projects/kde/workspace/powerdevil" -KEYWORDS=" ~amd64 ~x86" -IUSE="systemd" - -DEPEND=" - $(add_frameworks_dep kactivities) - $(add_frameworks_dep kauth policykit) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep kglobalaccel) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kidletime) - $(add_frameworks_dep kio) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep knotifyconfig) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep solid) - $(add_plasma_dep kwayland) - $(add_plasma_dep libkscreen) - $(add_plasma_dep plasma-workspace) - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - virtual/libudev:= - x11-libs/libxcb -" - -RDEPEND="${DEPEND} - $(add_plasma_dep kde-cli-tools) - || ( sys-power/upower-pm-utils >=sys-power/upower-0.9.23 ) - !systemd? ( sys-auth/polkit-pkla-compat ) - !kde-base/powerdevil:4 - !kde-base/systemsettings:4[handbook] -" - -src_install() { - kde5_src_install - - if ! use systemd ; then - insinto /etc/polkit-1/localauthority/10-vendor.d/ - doins "${FILESDIR}"/10-org.freedesktop.upower.pkla - doins "${FILESDIR}"/20-org.freedesktop.consolekit.system.stop-multiple-users.pkla - doins "${FILESDIR}"/30-org.freedesktop.consolekit.system.restart-multiple-users.pkla - fi -} - -pkg_postinst() { - kde5_pkg_postinst - - if ! has_version sys-power/upower-pm-utils && ! use systemd ; then - ewarn "Suspend and hibernate will not be available as it requires sys-power/upower-pm-utils" - ewarn "on non-systemd systems. Please install it if you require this functionality." - fi -} diff --git a/kde-plasma/sddm-kcm/Manifest b/kde-plasma/sddm-kcm/Manifest index 98460d127a86..00ab83c13d6f 100644 --- a/kde-plasma/sddm-kcm/Manifest +++ b/kde-plasma/sddm-kcm/Manifest @@ -1,5 +1,3 @@ DIST sddm-kcm-5.4.3.tar.xz 47700 SHA256 d32cf16e254f216f3477460229d5500fd63944630d073c4eec5cde400af5f9de SHA512 10ce1ce02897a50cc4e465e13a11e9ea12cd267bff92330660e99b7771026bb7ed3c5386cabc83b98549d7346e6060b76d08c3d5f0715300f83908d7c0321ea4 WHIRLPOOL fcf958ad26d9aca77deba14d091c9b2522aa37f8daa9890a16aaf66bf251fb1c0fce8ca795fae6502b885f61dd1d59a219f9111d399231b8bb5133a87c70d39b -DIST sddm-kcm-5.5.0.tar.xz 47820 SHA256 605ae336798642dc267cf09d4ea96bfe9e7630fde6d8821f0ff2f7353e897df3 SHA512 11d51f7d6406fede787f9c646ce8862c6aa2f514287a5d37bbef73807054f407db73dabb05ee35339e06b334851c045c951a958f0350db22772e947370d0a9fa WHIRLPOOL a683376ddb3ca78653330bc78277312a7d3e0142e99afb98a7aed4354c5fdf3dc892894dac96b9bc3e7f14e1ef34060160ebd8f228d6bc308a8bb6484cea8488 -DIST sddm-kcm-5.5.1.tar.xz 47832 SHA256 3bbb2c5c691c0480f332fb36ba5493874e8875b0dbaf86854d80643afdf67639 SHA512 eee2653225460b9ce357b514e91374d25605c687fce910fc9705fe34a757bca52beb7821e4f9ba9ea33ed20dd205f4012554e6f22b8f52e48d93a4cdcbb9b979 WHIRLPOOL 910d1af29321130f48ceae929f9dc01ebefb4c809abadd1a7b20af84d525c529412f1de66e9e74560b9b30839e21c4dc8b0a1d9d18dc144fea2b820e226aa86f DIST sddm-kcm-5.5.2.tar.xz 47848 SHA256 c9c1dffaf52f67a4b3e8f928020f4154cd0c1d55a836b52e3b01c2109b859e39 SHA512 3c0ad0ec956e0b29ab13c779e354aa11c2b5da3e2f1d568b9630a3442945239f1d901a05297c34f3035dd15f00bf8fd77f2bede6593aaacec2b699ee770557a0 WHIRLPOOL 2dab194002a5bf3e42d0afc7512f0024936d454a9f24c79e3ffb39e7c44326a69b0aa7d80a17a1c1a78e917900bf1bb4719f1b948677b0c08b05ac3101d26d76 DIST sddm-kcm-5.5.3.tar.xz 47912 SHA256 a0b9075fc77362fc52498c856589cc87966bc2c3d36453093c30e2bfca59323e SHA512 ef3dca367dc74c0a415f9b7e7102c344f60bc3637871f7d91f54b90eaf44904222a969a4d7456b7c1a33b7423be03f7c8517d1a0c8b51beebab4edecff7a99da WHIRLPOOL c3a22a4397073fa67ae3bcefbfd876b58b1572c55d416cfea4f1f59df08199c4e59b82081ca6da5c2db974fde6ecbb3a32d03556e42f2b38959ba937c651682b diff --git a/kde-plasma/sddm-kcm/sddm-kcm-5.5.0.ebuild b/kde-plasma/sddm-kcm/sddm-kcm-5.5.0.ebuild deleted file mode 100644 index bea72c30ca45..000000000000 --- a/kde-plasma/sddm-kcm/sddm-kcm-5.5.0.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 - -inherit kde5 - -DESCRIPTION="KDE control module for SDDM" -HOMEPAGE="https://projects.kde.org/projects/kdereview/sddm-kcm" - -LICENSE="GPL-2+" -KEYWORDS=" ~amd64 ~x86" -IUSE="" - -COMMON_DEPEND=" - $(add_frameworks_dep kauth) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - dev-qt/qtdeclarative:5[widgets] - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - x11-libs/libX11 - x11-libs/libXcursor -" -DEPEND="${COMMON_DEPEND} - x11-libs/libXfixes -" -RDEPEND="${COMMON_DEPEND} - $(add_plasma_dep kde-cli-tools) - x11-misc/sddm - !kde-misc/sddm-kcm -" - -DOCS=( CONTRIBUTORS ) diff --git a/kde-plasma/sddm-kcm/sddm-kcm-5.5.1.ebuild b/kde-plasma/sddm-kcm/sddm-kcm-5.5.1.ebuild deleted file mode 100644 index bea72c30ca45..000000000000 --- a/kde-plasma/sddm-kcm/sddm-kcm-5.5.1.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 - -inherit kde5 - -DESCRIPTION="KDE control module for SDDM" -HOMEPAGE="https://projects.kde.org/projects/kdereview/sddm-kcm" - -LICENSE="GPL-2+" -KEYWORDS=" ~amd64 ~x86" -IUSE="" - -COMMON_DEPEND=" - $(add_frameworks_dep kauth) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - dev-qt/qtdeclarative:5[widgets] - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - x11-libs/libX11 - x11-libs/libXcursor -" -DEPEND="${COMMON_DEPEND} - x11-libs/libXfixes -" -RDEPEND="${COMMON_DEPEND} - $(add_plasma_dep kde-cli-tools) - x11-misc/sddm - !kde-misc/sddm-kcm -" - -DOCS=( CONTRIBUTORS ) diff --git a/kde-plasma/systemsettings/Manifest b/kde-plasma/systemsettings/Manifest index e5a8191a3d90..f82ee44d048d 100644 --- a/kde-plasma/systemsettings/Manifest +++ b/kde-plasma/systemsettings/Manifest @@ -1,5 +1,3 @@ DIST systemsettings-5.4.3.tar.xz 157308 SHA256 6b8716d12eda9f27a4c26a96ea8d034d3bfff501e93ddc4e4057d3ee7229e412 SHA512 1d9e8595331c8ca366bebd7f68391b4d0c8e94f903986ca12ea32ce8620548ea7b030c52abc4d0b530eea1de82caa5da00aa80e00f637acf3c22c24b4db1087b WHIRLPOOL 5655758dab4f0b4e41e49323bfd24746d4680e6790f15b185761d5f17a71de8714a7e732ff1364bcf828556d1604a8e5dfb8e5b461abacafc73aef31a588c53c -DIST systemsettings-5.5.0.tar.xz 157632 SHA256 21776796c35c7fea2ee899f4b7c81ff1d903eae04a23813da4e29220f047f8ab SHA512 b8bfe50181705aaadba3614671790aca4bf56b913defe374733fa1fed36a928a0d2f399770200347310b44114b8b9fac8f1ced652288fc7c6baa3e76a33c540d WHIRLPOOL 71ab27ee206fc251df41dbbf216bd6608fb83c9ebb879a6389110640bdbd9d078bdc8a9f5ef60262bcda6b03a645937b2e31678bde19d3d53a3a66b72ce0a5d8 -DIST systemsettings-5.5.1.tar.xz 157604 SHA256 568f4ea2122324a16202674403929296cfe2aefb26462bfba8c160bfe9f609a7 SHA512 47fc9adfdf5c78c440d77b0bfe817dda1ab50586b43391683e6d9a7b7e66e1efcad759ef86cc83a310e3f702ace3366bed6f7b71416e4e9d2358e4c81a2295fe WHIRLPOOL e0f1ae6bc306a7ec1588cfe973e94a6f937857a9c16aa928d5c1e8bf229b19cef5b653ec93cb057c66eab62b894cd305b8e97f2704540be6a4994ae6f24ed439 DIST systemsettings-5.5.2.tar.xz 157648 SHA256 6a59bad33a0322ef44a17ab1add5109622d42042fc8ca4c513a1abe11dacc60f SHA512 370fd3e3cc7e576336a9addff0dd7c6d9ff8f84a60f301ec49c37f1f510ad0db5fc9870352b96aaf1fa13dda428210fc1db657f9e1d18ff0cf7e1e08f8243292 WHIRLPOOL 306ce1d77c33f2926d6ed3a4e3af9a6fde664c5422fde3c34969a889c1baeb1cf5fe4b44046b41be9879f41456b6d7048d425ad33f6a24bed91cdc6875e8ef70 DIST systemsettings-5.5.3.tar.xz 157624 SHA256 fdc836ca9249727cfff3060e83a862d9c5fe6ee700fddec28d0f420d827e8bf1 SHA512 026e9fd21f5868d14a3da28f654661643f6c34c3aa5f80c6dca2194c682804cf31281609d38e01ff96d1508e2267148afd4c10dfbd6e92ae57ccf7cf2c23ab65 WHIRLPOOL c80fba4212d40242c17f7752d8a406fc85a06499445491e04701e21ffec2746c3fcd27ed71beb503daac2e47f74445ba66fcd1948845952ed886945756915b0f diff --git a/kde-plasma/systemsettings/systemsettings-5.5.0.ebuild b/kde-plasma/systemsettings/systemsettings-5.5.0.ebuild deleted file mode 100644 index a216c26f48ac..000000000000 --- a/kde-plasma/systemsettings/systemsettings-5.5.0.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 - -KDE_HANDBOOK="true" -inherit kde5 - -DESCRIPTION="System settings utility" -KEYWORDS=" ~amd64 ~x86" -IUSE="gtk" - -DEPEND=" - $(add_frameworks_dep kauth) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep khtml) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 -" -RDEPEND="${DEPEND} - gtk? ( $(add_plasma_dep kde-gtk-config) ) - !kde-base/systemsettings:4 -" diff --git a/kde-plasma/systemsettings/systemsettings-5.5.1.ebuild b/kde-plasma/systemsettings/systemsettings-5.5.1.ebuild deleted file mode 100644 index a216c26f48ac..000000000000 --- a/kde-plasma/systemsettings/systemsettings-5.5.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 - -KDE_HANDBOOK="true" -inherit kde5 - -DESCRIPTION="System settings utility" -KEYWORDS=" ~amd64 ~x86" -IUSE="gtk" - -DEPEND=" - $(add_frameworks_dep kauth) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep khtml) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 -" -RDEPEND="${DEPEND} - gtk? ( $(add_plasma_dep kde-gtk-config) ) - !kde-base/systemsettings:4 -" diff --git a/kde-plasma/user-manager/Manifest b/kde-plasma/user-manager/Manifest index 30cb210d0967..b6d03c567dde 100644 --- a/kde-plasma/user-manager/Manifest +++ b/kde-plasma/user-manager/Manifest @@ -1,5 +1,3 @@ DIST user-manager-5.4.3.tar.xz 55356 SHA256 4831b9c82b826ba5fd1f392a40f2ebc15fd04e4ee02c9d1d205a3e877081ce6e SHA512 3d364a6c5502e4f038336a3f4c37109c2ca66177293c84afe899a5c76fdef6b83bc039db77746568dccc0eb5c0de8bd38c56dae7628fa6b28dcbe68450159603 WHIRLPOOL 912f02b9b04ebab67974c757bd9fa88caa8d693ea17b2be101cfac5c0115e9ab54ccd5e08031c4afb938189e0a79f1d33c9ccf014da7bada42882fc91367fcf9 -DIST user-manager-5.5.0.tar.xz 57208 SHA256 491cbd4d9d611a101b808226269a503c11093101eb939f04d211e1eb784e6423 SHA512 e83fc215ed3541306224f62430cf054ef619268e2a981126469bd6a2aaf45b04fd4d5f586ffd6a199e1f6db81c85e6d79d2f87060088e22a9d7ea72a45a60034 WHIRLPOOL e69116f9a76f748765b941396ea224f717b524c45e30fa48a1f9db113b16150fd37fcb276bb38249aa57c2b6d93e09ea560f3b1db3ec71e5b20023e330450558 -DIST user-manager-5.5.1.tar.xz 57176 SHA256 2ed10090b0424cfc53fc6f61fc456121bd12b0d1260599bf0db5281a9db0b98a SHA512 9a62edaa896b490f7ab4d75475bbf530c71c7a774c3d150c8fba27887fac927d13202a65db8bbc0d99e5c581dbf73ae2f59a96588190dab0ad6f278e6766f111 WHIRLPOOL 7d9d876a3fa3b0913b76c218a5d4249dc7977916f0956d996acefb1917f7e10b1df3ed82232d2307aed7285820667cb540da71a7e8e530a3b5291267152b5410 DIST user-manager-5.5.2.tar.xz 57212 SHA256 f62b60766ba488dd33a767881809000fc118ebf1a4974bd6b3d56fe461437453 SHA512 22f0be9586094dc65ceb3df47d0101ca67fb19abbc2c4cfb8d6cd6063b5b7f00919f9a495ffdb4a38773d5ec06db69838f3e14e935b5d30eb1618f39e4f67ea5 WHIRLPOOL 0e5d291a9916ad726734eca31cfa76de6e6558b51c8658d66071cd5d7af65602d670ae6f56ea6bd95b1dd30088aabd70e95c260fe594ae7866348706a9f6647c DIST user-manager-5.5.3.tar.xz 57204 SHA256 95710e43fbe841abe518fae49f7c9a122bbd372d27947ee4343521e05d0f82ec SHA512 50602868aa70e8bc2c92522d361ce71381ec443529646871c6a1b0e83b50b935654eadf60f918f4d1300d8a4f9b1689ed6087b9ff2e083c05d3bdea5af9d2144 WHIRLPOOL 40eca10e609c1c6f2ad213bfb49df83b803ba330644503a7e7f4b71e19438ed90b7ae8debcfb68792525a0b454d2df88b82fc1cb0fd28aa5422aec3252ec3b77 diff --git a/kde-plasma/user-manager/user-manager-5.5.0.ebuild b/kde-plasma/user-manager/user-manager-5.5.0.ebuild deleted file mode 100644 index 0f43764f3bd0..000000000000 --- a/kde-plasma/user-manager/user-manager-5.5.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit kde5 - -DESCRIPTION="Simple system settings module to manage the users of your system" -KEYWORDS=" ~amd64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kwidgetsaddons) - dev-libs/libpwquality - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 -" -RDEPEND="${DEPEND}" diff --git a/kde-plasma/user-manager/user-manager-5.5.1.ebuild b/kde-plasma/user-manager/user-manager-5.5.1.ebuild deleted file mode 100644 index 0f43764f3bd0..000000000000 --- a/kde-plasma/user-manager/user-manager-5.5.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit kde5 - -DESCRIPTION="Simple system settings module to manage the users of your system" -KEYWORDS=" ~amd64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kwidgetsaddons) - dev-libs/libpwquality - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 -" -RDEPEND="${DEPEND}" diff --git a/licenses/UPX-Exception b/licenses/UPX-Exception new file mode 100644 index 000000000000..444ded8d94b3 --- /dev/null +++ b/licenses/UPX-Exception @@ -0,0 +1,138 @@ +-----BEGIN PGP SIGNED MESSAGE----- + + + ooooo ooo ooooooooo. ooooooo ooooo + `888' `8' `888 `Y88. `8888 d8' + 888 8 888 .d88' Y888..8P + 888 8 888ooo88P' `8888' + 888 8 888 .8PY888. + `88. .8' 888 d8' `888b + `YbodP' o888o o888o o88888o + + + The Ultimate Packer for eXecutables + Copyright (c) 1996-2000 Markus Oberhumer & Laszlo Molnar + http://wildsau.idv.uni-linz.ac.at/mfx/upx.html + http://www.nexus.hu/upx + http://upx.tsx.org + + +PLEASE CAREFULLY READ THIS LICENSE AGREEMENT, ESPECIALLY IF YOU PLAN +TO MODIFY THE UPX SOURCE CODE OR USE A MODIFIED UPX VERSION. + + +ABSTRACT +======== + + UPX and UCL are copyrighted software distributed under the terms + of the GNU General Public License (hereinafter the "GPL"). + + The stub which is imbedded in each UPX compressed program is part + of UPX and UCL, and contains code that is under our copyright. The + terms of the GNU General Public License still apply as compressing + a program is a special form of linking with our stub. + + As a special exception we grant the free usage of UPX for all + executables, including commercial programs. + See below for details and restrictions. + + +COPYRIGHT +========= + + UPX and UCL are copyrighted software. All rights remain with the authors. + + UPX is Copyright (C) 1996-2000 Markus Franz Xaver Johannes Oberhumer + UPX is Copyright (C) 1996-2000 Laszlo Molnar + + UCL is Copyright (C) 1996-2000 Markus Franz Xaver Johannes Oberhumer + + +GNU GENERAL PUBLIC LICENSE +========================== + + UPX and the UCL library are free software; you can redistribute them + and/or modify them under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2 of + the License, or (at your option) any later version. + + UPX and UCL are distributed in the hope that they will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; see the file COPYING. + + +SPECIAL EXCEPTION FOR COMPRESSED EXECUTABLES +============================================ + + The stub which is imbedded in each UPX compressed program is part + of UPX and UCL, and contains code that is under our copyright. The + terms of the GNU General Public License still apply as compressing + a program is a special form of linking with our stub. + + Hereby Markus F.X.J. Oberhumer and Laszlo Molnar grant you special + permission to freely use and distribute all UPX compressed programs + (including commercial ones), subject to the following restrictions: + + 1. You must compress your program with a completely unmodified UPX + version; either with our precompiled version, or (at your option) + with a self compiled version of the unmodified UPX sources as + distributed by us. + 2. This also implies that the UPX stub must be completely unmodfied, i.e. + the stub imbedded in your compressed program must be byte-identical + to the stub that is produced by the official unmodified UPX version. + 3. The decompressor and any other code from the stub must exclusively get + used by the unmodified UPX stub for decompressing your program at + program startup. No portion of the stub may get read, copied, + called or otherwise get used or accessed by your program. + + +ANNOTATIONS +=========== + + - You can use a modified UPX version or modified UPX stub only for + programs that are compatible with the GNU General Public License. + + - We grant you special permission to freely use and distribute all UPX + compressed programs. But any modification of the UPX stub (such as, + but not limited to, removing our copyright string or making your + program non-decompressible) will immediately revoke your right to + use and distribute a UPX compressed program. + + - UPX is not a software protection tool; by requiring that you use + the unmodified UPX version for your proprietary programs we + make sure that any user can decompress your program. This protects + both you and your users as nobody can hide malicious code - + any program that cannot be decompressed is highly suspicious + by definition. + + - You can integrate all or part of UPX and UCL into projects that + are compatible with the GNU GPL, but obviously you cannot grant + any special exceptions beyond the GPL for our code in your project. + + - We want to actively support manufacturers of virus scanners and + similar security software. Please contact us if you would like to + incorporate parts of UPX or UCL into such a product. + + + +Markus F.X.J. Oberhumer Laszlo Molnar +markus.oberhumer@jk.uni-linz.ac.at ml1050@cdata.tvnet.hu + +Linz, Austria, 25 Feb 2000 + + + +-----BEGIN PGP SIGNATURE----- +Version: 2.6.3ia +Charset: noconv + +iQCVAwUBOLaLS210fyLu8beJAQFYVAP/ShzENWKLTvedLCjZbDcwaBEHfUVcrGMI +wE7frMkbWT2zmkdv9hW90WmjMhOBu7yhUplvN8BKOtLiolEnZmLCYu8AGCwr5wBf +dfLoClxnzfTtgQv5axF1awp4RwCUH3hf4cDrOVqmAsWXKPHtm4hx96jF6L4oHhjx +OO03+ojZdO8= +=CS52 +-----END PGP SIGNATURE----- diff --git a/mail-filter/rmilter/Manifest b/mail-filter/rmilter/Manifest index 16b140793ff2..68c108e1f97c 100644 --- a/mail-filter/rmilter/Manifest +++ b/mail-filter/rmilter/Manifest @@ -1 +1,2 @@ DIST rmilter-1.6.7.tar.gz 117993 SHA256 d8312be6ab79cf42fd28a85c4eda3868e20a4d182f06c1491ce8cdc8c2bed8df SHA512 015393e803603d2e6e95344c1b30f748e7d4460c4dc0cb2551639d25f9b4554963bc072c872608f94cd6e2110afd4623e9083eb82df8d23f47c36c84585052ca WHIRLPOOL e4913d46a57e370e57b64141a1f4247757f9a621db2f53a01f624ae3082bf693b87198c54a125eba7ce5853c452650b3e6621947d9ccf330c3f5df6ca6e677ec +DIST rmilter-1.7.0.tar.gz 159459 SHA256 0337c1e643f1c9115ae9a53cb79d883ef857ca8457a94b37ef135ee89166ea3d SHA512 a5d458d1de085a6c92eaf9c3da90f285ac16572b9be999277b8f2d4f4a6d7976faa32cc51c933b4738c1f521db7fbeba3f19cf43dba1323915f996d77795d0b1 WHIRLPOOL d80de10ff925d1695cd249f9d371da01f20df3259ff40a3cec4dcc03050e4fff17e7ac788251648097c957281574865c7e96fddfab582bb01bd9f2fb56e44bdd diff --git a/mail-filter/rmilter/rmilter-1.7.0.ebuild b/mail-filter/rmilter/rmilter-1.7.0.ebuild new file mode 100644 index 000000000000..132cab0ef1a0 --- /dev/null +++ b/mail-filter/rmilter/rmilter-1.7.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit cmake-utils user + +DESCRIPTION="Another sendmail milter for different mail checks" +SRC_URI="https://github.com/vstakhov/rmilter/archive/${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/vstakhov/rmilter" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-libs/libpcre + dev-libs/openssl:0 + mail-filter/libmilter + mail-filter/opendkim" +DEPEND="sys-devel/flex + sys-devel/bison + ${RDEPEND}" + +pkg_setup() { + enewgroup rmilter + enewuser rmilter -1 -1 /var/run/rmilter rmilter +} + +src_install() { + cmake-utils_src_install + newinitd "${FILESDIR}/rmilter.initd" rmilter + insinto /etc/rmilter + newins rmilter.conf.sample rmilter.conf.sample + newins rmilter-grey.conf rmilter-grey.conf +} diff --git a/mail-filter/rspamd/Manifest b/mail-filter/rspamd/Manifest index 034db933768f..a67bc5f4f516 100644 --- a/mail-filter/rspamd/Manifest +++ b/mail-filter/rspamd/Manifest @@ -1 +1,2 @@ DIST rspamd-1.0.11.tar.xz 1176160 SHA256 b914c77c30dcab863f6c685b4a83a1662ee1b4503654fbf3ee3ae2fbca1ed928 SHA512 79464e8c29bdf5b081744b79fb8eee944bf647abf334cd77686a8fa4d0a3ab7ff4293fc464606d298fb57c8d7fe909e333ae7e58768330e4d65464bf42f76f15 WHIRLPOOL ca1f8338ef6f917622c8a93fa8bf230b2767d750e953d9f790649e660865caaa255c5a8eb35a14cb882acc193a237bf107d79c7c01f3d7ec6520301edc9f2629 +DIST rspamd-1.1.0.tar.xz 1291004 SHA256 69db05150b4ba8304d24dd0f96c79b5d3792478373f0d6be6c92b51b1cf60ead SHA512 41a8fb49a10082b1dc97397ebb8ac81dd3f4912e9140dcb7c57c9e15f1e49cf472aa94570a2f802b82e3db8ab8a87dd6a63f7db7249da4d99473700535045256 WHIRLPOOL 3781b7450e0f2cd780e2dac804871d52fed619c5e82faf54d8d9d4230b2baf531eeacea09b43ae36ec09fb7b659ba74116ab59fb86731de9bcfc471a2dbdd7ad diff --git a/mail-filter/rspamd/rspamd-1.0.11.ebuild b/mail-filter/rspamd/rspamd-1.0.11.ebuild index a2b7c7f713db..7993e7a32903 100644 --- a/mail-filter/rspamd/rspamd-1.0.11.ebuild +++ b/mail-filter/rspamd/rspamd-1.0.11.ebuild @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="dev-libs/openssl +DEPEND="dev-libs/openssl:0 dev-libs/libpcre dev-lang/luajit:2 dev-libs/libevent diff --git a/mail-filter/rspamd/rspamd-1.1.0.ebuild b/mail-filter/rspamd/rspamd-1.1.0.ebuild new file mode 100644 index 000000000000..ed352f4c77e4 --- /dev/null +++ b/mail-filter/rspamd/rspamd-1.1.0.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit cmake-utils user + +DESCRIPTION="Rapid spam filtering system" +SRC_URI="https://rspamd.com/downloads/${P}.tar.xz" +HOMEPAGE="https://github.com/vstakhov/rspamd" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-libs/openssl:0 + dev-libs/libpcre + dev-lang/luajit:2 + dev-libs/libevent + dev-db/sqlite:3 + dev-libs/glib:2 + dev-libs/gmime + sys-apps/file + virtual/libiconv" +RDEPEND="${DEPEND}" + +pkg_setup() { + enewgroup rspamd + enewuser rspamd -1 -1 /var/lib/rspamd rspamd +} + +src_configure() { + local mycmakeargs=( + -DCONFDIR=/etc/rspamd + -DRUNDIR=/var/run/rspamd + -DDBDIR=/var/lib/rspamd + -DLOGDIR=/var/log/rspamd + ) + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + newinitd "${FILESDIR}/rspamd.init" rspamd + + dodir /var/lib/rspamd + dodir /var/log/rspamd + + fowners rspamd:rspamd /var/lib/rspamd /var/log/rspamd + + insinto /etc/logrotate.d + newins "${FILESDIR}/rspamd.logrotate" rspamd +} diff --git a/mail-mta/exim/Manifest b/mail-mta/exim/Manifest index 1fc496fffbfe..20fb3d854d12 100644 --- a/mail-mta/exim/Manifest +++ b/mail-mta/exim/Manifest @@ -1,11 +1,11 @@ DIST exim-4.84.tar.bz2 1761790 SHA256 78ea22be87fb6df880e7fd482f3bec9ef6ceca0c9dedd50f8a26cae0b38b9e9c SHA512 3cd41af6d57e5f0377fc93367753eae6cb6bf835803e8608c44e1da5acefce1ed8886f4fe7536950de072bfed6e927afe1536c1e6466cf3121dd352b69a68039 WHIRLPOOL 9e840aa6afa0db68455b4ab458706eedd7ea57b084999c9e85eaaec0530ed93958731d934ff1d7830d9b5cd086e36cb56dc8a2f78dad85bdba9ae6573510e840 DIST exim-4.85.tar.bz2 1784150 SHA256 13211f2bbc5400d095a9b4be075eb1347e0d98676fdfe4be8a3b4d56281daaa4 SHA512 2c5846528ee98e4aff5dbabe49dfa5ba6753fa64154b9671a7849db8a17773917fe13bcb9e5f732c43d7479debfadd8012b8650823eb12504a6b1b28be456161 WHIRLPOOL 4057cd745f12ff62e956838406544060d3d2d7383027959f3c1ca12eff43bddb9be63e284767245b271e53bef92596c1241f5e90e9ed611d02e95b7a30adc7c8 DIST exim-4.86.tar.bz2 1804807 SHA256 f1ccf2ce2ea51b7fbbf160e7e0e41d24ca401cf44a185128ad99ea04635fc456 SHA512 0b90cd1b4d99bbb976336ccf9c2c3375f453a74bb306f1b0215f7ecca80fbda83cf5cc38c502516c2903c5d753f1f559c534fc4f4b1b32ee3300db86de6610ab WHIRLPOOL a7e938cfaeb92af1b81c8a113752914b61e49d7fd71c39460b944716725b1e98b50a7c9ef1699569cd031ee7cac210639d9ef9bd21280e5ce7682eb40db91726 -DIST exim-4.87_RC1.tar.bz2 1818628 SHA256 cec26ecd7879cd04ab30fc1c152c4967549c8499a4432754ec97c6ecbc712911 SHA512 a97eb31ea612fb19f5fe2da23a51e248beb4faa5a378939207d52207254f50c54b97047a83e6995214ec5e58beeee1540dc12fb4c865ba81b7013c923342d2e0 WHIRLPOOL 4a57f87c84b83853892c400042a221992d9d4a3049195059feb6735ddb848482eac00d1f429da0dbcca2ca3cf984b4ba23f5645ebd1eab5ea92b31ed7cc4aa0b DIST exim-4.87_RC2.tar.bz2 1819354 SHA256 ac3a09464183ded893b590492eb1ed6d548a20c43f57ddd267ffa2fae9c8f032 SHA512 4cbf01f80f968c4ce2760c96f0e0c94f365f75526311fc68ee97698ce55440df1dc2aa50e670da34f2baa4dba1be0db8726c094a873beb54881252c4d78e1ac7 WHIRLPOOL 927caa9738e69aa4c5b7269a292cfce839189234510ae6208977d58f712e9128a63ba14e5b305d117028f101a7aaa626fa31e045940e951e9c38f7e0a540dc6e +DIST exim-4.87_RC3.tar.bz2 1795572 SHA256 aa2627518782f9a0c00fc131143430b1ea05cc20a5175c217cdfcc18b09f562c SHA512 03fe161240934c08f95263496478894f83c303069ac9f7df9d2ac105685a59f8217ed11f1100904558a1b2784ea94b69f57ed2d0d9775752c00b3d5b7cbe53f6 WHIRLPOOL 67a87273a37814f83ff650228052ea123b0624675b5c17458118f2150f7f018cb414388bcd08dfa5d2540d8f15dd48de111ae388dd2882f3d03dd56bf426dee2 DIST exim-html-4.84.tar.bz2 465281 SHA256 7ee7e9015b853915604b7806be93d56e9ba1fb915b63f0d6828c47f2228fd45b SHA512 7de8513476b6abcdfd36b0121a2a9d6decf1ccf94ef51b8363e544066cc05670e6f2b4d03d5fbc49071b1431183dfd9badde5cbcc65f51d55ec6b25ebcb070b9 WHIRLPOOL 88c376fd399e17b2bc06d2d0fad19f8c6485807118a81e0c200f6c39defe7155fa920489481a8b82e629951766ce0222b85956f387d22d22549303bd3dff7f82 DIST exim-html-4.85.tar.bz2 467069 SHA256 fd91946369626e74842a0799b93d0d9e4a201fe640af84e1b5349fe6ff204167 SHA512 8214576300827f79c0880e2d2163f71d7f1b3fe2aff714b591a011e48816965de5a773c3509137b085fec3d4d2128931f8398768c24dad6c92b7df27cbcafe74 WHIRLPOOL a7edffd7124c4920708616d3e59c0db5159dee5f7e4fd62ce29fdba769d39781a3826d4e3e39cdc97669941bb9a5c977defe280feb73cbe159b23df4cb6fe95f DIST exim-html-4.86.tar.bz2 471159 SHA256 02226a9fbb6d5aaa9d35f3e2a3bd9077e2307463de6baf6e3e2e938c1fe39146 SHA512 0c15fbccaf9b744fb8b7990d2b2bd0555a04ef5ed82ffbf2e32372a539bae6d7cebad96960f5570a2f8f27d31ebdf2467c51cb053b059996bb9122bc02fa741b WHIRLPOOL d9fbaa73491ab1657afb6ba59da5adea26144b58b358aeb9829731d3f35d6c1d8c7021c5243cb989e7c704cc346cde2a330f9eedc5b357326c1d56d7caa4a6c5 -DIST exim-html-4.87_RC1.tar.bz2 475376 SHA256 37303fbca2282e86328e2b3bab84526b920ac54e0d4b96d3597639a495ef70db SHA512 1d338abda79aa49968ded992cfa60e4c791bd647783095991be9d7eaf144e4b20460915585af78b498def4a8d3f160937eef85f767adb4512f28384e9ab620db WHIRLPOOL e12e97e1cd0d9b6648377f298c478e5fa2f060ebd004b4726e100414c83f53e6b8e294a8b102357ac15a3868f34ae299edc4213a46851bb78c6e62415999a1ef DIST exim-html-4.87_RC2.tar.bz2 477015 SHA256 119274228a85de90324a6004efb1049474e7f2ec7f575cb57809735ab1b48a9b SHA512 51966e3b64c41dd95fa19b42484fe2d48b99eb104945de4d18b82d54d5f5791137eb308a7e05f7bdec7663d4f2e73353c7853d27c6496b529671dcaed6faa202 WHIRLPOOL 86af06c293bb920572144b94628dc7bc1626bf6f9bfd5867589bfb16b5171d2bb4ddbd3d07b3164e04b1bfa822cf8e8378b4382abc54d94b9b5646ceeab9d24f +DIST exim-html-4.87_RC3.tar.bz2 477704 SHA256 95caf31a880043693f40397041949b582ce260a35a152611eafcf42d0bf55b95 SHA512 a5ef50b8494cbaeda107c779c85c5e24483dffbed250838b4552be424f013a8cad1727209905fec30c9adc5a6e5384c9d1cb66fee606d9c615c670d1a7ff4f75 WHIRLPOOL eacdb4d274bab112ed61164a198806c6965b6c363846d20a7fb00087161bc63e2ede6a75dc22d55c8598501eda23d91be44354021834d80ab1f28873dcd8d372 DIST system_filter.exim.gz 3075 SHA256 3a3471b486a09e0a0153f7b520e1eaf26d21b97d73ea8348bdc593c00eb1e437 SHA512 cb358d3ce2499a0bb5920d962a06f2af8486e55ec90c8c928bd8e3aefb279aa57f5f960d5adfcef68bd94110b405eaa144e9629cfe6014a529c79c544600bbf3 WHIRLPOOL ce68d9c18b24eca3ef97ea810964cc1ada5f85b795a7c432ad39b5788188a16419101c92fb52b418738d760e1d658f7a41485e5561079a667d84d276c71be5a4 diff --git a/mail-mta/exim/exim-4.87_rc1.ebuild b/mail-mta/exim/exim-4.87_rc3.ebuild similarity index 100% rename from mail-mta/exim/exim-4.87_rc1.ebuild rename to mail-mta/exim/exim-4.87_rc3.ebuild diff --git a/media-fonts/hack/Manifest b/media-fonts/hack/Manifest index 1ad61d9b8900..fed9962218c0 100644 --- a/media-fonts/hack/Manifest +++ b/media-fonts/hack/Manifest @@ -1,2 +1,3 @@ DIST Hack-v2_010-otf.zip 450300 SHA256 de757b2dd1b6383505ff1e73845db482dccf7561a1133fe5e776e02f82bf5e9d SHA512 2aba7ce05a74c7c6ea2965c48491155790de4ba2a8865cb8297fdd40537108814e4b1c38654eb3eabd01d1acee6b12686a631f2a6bf27e8809b8c7192bc62c2a WHIRLPOOL 166343ed851780272b8da8c5f091a498a3afdf9c6d16fa325d3135fe8751fd679fa22449de9ef3a1696a9f4544e6647303f6d006aa593f5d3f563c03c3353c4d DIST Hack-v2_018-otf.zip 466060 SHA256 43df71895cb8b5b0e14f2880a8ce2617064dcc36cf229e5682f1e06513a46046 SHA512 ca34994a0cbf5cb6be2b56c84a52b66b98d08f0d5ddcd2169a263b52fe33c323209f27dad3017c175ed3fdd321017bd43670f2dbedf8a4a927f7b4b4b7e056a5 WHIRLPOOL 18fc8fe050f3262f73fbee2827229456433ae1ee22abd0b2c5918e1cea9a679f1ef912af9bb373035ae3ac310ea73dc565dd094d4ca8b1b8dacba6ee279567df +DIST Hack-v2_019-otf.tar.gz 464176 SHA256 fe83862a71528a3a4b5950b3c91c2a1f12ebc19b2e8f31ad97827bde8fb87242 SHA512 94079a36a32ae678b48c1095a7ba941a9ad2ced75e061aeb40a3ddfb7db7a7369ab5deb8ef1b08e23b4a65329f1d696ba1527d5668cfc97d64394581ce228ff5 WHIRLPOOL 58f5322decc4a14350515041c2931670d4ccbc6f5359ccd526d29f28eeed4b3d970b018bdf1ff5e6bd78cf8e071abcd8cfa57aff3248c02bf287312d7f6b0a46 diff --git a/media-fonts/hack/hack-2.019.ebuild b/media-fonts/hack/hack-2.019.ebuild new file mode 100644 index 000000000000..3488eb2242f5 --- /dev/null +++ b/media-fonts/hack/hack-2.019.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit font versionator + +DESCRIPTION="A typeface designed for source code" +HOMEPAGE="https://github.com/chrissimpkins/Hack" +SRC_URI="https://github.com/chrissimpkins/Hack/releases/download/v${PV}/Hack-v$(replace_version_separator 1 '_' )-otf.tar.gz" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RESTRICT="binchecks strip" + +DEPEND="" +RDEPEND="" + +FONT_SUFFIX="otf" + +src_unpack() { + mkdir "${S}" && cd "${S}" + unpack ${A} +} diff --git a/media-gfx/librecad/Manifest b/media-gfx/librecad/Manifest index e00e88f9698d..514b5dde101d 100644 --- a/media-gfx/librecad/Manifest +++ b/media-gfx/librecad/Manifest @@ -3,3 +3,4 @@ DIST librecad-2.0.5.zip 16743868 SHA256 00fba891ccf90328f122c081e9a55f5cf6a90893 DIST librecad-2.0.6.zip 17401781 SHA256 09a58f9a4b578eb7381f299414344f82c6e320156c20b3ff1e9e1ae5f2770a30 SHA512 0f8452674659adc943d87aa3d70763682b3e5e7c82530afee98d50dfa4977e8f2e0efcd224087eed68a51727a234d58b8740b00ed0941b6af78dc2938ed15241 WHIRLPOOL 6bb40ae33f28b5ad6adfc91334741d3fe50c6a7f42b0e253554bfacd8f4e7152a495b9e62b8760f28de8c69c77aed73750e094db96d2757fad7cd58ed3200897 DIST librecad-2.0.7.zip 17457197 SHA256 36d2fa1c60324bb743f0ddde0b9da1dc6b57a370422de714adef27a0cd32d9d2 SHA512 afbe094dd565e2b058c5b1c28e88b76b883d1b9f20f60047e5a7771ec5d353e6a3e73abee8e4d7ac5f916ead7fb15719cf7bab034d670f7d7f54ca394d314803 WHIRLPOOL 5d196be5e54e4ceb7f2650015f35bf6ba77440b7a81d51f68a9a15408d399779f5c61289a5adaacbf1538735f7f0761152371291bab8bc8c8fb8109c3e1ddfc3 DIST librecad-2.0.8.zip 23469997 SHA256 3f3affbff85fd16746a0e551777c4f234d2b03384d04edf9483d36db1c7144a3 SHA512 d0dd1fdcaafbb7b83a8d0791e132633e9a72648d7d8d7ffdfc02bb092348472a05917df7ea1f2096404afabc92d586b75f6cafa3bc54da535bcaf005c96ed8a7 WHIRLPOOL 14ae2c433345b5081c92426913744d57f2fa4a97621fb55143995365381d5fbed6c8ad6a1f3a6d215dc4791e3493259b3e09801bfb288a85de7db87f010aae49 +DIST librecad-2.0.9.zip 25524745 SHA256 3fd92e8249642462d41d688446393ee5e79f68b7b0d9878388c6c194af2cb43a SHA512 e2029389b2ced67a94d9411cb2f49f524ac12542409bc7829a043af9611dd51544fc431e364f4dcfb1a8b645b2bc6eb86fc74294726a65ee687f69bd7eb8f700 WHIRLPOOL 20aaa38cd92547bae6cee4b696f5b7f3699438481c5051af6112c6b1661ffb018509ff1fdcfb4591e8828c8ffcfcc5a3002c594dbcf95beba93e9768c5133c02 diff --git a/media-gfx/librecad/librecad-2.0.9.ebuild b/media-gfx/librecad/librecad-2.0.9.ebuild new file mode 100644 index 000000000000..587b962c0598 --- /dev/null +++ b/media-gfx/librecad/librecad-2.0.9.ebuild @@ -0,0 +1,68 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils qmake-utils + +DESCRIPTION="Generic 2D CAD program" +HOMEPAGE="http://www.librecad.org/" +SRC_URI="https://github.com/LibreCAD/LibreCAD/archive/${PV/_/}.zip -> ${P}.zip" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +IUSE="3d debug doc tools qt4 +qt5" +REQUIRED_USE="|| ( qt4 qt5 )" + +DEPEND=" + qt4? ( + dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-qt/qtsvg:4 + dev-qt/qthelp:4 + ) + qt5? ( + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qthelp:5 + dev-qt/qtprintsupport:5 + dev-qt/qtsvg:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 + ) + dev-libs/boost:= + dev-cpp/muParser + media-libs/freetype:2" + +RDEPEND="${DEPEND}" +S="${WORKDIR}/LibreCAD-${PV}" + +src_prepare() { + # currently RS_VECTOR3D causes an internal compiler error on GCC-4.8 + if ! use 3d; then + sed -i -e '/RS_VECTOR2D/ s/^#//' librecad/src/src.pro || die + fi +} + +src_configure() { + if use qt4; then + eqmake4 -r + else + eqmake5 -r + fi +} + +src_install() { + dobin unix/librecad + use tools && dobin unix/ttf2lff + insinto /usr/share/${PN} + doins -r unix/resources/* + use doc && instinto html && dodoc -r librecad/support/doc/* + insinto /usr/share/appdata + doins unix/appdata/librecad.appdata.xml + doicon librecad/res/main/${PN}.png + make_desktop_entry ${PN} LibreCAD ${PN} Graphics +} diff --git a/media-libs/glfw/Manifest b/media-libs/glfw/Manifest index a5d494d8caf6..e9c282a6966a 100644 --- a/media-libs/glfw/Manifest +++ b/media-libs/glfw/Manifest @@ -1,2 +1,3 @@ DIST glfw-2.7.7.tar.bz2 927805 SHA256 422e755979524a1da28e4addcae723b7132998ca15e89be41bf34964d9360aa2 SHA512 1b51b9d88c8eed9da8084421949b561a4779410a6369ffdf482c2d8a166bab8c58bbb087ef6f32180d3fe9430988549be5c183b338dd0e1191b2c4b4a7b55379 WHIRLPOOL 646d38fd3ea88e8aa19dcbfa8f8b933adc530ea946cd51c3e03971ed6cdb294dadf5020a876ba298c378896179a4a7ba0129b858fc7f1273a574fe1c2c388a77 DIST glfw-3.1.1.tar.bz2 584344 SHA256 4a8516223c1df079efb398754f4533af7e943188ea9b5222e7f27c25e4822d61 SHA512 c54da5a1714aa1f9a79283922374672dac01c6a6093ed4cddd257d565258e6adffab83bcb34723cd34b415d9a8029f5f13fb225e6cf0a29bc74126a9bd5147e7 WHIRLPOOL d2ee39e01b3d6ff24af8fe5c262d4c099412eb42324726d8a0aa306d93fe6c6fe8477b6afd72e79122fc35258e573e87232128b193a461d7c7f8544338e292a5 +DIST glfw-3.1.2.tar.bz2 588640 SHA256 31a1e6b6d7c64bbf44dce623785c87c0f29d965b19c452828e48acd64fa643e7 SHA512 00dc822403848f3e60535b9f70ea43147717252373c704c52b5480020cea7f416a00c036ab5ffbc0bc76863c4ddb7d271310e64face639e68f7a62e9db882e94 WHIRLPOOL 1e54efff306fc7f17620f6a874c66e5315d9dd2b2c45f6f4c95562b1c2ac50c5e4410173c23351c31aeaee187b5fe39999d1788fd9a42053d420b5a252331a2c diff --git a/media-libs/glfw/glfw-3.1.2.ebuild b/media-libs/glfw/glfw-3.1.2.ebuild new file mode 100644 index 000000000000..1aa6935bcd78 --- /dev/null +++ b/media-libs/glfw/glfw-3.1.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit cmake-utils + +DESCRIPTION="The Portable OpenGL FrameWork" +HOMEPAGE="http://www.glfw.org/" +SRC_URI="mirror://sourceforge/glfw/${P}.tar.bz2" + +LICENSE="ZLIB" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~x86" +IUSE="egl examples" + +RDEPEND="x11-libs/libXrandr + x11-libs/libX11 + x11-libs/libXi + x11-libs/libXxf86vm + x11-libs/libXinerama + x11-libs/libXcursor + virtual/opengl" +DEPEND=${RDEPEND} + +src_configure() { + local mycmakeargs=" + $(cmake-utils_use egl GLFW_USE_EGL) + $(cmake-utils_use examples GLFW_BUILD_EXAMPLES) + -DBUILD_SHARED_LIBS=1 + " + cmake-utils_src_configure +} diff --git a/media-libs/kvazaar/Manifest b/media-libs/kvazaar/Manifest index f3675dd5a91e..e901045f49e7 100644 --- a/media-libs/kvazaar/Manifest +++ b/media-libs/kvazaar/Manifest @@ -1,2 +1,3 @@ DIST kvazaar-0.7.1.tar.gz 288339 SHA256 c3693f801f0e717b1dcab3494d3e18a1687861af1a2c33b8878b2f70bcf18164 SHA512 a7d0a68e4b898f7dbb4175ab8a005d88786f522e185c1814a36a48395d34398880fc18e6baeebe4fef0ea97829e937df2ec9f547e05a9a1b2fdb74e260390e2a WHIRLPOOL ad640f5cf4c8238c7fbda3d126e1d7d37b3619a3eb000737eabf75b464fbf37cbc1de11c643725fb8cfbbfe8aa21df12d2c7b7aed0df29f7d8774256e78818a0 DIST kvazaar-0.7.2.tar.gz 293147 SHA256 623e955d1dbf4f469a57c540537e977f3cead2abcb43d640e2fa0f568168cede SHA512 db06bed953cbe69f2388adfeeecdd150f36a436199e9627a06c26e4fee740255d47757522a3216c2aaca6233fbff0bf64ab5fa6ac6a26cf5af88bfd07c7d78a0 WHIRLPOOL 371379ed6c30c6db3c729e0cfded3f300157a62255b9865f4f45666354f1e2e35cad2e869600de662745251f044f7852dcb8e08e820f4d41f3e7efea13ccb645 +DIST kvazaar-0.8.2.tar.gz 422425 SHA256 1b9354a639ab6c902e974780b39112b5e75477205611f88b54562c895182b945 SHA512 e5089ae28b467c19e854dcf53ac48d14aa01b5f6a72d7a11e66e146c7b9cc11068377a9021f03a697dcf66a66dd42180d2bab24d62c00ee4e2763c5d93754a85 WHIRLPOOL 54c9de8df2b35a2192ba56680d7edc047b1cccc0682875b5a5f6dacec5e67daf8137576d4fc9f86139a54ce82dd29355cfce3fd66589961eb09fe329f64dd15c diff --git a/media-libs/kvazaar/kvazaar-0.8.2.ebuild b/media-libs/kvazaar/kvazaar-0.8.2.ebuild new file mode 100644 index 000000000000..972f429e423d --- /dev/null +++ b/media-libs/kvazaar/kvazaar-0.8.2.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +SCM="" + +if [ "${PV#9999}" != "${PV}" ] ; then + SCM="git-r3" + EGIT_REPO_URI="https://github.com/ultravideo/kvazaar" +fi + +inherit multilib autotools multilib-minimal toolchain-funcs ${SCM} + +DESCRIPTION="An open-source HEVC encoder" +HOMEPAGE="http://ultravideo.cs.tut.fi/ https://github.com/ultravideo/kvazaar" + +if [ "${PV#9999}" = "${PV}" ] ; then + SRC_URI="https://github.com/ultravideo/kvazaar/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +LICENSE="LGPL-2.1" +# subslot = libkvazaar major +SLOT="0/3" +IUSE="cpu_flags_x86_avx2 static-libs" + +DEPEND="" +RDEPEND="${DEPEND}" + +ASM_DEP=">=dev-lang/yasm-1.2.0" +DEPEND="${DEPEND} + abi_x86_32? ( ${ASM_DEP} ) + abi_x86_64? ( ${ASM_DEP} )" + +src_prepare() { + eautoreconf +} + +multilib_src_compile() { + ECONF_SOURCE="${S}" \ + econf \ + --docdir "/usr/share/doc/${PF}" \ + $(use_enable static-libs static) \ + $(use_enable cpu_flags_x86_avx2 asm) +} + +multilib_src_install_all() { + find "${ED}" -name '*.la' -delete +} diff --git a/media-libs/kvazaar/kvazaar-9999.ebuild b/media-libs/kvazaar/kvazaar-9999.ebuild index 425dd69fffc9..972f429e423d 100644 --- a/media-libs/kvazaar/kvazaar-9999.ebuild +++ b/media-libs/kvazaar/kvazaar-9999.ebuild @@ -11,7 +11,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then EGIT_REPO_URI="https://github.com/ultravideo/kvazaar" fi -inherit multilib multilib-minimal toolchain-funcs ${SCM} +inherit multilib autotools multilib-minimal toolchain-funcs ${SCM} DESCRIPTION="An open-source HEVC encoder" HOMEPAGE="http://ultravideo.cs.tut.fi/ https://github.com/ultravideo/kvazaar" @@ -22,12 +22,12 @@ if [ "${PV#9999}" = "${PV}" ] ; then fi LICENSE="LGPL-2.1" -SLOT="0" +# subslot = libkvazaar major +SLOT="0/3" IUSE="cpu_flags_x86_avx2 static-libs" DEPEND="" RDEPEND="${DEPEND}" -S="${WORKDIR}/${P}/src" ASM_DEP=">=dev-lang/yasm-1.2.0" DEPEND="${DEPEND} @@ -35,29 +35,17 @@ DEPEND="${DEPEND} abi_x86_64? ( ${ASM_DEP} )" src_prepare() { - multilib_copy_sources + eautoreconf } multilib_src_compile() { - tc-export CC - emake \ - ARCH="${CHOST%%-*}" \ - $(usex cpu_flags_x86_avx2 "" "KVZ_DISABLE_AVX2=true") \ - lib-shared \ - $(usex static-libs "lib-static" "") \ - $(multilib_is_native_abi && echo cli) -} - -multilib_src_install() { - emake \ - DESTDIR="${D}" \ - PREFIX="${EPREFIX}/usr" \ - LIBDIR="${EPREFIX}/usr/$(get_libdir)" \ - install-pc install-lib \ - $(usex static-libs "install-static" "") \ - $(multilib_is_native_abi && echo install-prog) + ECONF_SOURCE="${S}" \ + econf \ + --docdir "/usr/share/doc/${PF}" \ + $(use_enable static-libs static) \ + $(use_enable cpu_flags_x86_avx2 asm) } multilib_src_install_all() { - dodoc "${WORKDIR}/${P}/README.md" "${WORKDIR}/${P}/CREDITS" "${WORKDIR}/${P}/doc/"*.txt + find "${ED}" -name '*.la' -delete } diff --git a/media-plugins/audacious-plugins/Manifest b/media-plugins/audacious-plugins/Manifest index 1b79e8668389..f9821f7a50b1 100644 --- a/media-plugins/audacious-plugins/Manifest +++ b/media-plugins/audacious-plugins/Manifest @@ -10,3 +10,5 @@ DIST audacious-plugins-3.4.1.tar.bz2 1765085 SHA256 ad86b31a69bd3305aa4e65bb9dae DIST audacious-plugins-3.5.1.tar.bz2 1714137 SHA256 e6da3346df520f3c6cee3c3706eb09290840ea12dfff28d6bec32e5842dc9e26 SHA512 6359edd6c89220f110dc20cf52418b741cfbbce4618f6ba4e4c97d6656216575aba1dfa8e7de4f11a24a28a27cc008e2f7e551759185972a17748f7e043b8823 WHIRLPOOL e4885108904f0badf81411040e1a5098190ab4dd4b53b14ddb5c39148dc01f982a95d1143ff2d8dd9e9cfbad75fa40654791dcf2a7e21d95e80c3ec0d484d218 DIST audacious-plugins-3.6.2-gtk3.tar.bz2 1788886 SHA256 943d94c1ea09817caba627b6abbf0de301c3cd19f2c8c0afae1ebc4dbe31fc95 SHA512 1745c48ec5a71ed92d938fc56d0ae06fbbd43b2ef62652dd06178a3c739e2f8c701ee55249db135ee8afca663151482bb9a2b8c83f1d5bbfcd0408b0594d5847 WHIRLPOOL 2ff212a964c959d1acaf4c9d35e3ce0e3ef7261054ccef3f8174e6188d1bfb9215b780bd17df9e4c6848d4e3fd2e29d8847d3cf37e4203430a87b9fd439080a3 DIST audacious-plugins-3.6.2.tar.bz2 1786338 SHA256 e7798936249e1601177503d148a3dd59edd289579f3f1667351eb0ba463642e8 SHA512 d0715bdc819b115e55daafc6715a770a9e2d8d61d19b9a9485195774e8ace672144dc7852f71bd0b796d26bfcb82766252f65d58a2a061e7a0228a1dda3148c5 WHIRLPOOL 055be62da6c7f8ddacf2c3ef18194ba09bf63dc3699919f6e5068740c0fc6db2b370da999ffe8724e62c60363928ae87ca86d526458fa93b9a3cce37799b12af +DIST audacious-plugins-3.7.1-gtk3.tar.bz2 1838067 SHA256 75469b52694fcfce237a937c6c64c0d355aefa6a7b6c2504ab447d901afc073f SHA512 77b0e3c167d430ed97dfb2bd344d856de9a384a4667f7759ad59f47706de12d7b5b849455c381c27a58f82d3b423d08e922ac81f5e1bb0dd763b9a09bc3e53c6 WHIRLPOOL fbbc8e4a512b681ff2a87ea7c971b3496ff007dab5fdb534457e5608724ba43fc71642384a417190ded19d900b6e1dc20c1369f59882d91791bbcc637402c4a3 +DIST audacious-plugins-3.7.1.tar.bz2 1838045 SHA256 228a384f26afb000099166776d3454539956aa00fde90dcb4612ce8910ed4116 SHA512 2d22131babba572af235ec5f27135061a1602be55a2f709e327b7cd4052f7c11bc31398d01574a6f07197daa6b79cb42d5fa7b26f75764680420a46aede5cd9a WHIRLPOOL 026c355c6323aa6b56b09c119d9320ec5a7306f11b90504631f8a25c05b4f9bd1641ff223e0122a7b5be48f341a3820b759d1829ca60274285cfe19897c9edae diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.7.1.ebuild b/media-plugins/audacious-plugins/audacious-plugins-3.7.1.ebuild new file mode 100644 index 000000000000..fc4405b56cfd --- /dev/null +++ b/media-plugins/audacious-plugins/audacious-plugins-3.7.1.ebuild @@ -0,0 +1,152 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils + +MY_P="${P/_/-}" +S="${WORKDIR}/${MY_P}" +DESCRIPTION="Audacious Player - Your music, your way, no exceptions" +HOMEPAGE="http://audacious-media-player.org/" +SRC_URI="!gtk3? ( http://distfiles.audacious-media-player.org/${MY_P}.tar.bz2 ) + gtk3? ( http://distfiles.audacious-media-player.org/${MY_P}-gtk3.tar.bz2 )" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 ~arm ~hppa ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux" +IUSE="aac +adplug alsa bs2b cdda cue ffmpeg flac fluidsynth gnome http gtk gtk3 jack +lame libnotify libsamplerate lirc mms mp3 nls pulseaudio qt5 scrobbler sdl sid sndfile vorbis wavpack" +REQUIRED_USE=" + ?? ( gtk gtk3 qt5 ) +" + +RDEPEND="app-arch/unzip + >=dev-libs/dbus-glib-0.60 + dev-libs/libxml2:2 + media-libs/libmodplug + ~media-sound/audacious-${PV} + ( || ( >=dev-libs/glib-2.32.2[utils] dev-util/gdbus-codegen ) ) + aac? ( >=media-libs/faad2-2.7 ) + adplug? ( media-libs/adplug ) + alsa? ( >=media-libs/alsa-lib-1.0.16 ) + bs2b? ( media-libs/libbs2b ) + cdda? ( >=media-libs/libcddb-1.2.1 + dev-libs/libcdio-paranoia ) + cue? ( media-libs/libcue ) + ffmpeg? ( >=virtual/ffmpeg-0.7.3 ) + flac? ( >=media-libs/libvorbis-1.0 + >=media-libs/flac-1.2.1-r1 ) + fluidsynth? ( media-sound/fluidsynth ) + http? ( >=net-libs/neon-0.26.4 ) + gtk? ( x11-libs/gtk+:2 ) + gtk3? ( x11-libs/gtk+:3 + media-libs/adplug ) + qt5? ( dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtmultimedia:5 + dev-qt/qtwidgets:5 + media-libs/adplug ) + jack? ( >=media-libs/bio2jack-0.4 + media-sound/jack-audio-connection-kit ) + lame? ( media-sound/lame ) + libnotify? ( x11-libs/libnotify ) + libsamplerate? ( media-libs/libsamplerate ) + lirc? ( app-misc/lirc ) + mms? ( >=media-libs/libmms-0.3 ) + mp3? ( >=media-sound/mpg123-1.12.1 ) + pulseaudio? ( >=media-sound/pulseaudio-0.9.3 ) + scrobbler? ( net-misc/curl ) + sdl? ( media-libs/libsdl[sound] ) + sid? ( >=media-libs/libsidplayfp-1.0.0 ) + sndfile? ( >=media-libs/libsndfile-1.0.17-r1 ) + vorbis? ( >=media-libs/libvorbis-1.2.0 + >=media-libs/libogg-1.1.3 ) + wavpack? ( >=media-sound/wavpack-4.50.1-r1 )" + +DEPEND="${RDEPEND} + nls? ( dev-util/intltool ) + virtual/pkgconfig" + +mp3_warning() { + if ! use mp3 ; then + ewarn "MP3 support is optional, you may want to enable the mp3 USE-flag" + fi +} + +src_unpack() { + default + if use gtk3 ; then + mv "${MY_P}-gtk3" "${MY_P}" + fi +} + +src_prepare() { + has_version " +Date: Mon Jan 18 20:10:28 2016 +0100 + + command: fix NULL pointer deref in "video-codec" property + + Fixes #2729. + +diff --git a/player/command.c b/player/command.c +index 3c7cfb2..413349d 100644 +--- a/player/command.c ++++ b/player/command.c +@@ -2438,7 +2438,7 @@ static int mp_property_video_codec(void *ctx, struct m_property *prop, + { + MPContext *mpctx = ctx; + struct track *track = mpctx->current_track[0][STREAM_VIDEO]; +- const char *c = track->d_video ? track->d_video->decoder_desc : NULL; ++ const char *c = track && track->d_video ? track->d_video->decoder_desc : NULL; + return m_property_strdup_ro(action, arg, c); + } + diff --git a/media-video/mpv/mpv-0.15.0.ebuild b/media-video/mpv/mpv-0.15.0-r1.ebuild similarity index 99% rename from media-video/mpv/mpv-0.15.0.ebuild rename to media-video/mpv/mpv-0.15.0-r1.ebuild index b6a029730825..ca974a9bd286 100644 --- a/media-video/mpv/mpv-0.15.0.ebuild +++ b/media-video/mpv/mpv-0.15.0-r1.ebuild @@ -161,6 +161,8 @@ pkg_pretend() { src_prepare() { cp "${DISTDIR}/waf-${WAF_PV}" "${S}"/waf || die chmod +x "${S}"/waf || die + + epatch "${FILESDIR}/${P}-fix-null-pointer-dereference.patch" epatch_user } diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index db1710acb905..316d67d7c35f 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Mon, 18 Jan 2016 14:14:10 +0000 +Tue, 19 Jan 2016 09:13:49 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index db1710acb905..8d57eeff3066 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Mon, 18 Jan 2016 14:14:10 +0000 +Tue, 19 Jan 2016 09:13:50 +0000 diff --git a/metadata/md5-cache/app-arch/upx-ucl-3.91 b/metadata/md5-cache/app-arch/upx-ucl-3.91 index f1c075ad5a7f..5bf52f6b64a9 100644 --- a/metadata/md5-cache/app-arch/upx-ucl-3.91 +++ b/metadata/md5-cache/app-arch/upx-ucl-3.91 @@ -5,9 +5,9 @@ EAPI=5 HOMEPAGE=http://upx.sourceforge.net/ IUSE=lzma zlib KEYWORDS=~amd64 ~ppc ~sparc ~x86 ~x86-fbsd -LICENSE=GPL-2 +LICENSE=GPL-2+ UPX-Exception RDEPEND=>=dev-libs/ucl-1.02 !app-arch/upx !app-arch/upx-bin SLOT=0 SRC_URI=http://upx.sourceforge.net/download/upx-3.91-src.tar.bz2 lzma? ( mirror://sourceforge/sevenzip/lzma465.tar.bz2 ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=f9a1e6941a19f0d66d46d35efedf4ffe +_md5_=f73986f71880f6e1be15c6af16692174 diff --git a/metadata/md5-cache/app-backup/backuppc-3.3.1 b/metadata/md5-cache/app-backup/backuppc-3.3.1 new file mode 100644 index 000000000000..1fa9b713e103 --- /dev/null +++ b/metadata/md5-cache/app-backup/backuppc-3.3.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=install postinst prepare setup +DEPEND=dev-lang/perl app-admin/apache-tools app-admin/makepasswd =www-servers/apache-2.4* +DESCRIPTION=High-performance backups to a server's disk +EAPI=5 +HOMEPAGE=http://backuppc.sourceforge.net/ +IUSE=rss samba +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=dev-lang/perl app-admin/apache-tools app-admin/makepasswd virtual/perl-IO-Compress dev-perl/Archive-Zip dev-perl/libwww-perl app-arch/tar app-arch/par2cmdline app-arch/gzip app-arch/bzip2 virtual/mta >=www-apache/mod_perl-2.0.9 www-apache/mpm_itk || ( >=www-servers/apache-2.4[apache2_modules_alias,apache2_modules_authn_core,apache2_modules_authz_core,apache2_modules_authz_host,apache2_modules_authz_user,apache2_modules_cgi] >=www-servers/apache-2.4[apache2_modules_alias,apache2_modules_authn_core,apache2_modules_authz_core,apache2_modules_authz_host,apache2_modules_authz_user,apache2_modules_cgid] >=www-servers/apache-2.4[apache2_modules_alias,apache2_modules_authn_core,apache2_modules_authz_core,apache2_modules_authz_host,apache2_modules_authz_user,apache2_modules_fcgid] ) net-misc/rsync dev-perl/File-RsyncP rss? ( dev-perl/XML-RSS ) samba? ( net-fs/samba ) =www-servers/apache-2.4* +SLOT=0 +SRC_URI=mirror://sourceforge/backuppc/BackupPC-3.3.1.tar.gz +_eclasses_=depend.apache e3c541cb90838388f81620d630c28f41 eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 +_md5_=a54d45505ba03de9a368b59ea309fcdc diff --git a/metadata/md5-cache/app-backup/burp-1.3.48-r1 b/metadata/md5-cache/app-backup/burp-1.3.48-r1 index bfec31674b78..ee44935b0a00 100644 --- a/metadata/md5-cache/app-backup/burp-1.3.48-r1 +++ b/metadata/md5-cache/app-backup/burp-1.3.48-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Network backup and restore client and server for Unix and Windows EAPI=5 HOMEPAGE=http://burp.grke.org/ IUSE=acl afs ipv6 nls tcpd xattr -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 x86 LICENSE=AGPL-3 RDEPEND=dev-libs/openssl:0 dev-libs/uthash sys-libs/libcap =dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +DESCRIPTION=Cross platform personalization tool for the YubiKey NEO +EAPI=5 +HOMEPAGE=https://developers.yubico.com/yubikey-neo-manager/ +IUSE=python_targets_python2_7 +KEYWORDS=~amd64 +LICENSE=BSD-2 +RDEPEND=dev-python/pyside[webkit,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pycrypto[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] app-crypt/libu2f-host app-crypt/libykneomgr sys-auth/ykpers python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 ) +SLOT=0 +SRC_URI=mirror://pypi/y/yubikey-neo-manager/yubikey-neo-manager-1.4.0.tar.gz https://developers.yubico.com/yubikey-neo-manager/Releases/yubikey-neo-manager-1.4.0.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=d51bf295c25ae60d0456dbc8852682db diff --git a/metadata/md5-cache/app-emulation/wine-1.8 b/metadata/md5-cache/app-emulation/wine-1.8 new file mode 100644 index 000000000000..d7c31a286e89 --- /dev/null +++ b/metadata/md5-cache/app-emulation/wine-1.8 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=truetype? ( >=media-libs/freetype-2.0.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) capi? ( net-dialup/capi4k-utils ) ncurses? ( >=sys-libs/ncurses-5.2:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) udisks? ( sys-apps/dbus[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) fontconfig? ( media-libs/fontconfig:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gphoto2? ( media-libs/libgphoto2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) openal? ( media-libs/openal:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gstreamer? ( media-libs/gstreamer:0.10[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] media-libs/gst-plugins-base:0.10[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) X? ( x11-libs/libXcursor[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXext[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXrandr[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXi[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXxf86vm[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) xinerama? ( x11-libs/libXinerama[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) alsa? ( media-libs/alsa-lib[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) cups? ( net-print/cups:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) opencl? ( virtual/opencl[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) opengl? ( virtual/glu[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] virtual/opengl[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gsm? ( media-sound/gsm:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) jpeg? ( virtual/jpeg:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ldap? ( net-nds/openldap:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lcms? ( media-libs/lcms:2=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) mp3? ( >=media-sound/mpg123-1.5.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) netapi? ( net-fs/samba[netapi(+),abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) nls? ( sys-devel/gettext[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) odbc? ( dev-db/unixODBC:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) osmesa? ( media-libs/mesa[osmesa,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pcap? ( net-libs/libpcap[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pulseaudio? ( media-sound/pulseaudio[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) staging? ( sys-apps/attr[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) xml? ( dev-libs/libxml2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/libxslt[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) scanner? ( media-gfx/sane-backends:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ssl? ( net-libs/gnutls:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) png? ( media-libs/libpng:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) v4l? ( media-libs/libv4l[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vaapi? ( x11-libs/libva[X,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) xcomposite? ( x11-libs/libXcomposite[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) abi_x86_32? ( !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] !=sys-kernel/linux-headers-2.6 virtual/pkgconfig virtual/yacc sys-devel/flex !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DESCRIPTION=Free implementation of Windows(tm) on Unix +EAPI=5 +HOMEPAGE=http://www.winehq.org/ +IUSE=+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc +fontconfig +gecko gphoto2 gsm gstreamer +jpeg +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl pcap pipelight +png prelink pulseaudio +realtime +run-exes s3tc samba scanner selinux +ssl staging test +threads +truetype +udisks v4l vaapi +X +xcomposite xinerama +xml linguas_ar linguas_bg linguas_ca linguas_cs linguas_da linguas_de linguas_el linguas_en linguas_en_US linguas_eo linguas_es linguas_fa linguas_fi linguas_fr linguas_he linguas_hi linguas_hr linguas_hu linguas_it linguas_ja linguas_ko linguas_lt linguas_ml linguas_nb_NO linguas_nl linguas_or linguas_pa linguas_pl linguas_pt_BR linguas_pt_PT linguas_rm linguas_ro linguas_ru linguas_sk linguas_sl linguas_sr_RS@cyrillic linguas_sr_RS@latin linguas_sv linguas_te linguas_th linguas_tr linguas_uk linguas_wa linguas_zh_CN linguas_zh_TW abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 test +KEYWORDS=-* ~amd64 ~x86 ~x86-fbsd +LICENSE=LGPL-2.1 +RDEPEND=truetype? ( >=media-libs/freetype-2.0.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) capi? ( net-dialup/capi4k-utils ) ncurses? ( >=sys-libs/ncurses-5.2:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) udisks? ( sys-apps/dbus[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) fontconfig? ( media-libs/fontconfig:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gphoto2? ( media-libs/libgphoto2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) openal? ( media-libs/openal:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gstreamer? ( media-libs/gstreamer:0.10[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] media-libs/gst-plugins-base:0.10[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) X? ( x11-libs/libXcursor[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXext[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXrandr[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXi[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXxf86vm[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) xinerama? ( x11-libs/libXinerama[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) alsa? ( media-libs/alsa-lib[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) cups? ( net-print/cups:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) opencl? ( virtual/opencl[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) opengl? ( virtual/glu[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] virtual/opengl[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gsm? ( media-sound/gsm:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) jpeg? ( virtual/jpeg:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ldap? ( net-nds/openldap:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lcms? ( media-libs/lcms:2=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) mp3? ( >=media-sound/mpg123-1.5.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) netapi? ( net-fs/samba[netapi(+),abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) nls? ( sys-devel/gettext[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) odbc? ( dev-db/unixODBC:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) osmesa? ( media-libs/mesa[osmesa,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pcap? ( net-libs/libpcap[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pulseaudio? ( media-sound/pulseaudio[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) staging? ( sys-apps/attr[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) xml? ( dev-libs/libxml2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/libxslt[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) scanner? ( media-gfx/sane-backends:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ssl? ( net-libs/gnutls:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) png? ( media-libs/libpng:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) v4l? ( media-libs/libv4l[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vaapi? ( x11-libs/libva[X,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) xcomposite? ( x11-libs/libXcomposite[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) abi_x86_32? ( !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] !=media-libs/libtxc_dxtn-1.0.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) samba? ( >=net-fs/samba-3.0.25 ) selinux? ( sec-policy/selinux-wine ) udisks? ( sys-fs/udisks:2 ) pulseaudio? ( realtime? ( sys-auth/rtkit ) ) +REQUIRED_USE=|| ( abi_x86_32 abi_x86_64 ) test? ( abi_x86_32 ) elibc_glibc? ( threads ) mono? ( abi_x86_32 ) pipelight? ( staging ) s3tc? ( staging ) vaapi? ( staging ) osmesa? ( opengl ) +RESTRICT=test +SLOT=0 +SRC_URI=https://dl.winehq.org/wine/source/1.8/wine-1.8.tar.bz2 gecko? ( abi_x86_32? ( https://dl.winehq.org/wine/wine-gecko/2.40/wine_gecko-2.40-x86.msi ) abi_x86_64? ( https://dl.winehq.org/wine/wine-gecko/2.40/wine_gecko-2.40-x86_64.msi ) ) mono? ( https://dl.winehq.org/wine/wine-mono/4.5.6/wine-mono-4.5.6.msi ) gstreamer? ( https://dev.gentoo.org/~np-hardass/distfiles/wine/wine-1.7.55-gstreamer-v5.patch.bz2 ) https://dev.gentoo.org/~tetromino/distfiles/wine/wine-gentoo-2015.03.07.tar.bz2 staging? ( https://github.com/wine-compholio/wine-staging/archive/v1.8.tar.gz -> wine-staging-1.8.tar.gz ) +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d l10n 714aaf78929eade946da5eaff7d2001a libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=9c305cb2ccc4a04f3fe0b685025f0006 diff --git a/metadata/md5-cache/app-emulation/wine-9999 b/metadata/md5-cache/app-emulation/wine-9999 index 3da5459b0924..e5b2d8199e57 100644 --- a/metadata/md5-cache/app-emulation/wine-9999 +++ b/metadata/md5-cache/app-emulation/wine-9999 @@ -6,9 +6,9 @@ HOMEPAGE=http://www.winehq.org/ IUSE=+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc +fontconfig +gecko gphoto2 gsm gstreamer +jpeg +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl pcap pipelight +png prelink pulseaudio +realtime +run-exes s3tc samba scanner selinux +ssl staging test +threads +truetype +udisks v4l vaapi +X +xcomposite xinerama +xml linguas_ar linguas_bg linguas_ca linguas_cs linguas_da linguas_de linguas_el linguas_en linguas_en_US linguas_eo linguas_es linguas_fa linguas_fi linguas_fr linguas_he linguas_hi linguas_hr linguas_hu linguas_it linguas_ja linguas_ko linguas_lt linguas_ml linguas_nb_NO linguas_nl linguas_or linguas_pa linguas_pl linguas_pt_BR linguas_pt_PT linguas_rm linguas_ro linguas_ru linguas_sk linguas_sl linguas_sr_RS@cyrillic linguas_sr_RS@latin linguas_sv linguas_te linguas_th linguas_tr linguas_uk linguas_wa linguas_zh_CN linguas_zh_TW abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 test LICENSE=LGPL-2.1 RDEPEND=truetype? ( >=media-libs/freetype-2.0.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) capi? ( net-dialup/capi4k-utils ) ncurses? ( >=sys-libs/ncurses-5.2:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) udisks? ( sys-apps/dbus[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) fontconfig? ( media-libs/fontconfig:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gphoto2? ( media-libs/libgphoto2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) openal? ( media-libs/openal:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gstreamer? ( media-libs/gstreamer:0.10[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] media-libs/gst-plugins-base:0.10[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) X? ( x11-libs/libXcursor[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXext[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXrandr[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXi[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXxf86vm[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) xinerama? ( x11-libs/libXinerama[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) alsa? ( media-libs/alsa-lib[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) cups? ( net-print/cups:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) opencl? ( virtual/opencl[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) opengl? ( virtual/glu[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] virtual/opengl[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gsm? ( media-sound/gsm:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) jpeg? ( virtual/jpeg:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ldap? ( net-nds/openldap:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lcms? ( media-libs/lcms:2=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) mp3? ( >=media-sound/mpg123-1.5.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) netapi? ( net-fs/samba[netapi(+),abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) nls? ( sys-devel/gettext[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) odbc? ( dev-db/unixODBC:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) osmesa? ( media-libs/mesa[osmesa,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pcap? ( net-libs/libpcap[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pulseaudio? ( media-sound/pulseaudio[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) staging? ( sys-apps/attr[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) xml? ( dev-libs/libxml2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/libxslt[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) scanner? ( media-gfx/sane-backends:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ssl? ( net-libs/gnutls:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) png? ( media-libs/libpng:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) v4l? ( media-libs/libv4l[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vaapi? ( x11-libs/libva[X,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) xcomposite? ( x11-libs/libXcomposite[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) abi_x86_32? ( !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] !=media-libs/libtxc_dxtn-1.0.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) samba? ( >=net-fs/samba-3.0.25 ) selinux? ( sec-policy/selinux-wine ) udisks? ( sys-fs/udisks:2 ) pulseaudio? ( realtime? ( sys-auth/rtkit ) ) -REQUIRED_USE=|| ( abi_x86_32 abi_x86_64 ) test? ( abi_x86_32 ) elibc_glibc? ( threads ) mono? ( abi_x86_32 ) pipelight? ( staging ) s3tc? ( staging ) vaapi? ( staging ) ?? ( gstreamer staging ) osmesa? ( opengl ) +REQUIRED_USE=|| ( abi_x86_32 abi_x86_64 ) test? ( abi_x86_32 ) elibc_glibc? ( threads ) mono? ( abi_x86_32 ) pipelight? ( staging ) s3tc? ( staging ) vaapi? ( staging ) osmesa? ( opengl ) RESTRICT=test SLOT=0 -SRC_URI=gecko? ( abi_x86_32? ( mirror://sourceforge/wine/Wine%20Gecko/2.40/wine_gecko-2.40-x86.msi ) abi_x86_64? ( mirror://sourceforge/wine/Wine%20Gecko/2.40/wine_gecko-2.40-x86_64.msi ) ) mono? ( mirror://sourceforge/wine/Wine%20Mono/4.5.6/wine-mono-4.5.6.msi ) gstreamer? ( https://dev.gentoo.org/~tetromino/distfiles/wine/wine-1.7.34-gstreamer-v5.patch.bz2 ) https://dev.gentoo.org/~tetromino/distfiles/wine/wine-gentoo-2015.03.07.tar.bz2 +SRC_URI=gecko? ( abi_x86_32? ( https://dl.winehq.org/wine/wine-gecko/2.40/wine_gecko-2.40-x86.msi ) abi_x86_64? ( https://dl.winehq.org/wine/wine-gecko/2.40/wine_gecko-2.40-x86_64.msi ) ) mono? ( https://dl.winehq.org/wine/wine-mono/4.5.6/wine-mono-4.5.6.msi ) gstreamer? ( https://dev.gentoo.org/~np-hardass/distfiles/wine/wine-1.7.55-gstreamer-v5.patch.bz2 ) https://dev.gentoo.org/~tetromino/distfiles/wine/wine-gentoo-2015.03.07.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 git-r3 0961ca04f93a7ae0e4c4a0b2b8c3be99 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d l10n 714aaf78929eade946da5eaff7d2001a libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=47781c1ec3b55f35390a849aa967dccf +_md5_=9c305cb2ccc4a04f3fe0b685025f0006 diff --git a/metadata/md5-cache/app-emulation/winetricks-20151116 b/metadata/md5-cache/app-emulation/winetricks-20160109 similarity index 87% rename from metadata/md5-cache/app-emulation/winetricks-20151116 rename to metadata/md5-cache/app-emulation/winetricks-20160109 index 0e78c9391d22..7ed736d37976 100644 --- a/metadata/md5-cache/app-emulation/winetricks-20151116 +++ b/metadata/md5-cache/app-emulation/winetricks-20160109 @@ -9,6 +9,6 @@ LICENSE=LGPL-2.1+ RDEPEND=app-arch/cabextract app-arch/p7zip app-arch/unzip app-emulation/wine net-misc/wget x11-misc/xdg-utils gtk? ( gnome-extra/zenity ) kde? ( kde-apps/kdialog ) rar? ( app-arch/unrar ) RESTRICT=test SLOT=0 -SRC_URI=https://github.com/Winetricks/winetricks/archive/20151116.tar.gz -> winetricks-20151116.tar.gz gtk? ( https://dev.gentoo.org/~tetromino/distfiles/wine/winetricks-gentoo-2012.11.24.tar.bz2 ) kde? ( https://dev.gentoo.org/~tetromino/distfiles/wine/winetricks-gentoo-2012.11.24.tar.bz2 ) +SRC_URI=https://github.com/Winetricks/winetricks/archive/20160109.tar.gz -> winetricks-20160109.tar.gz gtk? ( https://dev.gentoo.org/~tetromino/distfiles/wine/winetricks-gentoo-2012.11.24.tar.bz2 ) kde? ( https://dev.gentoo.org/~tetromino/distfiles/wine/winetricks-gentoo-2012.11.24.tar.bz2 ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c gnome2-utils 2a93a5fe31c2295077e190059f4cf88d multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=da019ac39919e8dca49d7c95fcc0a7e5 diff --git a/metadata/md5-cache/app-portage/g-sorcery-0.2.1-r1 b/metadata/md5-cache/app-portage/g-sorcery-0.2.1-r1 new file mode 100644 index 000000000000..ca098802fb89 --- /dev/null +++ b/metadata/md5-cache/app-portage/g-sorcery-0.2.1-r1 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=bson? ( dev-python/pymongo[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) git? ( dev-vcs/git ) sys-apps/portage[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +DESCRIPTION=framework for ebuild generators +EAPI=6 +HOMEPAGE=https://github.com/jauhien/g-sorcery +IUSE=bson git python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 +KEYWORDS=~amd64 ~arm ~hppa ~x86 +LICENSE=GPL-2 +PDEPEND=>=app-portage/layman-2.2.0[g-sorcery(-),python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +RDEPEND=bson? ( dev-python/pymongo[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) git? ( dev-vcs/git ) sys-apps/portage[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 ) +SLOT=0 +SRC_URI=https://github.com/jauhien/g-sorcery/archive/0.2.1.tar.gz -> g-sorcery-0.2.1.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=548375b99f00b7e1d5201fa0d6d59ab3 diff --git a/metadata/md5-cache/app-portage/g-sorcery-9999 b/metadata/md5-cache/app-portage/g-sorcery-9999 index 15c9b57d301e..e33eab4afe53 100644 --- a/metadata/md5-cache/app-portage/g-sorcery-9999 +++ b/metadata/md5-cache/app-portage/g-sorcery-9999 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=bson? ( dev-python/pymongo[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) git? ( dev-vcs/git ) sys-apps/portage[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-vcs/git +DEPEND=bson? ( dev-python/pymongo[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) git? ( dev-vcs/git ) sys-apps/portage[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-vcs/git-1.8.2.1 DESCRIPTION=framework for ebuild generators -EAPI=5 +EAPI=6 HOMEPAGE=https://github.com/jauhien/g-sorcery -IUSE=bson git python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 +IUSE=bson git python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 LICENSE=GPL-2 -PDEPEND=>=app-portage/layman-2.2.0[g-sorcery(-),python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] -RDEPEND=bson? ( dev-python/pymongo[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) git? ( dev-vcs/git ) sys-apps/portage[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) +PDEPEND=>=app-portage/layman-2.2.0[g-sorcery(-),python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +RDEPEND=bson? ( dev-python/pymongo[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) git? ( dev-vcs/git ) sys-apps/portage[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 ) SLOT=0 -_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c git-2 df00117322129fb906bb0a53c3d6a020 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=e9677ad910bef292cc5835c87e388b24 +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c git-r3 0961ca04f93a7ae0e4c4a0b2b8c3be99 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=16db29957bbacf6f1a905d9dd9e496be diff --git a/metadata/md5-cache/app-portage/gs-elpa-0.1.3-r1 b/metadata/md5-cache/app-portage/gs-elpa-0.1.3-r1 new file mode 100644 index 000000000000..a41a541f1fb3 --- /dev/null +++ b/metadata/md5-cache/app-portage/gs-elpa-0.1.3-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=app-portage/g-sorcery[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] dev-python/sexpdata[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +DESCRIPTION=g-sorcery backend for elisp packages +EAPI=6 +HOMEPAGE=https://github.com/jauhien/gs-elpa +IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=app-portage/g-sorcery[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] dev-python/sexpdata[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 ) +SLOT=0 +SRC_URI=https://github.com/jauhien/gs-elpa/archive/0.1.3.tar.gz -> gs-elpa-0.1.3.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=6880983dc49b4dbdd7be550592dbe383 diff --git a/metadata/md5-cache/app-portage/gs-elpa-9999 b/metadata/md5-cache/app-portage/gs-elpa-9999 index 18ef5e00e713..e40b2c5114db 100644 --- a/metadata/md5-cache/app-portage/gs-elpa-9999 +++ b/metadata/md5-cache/app-portage/gs-elpa-9999 @@ -1,12 +1,12 @@ DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=>=app-portage/g-sorcery-0.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-)] dev-python/sexpdata[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-vcs/git +DEPEND=>=app-portage/g-sorcery-0.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] dev-python/sexpdata[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-vcs/git-1.8.2.1 DESCRIPTION=g-sorcery backend for elisp packages -EAPI=5 +EAPI=6 HOMEPAGE=https://github.com/jauhien/gs-elpa -IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 +IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 LICENSE=GPL-2 -RDEPEND=>=app-portage/g-sorcery-0.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-)] dev-python/sexpdata[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) +RDEPEND=>=app-portage/g-sorcery-0.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] dev-python/sexpdata[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 ) SLOT=0 -_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c git-2 df00117322129fb906bb0a53c3d6a020 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=850adea2cdc80d8f1a8bc69bb65ad102 +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c git-r3 0961ca04f93a7ae0e4c4a0b2b8c3be99 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=cfe4b5205c45238351bfd8cf0d313cd8 diff --git a/metadata/md5-cache/app-portage/gs-pypi-0.2.1-r1 b/metadata/md5-cache/app-portage/gs-pypi-0.2.1-r1 new file mode 100644 index 000000000000..fc1b9dbcd94c --- /dev/null +++ b/metadata/md5-cache/app-portage/gs-pypi-0.2.1-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=app-portage/g-sorcery-0.2.1[bson(-),git(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] dev-python/beautifulsoup:4[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +DESCRIPTION=g-sorcery backend for pypi packages +EAPI=6 +HOMEPAGE=https://github.com/jauhien/gs-pypi +IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=app-portage/g-sorcery-0.2.1[bson(-),git(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] dev-python/beautifulsoup:4[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 ) +SLOT=0 +SRC_URI=https://github.com/jauhien/gs-pypi/archive/0.2.1.tar.gz -> gs-pypi-0.2.1.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=7ab303822e0b826ac676ea346a86dbd9 diff --git a/metadata/md5-cache/app-portage/gs-pypi-9999 b/metadata/md5-cache/app-portage/gs-pypi-9999 index e65b651501ef..447fa11a07b3 100644 --- a/metadata/md5-cache/app-portage/gs-pypi-9999 +++ b/metadata/md5-cache/app-portage/gs-pypi-9999 @@ -1,12 +1,12 @@ DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=>=app-portage/g-sorcery-9999[bson(-),git(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-)] dev-python/beautifulsoup:4[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-vcs/git +DEPEND=>=app-portage/g-sorcery-9999[bson(-),git(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] dev-python/beautifulsoup:4[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-vcs/git-1.8.2.1 DESCRIPTION=g-sorcery backend for pypi packages -EAPI=5 +EAPI=6 HOMEPAGE=https://github.com/jauhien/gs-pypi -IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 +IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 LICENSE=GPL-2 -RDEPEND=>=app-portage/g-sorcery-9999[bson(-),git(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-)] dev-python/beautifulsoup:4[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) +RDEPEND=>=app-portage/g-sorcery-9999[bson(-),git(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] dev-python/beautifulsoup:4[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 ) SLOT=0 -_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c git-2 df00117322129fb906bb0a53c3d6a020 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=c72f17b98a995879da0d6195fa67d167 +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c git-r3 0961ca04f93a7ae0e4c4a0b2b8c3be99 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=fa7b71e834d8069593b511767a680179 diff --git a/metadata/md5-cache/dev-haskell/gtk2hs-buildtools-0.13.0.4-r3 b/metadata/md5-cache/dev-haskell/gtk2hs-buildtools-0.13.0.4-r3 index 6fab11f80eff..6f8328ca0f59 100644 --- a/metadata/md5-cache/dev-haskell/gtk2hs-buildtools-0.13.0.4-r3 +++ b/metadata/md5-cache/dev-haskell/gtk2hs-buildtools-0.13.0.4-r3 @@ -10,4 +10,4 @@ RDEPEND=dev-haskell/random:= >=dev-lang/ghc-7.4.1:= || ( ( >=dev-lang/ghc-7.7:= SLOT=0 SRC_URI=mirror://hackage/packages/archive/gtk2hs-buildtools/0.13.0.4/gtk2hs-buildtools-0.13.0.4.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c ghc-package 892c6c35a9ac0993e65049c039438508 haskell-cabal 2d9bae28d8a91ec04d1bb1ef0071c64f multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=afbbcf993624c7d575a74f20725f6528 +_md5_=dc0ae03753ef3ccb99118b5d13a69c4d diff --git a/metadata/md5-cache/dev-java/tomcat-native-1.2.3 b/metadata/md5-cache/dev-java/tomcat-native-1.2.3 index e5f945d135ba..4194613f2cce 100644 --- a/metadata/md5-cache/dev-java/tomcat-native-1.2.3 +++ b/metadata/md5-cache/dev-java/tomcat-native-1.2.3 @@ -4,10 +4,10 @@ DESCRIPTION=Native APR library for Tomcat EAPI=5 HOMEPAGE=http://tomcat.apache.org/ IUSE=test elibc_FreeBSD elibc_FreeBSD -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 x86 LICENSE=Apache-2.0 RDEPEND=dev-libs/apr:1 dev-libs/openssl:= >=virtual/jre-1.7 >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=mirror://apache/tomcat/tomcat-connectors/native/1.2.3/source/tomcat-native-1.2.3-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=6adf23ae6658835fce4bbefb38b46c6b +_md5_=fe06db1387c9f6f4217845fc65c747ec diff --git a/metadata/md5-cache/dev-java/tomcat-servlet-api-6.0.44-r1 b/metadata/md5-cache/dev-java/tomcat-servlet-api-6.0.44-r1 index c1fcb4066e32..0f2bc153a6e6 100644 --- a/metadata/md5-cache/dev-java/tomcat-servlet-api-6.0.44-r1 +++ b/metadata/md5-cache/dev-java/tomcat-servlet-api-6.0.44-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Tomcat's Servlet API 2.5/JSP API 2.1 implementation EAPI=5 HOMEPAGE=http://tomcat.apache.org/ IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.5 SRC_URI=mirror://apache/tomcat/tomcat-6/v6.0.44/src/apache-tomcat-6.0.44-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=6c7ae6352bbbefe017e2ca3e312022c7 +_md5_=66de2dd3a2091b5a99e8ccfd2b880387 diff --git a/metadata/md5-cache/dev-java/tomcat-servlet-api-7.0.63 b/metadata/md5-cache/dev-java/tomcat-servlet-api-7.0.63 deleted file mode 100644 index bfc6511a3342..000000000000 --- a/metadata/md5-cache/dev-java/tomcat-servlet-api-7.0.63 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install preinst prepare setup -DEPEND=>=virtual/jdk-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=Tomcat's Servlet API 3.0/JSP API 2.2 implementation -EAPI=5 -HOMEPAGE=http://tomcat.apache.org/ -IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris -LICENSE=Apache-2.0 -RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) -SLOT=3.0 -SRC_URI=mirror://apache/tomcat/tomcat-7/v7.0.63/src/apache-tomcat-7.0.63-src.tar.gz -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=46845e5067392eedef314def06eca534 diff --git a/metadata/md5-cache/dev-java/tomcat-servlet-api-7.0.64 b/metadata/md5-cache/dev-java/tomcat-servlet-api-7.0.64 deleted file mode 100644 index a8b7b8021fb7..000000000000 --- a/metadata/md5-cache/dev-java/tomcat-servlet-api-7.0.64 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install preinst prepare setup -DEPEND=>=virtual/jdk-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=Tomcat's Servlet API 3.0/JSP API 2.2 implementation -EAPI=5 -HOMEPAGE=http://tomcat.apache.org/ -IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=amd64 ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris -LICENSE=Apache-2.0 -RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) -SLOT=3.0 -SRC_URI=mirror://apache/tomcat/tomcat-7/v7.0.64/src/apache-tomcat-7.0.64-src.tar.gz -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=fb612808b1cc0d8223d6e69513843e12 diff --git a/metadata/md5-cache/dev-java/tomcat-servlet-api-7.0.67 b/metadata/md5-cache/dev-java/tomcat-servlet-api-7.0.67 index 6308a19e6ce8..f24573c16e60 100644 --- a/metadata/md5-cache/dev-java/tomcat-servlet-api-7.0.67 +++ b/metadata/md5-cache/dev-java/tomcat-servlet-api-7.0.67 @@ -4,10 +4,10 @@ DESCRIPTION=Tomcat's Servlet API 3.0/JSP API 2.2 implementation EAPI=5 HOMEPAGE=http://tomcat.apache.org/ IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=3.0 SRC_URI=mirror://apache/tomcat/tomcat-7/v7.0.67/src/apache-tomcat-7.0.67-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=1f7ece82a9f85f19d4d2a1b2c2d71138 +_md5_=b48d3810308939c804044f30d1b0b776 diff --git a/metadata/md5-cache/dev-java/tomcat-servlet-api-8.0.23 b/metadata/md5-cache/dev-java/tomcat-servlet-api-8.0.23 deleted file mode 100644 index becc83dd7b8e..000000000000 --- a/metadata/md5-cache/dev-java/tomcat-servlet-api-8.0.23 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install preinst prepare setup -DEPEND=>=virtual/jdk-1.7 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=Tomcat's Servlet API 3.1/JSP API 2.3 implementation -EAPI=5 -HOMEPAGE=http://tomcat.apache.org/ -IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=amd64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris -LICENSE=Apache-2.0 -RDEPEND=>=virtual/jre-1.7 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) -SLOT=3.1 -SRC_URI=mirror://apache/tomcat/tomcat-8/v8.0.23/src/apache-tomcat-8.0.23-src.tar.gz -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=502e982eb3e3fe6e1290fd746bdab5ec diff --git a/metadata/md5-cache/dev-java/tomcat-servlet-api-8.0.24 b/metadata/md5-cache/dev-java/tomcat-servlet-api-8.0.24 deleted file mode 100644 index 910392becfe2..000000000000 --- a/metadata/md5-cache/dev-java/tomcat-servlet-api-8.0.24 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install preinst prepare setup -DEPEND=>=virtual/jdk-1.7 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=Tomcat's Servlet API 3.1/JSP API 2.3 implementation -EAPI=5 -HOMEPAGE=http://tomcat.apache.org/ -IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris -LICENSE=Apache-2.0 -RDEPEND=>=virtual/jre-1.7 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) -SLOT=3.1 -SRC_URI=mirror://apache/tomcat/tomcat-8/v8.0.24/src/apache-tomcat-8.0.24-src.tar.gz -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=06845c03f647d43cd9211bc3a7f7f86f diff --git a/metadata/md5-cache/dev-java/tomcat-servlet-api-8.0.26 b/metadata/md5-cache/dev-java/tomcat-servlet-api-8.0.26 deleted file mode 100644 index 5b27ade3b52a..000000000000 --- a/metadata/md5-cache/dev-java/tomcat-servlet-api-8.0.26 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install preinst prepare setup -DEPEND=>=virtual/jdk-1.7 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=Tomcat's Servlet API 3.1/JSP API 2.3 implementation -EAPI=5 -HOMEPAGE=http://tomcat.apache.org/ -IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=amd64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris -LICENSE=Apache-2.0 -RDEPEND=>=virtual/jre-1.7 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) -SLOT=3.1 -SRC_URI=mirror://apache/tomcat/tomcat-8/v8.0.26/src/apache-tomcat-8.0.26-src.tar.gz -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=502e982eb3e3fe6e1290fd746bdab5ec diff --git a/metadata/md5-cache/dev-java/tomcat-servlet-api-8.0.27 b/metadata/md5-cache/dev-java/tomcat-servlet-api-8.0.27 deleted file mode 100644 index c219a6f7d9ab..000000000000 --- a/metadata/md5-cache/dev-java/tomcat-servlet-api-8.0.27 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install preinst prepare setup -DEPEND=>=virtual/jdk-1.7 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=Tomcat's Servlet API 3.1/JSP API 2.3 implementation -EAPI=5 -HOMEPAGE=http://tomcat.apache.org/ -IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris -LICENSE=Apache-2.0 -RDEPEND=>=virtual/jre-1.7 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) -SLOT=3.1 -SRC_URI=mirror://apache/tomcat/tomcat-8/v8.0.27/src/apache-tomcat-8.0.27-src.tar.gz -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=06845c03f647d43cd9211bc3a7f7f86f diff --git a/metadata/md5-cache/dev-java/tomcat-servlet-api-8.0.29 b/metadata/md5-cache/dev-java/tomcat-servlet-api-8.0.29 deleted file mode 100644 index 6d9eb2b99c2c..000000000000 --- a/metadata/md5-cache/dev-java/tomcat-servlet-api-8.0.29 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install preinst prepare setup -DEPEND=>=virtual/jdk-1.7 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=Tomcat's Servlet API 3.1/JSP API 2.3 implementation -EAPI=5 -HOMEPAGE=http://tomcat.apache.org/ -IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris -LICENSE=Apache-2.0 -RDEPEND=>=virtual/jre-1.7 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) -SLOT=3.1 -SRC_URI=mirror://apache/tomcat/tomcat-8/v8.0.29/src/apache-tomcat-8.0.29-src.tar.gz -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=06845c03f647d43cd9211bc3a7f7f86f diff --git a/metadata/md5-cache/dev-java/tomcat-servlet-api-8.0.30 b/metadata/md5-cache/dev-java/tomcat-servlet-api-8.0.30 index 750237ccc4ac..effebeb92edd 100644 --- a/metadata/md5-cache/dev-java/tomcat-servlet-api-8.0.30 +++ b/metadata/md5-cache/dev-java/tomcat-servlet-api-8.0.30 @@ -4,10 +4,10 @@ DESCRIPTION=Tomcat's Servlet API 3.1/JSP API 2.3 implementation EAPI=5 HOMEPAGE=http://tomcat.apache.org/ IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris +KEYWORDS=amd64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.7 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=3.1 SRC_URI=mirror://apache/tomcat/tomcat-8/v8.0.30/src/apache-tomcat-8.0.30-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=06845c03f647d43cd9211bc3a7f7f86f +_md5_=502e982eb3e3fe6e1290fd746bdab5ec diff --git a/metadata/md5-cache/dev-libs/dbus-c++-0.9.0-r2 b/metadata/md5-cache/dev-libs/dbus-c++-0.9.0-r2 index 896ee29ff630..53293779c673 100644 --- a/metadata/md5-cache/dev-libs/dbus-c++-0.9.0-r2 +++ b/metadata/md5-cache/dev-libs/dbus-c++-0.9.0-r2 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=sys-apps/dbus[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ecore? ( dev-libs/ecore ) glib? ( dev-libs/glib:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) doc? ( app-doc/doxygen ) dev-util/cppunit[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] virtual/pkgconfig +DEPEND=sys-apps/dbus[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ecore? ( dev-libs/efl ) glib? ( dev-libs/glib:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) doc? ( app-doc/doxygen ) dev-util/cppunit[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] virtual/pkgconfig DESCRIPTION=Provides a C++ API for D-BUS EAPI=5 HOMEPAGE=http://sourceforge.net/projects/dbus-cplusplus/ http://sourceforge.net/apps/mediawiki/dbus-cplusplus/index.php?title=Main_Page IUSE=doc ecore glib static-libs test abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 KEYWORDS=~amd64 ~arm ~ppc ~x86 LICENSE=LGPL-2.1+ -RDEPEND=sys-apps/dbus[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ecore? ( dev-libs/ecore ) glib? ( dev-libs/glib:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) +RDEPEND=sys-apps/dbus[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ecore? ( dev-libs/efl ) glib? ( dev-libs/glib:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) SLOT=0 SRC_URI=mirror://sourceforge/dbus-cplusplus/libdbus-c++-0.9.0.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=a5ac9ff121c41a9ae3e322840cd7b522 +_md5_=9961390a0ac061d30fb41057e1617f0b diff --git a/metadata/md5-cache/dev-libs/isl-0.16.1 b/metadata/md5-cache/dev-libs/isl-0.16.1 new file mode 100644 index 000000000000..191abd4724a0 --- /dev/null +++ b/metadata/md5-cache/dev-libs/isl-0.16.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-libs/gmp-5.1.3-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] app-arch/xz-utils virtual/pkgconfig +DESCRIPTION=A library for manipulating integer points bounded by linear constraints +EAPI=5 +HOMEPAGE=http://isl.gforge.inria.fr/ +IUSE=static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd +LICENSE=LGPL-2.1 +RDEPEND=>=dev-libs/gmp-5.1.3-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +SLOT=0/15 +SRC_URI=http://isl.gforge.inria.fr/isl-0.16.1.tar.xz +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=2439fbe7ead6419a08bbc20e7c736477 diff --git a/metadata/md5-cache/dev-perl/Font-TTF-0.480.0-r1 b/metadata/md5-cache/dev-perl/Font-TTF-0.480.0-r1 deleted file mode 100644 index 935ac7547bd9..000000000000 --- a/metadata/md5-cache/dev-perl/Font-TTF-0.480.0-r1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=virtual/perl-IO-Compress dev-perl/XML-Parser dev-lang/perl:=[-build(-)] -DESCRIPTION=module for compiling and altering fonts -EAPI=5 -HOMEPAGE=http://search.cpan.org/dist/Font-TTF/ -KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd -LICENSE=Artistic -RDEPEND=virtual/perl-IO-Compress dev-perl/XML-Parser dev-lang/perl:=[-build(-)] -SLOT=0 -SRC_URI=mirror://cpan/authors/id/M/MH/MHOSKEN/Font-TTF-0.48.tar.gz -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 -_md5_=9fc8ed157213d0351bed369c4a718612 diff --git a/metadata/md5-cache/dev-perl/GD-2.500.0-r1 b/metadata/md5-cache/dev-perl/GD-2.500.0-r1 deleted file mode 100644 index bfe2badffe8a..000000000000 --- a/metadata/md5-cache/dev-perl/GD-2.500.0-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=>=media-libs/gd-2.0.33 png? ( media-libs/gd[png] media-libs/libpng sys-libs/zlib ) jpeg? ( media-libs/gd[jpeg] virtual/jpeg ) truetype? ( media-libs/gd[truetype] media-libs/freetype:2 ) xpm? ( media-libs/gd[xpm] x11-libs/libXpm ) gif? ( media-libs/giflib ) dev-perl/Module-Build dev-lang/perl:=[-build(-)] -DESCRIPTION=interface to Thomas Boutell's gd library -EAPI=5 -HOMEPAGE=http://search.cpan.org/dist/GD/ -IUSE=animgif gif jpeg png truetype xpm -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris -LICENSE=|| ( Artistic-2 GPL-1 GPL-2 GPL-3 ) -RDEPEND=>=media-libs/gd-2.0.33 png? ( media-libs/gd[png] media-libs/libpng sys-libs/zlib ) jpeg? ( media-libs/gd[jpeg] virtual/jpeg ) truetype? ( media-libs/gd[truetype] media-libs/freetype:2 ) xpm? ( media-libs/gd[xpm] x11-libs/libXpm ) gif? ( media-libs/giflib ) dev-lang/perl:=[-build(-)] -SLOT=0 -SRC_URI=mirror://cpan/authors/id/L/LD/LDS/GD-2.50.tar.gz -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 -_md5_=f457131a7e11aac315c522761956c40a diff --git a/metadata/md5-cache/dev-perl/GD-2.560.0 b/metadata/md5-cache/dev-perl/GD-2.560.0-r1 similarity index 97% rename from metadata/md5-cache/dev-perl/GD-2.560.0 rename to metadata/md5-cache/dev-perl/GD-2.560.0-r1 index 3623044ba518..ad6c28439627 100644 --- a/metadata/md5-cache/dev-perl/GD-2.560.0 +++ b/metadata/md5-cache/dev-perl/GD-2.560.0-r1 @@ -10,4 +10,4 @@ RDEPEND=virtual/perl-Math-Complex >=media-libs/gd-2.0.33 png? ( media-libs/gd[pn SLOT=0 SRC_URI=mirror://cpan/authors/id/L/LD/LDS/GD-2.56.tar.gz _eclasses_=multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c -_md5_=12145169e6ab613be36e0c8ddf7092ac +_md5_=4614ee4be8ef2989305b95600297fd66 diff --git a/metadata/md5-cache/dev-perl/GDGraph-1.510.0 b/metadata/md5-cache/dev-perl/GDGraph-1.510.0 new file mode 100644 index 000000000000..b7aa71ed4768 --- /dev/null +++ b/metadata/md5-cache/dev-perl/GDGraph-1.510.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-perl/GD-1.180.0 >=dev-perl/GDTextUtil-0.800.0 media-libs/gd >=virtual/perl-ExtUtils-MakeMaker-6.640.0 test? ( >=dev-perl/Capture-Tiny-0.300.0 >=dev-perl/Test-Exception-0.400.0 >=virtual/perl-Test-Simple-0.880.0 ) dev-lang/perl:= +DESCRIPTION=Perl5 module to create charts using the GD module +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/GDGraph/ +IUSE=test +KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=>=dev-perl/GD-1.180.0 >=dev-perl/GDTextUtil-0.800.0 media-libs/gd dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/R/RU/RUZ/GDGraph-1.51.tar.gz +_eclasses_=multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c +_md5_=834e25ab0fecbdb644f7767caac53531 diff --git a/metadata/md5-cache/dev-python/pygments-2.1 b/metadata/md5-cache/dev-python/pygments-2.1 new file mode 100644 index 000000000000..383b188d7bc9 --- /dev/null +++ b/metadata/md5-cache/dev-python/pygments-2.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] doc? ( dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] ) test? ( dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] virtual/ttf-fonts ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +DESCRIPTION=Pygments is a syntax highlighting package written in Python +EAPI=5 +HOMEPAGE=http://pygments.org/ https://pypi.python.org/pypi/Pygments +IUSE=doc test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 python_targets_pypy python_targets_pypy3 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=BSD +RDEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 python_targets_pypy python_targets_pypy3 ) +SLOT=0 +SRC_URI=mirror://pypi/P/Pygments/Pygments-2.1.tar.gz +_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 vcs-snapshot b45be87e7012be0af8424e8a5644da1d +_md5_=54ead66a5c8d125184d2a4ccbca2b770 diff --git a/metadata/md5-cache/dev-python/pymongo-3.2 b/metadata/md5-cache/dev-python/pymongo-3.2 new file mode 100644 index 000000000000..87b2bf58a7e2 --- /dev/null +++ b/metadata/md5-cache/dev-python/pymongo-3.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare pretend setup test +DEPEND=kerberos? ( dev-python/pykerberos[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-)] ) dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-)] doc? ( dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-)] ) test? ( dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-)] >=dev-db/mongodb-2.6.0 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_pypy? ( virtual/pypy:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-)] +DESCRIPTION=Python driver for MongoDB +EAPI=6 +HOMEPAGE=https://github.com/mongodb/mongo-python-driver https://pypi.python.org/pypi/pymongo +IUSE=doc kerberos test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 python_targets_pypy +KEYWORDS=~amd64 ~hppa ~x86 +LICENSE=Apache-2.0 +RDEPEND=kerberos? ( dev-python/pykerberos[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_pypy? ( virtual/pypy:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 python_targets_pypy ) +SLOT=0 +SRC_URI=mirror://pypi/p/pymongo/pymongo-3.2.tar.gz +_eclasses_=check-reqs aee25bdf4e2f459af86d17f7c41dcdf6 distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=21baa17dcbf9663b2c74b87189dc4c6d diff --git a/metadata/md5-cache/games-fps/alienarena-20130827 b/metadata/md5-cache/games-fps/alienarena-20130827 index a6aedb6f2972..9aee85700816 100644 --- a/metadata/md5-cache/games-fps/alienarena-20130827 +++ b/metadata/md5-cache/games-fps/alienarena-20130827 @@ -10,4 +10,4 @@ RDEPEND=!dedicated? ( virtual/jpeg:0 media-libs/openal media-libs/libvorbis medi SLOT=0 SRC_URI=http://icculus.org/alienarena/Files/alienarena-7.66-linux20130827.tar.gz http://red.planetarena.org/files/alienarena-7.66-linux20130827.tar.gz _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=1fa3acf1ac6edc1f67fe455bffb8a4f6 +_md5_=989e3d8e4e3286bfa4131208b1d426c9 diff --git a/metadata/md5-cache/games-puzzle/scramble-0.9.5 b/metadata/md5-cache/games-puzzle/scramble-0.9.5 index 503e73f07045..a060237e2f91 100644 --- a/metadata/md5-cache/games-puzzle/scramble-0.9.5 +++ b/metadata/md5-cache/games-puzzle/scramble-0.9.5 @@ -4,9 +4,9 @@ DESCRIPTION=Create as many words as you can before the time runs out EAPI=5 HOMEPAGE=http://www.shiftygames.com/scramble/scramble.html KEYWORDS=amd64 ~ppc x86 -LICENSE=GPL-2 +LICENSE=GPL-2+ RDEPEND=>=media-libs/libsdl-1.2[sound,video] >=media-libs/sdl-mixer-1.2[vorbis] >=media-libs/sdl-image-1.2[png] media-libs/sdl-ttf sys-apps/miscfiles games-misc/games-envd SLOT=0 SRC_URI=http://www.shiftygames.com/scramble/scramble-0.9.5.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 games 4dae170e58f773c484e07d18ef441804 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=6a005677397008905101a97c57297079 +_md5_=713f0a076ab4666d98795674718945df diff --git a/metadata/md5-cache/games-puzzle/wizznic-306 b/metadata/md5-cache/games-puzzle/wizznic-306 index 8b162fd8ffb5..b4e79d8d74f7 100644 --- a/metadata/md5-cache/games-puzzle/wizznic-306 +++ b/metadata/md5-cache/games-puzzle/wizznic-306 @@ -5,8 +5,8 @@ EAPI=5 HOMEPAGE=http://wizznic.sourceforge.net/ KEYWORDS=amd64 x86 LICENSE=GPL-3 -RDEPEND=games-misc/games-envd +RDEPEND=media-libs/libsdl[sound,joystick,video] media-libs/sdl-image[png] media-libs/sdl-mixer[vorbis] games-misc/games-envd SLOT=0 SRC_URI=mirror://sourceforge/wizznic/Wizznic_src_build_306.tar.bz2 _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=0c23df1d31171a2cf8eb1df35c2c838d +_md5_=04cdbe0d478d1b3817cb72b0e2ed8d04 diff --git a/metadata/md5-cache/kde-apps/konsole-15.08.3 b/metadata/md5-cache/kde-apps/konsole-15.08.3-r1 similarity index 94% rename from metadata/md5-cache/kde-apps/konsole-15.08.3 rename to metadata/md5-cache/kde-apps/konsole-15.08.3-r1 index 136d66869ff0..4376911c6ed4 100644 --- a/metadata/md5-cache/kde-apps/konsole-15.08.3 +++ b/metadata/md5-cache/kde-apps/konsole-15.08.3-r1 @@ -6,8 +6,8 @@ HOMEPAGE=https://www.kde.org/applications/system/konsole https://konsole.kde.org IUSE=X test debug +handbook test KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kbookmarks-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/kguiaddons-5.15.0:5 >=kde-frameworks/kjobwidgets-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kinit-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/knotifyconfig-5.15.0:5 >=kde-frameworks/kparts-5.15.0:5 >=kde-frameworks/kpty-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/ktextwidgets-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtscript:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 X? ( x11-libs/libX11 ) !kde-apps/konsole:4[handbook] !kde-apps/konsole:4[-minimal(-)] >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.4.2:5 +RDEPEND=>=kde-frameworks/kbookmarks-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/kguiaddons-5.15.0:5 >=kde-frameworks/kjobwidgets-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kinit-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/knotifyconfig-5.15.0:5 >=kde-frameworks/kparts-5.15.0:5 >=kde-frameworks/kpty-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/ktextwidgets-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtscript:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 X? ( x11-libs/libX11 ) >=kde-frameworks/kf-env-3 !kde-apps/konsole:4 >=dev-qt/qtcore-5.4.2:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/15.08.3/src/konsole-15.08.3.tar.xz _eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=3d43ede61aaecb4e87ab21871dbcadd1 +_md5_=08acb5615ec100ebe0da98dd1fcd9772 diff --git a/metadata/md5-cache/kde-apps/konsole-4.14.3 b/metadata/md5-cache/kde-apps/konsole-4.14.3 index 812fb634cb82..87a4496bb3b6 100644 --- a/metadata/md5-cache/kde-apps/konsole-4.14.3 +++ b/metadata/md5-cache/kde-apps/konsole-4.14.3 @@ -3,7 +3,7 @@ DEPEND=!aqua? ( >=kde-apps/libkonq-4.14.3:4[aqua=] x11-libs/libX11 x11-libs/libX DESCRIPTION=X terminal for use with KDE EAPI=5 HOMEPAGE=https://www.kde.org/applications/system/konsole https://konsole.kde.org -IUSE=debug minimal test +handbook aqua +IUSE=debug test +handbook aqua KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=!aqua? ( >=kde-apps/libkonq-4.14.3:4[aqua=] x11-libs/libX11 x11-libs/libXext >=x11-libs/libxklavier-3.2 x11-libs/libXrender x11-libs/libXtst ) !kde-base/konsole:4 kde-frameworks/oxygen-icons handbook? ( >=kde-base/kdelibs-4.14.3:4[aqua=,handbook] ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.14.3:4[aqua=] @@ -11,4 +11,4 @@ RESTRICT=test SLOT=4/4.14 SRC_URI=mirror://kde/stable/4.14.3/src/konsole-4.14.3.tar.xz _eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde4-base 0776174f3e754b2f13e1cce401e2ea26 kde4-functions f6f7b3906630fb197969f914b1ad454a multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=3bab49619c52a5a9d75852ec50632db9 +_md5_=e6443525ebb8e35ba94df15f4883d09d diff --git a/metadata/md5-cache/kde-apps/konsole-4.14.3-r1 b/metadata/md5-cache/kde-apps/konsole-4.14.3-r1 deleted file mode 100644 index 8f6f7a841dab..000000000000 --- a/metadata/md5-cache/kde-apps/konsole-4.14.3-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack -DEPEND=!aqua? ( x11-libs/libX11 x11-libs/libXext >=x11-libs/libxklavier-3.2 x11-libs/libXrender x11-libs/libXtst !minimal? ( >=kde-apps/libkonq-4.14.3:4[aqua=] ) ) !aqua? ( x11-apps/bdftopcf x11-proto/kbproto x11-proto/renderproto ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) handbook? ( app-text/docbook-xml-dtd:4.2 app-text/docbook-xsl-stylesheets ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.14.3:4[aqua=] -DESCRIPTION=X terminal for use with KDE -EAPI=5 -HOMEPAGE=https://www.kde.org/applications/system/konsole https://konsole.kde.org -IUSE=debug minimal test +handbook aqua -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux -LICENSE=GPL-2 -RDEPEND=!aqua? ( x11-libs/libX11 x11-libs/libXext >=x11-libs/libxklavier-3.2 x11-libs/libXrender x11-libs/libXtst !minimal? ( >=kde-apps/libkonq-4.14.3:4[aqua=] ) ) !kde-base/konsole:4 kde-frameworks/oxygen-icons handbook? ( >=kde-base/kdelibs-4.14.3:4[aqua=,handbook] ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.14.3:4[aqua=] -RESTRICT=test -SLOT=4/4.14 -SRC_URI=mirror://kde/stable/4.14.3/src/konsole-4.14.3.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde4-base 0776174f3e754b2f13e1cce401e2ea26 kde4-functions f6f7b3906630fb197969f914b1ad454a multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=a61d846f84d33ddb0fe562adbfebe7a6 diff --git a/metadata/md5-cache/kde-plasma/bluedevil-5.5.0 b/metadata/md5-cache/kde-plasma/bluedevil-5.5.0 deleted file mode 100644 index 64d58fb26604..000000000000 --- a/metadata/md5-cache/kde-plasma/bluedevil-5.5.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/bluez-qt-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kded-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 x11-misc/shared-mime-info >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Bluetooth stack for KDE -EAPI=5 -HOMEPAGE=https://projects.kde.org/projects/extragear/base/bluedevil -IUSE=debug -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/bluez-qt-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kded-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=kde-plasma/kde-cli-tools-5.5.0:5 !app-mobilephone/obexd !app-mobilephone/obex-data-server !net-wireless/bluedevil !net-wireless/kbluetooth >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/bluedevil-5.5.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=426ffc7011ca596efd0dc6cbf589a853 diff --git a/metadata/md5-cache/kde-plasma/bluedevil-5.5.1 b/metadata/md5-cache/kde-plasma/bluedevil-5.5.1 deleted file mode 100644 index 32c6b8d10414..000000000000 --- a/metadata/md5-cache/kde-plasma/bluedevil-5.5.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/bluez-qt-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kded-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 x11-misc/shared-mime-info >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Bluetooth stack for KDE -EAPI=5 -HOMEPAGE=https://projects.kde.org/projects/extragear/base/bluedevil -IUSE=debug -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/bluez-qt-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kded-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=kde-plasma/kde-cli-tools-5.5.1:5 !app-mobilephone/obexd !app-mobilephone/obex-data-server !net-wireless/bluedevil !net-wireless/kbluetooth >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/bluedevil-5.5.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=426ffc7011ca596efd0dc6cbf589a853 diff --git a/metadata/md5-cache/kde-plasma/breeze-5.5.0 b/metadata/md5-cache/kde-plasma/breeze-5.5.0 deleted file mode 100644 index 151a19b3759e..000000000000 --- a/metadata/md5-cache/kde-plasma/breeze-5.5.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/frameworkintegration-5.15.0:5 >=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kguiaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 >=kde-plasma/kdecoration-5.5.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libxcb qt4? ( kde-base/kdelibs:4 x11-libs/libX11 ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Breeze visual style for the Plasma desktop -EAPI=5 -HOMEPAGE=https://projects.kde.org/projects/kde/workspace/breeze -IUSE=qt4 debug -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/frameworkintegration-5.15.0:5 >=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kguiaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 >=kde-plasma/kdecoration-5.5.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libxcb qt4? ( kde-base/kdelibs:4 x11-libs/libX11 ) >=kde-frameworks/breeze-icons-5.15.0:5 >=kde-plasma/kde-cli-tools-5.5.0:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/breeze-5.5.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=c1d19b2c57f4bf8dae931a600e01f731 diff --git a/metadata/md5-cache/kde-plasma/breeze-5.5.1 b/metadata/md5-cache/kde-plasma/breeze-5.5.1 deleted file mode 100644 index 0f42a0ef7c0a..000000000000 --- a/metadata/md5-cache/kde-plasma/breeze-5.5.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/frameworkintegration-5.15.0:5 >=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kguiaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 >=kde-plasma/kdecoration-5.5.1:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libxcb qt4? ( kde-base/kdelibs:4 x11-libs/libX11 ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Breeze visual style for the Plasma desktop -EAPI=5 -HOMEPAGE=https://projects.kde.org/projects/kde/workspace/breeze -IUSE=qt4 debug -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/frameworkintegration-5.15.0:5 >=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kguiaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 >=kde-plasma/kdecoration-5.5.1:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libxcb qt4? ( kde-base/kdelibs:4 x11-libs/libX11 ) >=kde-frameworks/breeze-icons-5.15.0:5 >=kde-plasma/kde-cli-tools-5.5.1:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/breeze-5.5.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=c1d19b2c57f4bf8dae931a600e01f731 diff --git a/metadata/md5-cache/kde-plasma/breeze-gtk-5.5.0.1 b/metadata/md5-cache/kde-plasma/breeze-gtk-5.5.0.1 deleted file mode 100644 index 1531c8f1cc2d..000000000000 --- a/metadata/md5-cache/kde-plasma/breeze-gtk-5.5.0.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Official GTK+ port of KDE's Breeze widget style -EAPI=5 -HOMEPAGE=https://projects.kde.org/projects/kde/workspace/breeze-gtk -IUSE=debug -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/breeze-gtk-5.5.0.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=b27138420c2945bf73fac08c500d42ae diff --git a/metadata/md5-cache/kde-plasma/breeze-gtk-5.5.1 b/metadata/md5-cache/kde-plasma/breeze-gtk-5.5.1 deleted file mode 100644 index 775e769c791a..000000000000 --- a/metadata/md5-cache/kde-plasma/breeze-gtk-5.5.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Official GTK+ port of KDE's Breeze widget style -EAPI=5 -HOMEPAGE=https://projects.kde.org/projects/kde/workspace/breeze-gtk -IUSE=debug -KEYWORDS=~amd64 ~x86 -LICENSE=LGPL-2.1+ -RDEPEND=>=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/breeze-gtk-5.5.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=af0b8a3a258436e605b9b2f52bc8f95c diff --git a/metadata/md5-cache/kde-plasma/kde-cli-tools-5.5.0 b/metadata/md5-cache/kde-plasma/kde-cli-tools-5.5.0 deleted file mode 100644 index 42f08369e71d..000000000000 --- a/metadata/md5-cache/kde-plasma/kde-cli-tools-5.5.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/kdesu-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 X? ( dev-qt/qtx11extras:5 x11-libs/libX11 ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 handbook? ( >=kde-frameworks/kdoctools-5.15.0:5 ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Tools based on KDE Frameworks 5 to better interact with the system -EAPI=5 -HOMEPAGE=https://projects.kde.org/projects/kde/workspace/kde-cli-tools -IUSE=X test debug +handbook test -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/kdesu-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 X? ( dev-qt/qtx11extras:5 x11-libs/libX11 ) handbook? ( !kde-apps/kdesu[handbook] ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -RESTRICT=test -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/kde-cli-tools-5.5.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=1b7f49b04b35e6193a75418a263b8f53 diff --git a/metadata/md5-cache/kde-plasma/kde-cli-tools-5.5.1 b/metadata/md5-cache/kde-plasma/kde-cli-tools-5.5.1 deleted file mode 100644 index 3bd78e98031d..000000000000 --- a/metadata/md5-cache/kde-plasma/kde-cli-tools-5.5.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/kdesu-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 X? ( dev-qt/qtx11extras:5 x11-libs/libX11 ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 handbook? ( >=kde-frameworks/kdoctools-5.15.0:5 ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Tools based on KDE Frameworks 5 to better interact with the system -EAPI=5 -HOMEPAGE=https://projects.kde.org/projects/kde/workspace/kde-cli-tools -IUSE=X test debug +handbook test -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/kdesu-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 X? ( dev-qt/qtx11extras:5 x11-libs/libX11 ) handbook? ( !kde-apps/kdesu[handbook] ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -RESTRICT=test -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/kde-cli-tools-5.5.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=1b7f49b04b35e6193a75418a263b8f53 diff --git a/metadata/md5-cache/kde-plasma/kde-gtk-config-5.5.0 b/metadata/md5-cache/kde-plasma/kde-gtk-config-5.5.0 deleted file mode 100644 index d5f8099bdc8e..000000000000 --- a/metadata/md5-cache/kde-plasma/kde-gtk-config-5.5.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/karchive-5.15.0:5 >=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/knewstuff-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 dev-libs/glib:2 dev-qt/qtgui:5 dev-qt/qtwidgets:5 x11-libs/gtk+:2 gtk3? ( x11-libs/gtk+:3 ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=KDE systemsettings kcm to set GTK application look&feel -EAPI=5 -HOMEPAGE=https://projects.kde.org/kde-gtk-config -IUSE=+gtk3 test debug test -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=>=kde-frameworks/karchive-5.15.0:5 >=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/knewstuff-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 dev-libs/glib:2 dev-qt/qtgui:5 dev-qt/qtwidgets:5 x11-libs/gtk+:2 gtk3? ( x11-libs/gtk+:3 ) >=kde-plasma/kde-cli-tools-5.5.0:5 !kde-base/kde-gtk-config:4 !kde-misc/kde-gtk-config >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/kde-gtk-config-5.5.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=5da62ea8df921cc5900bab5e1146cf9e diff --git a/metadata/md5-cache/kde-plasma/kde-gtk-config-5.5.1 b/metadata/md5-cache/kde-plasma/kde-gtk-config-5.5.1 deleted file mode 100644 index 6e5807d1ff01..000000000000 --- a/metadata/md5-cache/kde-plasma/kde-gtk-config-5.5.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/karchive-5.15.0:5 >=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/knewstuff-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 dev-libs/glib:2 dev-qt/qtgui:5 dev-qt/qtwidgets:5 x11-libs/gtk+:2 gtk3? ( x11-libs/gtk+:3 ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=KDE systemsettings kcm to set GTK application look&feel -EAPI=5 -HOMEPAGE=https://projects.kde.org/kde-gtk-config -IUSE=+gtk3 test debug test -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=>=kde-frameworks/karchive-5.15.0:5 >=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/knewstuff-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 dev-libs/glib:2 dev-qt/qtgui:5 dev-qt/qtwidgets:5 x11-libs/gtk+:2 gtk3? ( x11-libs/gtk+:3 ) >=kde-plasma/kde-cli-tools-5.5.1:5 !kde-base/kde-gtk-config:4 !kde-misc/kde-gtk-config >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/kde-gtk-config-5.5.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=5da62ea8df921cc5900bab5e1146cf9e diff --git a/metadata/md5-cache/kde-plasma/kdecoration-5.5.0 b/metadata/md5-cache/kde-plasma/kdecoration-5.5.0 deleted file mode 100644 index 3412d22ec211..000000000000 --- a/metadata/md5-cache/kde-plasma/kdecoration-5.5.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtgui:5 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Plugin based library to create window decorations -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=test debug test -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=dev-qt/qtgui:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/kdecoration-5.5.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=ceb78d46ab57926bc035d762b0abcfd5 diff --git a/metadata/md5-cache/kde-plasma/kdecoration-5.5.1 b/metadata/md5-cache/kde-plasma/kdecoration-5.5.1 deleted file mode 100644 index bcb71129be33..000000000000 --- a/metadata/md5-cache/kde-plasma/kdecoration-5.5.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtgui:5 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Plugin based library to create window decorations -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=test debug test -KEYWORDS=~amd64 ~x86 -LICENSE=|| ( LGPL-2.1 LGPL-3 ) -RDEPEND=dev-qt/qtgui:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/kdecoration-5.5.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=5cb551683d484b9f18ca1cb2b1349ce0 diff --git a/metadata/md5-cache/kde-plasma/kdeplasma-addons-5.5.0 b/metadata/md5-cache/kde-plasma/kdeplasma-addons-5.5.0 deleted file mode 100644 index 0d04ca1ae799..000000000000 --- a/metadata/md5-cache/kde-plasma/kdeplasma-addons-5.5.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kactivities-5.15.0:5 >=kde-frameworks/karchive-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/knewstuff-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/kpackage-5.15.0:5 >=kde-frameworks/kross-5.15.0:5 >=kde-frameworks/krunner-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kunitconversion-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 >=kde-frameworks/sonnet-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 ibus? ( app-i18n/ibus dev-libs/glib:2 dev-qt/qtx11extras:5 x11-libs/libxcb x11-libs/xcb-util-keysyms ) scim? ( app-i18n/scim ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Extra Plasma applets and engines -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=ibus scim debug -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 LGPL-2 -RDEPEND=>=kde-frameworks/kactivities-5.15.0:5 >=kde-frameworks/karchive-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/knewstuff-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/kpackage-5.15.0:5 >=kde-frameworks/kross-5.15.0:5 >=kde-frameworks/krunner-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kunitconversion-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 >=kde-frameworks/sonnet-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 ibus? ( app-i18n/ibus dev-libs/glib:2 dev-qt/qtx11extras:5 x11-libs/libxcb x11-libs/xcb-util-keysyms ) scim? ( app-i18n/scim ) >=kde-plasma/plasma-workspace-5.5.0:5 !kde-base/kdeplasma-addons:4 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/kdeplasma-addons-5.5.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=76cffe0ef8434a7f63b7b8174db4dbf1 diff --git a/metadata/md5-cache/kde-plasma/kdeplasma-addons-5.5.1 b/metadata/md5-cache/kde-plasma/kdeplasma-addons-5.5.1 deleted file mode 100644 index 790e743b2a5a..000000000000 --- a/metadata/md5-cache/kde-plasma/kdeplasma-addons-5.5.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kactivities-5.15.0:5 >=kde-frameworks/karchive-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/knewstuff-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/kpackage-5.15.0:5 >=kde-frameworks/kross-5.15.0:5 >=kde-frameworks/krunner-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kunitconversion-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 >=kde-frameworks/sonnet-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 ibus? ( app-i18n/ibus dev-libs/glib:2 dev-qt/qtx11extras:5 x11-libs/libxcb x11-libs/xcb-util-keysyms ) scim? ( app-i18n/scim ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Extra Plasma applets and engines -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=ibus scim debug -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 LGPL-2 -RDEPEND=>=kde-frameworks/kactivities-5.15.0:5 >=kde-frameworks/karchive-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/knewstuff-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/kpackage-5.15.0:5 >=kde-frameworks/kross-5.15.0:5 >=kde-frameworks/krunner-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kunitconversion-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 >=kde-frameworks/sonnet-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 ibus? ( app-i18n/ibus dev-libs/glib:2 dev-qt/qtx11extras:5 x11-libs/libxcb x11-libs/xcb-util-keysyms ) scim? ( app-i18n/scim ) >=kde-plasma/plasma-workspace-5.5.1:5 !kde-base/kdeplasma-addons:4 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/kdeplasma-addons-5.5.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=76cffe0ef8434a7f63b7b8174db4dbf1 diff --git a/metadata/md5-cache/kde-plasma/kgamma-5.5.0 b/metadata/md5-cache/kde-plasma/kgamma-5.5.0 deleted file mode 100644 index f803305c7d7d..000000000000 --- a/metadata/md5-cache/kde-plasma/kgamma-5.5.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libXxf86vm x11-proto/xf86vidmodeproto !=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 handbook? ( >=kde-frameworks/kdoctools-5.15.0:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Screen gamma values kcontrol module -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=debug +handbook -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libXxf86vm >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/kgamma5-5.5.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=47cbcd100462d32f93a56bb187d02cba diff --git a/metadata/md5-cache/kde-plasma/kgamma-5.5.1 b/metadata/md5-cache/kde-plasma/kgamma-5.5.1 deleted file mode 100644 index 5c5b575ebee2..000000000000 --- a/metadata/md5-cache/kde-plasma/kgamma-5.5.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libXxf86vm x11-proto/xf86vidmodeproto !=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 handbook? ( >=kde-frameworks/kdoctools-5.15.0:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Screen gamma values kcontrol module -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=debug +handbook -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libXxf86vm >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/kgamma5-5.5.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=47cbcd100462d32f93a56bb187d02cba diff --git a/metadata/md5-cache/kde-plasma/khelpcenter-5.5.0 b/metadata/md5-cache/kde-plasma/khelpcenter-5.5.0 deleted file mode 100644 index a00a0fb1a4f9..000000000000 --- a/metadata/md5-cache/kde-plasma/khelpcenter-5.5.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcodecs-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/khtml-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kinit-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kparts-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 handbook? ( >=kde-frameworks/kdoctools-5.15.0:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=The KDE Help Center -EAPI=5 -HOMEPAGE=https://www.kde.org/ https://userbase.kde.org/KHelpCenter -IUSE=debug +handbook -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcodecs-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/khtml-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kinit-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kparts-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 >=kde-plasma/kde-cli-tools-5.5.0:5 !kde-base/khelpcenter:4 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/khelpcenter-5.5.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=53b75c106f9caa40d959d2011ad6a213 diff --git a/metadata/md5-cache/kde-plasma/khelpcenter-5.5.1 b/metadata/md5-cache/kde-plasma/khelpcenter-5.5.1 deleted file mode 100644 index 9ed635197ebb..000000000000 --- a/metadata/md5-cache/kde-plasma/khelpcenter-5.5.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcodecs-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/khtml-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kinit-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kparts-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 handbook? ( >=kde-frameworks/kdoctools-5.15.0:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=The KDE Help Center -EAPI=5 -HOMEPAGE=https://www.kde.org/ https://userbase.kde.org/KHelpCenter -IUSE=debug +handbook -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcodecs-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/khtml-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kinit-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kparts-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 >=kde-plasma/kde-cli-tools-5.5.1:5 !kde-base/khelpcenter:4 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/khelpcenter-5.5.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=53b75c106f9caa40d959d2011ad6a213 diff --git a/metadata/md5-cache/kde-plasma/khotkeys-5.5.0 b/metadata/md5-cache/kde-plasma/khotkeys-5.5.0 deleted file mode 100644 index 227010ec7011..000000000000 --- a/metadata/md5-cache/kde-plasma/khotkeys-5.5.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5[X] >=kde-frameworks/kglobalaccel-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/ktextwidgets-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-plasma/plasma-workspace-5.5.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libxcb x11-libs/libXtst x11-proto/xproto >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 handbook? ( >=kde-frameworks/kdoctools-5.15.0:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=KDE workspace hotkey module -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=debug +handbook -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5[X] >=kde-frameworks/kglobalaccel-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/ktextwidgets-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-plasma/plasma-workspace-5.5.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libX11 >=kde-frameworks/kded-5.15.0:5 >=kde-plasma/kde-cli-tools-5.5.0:5 !kde-base/khotkeys:4 !kde-base/systemsettings:4 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/khotkeys-5.5.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=a431fa9404871c0d824f11f0b9c46cb3 diff --git a/metadata/md5-cache/kde-plasma/khotkeys-5.5.1 b/metadata/md5-cache/kde-plasma/khotkeys-5.5.1 deleted file mode 100644 index 9bc9521be866..000000000000 --- a/metadata/md5-cache/kde-plasma/khotkeys-5.5.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5[X] >=kde-frameworks/kglobalaccel-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/ktextwidgets-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-plasma/plasma-workspace-5.5.1:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libxcb x11-libs/libXtst x11-proto/xproto >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 handbook? ( >=kde-frameworks/kdoctools-5.15.0:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=KDE workspace hotkey module -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=debug +handbook -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5[X] >=kde-frameworks/kglobalaccel-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/ktextwidgets-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-plasma/plasma-workspace-5.5.1:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libX11 >=kde-frameworks/kded-5.15.0:5 >=kde-plasma/kde-cli-tools-5.5.1:5 !kde-base/khotkeys:4 !kde-base/systemsettings:4 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/khotkeys-5.5.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=a431fa9404871c0d824f11f0b9c46cb3 diff --git a/metadata/md5-cache/kde-plasma/kinfocenter-5.5.0 b/metadata/md5-cache/kde-plasma/kinfocenter-5.5.0 deleted file mode 100644 index 1436178a9fe1..000000000000 --- a/metadata/md5-cache/kde-plasma/kinfocenter-5.5.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kpackage-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/solid-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5[opengl(+)] dev-qt/qtwidgets:5 gles? ( dev-qt/qtgui:5[gles2] || ( media-libs/mesa[egl,gles1] media-libs/mesa[egl,gles2] ) ) ieee1394? ( sys-libs/libraw1394 ) nfs? ( net-fs/nfs-utils ) opengl? ( virtual/glu virtual/opengl ) pci? ( sys-apps/pciutils ) samba? ( net-fs/samba[server(+)] ) wayland? ( >=kde-plasma/kwayland-5.5.0:5 ) X? ( x11-libs/libX11 ) >=kde-frameworks/plasma-5.15.0:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 handbook? ( >=kde-frameworks/kdoctools-5.15.0:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=A utility that provides information about a computer system -EAPI=5 -HOMEPAGE=https://www.kde.org/applications/system/kinfocenter/ -IUSE=egl gles ieee1394 +opengl +pci samba nfs wayland X debug +handbook -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kpackage-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/solid-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5[opengl(+)] dev-qt/qtwidgets:5 gles? ( dev-qt/qtgui:5[gles2] || ( media-libs/mesa[egl,gles1] media-libs/mesa[egl,gles2] ) ) ieee1394? ( sys-libs/libraw1394 ) nfs? ( net-fs/nfs-utils ) opengl? ( virtual/glu virtual/opengl ) pci? ( sys-apps/pciutils ) samba? ( net-fs/samba[server(+)] ) wayland? ( >=kde-plasma/kwayland-5.5.0:5 ) X? ( x11-libs/libX11 ) >=kde-plasma/kde-cli-tools-5.5.0:5 !kde-base/kcontrol:4 !kde-base/kinfocenter:4 !kde-misc/about-distro >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -REQUIRED_USE=egl? ( || ( gles opengl ) ) -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/kinfocenter-5.5.0.tar.xz https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-small.png -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=6176c09b3fd3219c7af427b93a430296 diff --git a/metadata/md5-cache/kde-plasma/kinfocenter-5.5.1 b/metadata/md5-cache/kde-plasma/kinfocenter-5.5.1 deleted file mode 100644 index 66e3f056b151..000000000000 --- a/metadata/md5-cache/kde-plasma/kinfocenter-5.5.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kpackage-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/solid-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5[opengl(+)] dev-qt/qtwidgets:5 gles? ( dev-qt/qtgui:5[gles2] || ( media-libs/mesa[egl,gles1] media-libs/mesa[egl,gles2] ) ) ieee1394? ( sys-libs/libraw1394 ) nfs? ( net-fs/nfs-utils ) opengl? ( virtual/glu virtual/opengl ) pci? ( sys-apps/pciutils ) samba? ( net-fs/samba[server(+)] ) wayland? ( >=kde-plasma/kwayland-5.5.1:5 ) X? ( x11-libs/libX11 ) >=kde-frameworks/plasma-5.15.0:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 handbook? ( >=kde-frameworks/kdoctools-5.15.0:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=A utility that provides information about a computer system -EAPI=5 -HOMEPAGE=https://www.kde.org/applications/system/kinfocenter/ -IUSE=egl gles ieee1394 +opengl +pci samba nfs wayland X debug +handbook -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kpackage-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/solid-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5[opengl(+)] dev-qt/qtwidgets:5 gles? ( dev-qt/qtgui:5[gles2] || ( media-libs/mesa[egl,gles1] media-libs/mesa[egl,gles2] ) ) ieee1394? ( sys-libs/libraw1394 ) nfs? ( net-fs/nfs-utils ) opengl? ( virtual/glu virtual/opengl ) pci? ( sys-apps/pciutils ) samba? ( net-fs/samba[server(+)] ) wayland? ( >=kde-plasma/kwayland-5.5.1:5 ) X? ( x11-libs/libX11 ) >=kde-plasma/kde-cli-tools-5.5.1:5 !kde-base/kcontrol:4 !kde-base/kinfocenter:4 !kde-misc/about-distro >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -REQUIRED_USE=egl? ( || ( gles opengl ) ) -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/kinfocenter-5.5.1.tar.xz https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-small.png -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=6176c09b3fd3219c7af427b93a430296 diff --git a/metadata/md5-cache/kde-plasma/kmenuedit-5.5.0 b/metadata/md5-cache/kde-plasma/kmenuedit-5.5.0 deleted file mode 100644 index fabf079952cd..000000000000 --- a/metadata/md5-cache/kde-plasma/kmenuedit-5.5.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/sonnet-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 hotkeys? ( >=kde-plasma/khotkeys-5.5.0:5 ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 handbook? ( >=kde-frameworks/kdoctools-5.15.0:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=KDE menu editor -EAPI=5 -HOMEPAGE=https://projects.kde.org/projects/kde/workspace/kmenuedit -IUSE=+hotkeys debug +handbook -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/sonnet-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 hotkeys? ( >=kde-plasma/khotkeys-5.5.0:5 ) !kde-base/kmenuedit:4 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/kmenuedit-5.5.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=7f782fdabc279bd6bc6e4b01446668e3 diff --git a/metadata/md5-cache/kde-plasma/kmenuedit-5.5.1 b/metadata/md5-cache/kde-plasma/kmenuedit-5.5.1 deleted file mode 100644 index 4197dd86a876..000000000000 --- a/metadata/md5-cache/kde-plasma/kmenuedit-5.5.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/sonnet-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 hotkeys? ( >=kde-plasma/khotkeys-5.5.1:5 ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 handbook? ( >=kde-frameworks/kdoctools-5.15.0:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=KDE menu editor -EAPI=5 -HOMEPAGE=https://projects.kde.org/projects/kde/workspace/kmenuedit -IUSE=+hotkeys debug +handbook -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/sonnet-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 hotkeys? ( >=kde-plasma/khotkeys-5.5.1:5 ) !kde-base/kmenuedit:4 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/kmenuedit-5.5.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=7f782fdabc279bd6bc6e4b01446668e3 diff --git a/metadata/md5-cache/kde-plasma/kscreen-5.5.0 b/metadata/md5-cache/kde-plasma/kscreen-5.5.0 deleted file mode 100644 index f860d4e5eec2..000000000000 --- a/metadata/md5-cache/kde-plasma/kscreen-5.5.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-plasma/libkscreen-5.5.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kglobalaccel-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5[widgets] dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=KDE screen management -EAPI=5 -HOMEPAGE=https://projects.kde.org/projects/extragear/base/kscreen -IUSE=debug -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-plasma/libkscreen-5.5.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kglobalaccel-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5[widgets] dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=kde-plasma/kde-cli-tools-5.5.0:5 dev-qt/qtgraphicaleffects:5 !kde-misc/kscreen >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/kscreen-5.5.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=67593e702617aea309d2d8391b32213e diff --git a/metadata/md5-cache/kde-plasma/kscreen-5.5.1 b/metadata/md5-cache/kde-plasma/kscreen-5.5.1 deleted file mode 100644 index 11cd84e850bf..000000000000 --- a/metadata/md5-cache/kde-plasma/kscreen-5.5.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-plasma/libkscreen-5.5.1:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kglobalaccel-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5[widgets] dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=KDE screen management -EAPI=5 -HOMEPAGE=https://projects.kde.org/projects/extragear/base/kscreen -IUSE=debug -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-plasma/libkscreen-5.5.1:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kglobalaccel-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5[widgets] dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=kde-plasma/kde-cli-tools-5.5.1:5 dev-qt/qtgraphicaleffects:5 !kde-misc/kscreen >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/kscreen-5.5.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=67593e702617aea309d2d8391b32213e diff --git a/metadata/md5-cache/kde-plasma/kscreenlocker-5.5.0 b/metadata/md5-cache/kde-plasma/kscreenlocker-5.5.0 deleted file mode 100644 index f96c0b57b10a..000000000000 --- a/metadata/md5-cache/kde-plasma/kscreenlocker-5.5.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kcrash-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/kglobalaccel-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kidletime-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/kpackage-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 >=kde-plasma/kwayland-5.5.0:5 dev-libs/wayland dev-qt/qtdbus:5 dev-qt/qtdeclarative:5[widgets] dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libXi x11-libs/libxcb x11-libs/xcb-util-keysyms pam? ( virtual/pam ) x11-proto/xproto >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 test? ( >=dev-qt/qttest-5.5.0:5 ) >=dev-qt/qtcore-5.5.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Library and components for secure lock screen architecture -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=pam test debug test -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kcrash-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/kglobalaccel-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kidletime-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/kpackage-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 >=kde-plasma/kwayland-5.5.0:5 dev-libs/wayland dev-qt/qtdbus:5 dev-qt/qtdeclarative:5[widgets] dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libXi x11-libs/libxcb x11-libs/xcb-util-keysyms pam? ( virtual/pam ) >=kde-plasma/kde-cli-tools-5.5.0:5 !=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.0:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/kscreenlocker-5.5.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=09b387ad84a657de33a8bbbf8419769f diff --git a/metadata/md5-cache/kde-plasma/kscreenlocker-5.5.1 b/metadata/md5-cache/kde-plasma/kscreenlocker-5.5.1 deleted file mode 100644 index e44080958dea..000000000000 --- a/metadata/md5-cache/kde-plasma/kscreenlocker-5.5.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kcrash-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/kglobalaccel-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kidletime-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/kpackage-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 >=kde-plasma/kwayland-5.5.1:5 dev-libs/wayland dev-qt/qtdbus:5 dev-qt/qtdeclarative:5[widgets] dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libXi x11-libs/libxcb x11-libs/xcb-util-keysyms pam? ( virtual/pam ) x11-proto/xproto >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 test? ( >=dev-qt/qttest-5.5.0:5 ) >=dev-qt/qtcore-5.5.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Library and components for secure lock screen architecture -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=pam test debug test -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kcrash-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/kglobalaccel-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kidletime-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/kpackage-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 >=kde-plasma/kwayland-5.5.1:5 dev-libs/wayland dev-qt/qtdbus:5 dev-qt/qtdeclarative:5[widgets] dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libXi x11-libs/libxcb x11-libs/xcb-util-keysyms pam? ( virtual/pam ) >=kde-plasma/kde-cli-tools-5.5.1:5 !=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.0:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/kscreenlocker-5.5.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=09b387ad84a657de33a8bbbf8419769f diff --git a/metadata/md5-cache/kde-plasma/ksshaskpass-5.5.0 b/metadata/md5-cache/kde-plasma/ksshaskpass-5.5.0 deleted file mode 100644 index b6cd6f2d3310..000000000000 --- a/metadata/md5-cache/kde-plasma/ksshaskpass-5.5.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kwallet-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 dev-qt/qtwidgets:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=KDE implementation of ssh-askpass with Kwallet integration -EAPI=5 -HOMEPAGE=https://projects.kde.org/projects/kde/workspace/ksshaskpass -IUSE=debug -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kwallet-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 dev-qt/qtwidgets:5 !net-misc/ksshaskpass >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/ksshaskpass-5.5.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=283ec3740106ca196a48212518ffa47e diff --git a/metadata/md5-cache/kde-plasma/ksshaskpass-5.5.1 b/metadata/md5-cache/kde-plasma/ksshaskpass-5.5.1 deleted file mode 100644 index d05bf3227314..000000000000 --- a/metadata/md5-cache/kde-plasma/ksshaskpass-5.5.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kwallet-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 dev-qt/qtwidgets:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=KDE implementation of ssh-askpass with Kwallet integration -EAPI=5 -HOMEPAGE=https://projects.kde.org/projects/kde/workspace/ksshaskpass -IUSE=debug -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kwallet-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 dev-qt/qtwidgets:5 !net-misc/ksshaskpass >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/ksshaskpass-5.5.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=283ec3740106ca196a48212518ffa47e diff --git a/metadata/md5-cache/kde-plasma/ksysguard-5.5.0 b/metadata/md5-cache/kde-plasma/ksysguard-5.5.0 deleted file mode 100644 index ff9cd345a950..000000000000 --- a/metadata/md5-cache/kde-plasma/ksysguard-5.5.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-plasma/libksysguard-5.5.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kitemviews-5.15.0:5 >=kde-frameworks/knewstuff-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 lm_sensors? ( sys-apps/lm_sensors ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 handbook? ( >=kde-frameworks/kdoctools-5.15.0:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Network-enabled task manager and system monitor -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=lm_sensors debug +handbook -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2+ -RDEPEND=>=kde-plasma/libksysguard-5.5.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kitemviews-5.15.0:5 >=kde-frameworks/knewstuff-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 lm_sensors? ( sys-apps/lm_sensors ) !kde-base/ksysguard:4 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/ksysguard-5.5.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=560acac66e16c39b102bc05d8a706c11 diff --git a/metadata/md5-cache/kde-plasma/ksysguard-5.5.1 b/metadata/md5-cache/kde-plasma/ksysguard-5.5.1 deleted file mode 100644 index b0129e670c8e..000000000000 --- a/metadata/md5-cache/kde-plasma/ksysguard-5.5.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-plasma/libksysguard-5.5.1:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kitemviews-5.15.0:5 >=kde-frameworks/knewstuff-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 lm_sensors? ( sys-apps/lm_sensors ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 handbook? ( >=kde-frameworks/kdoctools-5.15.0:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Network-enabled task manager and system monitor -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=lm_sensors debug +handbook -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2+ -RDEPEND=>=kde-plasma/libksysguard-5.5.1:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kitemviews-5.15.0:5 >=kde-frameworks/knewstuff-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 lm_sensors? ( sys-apps/lm_sensors ) !kde-base/ksysguard:4 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/ksysguard-5.5.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=560acac66e16c39b102bc05d8a706c11 diff --git a/metadata/md5-cache/kde-plasma/kwallet-pam-5.5.0 b/metadata/md5-cache/kde-plasma/kwallet-pam-5.5.0 deleted file mode 100644 index f4e9e744ba8b..000000000000 --- a/metadata/md5-cache/kde-plasma/kwallet-pam-5.5.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-libs/libgcrypt:0= virtual/pam >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=KWallet PAM module to not enter password again -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=debug -KEYWORDS=~amd64 ~x86 -LICENSE=LGPL-2.1 -RDEPEND=dev-libs/libgcrypt:0= virtual/pam net-misc/socat -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/kwallet-pam-5.5.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=bf25f98eca735d43ccb612a3171f766b diff --git a/metadata/md5-cache/kde-plasma/kwallet-pam-5.5.1 b/metadata/md5-cache/kde-plasma/kwallet-pam-5.5.1 deleted file mode 100644 index 48409ee67482..000000000000 --- a/metadata/md5-cache/kde-plasma/kwallet-pam-5.5.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-libs/libgcrypt:0= virtual/pam >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=KWallet PAM module to not enter password again -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=debug -KEYWORDS=~amd64 ~x86 -LICENSE=LGPL-2.1 -RDEPEND=dev-libs/libgcrypt:0= virtual/pam net-misc/socat -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/kwallet-pam-5.5.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=bf25f98eca735d43ccb612a3171f766b diff --git a/metadata/md5-cache/kde-plasma/kwayland-5.5.0 b/metadata/md5-cache/kde-plasma/kwayland-5.5.0 deleted file mode 100644 index dce3bf0fe570..000000000000 --- a/metadata/md5-cache/kde-plasma/kwayland-5.5.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=dev-libs/wayland-1.7.0 dev-qt/qtgui:5 media-libs/mesa[egl] >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Qt-style client and server library wrapper for Wayland libraries -EAPI=5 -HOMEPAGE=https://projects.kde.org/projects/kde/workspace/kwayland -IUSE=debug test -KEYWORDS=~amd64 ~x86 -LICENSE=LGPL-2.1 -RDEPEND=>=dev-libs/wayland-1.7.0 dev-qt/qtgui:5 media-libs/mesa[egl] >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -RESTRICT=test -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/kwayland-5.5.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=22aca200f5a3ec58aa819c233afc687c diff --git a/metadata/md5-cache/kde-plasma/kwayland-5.5.1 b/metadata/md5-cache/kde-plasma/kwayland-5.5.1 deleted file mode 100644 index b4b4747c12b0..000000000000 --- a/metadata/md5-cache/kde-plasma/kwayland-5.5.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=dev-libs/wayland-1.7.0 dev-qt/qtgui:5 media-libs/mesa[egl] >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Qt-style client and server library wrapper for Wayland libraries -EAPI=5 -HOMEPAGE=https://projects.kde.org/projects/kde/workspace/kwayland -IUSE=debug test -KEYWORDS=~amd64 ~x86 -LICENSE=LGPL-2.1 -RDEPEND=>=dev-libs/wayland-1.7.0 dev-qt/qtgui:5 media-libs/mesa[egl] >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -RESTRICT=test -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/kwayland-5.5.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=22aca200f5a3ec58aa819c233afc687c diff --git a/metadata/md5-cache/kde-plasma/kwayland-integration-5.5.0 b/metadata/md5-cache/kde-plasma/kwayland-integration-5.5.0 deleted file mode 100644 index 03ff4cacc521..000000000000 --- a/metadata/md5-cache/kde-plasma/kwayland-integration-5.5.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kidletime-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-plasma/kwayland-5.5.0:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Provides integration plugins for various KDE frameworks for Wayland -EAPI=5 -HOMEPAGE=https://projects.kde.org/projects/kde/workspace/kwayland-integration -IUSE=debug -KEYWORDS=~amd64 ~x86 -LICENSE=LGPL-2.1 -RDEPEND=>=kde-frameworks/kidletime-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-plasma/kwayland-5.5.0:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/kwayland-integration-5.5.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=045a115a206b0a03532b9e1343919b75 diff --git a/metadata/md5-cache/kde-plasma/kwayland-integration-5.5.1 b/metadata/md5-cache/kde-plasma/kwayland-integration-5.5.1 deleted file mode 100644 index 6ab3fda5ef88..000000000000 --- a/metadata/md5-cache/kde-plasma/kwayland-integration-5.5.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kidletime-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-plasma/kwayland-5.5.1:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Provides integration plugins for various KDE frameworks for Wayland -EAPI=5 -HOMEPAGE=https://projects.kde.org/projects/kde/workspace/kwayland-integration -IUSE=debug -KEYWORDS=~amd64 ~x86 -LICENSE=LGPL-2.1 -RDEPEND=>=kde-frameworks/kidletime-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-plasma/kwayland-5.5.1:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/kwayland-integration-5.5.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=045a115a206b0a03532b9e1343919b75 diff --git a/metadata/md5-cache/kde-plasma/kwin-5.5.0 b/metadata/md5-cache/kde-plasma/kwin-5.5.0 deleted file mode 100644 index 791e409af0da..000000000000 --- a/metadata/md5-cache/kde-plasma/kwin-5.5.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kactivities-5.15.0:5 >=kde-frameworks/kauth-5.15.0:5 >=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kcrash-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/kglobalaccel-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kidletime-5.15.0:5 >=kde-frameworks/kinit-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/knewstuff-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/kpackage-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5[X] >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 >=kde-plasma/kdecoration-5.5.0:5 >=kde-plasma/kscreenlocker-5.5.0:5 >=kde-plasma/kwayland-5.5.0:5 >=dev-libs/libinput-0.10 >=dev-libs/wayland-1.2 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5[gles2=,opengl(+)] dev-qt/qtscript:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 media-libs/fontconfig media-libs/freetype media-libs/libepoxy media-libs/mesa[egl,gbm,gles2?,wayland] virtual/libudev:= x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libdrm >=x11-libs/libxcb-1.10 >=x11-libs/libxkbcommon-0.4.1 x11-libs/xcb-util-cursor x11-libs/xcb-util-image x11-libs/xcb-util-keysyms dev-qt/designer:5 dev-qt/qtconcurrent:5 x11-proto/xproto test? ( x11-libs/xcb-util-wm ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 handbook? ( >=kde-frameworks/kdoctools-5.15.0:5 ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=KDE window manager -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=gles2 multimedia test debug +handbook test -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2+ -RDEPEND=>=kde-frameworks/kactivities-5.15.0:5 >=kde-frameworks/kauth-5.15.0:5 >=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kcrash-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/kglobalaccel-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kidletime-5.15.0:5 >=kde-frameworks/kinit-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/knewstuff-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/kpackage-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5[X] >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 >=kde-plasma/kdecoration-5.5.0:5 >=kde-plasma/kscreenlocker-5.5.0:5 >=kde-plasma/kwayland-5.5.0:5 >=dev-libs/libinput-0.10 >=dev-libs/wayland-1.2 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5[gles2=,opengl(+)] dev-qt/qtscript:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 media-libs/fontconfig media-libs/freetype media-libs/libepoxy media-libs/mesa[egl,gbm,gles2?,wayland] virtual/libudev:= x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libdrm >=x11-libs/libxcb-1.10 >=x11-libs/libxkbcommon-0.4.1 x11-libs/xcb-util-cursor x11-libs/xcb-util-image x11-libs/xcb-util-keysyms >=kde-plasma/kde-cli-tools-5.5.0:5 multimedia? ( || ( dev-qt/qtmultimedia:5[gstreamer,qml] dev-qt/qtmultimedia:5[gstreamer010,qml] ) ) !kde-base/kwin:4 !kde-base/systemsettings:4 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/kwin-5.5.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=a32fe3b5438f77d1eed2361633852738 diff --git a/metadata/md5-cache/kde-plasma/kwin-5.5.1 b/metadata/md5-cache/kde-plasma/kwin-5.5.1 deleted file mode 100644 index b5ab9242ab0a..000000000000 --- a/metadata/md5-cache/kde-plasma/kwin-5.5.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kactivities-5.15.0:5 >=kde-frameworks/kauth-5.15.0:5 >=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kcrash-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/kglobalaccel-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kidletime-5.15.0:5 >=kde-frameworks/kinit-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/knewstuff-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/kpackage-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5[X] >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 >=kde-plasma/kdecoration-5.5.1:5 >=kde-plasma/kscreenlocker-5.5.1:5 >=kde-plasma/kwayland-5.5.1:5 >=dev-libs/libinput-0.10 >=dev-libs/wayland-1.2 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5[gles2=,opengl(+)] dev-qt/qtscript:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 media-libs/fontconfig media-libs/freetype media-libs/libepoxy media-libs/mesa[egl,gbm,gles2?,wayland] virtual/libudev:= x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libdrm >=x11-libs/libxcb-1.10 >=x11-libs/libxkbcommon-0.4.1 x11-libs/xcb-util-cursor x11-libs/xcb-util-image x11-libs/xcb-util-keysyms dev-qt/designer:5 dev-qt/qtconcurrent:5 x11-proto/xproto test? ( x11-libs/xcb-util-wm ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 handbook? ( >=kde-frameworks/kdoctools-5.15.0:5 ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=KDE window manager -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=gles2 multimedia test debug +handbook test -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2+ -RDEPEND=>=kde-frameworks/kactivities-5.15.0:5 >=kde-frameworks/kauth-5.15.0:5 >=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kcrash-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/kglobalaccel-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kidletime-5.15.0:5 >=kde-frameworks/kinit-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/knewstuff-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/kpackage-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5[X] >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 >=kde-plasma/kdecoration-5.5.1:5 >=kde-plasma/kscreenlocker-5.5.1:5 >=kde-plasma/kwayland-5.5.1:5 >=dev-libs/libinput-0.10 >=dev-libs/wayland-1.2 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5[gles2=,opengl(+)] dev-qt/qtscript:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 media-libs/fontconfig media-libs/freetype media-libs/libepoxy media-libs/mesa[egl,gbm,gles2?,wayland] virtual/libudev:= x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libdrm >=x11-libs/libxcb-1.10 >=x11-libs/libxkbcommon-0.4.1 x11-libs/xcb-util-cursor x11-libs/xcb-util-image x11-libs/xcb-util-keysyms >=kde-plasma/kde-cli-tools-5.5.1:5 multimedia? ( || ( dev-qt/qtmultimedia:5[gstreamer,qml] dev-qt/qtmultimedia:5[gstreamer010,qml] ) ) !kde-base/kwin:4 !kde-base/systemsettings:4 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/kwin-5.5.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=a32fe3b5438f77d1eed2361633852738 diff --git a/metadata/md5-cache/kde-plasma/kwrited-5.5.0 b/metadata/md5-cache/kde-plasma/kwrited-5.5.0 deleted file mode 100644 index a568d60df9f5..000000000000 --- a/metadata/md5-cache/kde-plasma/kwrited-5.5.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/kpty-5.15.0:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=KDE daemon listening for wall and write messages -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=debug -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/kpty-5.15.0:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 !kde-base/kwrited:4 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/kwrited-5.5.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=31435383db703c0e19d20592e23e16f2 diff --git a/metadata/md5-cache/kde-plasma/kwrited-5.5.1 b/metadata/md5-cache/kde-plasma/kwrited-5.5.1 deleted file mode 100644 index b7ec5cc90445..000000000000 --- a/metadata/md5-cache/kde-plasma/kwrited-5.5.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/kpty-5.15.0:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=KDE daemon listening for wall and write messages -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=debug -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/kpty-5.15.0:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 !kde-base/kwrited:4 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/kwrited-5.5.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=31435383db703c0e19d20592e23e16f2 diff --git a/metadata/md5-cache/kde-plasma/libkscreen-5.5.0 b/metadata/md5-cache/kde-plasma/libkscreen-5.5.0 deleted file mode 100644 index e96682ed47c2..000000000000 --- a/metadata/md5-cache/kde-plasma/libkscreen-5.5.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtx11extras:5 x11-libs/libxcb >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=KDE screen management library -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=test debug test -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtx11extras:5 x11-libs/libxcb !x11-libs/libkscreen:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -RESTRICT=test -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/libkscreen-5.5.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=9242859762e784c0fefd8670d54a1370 diff --git a/metadata/md5-cache/kde-plasma/libkscreen-5.5.1 b/metadata/md5-cache/kde-plasma/libkscreen-5.5.1 deleted file mode 100644 index 3cf1073fc9e5..000000000000 --- a/metadata/md5-cache/kde-plasma/libkscreen-5.5.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtx11extras:5 x11-libs/libxcb >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=KDE screen management library -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=test debug test -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtx11extras:5 x11-libs/libxcb !x11-libs/libkscreen:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -RESTRICT=test -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/libkscreen-5.5.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=9242859762e784c0fefd8670d54a1370 diff --git a/metadata/md5-cache/kde-plasma/libksysguard-5.5.0 b/metadata/md5-cache/kde-plasma/libksysguard-5.5.0 deleted file mode 100644 index 77fd090b926a..000000000000 --- a/metadata/md5-cache/kde-plasma/libksysguard-5.5.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kauth-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 sys-libs/zlib detailedmemory? ( dev-qt/qtwebkit:5 ) X? ( dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libXres ) >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 X? ( x11-proto/xproto ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Task management and system monitoring library -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=+detailedmemory X test debug test -KEYWORDS=~amd64 ~x86 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kauth-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 sys-libs/zlib detailedmemory? ( dev-qt/qtwebkit:5 ) X? ( dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libXres ) !kde-base/ksysguard:4 !kde-base/libksysguard:4 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/libksysguard-5.5.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=74c5a8d7b58fb686635897878316cd8a diff --git a/metadata/md5-cache/kde-plasma/libksysguard-5.5.1 b/metadata/md5-cache/kde-plasma/libksysguard-5.5.1 deleted file mode 100644 index eda5c708bb5b..000000000000 --- a/metadata/md5-cache/kde-plasma/libksysguard-5.5.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kauth-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 sys-libs/zlib detailedmemory? ( dev-qt/qtwebkit:5 ) X? ( dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libXres ) >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 X? ( x11-proto/xproto ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Task management and system monitoring library -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=+detailedmemory X test debug test -KEYWORDS=~amd64 ~x86 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kauth-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 sys-libs/zlib detailedmemory? ( dev-qt/qtwebkit:5 ) X? ( dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libXres ) !kde-base/ksysguard:4 !kde-base/libksysguard:4 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/libksysguard-5.5.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=74c5a8d7b58fb686635897878316cd8a diff --git a/metadata/md5-cache/kde-plasma/milou-5.5.0 b/metadata/md5-cache/kde-plasma/milou-5.5.0 deleted file mode 100644 index 2d19b66790ee..000000000000 --- a/metadata/md5-cache/kde-plasma/milou-5.5.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/krunner-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Dedicated search application built on top of Baloo -EAPI=5 -HOMEPAGE=https://projects.kde.org/projects/kde/workspace/milou -IUSE=debug -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 LGPL-2.1 -RDEPEND=>=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/krunner-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 !kde-misc/milou:4 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/milou-5.5.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=a8d446ab9cbbedb3289a0937e4c999e2 diff --git a/metadata/md5-cache/kde-plasma/milou-5.5.1 b/metadata/md5-cache/kde-plasma/milou-5.5.1 deleted file mode 100644 index 92b1b444f888..000000000000 --- a/metadata/md5-cache/kde-plasma/milou-5.5.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/krunner-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Dedicated search application built on top of Baloo -EAPI=5 -HOMEPAGE=https://projects.kde.org/projects/kde/workspace/milou -IUSE=debug -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 LGPL-2.1 -RDEPEND=>=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/krunner-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 !kde-misc/milou:4 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/milou-5.5.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=a8d446ab9cbbedb3289a0937e4c999e2 diff --git a/metadata/md5-cache/kde-plasma/oxygen-5.5.0 b/metadata/md5-cache/kde-plasma/oxygen-5.5.0 deleted file mode 100644 index 8fab63e7d877..000000000000 --- a/metadata/md5-cache/kde-plasma/oxygen-5.5.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/frameworkintegration-5.15.0:5 >=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kguiaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-plasma/kdecoration-5.5.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libxcb !kde-base/kdebase-cursors:4 !kde-base/oxygen:4 >=kde-frameworks/kservice-5.15.0:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=KDE window manager theme -EAPI=5 -HOMEPAGE=https://projects.kde.org/projects/kde/workspace/oxygen -IUSE=debug -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/frameworkintegration-5.15.0:5 >=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kguiaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-plasma/kdecoration-5.5.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libxcb !kde-base/kdebase-cursors:4 !kde-base/oxygen:4 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/oxygen-5.5.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=b328fc6b51bf2c4adbbc585dfc080fac diff --git a/metadata/md5-cache/kde-plasma/oxygen-5.5.1 b/metadata/md5-cache/kde-plasma/oxygen-5.5.1 deleted file mode 100644 index 17a4a32595b7..000000000000 --- a/metadata/md5-cache/kde-plasma/oxygen-5.5.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/frameworkintegration-5.15.0:5 >=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kguiaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-plasma/kdecoration-5.5.1:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libxcb !kde-base/kdebase-cursors:4 !kde-base/oxygen:4 >=kde-frameworks/kservice-5.15.0:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=KDE window manager theme -EAPI=5 -HOMEPAGE=https://projects.kde.org/projects/kde/workspace/oxygen -IUSE=debug -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/frameworkintegration-5.15.0:5 >=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kguiaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-plasma/kdecoration-5.5.1:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libxcb !kde-base/kdebase-cursors:4 !kde-base/oxygen:4 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/oxygen-5.5.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=b328fc6b51bf2c4adbbc585dfc080fac diff --git a/metadata/md5-cache/kde-plasma/plasma-desktop-5.5.0-r1 b/metadata/md5-cache/kde-plasma/plasma-desktop-5.5.0-r1 deleted file mode 100644 index 06a4c9ca363d..000000000000 --- a/metadata/md5-cache/kde-plasma/plasma-desktop-5.5.0-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-plasma/kwin-5.5.0:5 >=kde-plasma/plasma-workspace-5.5.0:5 >=kde-frameworks/attica-5.15.0:5 >=kde-frameworks/baloo-5.15.0:5 >=kde-frameworks/kactivities-5.15.0:5 >=kde-frameworks/karchive-5.15.0:5 >=kde-frameworks/kauth-5.15.0:5 >=kde-frameworks/kbookmarks-5.15.0:5 >=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcodecs-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/kded-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/kemoticons-5.15.0:5 >=kde-frameworks/kglobalaccel-5.15.0:5 >=kde-frameworks/kguiaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kitemmodels-5.15.0:5 >=kde-frameworks/kitemviews-5.15.0:5 >=kde-frameworks/kjobwidgets-5.15.0:5 >=kde-frameworks/knewstuff-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/knotifyconfig-5.15.0:5 >=kde-frameworks/kparts-5.15.0:5 >=kde-frameworks/kpeople-5.15.0:5 >=kde-frameworks/krunner-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwallet-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 >=kde-frameworks/solid-5.15.0:5 >=kde-frameworks/sonnet-5.15.0:5 dev-qt/qtconcurrent:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative: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/qtx11extras:5 dev-qt/qtxml:5 media-libs/phonon[qt5] x11-libs/libX11 x11-libs/libXcursor x11-libs/libXfixes x11-libs/libXi x11-libs/libxcb x11-libs/libxkbfile fontconfig? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/xcb-util-image ) pulseaudio? ( dev-libs/glib:2 media-libs/libcanberra media-sound/pulseaudio ) touchpad? ( x11-drivers/xf86-input-synaptics ) dev-libs/boost x11-proto/xproto evdev? ( x11-drivers/xf86-input-evdev ) fontconfig? ( x11-libs/libXrender ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 handbook? ( >=kde-frameworks/kdoctools-5.15.0:5 ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=KDE Plasma desktop -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=+evdev +fontconfig gtk2 gtk3 legacy-systray pulseaudio +qt4 touchpad debug +handbook test -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-plasma/kwin-5.5.0:5 >=kde-plasma/plasma-workspace-5.5.0:5 >=kde-frameworks/attica-5.15.0:5 >=kde-frameworks/baloo-5.15.0:5 >=kde-frameworks/kactivities-5.15.0:5 >=kde-frameworks/karchive-5.15.0:5 >=kde-frameworks/kauth-5.15.0:5 >=kde-frameworks/kbookmarks-5.15.0:5 >=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcodecs-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/kded-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/kemoticons-5.15.0:5 >=kde-frameworks/kglobalaccel-5.15.0:5 >=kde-frameworks/kguiaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kitemmodels-5.15.0:5 >=kde-frameworks/kitemviews-5.15.0:5 >=kde-frameworks/kjobwidgets-5.15.0:5 >=kde-frameworks/knewstuff-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/knotifyconfig-5.15.0:5 >=kde-frameworks/kparts-5.15.0:5 >=kde-frameworks/kpeople-5.15.0:5 >=kde-frameworks/krunner-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwallet-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 >=kde-frameworks/solid-5.15.0:5 >=kde-frameworks/sonnet-5.15.0:5 dev-qt/qtconcurrent:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative: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/qtx11extras:5 dev-qt/qtxml:5 media-libs/phonon[qt5] x11-libs/libX11 x11-libs/libXcursor x11-libs/libXfixes x11-libs/libXi x11-libs/libxcb x11-libs/libxkbfile fontconfig? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/xcb-util-image ) pulseaudio? ( dev-libs/glib:2 media-libs/libcanberra media-sound/pulseaudio ) touchpad? ( x11-drivers/xf86-input-synaptics ) >=kde-plasma/breeze-5.5.0:5 >=kde-plasma/kde-cli-tools-5.5.0:5 >=kde-plasma/oxygen-5.5.0:5 sys-apps/accountsservice x11-apps/setxkbmap legacy-systray? ( gtk2? ( dev-libs/libappindicator:2 ) gtk3? ( dev-libs/libappindicator:3 ) qt4? ( dev-libs/sni-qt ) ) pulseaudio? ( >=kde-plasma/plasma-pa-5.5.0:5 ) qt4? ( kde-base/qguiplatformplugin_kde ) !kde-apps/kcontrol !kde-apps/kdepasswd !kde-apps/knetattach[handbook] !kde-base/plasma-desktop:4 !kde-base/plasma-workspace:4 !kde-base/solid-actions-kcm:4 !kde-base/systemsettings:4 !kde-misc/kcm_touchpad !kde-misc/kcm-touchpad !kde-plasma/kcm-touchpad >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -REQUIRED_USE=legacy-systray? ( || ( gtk2 gtk3 qt4 ) ) gtk2? ( legacy-systray ) gtk3? ( legacy-systray ) -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/plasma-desktop-5.5.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=8a597c7c38dcd2a9725d0eecac4a15e7 diff --git a/metadata/md5-cache/kde-plasma/plasma-desktop-5.5.1 b/metadata/md5-cache/kde-plasma/plasma-desktop-5.5.1 deleted file mode 100644 index a9936b8a037e..000000000000 --- a/metadata/md5-cache/kde-plasma/plasma-desktop-5.5.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-plasma/kwin-5.5.1:5 >=kde-plasma/plasma-workspace-5.5.1:5 >=kde-frameworks/attica-5.15.0:5 >=kde-frameworks/baloo-5.15.0:5 >=kde-frameworks/kactivities-5.15.0:5 >=kde-frameworks/karchive-5.15.0:5 >=kde-frameworks/kauth-5.15.0:5 >=kde-frameworks/kbookmarks-5.15.0:5 >=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcodecs-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/kded-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/kemoticons-5.15.0:5 >=kde-frameworks/kglobalaccel-5.15.0:5 >=kde-frameworks/kguiaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kitemmodels-5.15.0:5 >=kde-frameworks/kitemviews-5.15.0:5 >=kde-frameworks/kjobwidgets-5.15.0:5 >=kde-frameworks/knewstuff-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/knotifyconfig-5.15.0:5 >=kde-frameworks/kparts-5.15.0:5 >=kde-frameworks/kpeople-5.15.0:5 >=kde-frameworks/krunner-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwallet-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 >=kde-frameworks/solid-5.15.0:5 >=kde-frameworks/sonnet-5.15.0:5 dev-qt/qtconcurrent:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative: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/qtx11extras:5 dev-qt/qtxml:5 media-libs/phonon[qt5] x11-libs/libX11 x11-libs/libXcursor x11-libs/libXfixes x11-libs/libXi x11-libs/libxcb x11-libs/libxkbfile fontconfig? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/xcb-util-image ) pulseaudio? ( dev-libs/glib:2 media-libs/libcanberra media-sound/pulseaudio ) touchpad? ( x11-drivers/xf86-input-synaptics ) dev-libs/boost x11-proto/xproto evdev? ( x11-drivers/xf86-input-evdev ) fontconfig? ( x11-libs/libXrender ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 handbook? ( >=kde-frameworks/kdoctools-5.15.0:5 ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=KDE Plasma desktop -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=+evdev +fontconfig gtk2 gtk3 legacy-systray pulseaudio +qt4 touchpad debug +handbook test -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-plasma/kwin-5.5.1:5 >=kde-plasma/plasma-workspace-5.5.1:5 >=kde-frameworks/attica-5.15.0:5 >=kde-frameworks/baloo-5.15.0:5 >=kde-frameworks/kactivities-5.15.0:5 >=kde-frameworks/karchive-5.15.0:5 >=kde-frameworks/kauth-5.15.0:5 >=kde-frameworks/kbookmarks-5.15.0:5 >=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcodecs-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/kded-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/kemoticons-5.15.0:5 >=kde-frameworks/kglobalaccel-5.15.0:5 >=kde-frameworks/kguiaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kitemmodels-5.15.0:5 >=kde-frameworks/kitemviews-5.15.0:5 >=kde-frameworks/kjobwidgets-5.15.0:5 >=kde-frameworks/knewstuff-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/knotifyconfig-5.15.0:5 >=kde-frameworks/kparts-5.15.0:5 >=kde-frameworks/kpeople-5.15.0:5 >=kde-frameworks/krunner-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwallet-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 >=kde-frameworks/solid-5.15.0:5 >=kde-frameworks/sonnet-5.15.0:5 dev-qt/qtconcurrent:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative: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/qtx11extras:5 dev-qt/qtxml:5 media-libs/phonon[qt5] x11-libs/libX11 x11-libs/libXcursor x11-libs/libXfixes x11-libs/libXi x11-libs/libxcb x11-libs/libxkbfile fontconfig? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/xcb-util-image ) pulseaudio? ( dev-libs/glib:2 media-libs/libcanberra media-sound/pulseaudio ) touchpad? ( x11-drivers/xf86-input-synaptics ) >=kde-plasma/breeze-5.5.1:5 >=kde-plasma/kde-cli-tools-5.5.1:5 >=kde-plasma/oxygen-5.5.1:5 sys-apps/accountsservice x11-apps/setxkbmap legacy-systray? ( gtk2? ( dev-libs/libappindicator:2 ) gtk3? ( dev-libs/libappindicator:3 ) qt4? ( dev-libs/sni-qt ) ) pulseaudio? ( >=kde-plasma/plasma-pa-5.5.1:5 ) qt4? ( kde-base/qguiplatformplugin_kde ) !kde-apps/kcontrol !kde-apps/kdepasswd !kde-apps/knetattach[handbook] !kde-base/plasma-desktop:4 !kde-base/plasma-workspace:4 !kde-base/solid-actions-kcm:4 !kde-base/systemsettings:4 !kde-misc/kcm_touchpad !kde-misc/kcm-touchpad !kde-plasma/kcm-touchpad >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -REQUIRED_USE=legacy-systray? ( || ( gtk2 gtk3 qt4 ) ) gtk2? ( legacy-systray ) gtk3? ( legacy-systray ) -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/plasma-desktop-5.5.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=31a787766cea8c6036d535df87a36d25 diff --git a/metadata/md5-cache/kde-plasma/plasma-mediacenter-5.5.0 b/metadata/md5-cache/kde-plasma/plasma-mediacenter-5.5.0 deleted file mode 100644 index 4b592b7aa9c7..000000000000 --- a/metadata/md5-cache/kde-plasma/plasma-mediacenter-5.5.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kactivities-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/kguiaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtxml:5 media-libs/taglib semantic-desktop? ( >=kde-frameworks/baloo-5.15.0:5 >=kde-frameworks/kfilemetadata-5.15.0:5 ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Unified media experience for any device capable of running KDE -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=semantic-desktop debug -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kactivities-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/kguiaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtxml:5 media-libs/taglib semantic-desktop? ( >=kde-frameworks/baloo-5.15.0:5 >=kde-frameworks/kfilemetadata-5.15.0:5 ) >=kde-plasma/plasma-workspace-5.5.0:5 dev-qt/qtmultimedia:5[qml] !media-video/plasma-mediacenter >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/plasma-mediacenter-5.5.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=415e29bf574456bbc6ce52c535545ca9 diff --git a/metadata/md5-cache/kde-plasma/plasma-mediacenter-5.5.1 b/metadata/md5-cache/kde-plasma/plasma-mediacenter-5.5.1 deleted file mode 100644 index 3eddc4e1a881..000000000000 --- a/metadata/md5-cache/kde-plasma/plasma-mediacenter-5.5.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kactivities-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/kguiaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtxml:5 media-libs/taglib semantic-desktop? ( >=kde-frameworks/baloo-5.15.0:5 >=kde-frameworks/kfilemetadata-5.15.0:5 ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Unified media experience for any device capable of running KDE -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=semantic-desktop debug -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kactivities-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/kguiaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtxml:5 media-libs/taglib semantic-desktop? ( >=kde-frameworks/baloo-5.15.0:5 >=kde-frameworks/kfilemetadata-5.15.0:5 ) >=kde-plasma/plasma-workspace-5.5.1:5 dev-qt/qtmultimedia:5[qml] !media-video/plasma-mediacenter >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/plasma-mediacenter-5.5.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=415e29bf574456bbc6ce52c535545ca9 diff --git a/metadata/md5-cache/kde-plasma/plasma-meta-5.5.0 b/metadata/md5-cache/kde-plasma/plasma-meta-5.5.0 deleted file mode 100644 index 27a3e3512327..000000000000 --- a/metadata/md5-cache/kde-plasma/plasma-meta-5.5.0 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=- -DESCRIPTION=Merge this to pull in all Plasma 5 packages -EAPI=5 -HOMEPAGE=https://www.kde.org/workspaces/plasmadesktop/ -IUSE=bluetooth +display-manager gtk mediacenter networkmanager pulseaudio +sddm sdk +wallpapers -KEYWORDS=~amd64 ~x86 -LICENSE=metapackage -RDEPEND=>=kde-plasma/breeze-5.5.0:5 >=kde-plasma/kde-cli-tools-5.5.0:5 >=kde-plasma/kdecoration-5.5.0:5 >=kde-plasma/kdeplasma-addons-5.5.0:5 >=kde-plasma/kgamma-5.5.0:5 >=kde-plasma/khelpcenter-5.5.0:5 >=kde-plasma/khotkeys-5.5.0:5 >=kde-plasma/kinfocenter-5.5.0:5 >=kde-plasma/kmenuedit-5.5.0:5 >=kde-plasma/kscreen-5.5.0:5 >=kde-plasma/kscreenlocker-5.5.0:5 >=kde-plasma/ksshaskpass-5.5.0:5 >=kde-plasma/ksysguard-5.5.0:5 >=kde-plasma/kwallet-pam-5.5.0:5 >=kde-plasma/kwayland-5.5.0:5 >=kde-plasma/kwayland-integration-5.5.0:5 >=kde-plasma/kwin-5.5.0:5 >=kde-plasma/kwrited-5.5.0:5 >=kde-plasma/libkscreen-5.5.0:5 >=kde-plasma/libksysguard-5.5.0:5 >=kde-plasma/milou-5.5.0:5 >=kde-plasma/oxygen-5.5.0:5 >=kde-plasma/plasma-desktop-5.5.0:5 >=kde-plasma/plasma-workspace-5.5.0:5 >=kde-plasma/polkit-kde-agent-5.5.0:5 >=kde-plasma/powerdevil-5.5.0:5 >=kde-plasma/systemsettings-5.5.0:5 >=kde-plasma/user-manager-5.5.0:5 bluetooth? ( >=kde-plasma/bluedevil-5.5.0:5 ) display-manager? ( sddm? ( x11-misc/sddm ) !sddm? ( x11-misc/lightdm ) ) gtk? ( >=kde-plasma/breeze-gtk-5.5.0:5 >=kde-plasma/kde-gtk-config-5.5.0:5 ) mediacenter? ( >=kde-plasma/plasma-mediacenter-5.5.0:5 ) networkmanager? ( >=kde-plasma/plasma-nm-5.5.0:5 ) pulseaudio? ( >=kde-plasma/plasma-pa-5.5.0:5 ) sddm? ( >=kde-plasma/sddm-kcm-5.5.0:5 ) sdk? ( >=kde-plasma/plasma-sdk-5.5.0:5 ) wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-5.5.0:5 ) -SLOT=5 -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=3ddb66683f645ffa128f21522dd81478 diff --git a/metadata/md5-cache/kde-plasma/plasma-meta-5.5.1 b/metadata/md5-cache/kde-plasma/plasma-meta-5.5.1 deleted file mode 100644 index ede1cb38c083..000000000000 --- a/metadata/md5-cache/kde-plasma/plasma-meta-5.5.1 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=- -DESCRIPTION=Merge this to pull in all Plasma 5 packages -EAPI=5 -HOMEPAGE=https://www.kde.org/workspaces/plasmadesktop/ -IUSE=bluetooth +display-manager gtk mediacenter networkmanager pulseaudio +sddm sdk +wallpapers -KEYWORDS=~amd64 ~x86 -LICENSE=metapackage -RDEPEND=>=kde-plasma/breeze-5.5.1:5 >=kde-plasma/kde-cli-tools-5.5.1:5 >=kde-plasma/kdecoration-5.5.1:5 >=kde-plasma/kdeplasma-addons-5.5.1:5 >=kde-plasma/kgamma-5.5.1:5 >=kde-plasma/khelpcenter-5.5.1:5 >=kde-plasma/khotkeys-5.5.1:5 >=kde-plasma/kinfocenter-5.5.1:5 >=kde-plasma/kmenuedit-5.5.1:5 >=kde-plasma/kscreen-5.5.1:5 >=kde-plasma/kscreenlocker-5.5.1:5 >=kde-plasma/ksshaskpass-5.5.1:5 >=kde-plasma/ksysguard-5.5.1:5 >=kde-plasma/kwallet-pam-5.5.1:5 >=kde-plasma/kwayland-5.5.1:5 >=kde-plasma/kwayland-integration-5.5.1:5 >=kde-plasma/kwin-5.5.1:5 >=kde-plasma/kwrited-5.5.1:5 >=kde-plasma/libkscreen-5.5.1:5 >=kde-plasma/libksysguard-5.5.1:5 >=kde-plasma/milou-5.5.1:5 >=kde-plasma/oxygen-5.5.1:5 >=kde-plasma/plasma-desktop-5.5.1:5 >=kde-plasma/plasma-workspace-5.5.1:5 >=kde-plasma/polkit-kde-agent-5.5.1:5 >=kde-plasma/powerdevil-5.5.1:5 >=kde-plasma/systemsettings-5.5.1:5 >=kde-plasma/user-manager-5.5.1:5 bluetooth? ( >=kde-plasma/bluedevil-5.5.1:5 ) display-manager? ( sddm? ( x11-misc/sddm ) !sddm? ( x11-misc/lightdm ) ) gtk? ( >=kde-plasma/breeze-gtk-5.5.1:5 >=kde-plasma/kde-gtk-config-5.5.1:5 ) mediacenter? ( >=kde-plasma/plasma-mediacenter-5.5.1:5 ) networkmanager? ( >=kde-plasma/plasma-nm-5.5.1:5 ) pulseaudio? ( >=kde-plasma/plasma-pa-5.5.1:5 ) sddm? ( >=kde-plasma/sddm-kcm-5.5.1:5 ) sdk? ( >=kde-plasma/plasma-sdk-5.5.1:5 ) wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-5.5.1:5 ) -SLOT=5 -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=3ddb66683f645ffa128f21522dd81478 diff --git a/metadata/md5-cache/kde-plasma/plasma-nm-5.5.0 b/metadata/md5-cache/kde-plasma/plasma-nm-5.5.0 deleted file mode 100644 index 218f42a10d33..000000000000 --- a/metadata/md5-cache/kde-plasma/plasma-nm-5.5.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kitemviews-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwallet-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/networkmanager-qt-5.15.0:5[teamd=] >=kde-frameworks/plasma-5.15.0:5 >=kde-frameworks/solid-5.15.0:5 >=app-crypt/qca-2.1.0.3-r1:2[qt5] dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 >=net-misc/networkmanager-0.9.10.0[teamd=] modemmanager? ( >=kde-frameworks/modemmanager-qt-5.15.0:5 dev-qt/qtxml:5 net-misc/mobile-broadband-provider-info ) openconnect? ( dev-qt/qtxml:5 net-misc/networkmanager-openconnect net-misc/openconnect:= ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=KDE Plasma applet for NetworkManager -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=modemmanager openconnect teamd debug -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 LGPL-2.1 -RDEPEND=>=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kitemviews-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwallet-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/networkmanager-qt-5.15.0:5[teamd=] >=kde-frameworks/plasma-5.15.0:5 >=kde-frameworks/solid-5.15.0:5 >=app-crypt/qca-2.1.0.3-r1:2[qt5] dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 >=net-misc/networkmanager-0.9.10.0[teamd=] modemmanager? ( >=kde-frameworks/modemmanager-qt-5.15.0:5 dev-qt/qtxml:5 net-misc/mobile-broadband-provider-info ) openconnect? ( dev-qt/qtxml:5 net-misc/networkmanager-openconnect net-misc/openconnect:= ) >=kde-plasma/plasma-workspace-5.5.0:5 !kde-misc/plasma-nm >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/plasma-nm-5.5.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=8b40603e9e131d24d3f195098db5bdcd diff --git a/metadata/md5-cache/kde-plasma/plasma-nm-5.5.1 b/metadata/md5-cache/kde-plasma/plasma-nm-5.5.1 deleted file mode 100644 index b4042b1d0f65..000000000000 --- a/metadata/md5-cache/kde-plasma/plasma-nm-5.5.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kitemviews-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwallet-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/networkmanager-qt-5.15.0:5[teamd=] >=kde-frameworks/plasma-5.15.0:5 >=kde-frameworks/solid-5.15.0:5 >=app-crypt/qca-2.1.0.3-r1:2[qt5] dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 >=net-misc/networkmanager-0.9.10.0[teamd=] modemmanager? ( >=kde-frameworks/modemmanager-qt-5.15.0:5 dev-qt/qtxml:5 net-misc/mobile-broadband-provider-info ) openconnect? ( dev-qt/qtxml:5 net-misc/networkmanager-openconnect net-misc/openconnect:= ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=KDE Plasma applet for NetworkManager -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=modemmanager openconnect teamd debug -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 LGPL-2.1 -RDEPEND=>=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kitemviews-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwallet-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/networkmanager-qt-5.15.0:5[teamd=] >=kde-frameworks/plasma-5.15.0:5 >=kde-frameworks/solid-5.15.0:5 >=app-crypt/qca-2.1.0.3-r1:2[qt5] dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 >=net-misc/networkmanager-0.9.10.0[teamd=] modemmanager? ( >=kde-frameworks/modemmanager-qt-5.15.0:5 dev-qt/qtxml:5 net-misc/mobile-broadband-provider-info ) openconnect? ( dev-qt/qtxml:5 net-misc/networkmanager-openconnect net-misc/openconnect:= ) >=kde-plasma/plasma-workspace-5.5.1:5 !kde-misc/plasma-nm >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/plasma-nm-5.5.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=8b40603e9e131d24d3f195098db5bdcd diff --git a/metadata/md5-cache/kde-plasma/plasma-pa-5.5.0 b/metadata/md5-cache/kde-plasma/plasma-pa-5.5.0 deleted file mode 100644 index f60abe68a5f0..000000000000 --- a/metadata/md5-cache/kde-plasma/plasma-pa-5.5.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/kglobalaccel-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 media-sound/pulseaudio >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Plasma applet for audio volume management using PulseAudio -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=debug -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/kglobalaccel-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 media-sound/pulseaudio >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/plasma-pa-5.5.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=a17a8491e2e32c0cfeb0da3d37058dae diff --git a/metadata/md5-cache/kde-plasma/plasma-pa-5.5.1 b/metadata/md5-cache/kde-plasma/plasma-pa-5.5.1 deleted file mode 100644 index fda063a03a07..000000000000 --- a/metadata/md5-cache/kde-plasma/plasma-pa-5.5.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/kglobalaccel-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 media-sound/pulseaudio >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Plasma applet for audio volume management using PulseAudio -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=debug -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/kglobalaccel-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 media-sound/pulseaudio >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/plasma-pa-5.5.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=a17a8491e2e32c0cfeb0da3d37058dae diff --git a/metadata/md5-cache/kde-plasma/plasma-sdk-5.5.0 b/metadata/md5-cache/kde-plasma/plasma-sdk-5.5.0 deleted file mode 100644 index 9621cc6e86f8..000000000000 --- a/metadata/md5-cache/kde-plasma/plasma-sdk-5.5.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/karchive-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kpackage-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/ktexteditor-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Useful applications for Plasma development -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=test debug test -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/karchive-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kpackage-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/ktexteditor-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 !dev-util/plasmate >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/plasma-sdk-5.5.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=4b1df48752bf769e3e08a9cff79b5857 diff --git a/metadata/md5-cache/kde-plasma/plasma-sdk-5.5.1 b/metadata/md5-cache/kde-plasma/plasma-sdk-5.5.1 deleted file mode 100644 index 2c338249b83d..000000000000 --- a/metadata/md5-cache/kde-plasma/plasma-sdk-5.5.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/karchive-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kpackage-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/ktexteditor-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Useful applications for Plasma development -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=test debug test -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/karchive-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kpackage-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/ktexteditor-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 !dev-util/plasmate >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/plasma-sdk-5.5.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=4b1df48752bf769e3e08a9cff79b5857 diff --git a/metadata/md5-cache/kde-plasma/plasma-workspace-5.5.0 b/metadata/md5-cache/kde-plasma/plasma-workspace-5.5.0 deleted file mode 100644 index 7753f9055aa3..000000000000 --- a/metadata/md5-cache/kde-plasma/plasma-workspace-5.5.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/baloo-5.15.0:5 >=kde-frameworks/kactivities-5.15.0:5 >=kde-frameworks/kauth-5.15.0:5 >=kde-frameworks/kbookmarks-5.15.0:5 >=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kcrash-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/kdesu-5.15.0:5 >=kde-frameworks/kglobalaccel-5.15.0:5 >=kde-frameworks/kguiaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kidletime-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kitemviews-5.15.0:5 >=kde-frameworks/kjobwidgets-5.15.0:5 >=kde-frameworks/kjs-5.15.0:5 >=kde-frameworks/kjsembed-5.15.0:5 >=kde-frameworks/knewstuff-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/knotifyconfig-5.15.0:5 >=kde-frameworks/kpackage-5.15.0:5 >=kde-frameworks/krunner-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/ktexteditor-5.15.0:5 >=kde-frameworks/ktextwidgets-5.15.0:5 >=kde-frameworks/kwallet-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/kxmlrpcclient-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 >=kde-frameworks/solid-5.15.0:5 >=kde-plasma/kscreenlocker-5.5.0:5 >=kde-plasma/kwayland-5.5.0:5 >=kde-plasma/kwin-5.5.0:5 >=kde-plasma/libkscreen-5.5.0:5 >=kde-plasma/libksysguard-5.5.0:5 dev-qt/qtconcurrent:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5[widgets] dev-qt/qtgui:5[jpeg] dev-qt/qtnetwork:5 dev-qt/qtscript:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 media-libs/phonon[qt5] sys-libs/zlib x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXau x11-libs/libxcb x11-libs/libXfixes x11-libs/libXrender x11-libs/xcb-util x11-libs/xcb-util-image dbus? ( dev-libs/libdbusmenu-qt[qt5] ) geolocation? ( >=kde-frameworks/networkmanager-qt-5.15.0:5 ) gps? ( sci-geosciences/gpsd ) prison? ( media-libs/prison:5 ) qalculate? ( sci-libs/libqalculate ) x11-proto/xproto >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 handbook? ( >=kde-frameworks/kdoctools-5.15.0:5 ) test? ( >=dev-qt/qttest-5.5.0:5 ) >=dev-qt/qtcore-5.5.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=KDE Plasma workspace -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=dbus +geolocation gps prison qalculate test debug +handbook test -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/baloo-5.15.0:5 >=kde-frameworks/kactivities-5.15.0:5 >=kde-frameworks/kauth-5.15.0:5 >=kde-frameworks/kbookmarks-5.15.0:5 >=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kcrash-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/kdesu-5.15.0:5 >=kde-frameworks/kglobalaccel-5.15.0:5 >=kde-frameworks/kguiaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kidletime-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kitemviews-5.15.0:5 >=kde-frameworks/kjobwidgets-5.15.0:5 >=kde-frameworks/kjs-5.15.0:5 >=kde-frameworks/kjsembed-5.15.0:5 >=kde-frameworks/knewstuff-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/knotifyconfig-5.15.0:5 >=kde-frameworks/kpackage-5.15.0:5 >=kde-frameworks/krunner-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/ktexteditor-5.15.0:5 >=kde-frameworks/ktextwidgets-5.15.0:5 >=kde-frameworks/kwallet-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/kxmlrpcclient-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 >=kde-frameworks/solid-5.15.0:5 >=kde-plasma/kscreenlocker-5.5.0:5 >=kde-plasma/kwayland-5.5.0:5 >=kde-plasma/kwin-5.5.0:5 >=kde-plasma/libkscreen-5.5.0:5 >=kde-plasma/libksysguard-5.5.0:5 dev-qt/qtconcurrent:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5[widgets] dev-qt/qtgui:5[jpeg] dev-qt/qtnetwork:5 dev-qt/qtscript:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 media-libs/phonon[qt5] sys-libs/zlib x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXau x11-libs/libxcb x11-libs/libXfixes x11-libs/libXrender x11-libs/xcb-util x11-libs/xcb-util-image dbus? ( dev-libs/libdbusmenu-qt[qt5] ) geolocation? ( >=kde-frameworks/networkmanager-qt-5.15.0:5 ) gps? ( sci-geosciences/gpsd ) prison? ( media-libs/prison:5 ) qalculate? ( sci-libs/libqalculate ) >=kde-frameworks/kded-5.15.0:5 >=kde-apps/kio-extras-14.12.0:5 >=kde-plasma/kde-cli-tools-5.5.0:5 >=kde-plasma/ksysguard-5.5.0:5 >=kde-plasma/milou-5.5.0:5 dev-qt/qdbus:5 dev-qt/qtpaths:5 dev-qt/qtquickcontrols:5[widgets] x11-apps/mkfontdir x11-apps/xmessage x11-apps/xprop x11-apps/xrdb x11-apps/xset x11-apps/xsetroot !dev-libs/xembed-sni-proxy !kde-base/freespacenotifier:4 !kde-base/libtaskmanager:4 !kde-base/kcminit:4 !kde-base/kdebase-startkde:4 !kde-base/klipper:4 !kde-base/krunner:4 !kde-base/ksmserver:4 !kde-base/ksplash:4 !kde-base/plasma-workspace:4 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.0:5 -RESTRICT=test -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/plasma-workspace-5.5.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 qmake-utils 0a242e7177789b0028b4045f336dd4db toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=2900d32d7a8e4fcf1ce38a793271c3e4 diff --git a/metadata/md5-cache/kde-plasma/plasma-workspace-5.5.1 b/metadata/md5-cache/kde-plasma/plasma-workspace-5.5.1 deleted file mode 100644 index 87eb7531ab47..000000000000 --- a/metadata/md5-cache/kde-plasma/plasma-workspace-5.5.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/baloo-5.15.0:5 >=kde-frameworks/kactivities-5.15.0:5 >=kde-frameworks/kauth-5.15.0:5 >=kde-frameworks/kbookmarks-5.15.0:5 >=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kcrash-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/kdesu-5.15.0:5 >=kde-frameworks/kglobalaccel-5.15.0:5 >=kde-frameworks/kguiaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kidletime-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kitemviews-5.15.0:5 >=kde-frameworks/kjobwidgets-5.15.0:5 >=kde-frameworks/kjs-5.15.0:5 >=kde-frameworks/kjsembed-5.15.0:5 >=kde-frameworks/knewstuff-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/knotifyconfig-5.15.0:5 >=kde-frameworks/kpackage-5.15.0:5 >=kde-frameworks/krunner-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/ktexteditor-5.15.0:5 >=kde-frameworks/ktextwidgets-5.15.0:5 >=kde-frameworks/kwallet-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/kxmlrpcclient-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 >=kde-frameworks/solid-5.15.0:5 >=kde-plasma/kscreenlocker-5.5.1:5 >=kde-plasma/kwayland-5.5.1:5 >=kde-plasma/kwin-5.5.1:5 >=kde-plasma/libkscreen-5.5.1:5 >=kde-plasma/libksysguard-5.5.1:5 dev-qt/qtconcurrent:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5[widgets] dev-qt/qtgui:5[jpeg] dev-qt/qtnetwork:5 dev-qt/qtscript:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 media-libs/phonon[qt5] sys-libs/zlib x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXau x11-libs/libxcb x11-libs/libXfixes x11-libs/libXrender x11-libs/xcb-util x11-libs/xcb-util-image dbus? ( dev-libs/libdbusmenu-qt[qt5] ) geolocation? ( >=kde-frameworks/networkmanager-qt-5.15.0:5 ) gps? ( sci-geosciences/gpsd ) prison? ( media-libs/prison:5 ) qalculate? ( sci-libs/libqalculate ) x11-proto/xproto >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 handbook? ( >=kde-frameworks/kdoctools-5.15.0:5 ) test? ( >=dev-qt/qttest-5.5.0:5 ) >=dev-qt/qtcore-5.5.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=KDE Plasma workspace -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=dbus +geolocation gps prison qalculate test debug +handbook test -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/baloo-5.15.0:5 >=kde-frameworks/kactivities-5.15.0:5 >=kde-frameworks/kauth-5.15.0:5 >=kde-frameworks/kbookmarks-5.15.0:5 >=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kcrash-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/kdesu-5.15.0:5 >=kde-frameworks/kglobalaccel-5.15.0:5 >=kde-frameworks/kguiaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kidletime-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kitemviews-5.15.0:5 >=kde-frameworks/kjobwidgets-5.15.0:5 >=kde-frameworks/kjs-5.15.0:5 >=kde-frameworks/kjsembed-5.15.0:5 >=kde-frameworks/knewstuff-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/knotifyconfig-5.15.0:5 >=kde-frameworks/kpackage-5.15.0:5 >=kde-frameworks/krunner-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/ktexteditor-5.15.0:5 >=kde-frameworks/ktextwidgets-5.15.0:5 >=kde-frameworks/kwallet-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/kxmlrpcclient-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 >=kde-frameworks/solid-5.15.0:5 >=kde-plasma/kscreenlocker-5.5.1:5 >=kde-plasma/kwayland-5.5.1:5 >=kde-plasma/kwin-5.5.1:5 >=kde-plasma/libkscreen-5.5.1:5 >=kde-plasma/libksysguard-5.5.1:5 dev-qt/qtconcurrent:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5[widgets] dev-qt/qtgui:5[jpeg] dev-qt/qtnetwork:5 dev-qt/qtscript:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 media-libs/phonon[qt5] sys-libs/zlib x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXau x11-libs/libxcb x11-libs/libXfixes x11-libs/libXrender x11-libs/xcb-util x11-libs/xcb-util-image dbus? ( dev-libs/libdbusmenu-qt[qt5] ) geolocation? ( >=kde-frameworks/networkmanager-qt-5.15.0:5 ) gps? ( sci-geosciences/gpsd ) prison? ( media-libs/prison:5 ) qalculate? ( sci-libs/libqalculate ) >=kde-frameworks/kded-5.15.0:5 >=kde-apps/kio-extras-14.12.0:5 >=kde-plasma/kde-cli-tools-5.5.1:5 >=kde-plasma/ksysguard-5.5.1:5 >=kde-plasma/milou-5.5.1:5 dev-qt/qdbus:5 dev-qt/qtpaths:5 dev-qt/qtquickcontrols:5[widgets] x11-apps/mkfontdir x11-apps/xmessage x11-apps/xprop x11-apps/xrdb x11-apps/xset x11-apps/xsetroot !dev-libs/xembed-sni-proxy !kde-base/freespacenotifier:4 !kde-base/libtaskmanager:4 !kde-base/kcminit:4 !kde-base/kdebase-startkde:4 !kde-base/klipper:4 !kde-base/krunner:4 !kde-base/ksmserver:4 !kde-base/ksplash:4 !kde-base/plasma-workspace:4 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.0:5 -RESTRICT=test -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/plasma-workspace-5.5.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 qmake-utils 0a242e7177789b0028b4045f336dd4db toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=2900d32d7a8e4fcf1ce38a793271c3e4 diff --git a/metadata/md5-cache/kde-plasma/plasma-workspace-5.5.1.1 b/metadata/md5-cache/kde-plasma/plasma-workspace-5.5.1.1 deleted file mode 100644 index 381cbbfcd55b..000000000000 --- a/metadata/md5-cache/kde-plasma/plasma-workspace-5.5.1.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/baloo-5.15.0:5 >=kde-frameworks/kactivities-5.15.0:5 >=kde-frameworks/kauth-5.15.0:5 >=kde-frameworks/kbookmarks-5.15.0:5 >=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kcrash-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/kdesu-5.15.0:5 >=kde-frameworks/kglobalaccel-5.15.0:5 >=kde-frameworks/kguiaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kidletime-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kitemviews-5.15.0:5 >=kde-frameworks/kjobwidgets-5.15.0:5 >=kde-frameworks/kjs-5.15.0:5 >=kde-frameworks/kjsembed-5.15.0:5 >=kde-frameworks/knewstuff-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/knotifyconfig-5.15.0:5 >=kde-frameworks/kpackage-5.15.0:5 >=kde-frameworks/krunner-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/ktexteditor-5.15.0:5 >=kde-frameworks/ktextwidgets-5.15.0:5 >=kde-frameworks/kwallet-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/kxmlrpcclient-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 >=kde-frameworks/solid-5.15.0:5 >=kde-plasma/kscreenlocker-5.5.1:5 >=kde-plasma/kwayland-5.5.1:5 >=kde-plasma/kwin-5.5.1:5 >=kde-plasma/libkscreen-5.5.1:5 >=kde-plasma/libksysguard-5.5.1:5 dev-qt/qtconcurrent:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5[widgets] dev-qt/qtgui:5[jpeg] dev-qt/qtnetwork:5 dev-qt/qtscript:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 media-libs/phonon[qt5] sys-libs/zlib x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXau x11-libs/libxcb x11-libs/libXfixes x11-libs/libXrender x11-libs/xcb-util x11-libs/xcb-util-image dbus? ( dev-libs/libdbusmenu-qt[qt5] ) geolocation? ( >=kde-frameworks/networkmanager-qt-5.15.0:5 ) gps? ( sci-geosciences/gpsd ) prison? ( media-libs/prison:5 ) qalculate? ( sci-libs/libqalculate ) x11-proto/xproto >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 handbook? ( >=kde-frameworks/kdoctools-5.15.0:5 ) test? ( >=dev-qt/qttest-5.5.0:5 ) >=dev-qt/qtcore-5.5.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=KDE Plasma workspace -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=dbus +geolocation gps prison qalculate test debug +handbook test -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/baloo-5.15.0:5 >=kde-frameworks/kactivities-5.15.0:5 >=kde-frameworks/kauth-5.15.0:5 >=kde-frameworks/kbookmarks-5.15.0:5 >=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kcrash-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdeclarative-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/kdesu-5.15.0:5 >=kde-frameworks/kglobalaccel-5.15.0:5 >=kde-frameworks/kguiaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kidletime-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kitemviews-5.15.0:5 >=kde-frameworks/kjobwidgets-5.15.0:5 >=kde-frameworks/kjs-5.15.0:5 >=kde-frameworks/kjsembed-5.15.0:5 >=kde-frameworks/knewstuff-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/knotifyconfig-5.15.0:5 >=kde-frameworks/kpackage-5.15.0:5 >=kde-frameworks/krunner-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/ktexteditor-5.15.0:5 >=kde-frameworks/ktextwidgets-5.15.0:5 >=kde-frameworks/kwallet-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/kxmlrpcclient-5.15.0:5 >=kde-frameworks/plasma-5.15.0:5 >=kde-frameworks/solid-5.15.0:5 >=kde-plasma/kscreenlocker-5.5.1:5 >=kde-plasma/kwayland-5.5.1:5 >=kde-plasma/kwin-5.5.1:5 >=kde-plasma/libkscreen-5.5.1:5 >=kde-plasma/libksysguard-5.5.1:5 dev-qt/qtconcurrent:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5[widgets] dev-qt/qtgui:5[jpeg] dev-qt/qtnetwork:5 dev-qt/qtscript:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 media-libs/phonon[qt5] sys-libs/zlib x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXau x11-libs/libxcb x11-libs/libXfixes x11-libs/libXrender x11-libs/xcb-util x11-libs/xcb-util-image dbus? ( dev-libs/libdbusmenu-qt[qt5] ) geolocation? ( >=kde-frameworks/networkmanager-qt-5.15.0:5 ) gps? ( sci-geosciences/gpsd ) prison? ( media-libs/prison:5 ) qalculate? ( sci-libs/libqalculate ) >=kde-frameworks/kded-5.15.0:5 >=kde-apps/kio-extras-14.12.0:5 >=kde-plasma/kde-cli-tools-5.5.1:5 >=kde-plasma/ksysguard-5.5.1:5 >=kde-plasma/milou-5.5.1:5 dev-qt/qdbus:5 dev-qt/qtpaths:5 dev-qt/qtquickcontrols:5[widgets] x11-apps/mkfontdir x11-apps/xmessage x11-apps/xprop x11-apps/xrdb x11-apps/xset x11-apps/xsetroot !dev-libs/xembed-sni-proxy !kde-base/freespacenotifier:4 !kde-base/libtaskmanager:4 !kde-base/kcminit:4 !kde-base/kdebase-startkde:4 !kde-base/klipper:4 !kde-base/krunner:4 !kde-base/ksmserver:4 !kde-base/ksplash:4 !kde-base/plasma-workspace:4 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.0:5 -RESTRICT=test -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/plasma-workspace-5.5.1.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 qmake-utils 0a242e7177789b0028b4045f336dd4db toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=a273d55a469d4c8b4e61cb6cfe90ed76 diff --git a/metadata/md5-cache/kde-plasma/plasma-workspace-wallpapers-5.5.0-r1 b/metadata/md5-cache/kde-plasma/plasma-workspace-wallpapers-5.5.0-r1 deleted file mode 100644 index 1ba5468e7f13..000000000000 --- a/metadata/md5-cache/kde-plasma/plasma-workspace-wallpapers-5.5.0-r1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/extra-cmake-modules-5.15.0:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Additional wallpapers for the Plasma workspace -EAPI=5 -HOMEPAGE=https://www.kde.org/ -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=!=kde-frameworks/extra-cmake-modules-5.15.0:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Additional wallpapers for the Plasma workspace -EAPI=5 -HOMEPAGE=https://www.kde.org/ -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=!=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kcrash-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=sys-auth/polkit-qt-0.112.0[qt5] >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=PolKit agent module for KDE -EAPI=5 -HOMEPAGE=https://www.kde.org -IUSE=debug -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kcrash-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=sys-auth/polkit-qt-0.112.0[qt5] !sys-auth/polkit-kde-agent:4[-minimal(-)] !sys-auth/polkit-kde-agent:5 >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/polkit-kde-agent-1-5.5.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=2f668a1ca2a245a34198e093627e2312 diff --git a/metadata/md5-cache/kde-plasma/polkit-kde-agent-5.5.1 b/metadata/md5-cache/kde-plasma/polkit-kde-agent-5.5.1 deleted file mode 100644 index 8dc57a7a4dd9..000000000000 --- a/metadata/md5-cache/kde-plasma/polkit-kde-agent-5.5.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kcrash-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=sys-auth/polkit-qt-0.112.0[qt5] >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=PolKit agent module for KDE -EAPI=5 -HOMEPAGE=https://www.kde.org -IUSE=debug -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kcrash-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=sys-auth/polkit-qt-0.112.0[qt5] !sys-auth/polkit-kde-agent:4[-minimal(-)] !sys-auth/polkit-kde-agent:5 >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/polkit-kde-agent-1-5.5.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=2f668a1ca2a245a34198e093627e2312 diff --git a/metadata/md5-cache/kde-plasma/powerdevil-5.5.0 b/metadata/md5-cache/kde-plasma/powerdevil-5.5.0 deleted file mode 100644 index 0698b5b9e455..000000000000 --- a/metadata/md5-cache/kde-plasma/powerdevil-5.5.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kactivities-5.15.0:5 >=kde-frameworks/kauth-5.15.0:5[policykit] >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/kglobalaccel-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kidletime-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/knotifyconfig-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/solid-5.15.0:5 >=kde-plasma/kwayland-5.5.0:5 >=kde-plasma/libkscreen-5.5.0:5 >=kde-plasma/plasma-workspace-5.5.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 virtual/libudev:= x11-libs/libxcb >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 handbook? ( >=kde-frameworks/kdoctools-5.15.0:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Power management for KDE Plasma Shell -EAPI=5 -HOMEPAGE=https://projects.kde.org/projects/kde/workspace/powerdevil -IUSE=systemd debug +handbook -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kactivities-5.15.0:5 >=kde-frameworks/kauth-5.15.0:5[policykit] >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/kglobalaccel-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kidletime-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/knotifyconfig-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/solid-5.15.0:5 >=kde-plasma/kwayland-5.5.0:5 >=kde-plasma/libkscreen-5.5.0:5 >=kde-plasma/plasma-workspace-5.5.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 virtual/libudev:= x11-libs/libxcb >=kde-plasma/kde-cli-tools-5.5.0:5 || ( sys-power/upower-pm-utils >=sys-power/upower-0.9.23 ) !systemd? ( sys-auth/polkit-pkla-compat ) !kde-base/powerdevil:4 !kde-base/systemsettings:4[handbook] >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/powerdevil-5.5.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=ac0297125835627c8754d4f817d53bfb diff --git a/metadata/md5-cache/kde-plasma/powerdevil-5.5.1 b/metadata/md5-cache/kde-plasma/powerdevil-5.5.1 deleted file mode 100644 index d6bd6cee0d7d..000000000000 --- a/metadata/md5-cache/kde-plasma/powerdevil-5.5.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kactivities-5.15.0:5 >=kde-frameworks/kauth-5.15.0:5[policykit] >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/kglobalaccel-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kidletime-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/knotifyconfig-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/solid-5.15.0:5 >=kde-plasma/kwayland-5.5.1:5 >=kde-plasma/libkscreen-5.5.1:5 >=kde-plasma/plasma-workspace-5.5.1:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 virtual/libudev:= x11-libs/libxcb >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 handbook? ( >=kde-frameworks/kdoctools-5.15.0:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Power management for KDE Plasma Shell -EAPI=5 -HOMEPAGE=https://projects.kde.org/projects/kde/workspace/powerdevil -IUSE=systemd debug +handbook -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kactivities-5.15.0:5 >=kde-frameworks/kauth-5.15.0:5[policykit] >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/kglobalaccel-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kidletime-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/knotifications-5.15.0:5 >=kde-frameworks/knotifyconfig-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 >=kde-frameworks/solid-5.15.0:5 >=kde-plasma/kwayland-5.5.1:5 >=kde-plasma/libkscreen-5.5.1:5 >=kde-plasma/plasma-workspace-5.5.1:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 virtual/libudev:= x11-libs/libxcb >=kde-plasma/kde-cli-tools-5.5.1:5 || ( sys-power/upower-pm-utils >=sys-power/upower-0.9.23 ) !systemd? ( sys-auth/polkit-pkla-compat ) !kde-base/powerdevil:4 !kde-base/systemsettings:4[handbook] >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/powerdevil-5.5.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=ac0297125835627c8754d4f817d53bfb diff --git a/metadata/md5-cache/kde-plasma/sddm-kcm-5.5.0 b/metadata/md5-cache/kde-plasma/sddm-kcm-5.5.0 deleted file mode 100644 index b4d664f393c8..000000000000 --- a/metadata/md5-cache/kde-plasma/sddm-kcm-5.5.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kauth-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 dev-qt/qtdeclarative:5[widgets] dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libXcursor x11-libs/libXfixes >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=KDE control module for SDDM -EAPI=5 -HOMEPAGE=https://projects.kde.org/projects/kdereview/sddm-kcm -IUSE=debug -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2+ -RDEPEND=>=kde-frameworks/kauth-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 dev-qt/qtdeclarative:5[widgets] dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libXcursor >=kde-plasma/kde-cli-tools-5.5.0:5 x11-misc/sddm !kde-misc/sddm-kcm >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/sddm-kcm-5.5.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=26ab5ccb5ddecbd4d7121b95b1c4ebb5 diff --git a/metadata/md5-cache/kde-plasma/sddm-kcm-5.5.1 b/metadata/md5-cache/kde-plasma/sddm-kcm-5.5.1 deleted file mode 100644 index cdda2afdbd27..000000000000 --- a/metadata/md5-cache/kde-plasma/sddm-kcm-5.5.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kauth-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 dev-qt/qtdeclarative:5[widgets] dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libXcursor x11-libs/libXfixes >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=KDE control module for SDDM -EAPI=5 -HOMEPAGE=https://projects.kde.org/projects/kdereview/sddm-kcm -IUSE=debug -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2+ -RDEPEND=>=kde-frameworks/kauth-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 dev-qt/qtdeclarative:5[widgets] dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libXcursor >=kde-plasma/kde-cli-tools-5.5.1:5 x11-misc/sddm !kde-misc/sddm-kcm >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/sddm-kcm-5.5.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=26ab5ccb5ddecbd4d7121b95b1c4ebb5 diff --git a/metadata/md5-cache/kde-plasma/systemsettings-5.5.0 b/metadata/md5-cache/kde-plasma/systemsettings-5.5.0 deleted file mode 100644 index 8883c7f18935..000000000000 --- a/metadata/md5-cache/kde-plasma/systemsettings-5.5.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kauth-5.15.0:5 >=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/khtml-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kitemviews-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 handbook? ( >=kde-frameworks/kdoctools-5.15.0:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=System settings utility -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=gtk debug +handbook -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kauth-5.15.0:5 >=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/khtml-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kitemviews-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 gtk? ( >=kde-plasma/kde-gtk-config-5.5.0:5 ) !kde-base/systemsettings:4 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/systemsettings-5.5.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=8b480215a578d4288ae8aa90c2e45338 diff --git a/metadata/md5-cache/kde-plasma/systemsettings-5.5.1 b/metadata/md5-cache/kde-plasma/systemsettings-5.5.1 deleted file mode 100644 index ee26b5bfe30b..000000000000 --- a/metadata/md5-cache/kde-plasma/systemsettings-5.5.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kauth-5.15.0:5 >=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/khtml-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kitemviews-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 handbook? ( >=kde-frameworks/kdoctools-5.15.0:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=System settings utility -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=gtk debug +handbook -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kauth-5.15.0:5 >=kde-frameworks/kcmutils-5.15.0:5 >=kde-frameworks/kcompletion-5.15.0:5 >=kde-frameworks/kconfig-5.15.0:5 >=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdbusaddons-5.15.0:5 >=kde-frameworks/khtml-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kitemviews-5.15.0:5 >=kde-frameworks/kservice-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 >=kde-frameworks/kwindowsystem-5.15.0:5 >=kde-frameworks/kxmlgui-5.15.0:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 gtk? ( >=kde-plasma/kde-gtk-config-5.5.1:5 ) !kde-base/systemsettings:4 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/systemsettings-5.5.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=8b480215a578d4288ae8aa90c2e45338 diff --git a/metadata/md5-cache/kde-plasma/user-manager-5.5.0 b/metadata/md5-cache/kde-plasma/user-manager-5.5.0 deleted file mode 100644 index c7608b2cad0d..000000000000 --- a/metadata/md5-cache/kde-plasma/user-manager-5.5.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 dev-libs/libpwquality dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Simple system settings module to manage the users of your system -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=debug -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 dev-libs/libpwquality dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.0/user-manager-5.5.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=2cb4e54eb732e17aaa3cf52e57c7ce2d diff --git a/metadata/md5-cache/kde-plasma/user-manager-5.5.1 b/metadata/md5-cache/kde-plasma/user-manager-5.5.1 deleted file mode 100644 index 2cf66e88948a..000000000000 --- a/metadata/md5-cache/kde-plasma/user-manager-5.5.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 dev-libs/libpwquality dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.15.0:5 >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Simple system settings module to manage the users of your system -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=debug -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kconfigwidgets-5.15.0:5 >=kde-frameworks/kcoreaddons-5.15.0:5 >=kde-frameworks/kdelibs4support-5.15.0:5 >=kde-frameworks/ki18n-5.15.0:5 >=kde-frameworks/kiconthemes-5.15.0:5 >=kde-frameworks/kio-5.15.0:5 >=kde-frameworks/kwidgetsaddons-5.15.0:5 dev-libs/libpwquality dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.5.1/user-manager-5.5.1.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=2cb4e54eb732e17aaa3cf52e57c7ce2d diff --git a/metadata/md5-cache/mail-filter/rmilter-1.7.0 b/metadata/md5-cache/mail-filter/rmilter-1.7.0 new file mode 100644 index 000000000000..676f7a5a5d5a --- /dev/null +++ b/metadata/md5-cache/mail-filter/rmilter-1.7.0 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=sys-devel/flex sys-devel/bison dev-libs/libpcre dev-libs/openssl:0 mail-filter/libmilter mail-filter/opendkim sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DESCRIPTION=Another sendmail milter for different mail checks +EAPI=5 +HOMEPAGE=https://github.com/vstakhov/rmilter +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=dev-libs/libpcre dev-libs/openssl:0 mail-filter/libmilter mail-filter/opendkim +SLOT=0 +SRC_URI=https://github.com/vstakhov/rmilter/archive/1.7.0.tar.gz -> rmilter-1.7.0.tar.gz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=c1b98d39e46a11400913ab191d6b8705 diff --git a/metadata/md5-cache/mail-filter/rspamd-1.0.11 b/metadata/md5-cache/mail-filter/rspamd-1.0.11 index e253da975c57..a39789b703c1 100644 --- a/metadata/md5-cache/mail-filter/rspamd-1.0.11 +++ b/metadata/md5-cache/mail-filter/rspamd-1.0.11 @@ -1,12 +1,12 @@ DEFINED_PHASES=compile configure install prepare setup test -DEPEND=dev-libs/openssl dev-libs/libpcre dev-lang/luajit:2 dev-libs/libevent dev-db/sqlite:3 dev-libs/glib:2 dev-libs/gmime dev-libs/hiredis sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DEPEND=dev-libs/openssl:0 dev-libs/libpcre dev-lang/luajit:2 dev-libs/libevent dev-db/sqlite:3 dev-libs/glib:2 dev-libs/gmime dev-libs/hiredis sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) DESCRIPTION=Rapid spam filtering system EAPI=5 HOMEPAGE=https://github.com/vstakhov/rspamd KEYWORDS=~amd64 ~x86 LICENSE=BSD-2 -RDEPEND=dev-libs/openssl dev-libs/libpcre dev-lang/luajit:2 dev-libs/libevent dev-db/sqlite:3 dev-libs/glib:2 dev-libs/gmime dev-libs/hiredis +RDEPEND=dev-libs/openssl:0 dev-libs/libpcre dev-lang/luajit:2 dev-libs/libevent dev-db/sqlite:3 dev-libs/glib:2 dev-libs/gmime dev-libs/hiredis SLOT=0 SRC_URI=https://rspamd.com/downloads/rspamd-1.0.11.tar.xz _eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=1ef9e9b3d41801613b85890cfe2db755 +_md5_=629bc73c86412ee177c01f81d5110f54 diff --git a/metadata/md5-cache/mail-filter/rspamd-1.1.0 b/metadata/md5-cache/mail-filter/rspamd-1.1.0 new file mode 100644 index 000000000000..6a3914e4ade3 --- /dev/null +++ b/metadata/md5-cache/mail-filter/rspamd-1.1.0 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=dev-libs/openssl:0 dev-libs/libpcre dev-lang/luajit:2 dev-libs/libevent dev-db/sqlite:3 dev-libs/glib:2 dev-libs/gmime sys-apps/file virtual/libiconv sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DESCRIPTION=Rapid spam filtering system +EAPI=5 +HOMEPAGE=https://github.com/vstakhov/rspamd +KEYWORDS=~amd64 ~x86 +LICENSE=BSD-2 +RDEPEND=dev-libs/openssl:0 dev-libs/libpcre dev-lang/luajit:2 dev-libs/libevent dev-db/sqlite:3 dev-libs/glib:2 dev-libs/gmime sys-apps/file virtual/libiconv +SLOT=0 +SRC_URI=https://rspamd.com/downloads/rspamd-1.1.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=d4d4fe45fc931af20c67fda36ae74967 diff --git a/metadata/md5-cache/mail-mta/exim-4.87_rc1 b/metadata/md5-cache/mail-mta/exim-4.87_rc3 similarity index 95% rename from metadata/md5-cache/mail-mta/exim-4.87_rc1 rename to metadata/md5-cache/mail-mta/exim-4.87_rc3 index f819d284961d..b561e2bbaad9 100644 --- a/metadata/md5-cache/mail-mta/exim-4.87_rc1 +++ b/metadata/md5-cache/mail-mta/exim-4.87_rc3 @@ -9,6 +9,6 @@ LICENSE=GPL-2 RDEPEND=>=sys-apps/sed-4.0.5 >=sys-libs/db-3.2 dev-libs/libpcre perl? ( dev-lang/perl:= ) pam? ( virtual/pam ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) ) gnutls? ( net-libs/gnutls[pkcs11?] dev-libs/libtasn1 ) ldap? ( >=net-nds/openldap-2.0.7 ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql ) sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r2 ) redis? ( dev-libs/hiredis ) spf? ( >=mail-filter/libspf2-1.2.5-r1 ) dmarc? ( mail-filter/opendmarc ) srs? ( mail-filter/libsrs_alt ) X? ( x11-proto/xproto x11-libs/libX11 x11-libs/libXmu x11-libs/libXt x11-libs/libXaw ) sqlite? ( dev-db/sqlite ) radius? ( net-dialup/freeradius-client ) virtual/libiconv !mail-mta/courier !mail-mta/esmtp !mail-mta/mini-qmail !=mail-mta/msmtp-1.4.19-r1[mta] !mail-mta/netqmail !mail-mta/nullmailer !mail-mta/postfix !mail-mta/qmail-ldap !mail-mta/sendmail !mail-mta/opensmtpd !=mail-mta/ssmtp-2.64-r2[mta] !net-mail/mailwrapper >=net-mail/mailbase-0.00-r5 virtual/logger dcc? ( mail-filter/dcc ) selinux? ( sec-policy/selinux-exim ) REQUIRED_USE=spf? ( exiscan-acl ) srs? ( exiscan-acl ) dmarc? ( spf dkim ) pkcs11? ( gnutls ) SLOT=0 -SRC_URI=ftp://ftp.exim.org/pub/exim/exim4/test/exim-4.87_RC1.tar.bz2 mirror://gentoo/system_filter.exim.gz doc? ( ftp://ftp.exim.org/pub/exim/exim4/test/exim-html-4.87_RC1.tar.bz2 ) +SRC_URI=ftp://ftp.exim.org/pub/exim/exim4/test/exim-4.87_RC3.tar.bz2 mirror://gentoo/system_filter.exim.gz doc? ( ftp://ftp.exim.org/pub/exim/exim4/test/exim-html-4.87_RC3.tar.bz2 ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 _md5_=8c676147bb23f852c7f6ecc953f6542a diff --git a/metadata/md5-cache/media-fonts/hack-2.019 b/metadata/md5-cache/media-fonts/hack-2.019 new file mode 100644 index 000000000000..c5987a5ec2e3 --- /dev/null +++ b/metadata/md5-cache/media-fonts/hack-2.019 @@ -0,0 +1,13 @@ +DEFINED_PHASES=install postinst postrm setup unpack +DEPEND=X? ( x11-apps/mkfontdir media-fonts/encodings ) +DESCRIPTION=A typeface designed for source code +EAPI=5 +HOMEPAGE=https://github.com/chrissimpkins/Hack +IUSE=X +KEYWORDS=~amd64 ~x86 +LICENSE=OFL-1.1 +RESTRICT=binchecks strip +SLOT=0 +SRC_URI=https://github.com/chrissimpkins/Hack/releases/download/v2.019/Hack-v2_019-otf.tar.gz +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c font cd7790315ca5b8c505e1e0513df6acce multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=cd03c51516cf6aa8ef7053691e1cb786 diff --git a/metadata/md5-cache/media-gfx/librecad-2.0.9 b/metadata/md5-cache/media-gfx/librecad-2.0.9 new file mode 100644 index 000000000000..dd848df67e57 --- /dev/null +++ b/metadata/md5-cache/media-gfx/librecad-2.0.9 @@ -0,0 +1,14 @@ +DEFINED_PHASES=configure install prepare +DEPEND=qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtsvg:4 dev-qt/qthelp:4 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qthelp:5 dev-qt/qtprintsupport:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 ) dev-libs/boost:= dev-cpp/muParser media-libs/freetype:2 +DESCRIPTION=Generic 2D CAD program +EAPI=5 +HOMEPAGE=http://www.librecad.org/ +IUSE=3d debug doc tools qt4 +qt5 +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=GPL-2 +RDEPEND=qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtsvg:4 dev-qt/qthelp:4 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qthelp:5 dev-qt/qtprintsupport:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 ) dev-libs/boost:= dev-cpp/muParser media-libs/freetype:2 +REQUIRED_USE=|| ( qt4 qt5 ) +SLOT=0 +SRC_URI=https://github.com/LibreCAD/LibreCAD/archive/2.0.9.zip -> librecad-2.0.9.zip +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 qmake-utils 0a242e7177789b0028b4045f336dd4db toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=9054211ccaf4cdb31b42edebf9c532b7 diff --git a/metadata/md5-cache/media-libs/glfw-3.1.2 b/metadata/md5-cache/media-libs/glfw-3.1.2 new file mode 100644 index 000000000000..8aae9f02c5e1 --- /dev/null +++ b/metadata/md5-cache/media-libs/glfw-3.1.2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=x11-libs/libXrandr x11-libs/libX11 x11-libs/libXi x11-libs/libXxf86vm x11-libs/libXinerama x11-libs/libXcursor virtual/opengl sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DESCRIPTION=The Portable OpenGL FrameWork +EAPI=5 +HOMEPAGE=http://www.glfw.org/ +IUSE=egl examples +KEYWORDS=~amd64 ~hppa ~x86 +LICENSE=ZLIB +RDEPEND=x11-libs/libXrandr x11-libs/libX11 x11-libs/libXi x11-libs/libXxf86vm x11-libs/libXinerama x11-libs/libXcursor virtual/opengl +SLOT=0 +SRC_URI=mirror://sourceforge/glfw/glfw-3.1.2.tar.bz2 +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=4d7a52c34694619f4558523df91d9033 diff --git a/metadata/md5-cache/media-libs/kvazaar-0.8.2 b/metadata/md5-cache/media-libs/kvazaar-0.8.2 new file mode 100644 index 000000000000..6ea246e33458 --- /dev/null +++ b/metadata/md5-cache/media-libs/kvazaar-0.8.2 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=abi_x86_32? ( >=dev-lang/yasm-1.2.0 ) abi_x86_64? ( >=dev-lang/yasm-1.2.0 ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=An open-source HEVC encoder +EAPI=5 +HOMEPAGE=http://ultravideo.cs.tut.fi/ https://github.com/ultravideo/kvazaar +IUSE=cpu_flags_x86_avx2 static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 +LICENSE=LGPL-2.1 +SLOT=0/3 +SRC_URI=https://github.com/ultravideo/kvazaar/archive/v0.8.2.tar.gz -> kvazaar-0.8.2.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=42aa73f163a59418e3502bef10fd5134 diff --git a/metadata/md5-cache/media-libs/kvazaar-9999 b/metadata/md5-cache/media-libs/kvazaar-9999 index 3921488464dd..54a649c3feb8 100644 --- a/metadata/md5-cache/media-libs/kvazaar-9999 +++ b/metadata/md5-cache/media-libs/kvazaar-9999 @@ -1,10 +1,10 @@ DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=abi_x86_32? ( >=dev-lang/yasm-1.2.0 ) abi_x86_64? ( >=dev-lang/yasm-1.2.0 ) >=dev-vcs/git-1.8.2.1 +DEPEND=abi_x86_32? ( >=dev-lang/yasm-1.2.0 ) abi_x86_64? ( >=dev-lang/yasm-1.2.0 ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=dev-vcs/git-1.8.2.1 DESCRIPTION=An open-source HEVC encoder EAPI=5 HOMEPAGE=http://ultravideo.cs.tut.fi/ https://github.com/ultravideo/kvazaar IUSE=cpu_flags_x86_avx2 static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 LICENSE=LGPL-2.1 -SLOT=0 -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c git-r3 0961ca04f93a7ae0e4c4a0b2b8c3be99 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=538c573628c716944eb10fa18c38ae04 +SLOT=0/3 +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c git-r3 0961ca04f93a7ae0e4c4a0b2b8c3be99 libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=42aa73f163a59418e3502bef10fd5134 diff --git a/metadata/md5-cache/media-plugins/audacious-plugins-3.7.1 b/metadata/md5-cache/media-plugins/audacious-plugins-3.7.1 new file mode 100644 index 000000000000..7c1c11a85eb4 --- /dev/null +++ b/metadata/md5-cache/media-plugins/audacious-plugins-3.7.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=configure prepare unpack +DEPEND=app-arch/unzip >=dev-libs/dbus-glib-0.60 dev-libs/libxml2:2 media-libs/libmodplug ~media-sound/audacious-3.7.1 ( || ( >=dev-libs/glib-2.32.2[utils] dev-util/gdbus-codegen ) ) aac? ( >=media-libs/faad2-2.7 ) adplug? ( media-libs/adplug ) alsa? ( >=media-libs/alsa-lib-1.0.16 ) bs2b? ( media-libs/libbs2b ) cdda? ( >=media-libs/libcddb-1.2.1 dev-libs/libcdio-paranoia ) cue? ( media-libs/libcue ) ffmpeg? ( >=virtual/ffmpeg-0.7.3 ) flac? ( >=media-libs/libvorbis-1.0 >=media-libs/flac-1.2.1-r1 ) fluidsynth? ( media-sound/fluidsynth ) http? ( >=net-libs/neon-0.26.4 ) gtk? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 media-libs/adplug ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtwidgets:5 media-libs/adplug ) jack? ( >=media-libs/bio2jack-0.4 media-sound/jack-audio-connection-kit ) lame? ( media-sound/lame ) libnotify? ( x11-libs/libnotify ) libsamplerate? ( media-libs/libsamplerate ) lirc? ( app-misc/lirc ) mms? ( >=media-libs/libmms-0.3 ) mp3? ( >=media-sound/mpg123-1.12.1 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.3 ) scrobbler? ( net-misc/curl ) sdl? ( media-libs/libsdl[sound] ) sid? ( >=media-libs/libsidplayfp-1.0.0 ) sndfile? ( >=media-libs/libsndfile-1.0.17-r1 ) vorbis? ( >=media-libs/libvorbis-1.2.0 >=media-libs/libogg-1.1.3 ) wavpack? ( >=media-sound/wavpack-4.50.1-r1 ) nls? ( dev-util/intltool ) virtual/pkgconfig +DESCRIPTION=Audacious Player - Your music, your way, no exceptions +EAPI=5 +HOMEPAGE=http://audacious-media-player.org/ +IUSE=aac +adplug alsa bs2b cdda cue ffmpeg flac fluidsynth gnome http gtk gtk3 jack lame libnotify libsamplerate lirc mms mp3 nls pulseaudio qt5 scrobbler sdl sid sndfile vorbis wavpack +KEYWORDS=alpha amd64 ~arm ~hppa ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux +LICENSE=GPL-2 +RDEPEND=app-arch/unzip >=dev-libs/dbus-glib-0.60 dev-libs/libxml2:2 media-libs/libmodplug ~media-sound/audacious-3.7.1 ( || ( >=dev-libs/glib-2.32.2[utils] dev-util/gdbus-codegen ) ) aac? ( >=media-libs/faad2-2.7 ) adplug? ( media-libs/adplug ) alsa? ( >=media-libs/alsa-lib-1.0.16 ) bs2b? ( media-libs/libbs2b ) cdda? ( >=media-libs/libcddb-1.2.1 dev-libs/libcdio-paranoia ) cue? ( media-libs/libcue ) ffmpeg? ( >=virtual/ffmpeg-0.7.3 ) flac? ( >=media-libs/libvorbis-1.0 >=media-libs/flac-1.2.1-r1 ) fluidsynth? ( media-sound/fluidsynth ) http? ( >=net-libs/neon-0.26.4 ) gtk? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 media-libs/adplug ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtwidgets:5 media-libs/adplug ) jack? ( >=media-libs/bio2jack-0.4 media-sound/jack-audio-connection-kit ) lame? ( media-sound/lame ) libnotify? ( x11-libs/libnotify ) libsamplerate? ( media-libs/libsamplerate ) lirc? ( app-misc/lirc ) mms? ( >=media-libs/libmms-0.3 ) mp3? ( >=media-sound/mpg123-1.12.1 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.3 ) scrobbler? ( net-misc/curl ) sdl? ( media-libs/libsdl[sound] ) sid? ( >=media-libs/libsidplayfp-1.0.0 ) sndfile? ( >=media-libs/libsndfile-1.0.17-r1 ) vorbis? ( >=media-libs/libvorbis-1.2.0 >=media-libs/libogg-1.1.3 ) wavpack? ( >=media-sound/wavpack-4.50.1-r1 ) +REQUIRED_USE=?? ( gtk gtk3 qt5 ) +SLOT=0 +SRC_URI=!gtk3? ( http://distfiles.audacious-media-player.org/audacious-plugins-3.7.1.tar.bz2 ) gtk3? ( http://distfiles.audacious-media-player.org/audacious-plugins-3.7.1-gtk3.tar.bz2 ) +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=568a7f111729ebf7345e088ef062bc5e diff --git a/metadata/md5-cache/media-plugins/imlib2_loaders-1.4.7 b/metadata/md5-cache/media-plugins/imlib2_loaders-1.4.7 index 917e3be118db..cc7bc18c3cb2 100644 --- a/metadata/md5-cache/media-plugins/imlib2_loaders-1.4.7 +++ b/metadata/md5-cache/media-plugins/imlib2_loaders-1.4.7 @@ -6,8 +6,8 @@ HOMEPAGE=https://www.enlightenment.org/pages/imlib2.html IUSE=eet xcf nls doc KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-interix ~x86-solaris ~x64-solaris LICENSE=BSD -RDEPEND=>=media-libs/imlib2-1.4.7 eet? ( dev-libs/eet ) nls? ( sys-devel/gettext ) +RDEPEND=>=media-libs/imlib2-1.4.7 eet? ( dev-libs/efl ) nls? ( sys-devel/gettext ) SLOT=0 SRC_URI=mirror://sourceforge/enlightenment/imlib2_loaders-1.4.7.tar.gz _eclasses_=enlightenment c185b1fa0d87798fd07fb1cd85866b23 eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=b7f8e4f316e72b1810b71876a0f30e79 +_md5_=b83bc597efce6c6a93460148698fcd3d diff --git a/metadata/md5-cache/media-plugins/imlib2_loaders-9999 b/metadata/md5-cache/media-plugins/imlib2_loaders-9999 index f6b32a03e1f1..6260bd1c31d1 100644 --- a/metadata/md5-cache/media-plugins/imlib2_loaders-9999 +++ b/metadata/md5-cache/media-plugins/imlib2_loaders-9999 @@ -5,7 +5,7 @@ EAPI=5 HOMEPAGE=https://www.enlightenment.org/pages/imlib2.html IUSE=eet xcf nls doc LICENSE=BSD -RDEPEND=>=media-libs/imlib2-9999 eet? ( dev-libs/eet ) nls? ( sys-devel/gettext ) +RDEPEND=>=media-libs/imlib2-9999 eet? ( dev-libs/efl ) nls? ( sys-devel/gettext ) SLOT=0 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c enlightenment c185b1fa0d87798fd07fb1cd85866b23 eutils d9bd2ddd85a58e470b49ca997e255a4c git-2 df00117322129fb906bb0a53c3d6a020 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=b7f8e4f316e72b1810b71876a0f30e79 +_md5_=b83bc597efce6c6a93460148698fcd3d diff --git a/metadata/md5-cache/media-sound/audacious-3.7.1 b/metadata/md5-cache/media-sound/audacious-3.7.1 new file mode 100644 index 000000000000..428394693b8c --- /dev/null +++ b/metadata/md5-cache/media-sound/audacious-3.7.1 @@ -0,0 +1,15 @@ +DEFINED_PHASES=configure install unpack +DEPEND=>=dev-libs/dbus-glib-0.60 >=dev-libs/glib-2.28 >=x11-libs/cairo-1.2.6 >=x11-libs/pango-1.8.0 virtual/freedesktop-icon-theme chardet? ( >=app-i18n/libguess-1.2 ) gtk? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 ) virtual/pkgconfig nls? ( dev-util/intltool ) +DESCRIPTION=Audacious Player - Your music, your way, no exceptions +EAPI=5 +HOMEPAGE=http://audacious-media-player.org/ +IUSE=+chardet nls gtk gtk3 qt5 +KEYWORDS=alpha amd64 ~arm ~hppa ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux +LICENSE=BSD-2 +PDEPEND=~media-plugins/audacious-plugins-3.7.1 +RDEPEND=>=dev-libs/dbus-glib-0.60 >=dev-libs/glib-2.28 >=x11-libs/cairo-1.2.6 >=x11-libs/pango-1.8.0 virtual/freedesktop-icon-theme chardet? ( >=app-i18n/libguess-1.2 ) gtk? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 ) +REQUIRED_USE=?? ( gtk gtk3 qt5 ) +SLOT=0 +SRC_URI=!gtk3? ( http://distfiles.audacious-media-player.org/audacious-3.7.1.tar.bz2 ) gtk3? ( http://distfiles.audacious-media-player.org/audacious-3.7.1-gtk3.tar.bz2 ) mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2 +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=35e0628acc41910c695ee96e9745e3e6 diff --git a/metadata/md5-cache/media-video/mpv-0.15.0 b/metadata/md5-cache/media-video/mpv-0.15.0-r1 similarity index 99% rename from metadata/md5-cache/media-video/mpv-0.15.0 rename to metadata/md5-cache/media-video/mpv-0.15.0-r1 index 904613826fc3..d9f1839c8611 100644 --- a/metadata/md5-cache/media-video/mpv-0.15.0 +++ b/metadata/md5-cache/media-video/mpv-0.15.0-r1 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( cli libmpv ) egl? ( || ( gbm X wayland ) ) enca? ( iconv ) gbm SLOT=0 SRC_URI=https://github.com/mpv-player/mpv/archive/v0.15.0.tar.gz -> mpv-0.15.0.tar.gz https://waf.io/waf-1.8.12 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d gnome2-utils 2a93a5fe31c2295077e190059f4cf88d multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 waf-utils ad1dd5b59c523843eebd3a9934c509ca xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=424db34c9e27ae22ee6d2c8d0196aea6 +_md5_=895a0b48c6ba55f634b7d7a308e349e3 diff --git a/metadata/md5-cache/net-analyzer/icinga2-2.4.1-r3 b/metadata/md5-cache/net-analyzer/icinga2-2.4.1-r3 new file mode 100644 index 000000000000..bc2a12e86ef2 --- /dev/null +++ b/metadata/md5-cache/net-analyzer/icinga2-2.4.1-r3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test +DEPEND=dev-libs/openssl:0 >=dev-libs/boost-1.41 console? ( dev-libs/libedit ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql:= ) sys-devel/bison >=sys-devel/flex-2.5.35 apache2? ( =www-servers/apache-2* ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) virtual/pkgconfig +DESCRIPTION=Distributed, general purpose, network monitoring engine +EAPI=5 +HOMEPAGE=http://icinga.org/icinga2 +IUSE=+mysql postgres classicui console lto minimal nano-syntax +plugins studio +vim-syntax apache2 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=dev-libs/openssl:0 >=dev-libs/boost-1.41 console? ( dev-libs/libedit ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql:= ) plugins? ( || ( net-analyzer/monitoring-plugins net-analyzer/nagios-plugins ) ) classicui? ( net-analyzer/icinga[web] ) studio? ( x11-libs/wxGTK:2.9 ) apache2? ( =www-servers/apache-2* ) +REQUIRED_USE=!minimal? ( || ( mysql postgres ) ) +SLOT=0 +SRC_URI=https://github.com/Icinga/icinga2/archive/v2.4.1.tar.gz -> icinga2-2.4.1.tar.gz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 depend.apache e3c541cb90838388f81620d630c28f41 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=cb92ba75dd93159b112244e3dadfd58d diff --git a/metadata/md5-cache/net-im/gajim-0.16.5 b/metadata/md5-cache/net-im/gajim-0.16.5 index 8dc63a00e8fb..8ed51a3de6fe 100644 --- a/metadata/md5-cache/net-im/gajim-0.16.5 +++ b/metadata/md5-cache/net-im/gajim-0.16.5 @@ -4,7 +4,7 @@ DESCRIPTION=Jabber client written in PyGTK EAPI=5 HOMEPAGE=http://www.gajim.org/ IUSE=avahi crypt dbus gnome gnome-keyring kde idle jingle libnotify networkmanager nls spell +srv test X xhtml python_targets_python2_7 -KEYWORDS=amd64 arm ppc ppc64 ~x86 ~x86-fbsd +KEYWORDS=amd64 arm ppc ppc64 x86 ~x86-fbsd LICENSE=GPL-3 RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite,xml] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pygtk:2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] x11-libs/gtk+:2 dev-python/pyasn1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pyopenssl-0.14[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-nbxmpp-0.5.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] crypt? ( app-crypt/gnupg dev-python/pycrypto[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dbus? ( dev-python/dbus-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-libs/dbus-glib libnotify? ( dev-python/notify-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) avahi? ( net-dns/avahi[dbus,gtk,python,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) gnome? ( dev-python/libgnome-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/egg-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) gnome-keyring? ( dev-python/gnome-keyring-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) idle? ( x11-libs/libXScrnSaver ) jingle? ( net-libs/farstream:0.1[python,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) kde? ( kde-apps/kwalletmanager ) networkmanager? ( dev-python/dbus-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] net-misc/networkmanager ) spell? ( app-text/gtkspell:2 ) srv? ( || ( dev-python/libasyncns-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] net-dns/bind-tools ) ) xhtml? ( dev-python/docutils[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) REQUIRED_USE=|| ( python_targets_python2_7 ) libnotify? ( dbus ) avahi? ( dbus ) gnome? ( gnome-keyring ) @@ -12,4 +12,4 @@ RESTRICT=test SLOT=0 SRC_URI=http://www.gajim.org/downloads/0.16/gajim-0.16.5.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=238dfa40771b059afe7def889a9c2d97 +_md5_=35cc8de7563a275644afdc174b749057 diff --git a/metadata/md5-cache/net-libs/jreen-1.2.0 b/metadata/md5-cache/net-libs/jreen-1.2.0 index e4737864a179..8de8e38c9f1a 100644 --- a/metadata/md5-cache/net-libs/jreen-1.2.0 +++ b/metadata/md5-cache/net-libs/jreen-1.2.0 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test -DEPEND=media-libs/speex net-libs/libgsasl sys-libs/zlib qt4? ( >=dev-qt/qtcore-4.6.0:4 >=dev-qt/qtgui-4.6.0:4 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtnetwork:5 ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DEPEND=media-libs/speex net-libs/libgsasl sys-libs/zlib qt4? ( >=dev-qt/qtcore-4.6.0:4[ssl] >=dev-qt/qtgui-4.6.0:4 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtnetwork:5 ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) DESCRIPTION=Qt XMPP library EAPI=5 HOMEPAGE=https://github.com/euroelessar/jreen IUSE=debug +qt4 qt5 KEYWORDS=amd64 ~ppc x86 LICENSE=GPL-2 -RDEPEND=media-libs/speex net-libs/libgsasl sys-libs/zlib qt4? ( >=dev-qt/qtcore-4.6.0:4 >=dev-qt/qtgui-4.6.0:4 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtnetwork:5 ) +RDEPEND=media-libs/speex net-libs/libgsasl sys-libs/zlib qt4? ( >=dev-qt/qtcore-4.6.0:4[ssl] >=dev-qt/qtgui-4.6.0:4 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtnetwork:5 ) REQUIRED_USE=|| ( qt4 qt5 ) SLOT=0 SRC_URI=https://github.com/euroelessar/jreen/archive/v1.2.0.tar.gz -> jreen-1.2.0.tar.gz _eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8b218498db6464ba56b97fcec2f4a44a +_md5_=f025a7a9e2077f8a583275baedb289d7 diff --git a/metadata/md5-cache/net-misc/teamviewer-11.0.53191 b/metadata/md5-cache/net-misc/teamviewer-11.0.53191 new file mode 100644 index 000000000000..3b90b65d6f91 --- /dev/null +++ b/metadata/md5-cache/net-misc/teamviewer-11.0.53191 @@ -0,0 +1,14 @@ +DEFINED_PHASES=install postinst postrm preinst prepare unpack +DEPEND=>=sys-apps/sed-4 virtual/pkgconfig +DESCRIPTION=All-In-One Solution for Remote Access and Support over the Internet +EAPI=5 +HOMEPAGE=https://www.teamviewer.com +IUSE=+system-wine +KEYWORDS=-* ~amd64 ~x86 +LICENSE=TeamViewer LGPL-2.1 +RDEPEND=system-wine? ( app-emulation/wine[abi_x86_32(-)] ) dev-qt/qtcore:4[abi_x86_32(-)] dev-qt/qtgui:4[abi_x86_32(-)] dev-qt/qtwebkit:4[abi_x86_32(-)] media-libs/alsa-lib[abi_x86_32(-)] x11-libs/libICE[abi_x86_32(-)] x11-libs/libSM[abi_x86_32(-)] x11-libs/libX11[abi_x86_32(-)] x11-libs/libXau[abi_x86_32(-)] x11-libs/libXdamage[abi_x86_32(-)] x11-libs/libXdmcp[abi_x86_32(-)] x11-libs/libXext[abi_x86_32(-)] x11-libs/libXfixes[abi_x86_32(-)] x11-libs/libXrandr[abi_x86_32(-)] x11-libs/libXtst[abi_x86_32(-)] +RESTRICT=bindist mirror +SLOT=11 +SRC_URI=https://download.teamviewer.com/download/version_11x/teamviewer_11.0.53191_i386.deb +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c gnome2-utils 2a93a5fe31c2295077e190059f4cf88d multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=aa79566d9ef66f79889856800cf4448d diff --git a/metadata/md5-cache/net-print/cups-filters-1.5.0 b/metadata/md5-cache/net-print/cups-filters-1.5.0 index 2c7327294c06..78df7a8bff0d 100644 --- a/metadata/md5-cache/net-print/cups-filters-1.5.0 +++ b/metadata/md5-cache/net-print/cups-filters-1.5.0 @@ -4,10 +4,10 @@ DESCRIPTION=Cups PDF filters EAPI=5 HOMEPAGE=http://www.linuxfoundation.org/collaborate/workgroups/openprinting/pdfasstandardprintjobformat IUSE=dbus +foomatic jpeg perl png static-libs tiff zeroconf -KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~m68k-mint +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~m68k-mint LICENSE=MIT GPL-2 RDEPEND=>=app-text/ghostscript-gpl-9.09 app-text/poppler:=[cxx,jpeg?,lcms,tiff?,xpdf-headers(+)] >=app-text/qpdf-3.0.2:= media-libs/fontconfig media-libs/freetype:2 media-libs/lcms:2 >=net-print/cups-1.7.3 !<=net-print/cups-1.5.9999 sys-devel/bc sys-libs/zlib dbus? ( sys-apps/dbus ) foomatic? ( !net-print/foomatic-filters ) jpeg? ( virtual/jpeg:0 ) perl? ( dev-lang/perl:= ) png? ( media-libs/libpng:0= ) tiff? ( media-libs/tiff:0 ) zeroconf? ( net-dns/avahi[dbus] ) SLOT=0 SRC_URI=http://www.openprinting.org/download/cups-filters/cups-filters-1.5.0.tar.xz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 -_md5_=2c83649c4fbc1e901a9edfc26aa6f475 +_md5_=93abdd035859b4c93eabf60fc99aee29 diff --git a/metadata/md5-cache/net-proxy/sshuttle-0.76 b/metadata/md5-cache/net-proxy/sshuttle-0.76 new file mode 100644 index 000000000000..aa98ec4e99b3 --- /dev/null +++ b/metadata/md5-cache/net-proxy/sshuttle-0.76 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=dev-python/setuptools_scm[python_targets_python2_7(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-)] test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-)] dev-python/mock[python_targets_python2_7(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-)] +DESCRIPTION=Transparent proxy server that works as a poor man's VPN using ssh +EAPI=5 +HOMEPAGE=https://github.com/sshuttle/sshuttle https://pypi.python.org/pypi/sshuttle +IUSE=test python_targets_python2_7 python_targets_python3_5 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2+ +RDEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-)] net-firewall/iptables python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 ) +SLOT=0 +SRC_URI=mirror://pypi/s/sshuttle/sshuttle-0.76.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c linux-info 1adecd018829b21a6c311509f0a9f904 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=d8e6224d834c60f59a9d97f4101aee61 diff --git a/metadata/md5-cache/sci-geosciences/merkaartor-0.18.1 b/metadata/md5-cache/sci-geosciences/merkaartor-0.18.1 deleted file mode 100644 index 8674c3713515..000000000000 --- a/metadata/md5-cache/sci-geosciences/merkaartor-0.18.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare unpack -DEPEND=>=dev-libs/boost-1.46 >=sci-libs/gdal-1.6.0 >=sci-libs/proj-4.6 >=dev-qt/qtgui-4.7.2:4 >=dev-qt/qtsvg-4.7.2:4 >=dev-qt/qtwebkit-4.7.2:4 exif? ( media-gfx/exiv2 ) gps? ( >=sci-geosciences/gpsd-2.92[cxx] ) libproxy? ( net-libs/libproxy ) -DESCRIPTION=A Qt4 based map editor for the openstreetmap.org project -EAPI=4 -HOMEPAGE=http://www.merkaartor.be -IUSE=debug exif gps nls libproxy -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=dev-libs/boost-1.46 >=sci-libs/gdal-1.6.0 >=sci-libs/proj-4.6 >=dev-qt/qtgui-4.7.2:4 >=dev-qt/qtsvg-4.7.2:4 >=dev-qt/qtwebkit-4.7.2:4 exif? ( media-gfx/exiv2 ) gps? ( >=sci-geosciences/gpsd-2.92[cxx] ) libproxy? ( net-libs/libproxy ) -SLOT=0 -SRC_URI=http://merkaartor.be/attachments/download/301/merkaartor-0.18.1.tar.bz2 -_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 qmake-utils 0a242e7177789b0028b4045f336dd4db qt4-r2 d6c113024bb3086a1facc65cd338930e toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=9d63d7a19bbd80232ddc3b446a1d2dce diff --git a/metadata/md5-cache/sci-geosciences/merkaartor-0.18.1-r1 b/metadata/md5-cache/sci-geosciences/merkaartor-0.18.1-r2 similarity index 97% rename from metadata/md5-cache/sci-geosciences/merkaartor-0.18.1-r1 rename to metadata/md5-cache/sci-geosciences/merkaartor-0.18.1-r2 index 6cd34d6c54ea..f2e014c9615b 100644 --- a/metadata/md5-cache/sci-geosciences/merkaartor-0.18.1-r1 +++ b/metadata/md5-cache/sci-geosciences/merkaartor-0.18.1-r2 @@ -10,4 +10,4 @@ RDEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtsvg:4 dev-qt/qtwebkit:4 >=dev-qt SLOT=0 SRC_URI=https://github.com/openstreetmap/merkaartor/archive/0.18.1.tar.gz -> merkaartor-0.18.1.tar.gz _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d gnome2-utils 2a93a5fe31c2295077e190059f4cf88d l10n 714aaf78929eade946da5eaff7d2001a multilib 3972ca401cf7dbb430df9995f5d8d580 qmake-utils 0a242e7177789b0028b4045f336dd4db qt4-r2 d6c113024bb3086a1facc65cd338930e toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=46946f08c010c19398f66230030b1ebd +_md5_=fa691b54372617d63ebae97cd79bc6ca diff --git a/metadata/md5-cache/sys-apps/portage-2.2.25 b/metadata/md5-cache/sys-apps/portage-2.2.25 deleted file mode 100644 index 63fd80ae7353..000000000000 --- a/metadata/md5-cache/sys-apps/portage-2.2.25 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst preinst prepare test -DEPEND=!build? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[ssl(+)] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[ssl(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[ssl(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[ssl(+)] ) python_targets_pypy? ( virtual/pypy:0=[ssl(+)] ) ) >=app-arch/tar-1.27 dev-lang/python-exec:2 >=sys-apps/sed-4.0.5 sys-devel/patch doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 ) epydoc? ( >=dev-python/epydoc-2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[bzip2(+)] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[bzip2(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[bzip2(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[bzip2(+)] ) python_targets_pypy? ( virtual/pypy:0=[bzip2(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-)] -DESCRIPTION=Portage is the package management and distribution system for Gentoo -EAPI=5 -HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Portage -IUSE=build doc epydoc +ipc linguas_ru selinux xattr python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 python_targets_pypy -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd -LICENSE=GPL-2 -PDEPEND=!build? ( >=net-misc/rsync-2.6.4 userland_GNU? ( >=sys-apps/coreutils-6.4 ) ) -RDEPEND=>=app-arch/tar-1.27 dev-lang/python-exec:2 !build? ( >=sys-apps/sed-4.0.5 app-shells/bash:0[readline] >=app-admin/eselect-1.2 ) elibc_FreeBSD? ( sys-freebsd/freebsd-bin ) elibc_glibc? ( >=sys-apps/sandbox-2.2 ) elibc_uclibc? ( >=sys-apps/sandbox-2.2 ) >=app-misc/pax-utils-0.1.17 selinux? ( >=sys-libs/libselinux-2.0.94[python,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-)] ) xattr? ( kernel_linux? ( >=sys-apps/install-xattr-0.3 python_targets_python2_7? ( dev-python/pyxattr[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_pypy(-)?,-python_single_target_pypy(-)] ) python_targets_pypy? ( dev-python/pyxattr[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_pypy(-)?,-python_single_target_pypy(-)] ) ) ) !=dev-lang/python-2.7.5-r2:2.7[bzip2(+)] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[bzip2(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[bzip2(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[bzip2(+)] ) python_targets_pypy? ( virtual/pypy:0=[bzip2(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-)] -REQUIRED_USE=epydoc? ( python_targets_python2_7 ) || ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 python_targets_pypy ) -SLOT=0 -SRC_URI=mirror://gentoo/portage-2.2.25.tar.bz2 https://dev.gentoo.org/~dolsen/releases/portage/portage-2.2.25.tar.bz2 -_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=349698f983a0d936171cdb2b5243cd22 diff --git a/metadata/md5-cache/sys-apps/portage-2.2.23 b/metadata/md5-cache/sys-apps/portage-2.2.27 similarity index 96% rename from metadata/md5-cache/sys-apps/portage-2.2.23 rename to metadata/md5-cache/sys-apps/portage-2.2.27 index d71eba12aba6..66f51b7e843d 100644 --- a/metadata/md5-cache/sys-apps/portage-2.2.23 +++ b/metadata/md5-cache/sys-apps/portage-2.2.27 @@ -1,4 +1,4 @@ -DEFINED_PHASES=compile configure install postinst preinst prepare test +DEFINED_PHASES=compile configure install postinst preinst prepare setup test DEPEND=!build? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[ssl(+)] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[ssl(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[ssl(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[ssl(+)] ) python_targets_pypy? ( virtual/pypy:0=[ssl(+)] ) ) >=app-arch/tar-1.27 dev-lang/python-exec:2 >=sys-apps/sed-4.0.5 sys-devel/patch doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 ) epydoc? ( >=dev-python/epydoc-2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[bzip2(+)] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[bzip2(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[bzip2(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[bzip2(+)] ) python_targets_pypy? ( virtual/pypy:0=[bzip2(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-)] DESCRIPTION=Portage is the package management and distribution system for Gentoo EAPI=5 @@ -10,6 +10,6 @@ PDEPEND=!build? ( >=net-misc/rsync-2.6.4 userland_GNU? ( >=sys-apps/coreutils-6. RDEPEND=>=app-arch/tar-1.27 dev-lang/python-exec:2 !build? ( >=sys-apps/sed-4.0.5 app-shells/bash:0[readline] >=app-admin/eselect-1.2 ) elibc_FreeBSD? ( sys-freebsd/freebsd-bin ) elibc_glibc? ( >=sys-apps/sandbox-2.2 ) elibc_uclibc? ( >=sys-apps/sandbox-2.2 ) >=app-misc/pax-utils-0.1.17 selinux? ( >=sys-libs/libselinux-2.0.94[python,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-)] ) xattr? ( kernel_linux? ( >=sys-apps/install-xattr-0.3 python_targets_python2_7? ( dev-python/pyxattr[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_pypy(-)?,-python_single_target_pypy(-)] ) python_targets_pypy? ( dev-python/pyxattr[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_pypy(-)?,-python_single_target_pypy(-)] ) ) ) !=dev-lang/python-2.7.5-r2:2.7[bzip2(+)] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[bzip2(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[bzip2(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[bzip2(+)] ) python_targets_pypy? ( virtual/pypy:0=[bzip2(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-)] REQUIRED_USE=epydoc? ( python_targets_python2_7 ) || ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 python_targets_pypy ) SLOT=0 -SRC_URI=mirror://gentoo/portage-2.2.23.tar.bz2 https://dev.gentoo.org/~dolsen/releases/portage/portage-2.2.23.tar.bz2 +SRC_URI=mirror://gentoo/portage-2.2.27.tar.bz2 https://dev.gentoo.org/~dolsen/releases/portage/portage-2.2.27.tar.bz2 _eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=349698f983a0d936171cdb2b5243cd22 +_md5_=ecc72beadbc8051d8a0d5e018b9a6c52 diff --git a/metadata/md5-cache/sys-kernel/hardened-sources-4.3.3-r5 b/metadata/md5-cache/sys-kernel/hardened-sources-4.3.3-r6 similarity index 91% rename from metadata/md5-cache/sys-kernel/hardened-sources-4.3.3-r5 rename to metadata/md5-cache/sys-kernel/hardened-sources-4.3.3-r6 index c28c7f442a9a..6dd1cc85b1e1 100644 --- a/metadata/md5-cache/sys-kernel/hardened-sources-4.3.3-r5 +++ b/metadata/md5-cache/sys-kernel/hardened-sources-4.3.3-r6 @@ -8,7 +8,7 @@ KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=GPL-2 !deblob? ( freedist ) RDEPEND=>=sys-devel/gcc-4.5 !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) RESTRICT=binchecks strip -SLOT=4.3.3-r5 -SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.3.tar.xz deblob? ( http://www.fsfla.org/svn/fsfla/software/linux-libre/releases/tags/4.3-gnu/deblob-4.3 http://www.fsfla.org/svn/fsfla/software/linux-libre/releases/tags/4.3-gnu/deblob-check -> deblob-check-4.3 ) http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-4.3.3-6.extras.tar.bz2 mirror://gentoo/genpatches-4.3-4.base.tar.xz +SLOT=4.3.3-r6 +SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.3.tar.xz deblob? ( http://www.fsfla.org/svn/fsfla/software/linux-libre/releases/tags/4.3-gnu/deblob-4.3 http://www.fsfla.org/svn/fsfla/software/linux-libre/releases/tags/4.3-gnu/deblob-check -> deblob-check-4.3 ) http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-4.3.3-7.extras.tar.bz2 mirror://gentoo/genpatches-4.3-4.base.tar.xz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c kernel-2 ef694b0e1e5876dc1f8cb80992dd7cb9 multilib 3972ca401cf7dbb430df9995f5d8d580 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=4bb8881a70aebdf217fad89ebbed3fed +_md5_=769f83cf2856e716fc53178e021143ad diff --git a/metadata/md5-cache/www-servers/tomcat-6.0.44-r2 b/metadata/md5-cache/www-servers/tomcat-6.0.44-r2 index 93350cdb799d..a168326392e1 100644 --- a/metadata/md5-cache/www-servers/tomcat-6.0.44-r2 +++ b/metadata/md5-cache/www-servers/tomcat-6.0.44-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Tomcat Servlet-2.5/JSP-2.1 Container EAPI=5 HOMEPAGE=http://tomcat.apache.org/ IUSE=extra-webapps elibc_FreeBSD source test elibc_FreeBSD -KEYWORDS=~amd64 ~ppc64 ~x86 ~x86-fbsd +KEYWORDS=amd64 ~ppc64 x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=dev-java/eclipse-ecj:3.7 dev-java/oracle-javamail:0 >=dev-java/tomcat-servlet-api-6.0.44-r1:2.5 >=virtual/jre-1.6 !=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=6 SRC_URI=mirror://apache/tomcat/tomcat-6/v6.0.44/src/apache-tomcat-6.0.44-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=5279db1cb3b44a4f8607c29024c80820 +_md5_=b070e10f59fad1f70a5091520dad9e5e diff --git a/metadata/md5-cache/www-servers/tomcat-7.0.64 b/metadata/md5-cache/www-servers/tomcat-7.0.64 deleted file mode 100644 index c0ffa074d2c9..000000000000 --- a/metadata/md5-cache/www-servers/tomcat-7.0.64 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst preinst prepare setup test -DEPEND=dev-java/eclipse-ecj:4.4 dev-java/oracle-javamail:0 dev-java/tomcat-servlet-api:3.0 websockets? ( >=virtual/jdk-1.7 ) !websockets? ( >=virtual/jdk-1.6 ) test? ( dev-java/ant-junit:0 ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=Tomcat Servlet-3.0/JSP-2.2 Container -EAPI=5 -HOMEPAGE=http://tomcat.apache.org/ -IUSE=extra-webapps websockets elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ~ppc64 x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris -LICENSE=Apache-2.0 -RDEPEND=dev-java/eclipse-ecj:4.4 dev-java/oracle-javamail:0 dev-java/tomcat-servlet-api:3.0 websockets? ( >=virtual/jre-1.7 ) !websockets? ( >=virtual/jre-1.6 ) !=dev-java/java-config-2.2.0 source? ( app-arch/zip ) -RESTRICT=test -SLOT=7 -SRC_URI=mirror://apache/tomcat/tomcat-7/v7.0.64/src/apache-tomcat-7.0.64-src.tar.gz -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=dca4220e52b96d90de49d2a8f54b3ed6 diff --git a/metadata/md5-cache/www-servers/tomcat-7.0.67 b/metadata/md5-cache/www-servers/tomcat-7.0.67 index d3da29c6d8cc..43ca393e2aa4 100644 --- a/metadata/md5-cache/www-servers/tomcat-7.0.67 +++ b/metadata/md5-cache/www-servers/tomcat-7.0.67 @@ -4,11 +4,11 @@ DESCRIPTION=Tomcat Servlet-3.0/JSP-2.2 Container EAPI=5 HOMEPAGE=http://tomcat.apache.org/ IUSE=extra-webapps websockets elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=~amd64 ~ppc64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris +KEYWORDS=amd64 ~ppc64 x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris LICENSE=Apache-2.0 RDEPEND=dev-java/eclipse-ecj:4.4 dev-java/oracle-javamail:0 dev-java/tomcat-servlet-api:3.0 websockets? ( >=virtual/jre-1.7 ) !websockets? ( >=virtual/jre-1.6 ) !=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=7 SRC_URI=mirror://apache/tomcat/tomcat-7/v7.0.67/src/apache-tomcat-7.0.67-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=922321d28f5e25da0e8554618c67f9c1 +_md5_=e6571c07edb5422300aeae3310c8279c diff --git a/metadata/md5-cache/www-servers/tomcat-8.0.26 b/metadata/md5-cache/www-servers/tomcat-8.0.26 deleted file mode 100644 index 2cd0c2b90587..000000000000 --- a/metadata/md5-cache/www-servers/tomcat-8.0.26 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst preinst prepare setup test -DEPEND=dev-java/eclipse-ecj:4.4 dev-java/oracle-javamail:0 dev-java/tomcat-servlet-api:3.1 >=virtual/jdk-1.7 test? ( >=dev-java/ant-junit-1.9:0 dev-java/easymock:3.2 ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=Tomcat Servlet-3.1/JSP-2.3 Container -EAPI=5 -HOMEPAGE=http://tomcat.apache.org/ -IUSE=extra-webapps elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris -LICENSE=Apache-2.0 -RDEPEND=dev-java/eclipse-ecj:4.4 dev-java/oracle-javamail:0 dev-java/tomcat-servlet-api:3.1 !=virtual/jre-1.7 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) -RESTRICT=test -SLOT=8 -SRC_URI=mirror://apache/tomcat/tomcat-8/v8.0.26/src/apache-tomcat-8.0.26-src.tar.gz -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=7cd2d182ba33d9bd9fd70f3dc3fc6c93 diff --git a/metadata/md5-cache/www-servers/tomcat-8.0.29 b/metadata/md5-cache/www-servers/tomcat-8.0.29 deleted file mode 100644 index 3efbf2fe21ea..000000000000 --- a/metadata/md5-cache/www-servers/tomcat-8.0.29 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst preinst prepare setup test -DEPEND=dev-java/eclipse-ecj:4.4 dev-java/oracle-javamail:0 dev-java/tomcat-servlet-api:3.1 app-admin/pwgen >=virtual/jdk-1.7 test? ( >=dev-java/ant-junit-1.9:0 dev-java/easymock:3.2 ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=Tomcat Servlet-3.1/JSP-2.3 Container -EAPI=5 -HOMEPAGE=http://tomcat.apache.org/ -IUSE=extra-webapps elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=~amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris -LICENSE=Apache-2.0 -RDEPEND=dev-java/eclipse-ecj:4.4 dev-java/oracle-javamail:0 dev-java/tomcat-servlet-api:3.1 !=virtual/jre-1.7 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) -RESTRICT=test -SLOT=8 -SRC_URI=mirror://apache/tomcat/tomcat-8/v8.0.29/src/apache-tomcat-8.0.29-src.tar.gz -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=0c3e513a68b561e57eb71b6c7af52164 diff --git a/metadata/md5-cache/www-servers/tomcat-8.0.30 b/metadata/md5-cache/www-servers/tomcat-8.0.30 index 9485d2552762..d2ded1e87443 100644 --- a/metadata/md5-cache/www-servers/tomcat-8.0.30 +++ b/metadata/md5-cache/www-servers/tomcat-8.0.30 @@ -4,11 +4,11 @@ DESCRIPTION=Tomcat Servlet-3.1/JSP-2.3 Container EAPI=5 HOMEPAGE=http://tomcat.apache.org/ IUSE=extra-webapps elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=~amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris +KEYWORDS=amd64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris LICENSE=Apache-2.0 RDEPEND=dev-java/eclipse-ecj:4.4 dev-java/oracle-javamail:0 dev-java/tomcat-servlet-api:3.1 !=virtual/jre-1.7 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=8 SRC_URI=mirror://apache/tomcat/tomcat-8/v8.0.30/src/apache-tomcat-8.0.30-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=0c3e513a68b561e57eb71b6c7af52164 +_md5_=6fd2eff09fc464694d0afebb6bfc2992 diff --git a/metadata/md5-cache/x11-plugins/purple-facebook-20150806 b/metadata/md5-cache/x11-plugins/purple-facebook-20150806 deleted file mode 100644 index 00a78df0549a..000000000000 --- a/metadata/md5-cache/x11-plugins/purple-facebook-20150806 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=configure prepare -DEPEND=dev-libs/json-glib net-im/pidgin !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=Facebook protocol plugin for libpurple -EAPI=5 -HOMEPAGE=https://github.com/jgeboski/purple-facebook -KEYWORDS=~amd64 -LICENSE=GPL-2 -RDEPEND=dev-libs/json-glib net-im/pidgin -SLOT=0 -SRC_URI=https://github.com/jgeboski/purple-facebook/releases/download/9e3520d6ec49/purple-facebook-9e3520d6ec49.tar.gz -> purple-facebook-20150806.tar.gz -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=d1e58aa6683e4578287d4d1c658df9f2 diff --git a/metadata/md5-cache/x11-plugins/purple-facebook-20151225 b/metadata/md5-cache/x11-plugins/purple-facebook-20151225 deleted file mode 100644 index dd68bb91ef9a..000000000000 --- a/metadata/md5-cache/x11-plugins/purple-facebook-20151225 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=configure prepare -DEPEND=dev-libs/json-glib net-im/pidgin !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=Facebook protocol plugin for libpurple -EAPI=5 -HOMEPAGE=https://github.com/jgeboski/purple-facebook -KEYWORDS=~amd64 -LICENSE=GPL-2 -RDEPEND=dev-libs/json-glib net-im/pidgin -SLOT=0 -SRC_URI=https://github.com/jgeboski/purple-facebook/releases/download/1852eb9052a0/purple-facebook-1852eb9052a0.tar.gz -> purple-facebook-20151225.tar.gz -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=dfa3d80f8576d272ed038c5a3d354461 diff --git a/metadata/md5-cache/x11-plugins/purple-facebook-20150827 b/metadata/md5-cache/x11-plugins/purple-facebook-20160118 similarity index 83% rename from metadata/md5-cache/x11-plugins/purple-facebook-20150827 rename to metadata/md5-cache/x11-plugins/purple-facebook-20160118 index 7ea24bb16675..b77cef3edb36 100644 --- a/metadata/md5-cache/x11-plugins/purple-facebook-20150827 +++ b/metadata/md5-cache/x11-plugins/purple-facebook-20160118 @@ -7,6 +7,6 @@ KEYWORDS=~amd64 LICENSE=GPL-2 RDEPEND=dev-libs/json-glib net-im/pidgin SLOT=0 -SRC_URI=https://github.com/jgeboski/purple-facebook/releases/download/6a0a79182ebc/purple-facebook-6a0a79182ebc.tar.gz -> purple-facebook-20150827.tar.gz +SRC_URI=https://github.com/jgeboski/purple-facebook/releases/download/25a255f32eee/purple-facebook-25a255f32eee.tar.gz -> purple-facebook-20160118.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=e4abf7c8078b55879749587e11b77914 +_md5_=627d2f5f046eba9627e94482f60b08f2 diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index db1710acb905..8d57eeff3066 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Mon, 18 Jan 2016 14:14:10 +0000 +Tue, 19 Jan 2016 09:13:50 +0000 diff --git a/metadata/timestamp b/metadata/timestamp index e9fc9a9d47f8..6a563187be93 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Mon Jan 18 14:13:21 UTC 2016 +Tue Jan 19 09:13:00 UTC 2016 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index f825ea6ec823..193196f52cdc 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Mon, 18 Jan 2016 14:30:01 +0000 +Tue, 19 Jan 2016 09:30:01 +0000 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index 0039a112e874..280f76bbe1fd 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1453126502 Mon 18 Jan 2016 02:15:02 PM UTC +1453194901 Tue 19 Jan 2016 09:15:01 AM UTC diff --git a/net-analyzer/icinga2/icinga2-2.4.1-r3.ebuild b/net-analyzer/icinga2/icinga2-2.4.1-r3.ebuild new file mode 100644 index 000000000000..0cc2bd120b8a --- /dev/null +++ b/net-analyzer/icinga2/icinga2-2.4.1-r3.ebuild @@ -0,0 +1,161 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit cmake-utils depend.apache eutils systemd toolchain-funcs user + +DESCRIPTION="Distributed, general purpose, network monitoring engine" +HOMEPAGE="http://icinga.org/icinga2" +SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+mysql postgres classicui console lto minimal nano-syntax +plugins studio +vim-syntax" + +CDEPEND=" + dev-libs/openssl:0 + >=dev-libs/boost-1.41 + console? ( dev-libs/libedit ) + mysql? ( virtual/mysql ) + postgres? ( dev-db/postgresql:= )" + +DEPEND=" + ${CDEPEND} + sys-devel/bison + >=sys-devel/flex-2.5.35" + +RDEPEND=" + ${CDEPEND} + plugins? ( || ( + net-analyzer/monitoring-plugins + net-analyzer/nagios-plugins + ) ) + classicui? ( net-analyzer/icinga[web] ) + studio? ( x11-libs/wxGTK:2.9 )" + +REQUIRED_USE="!minimal? ( || ( mysql postgres ) )" + +want_apache2 + +pkg_setup() { + depend.apache_pkg_setup + enewgroup icinga + enewgroup icingacmd + enewgroup nagios # for plugins + enewuser icinga -1 -1 /var/lib/icinga2 "icinga,icingacmd,nagios" +} + +src_configure() { + sed -i 's/FLAGS\}\ \-g/FLAGS\}\ \-lpthread\ /g' CMakeLists.txt || die + local mycmakeargs=( + -DICINGA2_UNITY_BUILD=FALSE + -DCMAKE_VERBOSE_MAKEFILE=ON + -DCMAKE_BUILD_TYPE=None + -DCMAKE_INSTALL_PREFIX=/usr + -DCMAKE_INSTALL_SYSCONFDIR=/etc + -DCMAKE_INSTALL_LOCALSTATEDIR=/var + -DICINGA2_SYSCONFIGFILE=/etc/conf.d/icinga2 + -DICINGA2_USER=icinga + -DICINGA2_GROUP=icingacmd + -DICINGA2_COMMAND_USER=icinga + -DICINGA2_COMMAND_GROUP=icingacmd + -DINSTALL_SYSTEMD_SERVICE_AND_INITSCRIPT=yes + ) + # default to off if minimal, allow the flags to be set otherwise + if use minimal; then + mycmakeargs+=( + -DICINGA2_WITH_MYSQL=OFF + -DICINGA2_WITH_PGSQL=OFF + ) + else + mycmakeargs+=( + -DICINGA2_WITH_PGSQL=$(usex postgres ON OFF) + -DICINGA2_WITH_MYSQL=$(usex mysql ON OFF) + ) + fi + # LTO + if use lto; then + mycmakeargs+=( + -DICINGA2_LTO_BUILD=ON + ) + else + mycmakeargs+=( + -DICINGA2_LTO_BUILD=OFF + ) + fi + # STUDIO + if use studio; then + mycmakeargs+=( + -DICINGA2_WITH_STUDIO=ON + ) + else + mycmakeargs+=( + -DICINGA2_WITH_STUDIO=OFF + ) + fi + + cmake-utils_src_configure +} + +src_install() { + BUILDDIR="${WORKDIR}"/icinga2-${PV}_build + cd "${BUILDDIR}" || die + + emake DESTDIR="${D}" install + + einstalldocs + + newinitd "${FILESDIR}"/icinga2.initd icinga2 + newconfd "${FILESDIR}"/icinga2.confd icinga2 + + if use mysql ; then + docinto schema + newdoc "${WORKDIR}"/icinga2-${PV}/lib/db_ido_mysql/schema/mysql.sql mysql.sql + docinto schema/upgrade + dodoc "${WORKDIR}"/icinga2-${PV}/lib/db_ido_mysql/schema/upgrade/* + elif use postgres ; then + docinto schema + newdoc "${WORKDIR}"/icinga2-${PV}/lib/db_ido_pgsql/schema/pgsql.sql pgsql.sql + docinto schema/upgrade + dodoc "${WORKDIR}"/icinga2-${PV}/lib/db_ido_pgsql/schema/upgrade/* + fi + + keepdir /etc/icinga2 + keepdir /var/lib/icinga2/api/zones + keepdir /var/lib/icinga2/api/repository + keepdir /var/lib/icinga2/api/log + keepdir /var/spool/icinga2/perfdata + + rm -r "${D}/var/run" || die "failed to remove /var/run" + rm -r "${D}/var/cache" || die "failed to remove /var/cache" + + fowners icinga:icinga /etc/icinga2 + fowners icinga:icinga /var/lib/icinga2 + fowners icinga:icinga /var/spool/icinga2 + fowners icinga:icingacmd /var/lib/icinga2/api + fowners icinga:icinga /var/spool/icinga2/perfdata + fowners icinga:icingacmd /var/log/icinga2 + + fperms ug+rwX,o-rwx /etc/icinga2 + fperms ug+rwX,o-rwx /var/lib/icinga2 + fperms ug+rwX,o-rwx /var/spool/icinga2 + fperms ug+rwX,o-rwx /var/log/icinga2 + + if use vim-syntax; then + insinto /usr/share/vim/vimfiles + doins -r "${WORKDIR}"/${P}/tools/syntax/vim/ftdetect + doins -r "${WORKDIR}"/${P}/tools/syntax/vim/syntax + fi + + if use nano-syntax; then + insinto /usr/share/nano + doins "${WORKDIR}"/${P}/tools/syntax/nano/icinga2.nanorc + fi +} + +pkg_postinst() { + elog "DB IDO schema upgrade required. http://docs.icinga.org/icinga2/snapshot/chapter-2.html#upgrading-the-mysql-database" + elog "You will need to update your configuration files, see https://dev.icinga.org/issues/5909" +} diff --git a/net-analyzer/icinga2/metadata.xml b/net-analyzer/icinga2/metadata.xml index cbe5b844a072..2f62e6027630 100644 --- a/net-analyzer/icinga2/metadata.xml +++ b/net-analyzer/icinga2/metadata.xml @@ -7,6 +7,7 @@ Adds support for the old interface + Adds support for line-editing in the console Adds support for link time optimization Adds support for Icinga-studio Adds support for syntax used in the nano editor diff --git a/net-im/gajim/gajim-0.16.5.ebuild b/net-im/gajim/gajim-0.16.5.ebuild index 151c3954619f..b65ba8e32631 100644 --- a/net-im/gajim/gajim-0.16.5.ebuild +++ b/net-im/gajim/gajim-0.16.5.ebuild @@ -22,7 +22,7 @@ SRC_URI=" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 arm ppc ppc64 ~x86 ~x86-fbsd" +KEYWORDS="amd64 arm ppc ppc64 x86 ~x86-fbsd" IUSE="avahi crypt dbus gnome gnome-keyring kde idle jingle libnotify networkmanager nls spell +srv test X xhtml" REQUIRED_USE=" diff --git a/net-libs/jreen/jreen-1.2.0.ebuild b/net-libs/jreen/jreen-1.2.0.ebuild index 1289f636d288..b6c08bcf7eca 100644 --- a/net-libs/jreen/jreen-1.2.0.ebuild +++ b/net-libs/jreen/jreen-1.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -29,7 +29,7 @@ DEPEND=" net-libs/libgsasl sys-libs/zlib qt4? ( - >=dev-qt/qtcore-4.6.0:4 + >=dev-qt/qtcore-4.6.0:4[ssl] >=dev-qt/qtgui-4.6.0:4 ) qt5? ( diff --git a/net-misc/teamviewer/Manifest b/net-misc/teamviewer/Manifest index d77a6dd7dcd6..89153cffa2a0 100644 --- a/net-misc/teamviewer/Manifest +++ b/net-misc/teamviewer/Manifest @@ -1,2 +1,3 @@ DIST teamviewer-9.0.32150.deb 22898922 SHA256 66d9a69f7e1523a2e1b41ff2e55adac01b2dae9b8bdfabf9db6080fc21d24451 SHA512 3e72ed5cab7a754a0aa75e533da92292ad004f66c55ac4c386b6f4a65cc41b14a8d9d7a5410dccdb90c1172cd33e52383289339ab44f0847a061655498ab8e4d WHIRLPOOL fa48ff99a5df29072b1073f35e3f27aeba87b2b846813dca612212344a5b8e35f7f1e221e1fb4f7a12464fce4a185b8dad6dd8f48432e4c48ecd61d9cc6b7960 DIST teamviewer_10.0.41499_i386.deb 41166700 SHA256 0694c756b8cb5f2b09c8d6db960ced3e899d4ce43060e77ef4f1c36254dc31c4 SHA512 afdfafb89398b29206414537c69a798574807c0f350d7ec819579167e0ffbb33c2c3754fdc17a79576b3ff7bcb729c78bda47a5387c1dc178cf85107dae71d9f WHIRLPOOL a0d1595f4133e6e875e49ed6db6777e732c79f7a283d1bcddfd489557eb3bebbbc9c41362cf3576e97513ce8345665645fa5e54ada12275e29bd8d3349752713 +DIST teamviewer_11.0.53191_i386.deb 53086174 SHA256 e37f4fa053648366a73ac7af684cee8567f3d5ef580ac5f63cbc7a68da6124fb SHA512 4c426267451bab91e75b914ed825a1f8ac5fff8a82496c411aca14fc91a6b2569c9922d0b6e92bd15f8a46c9238176c2322dafcd0a73bf2605923cc423eb0003 WHIRLPOOL 18b068f69694328ddec0ff5fbffb38befb44884c1919d1b6667f2b164c5023f6273a04627b1c6a95ea4ee1b06e903a666751f41e922d121fde38a44cb3efa2c4 diff --git a/net-misc/teamviewer/teamviewer-11.0.53191.ebuild b/net-misc/teamviewer/teamviewer-11.0.53191.ebuild new file mode 100644 index 000000000000..8ad6896cc346 --- /dev/null +++ b/net-misc/teamviewer/teamviewer-11.0.53191.ebuild @@ -0,0 +1,130 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils gnome2-utils systemd unpacker + +# Major version +MV=${PV/\.*} +MY_PN=${PN}${MV} +DESCRIPTION="All-In-One Solution for Remote Access and Support over the Internet" +HOMEPAGE="https://www.teamviewer.com" +SRC_URI="https://download.teamviewer.com/download/version_${MV}x/${PN}_${PV}_i386.deb" + +IUSE="+system-wine" + +LICENSE="TeamViewer LGPL-2.1" #LGPL for bundled wine +SLOT=${MV} +KEYWORDS="-* ~amd64 ~x86" + +RESTRICT="bindist mirror" + +RDEPEND=" + system-wine? ( app-emulation/wine[abi_x86_32(-)] ) + dev-qt/qtcore:4[abi_x86_32(-)] + dev-qt/qtgui:4[abi_x86_32(-)] + dev-qt/qtwebkit:4[abi_x86_32(-)] + media-libs/alsa-lib[abi_x86_32(-)] + x11-libs/libICE[abi_x86_32(-)] + x11-libs/libSM[abi_x86_32(-)] + x11-libs/libX11[abi_x86_32(-)] + x11-libs/libXau[abi_x86_32(-)] + x11-libs/libXdamage[abi_x86_32(-)] + x11-libs/libXdmcp[abi_x86_32(-)] + x11-libs/libXext[abi_x86_32(-)] + x11-libs/libXfixes[abi_x86_32(-)] + x11-libs/libXrandr[abi_x86_32(-)] + x11-libs/libXtst[abi_x86_32(-)]" + +QA_PREBUILT="opt/teamviewer${MV}/*" + +S=${WORKDIR}/opt/teamviewer/tv_bin + +src_prepare() { + #epatch "${FILESDIR}/${P}-gentoo.patch" + sed \ + -e "s/@TVV@/${MV}/g" \ + "${FILESDIR}"/${PN}d.init > "${T}"/init || die + sed \ + -e "s:/opt/teamviewer:/opt/teamviewer${MV}:g" \ + "script//${PN}d.service" > "${T}/${PN}d.service" || die + sed \ + -e "s/@TVV@/${PV}/g" \ + -e "s/@TVMV@/${MV}/g" \ + "${FILESDIR}"/${PN}.sh > "${T}"/sh || die + if ! use system-wine; then + sed -i "s/native=true/native=false/g" "${T}/sh" || die + fi +} + +src_install () { + local destdir="/opt/${MY_PN}" + + # install wine prefix skeleton and reg keys + insinto "${destdir}/wine/drive_c/" + doins -r wine/drive_c/TeamViewer/ + # install bundled wine if necessary + if ! use system-wine; then + insinto "${destdir}/tv_bin/wine" + doins -r wine/{lib,share} + exeinto "${destdir}/tv_bin/wine/bin" + doexe wine/bin/{wine,wine-preloader,wineserver} + fi + # fix permissions + fperms 755 ${destdir}/wine/drive_c/TeamViewer/TeamViewer.exe + + # install wine wrapper + exeinto "/opt/bin" + newexe "${T}/sh" "${MY_PN}" + + # install teamviewer linux binaries + exeinto "${destdir}/tv_bin" + doexe TeamViewer_Desktop TVGuiDelegate TVGuiSlave.32 + use amd64 && doexe TVGuiSlave.64 + + # install daemon binary and scripts + exeinto "${destdir}/tv_bin" + doexe ${PN}d + newinitd "${T}/init" ${PN}d${MV} + newconfd "${FILESDIR}/${PN}d.conf" ${PN}d${MV} + systemd_newunit "${T}/${PN}d.service" ${PN}d${MV}.service + + # set up logdir + keepdir /var/log/${MY_PN} + dosym /var/log/${MY_PN} /opt/${MY_PN}/logfiles + + # set up config dir + keepdir /etc/${MY_PN} + dosym /etc/${MY_PN} /opt/${MY_PN}/config + + newicon -s 48 desktop/${PN}.png ${MY_PN}.png + #dodoc ../doc/linux_FAQ_{EN,DE}.txt + make_desktop_entry ${MY_PN} "TeamViewer ${MV}" ${MY_PN} +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update + + elog "TeamViewer from upstream uses an overly-complicated set of bash" + elog "scripts to start the program. This has been simplified for Gentoo" + elog "use. Any issues should be reported via bugzilla." + if use system-wine; then + elog + elog "Due to bug #552016, when using system wine, one is not able to" + elog "share one's own screen. At this time, this may be remedied by" + elog "toggling the system-wine USE flag." + fi + elog + elog "The end-user client requires running the accompanying daemon," + elog "available via init-scripts." +} + +pkg_postrm() { + gnome2_icon_cache_update +} diff --git a/net-print/cups-filters/cups-filters-1.5.0.ebuild b/net-print/cups-filters/cups-filters-1.5.0.ebuild index 155d0f2f84d3..15dc57b85604 100644 --- a/net-print/cups-filters/cups-filters-1.5.0.ebuild +++ b/net-print/cups-filters/cups-filters-1.5.0.ebuild @@ -11,10 +11,10 @@ inherit base eutils perl-module autotools systemd if [[ "${PV}" == "9999" ]] ; then inherit bzr EBZR_REPO_URI="http://bzr.linuxfoundation.org/openprinting/cups-filters" - KEYWORDS="alpha arm hppa ppc ppc64" + KEYWORDS="alpha arm hppa ppc ppc64 x86" else SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz" - KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~m68k-mint" + KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~m68k-mint" fi DESCRIPTION="Cups PDF filters" HOMEPAGE="http://www.linuxfoundation.org/collaborate/workgroups/openprinting/pdfasstandardprintjobformat" diff --git a/net-proxy/sshuttle/Manifest b/net-proxy/sshuttle/Manifest index ba1dd058c2c9..9e47de6e8f65 100644 --- a/net-proxy/sshuttle/Manifest +++ b/net-proxy/sshuttle/Manifest @@ -1,3 +1,4 @@ DIST sshuttle-0.61.tar.xz 181528 SHA256 78cea312c4bab6f6baa459131cb7739d9fae7d0df9e54efd48fc4ddd852042f5 SHA512 39687ecf0a9b78cc0f7dc576c3c036f5afb52050f17d793602e50c8a9ab8bb0f9eb3277cb2fffb1e9c0f5f652d96c6915aecf8a8da93697172d8cbef1161a986 WHIRLPOOL 9c8597d98306730fcab750094588310c03bafea473b54a2758e055a7bb4bb851b3edad4d2cf2995893a30ed4148b7fd8437820099042ff6c7c52a0dc279d6ebc DIST sshuttle-0.73.tar.gz 53321 SHA256 d78a6aa76f93ab69fd9685ce11b428a9b549c049a6c0104740c06c9b354a5ae3 SHA512 75bef9f0472cf648454fbde6d6fb14e0656e5d84896cf3295e8535a4cf6859bdafd0053d65ebb673da46e0bcb422dd1a615deef026c2eefd67a4702e70dd3660 WHIRLPOOL c07745df347e68326e211939db0fb8f0eac862cd7f1035b4e3424f3ad6bc9509a558508e8af77e2aaef290e694d871227d3f5a569ae444bc67457419a988b9f1 DIST sshuttle-0.75.tar.gz 52736 SHA256 63714287d8f9128eefafe4e1b9fc9c8367490f9d074a2b2ff2f555c46ff794b2 SHA512 caa1d2de2c1622086c00b1686dca14a975944cc91d6c9f0a9610060304b638609290e34bb9e719c2aadfc1f4f6eca151c769bb0cae7fe2ff74e67979e5949a24 WHIRLPOOL cc10efdbf5ce91ad308a72660595e84e78869168d2d8203065aa77d2c63a17f9075bacfade2ea74e73a358e42f989e48a3963232b8c68f88088f0858835c5023 +DIST sshuttle-0.76.tar.gz 61706 SHA256 0b915dee37b203109930868465f4ae0389605cd5cde256381b62ef0637c810e0 SHA512 9a5cb401cef8f0bec3a9c9704ec87557196adadf6b8778c37473bffbf3b52100701e838a840a601b3fc6732ee3907fe25e2fb3ad5fe4e8f1776e35074cfb30cb WHIRLPOOL 4bf79bfa083e4bcb1e6cb68923267216971b915bb562d0c74c6d082d227e6ccc3b2966ec1770c9abc41ece8c50f8cc784d2d22fb90e5b0272b9356d7a16d3905 diff --git a/net-proxy/sshuttle/metadata.xml b/net-proxy/sshuttle/metadata.xml index f932a942b220..1d3aaf4903c8 100644 --- a/net-proxy/sshuttle/metadata.xml +++ b/net-proxy/sshuttle/metadata.xml @@ -6,6 +6,7 @@ Tim Harder + sshuttle sshuttle/sshuttle diff --git a/net-proxy/sshuttle/sshuttle-0.76.ebuild b/net-proxy/sshuttle/sshuttle-0.76.ebuild new file mode 100644 index 000000000000..98744d008f47 --- /dev/null +++ b/net-proxy/sshuttle/sshuttle-0.76.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_5} ) + +inherit eutils linux-info distutils-r1 + +DESCRIPTION="Transparent proxy server that works as a poor man's VPN using ssh" +HOMEPAGE="https://github.com/sshuttle/sshuttle https://pypi.python.org/pypi/sshuttle" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + net-firewall/iptables +" +DEPEND=" + dev-python/setuptools_scm[${PYTHON_USEDEP}] + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] + ) +" + +CONFIG_CHECK="~NETFILTER_XT_TARGET_HL ~IP_NF_TARGET_REDIRECT ~NF_NAT" + +python_test() { + py.test || die "Tests fail under ${EPYTHON}" +} diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask index d0c9bf28316e..d1d9b759f2ee 100644 --- a/profiles/default/linux/package.use.mask +++ b/profiles/default/linux/package.use.mask @@ -4,7 +4,7 @@ # NP-Hardass (19 Nov 2015) # Temporarily masking due to user requests in #565884 ->=app-emulation/wine-1.7.54 gstreamer +=app-emulation/wine-1.7.54 gstreamer # Jason Zaman (06 Sep 2015) # This is masked in base/package.use.mask as Linux only. diff --git a/profiles/license_groups b/profiles/license_groups index d54fac5c87bb..563f292e065d 100644 --- a/profiles/license_groups +++ b/profiles/license_groups @@ -13,7 +13,7 @@ # http://www.gnu.org/licenses/license-list.html # GPL or LGPL with various exceptions are also included here, because # they are more permissive than the licenses they are based on. -GPL-COMPATIBLE AGPL-3 AGPL-3+ Apache-2.0 Artistic-2 Boost-1.0 BSD BSD-2 CC0-1.0 CeCILL-2 Clarified-Artistic Clear-BSD ECL-2.0 FTL gcc-runtime-library-exception-3.1 GPL-1 GPL-1+ GPL-2 GPL-2+ GPL-2-with-exceptions GPL-2-with-font-exception GPL-2-with-linking-exception GPL-2-with-MySQL-FLOSS-exception GPL-3 GPL-3+ GPL-3-with-font-exception HPND IJG ISC LGPL-2 LGPL-2+ LGPL-2-with-linking-exception LGPL-2.1 LGPL-2.1+ LGPL-2.1-with-linking-exception LGPL-3 LGPL-3+ LGPL-3-with-linking-exception libgcc libstdc++ libwebsockets metapackage MIT MPL-2.0 Nokia-Qt-LGPL-Exception-1.1 OPENLDAP PSF-2 PSF-2.2 PSF-2.3 PSF-2.4 public-domain PYTHON qwt Ruby Ruby-BSD SGI-B-2.0 Sleepycat tanuki-community Transmission-OpenSSL-exception unicode Unlicense UoI-NCSA vim W3C WTFPL-2 ZLIB ZPL +GPL-COMPATIBLE AGPL-3 AGPL-3+ Apache-2.0 Artistic-2 Boost-1.0 BSD BSD-2 CC0-1.0 CeCILL-2 Clarified-Artistic Clear-BSD ECL-2.0 FTL gcc-runtime-library-exception-3.1 GPL-1 GPL-1+ GPL-2 GPL-2+ GPL-2-with-exceptions GPL-2-with-font-exception GPL-2-with-linking-exception GPL-2-with-MySQL-FLOSS-exception GPL-3 GPL-3+ GPL-3-with-font-exception HPND IJG ISC LGPL-2 LGPL-2+ LGPL-2-with-linking-exception LGPL-2.1 LGPL-2.1+ LGPL-2.1-with-linking-exception LGPL-3 LGPL-3+ LGPL-3-with-linking-exception libgcc libstdc++ libwebsockets metapackage MIT MPL-2.0 Nokia-Qt-LGPL-Exception-1.1 OPENLDAP PSF-2 PSF-2.2 PSF-2.3 PSF-2.4 public-domain PYTHON qwt Ruby Ruby-BSD SGI-B-2.0 Sleepycat tanuki-community Transmission-OpenSSL-exception unicode Unlicense UoI-NCSA UPX-Exception vim W3C WTFPL-2 ZLIB ZPL FSF-APPROVED @GPL-COMPATIBLE AFL-2.1 AFL-3.0 Apache-1.1 APSL-2 BitTorrent BSD-4 CDDL CNRI CPAL-1.0 CPL-1.0 EPL-1.0 EUPL-1.1 gnuplot IBM LPPL-1.2 MPL-1.0 MPL-1.1 Ms-PL NPL-1.1 openssl OSL-1.1 OSL-2.0 OSL-2.1 PHP-3.01 QPL QPL-1.0 diff --git a/profiles/package.mask b/profiles/package.mask index 837847b69115..50ee140e0b12 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -30,6 +30,12 @@ #--- END OF EXAMPLES --- +# Michael Orlitzky (18 Jan 2016) +# Depends on a masked version of mod_perl. Feel free +# to unmask as soon as mod_perl supports apache-2.4. +# Bugs #512504, #532718, #541312,and #562454. +=app-backup/backuppc-3.3.1 + # Mike Frysinger (18 Jan 2016) # Force people to migrate to the new combined libraries: # media-libs/elementary & dev-libs/efl. #571796 @@ -833,8 +839,8 @@ dev-perl/YAML-Parser-Syck # Fabian Groffen (11 Dec 2015) # Release candidates for Exim 4.87 -=mail-mta/exim-4.87_rc1 =mail-mta/exim-4.87_rc2 +=mail-mta/exim-4.87_rc3 # Pawel Hajdan, Jr. (07 Dec 2015) # Dev channel releases are only for people who are developers or want more diff --git a/profiles/use.local.desc b/profiles/use.local.desc index c979d6a1e2ef..0ff7a6fd6de3 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -716,13 +716,13 @@ app-emulation/wine:opencl - Enable OpenCL support app-emulation/wine:osmesa - Add support for OpenGL in bitmaps using libOSMesa app-emulation/wine:pcap - Support packet capture software (e.g. wireshark) app-emulation/wine:perl - Install helpers written in perl (winedump/winemaker) -app-emulation/wine:pipelight - Apply unofficial Wine-Staging patches for Pipelight/Silverlight support -app-emulation/wine:prelink - Run prelink on DLLs during build -- do not disable if you do not know what this means as it can break things at runtime +app-emulation/wine:pipelight - Apply Wine-Staging patches for Pipelight/Silverlight support +app-emulation/wine:prelink - Run prelink on DLLs during build; For versions less than wine-1.7.55 or hardened, do not disable if you do not know what this means as it can break things at runtime app-emulation/wine:realtime - Pull in sys-auth/rtkit for low-latency pulseaudio support app-emulation/wine:run-exes - Use Wine to open and run .EXE and .MSI files app-emulation/wine:s3tc - Pull in media-libs/libtxc_dxtn for DXTn texture compression, needed for many games app-emulation/wine:samba - Add support for NTLM auth. see http://wiki.winehq.org/NtlmAuthSetupGuide and http://wiki.winehq.org/NtlmSigningAndSealing -app-emulation/wine:staging - Apply unofficial Wine-Staging patches for advanced feature support that haven't made it into upstream Wine yet +app-emulation/wine:staging - Apply Wine-Staging patches for advanced feature support that haven't made it into upstream Wine yet For versions less than wine-1.8, this patchset is unofficial. app-emulation/winetricks:rar - Pull in app-arch/unrar for extraction of rar-compressed game files app-emulation/x48:readline - Enables support for libreadline app-emulation/xe-guest-utilities:xenstore - Use xenstore binaries bundled by Citrix instead of building app-emulation/xen-tools @@ -4986,6 +4986,7 @@ net-analyzer/icinga:plugins - Adds support for nagios plugins net-analyzer/icinga:web - Adds generic web interface support net-analyzer/icinga-web:pnp - Enables pnp4nagios integration net-analyzer/icinga2:classicui - Adds support for the old interface +net-analyzer/icinga2:console - Adds support for line-editing in the console net-analyzer/icinga2:lto - Adds support for link time optimization net-analyzer/icinga2:nano-syntax - Adds support for syntax used in the nano editor net-analyzer/icinga2:plugins - Adds support for nagios plugins diff --git a/sci-geosciences/merkaartor/Manifest b/sci-geosciences/merkaartor/Manifest index 9950ede2b132..1b431ef42fad 100644 --- a/sci-geosciences/merkaartor/Manifest +++ b/sci-geosciences/merkaartor/Manifest @@ -1,3 +1,2 @@ DIST merkaartor-0.17.2.tar.bz2 7138991 SHA256 425f4facefbf20a3dd1a09ee61ff8a8912482d1a30c957c50869d8ff59ba702a SHA512 3718131d855ad6ea17537c7879a3249f25f6f5aaaf00e2e59df10c5497a628f0877f85129a209d11dc969b5771598f9989cc6ca3a972dab4c3eaef507784d4ed WHIRLPOOL 22a07736e7da44d3799831352d0e9d323143f228dcf7693b6f90fe101a8a04c74c2c5186db15723902b7dd8aadd93a78547e4622b5238ceb7074027e987b8487 -DIST merkaartor-0.18.1.tar.bz2 5579080 SHA256 3d6a96599815d5f1c8558acd255a413ea47b93ddad8414147d11775a6f21139f SHA512 d45b25ad5a7f19b32ca3e91ad514ef1a8450024bdab9e8c215f60a5ec3fc6332a5cadfcec586a32805c7727d224588b504b01d3023120d55476660a8a394cd45 WHIRLPOOL 23327a7eaa91531a95665fe9ff647712606babf96e3843ef33b94a37f6f7ca6d1cb09576b0b31197badc32e87cfc7ca275a9e3792e57f57dd58fe0509ec1b46d DIST merkaartor-0.18.1.tar.gz 6459640 SHA256 e9fa5e30e6392c9224f73e9bb7d17b66c4eb6c023633eb2af0cf58ba8acf684f SHA512 5ccb2aca7463cd3b31790b0f231cd18f4499b38ec3eb14c3600bdaae880194a71aaf63a2c2f814af6277b1b07fd618b4393309aa5ded375940bd464d1e77d71d WHIRLPOOL fde10a93510c123f2e1065ad745c3abc7860892c55ed615e75214dd172bfbec1da6f254377cc2d6e0f1df6f9d0680d0f7878ba3224651f5b09c590c335211d9c diff --git a/sci-geosciences/merkaartor/files/merkaartor-gdal-2-fix.patch b/sci-geosciences/merkaartor/files/merkaartor-gdal-2-fix.patch new file mode 100644 index 000000000000..4197610c17f0 --- /dev/null +++ b/sci-geosciences/merkaartor/files/merkaartor-gdal-2-fix.patch @@ -0,0 +1,212 @@ +--- a/src/ImportExport/ImportExportGdal.cpp 2015-06-15 18:48:39.604575423 +0200 ++++ b/src/ImportExport/ImportExportGdal.cpp 2015-06-15 18:48:39.604575423 +0200 +@@ -21,10 +21,13 @@ + #include "ProjectionChooser.h" + #include "Global.h" + +-#include "cpl_vsi.h" ++#include ++#include ++#include + + #include + ++ + bool parseContainer(QDomElement& e, Layer* aLayer); + + ImportExportGdal::ImportExportGdal(Document* doc) +@@ -55,6 +58,55 @@ bool ImportExportGdal::saveFile(QString) + bool ImportExportGdal::export_(const QList& featList) + { + const char *pszDriverName = "SQLite"; ++ QString fileName(HOMEDIR + "/test.sqlite"); ++#ifdef GDAL2 ++ GDALDriver *poDriver; ++ GDALDriverManager *driverManager = GetGDALDriverManager(); ++ GDALAllRegister(); ++ driverManager->AutoLoadDrivers(); ++ ++ poDriver = driverManager->GetDriverByName(pszDriverName); ++ if( poDriver == NULL ) ++ { ++ qDebug( "%s driver not available.", pszDriverName ); ++ return false; ++ } ++ ++ /* Create create options */ ++ char **createOptions = NULL; ++ createOptions = CSLSetNameValue( createOptions, "SPATIALITE", "YES" ); ++ ++ /* Open new dataset */ ++ GDALDataset *poDS; ++ ++ QFile::remove(fileName); ++ poDS = poDriver->Create( fileName.toUtf8().constData(), 0, 0, 0, GDT_Unknown, createOptions ); ++ if( poDS == NULL ) ++ { ++ qDebug( "Creation of output file failed." ); ++ return false; ++ } ++ poDS->ExecuteSQL("PRAGMA synchronous = OFF", NULL, NULL); ++ ++ /* Create Spatial reference object */ ++ OGRSpatialReference *poSRS; ++ poSRS = new OGRSpatialReference(); ++ poSRS->importFromEPSG(4326); ++ ++ /* Create layer options */ ++ char **layerOptions = NULL; ++ layerOptions = CSLSetNameValue( layerOptions, "FORMAT", "SPATIALITE" ); ++ layerOptions = CSLSetNameValue( layerOptions, "SPATIAL_INDEX", "YES" ); ++ ++ /* Create layer */ ++ OGRLayer *poLayer; ++ poLayer = poDS->CreateLayer( "osm", poSRS, wkbUnknown, layerOptions); ++ ++ /* Free the options */ ++ CSLDestroy( createOptions ); ++ CSLDestroy( layerOptions ); ++#else ++ /* This is legacy code, and is not tested at all */ + OGRSFDriver *poDriver; + + OGRRegisterAll(); +@@ -68,8 +120,8 @@ bool ImportExportGdal::export_(const QList& featList) + + OGRDataSource *poDS; + +- QFile::remove(QString(HOMEDIR + "/test.sqlite")); +- poDS = poDriver->CreateDataSource( QString(HOMEDIR + "/test.sqlite").toUtf8().constData(), NULL ); ++ QFile::remove(fileName); ++ poDS = poDriver->CreateDataSource( fileName.toUtf8().constData(), NULL ); + if( poDS == NULL ) + { + qDebug( "Creation of output file failed." ); +@@ -89,6 +141,8 @@ bool ImportExportGdal::export_(const QList& featList) + OGRLayer *poLayer; + poLayer = poDS->CreateLayer( "osm", poSRS, wkbUnknown, papszOptions); + CSLDestroy( papszOptions ); ++#endif ++ + + if( poLayer == NULL ) + { +@@ -142,7 +196,11 @@ bool ImportExportGdal::export_(const QList& featList) + } + OGRFeature::DestroyFeature( poFeature ); + } ++#ifdef GDAL2 ++ GDALClose( (GDALDatasetH) poDS ); ++#else + OGRDataSource::DestroyDataSource( poDS ); ++#endif + return true; + } + +@@ -264,7 +322,11 @@ Feature* ImportExportGdal::parseGeometry(Layer* aLayer, OGRGeometry *poGeometry) + + // import the input + +-bool ImportExportGdal::importGDALDataset(OGRDataSource* poDS, Layer* aLayer, bool confirmProjection) ++#ifndef GDAL2 ++#define GDALDataset OGRDataSource ++#endif ++bool ImportExportGdal::importGDALDataset(GDALDataset* poDS, Layer* aLayer, bool confirmProjection) ++#undef GDALDataset + { + int ogrError; + +@@ -422,11 +484,16 @@ bool ImportExportGdal::importGDALDataset(OGRDataSource* poDS, Layer* aLayer, boo + + bool ImportExportGdal::import(Layer* aLayer) + { ++#ifdef GDAL2 ++ GDALAllRegister(); ++ GDALDataset *poDS; ++ poDS = (GDALDataset *) GDALOpen( FileName.toUtf8().constData(), GA_ReadOnly ); ++#else + OGRRegisterAll(); +- +- OGRDataSource *poDS; +- ++ OGRDataSource *poDS; + poDS = OGRSFDriverRegistrar::Open( FileName.toUtf8().constData(), FALSE ); ++#endif ++ + if( poDS == NULL ) + { + qDebug( "GDAL Open failed.\n" ); +@@ -435,22 +502,26 @@ bool ImportExportGdal::import(Layer* aLayer) + + importGDALDataset(poDS, aLayer, M_PREFS->getGdalConfirmProjection()); + +- OGRDataSource::DestroyDataSource( poDS ); ++ GDALClose( (GDALDatasetH) poDS ); + + return true; + } + + bool ImportExportGdal::import(Layer* aLayer, const QByteArray& ba, bool confirmProjection) + { +- OGRRegisterAll(); +- +- OGRDataSource *poDS; +-// int ogrError; +- + GByte* content = (GByte*)(ba.constData()); + /*FILE* f = */VSIFileFromMemBuffer("/vsimem/temp", content, ba.size(), FALSE); + ++#ifdef GDAL2 ++ GDALAllRegister(); ++ GDALDataset *poDS; ++ poDS = (GDALDataset *) GDALOpen( "/vsimem/temp", GA_ReadOnly ); ++#else ++ OGRRegisterAll(); ++ OGRDataSource *poDS; + poDS = OGRSFDriverRegistrar::Open( "/vsimem/temp", FALSE ); ++#endif ++ + if( poDS == NULL ) + { + qDebug( "GDAL Open failed.\n" ); +@@ -458,7 +529,7 @@ bool ImportExportGdal::import(Layer* aLayer, const QByteArray& ba, bool confirmP + } + importGDALDataset(poDS, aLayer, confirmProjection); + +- OGRDataSource::DestroyDataSource( poDS ); ++ GDALClose( (GDALDatasetH) poDS ); + + return true; + } +--- a/src/ImportExport/ImportExportGdal.h 2015-06-15 18:50:42.884995287 +0200 ++++ b/src/ImportExport/ImportExportGdal.h 2015-06-15 18:50:42.884995287 +0200 +@@ -13,7 +13,15 @@ + #define ImportExportGDAL_H + + #include "IImportExport.h" +-#include "ogrsf_frmts.h" ++ ++#include ++#include ++#include ++#include ++ ++#if GDAL_VERSION_MAJOR == 2 ++#define GDAL2 ++#endif + + class Projection; + class Layer; +@@ -52,7 +60,11 @@ class ImportExportGdal : public IImportExport + Node *nodeFor(Layer* aLayer, OGRPoint point); + Way *readWay(Layer* aLayer, OGRLineString *poRing); + +- bool importGDALDataset(OGRDataSource *poDs, Layer *aLayer, bool confirmProjection); ++#ifndef GDAL2 ++#define GDALDataset OGRDataSource ++#endif ++ bool importGDALDataset(GDALDataset *poDs, Layer *aLayer, bool confirmProjection); ++#undef GDALDataset + + private: + QHash pointHash; diff --git a/sci-geosciences/merkaartor/merkaartor-0.18.1-r1.ebuild b/sci-geosciences/merkaartor/merkaartor-0.18.1-r2.ebuild similarity index 94% rename from sci-geosciences/merkaartor/merkaartor-0.18.1-r1.ebuild rename to sci-geosciences/merkaartor/merkaartor-0.18.1-r2.ebuild index 33f4f5458c96..211238ae8a62 100644 --- a/sci-geosciences/merkaartor/merkaartor-0.18.1-r1.ebuild +++ b/sci-geosciences/merkaartor/merkaartor-0.18.1-r2.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,6 +52,10 @@ src_prepare() { fi epatch "${FILESDIR}"/${P}-system-libs.patch + + # bug 554304 - build against gdal 2 + epatch "${FILESDIR}"/${PN}-gdal-2-fix.patch + epatch_user } diff --git a/sci-geosciences/merkaartor/merkaartor-0.18.1.ebuild b/sci-geosciences/merkaartor/merkaartor-0.18.1.ebuild deleted file mode 100644 index 97f71518ee19..000000000000 --- a/sci-geosciences/merkaartor/merkaartor-0.18.1.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -REDMINE_HASH="301" - -inherit multilib qt4-r2 ${SCM_ECLASS} - -DESCRIPTION="A Qt4 based map editor for the openstreetmap.org project" -HOMEPAGE="http://www.merkaartor.be" -SRC_URI="http://merkaartor.be/attachments/download/${REDMINE_HASH}/merkaartor-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" - -# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 -KEYWORDS="~amd64 ~x86" - -IUSE="debug exif gps nls libproxy" - -QT_MINIMAL="4.7.2" -DEPEND=" - >=dev-libs/boost-1.46 - >=sci-libs/gdal-1.6.0 - >=sci-libs/proj-4.6 - >=dev-qt/qtgui-${QT_MINIMAL}:4 - >=dev-qt/qtsvg-${QT_MINIMAL}:4 - >=dev-qt/qtwebkit-${QT_MINIMAL}:4 - exif? ( media-gfx/exiv2 ) - gps? ( >=sci-geosciences/gpsd-2.92[cxx] ) - libproxy? ( net-libs/libproxy ) -" -RDEPEND="${DEPEND}" - -DOCS="AUTHORS CHANGELOG HACKING" - -PATCHES=( -# "${FILESDIR}"/0.17.2-includes.patch -# "${FILESDIR}"/0.17.2-libproxy.patch -) - -merkaartor_use() { - local useflag=${1} - [[ -z ${useflag} ]] && die "No useflag specified" - if use ${useflag}; then - echo "1" - else - echo "0" - fi -} - -src_configure() { - local myconf - myconf+=" RELEASE=1 ZBAR=0" # deps not in main tree so hard-disable - myconf+=" GEOIMAGE=$(${PN}_use exif)" - myconf+=" GPSDLIB=$(${PN}_use gps)" - myconf+=" LIBPROXY=$(${PN}_use libproxy)" - myconf+=" NODEBUG=$(use debug && echo "0" || echo "1")" # inverse logic - myconf+=" NOUSEWEBKIT=0" # fails to link if disabled, upstream needs to fix - myconf+=" TRANSDIR_MERKAARTOR=/usr/share/${PN}/translations TRANSDIR_SYSTEM=/usr/share/qt4/translations" #385671 - - if use nls; then - lrelease src/src.pro || die "lrelease failed" - fi - - eqmake4 Merkaartor.pro LIBDIR=/usr/$(get_libdir) PREFIX=/usr/ ${myconf} -} diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest index 5e6f760e9dc2..e2b02ef819d1 100644 --- a/sys-apps/portage/Manifest +++ b/sys-apps/portage/Manifest @@ -1,6 +1,5 @@ DIST portage-2.2.20.1.tar.bz2 950298 SHA256 84dd3ed1d9fd0a3336e956d057590c75834a906ae62a450411232fe5a842475c SHA512 5f7373da20d448059e8fdc8a3593eaca780be3184f0494bac66f5eea7c33d00dd61b9e74cbe9a52413f08cef29d426ed8751e20e16be09178468c18d77a6ae2e WHIRLPOOL 99643ce0ab74c5df64fb5239948c6102bc39847ff88eaf210c069c0c9587c1e8bdd1a032a7e61c1225b6113645387861d439e9c4f103df4d0f042b73e1afc328 -DIST portage-2.2.23.tar.bz2 960229 SHA256 9aecc9f4c813810f99f6604a9806e268b162d90243a9769f1410b3a96822cdfb SHA512 17b8fe4967719bacd8f3ca324bde3328d82f5b7748a05b66cca165dcc8a4abbaf7e05ec61a54684cd1b001297dc0adc04c3771d0fd3cc4732f17ac9e0810e6ad WHIRLPOOL da7229c2be8330e898ef1e422a62683a003c16a640fee9d183c8afc8474779d302c0de639072099c8d47372fa0c74e2a635c485d8c7ed2b2344cacc857199578 DIST portage-2.2.24.tar.bz2 972610 SHA256 c2dbd53dd474c6fe455ffa5920514a6afe467abf02959c33ddb7a7e363939550 SHA512 9dc00410de604db66843bdf62cf0ee7e93ff2c4d562390172c4f0c55ab98b2712078b0eb02c9f35d52633b0fff0b024736e25a1c66cf40ad61a6bf99a7cee4a6 WHIRLPOOL 3227c61662acf69abd843344d0fb1b7cc2cfa91c1bae48b08e1da8fdf42cda15834994852d42dfc089f189e318c657e12fd6b1c19885279e0bb5cfd2349235f8 -DIST portage-2.2.25.tar.bz2 961095 SHA256 834d1b1f3c6bc022b3608a826f940b5a43bfb13dd76377d237b001ec9cbad109 SHA512 9d64b2c7c48f38d48becf9961c5e7cdfc5428da59359b14cd37a3617f1db144258e8ba57d81fc64dc50e0aea755319ae08bd7ba6515c549c31096609fbd55d7c WHIRLPOOL 092d192d757e09e209c4fab529b3fe3786b5d639e2573dc36ad4dbd8fe365c8af32c24b05b289157cafe8d29c5a88f23323071d61a303d4a5c08f2b812547376 DIST portage-2.2.26.tar.bz2 977277 SHA256 7f57aa704c58ea47f031f177203dc7b335e01e7ec1e809437ea9e46e3f9263e5 SHA512 fd1a5e5d028d52ba82bbeb7f87bf331d0c1d8c7f5a3bd450c668dd742e99185b6d2b21944f5d7788fe941c99736744b08157ca30145f0964ea60a7c2c435d601 WHIRLPOOL 0469f4c5609146c57eae4baeb8488b95c04f336a5511460ee44d15746339fd43a7c2d61b58528845d77a6a0b21e46c2afad19a9f05e94ac8dc6180032d71f298 +DIST portage-2.2.27.tar.bz2 977125 SHA256 3126b59456d2f0a1c9b2c03df15154b2fb29e462abbbe1b8898fa7bc291421af SHA512 8f16a7c9ce33bd34d60f0b06d3e4e0bd4e2c27e6bdc0756e6d3b59108b5438e92f5ca9e981bbfe4ebe9b64f1afe9442d72c52c02fe456e0d36daffae6f77d694 WHIRLPOOL e467c6d9e4e1c177667389a4ce134fabc8676ff5baf9403d73de241086c7d5bab4d11bfe84be749cf9f9781cadc1dd8d173e03e9fba4c926e24131c261a28d1e DIST portage-2.2.8.tar.bz2 874672 SHA256 c1074e01173df5384e003598dbc5f64f09e92f83fd26faab2f88f9f0bc64aa7e SHA512 acc47d94ff8c08e5a7bf2d4c4e600863430dd1e7d0bb8b4254d6477a498933cae663db84debf9487d2243c2cba689629ef8e8b6cf108e10d40e89e8e8d7e1257 WHIRLPOOL d54290ede8d3d85e5211cda7e86ed740178121ef2f47cf0858c27941d8679d29c11445befff962986d40a47ded50d0d4654de19e7d4aef3fdf2546655a0d6fe2 diff --git a/sys-apps/portage/portage-2.2.25.ebuild b/sys-apps/portage/portage-2.2.25.ebuild deleted file mode 100644 index c310cb5779ed..000000000000 --- a/sys-apps/portage/portage-2.2.25.ebuild +++ /dev/null @@ -1,362 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( - pypy - python3_3 python3_4 python3_5 - python2_7 -) -PYTHON_REQ_USE='bzip2(+)' - -inherit distutils-r1 multilib - -DESCRIPTION="Portage is the package management and distribution system for Gentoo" -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage" - -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" -SLOT="0" -IUSE="build doc epydoc +ipc linguas_ru selinux xattr" - -DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') ) - >=app-arch/tar-1.27 - dev-lang/python-exec:2 - >=sys-apps/sed-4.0.5 sys-devel/patch - doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 ) - epydoc? ( >=dev-python/epydoc-2.0[$(python_gen_usedep 'python2*')] )" -# Require sandbox-2.2 for bug #288863. -# For xattr, we can spawn getfattr and setfattr from sys-apps/attr, but that's -# quite slow, so it's not considered in the dependencies as an alternative to -# to python-3.3 / pyxattr. Also, xattr support is only tested with Linux, so -# for now, don't pull in xattr deps for other kernels. -# For whirlpool hash, require python[ssl] (bug #425046). -# For compgen, require bash[readline] (bug #445576). -RDEPEND=" - >=app-arch/tar-1.27 - dev-lang/python-exec:2 - !build? ( - >=sys-apps/sed-4.0.5 - app-shells/bash:0[readline] - >=app-admin/eselect-1.2 - ) - elibc_FreeBSD? ( sys-freebsd/freebsd-bin ) - elibc_glibc? ( >=sys-apps/sandbox-2.2 ) - elibc_uclibc? ( >=sys-apps/sandbox-2.2 ) - >=app-misc/pax-utils-0.1.17 - selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] ) - xattr? ( kernel_linux? ( - >=sys-apps/install-xattr-0.3 - $(python_gen_cond_dep 'dev-python/pyxattr[${PYTHON_USEDEP}]' \ - python2_7 pypy) - ) ) - !> cnf/make.globals \ - || die "failed to append to make.globals" - fi - - if [[ -n ${EPREFIX} ]] ; then - einfo "Setting portage.const.EPREFIX ..." - sed -e "s|^\(SANDBOX_BINARY[[:space:]]*=[[:space:]]*\"\)\(/usr/bin/sandbox\"\)|\\1${EPREFIX}\\2|" \ - -e "s|^\(FAKEROOT_BINARY[[:space:]]*=[[:space:]]*\"\)\(/usr/bin/fakeroot\"\)|\\1${EPREFIX}\\2|" \ - -e "s|^\(BASH_BINARY[[:space:]]*=[[:space:]]*\"\)\(/bin/bash\"\)|\\1${EPREFIX}\\2|" \ - -e "s|^\(MOVE_BINARY[[:space:]]*=[[:space:]]*\"\)\(/bin/mv\"\)|\\1${EPREFIX}\\2|" \ - -e "s|^\(PRELINK_BINARY[[:space:]]*=[[:space:]]*\"\)\(/usr/sbin/prelink\"\)|\\1${EPREFIX}\\2|" \ - -e "s|^\(EPREFIX[[:space:]]*=[[:space:]]*\"\).*|\\1${EPREFIX}\"|" \ - -i pym/portage/const.py || \ - die "Failed to patch portage.const.EPREFIX" - - einfo "Prefixing shebangs ..." - while read -r -d $'\0' ; do - local shebang=$(head -n1 "$REPLY") - if [[ ${shebang} == "#!"* && ! ${shebang} == "#!${EPREFIX}/"* ]] ; then - sed -i -e "1s:.*:#!${EPREFIX}${shebang:2}:" "$REPLY" || \ - die "sed failed" - fi - done < <(find . -type f -print0) - - einfo "Adjusting make.globals ..." - sed -e "s|\(/usr/portage\)|${EPREFIX}\\1|" \ - -e "s|^\(PORTAGE_TMPDIR=\"\)\(/var/tmp\"\)|\\1${EPREFIX}\\2|" \ - -i cnf/make.globals || die "sed failed" - - einfo "Adjusting repos.conf ..." - sed -e "s|^\(main-repo = \).*|\\1gentoo_prefix|" \ - -e "s|^\\[gentoo\\]|[gentoo_prefix]|" \ - -e "s|^\(location = \)\(/usr/portage\)|\\1${EPREFIX}\\2|" \ - -e "s|^\(sync-uri = \).*|\\1rsync://prefix.gentooexperimental.org/gentoo-portage-prefix|" \ - -i cnf/repos.conf || die "sed failed" - - einfo "Adding FEATURES=force-prefix to make.globals ..." - echo -e '\nFEATURES="${FEATURES} force-prefix"' >> cnf/make.globals \ - || die "failed to append to make.globals" - fi - - cd "${S}/cnf" || die - if [ -f "make.conf.example.${ARCH}".diff ]; then - patch make.conf.example "make.conf.example.${ARCH}".diff || \ - die "Failed to patch make.conf.example" - else - eerror "" - eerror "Portage does not have an arch-specific configuration for this arch." - eerror "Please notify the arch maintainer about this issue. Using generic." - eerror "" - fi -} - -python_compile_all() { - local targets=() - use doc && targets+=( docbook ) - use epydoc && targets+=( epydoc ) - - if [[ ${targets[@]} ]]; then - esetup.py "${targets[@]}" - fi -} - -python_test() { - esetup.py test -} - -python_install() { - # Install sbin scripts to bindir for python-exec linking - # they will be relocated in pkg_preinst() - distutils-r1_python_install \ - --system-prefix="${EPREFIX}/usr" \ - --bindir="$(python_get_scriptdir)" \ - --docdir="${EPREFIX}/usr/share/doc/${PF}" \ - --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \ - --portage-bindir="${EPREFIX}/usr/lib/portage/${EPYTHON}" \ - --sbindir="$(python_get_scriptdir)" \ - --sysconfdir="${EPREFIX}/etc" \ - "${@}" -} - -python_install_all() { - distutils-r1_python_install_all - - local targets=() - use doc && targets+=( install_docbook ) - use epydoc && targets+=( install_epydoc ) - - # install docs - if [[ ${targets[@]} ]]; then - esetup.py "${targets[@]}" - fi - - # Due to distutils/python-exec limitations - # these must be installed to /usr/bin. - local sbin_relocations='archive-conf dispatch-conf emaint env-update etc-update fixpackages regenworld' - einfo "Moving admin scripts to the correct directory" - dodir /usr/sbin - for target in ${sbin_relocations}; do - einfo "Moving /usr/bin/${target} to /usr/sbin/${target}" - mv "${ED}usr/bin/${target}" "${ED}usr/sbin/${target}" || die "sbin scripts move failed!" - done -} - -pkg_preinst() { - # comment out sanity test until it is fixed to work - # with the new PORTAGE_PYM_PATH - #if [[ $ROOT == / ]] ; then - ## Run some minimal tests as a sanity check. - #local test_runner=$(find "${ED}" -name runTests) - #if [[ -n $test_runner && -x $test_runner ]] ; then - #einfo "Running preinst sanity tests..." - #"$test_runner" || die "preinst sanity tests failed" - #fi - #fi - - # elog dir must exist to avoid logrotate error for bug #415911. - # This code runs in preinst in order to bypass the mapping of - # portage:portage to root:root which happens after src_install. - keepdir /var/log/portage/elog - # This is allowed to fail if the user/group are invalid for prefix users. - if chown portage:portage "${ED}"var/log/portage{,/elog} 2>/dev/null ; then - chmod g+s,ug+rwx "${ED}"var/log/portage{,/elog} - fi - - if has_version "<${CATEGORY}/${PN}-2.1.13" || \ - { - has_version ">=${CATEGORY}/${PN}-2.2_rc0" && \ - has_version "<${CATEGORY}/${PN}-2.2.0_alpha189" - } ; then - USERPRIV_UPGRADE=true - USERSYNC_UPGRADE=true - REPOS_CONF_UPGRADE=true - REPOS_CONF_SYNC= - type -P portageq >/dev/null 2>&1 && \ - REPOS_CONF_SYNC=$("$(type -P portageq)" envvar SYNC) - else - USERPRIV_UPGRADE=false - USERSYNC_UPGRADE=false - REPOS_CONF_UPGRADE=false - fi -} - -get_ownership() { - case ${USERLAND} in - BSD) - stat -f '%Su:%Sg' "${1}" - ;; - *) - stat -c '%U:%G' "${1}" - ;; - esac -} - -new_config_protect() { - # Generate a ._cfg file even if the target file - # does not exist, ensuring that the user will - # notice the config change. - local basename=${1##*/} - local dirname=${1%/*} - local i=0 - while true ; do - local filename=$( - echo -n "${dirname}/._cfg" - printf "%04d" ${i} - echo -n "_${basename}" - ) - [[ -e ${filename} ]] || break - (( i++ )) - done - echo "${filename}" -} - -pkg_postinst() { - - if ${REPOS_CONF_UPGRADE} ; then - einfo "Generating repos.conf" - local repo_name= - [[ -f ${PORTDIR}/profiles/repo_name ]] && \ - repo_name=$(< "${PORTDIR}/profiles/repo_name") - if [[ -z ${REPOS_CONF_SYNC} ]] ; then - REPOS_CONF_SYNC=$(grep "^sync-uri =" "${EROOT:-${ROOT}}usr/share/portage/config/repos.conf") - REPOS_CONF_SYNC=${REPOS_CONF_SYNC##* } - fi - local sync_type= - [[ ${REPOS_CONF_SYNC} == git://* ]] && sync_type=git - - if [[ ${REPOS_CONF_SYNC} == cvs://* ]]; then - sync_type=cvs - REPOS_CONF_SYNC=${REPOS_CONF_SYNC#cvs://} - fi - - cat <<-EOF > "${T}/repos.conf" - [DEFAULT] - main-repo = ${repo_name:-gentoo} - - [${repo_name:-gentoo}] - location = ${PORTDIR:-${EPREFIX}/usr/portage} - sync-type = ${sync_type:-rsync} - sync-uri = ${REPOS_CONF_SYNC} - EOF - - [[ ${sync_type} == cvs ]] && echo "sync-cvs-repo = $(<"${PORTDIR}/CVS/Repository")" >> "${T}/repos.conf" - - local dest=${EROOT:-${ROOT}}etc/portage/repos.conf - if [[ ! -f ${dest} ]] && mkdir -p "${dest}" 2>/dev/null ; then - dest=${EROOT:-${ROOT}}etc/portage/repos.conf/${repo_name:-gentoo}.conf - fi - # Don't install the config update if the desired repos.conf directory - # and config file exist, since users may accept it blindly and break - # their config (bug #478726). - [[ -e ${EROOT:-${ROOT}}etc/portage/repos.conf/${repo_name:-gentoo}.conf ]] || \ - mv "${T}/repos.conf" "$(new_config_protect "${dest}")" - - if [[ ${PORTDIR} == ${EPREFIX}/usr/portage ]] ; then - einfo "Generating make.conf PORTDIR setting for backward compatibility" - for dest in "${EROOT:-${ROOT}}etc/make.conf" "${EROOT:-${ROOT}}etc/portage/make.conf" ; do - [[ -e ${dest} ]] && break - done - [[ -d ${dest} ]] && dest=${dest}/portdir.conf - rm -rf "${T}/make.conf" - [[ -f ${dest} ]] && cat "${dest}" > "${T}/make.conf" - cat <<-EOF >> "${T}/make.conf" - - # Set PORTDIR for backward compatibility with various tools: - # gentoo-bashcomp - bug #478444 - # euse - bug #474574 - # euses and ufed - bug #478318 - PORTDIR="${EPREFIX}/usr/portage" - EOF - mkdir -p "${dest%/*}" - mv "${T}/make.conf" "$(new_config_protect "${dest}")" - fi - fi - - local distdir=${PORTAGE_ACTUAL_DISTDIR-${DISTDIR}} - - if ${USERSYNC_UPGRADE} && \ - [[ -d ${PORTDIR} && -w ${PORTDIR} ]] ; then - local ownership=$(get_ownership "${PORTDIR}") - if [[ -n ${ownership} ]] ; then - einfo "Adjusting PORTDIR permissions for usersync" - find "${PORTDIR}" -path "${distdir%/}" -prune -o \ - ! \( -user "${ownership%:*}" -a -group "${ownership#*:}" \) \ - -exec chown "${ownership}" {} + - fi - fi - - # Do this last, since it could take a long time if there - # are lots of live sources, and the user may be tempted - # to kill emerge while it is running. - if ${USERPRIV_UPGRADE} && \ - [[ -d ${distdir} && -w ${distdir} ]] ; then - local ownership=$(get_ownership "${distdir}") - if [[ ${ownership#*:} == portage ]] ; then - einfo "Adjusting DISTDIR permissions for userpriv" - find "${distdir}" -mindepth 1 -maxdepth 1 -type d -uid 0 \ - -exec chown -R portage:portage {} + - fi - fi - - einfo "" - einfo "This release of portage contains the new repoman code base" - einfo "This code base is still being developed. So its API's are" - einfo "not to be considered stable and are subject to change." - einfo "The code released has been tested and considered ready for use." - einfo "This however does not guarantee it to be completely bug free." - einfo "Please report any bugs you may encounter." - einfo "" -} diff --git a/sys-apps/portage/portage-2.2.23.ebuild b/sys-apps/portage/portage-2.2.27.ebuild similarity index 99% rename from sys-apps/portage/portage-2.2.23.ebuild rename to sys-apps/portage/portage-2.2.27.ebuild index c310cb5779ed..5aeb48116b96 100644 --- a/sys-apps/portage/portage-2.2.23.ebuild +++ b/sys-apps/portage/portage-2.2.27.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$ @@ -78,6 +78,10 @@ TARBALL_PV=${PV} SRC_URI="mirror://gentoo/${PN}-${TARBALL_PV}.tar.bz2 $(prefix_src_archives ${PN}-${TARBALL_PV}.tar.bz2)" +pkg_setup() { + use epydoc && DISTUTILS_ALL_SUBPHASE_IMPLS=( python2.7 ) +} + python_prepare_all() { distutils-r1_python_prepare_all diff --git a/sys-kernel/hardened-sources/Manifest b/sys-kernel/hardened-sources/Manifest index ada8ea8f2ca4..bb768a661358 100644 --- a/sys-kernel/hardened-sources/Manifest +++ b/sys-kernel/hardened-sources/Manifest @@ -6,6 +6,6 @@ DIST genpatches-4.1-11.base.tar.xz 233284 SHA256 4189cfd2c7d1a1d7f28c8a596ad3674 DIST genpatches-4.3-4.base.tar.xz 75572 SHA256 c0c073f12a4f1c0adf9d3865fe5d16dc43ea0e5c95c0867868e16e57f2fd6235 SHA512 a16b75f8fcd868d6f9bc2b91318eb8b8ec4db2b622d244e750d4176c4e8225808751c543c54d768fbd88785da656e9f60d8ef8bc22672b5cb1038573c0c366e1 WHIRLPOOL 04c723b71f440035f57684088a47e83430f1c5b057951e037f128f3681f16669eca16f2f1b8d4b7be4a617420131277d1fe415503a679b83a081e06635df46e3 DIST hardened-patches-4.1.7-2.extras.tar.bz2 1419438 SHA256 c8c0fc29c39eafbcea107b8237087fd0e185297e2df9ffeaafc6b3a4736b7a45 SHA512 dac324e265174777d8b9c2369f57e52833b4228b3291e41952a9791ce41b9abf378e1d9a0521566c3a0e42de15a16afa5fe379985b7fee78b1b2b3b815d7cdd4 WHIRLPOOL 7638001f1b95e4af1d051b13648f486aa0eca524157e1a46dd2023fbd86313e0a5e8043653d7388b7286d42cc6e7c0f07cde2de3d5aee6cc058d12538a0980c1 DIST hardened-patches-4.3.3-5.extras.tar.bz2 1649484 SHA256 2a62a5eb4b98f4fbeb43511a0573d58226277d3112401abec37355d85e01ae23 SHA512 09b7272af44fb1e29cba857f7c3305d97f8997881f228a2f2eb56dda909ae5402a69336c6fccdf3920f8788a7922f10b0977517f5918d44702e1a9b668c708c7 WHIRLPOOL efc152c7680b84b682f9f6857b8c6b2b66b6d505f76b311a8e3289a606f46d4944d90478ff93e3656f41c367fdbcd65dcf3043842354b26b669b462ce49f3471 -DIST hardened-patches-4.3.3-6.extras.tar.bz2 1663066 SHA256 48b3fdbb5ea5df2f309f3496e7d45f1fd108101009dfc4121e898fd58a9c1eda SHA512 48784e1e198687e16234df4745e59e2d3aff557cf5b9686f5c8f3462b7a9c7b11999da9929150cc4a43f605ccd69921719fe2b1c9596915eccbe40489f1ff3a6 WHIRLPOOL 742c9ff8f7b847c2b97a422f253285d27b84568f3b75a1e23db1ecce4806824a42f7865634c306d3044eedd5b1b64957774c31446031501f5f4209fbd41a56c9 +DIST hardened-patches-4.3.3-7.extras.tar.bz2 1664242 SHA256 81c0ec97c76de1bbfbb57ff4236782c6830c1b0e0c4f3ee06859c71c2efb1fe7 SHA512 654f6580b973b8f4a44d49c71ed1aa72ac7e5e79ebf93ab06597caa9533bfc81d979fdae4c0958f0aa404855e36fffefcb7792600b8ba0dbb252f146e2bbe227 WHIRLPOOL d4ec2c44544552a3fcf2c224c3ae336841afd9f7afd233f252c17feb675ac7e80a35b70939ed2bf2b5b37acb0fdb685cb028b521d093e41a552f8dca22cd05e0 DIST linux-4.1.tar.xz 83017828 SHA256 caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f SHA512 168ef84a4e67619f9f53f3574e438542a5747f9b43443363cb83597fcdac9f40d201625c66e375a23226745eaada9176eb006ca023613cec089349e91751f3c0 WHIRLPOOL 85fcfdb67ea7f865272a85d3b4c3ec1f5a1267f4664bf073c562bb3875e9d96ad68486259d8866a9aced98c95de16840ec531d89745aec75b7315a64ebe650b8 DIST linux-4.3.tar.xz 86920812 SHA256 4a622cc84b8a3c38d39bc17195b0c064d2b46945dfde0dae18f77b120bc9f3ae SHA512 d25812043850530fdcfdb48523523ee980747f3c2c1266149330844dae2cba0d056d4ddd9c0f129f570f5d1f6df5c20385aec5f6a2e0755edc1e2f5f93e2c6bc WHIRLPOOL e3f131443acc14d4f67bbd3f4e1c57af3d822c41c85a112564d54667a591c8619dce42327fd8166d30a2d7adfaf433c2e2134d4995c91c08f65ac0cc2190f935 diff --git a/sys-kernel/hardened-sources/hardened-sources-4.3.3-r5.ebuild b/sys-kernel/hardened-sources/hardened-sources-4.3.3-r6.ebuild similarity index 96% rename from sys-kernel/hardened-sources/hardened-sources-4.3.3-r5.ebuild rename to sys-kernel/hardened-sources/hardened-sources-4.3.3-r6.ebuild index 5b3ca752d12a..7e3daf317772 100644 --- a/sys-kernel/hardened-sources/hardened-sources-4.3.3-r5.ebuild +++ b/sys-kernel/hardened-sources/hardened-sources-4.3.3-r6.ebuild @@ -12,7 +12,7 @@ K_DEBLOB_AVAILABLE="1" inherit kernel-2 detect_version -HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-6" +HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-7" HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2" SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}" diff --git a/www-servers/tomcat/Manifest b/www-servers/tomcat/Manifest index 454e909fdb8b..3e93ba0e63bc 100644 --- a/www-servers/tomcat/Manifest +++ b/www-servers/tomcat/Manifest @@ -1,10 +1,7 @@ DIST apache-tomcat-6.0.44-src.tar.gz 3447711 SHA256 c6f01526d58f2ba7b9da496e959d9e68cc49183006077704ab91c36ebebf5a4a SHA512 0d6a1539b28fa8ca3442557889d7d21cc523b18136f6998820ba13f41420536aba65ce78bac526002ee1dd86df3cbc80d9f043a3f765d7cf0b79e58e516030be WHIRLPOOL c65e704466191a0f98ec777e95dda889599ff6a545e7c013fd04bc0b72e0d0edf4491415f243d6a4de60cf76abe5c13ffbcc6d98f78b51490f7b7b43b24ecb97 DIST apache-tomcat-7.0.59-src.tar.gz 4687344 SHA256 3a1dedda4019db87464fca3aeb4e800a538f0baee96d8b14c9d64967b0d2ea44 SHA512 acc322eee1446dd1bff72910ae9f40a62f88332ee69d6057b3c684e2abf8f28e6df6ab9505900f0b0cf7a5e2e0e80e64b0a790b3b78594ce595ce897706b4bcb WHIRLPOOL 4948964c1746e6ee912ac72c901ba271793610f402bf082455d104e2e8d6dbfa0bf5371d42d48d8ad7c826271fa60d989119a01e700497099022d0cf3564fdff -DIST apache-tomcat-7.0.64-src.tar.gz 4592198 SHA256 d805dec3b387a244c4285ce1f9fc5028bb836716db52f1b1b5036a97dd9ec4dc SHA512 180479b0f5b5604597f850676235fab1f3e63051b503cfa3b4da1e6820505dece73f502249b6e032cfaaad18c9e2d4c057c9854ae5cbf088b214b51e0687ed8c WHIRLPOOL a461d7deae890227052bd83ac97c698821b1f6d6ff97c179b124de9b1b7ccdf1498651a391a03008b840fac730c080682f207db4d44e76d15dba63b266ddee51 DIST apache-tomcat-7.0.65-src.tar.gz 4600718 SHA256 38c266a21ff27560ba4c213dd64628a1ed35b22289d37b5d7f250010e963cc39 SHA512 6eb420a3067783a6ffee781c834dc363d6638d6e79182886594249a0ef810b2ab721f2a44f84b4ea90372a7e2e5171caf49697945d359e9c877a2db640fc3da2 WHIRLPOOL db678b899455ef977d893eec01ba50687c7563646321dbe511be6c55f03859a08778e4f6da14021a9ed051c1f3573edf9d0de527383aaf4ee6114f3a027b281d DIST apache-tomcat-7.0.67-src.tar.gz 4624303 SHA256 0464ebbeec17fb15103cad9f6639edc826f4eca246dd58a5cb1c5d46aff58e0a SHA512 dd299cab7a172860f51bae19e3490432af874b94825de289095647026a91b27cb3544ba85ab1f786bf4696dc59475ca85d051841ebaa221e3b46079e139a6e52 WHIRLPOOL ae7ec13ffd3bd0964496060413924854c5b956dc88b8d0f1de4ac094e8fb5595ccfc7c2eaa7051f082c575253ed9fdadc8833f494281770f8f72b8c64d9b9593 -DIST apache-tomcat-8.0.26-src.tar.gz 4904717 SHA256 3725621a73501a6e09438f177acfab7ce11fabeb2b0380a909273410f3b50b3b SHA512 70ef253889916bcca309a8f80675c4c588fef1cc5dc0360c45347107fb56fd546a334ca01e1109775410f7642acf6c75d9887f9403ad4c1d0e30f041f9ce34fb WHIRLPOOL 3c29a5418dfefc12157d8656dfa15a2937668f52d18c21f6dd4a278d2bc4c84d5b6d542daf6244040eabeab57cb759a510b7b1d0e41440a2d9ad62586723dafc DIST apache-tomcat-8.0.28-src.tar.gz 4913153 SHA256 441a0a0459b6c2dacab3bcf68a9e512b4bb62f7251a27bd15b909ee31b659367 SHA512 60f9a9f643595cdc87598169b8b66cc1e445445a530cad88d2957e90ca99e7c77be9d3576c7fa3a0e7051166f2a960a1c3bf4103f902d1da122825d41e1154c7 WHIRLPOOL 5867ec0c128fe5247c7b874baf05fba9fc9a5663e1c16ecd60bc6ae1e3c411a43f4d8784db5c915fe6c54bc2ec728a01773708738aede30e5abaf1f77072cdcb -DIST apache-tomcat-8.0.29-src.tar.gz 4933339 SHA256 5cb87ae9afd145d68906e93b825a6a41303d7975bafe3d57530e9a8ec01c7c80 SHA512 279c971529f0e7513885a0a201753bc94b1ed7a4f035cb33943bf6ae769102630b94144c65236e8b42c666ded7cc843db54c155e8b5cd1ae175b6385d9c2789b WHIRLPOOL 8cfb5402b877be4bd4306cf5d14cf76302b1904e3530de108f262f9bb3de6f1377882fb5a1406e4b2ffc5c239c541f64df55fc98945157edafbd14586deb26bd DIST apache-tomcat-8.0.30-src.tar.gz 4939771 SHA256 0f79b74f303cce809ea63a85586efb5d4bb67ea53622f1b44ecffff0f1aa9cf6 SHA512 cc1546292e6b674e251bf5c92b2f63f9fe96f979753a74991dd6e851f7da44743415c3bfc06525071b89faa35c90abb4129cb76dffdc75945a2ea94c3bb92110 WHIRLPOOL a20d1f1e6a290d174e5f7181655d555a5b39296e4c059fcd4833709e0ee635d9c02cf319be29aef9b5442db0283c8590c6d062d5f6eae09136ccb77c4610a5fc DIST apache-tomcat-9.0.0.M1-src.tar.gz 4984318 SHA256 62fb16ed9743916b643a7b406c4b98b8b9b2df15504e9a66d4a609f6d539b34c SHA512 f47a018e30a0ceb382187de2fef443ea1ef9d6e319ef4f3a027824b7e95fb4b5e9d73531f03357b2a89c5f3baf568ac4cfde83969f9603299dd0cf742c4f6efa WHIRLPOOL ab796c7484fd2c1d5060998910e1bd1cfb4f478b6740d9d105255b1e1b36fc9118048d0089a873699b978be91adbe7e024afcb3a4fc2d5121b17089998cb9210 diff --git a/www-servers/tomcat/files/tomcat-7.0.64-build.xml.patch b/www-servers/tomcat/files/tomcat-7.0.64-build.xml.patch deleted file mode 100644 index 481591fb6ff5..000000000000 --- a/www-servers/tomcat/files/tomcat-7.0.64-build.xml.patch +++ /dev/null @@ -1,149 +0,0 @@ -diff -Naur apache-tomcat-7.0.63-src.orig/build.xml apache-tomcat-7.0.63-src/build.xml ---- apache-tomcat-7.0.63-src.orig/build.xml 2015-06-30 09:15:44.000000000 +0100 -+++ apache-tomcat-7.0.63-src/build.xml 2015-08-22 21:13:12.453038827 +0100 -@@ -660,12 +660,14 @@ - - - -+ - - - -@@ -721,26 +723,32 @@ - manifest="${tomcat.manifests}/annotations-api.jar.manifest" /> - - -+ - - -+ - - -+ - - - - -+ - - - -@@ -1051,14 +1061,15 @@ - - - -+ - - -- -+ - - - -+ description="Prepare to build web services extras package" unless="noget"> - - - -@@ -1886,6 +1897,7 @@ - description="Create the Tomcat javadoc" > - -+ - - - -+ - - - -@@ -2642,7 +2657,7 @@ - - - -+ description="Download (and build) components necessary to compile" unless="noget"> - - - -@@ -2699,7 +2714,7 @@ - - - -+ description="Download additional components for the tests" unless="noget"> - - - -@@ -2727,7 +2742,7 @@ - - - -+ description="Download additional components for a distribution" unless="noget"> - - - diff --git a/www-servers/tomcat/files/tomcat-8.0.26-build.xml.patch b/www-servers/tomcat/files/tomcat-8.0.26-build.xml.patch deleted file mode 100644 index 1923d23ba50b..000000000000 --- a/www-servers/tomcat/files/tomcat-8.0.26-build.xml.patch +++ /dev/null @@ -1,265 +0,0 @@ -diff -Naur apache-tomcat-8.0.24-src.orig/build.xml apache-tomcat-8.0.24-src/build.xml ---- apache-tomcat-8.0.24-src.orig/build.xml 2015-07-01 21:25:21.000000000 +0100 -+++ apache-tomcat-8.0.24-src/build.xml 2015-08-22 21:17:05.825564599 +0100 -@@ -697,24 +697,29 @@ - manifest="${tomcat.manifests}/annotations-api.jar.manifest" /> - - -+ - -+ - - -+ - - - -- -+ - - - -@@ -1049,7 +1054,7 @@ - - - -- -+ - - - -@@ -1083,7 +1088,7 @@ - - - -- -+ - - - - - -- -+ - - - - -+ - -@@ -1542,7 +1548,7 @@ - - -+ description="Prepare to build web services extras package" unless="noget"> - - - -@@ -1681,7 +1687,7 @@ - - -+ description="Prepare to build web services extras package" unless="noget"> - - - -@@ -1882,6 +1888,7 @@ - - -+ - -+ maxmemory="512m" > - - - - - -+ - - - -@@ -2739,7 +2749,7 @@ - - - -+ description="Download (and build) components necessary to compile" unless="noget"> - - - -@@ -2773,7 +2783,7 @@ - - - -+ description="Download additional components for the tests" unless="noget"> - - - -@@ -2819,7 +2829,7 @@ - - - -+ description="Download additional components for a distribution" unless="noget"> - - - -@@ -2845,18 +2855,18 @@ - - - -- -+ - - - - -- -+ - - - - -- -+ - - - -@@ -2868,7 +2878,7 @@ - - - -- -+ - - - -@@ -2887,7 +2897,7 @@ - - - -- -+ - - - -@@ -2898,7 +2908,7 @@ - - - -- -+ - - - -@@ -2916,7 +2926,7 @@ - - - -- -+ - - - -@@ -2926,7 +2936,7 @@ - - - -- -+ - - - -@@ -2949,7 +2959,7 @@ - - - -- -+ - - - -@@ -2960,7 +2970,7 @@ - - - -- -+ - - - -@@ -2971,7 +2981,7 @@ - - -+ description="Prepares the source tree to be built in Eclipse" unless="noget"> - - - diff --git a/www-servers/tomcat/files/tomcat-8.0.29-build.xml.patch b/www-servers/tomcat/files/tomcat-8.0.29-build.xml.patch deleted file mode 100644 index 1923d23ba50b..000000000000 --- a/www-servers/tomcat/files/tomcat-8.0.29-build.xml.patch +++ /dev/null @@ -1,265 +0,0 @@ -diff -Naur apache-tomcat-8.0.24-src.orig/build.xml apache-tomcat-8.0.24-src/build.xml ---- apache-tomcat-8.0.24-src.orig/build.xml 2015-07-01 21:25:21.000000000 +0100 -+++ apache-tomcat-8.0.24-src/build.xml 2015-08-22 21:17:05.825564599 +0100 -@@ -697,24 +697,29 @@ - manifest="${tomcat.manifests}/annotations-api.jar.manifest" /> - - -+ - -+ - - -+ - - - -- -+ - - - -@@ -1049,7 +1054,7 @@ - - - -- -+ - - - -@@ -1083,7 +1088,7 @@ - - - -- -+ - - - - - -- -+ - - - - -+ - -@@ -1542,7 +1548,7 @@ - - -+ description="Prepare to build web services extras package" unless="noget"> - - - -@@ -1681,7 +1687,7 @@ - - -+ description="Prepare to build web services extras package" unless="noget"> - - - -@@ -1882,6 +1888,7 @@ - - -+ - -+ maxmemory="512m" > - - - - - -+ - - - -@@ -2739,7 +2749,7 @@ - - - -+ description="Download (and build) components necessary to compile" unless="noget"> - - - -@@ -2773,7 +2783,7 @@ - - - -+ description="Download additional components for the tests" unless="noget"> - - - -@@ -2819,7 +2829,7 @@ - - - -+ description="Download additional components for a distribution" unless="noget"> - - - -@@ -2845,18 +2855,18 @@ - - - -- -+ - - - - -- -+ - - - - -- -+ - - - -@@ -2868,7 +2878,7 @@ - - - -- -+ - - - -@@ -2887,7 +2897,7 @@ - - - -- -+ - - - -@@ -2898,7 +2908,7 @@ - - - -- -+ - - - -@@ -2916,7 +2926,7 @@ - - - -- -+ - - - -@@ -2926,7 +2936,7 @@ - - - -- -+ - - - -@@ -2949,7 +2959,7 @@ - - - -- -+ - - - -@@ -2960,7 +2970,7 @@ - - - -- -+ - - - -@@ -2971,7 +2981,7 @@ - - -+ description="Prepares the source tree to be built in Eclipse" unless="noget"> - - - diff --git a/www-servers/tomcat/tomcat-6.0.44-r2.ebuild b/www-servers/tomcat/tomcat-6.0.44-r2.ebuild index 4c91ddae9ae7..d8a5010ec347 100644 --- a/www-servers/tomcat/tomcat-6.0.44-r2.ebuild +++ b/www-servers/tomcat/tomcat-6.0.44-r2.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://apache/${PN}/tomcat-6/v${PV}/src/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="6" -KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc64 x86 ~x86-fbsd" IUSE="extra-webapps" ECJ_SLOT="3.7" diff --git a/www-servers/tomcat/tomcat-7.0.64.ebuild b/www-servers/tomcat/tomcat-7.0.64.ebuild deleted file mode 100644 index 4b1dde5244ff..000000000000 --- a/www-servers/tomcat/tomcat-7.0.64.ebuild +++ /dev/null @@ -1,146 +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 test" - -inherit eutils java-pkg-2 java-ant-2 prefix user - -MY_P="apache-${P}-src" - -DESCRIPTION="Tomcat Servlet-3.0/JSP-2.2 Container" -HOMEPAGE="http://tomcat.apache.org/" -SRC_URI="mirror://apache/${PN}/tomcat-7/v${PV}/src/${MY_P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="7" -KEYWORDS="amd64 ~ppc64 x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="extra-webapps websockets" - -RESTRICT="test" # can we run them on a production system? - -ECJ_SLOT="4.4" -SAPI_SLOT="3.0" - -COMMON_DEP="dev-java/eclipse-ecj:${ECJ_SLOT} - dev-java/oracle-javamail:0 - dev-java/tomcat-servlet-api:${SAPI_SLOT}" -RDEPEND="${COMMON_DEP} - websockets? ( >=virtual/jre-1.7 ) - !websockets? ( >=virtual/jre-1.6 ) - !|=\"true\" docBase=\"\$\{catalina.home\}/webapps/${app}\" >|" \ - output/build/webapps/${app}/META-INF/context.xml || die - done - - insinto "${dest}"/webapps - doins -r output/build/webapps/{host-manager,manager,ROOT} - use extra-webapps && doins -r output/build/webapps/{docs,examples} - - ### Config ### - - # create "logs" directory in $CATALINA_BASE - # and set correct perms, see #458890 - dodir "${dest}"/logs - fperms 0750 "${dest}"/logs - - # replace the default pw with a random one, see #92281 - local randpw="$(pwgen -s -B 15 1)" - sed -i -e "s|SHUTDOWN|${randpw}|" output/build/conf/server.xml || die - - # prepend gentoo.classpath to common.loader, see #453212 - sed -i -e 's/^common\.loader=/\0${gentoo.classpath},/' output/build/conf/catalina.properties || die - - insinto "${dest}" - doins -r output/build/conf - - ### rc ### - - cp "${FILESDIR}"/tomcat{.conf,${INIT_REV}.init,-instance-manager${IM_REV}.bash} "${T}" || die - eprefixify "${T}"/tomcat{.conf,${INIT_REV}.init,-instance-manager${IM_REV}.bash} - sed -i -e "s|@SLOT@|${SLOT}|g" "${T}"/tomcat{.conf,${INIT_REV}.init,-instance-manager${IM_REV}.bash} || die - - insinto "${dest}"/gentoo - doins "${T}"/tomcat.conf - exeinto "${dest}"/gentoo - newexe "${T}"/tomcat${INIT_REV}.init tomcat.init - newexe "${T}"/tomcat-instance-manager${IM_REV}.bash tomcat-instance-manager.bash -} - -pkg_postinst() { - elog "New ebuilds of Tomcat support running multiple instances. If you used prior version" - elog "of Tomcat (<7.0.32), you have to migrate your existing instance to work with new Tomcat." - elog "You can find more information at https://wiki.gentoo.org/wiki/Apache_Tomcat" - - elog "To manage Tomcat instances, run:" - elog " ${EPREFIX}/usr/share/${PN}-${SLOT}/gentoo/tomcat-instance-manager.bash --help" - - ewarn "tomcat-dbcp.jar is not built at this time. Please fetch jar" - ewarn "from upstream binary if you need it. Gentoo Bug # 144276" - -# einfo "Please read https://www.gentoo.org/proj/en/java/tomcat6-guide.xml for more information." -} diff --git a/www-servers/tomcat/tomcat-8.0.30.ebuild b/www-servers/tomcat/tomcat-8.0.30.ebuild index 3595c5707fe4..014b8792141a 100644 --- a/www-servers/tomcat/tomcat-8.0.30.ebuild +++ b/www-servers/tomcat/tomcat-8.0.30.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://apache/${PN}/tomcat-8/v${PV}/src/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="8" -KEYWORDS="~amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" IUSE="extra-webapps" RESTRICT="test" # can we run them on a production system? diff --git a/x11-plugins/purple-facebook/Manifest b/x11-plugins/purple-facebook/Manifest index 3a18336e7be3..c6147f2e9bc7 100644 --- a/x11-plugins/purple-facebook/Manifest +++ b/x11-plugins/purple-facebook/Manifest @@ -1,4 +1,2 @@ -DIST purple-facebook-20150806.tar.gz 430020 SHA256 549af9986c06dfedfd0fa0a665366e718ec53eadacd08f394a985c8ed662f6fc SHA512 7d4b1dc81461ddb56f2df150da05a3884c8be099e493c1fed86c010fd718e1f89411981514693b7bd2a3ff7792624d53631dac7bad1b62d7db9c1fa5f533f212 WHIRLPOOL 705eeb92af4cca1e778598df37ee494c11f06de019a1792d568595470e1c029fdfdb62ca6a406c04abbe18eb384599cfdeda872614ae93a43def967da7900182 -DIST purple-facebook-20150827.tar.gz 441370 SHA256 18121d9dc2c89a6db8b7bd718917597435ec86d60666bbead0c19a3b8ce6ec7a SHA512 02de013c50761d9568e241327e07c8caf57de9831cfac2fe723456ebfec51addaeaffe113c80b5b655fa9caae5c3be54180614ed2c390c0e52a7e7fe6b58c207 WHIRLPOOL 2967dc90c52464337574632f270c0508b4eac51ae218aa6df2c8b7de0aad2a676dd0acbede3940c5022eb6e1b617787211abb4bf9764a838064a2d808da50137 -DIST purple-facebook-20151225.tar.gz 441831 SHA256 34b49d164a42800bc28a2381e954934fcb04263dc4439bb82134b413d0884327 SHA512 f41f8993a6bd3317137811dab20c09dbd03d7a92dbd1f5e79daa0a2ce17c0326760f3428c526c3056d6055d41389b2695089b43d8c6b89583b97f671b615f0e2 WHIRLPOOL e6a9dd1db579069749fbe7751f007e02dd3f937d20d0dd650d85b9c8a52b77fa2b2e08c1c1e7cf2669f77c076142b89f61307d84d88e2600b60937c1d33c2780 DIST purple-facebook-20160107.tar.gz 443097 SHA256 96f28491d037752eaa27191516673564359edd5fa681f7aa62c67cda4cf8ca54 SHA512 b4d28346ae7f5d40fd83ee7eaa76f550d07e3d25ef21db6f2fd26bbe8c8333813769e5f592d2806bfb36736993802ea3fb330564b08c817ce0e25d01fb504bc9 WHIRLPOOL 400922a6b3209afc864483c69d8df453bfb60f6110e75ad2a00b47056842b1b941b61bfb6031e0ac971e6c5c32fe80b5adfdf55a67f10ead2b513d7d8d8c4f93 +DIST purple-facebook-20160118.tar.gz 443498 SHA256 620b71bba75f0b89f3c52b6ec2e5bd40c0895cadd4ab76910d04b044f88788cf SHA512 bcd07de9b014d32d32cee7f1254060b4999d3bc6bd996f37fea5f74a93a6a9f0be855ac249a62068a1425bc6adf825342c4b0e924f1dbf8e0aba7d215ec9e076 WHIRLPOOL 4789742154df54ca369b453faf409cdc7177b620b3381489613fc69ee3f418414fc611f73ba95e4c402838129b0f03b1eb21228d12abc18676301a79a51aca86 diff --git a/x11-plugins/purple-facebook/purple-facebook-20150806.ebuild b/x11-plugins/purple-facebook/purple-facebook-20150806.ebuild deleted file mode 100644 index c0b6f0ea4a96..000000000000 --- a/x11-plugins/purple-facebook/purple-facebook-20150806.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils autotools - -MY_PV="9e3520d6ec49" -S="${WORKDIR}/${PN}-${MY_PV}" -DESCRIPTION="Facebook protocol plugin for libpurple" -HOMEPAGE="https://github.com/jgeboski/purple-facebook" -SRC_URI="https://github.com/jgeboski/${PN}/releases/download/${MY_PV}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="dev-libs/json-glib - net-im/pidgin" -DEPEND="${RDEPEND}" -DOCS=( AUTHORS ChangeLog NEWS README VERSION ) - -src_configure() { - econf --with-ssl-certs -} - -src_prepare() { - eautoreconf -} diff --git a/x11-plugins/purple-facebook/purple-facebook-20150827.ebuild b/x11-plugins/purple-facebook/purple-facebook-20150827.ebuild deleted file mode 100644 index 368ae2cb6eab..000000000000 --- a/x11-plugins/purple-facebook/purple-facebook-20150827.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils autotools - -MY_PV="6a0a79182ebc" -S="${WORKDIR}/${PN}-${MY_PV}" -DESCRIPTION="Facebook protocol plugin for libpurple" -HOMEPAGE="https://github.com/jgeboski/purple-facebook" -SRC_URI="https://github.com/jgeboski/${PN}/releases/download/${MY_PV}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="dev-libs/json-glib - net-im/pidgin" -DEPEND="${RDEPEND}" -DOCS=( AUTHORS ChangeLog NEWS README VERSION ) - -src_configure() { - econf --with-ssl-certs -} - -src_prepare() { - eautoreconf -} diff --git a/x11-plugins/purple-facebook/purple-facebook-20151225.ebuild b/x11-plugins/purple-facebook/purple-facebook-20160118.ebuild similarity index 96% rename from x11-plugins/purple-facebook/purple-facebook-20151225.ebuild rename to x11-plugins/purple-facebook/purple-facebook-20160118.ebuild index 846cb1406d1e..ef77dc030264 100644 --- a/x11-plugins/purple-facebook/purple-facebook-20151225.ebuild +++ b/x11-plugins/purple-facebook/purple-facebook-20160118.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit eutils autotools -MY_PV="1852eb9052a0" +MY_PV="25a255f32eee" S="${WORKDIR}/${PN}-${MY_PV}" DESCRIPTION="Facebook protocol plugin for libpurple" HOMEPAGE="https://github.com/jgeboski/purple-facebook"