diff --git a/app-admin/emacs-updater/Manifest b/app-admin/emacs-updater/Manifest index 10925251f386..03764bd0d01c 100644 --- a/app-admin/emacs-updater/Manifest +++ b/app-admin/emacs-updater/Manifest @@ -1,2 +1 @@ -DIST emacs-updater-1.14.tar.xz 6920 SHA256 2b5ab546212d48fa8dc5114e4ef7028f8168a306726d04293d5b8314c1508f95 SHA512 849efdb7af61a6ca5854c1afabf38e5898d129c5901712f38293f9fa96f60abbaf97f053f9542ea2d40fd2c7b19f4037aec3e4226aee92e4ce56a3fced3b488b WHIRLPOOL 3296466ddea6da0d720b76ad8b62c9138fa7c23726526572fa7d5ef536a8418e70ab74ce4ebba66ed99db33fd0736ab572fa109e316f057931213fcd9c8f9e27 DIST emacs-updater-1.15.tar.xz 7020 SHA256 6554e01eddf8cf1e7074e492ddb1a89bfe49b57fe7c3f20fe9aa92b110f97d48 SHA512 8cc7dd3e0e28ae71030c7c5f29d54f24e12adcbd0615f3c598ad262bd233f028c2424c277aac7dff7b4201a2ac24bfab0e05d1fdc07edcee2c184a733f699b8a WHIRLPOOL faa4f62c85ec7103e17c95676f758c123b0de966e2df78067f9628122f69d8e92a3dd3eeac080f24c988b5ba30b811b27df8f7c001d46a50cde9a0e845d0fd20 diff --git a/app-admin/emacs-updater/emacs-updater-1.14.ebuild b/app-admin/emacs-updater/emacs-updater-1.14.ebuild deleted file mode 100644 index 6d699e02a022..000000000000 --- a/app-admin/emacs-updater/emacs-updater-1.14.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="Rebuild Emacs packages" -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs" -SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" - -DEPEND="|| ( sys-apps/util-linux app-misc/getopt )" -RDEPEND="${DEPEND} - >=app-portage/portage-utils-0.3 - virtual/emacs" - -src_prepare() { - if ! has_version sys-apps/util-linux; then - # BSD ships a dumb getopt(1), so use getopt-long instead - sed -i -e '/^GETOPT=/s/getopt/&-long/' emacs-updater || die - fi - - if [[ -n ${EPREFIX} ]]; then - sed -i -e "1s:/:${EPREFIX%/}/:" \ - -e "s:^\([[:upper:]]*=\)/:\1${EPREFIX%/}/:" \ - emacs-updater || die - fi -} - -src_install() { - dosbin emacs-updater - doman emacs-updater.8 -} diff --git a/app-admin/lib_users/Manifest b/app-admin/lib_users/Manifest index c543fce8986c..bf8c33f3e974 100644 --- a/app-admin/lib_users/Manifest +++ b/app-admin/lib_users/Manifest @@ -1 +1,2 @@ +DIST lib_users-0.10.tar.gz 25636 SHA256 2ccee6967c7da935441cb7f57112f15373ddaafe2f2915744caf271c308c9c98 SHA512 dee8203457570f686df69dc91d71614b462845c848a3445fd9b9f94047fdba8171cc2555fa4299bc4c361905d488c1f17cee4ab0e99899f37995377d6011805a WHIRLPOOL 310d5c187c7c3cd6a4be5dd4282709aeeea9941dea0f2466e80156bd8577e72a0cfe2b92df43a26d2198e7dc7d6320eb34e3e86311c9db956517dc48b856b8b4 DIST lib_users-0.9.tar.gz 22992 SHA256 361db39b14b9512b438cf96b2b9978c6b5c88abbc2c0b7227940e7e816fdcf1c SHA512 d4c10398d69410fc3d48a151c446105ed232fdca9ef68c3f0f1df903739b798762d6bf958dc08472e90151560d8a625b4ab8b5f5d89521918369ceadf2b85b19 WHIRLPOOL 312aaa05b10681a0eff7997ea8d1e359bd757b888fe6fadb29ef3370cc482371d65d14e06dc6887cefda0aee3bd65232ffcd06477e536e4d2c82996c27f60425 diff --git a/app-admin/lib_users/lib_users-0.10.ebuild b/app-admin/lib_users/lib_users-0.10.ebuild new file mode 100644 index 000000000000..def2f164c337 --- /dev/null +++ b/app-admin/lib_users/lib_users-0.10.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) + +inherit python-r1 + +DESCRIPTION="Check for mapped libs and open files that are marked as deleted" +HOMEPAGE="https://github.com/klausman/lib_users" +SRC_URI="https://github.com/klausman/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND="${PYTHON_DEPS} + test? ( + dev-python/nose[${PYTHON_USEDEP}] + dev-python/backports-unittest-mock[${PYTHON_USEDEP}] + )" +RDEPEND="${PYTHON_DEPS}" + +src_test() { + python_foreach_impl nosetests --verbosity=2 +} + +my_install() { + python_newscript lib_users.py lib_users + python_newscript fd_users.py fd_users + # lib_users_util/ contains a test script we don't want, so do things by hand + python_moduleinto lib_users_util + python_domodule lib_users_util/common.py + python_domodule lib_users_util/__init__.py +} + +src_install() { + python_foreach_impl my_install + dodoc README.md TODO +} diff --git a/app-admin/logrotate/logrotate-3.9.1-r1.ebuild b/app-admin/logrotate/logrotate-3.9.1-r1.ebuild deleted file mode 100644 index 34fca0226bf0..000000000000 --- a/app-admin/logrotate/logrotate-3.9.1-r1.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit autotools eutils toolchain-funcs flag-o-matic - -DESCRIPTION="Rotates, compresses, and mails system logs" -HOMEPAGE="https://fedorahosted.org/logrotate/" -SRC_URI="https://fedorahosted.org/releases/l/o/logrotate/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="acl +cron selinux" - -CDEPEND=" - >=dev-libs/popt-1.5 - selinux? ( - sys-libs/libselinux - ) - acl? ( virtual/acl )" - -DEPEND="${CDEPEND} - >=sys-apps/sed-4" - -RDEPEND="${CDEPEND} - selinux? ( sec-policy/selinux-logrotate ) - cron? ( virtual/cron )" - -install_cron_file() { - exeinto /etc/cron.daily - newexe "${S}"/examples/logrotate.cron "${PN}" -} - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-ignore-hidden.patch \ - "${FILESDIR}"/${P}-fbsd.patch \ - "${FILESDIR}"/${P}-noasprintf.patch \ - "${FILESDIR}"/${P}-atomic-create.patch \ - "${FILESDIR}"/${P}-Werror.patch \ - "${FILESDIR}"/${P}-lfs.patch - eautoreconf -} - -src_configure() { - econf $(use_with acl) $(use_with selinux) -} - -src_compile() { - emake ${myconf} RPM_OPT_FLAGS="${CFLAGS}" -} - -src_test() { - emake test -} - -src_install() { - insinto /usr - dosbin logrotate - doman logrotate.8 - dodoc CHANGES examples/logrotate* - - insinto /etc - doins "${FILESDIR}"/logrotate.conf - - use cron && install_cron_file - - keepdir /etc/logrotate.d -} - -pkg_postinst() { - if [[ -z ${REPLACING_VERSIONS} ]] ; then - elog "If you wish to have logrotate e-mail you updates, please" - elog "emerge virtual/mailx and configure logrotate in" - elog "/etc/logrotate.conf appropriately" - elog - elog "Additionally, /etc/logrotate.conf may need to be modified" - elog "for your particular needs. See man logrotate for details." - fi -} diff --git a/app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild b/app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild index f92eded2a561..4dd174421d9a 100644 --- a/app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild +++ b/app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://fedorahosted.org/releases/t/m/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86" +KEYWORDS="alpha amd64 ~ia64 ppc ppc64 ~sparc x86" IUSE="selinux" RDEPEND="selinux? ( sec-policy/selinux-tmpreaper )" diff --git a/app-arch/lzip/Manifest b/app-arch/lzip/Manifest index fbe94d1bf987..4d23a0af9eb0 100644 --- a/app-arch/lzip/Manifest +++ b/app-arch/lzip/Manifest @@ -1,3 +1,3 @@ DIST lzip-1.16.tar.gz 86035 SHA256 128cc25baf92c8b69700831e6f984d954016318cc78edca87870d0c033112751 SHA512 8a1c0b254fd10428ddee8b26a2e426b57c4799bdc690e08211c3bc8fdef0d86e3ed69c48a3f6b7be1fe6c65f1e09f44cd3481b233632b60b58f4b8a806175b63 WHIRLPOOL fdb9462a4f7c3efc05b00785f1124e491d316ca44eb0d280542675593861cdca993654b5e6fcbbbabf7a1aa96c552b8ebc3307493af87ee4e154790e448ff8e5 -DIST lzip-1.17.tar.gz 91299 SHA256 9443855e0a33131233b22cdb6c62c9313a483f16cc7415efe88d4a494cea0352 SHA512 cd4a1a7d3778f22e3a6f2d2a20491919e662771e79d1738f74c63de857913e28186d53b2af7997e1b164f8ab792561c7dde8781bb025a1859271ddd72f5ed519 WHIRLPOOL 6ac2c7811bccb91db290df0c446f6fccf77918903f6a5eb430163973ded98b33d09505afbd2c9c1a585029d554f3a5683816778c23c0ee696eb49f25496d2828 DIST lzip-1.18.tar.gz 95569 SHA256 47f9882a104ab05532f467a7b8f4ddbb898fa2f1e8d9d468556d6c2d04db14dd SHA512 cf24756bd657ef48f48304be94bf5c6c18baf7dc4fce276e79c3abeab4c4f801e901ccfb12841fa4b2402e687aeb95f2e537695442f53c45f7cb9081c3062674 WHIRLPOOL 61a76a55afdbd685aa8b16c0cb2f1ae1629d488ea087df589cd96441db9ab6d64caf08b8ba116daaabadf62a37858dc82a03b18b61595c08e0924f51860eef56 +DIST lzip-1.19-pre1.tar.gz 98914 SHA256 16c257b70309038b344fdba03615f3853cf2f5a6ae6e3b5f7c662f1079c590cd SHA512 38be478667b83ab2dca5f9abb6740ff6a8def922296ded32a176c292b68c2d1c063a55a68c24e9e5adbff6fdf474b57f134764c75835bd3169716d203356ce9f WHIRLPOOL ae4c453e4dbe6a6f43572614e04b99347895fbb400717d1f23858bcdf9974f66707dcc8ca748c58dcb35e5f89aa59332dd166ddc98a3458cac7c77009ea223a2 diff --git a/app-arch/lzip/lzip-1.17.ebuild b/app-arch/lzip/lzip-1.19_pre1.ebuild similarity index 75% rename from app-arch/lzip/lzip-1.17.ebuild rename to app-arch/lzip/lzip-1.19_pre1.ebuild index e51ceeb2c5ad..505c03824c8c 100644 --- a/app-arch/lzip/lzip-1.17.ebuild +++ b/app-arch/lzip/lzip-1.19_pre1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="4" +EAPI=5 inherit toolchain-funcs @@ -12,7 +12,7 @@ SRC_URI="http://download.savannah.gnu.org/releases-noredirect/${PN}/${P/_/-}.tar LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" S="${WORKDIR}/${P/_/-}" diff --git a/app-backup/amanda/amanda-3.3.9.ebuild b/app-backup/amanda/amanda-3.3.9.ebuild index 063a8ba5ca27..14dfae8cb44d 100644 --- a/app-backup/amanda/amanda-3.3.9.ebuild +++ b/app-backup/amanda/amanda-3.3.9.ebuild @@ -13,7 +13,7 @@ LICENSE="HPND BSD BSD-2 GPL-2+ GPL-3+" SLOT="0" IUSE="curl gnuplot ipv6 kerberos minimal nls readline s3 samba systemd xfs" -KEYWORDS="amd64 ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ppc ppc64 ~sparc x86" RDEPEND="sys-libs/readline:= virtual/awk app-arch/tar diff --git a/app-backup/dar/Manifest b/app-backup/dar/Manifest index 43e80d09a146..c49fcd9bcf4e 100644 --- a/app-backup/dar/Manifest +++ b/app-backup/dar/Manifest @@ -1,6 +1,4 @@ DIST dar-2.4.20.tar.gz 1804634 SHA256 f0f66108692de8b27e76b1832d9013d9d1dbf45d2aaaaf5c222dde3c6f1b308d SHA512 1ed2e43df05082c01f6a53aa8c1c7328cb27fc3d84115d3f4a07de943fc814b614155f673464cd1a455e3b8c21e30f95da03ed9f72883b58ae005e3696de8143 WHIRLPOOL b3ce8c59efe2f9f988133613b73fe1ec14af39746e7c5fff0c83fa2146218fad3e912f586e9b677af809696105fa9d72dc35122ec3b3ca3ad63b2cdd75fce954 -DIST dar-2.4.22.tar.gz 1802561 SHA256 19a977e3ca7ed15e4406bb3e08ff2b8225d291a5c4189a6d5b7b3d75eea50f2b SHA512 1eb809e6388be7e0c11961b1cd84712e5a94ff5fcbfd4fb66ed5a9aa23e01e7b99ba7300491ea383517b99af289c2d2bb9eab904c0511f23610bbb8feee4575c WHIRLPOOL 6156344a471ae23afae6b58e9bbb030a1d829425c086561843a388873cb5003ea09ec1fdd11245bad2e12a40cc10155e490bef1ef68de5ad9915a5f51f98f93a DIST dar-2.4.23.tar.gz 1819248 SHA256 2338b5bdd17168db10aed75a2cf6abb99e8058a4e67eba3bfaaec457c04725b1 SHA512 c9c737f9310eb84aaf0743139b9bacc07dab853a6cc0572882f54a80b6e15aac41af6151b6ca38db61b131fdb05d5cd0e9e6269cdf5bdd3698ce0df754a152c8 WHIRLPOOL 35a6e80d7f0dfa8dd7f5385c33ee0ee375f284223a0f268c1eb3a77f8ef2f222a7ae8a5e2d78e60ff5b2d59d9aa106f0b14449e61d3166564a8ca23cfbf3e5e4 -DIST dar-2.4.9.tar.gz 1751738 SHA256 3d11159a290886dde968e16d36f32fa8640029708457bc87cc0da6d0eac71643 SHA512 9a9b972599747493694fd838bafaa690e70490b5c500f084f0d0225e93a54ce40d61bc495827519c88f6a94542b88a1be5d11e5a98e672abe8659364d1b4c51f WHIRLPOOL f700bf7bd393e6dc2cce11e7bc56af0f130ea3fb714de04617a940ec15d6174c06b7a1051eb9c6ffa7a0ec686b1f13c288af1b541d49b332932743d0d617b56b -DIST dar-2.5.6.tar.gz 1879556 SHA256 47db04275d9f10f3a074e226d6fe760184e9694f1811a98f0b41e4f1dee30815 SHA512 cb707e7f95917de6eb0d221effe380d75abf49cd28bd97dd4a9056032f465aba5ee02eca08554fd5154bc4664946564723a6defa7d5d9cc4d9e62fe690e2095e WHIRLPOOL e9930b21b2d319b3df6e5f0bd1b19e4900b5863232a682b62c4324f13eafdb74e530ca8dc3b92801758f7facb1d20a21706cbbaa4436ac5a2a8ff163d582660c DIST dar-2.5.7.tar.gz 1881075 SHA256 f4fa3b5d8d38a299e4463dbf77e104c572be669838e16a3d507dce7173d1561d SHA512 b8b81e31c63713fbacb79a1da17c5b2be4506e44b64667fe32ffbd5e5720798c7d34b000a6c78cb3ae482c77da00bd0f4169827c030b441a93861171dc73e98a WHIRLPOOL 5ef24ef7c4913474e5c6746e821f6d979fee118e1757a228742b444155998a280fccb32d108c777d1cf01904a9b38a07850e9d35bff43626217accee611f2f31 +DIST dar-2.5.8.tar.gz 1882127 SHA256 4f2968bb6f769ccfc4db880db4e3bd5596565b4674fa92000d2a17c7bdd4e825 SHA512 4cb2305173b4ae0ecd6649f69356c2e2972e67ae526a2ab03a2980ea57b18288887a351f79ca44171f2869cfd488b907204d03cc45ade7e790d775d49967b27a WHIRLPOOL 32a8cec804fc0e03389dabdf00ad15661e49d84612a350aeda7920991d106023ee655104ce54dbbdf76197b963abc83df29788279faa11ff6314874cfdd7c783 diff --git a/app-backup/dar/dar-2.4.22.ebuild b/app-backup/dar/dar-2.4.22.ebuild deleted file mode 100644 index fdb00454f28e..000000000000 --- a/app-backup/dar/dar-2.4.22.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -inherit flag-o-matic - -DESCRIPTION="A full featured backup tool, aimed for disks (floppy,CDR(W),DVDR(W),zip,jazz etc.)" -HOMEPAGE="http://dar.linux.free.fr/" -SRC_URI="mirror://sourceforge/dar/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux" -IUSE="acl dar32 dar64 doc gcrypt lzo nls static static-libs" - -RESTRICT="test" # need to be run as root - -RDEPEND=">=sys-libs/zlib-1.2.3:= - !static? ( app-arch/bzip2:= ) - acl? ( !static? ( sys-apps/attr:= ) ) - gcrypt? ( dev-libs/libgcrypt:0= ) - lzo? ( !static? ( dev-libs/lzo:= ) ) - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - static? ( app-arch/bzip2[static-libs] ) - static? ( sys-libs/zlib[static-libs] ) - acl? ( static? ( sys-apps/attr[static-libs] ) ) - lzo? ( static? ( dev-libs/lzo[static-libs] ) ) - nls? ( sys-devel/gettext ) - doc? ( app-doc/doxygen )" - -REQUIRED_USE="?? ( dar32 dar64 )" - -DOCS="AUTHORS ChangeLog NEWS README THANKS TODO" - -src_configure() { - local myconf="--disable-upx" - - # Bug 103741 - filter-flags -fomit-frame-pointer - - use acl || myconf="${myconf} --disable-ea-support" - use dar32 && myconf="${myconf} --enable-mode=32" - use dar64 && myconf="${myconf} --enable-mode=64" - use doc || myconf="${myconf} --disable-build-html" - # use examples && myconf="${myconf} --enable-examples" - use gcrypt || myconf="${myconf} --disable-libgcrypt-linking" - use lzo || myconf="${myconf} --disable-liblzo2-linking" - use nls || myconf="${myconf} --disable-nls" - if ! use static ; then - myconf="${myconf} --disable-dar-static" - if ! use static-libs ; then - myconf="${myconf} --disable-static" - fi - fi - - econf ${myconf} -} - -src_install() { - emake DESTDIR="${D}" pkgdatadir="${EPREFIX}"/usr/share/doc/${PF}/html install - - einstalldocs - - if ! use static-libs ; then - prune_libtool_files --all - fi -} diff --git a/app-backup/dar/dar-2.4.9.ebuild b/app-backup/dar/dar-2.4.9.ebuild deleted file mode 100644 index 2a7dabbeff19..000000000000 --- a/app-backup/dar/dar-2.4.9.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" -inherit confutils eutils flag-o-matic - -DESCRIPTION="A full featured backup tool, aimed for disks (floppy,CDR(W),DVDR(W),zip,jazz etc.)" -HOMEPAGE="http://dar.linux.free.fr/" -SRC_URI="mirror://sourceforge/dar/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86 ~amd64-linux" -IUSE="acl dar32 dar64 doc gcrypt lzo nls static static-libs" - -RESTRICT="test" # need to be run as root - -RDEPEND=">=sys-libs/zlib-1.2.3 - !static? ( app-arch/bzip2 ) - acl? ( !static? ( sys-apps/attr ) ) - gcrypt? ( dev-libs/libgcrypt:0 ) - lzo? ( !static? ( dev-libs/lzo ) ) - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - static? ( app-arch/bzip2[static-libs] ) - static? ( sys-libs/zlib[static-libs] ) - acl? ( static? ( sys-apps/attr[static-libs] ) ) - lzo? ( static? ( dev-libs/lzo[static-libs] ) ) - nls? ( sys-devel/gettext ) - doc? ( app-doc/doxygen )" - -pkg_setup() { - confutils_use_conflict dar32 dar64 -} - -src_configure() { - local myconf="--disable-upx" - - # Bug 103741 - filter-flags -fomit-frame-pointer - - use acl || myconf="${myconf} --disable-ea-support" - use dar32 && myconf="${myconf} --enable-mode=32" - use dar64 && myconf="${myconf} --enable-mode=64" - use doc || myconf="${myconf} --disable-build-html" - # use examples && myconf="${myconf} --enable-examples" - use gcrypt || myconf="${myconf} --disable-libgcrypt-linking" - use lzo || myconf="${myconf} --disable-liblzo2-linking" - use nls || myconf="${myconf} --disable-nls" - if ! use static ; then - myconf="${myconf} --disable-dar-static" - if ! use static-libs ; then - myconf="${myconf} --disable-static" - fi - fi - - econf ${myconf} || die -} - -src_install() { - emake DESTDIR="${D}" pkgdatadir="${EPREFIX}"/usr/share/doc/${PF}/html install || die - - if ! use static-libs ; then - find "${ED}" "(" -name '*.la' -o -name '*.a' ")" -delete || die - fi - - dodoc AUTHORS ChangeLog NEWS README THANKS TODO || die -} diff --git a/app-backup/dar/dar-2.5.6.ebuild b/app-backup/dar/dar-2.5.8.ebuild similarity index 92% rename from app-backup/dar/dar-2.5.6.ebuild rename to app-backup/dar/dar-2.5.8.ebuild index 6986739f195d..78edc49efcbd 100644 --- a/app-backup/dar/dar-2.5.6.ebuild +++ b/app-backup/dar/dar-2.5.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -23,10 +23,9 @@ RDEPEND=">=sys-libs/zlib-1.2.3:= sys-libs/libcap gcrypt? ( dev-libs/libgcrypt:0= ) gpg? ( app-crypt/gpgme ) + lzo? ( dev-libs/lzo:= ) xattr? ( sys-apps/attr:= ) - ) - lzo? ( !static? ( dev-libs/lzo:= ) ) - nls? ( virtual/libintl )" + )" DEPEND="${RDEPEND} static? ( @@ -43,14 +42,15 @@ DEPEND="${RDEPEND} lzo? ( dev-libs/lzo[static-libs] ) xattr? ( sys-apps/attr[static-libs] ) ) - nls? ( sys-devel/gettext ) + nls? ( + sys-devel/gettext + virtual/libintl + ) doc? ( app-doc/doxygen )" REQUIRED_USE="?? ( dar32 dar64 ) gpg? ( gcrypt )" -DOCS="AUTHORS ChangeLog NEWS README THANKS TODO" - #PATCHES=( #) @@ -88,6 +88,7 @@ src_configure() { src_install() { emake DESTDIR="${D}" pkgdatadir="${EPREFIX}"/usr/share/doc/${PF}/html install + local DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO ) einstalldocs if ! use static-libs ; then diff --git a/app-benchmarks/bonnie++/bonnie++-1.97.2.ebuild b/app-benchmarks/bonnie++/bonnie++-1.97.2.ebuild index 51682330af49..a238bbaebc1b 100644 --- a/app-benchmarks/bonnie++/bonnie++-1.97.2.ebuild +++ b/app-benchmarks/bonnie++/bonnie++-1.97.2.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://www.coker.com.au/bonnie++/experimental/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ~ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="debug" S="${WORKDIR}/${P}" diff --git a/app-crypt/gpa/gpa-0.9.9.ebuild b/app-crypt/gpa/gpa-0.9.9.ebuild index 2343e2a50a2a..26fd7e4d0dfd 100644 --- a/app-crypt/gpa/gpa-0.9.9.ebuild +++ b/app-crypt/gpa/gpa-0.9.9.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha amd64 ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" IUSE_LINGUAS=" ar cs de es fr ja nl pl pt_BR ru sv tr zh_TW" IUSE="nls ${IUSE_LINGUAS// / linguas_}" diff --git a/app-crypt/gpgme/gpgme-1.8.0-r2.ebuild b/app-crypt/gpgme/gpgme-1.8.0-r2.ebuild index 80b3f80fc356..715c4936e07c 100644 --- a/app-crypt/gpgme/gpgme-1.8.0-r2.ebuild +++ b/app-crypt/gpgme/gpgme-1.8.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ EAPI="6" PYTHON_COMPAT=( python2_7 python3_{4,5} ) DISTUTILS_OPTIONAL=1 -inherit distutils-r1 eutils qmake-utils +inherit distutils-r1 eutils flag-o-matic qmake-utils DESCRIPTION="GnuPG Made Easy is a library for making GnuPG easier to use" HOMEPAGE="http://www.gnupg.org/related_software/gpgme" @@ -64,6 +64,18 @@ src_configure() { export MOC="$(qt5_get_bindir)/moc" fi + if [[ ${CHOST} == *-darwin* ]] ; then + # FIXME: I don't know how to select on C++11 (libc++) here, but + # I do know all Darwin users are using C++11. This should also + # apply to GCC 4.7+ with libc++, and basically anyone targetting + # it. + + # The C-standard doesn't define strdup, and C++11 drops it + # resulting in an implicit declaration of strdup error. Since + # it is in POSIX raise the feature set to that. + append-cxxflags -D_POSIX_C_SOURCE=200112L + fi + econf \ --enable-languages="${languages[*]}" \ $(use_enable static-libs static) diff --git a/app-crypt/p11-kit/p11-kit-0.23.2.ebuild b/app-crypt/p11-kit/p11-kit-0.23.2.ebuild index d7ac7b13bb13..8adf3c6a9f43 100644 --- a/app-crypt/p11-kit/p11-kit-0.23.2.ebuild +++ b/app-crypt/p11-kit/p11-kit-0.23.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://p11-glue.freedesktop.org/releases/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="+asn1 debug +libffi +trust" REQUIRED_USE="trust? ( asn1 )" diff --git a/app-crypt/pinentry/pinentry-0.9.7-r1.ebuild b/app-crypt/pinentry/pinentry-0.9.7-r1.ebuild index d83edd2120b5..99b63e1ae263 100644 --- a/app-crypt/pinentry/pinentry-0.9.7-r1.ebuild +++ b/app-crypt/pinentry/pinentry-0.9.7-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="emacs gtk ncurses qt4 qt5 caps gnome-keyring static" CDEPEND=" diff --git a/app-emulation/free42/Manifest b/app-emulation/free42/Manifest index 4625ec1f82bf..55cb67989523 100644 --- a/app-emulation/free42/Manifest +++ b/app-emulation/free42/Manifest @@ -1,4 +1,3 @@ DIST free42-1.5.10.tgz 22616956 SHA256 960d94cce3d67047d8968b4ee8b4d324bf1257002d67f971bd1f6e2552a870d1 SHA512 dfdcbdb051aa7cf7a60c27e44ae8dc5458dd418e08cd71e79eff443d09f8021efacc87e06531f312521e5b1f5af0aa72e77b0ce18b8d657499ad174b6a12578e WHIRLPOOL 8324418ab0047e05136937aa6741a4faa518f39eae203eec181958fdc6aa42f577c66716deb81b0dc6d833f79e4e49cfda37fc80e3917f0157583feac1b66985 DIST free42-1.5.12.tgz 22691715 SHA256 77f053fbfc597229f4e7d4e66d80aad0252e18bd8c3e05c757c02af5c4cdf268 SHA512 85e595f14e1ee5cf498dc9aa641edb841db450dbeca67b4a5c7853e7c2d655e3d40ca9332d0fed70c3a3e397553bc4655f87a27aefca4c0eb89d16a6fafae843 WHIRLPOOL 5c0d762660d239c6157a18bbd353734d4af9afb5d665cc75c200e92509457b898693540732be05afeb0514c5c2604207a97c0adbb22121789170de94f538de84 DIST free42-1.5.7.tgz 8159655 SHA256 63c868880e0c18374f4b309dc19e2ea36b9463471d2d77563f53036eea645316 SHA512 fb18712643f73388512fc4dc069d55ef3597f5e6a4e1b47bcd12ab05224027c4ec981ade2398fd8c1e4534003ee6c4de2b7402bade66a3dbe90a46299e7132a3 WHIRLPOOL 0504da8589d3dbf9270a914b2cb6ad86982b926f40abee43d6bbe3f8ec997efe8b0ae50b9d61952e5acd3f2a70d34e16cf0e665cec06d555b0c92438c7a32a43 -DIST free42-1.5.8.tgz 45400324 SHA256 f8ffa54a5f77b5061e1a983962e989fc6679f7e128d996a0550922e366855f2f SHA512 1abaeea314b55f456b65eef530fe692534d92dde95876982c6df1715853055632a4a2305774dc691ca0af28632a393d8d9872bd86353c09d57d2dc8a0ef6cfe2 WHIRLPOOL 9b0abef9d548f09e567e8debe15f9a0635038d6ef655a64885ebc02eb241a0f577ca40b4bdc39c881fe8b2c6f4d97e5575c715a05ccc06df37f90bc5d28d16e8 diff --git a/app-emulation/free42/files/free42-1.5.8-fix-makefile.patch b/app-emulation/free42/files/free42-1.5.8-fix-makefile.patch deleted file mode 100644 index 08742329a337..000000000000 --- a/app-emulation/free42/files/free42-1.5.8-fix-makefile.patch +++ /dev/null @@ -1,29 +0,0 @@ -diff -Nuar a/gtk/Makefile b/gtk/Makefile ---- a/gtk/Makefile 2016-04-27 06:04:12.000000000 +0200 -+++ b/gtk/Makefile 2016-07-22 10:33:06.730040039 +0200 -@@ -19,7 +19,6 @@ - -Wall \ - -Wno-parentheses \ - -Wno-write-strings \ -- -g \ - -I/usr/X11R6/include \ - -fno-exceptions \ - -fno-rtti \ -@@ -30,13 +29,14 @@ - -DDECIMAL_GLOBAL_ROUNDING_ACCESS_FUNCTIONS=1 \ - -DDECIMAL_GLOBAL_EXCEPTION_FLAGS=1 \ - -DDECIMAL_GLOBAL_EXCEPTION_FLAGS_ACCESS_FUNCTIONS=1 \ -- -D_WCHAR_T_DEFINED -+ -D_WCHAR_T_DEFINED \ -+ ${CXXFLAGS} - --LDFLAGS = -L/usr/X11R6/lib -+LDFLAGS := -L/usr/X11R6/lib ${LDFLAGS} - ifeq "$(shell uname -s)" "Darwin" - LIBS := gcc111libbid-mac-x64.a -lXmu $(shell pkg-config --libs gtk+-2.0) - else --LIBS := gcc111libbid-$(shell uname -m).a -lXmu $(shell pkg-config --libs gtk+-2.0) -+LIBS := gcc111libbid-$(shell uname -m).a -lXmu -lX11 -ldl -lpthread $(shell pkg-config --libs gtk+-2.0) - endif - - ifeq "$(shell uname -s)" "Linux" diff --git a/app-emulation/free42/free42-1.5.8.ebuild b/app-emulation/free42/free42-1.5.8.ebuild deleted file mode 100644 index 3f199452c28e..000000000000 --- a/app-emulation/free42/free42-1.5.8.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils toolchain-funcs - -DESCRIPTION="An HP-42S Calculator Simulator" -HOMEPAGE="http://thomasokken.com/free42/" -SRC_URI="mirror://gentoo/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="alsa" - -DEPEND="dev-libs/atk - x11-libs/cairo - x11-libs/gdk-pixbuf - x11-libs/gtk+:2 - x11-libs/pango - alsa? ( media-libs/alsa-lib )" - -RDEPEND="${DEPEND} - x11-libs/libX11 - x11-libs/libXmu" - -S="${WORKDIR}/${PN}" - -src_prepare() { - sed -i -e 's/print_gif_name\[FILENAMELEN\]/print_gif_name\[1000\]/' \ - "${S}/gtk/shell_main.cc" || die - epatch "${FILESDIR}"/${P}-fix-makefile.patch -} - -src_compile() { - local myconf - use alsa && myconf="AUDIO_ALSA=yes" - emake CXX="$(tc-getCXX)" BCD_MATH=1 ${myconf} -C "${S}/gtk" -} - -src_install() { - dodoc CREDITS HISTORY README TODO - dobin gtk/free42dec -} diff --git a/app-emulation/lxd/Manifest b/app-emulation/lxd/Manifest index cb63251f22a4..d0ab9febcc5f 100644 --- a/app-emulation/lxd/Manifest +++ b/app-emulation/lxd/Manifest @@ -1,4 +1,2 @@ -DIST lxd-2.2.tar.bz2 2234844 SHA256 c76b8698a9266afa5e4aec3ccaa283226cc52232e10ad376f02c4bcd000126b7 SHA512 272cd02f8533a18a51739fd2698f239cd57ae852fbf828d3dc53ed1253629808984720bde9173ae7df1f9e94389ab929b53893e7b57c2d0f6571744365c1c93a WHIRLPOOL d76c5ed9bedde8d51403a452bfc1f33bcb19d71fca79439c63f2b70bd58544ff0c05f4008f2603935dd1c63c4d0ea5c733775c723330de692fc5f6cd471d1529 -DIST lxd-2.3.tar.bz2 2248758 SHA256 cd746b3f9682e50b7973e6175a5b48b999748face9e4b515491773ade9d754c4 SHA512 746ea9c2e9266a8482a62fc9e9fdb83f0713b0094e1b52957c5bf2fbd00f4bf1d7a0978086ab123d60ac02bd0dd1f00d46801959ced3b01308170dd7911c7bdc WHIRLPOOL f899e78bd3082ddd46dab5d09d83fe23a23aabbee09488f48ef2ff4a9f3bc41878ecb50b4223235c12962b01468c7b0124c0ae54e60d452f224824cbc89d144e -DIST lxd-2.4.1.tar.bz2 2257768 SHA256 4a02c74819870be5df71227f90be4bc1b7cb90784c115c9f96a6174c8d4dcf75 SHA512 84ce4911a55d495f809a4174061577eceba0b3cd0381170a23fea91651049e43ec809494bf885b315b2d5fde7cda19ee29eed71259b88d3a789fd87c26aac3db WHIRLPOOL 70a2eb3c6b239e9d8682005134ae5c8e991b2f331685b971e1e8d09173aec8c34848527c9f893af0f937384d0f33f7a9e626f8063a00e2fa450331acf00ad7fe DIST lxd-2.5.tar.bz2 2267313 SHA256 d87ac77ec6f47cd3e3417a78b0c315dac367bc89c532cf1784d80b31e57cfc8d SHA512 c023f2b9ccd958560eead23806cb60a04371a3721420f5c0d65e55cf2d7647d6690677619c4f8fa91573545817a1444d9d61f6a2b6ca8c3870136911cb1fbce9 WHIRLPOOL e4702e2597c5fe88ffa5139b829146ea474959799910bed79db617d9486da73d9de77c1ad398c1112d04109a858e5684f2c676bfe9fd4d68cf5081fbc0f6ae7a +DIST lxd-2.7.tar.bz2 2309735 SHA256 2681a77888e19ed95ea0bd562dee9d03d703d01d25ab8cb8e80eb6c6a5f115ed SHA512 53a34e96a1478bd73f5b12988a10162fc4d93554cfd66a38a82879662e63a6d34cbdba432dea6e45733cb66f3b40b46146c4be2d38a66eb3d553f8157104b212 WHIRLPOOL 7fd13e545c632ee16b96f172948509838bcd85fe3541bd014168acb978811827367d86461eb68579fd6aaf3311a87f960057f207eb9b5a6b908a0aac81a5004d diff --git a/app-emulation/lxd/files/lxd-2.2.initd b/app-emulation/lxd/files/lxd-2.2.initd deleted file mode 100644 index c1aef377ab6f..000000000000 --- a/app-emulation/lxd/files/lxd-2.2.initd +++ /dev/null @@ -1,50 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -DAEMON=/usr/sbin/lxd -PIDFILE=/run/lxd.pid - -extra_commands="stopall" - -depend() { - need net - use lxcfs - - # remove with 2.0 release - need cgmanager -} - -start() { - ebegin "Starting lxd server" - - start-stop-daemon --start \ - --pidfile ${PIDFILE} \ - --exec ${DAEMON} \ - --background \ - --make-pidfile \ - -- \ - ${LXD_OPTIONS} - - eend $? -} - -stop() { - if [[ $RC_GOINGDOWN = YES ]] || [[ $RC_REBOOT = YES ]]; then - stopall - else - ebegin "Stopping lxd service (but not containers)" - start-stop-daemon --stop --quiet -R TERM/45 -p ${PIDFILE} - eend $? - fi -} - -stopall() { - ebegin "Stopping lxd service and containers" - if "${DAEMON}" shutdown; then - /etc/init.d/lxd zap - rm -f ${PIDFILE} - fi - eend $? -} diff --git a/app-emulation/lxd/files/lxd-2.3-dont-go-get.patch b/app-emulation/lxd/files/lxd-2.3-dont-go-get.patch deleted file mode 100644 index 9402de57735a..000000000000 --- a/app-emulation/lxd/files/lxd-2.3-dont-go-get.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- /Makefile.orig 2016-07-11 23:34:40.299664675 +0000 -+++ /Makefile 2016-07-11 23:37:00.816018727 +0000 -@@ -12,19 +12,11 @@ - - .PHONY: default - default: -- # Must a few times due to go get race -- -go get -t -v -d ./... -- -go get -t -v -d ./... -- -go get -t -v -d ./... - go install -v $(DEBUG) ./... - @echo "LXD built successfully" - - .PHONY: client - client: -- # Must a few times due to go get race -- -go get -t -v -d ./... -- -go get -t -v -d ./... -- -go get -t -v -d ./... - go install -v $(DEBUG) ./lxc - @echo "LXD client built successfully" - diff --git a/app-emulation/lxd/files/lxd-2.3.confd b/app-emulation/lxd/files/lxd-2.3.confd deleted file mode 100644 index 3d553276a5e3..000000000000 --- a/app-emulation/lxd/files/lxd-2.3.confd +++ /dev/null @@ -1,27 +0,0 @@ -# Group which owns the shared socket -LXD_OPTIONS+=" --group lxd" - - - -# Enable cpu profiling into the specified file -#LXD_OPTIONS+=" --cpuprofile /tmp/lxc_cpu_profile" - -# Enable memory profiling into the specified file -#LXD_OPTIONS+=" --memprofile /tmp/lxc_mem_profile" - - - -# Enables debug mode -#LXD_OPTIONS+=" --debug" - -# For debugging, print a complete stack trace every n seconds -#LXD_OPTIONS+=" --print-goroutines-every 5" - -# Enables verbose mode -#LXD_OPTIONS+=" -v" - -# Logfile to log to -#LXD_OPTIONS+=" --logfile /var/log/lxd/lxd.log" - -# Enables syslog logging -#LXD_OPTIONS+=" --syslog" diff --git a/app-emulation/lxd/files/lxd-2.4.1-dont-go-get.patch b/app-emulation/lxd/files/lxd-2.4.1-dont-go-get.patch deleted file mode 100644 index 9402de57735a..000000000000 --- a/app-emulation/lxd/files/lxd-2.4.1-dont-go-get.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- /Makefile.orig 2016-07-11 23:34:40.299664675 +0000 -+++ /Makefile 2016-07-11 23:37:00.816018727 +0000 -@@ -12,19 +12,11 @@ - - .PHONY: default - default: -- # Must a few times due to go get race -- -go get -t -v -d ./... -- -go get -t -v -d ./... -- -go get -t -v -d ./... - go install -v $(DEBUG) ./... - @echo "LXD built successfully" - - .PHONY: client - client: -- # Must a few times due to go get race -- -go get -t -v -d ./... -- -go get -t -v -d ./... -- -go get -t -v -d ./... - go install -v $(DEBUG) ./lxc - @echo "LXD client built successfully" - diff --git a/app-emulation/lxd/files/lxd-2.4.1.confd b/app-emulation/lxd/files/lxd-2.4.1.confd deleted file mode 100644 index 3d553276a5e3..000000000000 --- a/app-emulation/lxd/files/lxd-2.4.1.confd +++ /dev/null @@ -1,27 +0,0 @@ -# Group which owns the shared socket -LXD_OPTIONS+=" --group lxd" - - - -# Enable cpu profiling into the specified file -#LXD_OPTIONS+=" --cpuprofile /tmp/lxc_cpu_profile" - -# Enable memory profiling into the specified file -#LXD_OPTIONS+=" --memprofile /tmp/lxc_mem_profile" - - - -# Enables debug mode -#LXD_OPTIONS+=" --debug" - -# For debugging, print a complete stack trace every n seconds -#LXD_OPTIONS+=" --print-goroutines-every 5" - -# Enables verbose mode -#LXD_OPTIONS+=" -v" - -# Logfile to log to -#LXD_OPTIONS+=" --logfile /var/log/lxd/lxd.log" - -# Enables syslog logging -#LXD_OPTIONS+=" --syslog" diff --git a/app-emulation/lxd/files/lxd-2.4.1.initd b/app-emulation/lxd/files/lxd-2.4.1.initd deleted file mode 100644 index c1aef377ab6f..000000000000 --- a/app-emulation/lxd/files/lxd-2.4.1.initd +++ /dev/null @@ -1,50 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -DAEMON=/usr/sbin/lxd -PIDFILE=/run/lxd.pid - -extra_commands="stopall" - -depend() { - need net - use lxcfs - - # remove with 2.0 release - need cgmanager -} - -start() { - ebegin "Starting lxd server" - - start-stop-daemon --start \ - --pidfile ${PIDFILE} \ - --exec ${DAEMON} \ - --background \ - --make-pidfile \ - -- \ - ${LXD_OPTIONS} - - eend $? -} - -stop() { - if [[ $RC_GOINGDOWN = YES ]] || [[ $RC_REBOOT = YES ]]; then - stopall - else - ebegin "Stopping lxd service (but not containers)" - start-stop-daemon --stop --quiet -R TERM/45 -p ${PIDFILE} - eend $? - fi -} - -stopall() { - ebegin "Stopping lxd service and containers" - if "${DAEMON}" shutdown; then - /etc/init.d/lxd zap - rm -f ${PIDFILE} - fi - eend $? -} diff --git a/app-emulation/lxd/files/lxd-2.2-dont-go-get.patch b/app-emulation/lxd/files/lxd-2.7-dont-go-get.patch similarity index 100% rename from app-emulation/lxd/files/lxd-2.2-dont-go-get.patch rename to app-emulation/lxd/files/lxd-2.7-dont-go-get.patch diff --git a/app-emulation/lxd/files/lxd-2.2.confd b/app-emulation/lxd/files/lxd-2.7.confd similarity index 100% rename from app-emulation/lxd/files/lxd-2.2.confd rename to app-emulation/lxd/files/lxd-2.7.confd diff --git a/app-emulation/lxd/files/lxd-2.3.initd b/app-emulation/lxd/files/lxd-2.7.initd similarity index 95% rename from app-emulation/lxd/files/lxd-2.3.initd rename to app-emulation/lxd/files/lxd-2.7.initd index c1aef377ab6f..98b89bde5f86 100644 --- a/app-emulation/lxd/files/lxd-2.3.initd +++ b/app-emulation/lxd/files/lxd-2.7.initd @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/app-emulation/lxd/lxd-2.2.ebuild b/app-emulation/lxd/lxd-2.2.ebuild deleted file mode 100644 index b5754f19fb59..000000000000 --- a/app-emulation/lxd/lxd-2.2.ebuild +++ /dev/null @@ -1,156 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -DESCRIPTION="Fast, dense and secure container management" -HOMEPAGE="https://linuxcontainers.org/lxd/introduction/" -EGO_PN_PARENT="github.com/lxc" -EGO_PN="${EGO_PN_PARENT}/lxd" - -# The source is repackaged using a script at: -# https://dev.gentoo.org/~stasibear/lxd_repackage.py -# This is necessary because go's native package management assumes -# that a build starts with checking out many git repositories, often -# from HEAD. This provides no way to build the same code repeatably, -# and anyway portage requires that fetching is only done from SRC_URI. -# The only sane alternative I've seen is in the consul ebuild, which -# is more transparent but raises other questions. -SRC_URI="https://dev.gentoo.org/~stasibear/distfiles/${P}.tar.bz2" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -PLOCALES="de fr ja" -IUSE="+daemon nls test" - -# IUSE and PLOCALES must be defined before l10n inherited -inherit bash-completion-r1 golang-build l10n systemd user vcs-snapshot - -DEPEND=" - dev-go/go-crypto - dev-libs/protobuf - nls? ( sys-devel/gettext ) - test? ( - app-misc/jq - dev-db/sqlite - net-misc/curl - sys-devel/gettext - ) -" - -RDEPEND=" - daemon? ( - app-admin/cgmanager - app-arch/xz-utils - app-emulation/lxc[cgmanager,seccomp] - net-misc/rsync[xattr] - sys-apps/iproute2 - sys-fs/squashfs-tools - virtual/acl - ) -" - -PATCHES=("${FILESDIR}/${P}-dont-go-get.patch") - -# KNOWN ISSUES: -# - Translations may not work. I've been unsuccessful in forcing -# localized output. Anyway, upstream (Canonical) doesn't install the -# message files. - -src_prepare() { - cd "${S}/src/${EGO_PN}" || die "Failed to change to deep src dir" - - default_src_prepare - - tmpgoroot="${T}/goroot" - mkdir -p "$tmpgoroot" || die "Failed to create temporary GOROOT" - cp -sR "$(get_golibdir_gopath)"/* "${tmpgoroot}" || die "Failed to copy files to temporary GOROOT" - - # Warn on unhandled locale changes - l10n_find_plocales_changes po "" .po -} - -src_compile() { - golang-build_src_compile - - cd "${S}/src/${EGO_PN}" || die "Failed to change to deep src dir" - - tmpgoroot="${T}/goroot" - if use daemon; then - # Build binaries - GOPATH="${S}:${tmpgoroot}" emake - else - # build client tool - GOPATH="${S}:${tmpgoroot}" emake client - fi - - use nls && emake build-mo -} - -src_test() { - if use daemon; then - # Go native tests should succeed - golang-build_src_test - fi -} - -src_install() { - # Installs all src,pkg to /usr/lib/go-gentoo - golang-build_src_install - - cd "${S}" - dobin bin/lxc - use daemon && dosbin bin/lxd - - cd "src/${EGO_PN}" - - if use nls; then - for lingua in ${PLOCALES}; do - if use linguas_${lingua}; then - domo po/${lingua}.mo - fi - done - fi - - if use daemon; then - newinitd "${FILESDIR}"/${P}.initd lxd - newconfd "${FILESDIR}"/${P}.confd lxd - - systemd_dounit "${FILESDIR}"/lxd.service - fi - - newbashcomp config/bash/lxd-client lxc - - dodoc AUTHORS CONTRIBUTING.md README.md doc/* -} - -pkg_postinst() { - einfo - einfo "Consult https://wiki.gentoo.org/wiki/LXD for more information," - einfo "including a Quick Start." - - # The messaging below only applies to daemon installs - use daemon || return 0 - - # The control socket will be owned by (and writeable by) this group. - enewgroup lxd - - # Ubuntu also defines an lxd user but it appears unused (the daemon - # must run as root) - - einfo - einfo "Though not strictly required, some features are enabled at run-time" - einfo "when the relevant helper programs are detected:" - einfo "- sys-apps/apparmor" - einfo "- sys-fs/btrfs-progs" - einfo "- sys-fs/lvm2" - einfo "- sys-fs/lxcfs" - einfo "- sys-fs/zfs" - einfo "- sys-process/criu" - einfo - einfo "Since these features can't be disabled at build-time they are" - einfo "not USE-conditional." -} diff --git a/app-emulation/lxd/lxd-2.4.1.ebuild b/app-emulation/lxd/lxd-2.4.1.ebuild deleted file mode 100644 index 809f11ace32c..000000000000 --- a/app-emulation/lxd/lxd-2.4.1.ebuild +++ /dev/null @@ -1,195 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -DESCRIPTION="Fast, dense and secure container management" -HOMEPAGE="https://linuxcontainers.org/lxd/introduction/" -EGO_PN_PARENT="github.com/lxc" -EGO_PN="${EGO_PN_PARENT}/lxd" - -# The source is repackaged using a script at: -# https://dev.gentoo.org/~stasibear/lxd_repackage.py -# This is necessary because go's native package management assumes -# that a build starts with checking out many git repositories, often -# from HEAD. This provides no way to build the same code repeatably, -# and anyway portage requires that fetching is only done from SRC_URI. -# The only sane alternative I've seen is in the consul ebuild, which -# is more transparent but raises other questions. -SRC_URI="https://dev.gentoo.org/~stasibear/distfiles/${P}.tar.bz2" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -PLOCALES="de fr ja" -IUSE="+daemon nls test" - -# IUSE and PLOCALES must be defined before l10n inherited -inherit bash-completion-r1 golang-build l10n linux-info systemd user vcs-snapshot - -DEPEND=" - >=dev-lang/go-1.7.1 - dev-go/go-crypto - dev-libs/protobuf - nls? ( sys-devel/gettext ) - test? ( - app-misc/jq - dev-db/sqlite - net-misc/curl - sys-devel/gettext - ) -" - -RDEPEND=" - daemon? ( - app-admin/cgmanager - app-arch/xz-utils - app-emulation/lxc[cgmanager,seccomp] - net-dns/dnsmasq[dhcp,ipv6] - net-misc/rsync[xattr] - sys-apps/iproute2[ipv6] - sys-fs/squashfs-tools - virtual/acl - ) -" - -CONFIG_CHECK=" - ~BRIDGE - ~DUMMY - ~IP6_NF_NAT - ~IP6_NF_TARGET_MASQUERADE - ~IPV6 - ~IP_NF_NAT - ~IP_NF_TARGET_MASQUERADE - ~MACVLAN - ~NETFILTER_XT_MATCH_COMMENT - ~NET_IPGRE - ~NET_IPGRE_DEMUX - ~NET_IPIP - ~NF_NAT_MASQUERADE_IPV4 - ~NF_NAT_MASQUERADE_IPV6 - ~VXLAN -" - -ERROR_BRIDGE="BRIDGE: needed for network commands" -ERROR_DUMMY="DUMMY: needed for network commands" -ERROR_IP6_NF_NAT="IP6_NF_NAT: needed for network commands" -ERROR_IP6_NF_TARGET_MASQUERADE="IP6_NF_TARGET_MASQUERADE: needed for network commands" -ERROR_IPV6="IPV6: needed for network commands" -ERROR_IP_NF_NAT="IP_NF_NAT: needed for network commands" -ERROR_IP_NF_TARGET_MASQUERADE="IP_NF_TARGET_MASQUERADE: needed for network commands" -ERROR_MACVLAN="MACVLAN: needed for network commands" -ERROR_NETFILTER_XT_MATCH_COMMENT="NETFILTER_XT_MATCH_COMMENT: needed for network commands" -ERROR_NET_IPGRE="NET_IPGRE: needed for network commands" -ERROR_NET_IPGRE_DEMUX="NET_IPGRE_DEMUX: needed for network commands" -ERROR_NET_IPIP="NET_IPIP: needed for network commands" -ERROR_NF_NAT_MASQUERADE_IPV4="NF_NAT_MASQUERADE_IPV4: needed for network commands" -ERROR_NF_NAT_MASQUERADE_IPV6="NF_NAT_MASQUERADE_IPV6: needed for network commands" -ERROR_VXLAN="VXLAN: needed for network commands" - -PATCHES=("${FILESDIR}/${P}-dont-go-get.patch") - -# KNOWN ISSUES: -# - Translations may not work. I've been unsuccessful in forcing -# localized output. Anyway, upstream (Canonical) doesn't install the -# message files. - -src_prepare() { - cd "${S}/src/${EGO_PN}" || die "Failed to change to deep src dir" - - default_src_prepare - - tmpgoroot="${T}/goroot" - mkdir -p "$tmpgoroot" || die "Failed to create temporary GOROOT" - cp -sR "$(get_golibdir_gopath)"/* "${tmpgoroot}" || die "Failed to copy files to temporary GOROOT" - - # Warn on unhandled locale changes - l10n_find_plocales_changes po "" .po -} - -src_compile() { - golang-build_src_compile - - cd "${S}/src/${EGO_PN}" || die "Failed to change to deep src dir" - - tmpgoroot="${T}/goroot" - if use daemon; then - # Build binaries - GOPATH="${S}:${tmpgoroot}" emake - else - # build client tool - GOPATH="${S}:${tmpgoroot}" emake client - fi - - use nls && emake build-mo -} - -src_test() { - if use daemon; then - # Go native tests should succeed - golang-build_src_test - fi -} - -src_install() { - # Installs all src,pkg to /usr/lib/go-gentoo - golang-build_src_install - - cd "${S}" - dobin bin/lxc - use daemon && dosbin bin/lxd - - cd "src/${EGO_PN}" - - if use nls; then - for lingua in ${PLOCALES}; do - if use linguas_${lingua}; then - domo po/${lingua}.mo - fi - done - fi - - if use daemon; then - newinitd "${FILESDIR}"/${P}.initd lxd - newconfd "${FILESDIR}"/${P}.confd lxd - - systemd_dounit "${FILESDIR}"/lxd.service - fi - - newbashcomp config/bash/lxd-client lxc - - dodoc AUTHORS CONTRIBUTING.md README.md doc/* -} - -pkg_postinst() { - einfo - einfo "Consult https://wiki.gentoo.org/wiki/LXD for more information," - einfo "including a Quick Start." - - # The messaging below only applies to daemon installs - use daemon || return 0 - - # The control socket will be owned by (and writeable by) this group. - enewgroup lxd - - # Ubuntu also defines an lxd user but it appears unused (the daemon - # must run as root) - - einfo - einfo "Though not strictly required, some features are enabled at run-time" - einfo "when the relevant helper programs are detected:" - einfo "- sys-apps/apparmor" - einfo "- sys-fs/btrfs-progs" - einfo "- sys-fs/lvm2" - einfo "- sys-fs/lxcfs" - einfo "- sys-fs/zfs" - einfo "- sys-process/criu" - einfo - einfo "Since these features can't be disabled at build-time they are" - einfo "not USE-conditional." - einfo - einfo "Networks with bridge.mode=fan are unsupported due to requiring" - einfo "a patched kernel and iproute2." -} diff --git a/app-emulation/lxd/lxd-2.3.ebuild b/app-emulation/lxd/lxd-2.7.ebuild similarity index 97% rename from app-emulation/lxd/lxd-2.3.ebuild rename to app-emulation/lxd/lxd-2.7.ebuild index 809f11ace32c..edad0e20206a 100644 --- a/app-emulation/lxd/lxd-2.3.ebuild +++ b/app-emulation/lxd/lxd-2.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -32,6 +32,7 @@ inherit bash-completion-r1 golang-build l10n linux-info systemd user vcs-snapsho DEPEND=" >=dev-lang/go-1.7.1 dev-go/go-crypto + dev-go/go-net dev-libs/protobuf nls? ( sys-devel/gettext ) test? ( @@ -139,7 +140,10 @@ src_install() { cd "${S}" dobin bin/lxc - use daemon && dosbin bin/lxd + if use daemon; then + dosbin bin/lxd + dobin bin/fuidshift + fi cd "src/${EGO_PN}" diff --git a/app-i18n/enca/enca-1.19-r1.ebuild b/app-i18n/enca/enca-1.19-r1.ebuild index e472f7119e5a..b186bc5e1136 100644 --- a/app-i18n/enca/enca-1.19-r1.ebuild +++ b/app-i18n/enca/enca-1.19-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://dl.cihar.com/${PN}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="doc +iconv recode static-libs" RDEPEND=" diff --git a/app-i18n/ibus/ibus-1.5.12.ebuild b/app-i18n/ibus/ibus-1.5.12.ebuild index 3444651718eb..717d2333c080 100644 --- a/app-i18n/ibus/ibus-1.5.12.ebuild +++ b/app-i18n/ibus/ibus-1.5.12.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/ibus/ibus/wiki" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="deprecated gconf gtk +gtk3 +introspection nls +python test vala wayland +X" REQUIRED_USE=" || ( gtk gtk3 X ) diff --git a/app-i18n/poedit/poedit-1.8.5.ebuild b/app-i18n/poedit/poedit-1.8.5.ebuild index 0f83278b4cdf..972a270adb5f 100644 --- a/app-i18n/poedit/poedit-1.8.5.ebuild +++ b/app-i18n/poedit/poedit-1.8.5.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar. LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" # db/expat req for legacytm (backwards support for pre 1.6) diff --git a/app-i18n/scim-pinyin/scim-pinyin-0.5.92.ebuild b/app-i18n/scim-pinyin/scim-pinyin-0.5.92.ebuild index ced754d534f6..0edc1a55851d 100644 --- a/app-i18n/scim-pinyin/scim-pinyin-0.5.92.ebuild +++ b/app-i18n/scim-pinyin/scim-pinyin-0.5.92.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/scim/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="nls" RDEPEND="x11-libs/libXt diff --git a/app-misc/carbon-c-relay/Manifest b/app-misc/carbon-c-relay/Manifest index d7d7326dcc12..acf7c92342d4 100644 --- a/app-misc/carbon-c-relay/Manifest +++ b/app-misc/carbon-c-relay/Manifest @@ -1,3 +1,3 @@ -DIST carbon-c-relay-2.1.tar.gz 94255 SHA256 53ee0c9f6ca61c72450a3c321e3f1e119aba0e619e7e5bbd72d29e6f3bc01212 SHA512 363698cc5ddb661d7ee431ef790fa3b0ccdf7103c67703f5936c291a6c7b324f0ccf333bd231e1abb9ffa37384b04ffa49f3df1f76beeb45e1fbeaad889afe13 WHIRLPOOL f757efc28228fc878bab1831fdbaa8c368b1a8fd66f0518a871732255bb489adec5aee62695c38b7b4145de30e4108ab01304a9bfdb5479b0c8df0d2f8771dc7 DIST carbon-c-relay-2.2.tar.gz 97855 SHA256 d1aaba516544252c3aed33de902c0e4f7021e60949071c190a0c056a8eb73d42 SHA512 6e71cbff8954fffe6198096f42b5559a9f83d760d1cac3d8d8f5c3143412006073d24baad58d050d72edc369c774c31e0f536c04da6233ad531f8f674614798a WHIRLPOOL e373cd9ed375fee2c5562a1f65fc1511ea4cfc43d77f3ebaebafc27faa9e5ba6312a28c376915029ddfc09c2e8ed7c80857966f230dda9250716adeaa2e1f9f5 DIST carbon-c-relay-2.3.tar.gz 99098 SHA256 06c2ac565d4d24deb88b6ac1c407890522da853845bfc9576abd16a96478a6d2 SHA512 9ca0449c9014c7b63c84ae1625a99a52608788e9894f6e002537b818e1f796d04e1897e7f81b8f673935e33d59f64b9bd9bacddee307bd56e4cda44d703df737 WHIRLPOOL c6c4f31cdf1dfdb4ffa99327a3cafd45af05955789b1f7d2d7506a6ff440dd8870fa23fb111c0ef7412935cac5a1ea22c1f4921e0ab2bd600269d5b75ef9198d +DIST carbon-c-relay-2.4.tar.gz 102092 SHA256 f4b326ee65716c9daba2054883a395e97774ea0ee7ac95d3cf76d1e63141b622 SHA512 de23cf1affdca1304d8ca3f660bc9350918cf1543505f5daf46f119139ed73efbf024b1842051366f62e81b41f1823513e50b80ea6436add981a966d5ed62b72 WHIRLPOOL a00f3ed88f63523be07ee13bd56ff75d7664936970a8e1ed1e40c178bbfa4e684360d997f1b944ead94b1bc7bc7c30b534ba2c537bbb4fc4fa9747f7a04d2026 diff --git a/app-misc/carbon-c-relay/carbon-c-relay-2.1.ebuild b/app-misc/carbon-c-relay/carbon-c-relay-2.4.ebuild similarity index 94% rename from app-misc/carbon-c-relay/carbon-c-relay-2.1.ebuild rename to app-misc/carbon-c-relay/carbon-c-relay-2.4.ebuild index 963f0fca75de..6d0b34dd1c4a 100644 --- a/app-misc/carbon-c-relay/carbon-c-relay-2.1.ebuild +++ b/app-misc/carbon-c-relay/carbon-c-relay-2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/app-misc/g15daemon/g15daemon-1.9.5.3-r13.ebuild b/app-misc/g15daemon/g15daemon-1.9.5.3-r13.ebuild index fed328ca7dbb..243b3894adca 100644 --- a/app-misc/g15daemon/g15daemon-1.9.5.3-r13.ebuild +++ b/app-misc/g15daemon/g15daemon-1.9.5.3-r13.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="perl python static-libs" DEPEND="virtual/libusb:0 diff --git a/app-misc/ignuit/ignuit-2.24.2.ebuild b/app-misc/ignuit/ignuit-2.24.2.ebuild index 4742b9dd0170..9301e7c5359e 100644 --- a/app-misc/ignuit/ignuit-2.24.2.ebuild +++ b/app-misc/ignuit/ignuit-2.24.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://homepages.ihug.co.nz/~trmusson/stuff/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="examples" RDEPEND=" diff --git a/app-misc/iguanaIR/iguanaIR-1.0.1-r1.ebuild b/app-misc/iguanaIR/iguanaIR-1.0.1-r1.ebuild index ecb267926999..ac78a77b0179 100644 --- a/app-misc/iguanaIR/iguanaIR-1.0.1-r1.ebuild +++ b/app-misc/iguanaIR/iguanaIR-1.0.1-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://iguanaworks.net/downloads/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="" # sys-apps/lsb-release is used by the init script for detecting Gentoo diff --git a/app-misc/media-player-info/media-player-info-22.ebuild b/app-misc/media-player-info/media-player-info-22.ebuild index 3458e2c6b64b..c20e8236b42b 100644 --- a/app-misc/media-player-info/media-player-info-22.ebuild +++ b/app-misc/media-player-info/media-player-info-22.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86" IUSE="" # https://cgit.freedesktop.org/media-player-info/commit/?id=d83dd01a0a1df6198ee08954da1c033b88a1004b diff --git a/app-misc/uptimed/uptimed-0.4.0.ebuild b/app-misc/uptimed/uptimed-0.4.0.ebuild index e0c9aa874b5f..0314776d1423 100644 --- a/app-misc/uptimed/uptimed-0.4.0.ebuild +++ b/app-misc/uptimed/uptimed-0.4.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/rpodgorny/uptimed/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="static-libs" pkg_setup() { diff --git a/app-portage/g-cpan/g-cpan-0.16.9.ebuild b/app-portage/g-cpan/g-cpan-0.16.9.ebuild index a722136bf513..de9c13cbdbf5 100644 --- a/app-portage/g-cpan/g-cpan-0.16.9.ebuild +++ b/app-portage/g-cpan/g-cpan-0.16.9.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then SRC_URI="" else SRC_URI="https://github.com/gentoo-perl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86" + KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" fi DESCRIPTION="Autogenerate and install ebuilds for CPAN modules" diff --git a/app-shells/zsh/zsh-5.2.ebuild b/app-shells/zsh/zsh-5.2.ebuild index 74c57f737cd8..4556f659bf08 100644 --- a/app-shells/zsh/zsh-5.2.ebuild +++ b/app-shells/zsh/zsh-5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]] ; then inherit git-r3 autotools EGIT_REPO_URI="git://git.code.sf.net/p/zsh/code" else - KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SRC_URI="http://www.zsh.org/pub/${P}.tar.xz doc? ( http://www.zsh.org/pub/${P}-doc.tar.xz )" fi diff --git a/app-text/convmv/convmv-2.0.ebuild b/app-text/convmv/convmv-2.0.ebuild index 334bce42b0c4..df192ea168d2 100644 --- a/app-text/convmv/convmv-2.0.ebuild +++ b/app-text/convmv/convmv-2.0.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://j3e.de/linux/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86" IUSE="" DEPEND="dev-lang/perl" diff --git a/app-text/pdfgrep/Manifest b/app-text/pdfgrep/Manifest index 8f804945e362..c04bc3e85689 100644 --- a/app-text/pdfgrep/Manifest +++ b/app-text/pdfgrep/Manifest @@ -1,2 +1 @@ -DIST pdfgrep-1.3.2.tar.gz 114754 SHA256 386b167434443dd299d389a0ef292d708123255cbab0e179e11b65ba51d9b386 SHA512 dd5d26999405e1e84f5639ea48e15d2aab951a766f828e8e7b45409a7e027a5312757ac64952da56b8a37cf0cd0bc6f43cd16d78600dcc6c8fcb4deabecf0a5b WHIRLPOOL d2ca79e647a21767e0296d72dcdb511157352adf1f1d60beec9d15eb46554f3ec6d9c11f1dfda8988d4f6dcf4a814c52a8ffc28f72c2f227e01430354a8b99f9 DIST pdfgrep-1.4.1.tar.gz 151926 SHA256 db04a210e6bb7b77cd6c54b17f0f6fed0d123a85f97a541b270736a5d3840f2c SHA512 27ce23c25a5f284b3eba92a0f8dbf02600248548967c1e71dfb41e43528824d9add587ea0ac23899ff07d2ffc6c74c2e6e4c2e7240e69494b8d31b7a4afc3735 WHIRLPOOL f08308a13b0b577215521b116db7b4c787b34993665031a690308e45333f35e86419928310b303060cda40aaf4ed5d474400bcee0e29106c9f8c8935d779687e diff --git a/app-text/pdfgrep/pdfgrep-1.3.2.ebuild b/app-text/pdfgrep/pdfgrep-1.3.2.ebuild deleted file mode 100644 index a45031e5aaab..000000000000 --- a/app-text/pdfgrep/pdfgrep-1.3.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="A tool similar to grep which searches text in PDFs" -HOMEPAGE="http://pdfgrep.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 x86" -IUSE="unac" - -RDEPEND=" - app-text/poppler:=[cxx] - unac? ( app-text/unac )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_configure() { - econf $(use_with unac) -} diff --git a/app-text/stardict/stardict-3.0.6-r3.ebuild b/app-text/stardict/stardict-3.0.6-r3.ebuild index c1c7bae31045..70cc89804b5d 100644 --- a/app-text/stardict/stardict-3.0.6-r3.ebuild +++ b/app-text/stardict/stardict-3.0.6-r3.ebuild @@ -21,7 +21,7 @@ SRC_URI="mirror://sourceforge/${PN}-4/${P}.tar.bz2 LICENSE="CPL-1.0 GPL-3 LGPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 sparc x86" +KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 sparc x86" IUSE="advertisement debug dictdotcn espeak examples +gucharmap +htmlparse man perl +powerwordparse pronounce python qqwry spell tools updateinfo +wikiparse +wordnet +xdxfparse" diff --git a/dev-cpp/asio/asio-1.4.8-r1.ebuild b/dev-cpp/asio/asio-1.4.8-r1.ebuild index d0c44e943130..003a9d1b9255 100644 --- a/dev-cpp/asio/asio-1.4.8-r1.ebuild +++ b/dev-cpp/asio/asio-1.4.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="Boost-1.0" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86" IUSE="doc examples ssl test" RDEPEND="ssl? ( dev-libs/openssl ) diff --git a/dev-cpp/eigen/Manifest b/dev-cpp/eigen/Manifest index bda8f48b4d7e..760e9258f53e 100644 --- a/dev-cpp/eigen/Manifest +++ b/dev-cpp/eigen/Manifest @@ -2,3 +2,4 @@ DIST eigen-2.0.17.tar.bz2 367890 SHA256 7255e856ed367ce6e6e2d4153b0e4e753c8b8d36 DIST eigen-3.2.10.tar.bz2 1168527 SHA256 760e6656426fde71cc48586c971390816f456d30f0b5d7d4ad5274d8d2cb0a6d SHA512 413c01a5b1b5d2e4366bc9289b1d613b21157e702b1c0d544e41ba5726acfbe0b60921ded37926010e9ce3642939e3ad39038e053d392b90a7a6302955ec5058 WHIRLPOOL f8d6498ab32197e0193ef7f9bae3f360f2a4cc321c34c90d2b72347ca5fd47a028fdc120dafd663520583ef471b4d756ab5cedea4f6d5344e76991a7afe4779b DIST eigen-3.2.8.tar.bz2 1161201 SHA256 722a63d672b70f39c271c5e2a4a43ba14d12015674331790414fcb167c357e55 SHA512 53c27ba530c985dfef52188e03273eeef33abbc67e3f150cacd3371c8b9ddbd399228730595821c4c56c061d109cf509266c1dab2b8a7c730902cbd6fb18c100 WHIRLPOOL 75e54f5620299f49a540483b0b4163e3cf6c48695f30f5e258343925cb488c3915588862a3fbe2341b5dbe17ea20756409265000f19ea2f45e7706837cb2488a DIST eigen-3.2.9.tar.bz2 1163762 SHA256 4d1e036ec1ed4f4805d5c6752b76072d67538889f4003fadf2f6e00a825845ff SHA512 2734ce70e0b04dc5839715a3cc9b8f90e05b341cfca42a7d586df213a9a14fe5642c76ccf36c16d020ae167c0d6e4d5cc306f0b3bf1f519c58372b0736ca7e63 WHIRLPOOL 7caba7b0676bc5dc203c8d8b5f57fc3a31a95171ddbb63b21ba8c84e58e5c5fde242d232299183e41886e970c3ea84bce821d506b6c32526ae44703ee3a599f9 +DIST eigen-3.3.1.tar.bz2 1638315 SHA256 a0b4cebaabd8f371d1b364f9723585fbcc7c9640ca60273b99835e6cf115f056 SHA512 d679bc04279bad351a35caeb04c4a95ebdd7d69153209573603e0c4c1d15b0c4d23d74f8651928ad04d7f03ad132fa7184d662801be75f58be38fd78802c7724 WHIRLPOOL abbd43be2121aa43192b007f9ed3471fe163fbe71a41a0c0ef61308e96e7c52767c1900dca29b855c8358fc0390630f9bb0deddfb0c951782cbd5499dc53103f diff --git a/dev-cpp/eigen/eigen-3.3.1.ebuild b/dev-cpp/eigen/eigen-3.3.1.ebuild new file mode 100644 index 000000000000..fb5d8fe1c2f3 --- /dev/null +++ b/dev-cpp/eigen/eigen-3.3.1.ebuild @@ -0,0 +1,113 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +FORTRAN_NEEDED="test" + +inherit cmake-utils cuda fortran-2 + +DESCRIPTION="C++ template library for linear algebra" +HOMEPAGE="http://eigen.tuxfamily.org/" +SRC_URI="https://bitbucket.org/eigen/eigen/get/${PV}.tar.bz2 -> ${P}.tar.bz2" + +LICENSE="LGPL-2 GPL-3" +SLOT="3" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="altivec c++11 cuda debug doc neon openmp test" #zvector vsx + +IUSE_CPU_FLAGS=" avx avx2 f16c fma3 sse2 sse3 sse4_1 sse4_2 ssse3" #x87 +IUSE+=" ${IUSE_CPU_FLAGS// / cpu_flags_x86_}" + +RDEPEND="!dev-cpp/eigen:0" +DEPEND=" + doc? ( app-doc/doxygen[dot,latex] ) + test? ( + dev-libs/gmp:0 + dev-libs/mpfr:0 + media-libs/freeglut + media-libs/glew + sci-libs/adolc + sci-libs/cholmod + sci-libs/fftw:3.0 + sci-libs/pastix + sci-libs/umfpack + sci-libs/scotch + sci-libs/spqr + sci-libs/superlu + dev-qt/qtcore:4 + virtual/opengl + virtual/pkgconfig + cuda? ( dev-util/nvidia-cuda-toolkit ) + ) +" +# Missing: +# METIS-5 +# GOOGLEHASH + +src_unpack() { + default + mv ${PN}* ${P} || die +} + +src_prepare() { + sed \ + -e 's:-g2::g' \ + -i cmake/EigenConfigureTesting.cmake || die + + sed -i CMakeLists.txt \ + -e "/add_subdirectory(demos/d" \ + || die "sed disable unused bundles failed" + + if ! use test; then + sed -i CMakeLists.txt \ + -e "/add_subdirectory(blas/d" \ + -e "/add_subdirectory(lapack/d" \ + || die "sed disable unused bundles failed" + fi + + sed -i -e "/Unknown build type/d" CMakeLists.txt || die + + use cuda && cuda_src_prepare + + cmake-utils_src_prepare +} + +src_compile() { + cmake-utils_src_compile + use doc && cmake-utils_src_compile doc +} + +src_test() { + local mycmakeargs=( + -DEIGEN_BUILD_TESTS=ON + -DEIGEN_TEST_ALTIVEC="$(usex altivec)" + -DEIGEN_TEST_CXX11="$(usex c++11)" + -DEIGEN_TEST_CUDA="$(usex cuda)" + -DEIGEN_TEST_OPENMP="$(usex openmp)" + -DEIGEN_TEST_AVX="$(usex cpu_flags_x86_avx)" + -DEIGEN_TEST_AVX512="$(usex cpu_flags_x86_avx2)" + -DEIGEN_TEST_F16C="$(usex cpu_flags_x86_f16c)" + -DEIGEN_TEST_FMA="$(usex cpu_flags_x86_fma3)" + -DEIGEN_TEST_SSE3="$(usex cpu_flags_x86_sse3)" + -DEIGEN_TEST_SSE4_1="$(usex cpu_flags_x86_sse4_1)" + -DEIGEN_TEST_SSE4_2="$(usex cpu_flags_x86_sse4_2)" + -DEIGEN_TEST_SSSE3="$(usex cpu_flags_x86_ssse3)" + -DEIGEN_TEST_NEON64="$(usex neon)" +# -DEIGEN_TEST_X87="$(usex cpu_flags_x86_x87)" + ) + cmake-utils_src_configure + cmake-utils_src_compile blas + cmake-utils_src_compile buildtests + cmake-utils_src_test +} + +src_install() { + cmake-utils_src_install + use doc && dodoc -r "${BUILD_DIR}"/doc/html + + # Debian installs it and some projects started using it. + insinto /usr/share/cmake/Modules/ + doins "${S}/cmake/FindEigen3.cmake" +} diff --git a/dev-cpp/eigen/metadata.xml b/dev-cpp/eigen/metadata.xml index 61427166cf70..b81958c50e6c 100644 --- a/dev-cpp/eigen/metadata.xml +++ b/dev-cpp/eigen/metadata.xml @@ -16,6 +16,11 @@ OpenGL apps, spreadsheets and other office apps, etc. Eigen is dedicated to providing optimal speed with GCC. + + Build using the C++11 standard + Build with cuda support + Take advantage of CPU feature f16c + eigen/eigen diff --git a/dev-cpp/lucene++/lucene++-3.0.7.ebuild b/dev-cpp/lucene++/lucene++-3.0.7.ebuild index cedf47f59365..ef0b9bdf94c8 100644 --- a/dev-cpp/lucene++/lucene++-3.0.7.ebuild +++ b/dev-cpp/lucene++/lucene++-3.0.7.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_${PV}.tar. LICENSE="|| ( LGPL-3 Apache-2.0 )" SLOT="0" -KEYWORDS="amd64 ~hppa ~ppc64 x86" +KEYWORDS="amd64 ~hppa ppc64 x86" IUSE="debug" DEPEND="dev-libs/boost:=" diff --git a/dev-cpp/tree/tree-2.81.ebuild b/dev-cpp/tree/tree-2.81.ebuild index ab255039fa7c..200fcc289a47 100644 --- a/dev-cpp/tree/tree-2.81.ebuild +++ b/dev-cpp/tree/tree-2.81.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="http://www.aei.mpg.de/~peekas/tree/${P}.tar.gz" LICENSE="|| ( GPL-2 GPL-3 )" SLOT="0" -KEYWORDS="amd64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="doc" S="${S}"/src diff --git a/dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild b/dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild index 226d33f0978f..b8ad229af960 100644 --- a/dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild +++ b/dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="https://github.com/jbeder/${PN}/archive/release-${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~hppa ~ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND=">=dev-libs/boost-1.49.0-r2" diff --git a/dev-db/redis/redis-3.2.5.ebuild b/dev-db/redis/redis-3.2.5.ebuild index 1ebfa9a1d727..38a0d6de879f 100644 --- a/dev-db/redis/redis-3.2.5.ebuild +++ b/dev-db/redis/redis-3.2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ HOMEPAGE="http://redis.io/" SRC_URI="http://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" -KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" +KEYWORDS="amd64 ~arm ~hppa ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" IUSE="+jemalloc tcmalloc luajit test" SLOT="0" diff --git a/dev-lang/tcl/tcl-8.6.6.ebuild b/dev-lang/tcl/tcl-8.6.6.ebuild index 86b0d04cd4ef..16e4b41b75f8 100644 --- a/dev-lang/tcl/tcl-8.6.6.ebuild +++ b/dev-lang/tcl/tcl-8.6.6.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/tcl/${PN}-core${PV}-src.tar.gz" LICENSE="tcltk" SLOT="0/8.6" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris" IUSE="debug +threads" RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]" diff --git a/dev-lang/tk/tk-8.6.6.ebuild b/dev-lang/tk/tk-8.6.6.ebuild index 9cab0f09ce02..10a561e7539c 100644 --- a/dev-lang/tk/tk-8.6.6.ebuild +++ b/dev-lang/tk/tk-8.6.6.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/tcl/${MY_P}-src.tar.gz" LICENSE="tcltk" SLOT="0/8.6" -KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="debug +threads truetype aqua xscreensaver" RDEPEND=" diff --git a/dev-libs/DirectFB/DirectFB-1.7.6.ebuild b/dev-libs/DirectFB/DirectFB-1.7.6.ebuild index 5883d5031a40..31e7fec9a94e 100644 --- a/dev-libs/DirectFB/DirectFB-1.7.6.ebuild +++ b/dev-libs/DirectFB/DirectFB-1.7.6.ebuild @@ -31,7 +31,7 @@ SRC_URI="http://directfb.net/downloads/Core/${PN}-${PV:0:3}/${P}.tar.gz LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ~ia64 -mips ppc ~ppc64 ~sh -sparc x86" +KEYWORDS="alpha amd64 arm ~hppa ~ia64 -mips ppc ppc64 ~sh -sparc x86" IUSE="alsa bmp cddb debug divine drmkms +dynload doc egl fbcon fusiondale fusionsound gif gles2 gstreamer imlib2 input_hub jpeg jpeg2k mad cpu_flags_x86_mmx mng mpeg2 mpeg3 multicore opengl oss png pnm sawman sdl cpu_flags_x86_sse static-libs swfdec tiff timidity tremor truetype v4l vdpau vorbis webp X xine zlib ${IUV} ${IUD}" REQUIRED_USE="gles2? ( opengl )" diff --git a/dev-libs/gmime/gmime-2.6.20-r3.ebuild b/dev-libs/gmime/gmime-2.6.20-r3.ebuild index 7b7f44b3da1b..213e4066ae85 100644 --- a/dev-libs/gmime/gmime-2.6.20-r3.ebuild +++ b/dev-libs/gmime/gmime-2.6.20-r3.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="http://spruce.sourceforge.net/gmime/ https://developer.gnome.org/gmime SLOT="2.6" LICENSE="LGPL-2.1" -KEYWORDS="alpha amd64 arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="doc mono smime static-libs vala" RDEPEND=" diff --git a/dev-libs/hyphen/hyphen-2.8.8.ebuild b/dev-libs/hyphen/hyphen-2.8.8.ebuild index 04320256c753..5ee5252ab99a 100644 --- a/dev-libs/hyphen/hyphen-2.8.8.ebuild +++ b/dev-libs/hyphen/hyphen-2.8.8.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/hunspell/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1 MPL-1.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="static-libs" RDEPEND="app-text/hunspell" diff --git a/dev-libs/jansson/jansson-2.9.ebuild b/dev-libs/jansson/jansson-2.9.ebuild index 3f5758b8b854..e1aaf6f9dc5f 100644 --- a/dev-libs/jansson/jansson-2.9.ebuild +++ b/dev-libs/jansson/jansson-2.9.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://www.digip.org/jansson/releases/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86" IUSE="doc static-libs" DEPEND="doc? ( >=dev-python/sphinx-1.0.4 )" diff --git a/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild index e98bbe14218c..29c3b25b22d0 100644 --- a/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild +++ b/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/engla/keybinder/releases/download/v${PV}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ~ppc64 x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 x86" IUSE="+introspection lua python" RDEPEND=">=x11-libs/gtk+-2.20:2 diff --git a/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild index 3e3085057908..193c60098f36 100644 --- a/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild +++ b/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/engla/keybinder/releases/download/${PN}-3.0-v${PV}/$ LICENSE="MIT" SLOT="3" -KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ~ppc64 x86" +KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ppc64 x86" IUSE="+introspection" RDEPEND="x11-libs/gtk+:3 diff --git a/dev-libs/libcdio-paranoia/libcdio-paranoia-0.93_p1.ebuild b/dev-libs/libcdio-paranoia/libcdio-paranoia-0.93_p1.ebuild index a2b010e712b7..a054b7629229 100644 --- a/dev-libs/libcdio-paranoia/libcdio-paranoia-0.93_p1.ebuild +++ b/dev-libs/libcdio-paranoia/libcdio-paranoia-0.93_p1.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://gnu/${PN%-*}/${MY_P}.tar.gz" # clause "or later" so we use LGPL-2.1 without + LICENSE="GPL-3+ GPL-2+ LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="+cxx static-libs test" RDEPEND="app-eselect/eselect-cdparanoia diff --git a/dev-libs/libcdio/libcdio-0.93.ebuild b/dev-libs/libcdio/libcdio-0.93.ebuild index f646ac5c8c5f..4943ce8a1768 100644 --- a/dev-libs/libcdio/libcdio-0.93.ebuild +++ b/dev-libs/libcdio/libcdio-0.93.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0/15" # subslot is based on SONAME -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="cddb +cxx minimal static-libs test" RDEPEND=" diff --git a/dev-libs/libmcrypt/libmcrypt-2.5.8-r3.ebuild b/dev-libs/libmcrypt/libmcrypt-2.5.8-r3.ebuild index 0e8499580bed..5c47b02c9c8b 100644 --- a/dev-libs/libmcrypt/libmcrypt-2.5.8-r3.ebuild +++ b/dev-libs/libmcrypt/libmcrypt-2.5.8-r3.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/mcrypt/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~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 ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~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 ~x86-solaris" IUSE="" DEPEND="" diff --git a/dev-libs/libtasn1/libtasn1-4.9-r1.ebuild b/dev-libs/libtasn1/libtasn1-4.9-r1.ebuild index eb6c217aded6..736c8a0d085f 100644 --- a/dev-libs/libtasn1/libtasn1-4.9-r1.ebuild +++ b/dev-libs/libtasn1/libtasn1-4.9-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3 LGPL-2.1" SLOT="0/6" # subslot = libtasn1 soname version -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc static-libs" DEPEND=">=dev-lang/perl-5.6 diff --git a/dev-libs/libuv/libuv-1.8.0.ebuild b/dev-libs/libuv/libuv-1.8.0.ebuild index b51e75e1f6a7..c11db21d705d 100644 --- a/dev-libs/libuv/libuv-1.8.0.ebuild +++ b/dev-libs/libuv/libuv-1.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="https://github.com/libuv/libuv/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD BSD-2 ISC MIT" SLOT="0/1" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="static-libs" RESTRICT="test" diff --git a/dev-libs/openobex/openobex-1.7.1.ebuild b/dev-libs/openobex/openobex-1.7.1.ebuild index a58c0c5d0d3d..6911a0a4c8ce 100644 --- a/dev-libs/openobex/openobex-1.7.1.ebuild +++ b/dev-libs/openobex/openobex-1.7.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}-Source.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0/2" -KEYWORDS="amd64 ~arm hppa ppc ~ppc64 sparc x86" +KEYWORDS="amd64 ~arm hppa ppc ppc64 sparc x86" IUSE="bluetooth irda usb" RDEPEND="bluetooth? ( net-wireless/bluez:= ) diff --git a/dev-perl/AnyEvent/AnyEvent-7.120.0.ebuild b/dev-perl/AnyEvent/AnyEvent-7.120.0.ebuild index 7ea462725e3c..f40ba49ab914 100644 --- a/dev-perl/AnyEvent/AnyEvent-7.120.0.ebuild +++ b/dev-perl/AnyEvent/AnyEvent-7.120.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Provides a uniform interface to various event loops" SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ppc ~ppc64 sparc x86 ~x86-solaris" +KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-solaris" IUSE="" RDEPEND="" diff --git a/dev-perl/AnyEvent/AnyEvent-7.80.0.ebuild b/dev-perl/AnyEvent/AnyEvent-7.80.0.ebuild deleted file mode 100644 index cf688d7cd4f9..000000000000 --- a/dev-perl/AnyEvent/AnyEvent-7.80.0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MODULE_AUTHOR=MLEHMANN -MODULE_VERSION=7.07 -inherit perl-module - -DESCRIPTION="Provides a uniform interface to various event loops" - -SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-solaris" -IUSE="" - -SRC_TEST="do" diff --git a/dev-perl/AnyEvent/Manifest b/dev-perl/AnyEvent/Manifest index a798c0dbbbd5..dee243d3587f 100644 --- a/dev-perl/AnyEvent/Manifest +++ b/dev-perl/AnyEvent/Manifest @@ -1,3 +1,2 @@ -DIST AnyEvent-7.07.tar.gz 292938 SHA256 4c4cc8e877bc8812e17aad29ae8d6364066bf2a0d1e4de9de14fb01e02a43106 SHA512 db02fd12aa64f7d253509f701dde5af67b58e43f7df052f8b1e23fc6f45327bec7668ed0ead8407ce72578d2d8544bab4a688f739bcc2fb5aaac3a431aeaeb6c WHIRLPOOL 569fd392192a2718603500cae0ce0bf8a4a31b37e9343259e449f68ac2c14c15711ca82196b2c9069a96697a9d7b2c3195735dfa4c4a3a4835dfec38eec8f172 DIST AnyEvent-7.12.tar.gz 296712 SHA256 7893a7e5d65e6bc34479712235baccb739837c336fb9eb70193141532e95737d SHA512 a508024ee207dd227d81544d0796672587125698034317d6d1e50a22395358fbf62001b17d0e7f3bc7ea4be69b1004f563cdf7097ac67b10a4a43545a9d2273c WHIRLPOOL 9024dcf667e3628905b2f24b8d730fb79d4cebb7dd26e5775ce8a19f62ce355f23aee65526d76e6afea51857b96fd447e099f1ee33102459a9bfd2f2582130c5 DIST AnyEvent-7.13.tar.gz 299596 SHA256 a4103f4def9687b5545b3e6be1f29a5a24b59ff9a817b1afc27fb9bc268d04ad SHA512 7a3b10028641358cb5a7c09c01583ee7a7d7c8d02529a0e4682ff426246f3675a1e82cb46c31d0b7ea1c130c11b4f4f392be2592d961f1c03d66803287ddb089 WHIRLPOOL 4f4448c6f4a30c890b0285d82f41cd429585b58da94ec6543ae275924b8c66a455e2760899f8473d2221c712dc7e059aa219898ec36d51af778fc5ed54603991 diff --git a/dev-perl/Canary-Stability/Canary-Stability-2006.ebuild b/dev-perl/Canary-Stability/Canary-Stability-2006.ebuild index 8cebefb450be..62c4b54cad77 100644 --- a/dev-perl/Canary-Stability/Canary-Stability-2006.ebuild +++ b/dev-perl/Canary-Stability/Canary-Stability-2006.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Canary to check perl compatibility for schmorp's modules" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86" IUSE="" RDEPEND="" diff --git a/dev-perl/Capture-Tiny/Capture-Tiny-0.360.0.ebuild b/dev-perl/Capture-Tiny/Capture-Tiny-0.360.0.ebuild index 384a40bc6965..7a51b53b37f8 100644 --- a/dev-perl/Capture-Tiny/Capture-Tiny-0.360.0.ebuild +++ b/dev-perl/Capture-Tiny/Capture-Tiny-0.360.0.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Capture STDOUT and STDERR from Perl, XS or external programs" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="test" RDEPEND=" diff --git a/dev-perl/DBD-Pg/DBD-Pg-3.5.3.ebuild b/dev-perl/DBD-Pg/DBD-Pg-3.5.3.ebuild index 14d615ceace0..d94d5fa1a744 100644 --- a/dev-perl/DBD-Pg/DBD-Pg-3.5.3.ebuild +++ b/dev-perl/DBD-Pg/DBD-Pg-3.5.3.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="PostgreSQL database driver for the DBI module" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" RDEPEND=" diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.500.0.ebuild b/dev-perl/DBD-SQLite/DBD-SQLite-1.500.0.ebuild index 296ce8020ce0..fd7368b8535b 100644 --- a/dev-perl/DBD-SQLite/DBD-SQLite-1.500.0.ebuild +++ b/dev-perl/DBD-SQLite/DBD-SQLite-1.500.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Self Contained RDBMS in a DBI Driver" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="test system-sqlite" # NB: Get min sqlite version from sqlite3.c diff --git a/dev-perl/DBI/DBI-1.636.0.ebuild b/dev-perl/DBI/DBI-1.636.0.ebuild index bf8a96e807c2..bc716dfa52aa 100644 --- a/dev-perl/DBI/DBI-1.636.0.ebuild +++ b/dev-perl/DBI/DBI-1.636.0.ebuild @@ -12,7 +12,7 @@ inherit perl-module eutils DESCRIPTION="Database independent interface for Perl" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND=" diff --git a/dev-perl/Filter/Filter-1.540.0.ebuild b/dev-perl/Filter/Filter-1.540.0.ebuild index d1838ce3a576..f4e573b19a75 100644 --- a/dev-perl/Filter/Filter-1.540.0.ebuild +++ b/dev-perl/Filter/Filter-1.540.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Interface for creation of Perl Filters" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND=" diff --git a/dev-perl/Net-Patricia/Net-Patricia-1.220.0.ebuild b/dev-perl/Net-Patricia/Net-Patricia-1.220.0.ebuild index b7f99b1f0d41..b13191f6cfd5 100644 --- a/dev-perl/Net-Patricia/Net-Patricia-1.220.0.ebuild +++ b/dev-perl/Net-Patricia/Net-Patricia-1.220.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ DESCRIPTION="Patricia Trie perl module for fast IP address lookups" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="ipv6" RDEPEND="dev-perl/Net-CIDR-Lite diff --git a/dev-perl/Net-SSLeay/Net-SSLeay-1.720.0-r1.ebuild b/dev-perl/Net-SSLeay/Net-SSLeay-1.720.0-r1.ebuild index e8ae5085f52c..7e407c7366ae 100644 --- a/dev-perl/Net-SSLeay/Net-SSLeay-1.720.0-r1.ebuild +++ b/dev-perl/Net-SSLeay/Net-SSLeay-1.720.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ DESCRIPTION="Perl extension for using OpenSSL" LICENSE="openssl" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="libressl test minimal examples" RDEPEND=" diff --git a/dev-perl/NetAddr-IP/NetAddr-IP-4.78.0.ebuild b/dev-perl/NetAddr-IP/NetAddr-IP-4.78.0.ebuild index 6044dfdb9f68..a6a4d5382e97 100644 --- a/dev-perl/NetAddr-IP/NetAddr-IP-4.78.0.ebuild +++ b/dev-perl/NetAddr-IP/NetAddr-IP-4.78.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ DESCRIPTION="Manipulation and operations on IP addresses" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="ipv6" RDEPEND="ipv6? ( dev-perl/Socket6 )" diff --git a/dev-perl/PadWalker/PadWalker-2.200.0.ebuild b/dev-perl/PadWalker/PadWalker-2.200.0.ebuild index 56ca6a0543ff..42d301af4258 100644 --- a/dev-perl/PadWalker/PadWalker-2.200.0.ebuild +++ b/dev-perl/PadWalker/PadWalker-2.200.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="play with other peoples' lexical variables" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 ~arm ~hppa ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" DEPEND="virtual/perl-ExtUtils-MakeMaker" diff --git a/dev-perl/Pango/Pango-1.227.0.ebuild b/dev-perl/Pango/Pango-1.227.0.ebuild index ae5864375235..20ddbd13f5f7 100644 --- a/dev-perl/Pango/Pango-1.227.0.ebuild +++ b/dev-perl/Pango/Pango-1.227.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ DESCRIPTION="Layout and render international text" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" IUSE="examples test minimal" RDEPEND=" diff --git a/dev-perl/PerlIO-gzip/PerlIO-gzip-0.190.0.ebuild b/dev-perl/PerlIO-gzip/PerlIO-gzip-0.190.0.ebuild index 3d8ee4864453..243389e1352d 100644 --- a/dev-perl/PerlIO-gzip/PerlIO-gzip-0.190.0.ebuild +++ b/dev-perl/PerlIO-gzip/PerlIO-gzip-0.190.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="PerlIO layer to gzip/gunzip" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" DEPEND="sys-libs/zlib" diff --git a/dev-perl/Proc-ProcessTable/Proc-ProcessTable-0.530.0.ebuild b/dev-perl/Proc-ProcessTable/Proc-ProcessTable-0.530.0.ebuild index c591cba2f1b2..e43978da96c5 100644 --- a/dev-perl/Proc-ProcessTable/Proc-ProcessTable-0.530.0.ebuild +++ b/dev-perl/Proc-ProcessTable/Proc-ProcessTable-0.530.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Unix process table information" SLOT="0" -KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="examples" PATCHES=( diff --git a/dev-perl/SOAP-Lite/Manifest b/dev-perl/SOAP-Lite/Manifest index f0d4a112691b..ffbcf29d6124 100644 --- a/dev-perl/SOAP-Lite/Manifest +++ b/dev-perl/SOAP-Lite/Manifest @@ -1,2 +1 @@ -DIST SOAP-Lite-1.04.tar.gz 222598 SHA256 30dd8240cc79e58d3fa4d314f9bde174ca90a481ab5904f58c84bc8812bc7887 SHA512 3f9ac332ff1b914b9de155c9662f46838aaec8c0a45b29f8eac383286eea63bebfc6a4a5124dec14292176c45c6cc35ba06657a03cc0d3b1331fe9a9d6f17eaa WHIRLPOOL 5d1a9e595d83eaf82a2be4cb2a0afaf8c1fbe744433ab1e70e40ef8e522cb54e11ce0917ea1858a55d353da86290f95137690e2021d78f842c9ff4537f3df3c0 DIST SOAP-Lite-1.19.tar.gz 271044 SHA256 f56d8d2ea51832a317020f635e584e38515b6d60526fd722aca360b367f23729 SHA512 530deba9011075b65e8eae4c64cac62c374cd17823e1d23b8383af2bc28075aa1e68809eb8b09a98b44c29cbd7398e6d24ffc9808badc39453f6b9e87a2e1a1d WHIRLPOOL c800649d2652835c709bd102e0468054794deab25e5dce68da9b6a28236b0580073828802d7b769baf276d3d4c6f98c6e545214a2378608b4ff81a3a67c7fa27 diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.040.0-r1.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.040.0-r1.ebuild deleted file mode 100644 index 802289dfa423..000000000000 --- a/dev-perl/SOAP-Lite/SOAP-Lite-1.040.0-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MODULE_AUTHOR=PHRED -MODULE_VERSION=1.04 -inherit perl-module eutils - -DESCRIPTION="Simple and lightweight interface to the SOAP protocol (sic) both on client and server side" - -IUSE="ssl xmpp" -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux" - -myconf="${myconf} --noprompt" - -# TESTS ARE DISABLED ON PURPOSE -# This module attempts to access an external website for validation -# of the MIME::Parser - not only is that bad practice in general, -# but in this particular case the external site isn't even valid anymore# -mpc -# 24/10/04 -SRC_TEST="do" - -DEPEND=" - dev-perl/Class-Inspector - dev-perl/XML-Parser - dev-perl/libwww-perl - virtual/perl-libnet - dev-perl/MIME-Lite - virtual/perl-MIME-Base64 - ssl? ( dev-perl/Crypt-SSLeay ) - xmpp? ( dev-perl/Net-Jabber ) - ssl? ( dev-perl/IO-Socket-SSL ) - virtual/perl-IO-Compress - >=dev-perl/MIME-tools-5.413 - virtual/perl-version -" -RDEPEND="${DEPEND}" - -src_test() { - has_version '>=www-apache/mod_perl-2' && export MOD_PERL_API_VERSION=2 - perl-module_src_test -} diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild index c80caa448372..69a79336a55a 100644 --- a/dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild +++ b/dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Lightweight interface to the SOAP protocol both on client and serve IUSE="ssl test xmpp" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux" myconf="${myconf} --noprompt" diff --git a/dev-perl/Socket6/Socket6-0.270.0.ebuild b/dev-perl/Socket6/Socket6-0.270.0.ebuild index 5f78cdf8440f..7b4281e4fd05 100644 --- a/dev-perl/Socket6/Socket6-0.270.0.ebuild +++ b/dev-perl/Socket6/Socket6-0.270.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ DESCRIPTION="IPv6 related part of the C socket.h defines and structure manipulat LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" SRC_TEST="do" diff --git a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild index ec3b19ff7b5c..7e26c46355da 100644 --- a/dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild +++ b/dev-perl/Sys-MemInfo/Sys-MemInfo-0.980.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ DESCRIPTION="Memory informations" LICENSE="LGPL-2.1 ${LICENSE}" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~hppa ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" SRC_TEST=do diff --git a/dev-perl/TermReadKey/TermReadKey-2.330.0.ebuild b/dev-perl/TermReadKey/TermReadKey-2.330.0.ebuild index 46f090029383..aad2c17460d6 100644 --- a/dev-perl/TermReadKey/TermReadKey-2.330.0.ebuild +++ b/dev-perl/TermReadKey/TermReadKey-2.330.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Change terminal modes, and perform non-blocking reads" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~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="" DEPEND="virtual/perl-ExtUtils-MakeMaker" diff --git a/dev-perl/Test-Base/Test-Base-0.880.0.ebuild b/dev-perl/Test-Base/Test-Base-0.880.0.ebuild index 95a4ea63811f..8c45bacc6eaa 100644 --- a/dev-perl/Test-Base/Test-Base-0.880.0.ebuild +++ b/dev-perl/Test-Base/Test-Base-0.880.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="A Data Driven Testing Framework" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND=" diff --git a/dev-perl/Test-Differences/Test-Differences-0.640.0.ebuild b/dev-perl/Test-Differences/Test-Differences-0.640.0.ebuild index 70ebe6abd944..65cc5b83a8c5 100644 --- a/dev-perl/Test-Differences/Test-Differences-0.640.0.ebuild +++ b/dev-perl/Test-Differences/Test-Differences-0.640.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Test strings and data structures and show differences if not ok" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ppc ~ppc64 x86" +KEYWORDS="alpha amd64 ~arm ~hppa ppc ppc64 x86" IUSE="test" PERL_RM_FILES=( "t/boilerplate.t" diff --git a/dev-perl/Test-Memory-Cycle/Manifest b/dev-perl/Test-Memory-Cycle/Manifest index 4c012b3dae9e..96ffd8cdda85 100644 --- a/dev-perl/Test-Memory-Cycle/Manifest +++ b/dev-perl/Test-Memory-Cycle/Manifest @@ -1,2 +1 @@ -DIST Test-Memory-Cycle-1.04.tar.gz 5128 SHA256 e5a65d2d001be8bf97ba64323d7c7b6936c84eefc18a30417dbd08591f221227 SHA512 f3f55947ab9440b66062036ecc6e61206a114aaf46c39a38fb3cbe727ddbb374e80dc138a066c249ef17cfb227109a28d7a7608423037b39dd05b361b1a69155 WHIRLPOOL 64acdaaaa9a5af301460a917b914f08483fc62fe29e6721b76bf7a2cd3182048567dd968b492cac0a3016fce09242d8db0948385f712f28e176f75979ecf280c DIST Test-Memory-Cycle-1.06.tar.gz 8928 SHA256 9d53ddfdc964cd8454cb0da4c695b6a3ae47b45839291c34cb9d8d1cfaab3202 SHA512 d25ffd0439e47e0b57f136489ae200ca24c8434a19473d23f70d0f8a2c8d18a93fe453e9b1b844b5edbd9c788bfe3c83f5413441389dd9b53c780f734afeb804 WHIRLPOOL d88eb8c8b8d099a6fe721659681e05a1733275618041b8d08e14584ba4bae2211e93be901b3cbc88e87d8ef9352d9415bbf0a3811f0c62e0fa6305740fed2601 diff --git a/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.40.0-r1.ebuild b/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.40.0-r1.ebuild deleted file mode 100644 index 102c86009ad7..000000000000 --- a/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.40.0-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MODULE_AUTHOR=PETDANCE -MODULE_VERSION=1.04 -inherit perl-module - -DESCRIPTION="Check for memory leaks and circular memory references" - -SLOT="0" -KEYWORDS="alpha amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -RDEPEND=">=dev-perl/Devel-Cycle-1.04 - >=virtual/perl-Test-Simple-0.62" -DEPEND="${RDEPEND}" - -SRC_TEST="do" - -src_test() { - perl_rm_files t/pod-coverage.t t/pod.t - perl-module_src_test -} diff --git a/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.60.0.ebuild b/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.60.0.ebuild index a3f4823094e2..ab4ebf58d974 100644 --- a/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.60.0.ebuild +++ b/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.60.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Check for memory leaks and circular memory references" SLOT="0" -KEYWORDS="alpha amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" RDEPEND=" diff --git a/dev-perl/Test-YAML/Test-YAML-1.60.0.ebuild b/dev-perl/Test-YAML/Test-YAML-1.60.0.ebuild index 7b0b97b95192..b28c1e86ced4 100644 --- a/dev-perl/Test-YAML/Test-YAML-1.60.0.ebuild +++ b/dev-perl/Test-YAML/Test-YAML-1.60.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Testing Module for YAML Implementations" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.230.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.230.0.ebuild index 52ea0110a3ca..17bb11464c98 100644 --- a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.230.0.ebuild +++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.230.0.ebuild @@ -13,7 +13,7 @@ inherit perl-module DESCRIPTION="Comma-separated values manipulation routines" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND=" diff --git a/dev-perl/Text-Wrapper/Text-Wrapper-1.50.0.ebuild b/dev-perl/Text-Wrapper/Text-Wrapper-1.50.0.ebuild index ce06de2ece36..1b213c146dc8 100644 --- a/dev-perl/Text-Wrapper/Text-Wrapper-1.50.0.ebuild +++ b/dev-perl/Text-Wrapper/Text-Wrapper-1.50.0.ebuild @@ -12,7 +12,7 @@ inherit perl-module DESCRIPTION="Word wrap text by breaking long lines" SLOT="0" -KEYWORDS="amd64 ~hppa ppc ~ppc64 x86" +KEYWORDS="amd64 ~hppa ppc ppc64 x86" IUSE="test minimal" RDEPEND="virtual/perl-Carp" diff --git a/dev-perl/XML-LibXSLT/Manifest b/dev-perl/XML-LibXSLT/Manifest index e7ade85ef0b7..eafb6c566467 100644 --- a/dev-perl/XML-LibXSLT/Manifest +++ b/dev-perl/XML-LibXSLT/Manifest @@ -1,3 +1,2 @@ -DIST XML-LibXSLT-1.87.tar.gz 112288 SHA256 e1f7c8a04f0ee857fb949a08853fd754bdf690e2071f0e7a43395fa042517da2 SHA512 8d14621487802230b2040bb13077e88dead0a8ca0c79b86f62e24283fd5544200ad3851524fcdf2b4d0ccf562876d9ce1c0fc00080e7f881cdb3924265465322 WHIRLPOOL 9333d4f26d4f46f7aac3487654d2052aafdf013563754b0f81ddcd350fd5f0678b2655e5b7ef91cfc7037492e201690dd612d409e89f3428af56c3905ed03e99 DIST XML-LibXSLT-1.94.tar.gz 114015 SHA256 b9c0d4de0697284c3f4687283f2ed6b28139b088e2dc2c73be37b0f7b5e94ae5 SHA512 52b3ec6ef0556d9dde8320acbea01fe36e219bc62ed2d9e0cbe2f8f402bfc3f42ca1e28a6e047e69f501982fe4ba40d23fcfbce9399388c9f28a0d8804fc5f73 WHIRLPOOL be0c6051ae7f7e92d6818838f0f4023959cb326cfee3bab08e2af77dc2d763fba811f0cee4d2414e286503878c69c899e511a01ce3f81dfec18cc6d2b5fe3dfd DIST XML-LibXSLT-1.95.tar.gz 114231 SHA256 f1ca21135acc53af9f175958ef5fceb453fd0ef383cfb0e6ef6ea24031f3ef35 SHA512 06a1c9896a391be2588995f25520da05f086b3fa79109884131525a0d76a7b375e0c5a2febf8a79a888f3a9bd25b5eb39064de1baeffafcfe18f5576c9c54e19 WHIRLPOOL 897dcd0d91af457c01863a1a283a6d05219d47564800d93a29434ee30199b5781a874f9162a8775e40e05a6208d67ae8411f551a8932a9b2dbe37b309b9701bb diff --git a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.870.0.ebuild b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.870.0.ebuild deleted file mode 100644 index 9163123f9c0d..000000000000 --- a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.870.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MODULE_AUTHOR=SHLOMIF -MODULE_VERSION=1.87 -inherit perl-module - -DESCRIPTION="A Perl module to parse XSL Transformational sheets using gnome's libXSLT" - -SLOT="0" -KEYWORDS="amd64 ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -RDEPEND=" - >=dev-libs/libxslt-1.1.28 - >=dev-perl/XML-LibXML-1.700.0 -" -DEPEND="${RDEPEND} - virtual/pkgconfig -" - -SRC_TEST="do" diff --git a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.940.0.ebuild b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.940.0.ebuild index c069b1fdc4d7..aa10cf251ac0 100644 --- a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.940.0.ebuild +++ b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.940.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="A Perl module to parse XSL Transformational sheets using gnome's libXSLT" SLOT="0" -KEYWORDS="amd64 ~mips ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" RDEPEND=" diff --git a/dev-perl/XML-Parser-Lite/XML-Parser-Lite-0.721.0.ebuild b/dev-perl/XML-Parser-Lite/XML-Parser-Lite-0.721.0.ebuild index 8cc6fcdcee8b..434f450122f8 100644 --- a/dev-perl/XML-Parser-Lite/XML-Parser-Lite-0.721.0.ebuild +++ b/dev-perl/XML-Parser-Lite/XML-Parser-Lite-0.721.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Lightweight regexp-based XML parser" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="test minimal" # Note: Don't try to depend on XMLRPC-Lite or SOAP-Lite with tests, diff --git a/dev-perl/XML-Parser/XML-Parser-2.440.0.ebuild b/dev-perl/XML-Parser/XML-Parser-2.440.0.ebuild index 4b4404010291..ee0a6c78649b 100644 --- a/dev-perl/XML-Parser/XML-Parser-2.440.0.ebuild +++ b/dev-perl/XML-Parser/XML-Parser-2.440.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module multilib DESCRIPTION="A Perl extension interface to James Clark's XML parser, expat" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=">=dev-libs/expat-1.95.1-r1" diff --git a/dev-perl/YAML-Syck/YAML-Syck-1.290.0.ebuild b/dev-perl/YAML-Syck/YAML-Syck-1.290.0.ebuild index 4280bf89ff8c..d76fda16579d 100644 --- a/dev-perl/YAML-Syck/YAML-Syck-1.290.0.ebuild +++ b/dev-perl/YAML-Syck/YAML-Syck-1.290.0.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Fast, lightweight YAML loader and dumper" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" IUSE="" SRC_TEST="do" diff --git a/dev-perl/YAML/YAML-1.150.0.ebuild b/dev-perl/YAML/YAML-1.150.0.ebuild index 06f20e9cdd66..0a658dbd411c 100644 --- a/dev-perl/YAML/YAML-1.150.0.ebuild +++ b/dev-perl/YAML/YAML-1.150.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="YAML Ain't Markup Language (tm)" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND="" diff --git a/dev-perl/ZMQ-LibZMQ2/ZMQ-LibZMQ2-1.90.0.ebuild b/dev-perl/ZMQ-LibZMQ2/ZMQ-LibZMQ2-1.90.0.ebuild index a2fe43faf6a5..9da0f17ea3a1 100644 --- a/dev-perl/ZMQ-LibZMQ2/ZMQ-LibZMQ2-1.90.0.ebuild +++ b/dev-perl/ZMQ-LibZMQ2/ZMQ-LibZMQ2-1.90.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="A libzmq 2.x wrapper for Perl" SLOT="0" -KEYWORDS="amd64 ~hppa ppc ~ppc64 x86" +KEYWORDS="amd64 ~hppa ppc ppc64 x86" IUSE="test" RDEPEND=" diff --git a/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.1.0.ebuild b/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.1.0.ebuild index d12c80a403c4..7e635ec9e0ad 100644 --- a/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.1.0.ebuild +++ b/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI="5" inherit php-pear-r1 -KEYWORDS="alpha amd64 arm hppa ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86" DESCRIPTION="OO interface for searching and manipulating LDAP-entries" LICENSE="LGPL-2.1" diff --git a/dev-php/pecl-redis/Manifest b/dev-php/pecl-redis/Manifest index f0667e461f33..3133a186d2ab 100644 --- a/dev-php/pecl-redis/Manifest +++ b/dev-php/pecl-redis/Manifest @@ -1,3 +1,2 @@ DIST redis-2.2.7.tgz 134340 SHA256 95e5331cd7e709771eb4479c455bcf326a74b2aea3b1a5cba00b4c95e66dc902 SHA512 88be2abeda62b7c1c95b6d399bbb5f97774d956001b4d13a8e5f183e86fe6336d91f479a8125adcaeff1ad5617a920953961360fc3484ebafc3ed915bcd7f86c WHIRLPOOL e7c8ea7c0c4578933211d4571d742ad09eadb5dd93e207d4f0d5858bfacb7a78eb4bd7ed34cafbc17b465b0d423ea0ff788dee907d89c4939ee4a9acbbe8b95d -DIST redis-2.2.8.tgz 192131 SHA256 fc533752de62848f645707b65cba9d015ab4ed9c7a978c7bd710a5934d97b1b5 SHA512 a0b536dd75934797ee89d21c5a907ee730f5887a8d4cc09c70f3190b7c950f34febf3745d7263ad1fb23adb8b60b7eaf7943514dc0c05553c2b2a620277abfbf WHIRLPOOL 5e9c94e030a0918d7b9bdaf16a2e9434539720d593239d2e46b6a197bc41e12d5d2561ae33908471c1b00dce0980cb64295da0c92e4a587bc0ffef66e12c921b -DIST redis-3.0.0.tgz 189720 SHA256 de0e349027ea0821fbfb7f1961226223f3179bb84c6dada515f0145227993f70 SHA512 0dc4a6363e6bcefdbb50abec500558aaf709ca4e418d11dcebc15509684c81c5286781003725346d7ff748d8b4eea9735cdc82dc9c37fa54c8e7009f6e8bc494 WHIRLPOOL fa612b130ff6611425a4a7e3bb85c40148c006627fce04cd3fd1efcbdbe4780bb3cd3cdb2483d9c385eadf3ba97b82ffd43c906611dd8b5f03b4272a0e24bc4e +DIST redis-3.1.0.tgz 197322 SHA256 886c9650815184fb11478a3f3f7a1f1519ed89496ed9fcac47520f01851b8b3e SHA512 b8692ac1b21cb66c1239129a3c539d6235f48ab14675c0fe00a7be5ae40f0b650518466f8619494e6a897fa212262d30de3acb528958c70417fb5280c20d1931 WHIRLPOOL fa7fc0763991d27606dd6cf43db2d2cdfeb8ede59384b20819af41dcf46e985778cc8ee840656979e9c58a93202d4665b40c2aa333f179dae6129c90bc16d914 diff --git a/dev-php/pecl-redis/pecl-redis-2.2.8.ebuild b/dev-php/pecl-redis/pecl-redis-2.2.8.ebuild deleted file mode 100644 index 5e32c6ca0d82..000000000000 --- a/dev-php/pecl-redis/pecl-redis-2.2.8.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -PHP_EXT_NAME="redis" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -USE_PHP="php5-6 php7-0" - -DOCS=( arrays.markdown README.markdown ) - -inherit php-ext-pecl-r3 - -USE_PHP="php5-6" - -KEYWORDS="~amd64" - -DESCRIPTION="PHP extension for interfacing with Redis" -LICENSE="PHP-3.01" -SLOT="0" -IUSE="igbinary" - -DEPEND="igbinary? ( php_targets_php5-6? ( dev-php/igbinary[php_targets_php5-6] ) )" -RDEPEND="${DEPEND}" -PDEPEND="php_targets_php7-0? ( dev-php/pecl-redis:7[php_targets_php7-0] )" - -src_prepare() { - if use php_targets_php5-6 ; then - php-ext-source-r3_src_prepare - else - default_src_prepare - fi -} - -src_configure() { - local PHP_EXT_ECONF_ARGS=( --enable-redis - $(use_enable igbinary redis-igbinary) ) - - php-ext-source-r3_src_configure -} - -src_install() { - if use php_targets_php5-6 ; then - php-ext-pecl-r3_src_install - fi -} diff --git a/dev-php/pecl-redis/pecl-redis-3.0.0.ebuild b/dev-php/pecl-redis/pecl-redis-3.0.0.ebuild deleted file mode 100644 index fe9fd03dae61..000000000000 --- a/dev-php/pecl-redis/pecl-redis-3.0.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PHP_EXT_NAME="redis" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -USE_PHP="php5-6 php7-0" - -DOCS="arrays.markdown README.markdown" - -inherit php-ext-pecl-r2 - -#redefine in order to only build for 7.0 -USE_PHP="php7-0" - -KEYWORDS="~amd64" - -DESCRIPTION="PHP extension for interfacing with Redis" -LICENSE="PHP-3.01" -SLOT="7" -IUSE="igbinary" - -DEPEND="igbinary? ( php_targets_php7-0? ( dev-php/igbinary[php_targets_php7-0] ) )" -RDEPEND="${DEPEND} php_targets_php5-6? ( dev-php/pecl-redis:0 )" - -src_configure() { - my_conf="--enable-redis - $(use_enable igbinary redis-igbinary)" - - php-ext-source-r2_src_configure -} - -src_install() { - if use php_targets_php7-0 ; then - php-ext-pecl-r2_src_install - fi -} - -src_test(){ - local slot - for slot in `php_get_slots`; do - php_init_slot_env ${slot} - # Run tests for Redis class - ${PHPCLI} -d extension=modules/redis.so tests/TestRedis.php --class Redis --host ${PECL_REDIS_HOST} || die - done -} diff --git a/dev-php/pecl-redis/pecl-redis-3.1.0.ebuild b/dev-php/pecl-redis/pecl-redis-3.1.0.ebuild new file mode 100644 index 000000000000..6a7daed4c74d --- /dev/null +++ b/dev-php/pecl-redis/pecl-redis-3.1.0.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PHP_EXT_NAME="redis" +USE_PHP="php5-6 php7-0 php7-1" +DOCS=( arrays.markdown README.markdown ) + +inherit php-ext-pecl-r3 + +DESCRIPTION="PHP extension for interfacing with Redis" +LICENSE="PHP-3.01" +SLOT="0" +KEYWORDS="~amd64" +IUSE="igbinary" + +DEPEND="igbinary? ( + php_targets_php5-6? ( dev-php/igbinary[php_targets_php5-6] ) + php_targets_php7-0? ( dev-php/igbinary[php_targets_php7-0] ) + php_targets_php7-1? ( dev-php/igbinary[php_targets_php7-1] ) )" +RDEPEND="${DEPEND}" + +# The test suite requires network access. +RESTRICT=test + +src_configure() { + local PHP_EXT_ECONF_ARGS=( + --enable-redis + $(use_enable igbinary redis-igbinary) + ) + php-ext-source-r3_src_configure +} + +src_test(){ + local slot + for slot in $(php_get_slots); do + php_init_slot_env "${slot}" + # Run tests for Redis class + ${PHPCLI} -d extension=modules/redis.so \ + tests/TestRedis.php \ + --class Redis \ + --host ${PECL_REDIS_HOST} || die 'test suite failed' + done +} diff --git a/dev-php/pecl-stomp/pecl-stomp-1.0.9.ebuild b/dev-php/pecl-stomp/pecl-stomp-1.0.9-r1.ebuild similarity index 69% rename from dev-php/pecl-stomp/pecl-stomp-1.0.9.ebuild rename to dev-php/pecl-stomp/pecl-stomp-1.0.9-r1.ebuild index 2ac7efc2c9db..ca443b95e65c 100644 --- a/dev-php/pecl-stomp/pecl-stomp-1.0.9.ebuild +++ b/dev-php/pecl-stomp/pecl-stomp-1.0.9-r1.ebuild @@ -1,13 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="6" +EAPI=6 USE_PHP="php5-6 php7-0" PHP_EXT_NAME="stomp" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" DOCS=( CREDITS doc/classes.php doc/functions.php ) inherit php-ext-pecl-r3 @@ -16,10 +14,10 @@ USE_PHP="php5-6" KEYWORDS="~amd64 ~x86" -DESCRIPTION="PHP extension to communicate with Stomp compliant Message Brokers" -LICENSE="PHP-3" +DESCRIPTION="PHP extension to communicate with Stomp message brokers" +LICENSE="PHP-3.01" SLOT="0" -IUSE="examples +ssl" +IUSE="examples ssl" DEPEND="${DEPEND} php_targets_php5-6? ( dev-lang/php:5.6[ssl?] ) @@ -37,8 +35,10 @@ src_prepare() { } src_configure() { - local PHP_EXT_ECONF_ARGS=( --enable-stomp - $(use_with ssl openssl-dir=/usr) ) + local PHP_EXT_ECONF_ARGS=( + --enable-stomp + --with-openssl-dir=$(usex ssl "${EPREFIX}/usr") + ) php-ext-source-r3_src_configure } diff --git a/dev-php/pecl-stomp/pecl-stomp-2.0.0.ebuild b/dev-php/pecl-stomp/pecl-stomp-2.0.0-r1.ebuild similarity index 69% rename from dev-php/pecl-stomp/pecl-stomp-2.0.0.ebuild rename to dev-php/pecl-stomp/pecl-stomp-2.0.0-r1.ebuild index 08bd34979fb2..a64f473dceb7 100644 --- a/dev-php/pecl-stomp/pecl-stomp-2.0.0.ebuild +++ b/dev-php/pecl-stomp/pecl-stomp-2.0.0-r1.ebuild @@ -1,13 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="6" +EAPI=6 USE_PHP="php5-6 php7-0" PHP_EXT_NAME="stomp" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" DOCS=( CREDITS doc/classes.php doc/functions.php ) inherit php-ext-pecl-r3 @@ -16,10 +14,10 @@ USE_PHP="php7-0" KEYWORDS="~amd64 ~x86" -DESCRIPTION="PHP extension to communicate with Stomp compliant Message Brokers" -LICENSE="PHP-3" +DESCRIPTION="PHP extension to communicate with Stomp message brokers" +LICENSE="PHP-3.01" SLOT="7" -IUSE="examples +ssl" +IUSE="examples ssl test" DEPEND="${DEPEND} php_targets_php7-0? ( dev-lang/php:7.0[ssl?] ) @@ -37,8 +35,10 @@ src_prepare() { } src_configure() { - local PHP_EXT_ECONF_ARGS=( --enable-stomp - $(use_with ssl openssl-dir=/usr) ) + local PHP_EXT_ECONF_ARGS=( + --enable-stomp + --with-openssl-dir=$(usex ssl "${EPREFIX}/usr") + ) php-ext-source-r3_src_configure } diff --git a/dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1.ebuild b/dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1.ebuild index efb3269eaaa5..bf5fd57e076d 100644 --- a/dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1.ebuild +++ b/dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~x86" IUSE="doc test" RDEPEND="dev-python/mock[${PYTHON_USEDEP}]" diff --git a/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild index 572c9d1d0434..9927e7e3c412 100644 --- a/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="4" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="doc test" diff --git a/dev-python/bokeh/Manifest b/dev-python/bokeh/Manifest index e9885975f49a..dc0bf9d3565e 100644 --- a/dev-python/bokeh/Manifest +++ b/dev-python/bokeh/Manifest @@ -1,4 +1 @@ -DIST bokeh-0.10.0.tar.gz 4474129 SHA256 2d8bd8c98e2f62b2a28328d3cc95bfbe257742fa7efc9c382b4c8ae4a141df14 SHA512 19023f1e67245005581b8640380045a8795747da75025478881f9d3791e82289ee75b74142b38a0bae9c236c0b1b6df1629376d5c3fcc319ceafb0a4abc7240f WHIRLPOOL 86e8e3774287164d2d7da0a04ceddb62eb03a19e48c82acf806c1a356d361f655bd6087f15b740ab36b84891ed849435e2a9c6098e881f07299cce8553d88fb2 -DIST bokeh-0.11.0.tar.gz 4918634 SHA256 0f3637cb2594953327e2c2e54dff75d3914647ffa6c6daec96c812042fa2d8a8 SHA512 98920ae2ad83a421aa252fda5c07a401421e2959b551ec9c984f236f39a1986a14d83da01406ce0a1a3745abb03a7ff5533a3619cf537a7fcafffce8a024c762 WHIRLPOOL 2c67974661d69f91c8f8c46619800136c12e5f2453e955e885f3ac0e9dc43b270b45ff42cccd77f146a3c7b697faede318bf04a713637a784446387d6df785da DIST bokeh-0.11.1.tar.gz 3383140 SHA256 34a73d8f68e7d6faaecc9f785cac8e9f76b88a7e7aacf66307076b03b4d3c472 SHA512 18cfee85698f1ba548c34fb223dc57e36584951064e65fac83cb8388b129914a8f67970a133ef2d1a67c06e50cbfb565a27d33dc9c90f5027a1739d400894706 WHIRLPOOL 5f8aa63f90e95945b7c1e1770d869ee7b8aee34d07f6f254586de5d30561b1688f5390f688f9792627809229fb93fcf607a012dc5e070a5c8f7c95b84dd8db4d -DIST bokeh-0.7.1.tar.gz 30039486 SHA256 167125e07df2ea1f65b1b6dfed140b7b6ed7452a1182ad4cb0be2580af537f73 SHA512 cf2ee6457cab7ca0a98c2cf19a7814e081245b30cf6f4f4670f8fc60b216bb39f14d3cdf52c92f85635cbf6419db00c0c01adb2e1a6eeaa019cdc767c642c160 WHIRLPOOL 23e66370f1cab2d3a3c40b0713e5cdb50afa7aeec1c2d1172a1d9a5598c004dd351509973ac84f24ebb30dbc5a86de455e1dfcbe00daf6a1d12c3e336122a2b8 diff --git a/dev-python/bokeh/bokeh-0.10.0.ebuild b/dev-python/bokeh/bokeh-0.10.0.ebuild deleted file mode 100644 index 540b9bd1fc3b..000000000000 --- a/dev-python/bokeh/bokeh-0.10.0.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{4,5} ) - -inherit distutils-r1 - -DESCRIPTION="Statistical and novel interactive HTML plots for Python" -HOMEPAGE="http://bokeh.pydata.org/ https://github.com/bokeh/bokeh http://pypi.python.org/pypi/bokeh" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="examples test" - -# A doc build requires napoleon sphinx extension which will be included in sphinx release 1.3 -# Therefore refraining from adding the doc build for now -RDEPEND=" - dev-python/abstract_rendering[${PYTHON_USEDEP}] - >=dev-python/colorama-0.2.7[${PYTHON_USEDEP}] - >=dev-python/flask-0.10.1[${PYTHON_USEDEP}] - >=dev-python/jinja-2.7[${PYTHON_USEDEP}] - >=dev-python/numpy-1.7.1[${PYTHON_USEDEP}] - >=dev-python/pandas-0.11[${PYTHON_USEDEP}] - >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}] - >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}] - >=dev-python/pyzmq-14.3.1[${PYTHON_USEDEP}] - >=dev-python/redis-py-2.7.6[${PYTHON_USEDEP}] - >=dev-python/requests-1.2.3[${PYTHON_USEDEP}] - >=dev-python/six-1.5.2[${PYTHON_USEDEP}] - dev-python/websocket-client[${PYTHON_USEDEP}] - >=dev-python/werkzeug-0.9.1[${PYTHON_USEDEP}] - >=www-servers/tornado-4.0.1[${PYTHON_USEDEP}] - " -# testing server: needs websocket not in portage yet -# websocket is in pypi for the adding -# hdf5 backend: needs array management not in portage yet -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/nose[${PYTHON_USEDEP}] - $(python_gen_cond_dep '>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' python2_7) - ) - " -python_test() { - cd "${BUILD_DIR}"/lib || die - # exclude server tests for now - nosetests -v \ - -e multiuser_auth_test \ - -e usermodel_test \ - || die -} - -python_install_all() { - use examples && local EXAMPLES=( examples/. ) - - distutils-r1_python_install_all -} diff --git a/dev-python/bokeh/bokeh-0.11.0.ebuild b/dev-python/bokeh/bokeh-0.11.0.ebuild deleted file mode 100644 index 48cd71aa4615..000000000000 --- a/dev-python/bokeh/bokeh-0.11.0.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{4,5} ) - -inherit distutils-r1 - -DESCRIPTION="Statistical and novel interactive HTML plots for Python" -HOMEPAGE="http://bokeh.pydata.org/ https://github.com/bokeh/bokeh http://pypi.python.org/pypi/bokeh" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="examples test" - -# A doc build requires napoleon sphinx extension which will be included in sphinx release 1.3 -# Therefore refraining from adding the doc build for now -RDEPEND=" - dev-python/abstract_rendering[${PYTHON_USEDEP}] - >=dev-python/colorama-0.2.7[${PYTHON_USEDEP}] - >=dev-python/flask-0.10.1[${PYTHON_USEDEP}] - >=dev-python/jinja-2.7[${PYTHON_USEDEP}] - >=dev-python/numpy-1.7.1[${PYTHON_USEDEP}] - >=dev-python/pandas-0.11[${PYTHON_USEDEP}] - >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}] - >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}] - >=dev-python/pyzmq-14.3.1[${PYTHON_USEDEP}] - >=dev-python/redis-py-2.7.6[${PYTHON_USEDEP}] - >=dev-python/requests-1.2.3[${PYTHON_USEDEP}] - >=dev-python/six-1.5.2[${PYTHON_USEDEP}] - dev-python/websocket-client[${PYTHON_USEDEP}] - >=dev-python/werkzeug-0.9.1[${PYTHON_USEDEP}] - >=www-servers/tornado-4.0.1[${PYTHON_USEDEP}] - " -# testing server: needs websocket not in portage yet -# websocket is in pypi for the adding -# hdf5 backend: needs array management not in portage yet -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - $(python_gen_cond_dep '>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' 'python2*') - $(python_gen_cond_dep 'dev-python/flexx[${PYTHON_USEDEP}]' 'python3*') - )" - -python_test() { - cd "${BUILD_DIR}"/lib || die - py.test -m 'not (js or examples or integration)' -vv || die -} - -python_install_all() { - use examples && local EXAMPLES=( examples/. ) - - distutils-r1_python_install_all -} diff --git a/dev-python/bokeh/bokeh-0.7.1.ebuild b/dev-python/bokeh/bokeh-0.7.1.ebuild deleted file mode 100644 index 78e44f549244..000000000000 --- a/dev-python/bokeh/bokeh-0.7.1.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{4,5} ) - -inherit distutils-r1 readme.gentoo - -DESCRIPTION="Statistical and interactive HTML plots for Python" -HOMEPAGE="http://bokeh.pydata.org/" -SRC_URI="https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="examples test" - -# A doc build requires napoleon sphinx extension which will be included in sphinx release 1.3 -# Therefore refraining from adding the doc build for now -RDEPEND=" - >=dev-python/colorama-0.2.7[${PYTHON_USEDEP}] - >=dev-python/click-3.3[${PYTHON_USEDEP}] - >=dev-python/flask-0.10.1[${PYTHON_USEDEP}] - >=dev-python/greenlet-0.4.1[${PYTHON_USEDEP}] - >=dev-python/itsdangerous-0.21[${PYTHON_USEDEP}] - >=dev-python/jinja-2.7[${PYTHON_USEDEP}] - >=dev-python/markdown-2.3.1[${PYTHON_USEDEP}] - >=dev-python/markupsafe-0.18[${PYTHON_USEDEP}] - >=dev-python/numpy-1.7.1[${PYTHON_USEDEP}] - >=dev-python/pandas-0.11[${PYTHON_USEDEP}] - >=dev-python/pygments-1.6[${PYTHON_USEDEP}] - >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}] - >=dev-python/pystache-0.5.3[${PYTHON_USEDEP}] - >=dev-python/pytz-2013b[${PYTHON_USEDEP}] - >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}] - >=dev-python/pyzmq-14.3.1[${PYTHON_USEDEP}] - >=dev-python/redis-py-2.7.6[${PYTHON_USEDEP}] - >=dev-python/requests-1.2.3[${PYTHON_USEDEP}] - >=dev-python/six-1.5.2[${PYTHON_USEDEP}] - >=dev-python/werkzeug-0.9.1[${PYTHON_USEDEP}] - >=net-libs/nodejs-0.8.28[npm] - >=www-client/phantomjs-1.9.8 - >=www-servers/tornado-4.0.1[${PYTHON_USEDEP}] - $(python_gen_cond_dep '>=dev-python/gevent-1.0[${PYTHON_USEDEP}]' python2_7) - $(python_gen_cond_dep '>=dev-python/gevent-websocket-0.9.2[${PYTHON_USEDEP}]' python2_7) - " -# testing server: needs websocket not in portage yet -# websocket is in pypi for the adding -# hdf5 backend: needs array management not in portage yet -DEPEND=" - test? ( - ${RDEPEND} - >=dev-python/nose-1.3.0[${PYTHON_USEDEP}] - $(python_gen_cond_dep '>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' python2_7) - >=dev-python/colorama-0.2.7[${PYTHON_USEDEP}] ) - " -DOCS=( CHANGELOG QUICKSTART.md README.md ) - -PATCHES=( "${FILESDIR}"/${P}-setup.patch ) - -python_prepare_all() { - DOC_CONTENTS="websockets work only with python2_7" - - sed -i -e "s/jsbuild = get_user_jsargs()/jsbuild = False/g" setup.py || die - cd bokehjs || die - npm install ||die - cd .. || die - esetup.py --build_js sdist - - distutils-r1_python_prepare_all -} - -python_install_all() { - readme.gentoo_create_doc - - use examples && local EXAMPLES=( examples/. ) - - distutils-r1_python_install_all -} - -python_test() { - cd "${BUILD_DIR}"/lib || die - # exclude server tests for now - nosetests -v \ - -e multiuser_auth_test \ - -e usermodel_test \ - || die -} diff --git a/dev-python/bokeh/files/bokeh-0.7.1-setup.patch b/dev-python/bokeh/files/bokeh-0.7.1-setup.patch deleted file mode 100644 index 39ea156cc3b7..000000000000 --- a/dev-python/bokeh/files/bokeh-0.7.1-setup.patch +++ /dev/null @@ -1,17 +0,0 @@ -Remove inappropriate check for a previous installation. - -Original patch for bokek 0.5.0 (0.5.0-setup.patch). -Ported for bokeh 0.7.1 by Marius Brehler. - -http://bugs.gentoo.org/527336 - ---- setup.py -+++ setup.py.new -@@ -348,7 +348,6 @@ path = abspath(dirname(__file__)) - - print() - if 'develop' in sys.argv: -- check_remove_bokeh_install(site_packages) - with open(path_file, "w+") as f: - f.write(path) - print("Installing Bokeh for development:") diff --git a/dev-python/chardet/chardet-2.3.0.ebuild b/dev-python/chardet/chardet-2.3.0.ebuild index e53925f42f1b..d783c10cbd7a 100644 --- a/dev-python/chardet/chardet-2.3.0.ebuild +++ b/dev-python/chardet/chardet-2.3.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/gdata/gdata-2.0.18.ebuild b/dev-python/gdata/gdata-2.0.18.ebuild index 402d13978417..009bf7acb25f 100644 --- a/dev-python/gdata/gdata-2.0.18.ebuild +++ b/dev-python/gdata/gdata-2.0.18.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" IUSE="examples" python_test() { diff --git a/dev-python/isort/Manifest b/dev-python/isort/Manifest new file mode 100644 index 000000000000..3bafcba28375 --- /dev/null +++ b/dev-python/isort/Manifest @@ -0,0 +1 @@ +DIST isort-4.2.5.tar.gz 36361 SHA256 56b20044f43cf6e6783fe95d054e754acca52dd43fbe9277c1bdff835537ea5c SHA512 ddc8e859bb421e4179315d74896958c8279394d42a75494db5dc22c58422994aa249b63c03645626a021ccf9142941bde51ad400256ab1c6be29da8110375f40 WHIRLPOOL fb94f6a82329a5d7715762590995e3ffe1f7b9fd31f81ff898c87a65c47d6371b96a29a57f6a42ecc05b1795ca59239eacd0f273e3e5ade85d621160bcffdcdd diff --git a/dev-python/isort/isort-4.2.5.ebuild b/dev-python/isort/isort-4.2.5.ebuild new file mode 100644 index 000000000000..848831a88c2c --- /dev/null +++ b/dev-python/isort/isort-4.2.5.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) +inherit distutils-r1 + +DESCRIPTION="A python utility/library to sort imports" +HOMEPAGE="https://pypi.python.org/pypi/isort" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +IUSE="" diff --git a/kde-apps/kdgantt2/metadata.xml b/dev-python/isort/metadata.xml similarity index 55% rename from kde-apps/kdgantt2/metadata.xml rename to dev-python/isort/metadata.xml index 2fdbf33d963d..5d3d9dc0e2ac 100644 --- a/kde-apps/kdgantt2/metadata.xml +++ b/dev-python/isort/metadata.xml @@ -2,7 +2,10 @@ - kde@gentoo.org - Gentoo KDE Project + python@gentoo.org + + + williamh@gentoo.org + William Hubbs diff --git a/dev-python/louie/louie-1.1-r1.ebuild b/dev-python/louie/louie-1.1-r1.ebuild index fe0d2da34617..8ebd1cf17381 100644 --- a/dev-python/louie/louie-1.1-r1.ebuild +++ b/dev-python/louie/louie-1.1-r1.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ppc ppc64 ~sparc x86" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] diff --git a/dev-python/nbdime/Manifest b/dev-python/nbdime/Manifest new file mode 100644 index 000000000000..40dcd99234c4 --- /dev/null +++ b/dev-python/nbdime/Manifest @@ -0,0 +1 @@ +DIST nbdime-0.1.0.tar.gz 3849944 SHA256 5af53ccf5b265546e61fbc096c4dd8122855b2aa02f8b60a99eeee01a8e33043 SHA512 e110e2e3e8b9bfbaafd26e6558ec863eb0a23f3b7a67482e497c4883fa2151ae058582b975aca90392bd2314f5e32ce3e7316db9c2c37e44c336a9fcf88176c8 WHIRLPOOL 074060d867b259b461514e84b21c0f7eb20ff2f787055e03971fd18d0aa1ba56596b15017354c5becd3f1022b5557ec740d4815d4f820af8b54349273ee8b9a4 diff --git a/dev-python/nbdime/metadata.xml b/dev-python/nbdime/metadata.xml new file mode 100644 index 000000000000..b2a229dc3754 --- /dev/null +++ b/dev-python/nbdime/metadata.xml @@ -0,0 +1,24 @@ + + + + + marbre@linux.sungazer.de + Marius Brehler + + + sci@gentoo.org + Gentoo Science Project + + + nbdime provides tools for diffing and merging of Jupyter Notebooks. + + + jupyter/nbdime + nbdime + + + + Install web-based diff and merge tools. + + + diff --git a/dev-python/nbdime/nbdime-0.1.0.ebuild b/dev-python/nbdime/nbdime-0.1.0.ebuild new file mode 100644 index 000000000000..718527d03392 --- /dev/null +++ b/dev-python/nbdime/nbdime-0.1.0.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python3_{4,5} ) + +inherit distutils-r1 + +DESCRIPTION="Diff and merge of Jupyter Notebooks" +HOMEPAGE="http://jupyter.org" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +KEYWORDS="~amd64" + +LICENSE="BSD" +SLOT="0" +IUSE="test webtools" + +RDEPEND=" + dev-python/nbformat[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + dev-python/colorama[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + www-servers/tornado[${PYTHON_USEDEP}] + webtools? ( net-libs/nodejs[npm] ) + " +DEPEND="${RDEPEND} + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-cov[${PYTHON_USEDEP}] + dev-python/pytest-timeout[${PYTHON_USEDEP}] + dev-python/jsonschema[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + ) + " +# The package recommonmark is required to build the docs, not in portage yet. +# Furthermore, backports.shutil_which is required for python2_7. + +python_configure_all() { + if ! use webtools; then + mydistutilsargs=( --skip-npm ) + fi +} + +python_test() { + # user.email and user.name are not configured in the sandbox. + git config --global user.email "you@example.com" || die + git config --global user.name "Your Name" || die + + distutils_install_for_testing + + py.test -l || die +} diff --git a/dev-python/pygtkhelpers/pygtkhelpers-0.4.3-r1.ebuild b/dev-python/pygtkhelpers/pygtkhelpers-0.4.3-r1.ebuild index baf9341178b6..653575a9ce78 100644 --- a/dev-python/pygtkhelpers/pygtkhelpers-0.4.3-r1.ebuild +++ b/dev-python/pygtkhelpers/pygtkhelpers-0.4.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="amd64 ~ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="doc examples" RDEPEND="dev-python/pygtk[${PYTHON_USEDEP}]" diff --git a/dev-python/pyid3lib/pyid3lib-0.5.1-r2.ebuild b/dev-python/pyid3lib/pyid3lib-0.5.1-r2.ebuild index d795f6e4f675..5b70c88507fa 100644 --- a/dev-python/pyid3lib/pyid3lib-0.5.1-r2.ebuild +++ b/dev-python/pyid3lib/pyid3lib-0.5.1-r2.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~ia64 ppc ppc64 ~sparc x86" IUSE="" DEPEND="media-libs/id3lib" diff --git a/dev-python/pylint/Manifest b/dev-python/pylint/Manifest index 0cdc30cba97c..0f6aa77afb34 100644 --- a/dev-python/pylint/Manifest +++ b/dev-python/pylint/Manifest @@ -6,3 +6,4 @@ DIST pylint-1.5.3.tar.gz 422412 SHA256 c0a5d4123873455292d1e360cceb1ee8527edb747 DIST pylint-1.5.4.tar.gz 423215 SHA256 2fe3cc2fc66a56fdc35dbbc2bf1dd96a534abfc79ee6b2ad9ae4fe166e570c4b SHA512 7317ef694133041aabffec3f31366b32de0adcb90b67dd70a6cc1a5abea022e59377afaf4f7f53f59049673697524ccf8a02419fdadc3bf98ceaec625fc5d08d WHIRLPOOL 5587d3be0a5cde145544faf4a2d62fca7c2e6cc100e5a948b8066a4ff756d7a775a0b1458336c1c6802ce605acca90ea809e96c99d06e9ee6ec6ecbd8f15b25a DIST pylint-1.5.5.tar.gz 424040 SHA256 15e949bbeda6c0a66799f34f720ab15e38d0a128e752cff5e74168527e5399c7 SHA512 cb3b532f88d2c75e1cef8fefd6e96e8d12a4d56b4bc7e84e109d5d093c8e2a9465d02cfb650f3dd3916edf753e20541b3ec4162743af9f7c82563ecd4b8cc7c6 WHIRLPOOL 665f8c315d61ba2e08ad4c5dea5e2fd20988fc258a856d5cb64a5da2e52e7f701803cab64672de825dfedf89890c194692491a07155880d309c2d27d121d00d3 DIST pylint-1.5.6.tar.gz 425251 SHA256 303bdd755048feec2c1fe1ea16e8f4306636f02845510ff3d5922ae2d6fe35cc SHA512 569a747a0d2c4f60ff2c16af6117f501fa1a9a6546fcc1228909b23024e2bc05951985acf56249919b67b11f161cb1855321115ad9fd7a7c409b71faa5dd8278 WHIRLPOOL 286e32ae39dfc3ce8d13efb9e9acec98db698f742bf399ccd6d7e053a2bdb1b7ea30b36a10a65fa4867bb6316da08c1181c5f0f0f39b0a920ddc3cf60e85f462 +DIST pylint-1.6.4.tar.gz 442853 SHA256 ef901a34b62ed7a734370ba5b162d890231ba8822abe88c6dda1268e2575f5f1 SHA512 8252a46f8a7ff6a70f2ea10a94a9e8618a903014210cf87c061e649fbe0c2106fb1b63643605ae0ed3f4652e8ed09442f4fd32a0df11f3639e6e35128e432d51 WHIRLPOOL 1e6863ac76b81a36493e77e3ef66f218d0e57882f3e535f5174afff8346b97bfb92f81579960bf9f5250ce7c8bfa0dca2aed1ce727a93332b10cf34b990c359a diff --git a/dev-python/pylint/pylint-1.6.4.ebuild b/dev-python/pylint/pylint-1.6.4.ebuild new file mode 100644 index 000000000000..33a0d8410884 --- /dev/null +++ b/dev-python/pylint/pylint-1.6.4.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) +PYTHON_REQ_USE="threads(+)" + +inherit distutils-r1 eutils + +DESCRIPTION="Python code static checker" +HOMEPAGE=" + http://www.logilab.org/project/pylint + https://pypi.python.org/pypi/pylint + https://github.com/pycqa/pylint" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +IUSE="doc examples test" + +RDEPEND=" + >=dev-python/astroid-1.4.5[${PYTHON_USEDEP}] + =dev-python/isort-4.2.5[${PYTHON_USEDEP}] + dev-python/mccabe" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) + test? ( ${RDEPEND} )" + +RESTRICT="test" # multiple failures + +# Usual. Requ'd for impl specific failures in test phase +DISTUTILS_IN_SOURCE_BUILD=1 + +python_compile_all() { + # selection of straight html triggers a trivial annoying bug, we skirt it + use doc && PYTHONPATH="${S}" emake -e -C doc singlehtml +} + +python_test() { + ${PYTHON} \ + -m unittest discover \ + -s pylint/test/ -p "*test_*".py \ + --verbose || die +} + +python_install_all() { + doman man/{pylint,pyreverse}.1 + use examples && local EXAMPLES=( examples/. ) + use doc && local HTML_DOCS=( doc/_build/singlehtml/. ) + distutils-r1_python_install_all +} + +pkg_postinst() { + # Optional dependency on "tk" USE flag would break support for Jython. + optfeature "pylint-gui script requires dev-lang/python with \"tk\" USE flag enabled." dev-lang/python[tk] +} diff --git a/dev-python/pyminuit/pyminuit-1.2.1.ebuild b/dev-python/pyminuit/pyminuit-1.2.1.ebuild deleted file mode 100644 index 3723ba101335..000000000000 --- a/dev-python/pyminuit/pyminuit-1.2.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 - -PYTHON_COMPAT=( python2_7 python3_4 ) - -inherit distutils-r1 flag-o-matic - -DESCRIPTION="Minuit numerical function minimization in Python" -HOMEPAGE="https://github.com/jpivarski/pyminuit" -SRC_URI=" - https://pyminuit.googlecode.com/files/${P}.tgz - https://pyminuit.googlecode.com/files/Minuit-1_7_9-patch1.tar.gz - " - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -S="${WORKDIR}"/${PN} - -src_configure() { - cd "${WORKDIR}"/Minuit-1_7_9 && econf --disable-static || die -} -src_compile() { - cd "${WORKDIR}"/Minuit-1_7_9 && emake - cd "${S}" - distutils-r1_src_compile -} - -python_install_all() { - cd "${WORKDIR}"/Minuit-1_7_9 || die - default - distutils-r1_python_install_all -} diff --git a/dev-python/rst-linker/rst-linker-1.7.ebuild b/dev-python/rst-linker/rst-linker-1.7.ebuild index e0ad47dab76e..d5ee92036f27 100644 --- a/dev-python/rst-linker/rst-linker-1.7.ebuild +++ b/dev-python/rst-linker/rst-linker-1.7.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~x86" IUSE="doc test" RDEPEND=" diff --git a/dev-python/sancho/sancho-2.4-r1.ebuild b/dev-python/sancho/sancho-2.4-r1.ebuild index c5ffdb74a9a9..6438ea5fe820 100644 --- a/dev-python/sancho/sancho-2.4-r1.ebuild +++ b/dev-python/sancho/sancho-2.4-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://www.mems-exchange.org/software/files/${PN}/${MY_P}.tar.gz" LICENSE="CNRI" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" DEPEND="" diff --git a/dev-python/tagpy/tagpy-2013.1.ebuild b/dev-python/tagpy/tagpy-2013.1.ebuild index ac2944eaa4fe..01b61f38f025 100644 --- a/dev-python/tagpy/tagpy-2013.1.ebuild +++ b/dev-python/tagpy/tagpy-2013.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ppc ppc64 ~sparc x86" IUSE="examples" RDEPEND=">=dev-libs/boost-1.49.0:=[python,threads,${PYTHON_USEDEP}] diff --git a/dev-qt/assistant/assistant-5.6.2.ebuild b/dev-qt/assistant/assistant-5.6.2.ebuild index e76c81875467..d357ba78be23 100644 --- a/dev-qt/assistant/assistant-5.6.2.ebuild +++ b/dev-qt/assistant/assistant-5.6.2.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Tool for viewing on-line documentation in Qt help file format" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~hppa ~ppc64 x86" + KEYWORDS="amd64 arm ~hppa ppc64 x86" fi IUSE="webkit" diff --git a/dev-qt/designer/designer-5.6.2.ebuild b/dev-qt/designer/designer-5.6.2.ebuild index 68bc9e435319..5e4f4739e77b 100644 --- a/dev-qt/designer/designer-5.6.2.ebuild +++ b/dev-qt/designer/designer-5.6.2.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="WYSIWYG tool for designing and building Qt-based GUIs" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~arm64 ~hppa ppc ~ppc64 x86" + KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86" fi IUSE="declarative webkit" diff --git a/dev-qt/linguist-tools/linguist-tools-5.6.2.ebuild b/dev-qt/linguist-tools/linguist-tools-5.6.2.ebuild index 85c7565ed77d..40fab5446501 100644 --- a/dev-qt/linguist-tools/linguist-tools-5.6.2.ebuild +++ b/dev-qt/linguist-tools/linguist-tools-5.6.2.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Tools for working with Qt translation data files" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~arm64 ~hppa ppc ~ppc64 x86" + KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86" fi IUSE="qml" diff --git a/dev-qt/linguist/linguist-5.6.2.ebuild b/dev-qt/linguist/linguist-5.6.2.ebuild index b36d75b2da32..552a26573402 100644 --- a/dev-qt/linguist/linguist-5.6.2.ebuild +++ b/dev-qt/linguist/linguist-5.6.2.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Graphical tool for translating Qt applications" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~hppa ~ppc64 x86" + KEYWORDS="amd64 arm ~hppa ppc64 x86" fi IUSE="" diff --git a/dev-qt/pixeltool/pixeltool-5.6.2.ebuild b/dev-qt/pixeltool/pixeltool-5.6.2.ebuild index d0da514e6e2f..83966570b126 100644 --- a/dev-qt/pixeltool/pixeltool-5.6.2.ebuild +++ b/dev-qt/pixeltool/pixeltool-5.6.2.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Qt screen magnifier" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~hppa ~ppc64 x86" + KEYWORDS="amd64 arm ~hppa ppc64 x86" fi IUSE="" diff --git a/dev-qt/qdbus/qdbus-5.6.2.ebuild b/dev-qt/qdbus/qdbus-5.6.2.ebuild index a7764bb92bf6..4f4b617c1282 100644 --- a/dev-qt/qdbus/qdbus-5.6.2.ebuild +++ b/dev-qt/qdbus/qdbus-5.6.2.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Interface to Qt applications communicating over D-Bus" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~hppa ppc ~ppc64 x86" + KEYWORDS="amd64 arm ~hppa ppc ppc64 x86" fi IUSE="" diff --git a/dev-qt/qdbusviewer/qdbusviewer-5.6.2.ebuild b/dev-qt/qdbusviewer/qdbusviewer-5.6.2.ebuild index aa2a468b7877..4ab36249bc1f 100644 --- a/dev-qt/qdbusviewer/qdbusviewer-5.6.2.ebuild +++ b/dev-qt/qdbusviewer/qdbusviewer-5.6.2.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Graphical tool that lets you introspect D-Bus objects and messages" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~hppa ~ppc64 x86" + KEYWORDS="amd64 arm ~hppa ppc64 x86" fi IUSE="" diff --git a/dev-qt/qdoc/qdoc-5.6.2.ebuild b/dev-qt/qdoc/qdoc-5.6.2.ebuild index 78581245e21b..28d98f865ad3 100644 --- a/dev-qt/qdoc/qdoc-5.6.2.ebuild +++ b/dev-qt/qdoc/qdoc-5.6.2.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Qt documentation generator" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~hppa ppc ~ppc64 x86" + KEYWORDS="amd64 arm ~hppa ppc ppc64 x86" fi IUSE="" diff --git a/dev-qt/qtconcurrent/qtconcurrent-5.6.2.ebuild b/dev-qt/qtconcurrent/qtconcurrent-5.6.2.ebuild index f975801e7c70..2fda36c4677b 100644 --- a/dev-qt/qtconcurrent/qtconcurrent-5.6.2.ebuild +++ b/dev-qt/qtconcurrent/qtconcurrent-5.6.2.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Multi-threading concurrence support library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~arm64 ~hppa ppc ~ppc64 x86" + KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86" fi IUSE="" diff --git a/dev-qt/qtcore/qtcore-5.6.2-r1.ebuild b/dev-qt/qtcore/qtcore-5.6.2-r1.ebuild index ef28803228ce..2c54e4cca5f1 100644 --- a/dev-qt/qtcore/qtcore-5.6.2-r1.ebuild +++ b/dev-qt/qtcore/qtcore-5.6.2-r1.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Cross-platform application development framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~arm64 ~hppa ppc ~ppc64 x86" + KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86" fi IUSE="icu systemd" diff --git a/dev-qt/qtdbus/qtdbus-5.6.2.ebuild b/dev-qt/qtdbus/qtdbus-5.6.2.ebuild index cd205a94b7a5..295c1f26e96d 100644 --- a/dev-qt/qtdbus/qtdbus-5.6.2.ebuild +++ b/dev-qt/qtdbus/qtdbus-5.6.2.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Qt5 module for inter-process communication over the D-Bus protocol" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~arm64 ~hppa ppc ~ppc64 x86" + KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86" fi IUSE="" diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.6.2.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.6.2.ebuild index 24ce7dec7190..14d6b3fddd38 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.6.2.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.6.2.ebuild @@ -9,7 +9,7 @@ inherit python-any-r1 qt5-build DESCRIPTION="The QML and Quick modules for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~arm64 ~hppa ppc ~ppc64 x86" + KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86" fi IUSE="gles2 +jit localstorage +widgets xml" diff --git a/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.6.2.ebuild b/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.6.2.ebuild index e5f866f6463e..6c12fd061b84 100644 --- a/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.6.2.ebuild +++ b/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.6.2.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Set of QML types for adding visual effects to user interfaces" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~hppa ~ppc ~ppc64 x86" + KEYWORDS="amd64 arm ~hppa ~ppc ppc64 x86" fi IUSE="" diff --git a/dev-qt/qtgui/qtgui-5.6.2.ebuild b/dev-qt/qtgui/qtgui-5.6.2.ebuild index 5eeb6ce06574..faf4832325cf 100644 --- a/dev-qt/qtgui/qtgui-5.6.2.ebuild +++ b/dev-qt/qtgui/qtgui-5.6.2.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="The GUI module and platform plugins for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~arm64 ~hppa ppc ~ppc64 x86" + KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86" fi # TODO: linuxfb diff --git a/dev-qt/qthelp/qthelp-5.6.2.ebuild b/dev-qt/qthelp/qthelp-5.6.2.ebuild index 66b9c39f63b7..25775f484685 100644 --- a/dev-qt/qthelp/qthelp-5.6.2.ebuild +++ b/dev-qt/qthelp/qthelp-5.6.2.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Qt5 module for integrating online documentation into applications" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~hppa ~ppc64 x86" + KEYWORDS="amd64 arm ~hppa ppc64 x86" fi IUSE="" diff --git a/dev-qt/qtimageformats/qtimageformats-5.6.2.ebuild b/dev-qt/qtimageformats/qtimageformats-5.6.2.ebuild index 39079d58c2d2..79d4a47eb2d6 100644 --- a/dev-qt/qtimageformats/qtimageformats-5.6.2.ebuild +++ b/dev-qt/qtimageformats/qtimageformats-5.6.2.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Additional format plugins for the Qt image I/O system" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~hppa ~ppc64 x86" + KEYWORDS="amd64 arm ~hppa ppc64 x86" fi IUSE="" diff --git a/dev-qt/qtmultimedia/qtmultimedia-5.6.2.ebuild b/dev-qt/qtmultimedia/qtmultimedia-5.6.2.ebuild index 3b8d3cf06d7f..44afcba0bffd 100644 --- a/dev-qt/qtmultimedia/qtmultimedia-5.6.2.ebuild +++ b/dev-qt/qtmultimedia/qtmultimedia-5.6.2.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Multimedia (audio, video, radio, camera) library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~hppa ~ppc ~ppc64 x86" + KEYWORDS="amd64 arm ~hppa ~ppc ppc64 x86" fi IUSE="alsa gles2 gstreamer gstreamer010 openal pulseaudio qml widgets" diff --git a/dev-qt/qtnetwork/qtnetwork-5.6.2.ebuild b/dev-qt/qtnetwork/qtnetwork-5.6.2.ebuild index dba4d0e6d7bb..5cd0ace43cac 100644 --- a/dev-qt/qtnetwork/qtnetwork-5.6.2.ebuild +++ b/dev-qt/qtnetwork/qtnetwork-5.6.2.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Network abstraction library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~arm64 ~hppa ppc ~ppc64 x86" + KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86" fi IUSE="bindist connman libproxy networkmanager +ssl" diff --git a/dev-qt/qtopengl/qtopengl-5.6.2.ebuild b/dev-qt/qtopengl/qtopengl-5.6.2.ebuild index 69d759020313..80123f4763f2 100644 --- a/dev-qt/qtopengl/qtopengl-5.6.2.ebuild +++ b/dev-qt/qtopengl/qtopengl-5.6.2.ebuild @@ -10,7 +10,7 @@ inherit qt5-build DESCRIPTION="OpenGL support library for the Qt5 framework (deprecated)" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~arm64 ~hppa ppc ~ppc64 x86" + KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86" fi IUSE="gles2" diff --git a/dev-qt/qtpaths/qtpaths-5.6.2.ebuild b/dev-qt/qtpaths/qtpaths-5.6.2.ebuild index 1c8a30a63210..8cc3fc6d889c 100644 --- a/dev-qt/qtpaths/qtpaths-5.6.2.ebuild +++ b/dev-qt/qtpaths/qtpaths-5.6.2.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Command line client to QStandardPaths" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~hppa ~ppc ~ppc64 x86" + KEYWORDS="amd64 arm ~hppa ~ppc ppc64 x86" fi IUSE="" diff --git a/dev-qt/qtpositioning/qtpositioning-5.6.2.ebuild b/dev-qt/qtpositioning/qtpositioning-5.6.2.ebuild index bea083a47d99..47367a75c597 100644 --- a/dev-qt/qtpositioning/qtpositioning-5.6.2.ebuild +++ b/dev-qt/qtpositioning/qtpositioning-5.6.2.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Physical position determination library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~hppa ~ppc64 x86" + KEYWORDS="amd64 arm ~hppa ppc64 x86" fi IUSE="geoclue qml" diff --git a/dev-qt/qtprintsupport/qtprintsupport-5.6.2.ebuild b/dev-qt/qtprintsupport/qtprintsupport-5.6.2.ebuild index aa18dc134088..5d2e78219da5 100644 --- a/dev-qt/qtprintsupport/qtprintsupport-5.6.2.ebuild +++ b/dev-qt/qtprintsupport/qtprintsupport-5.6.2.ebuild @@ -10,7 +10,7 @@ inherit qt5-build DESCRIPTION="Printing support library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~arm64 ~hppa ppc ~ppc64 x86" + KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86" fi IUSE="cups gles2" diff --git a/dev-qt/qtquickcontrols/qtquickcontrols-5.6.2.ebuild b/dev-qt/qtquickcontrols/qtquickcontrols-5.6.2.ebuild index 9b88fe5b1ce9..2c68f8d4883e 100644 --- a/dev-qt/qtquickcontrols/qtquickcontrols-5.6.2.ebuild +++ b/dev-qt/qtquickcontrols/qtquickcontrols-5.6.2.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Set of controls used in conjunction with Qt Quick to build complete interfaces" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 x86" + KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ppc64 x86" fi IUSE="+widgets" diff --git a/dev-qt/qtscript/qtscript-5.6.2.ebuild b/dev-qt/qtscript/qtscript-5.6.2.ebuild index 0880370b4b37..c4993fa7cff4 100644 --- a/dev-qt/qtscript/qtscript-5.6.2.ebuild +++ b/dev-qt/qtscript/qtscript-5.6.2.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~arm64 ~hppa ppc ~ppc64 x86" + KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86" fi IUSE="+jit scripttools" diff --git a/dev-qt/qtsensors/qtsensors-5.6.2.ebuild b/dev-qt/qtsensors/qtsensors-5.6.2.ebuild index c373dea01826..81d807e7b82e 100644 --- a/dev-qt/qtsensors/qtsensors-5.6.2.ebuild +++ b/dev-qt/qtsensors/qtsensors-5.6.2.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Hardware sensor access library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~hppa ~ppc64 x86" + KEYWORDS="amd64 arm ~hppa ppc64 x86" fi IUSE="qml" diff --git a/dev-qt/qtserialport/qtserialport-5.6.2.ebuild b/dev-qt/qtserialport/qtserialport-5.6.2.ebuild index 270bf35d75dd..772a2426a21e 100644 --- a/dev-qt/qtserialport/qtserialport-5.6.2.ebuild +++ b/dev-qt/qtserialport/qtserialport-5.6.2.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Serial port abstraction library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~hppa ~ppc64 x86" + KEYWORDS="amd64 arm ~hppa ppc64 x86" fi IUSE="" diff --git a/dev-qt/qtsql/qtsql-5.6.2.ebuild b/dev-qt/qtsql/qtsql-5.6.2.ebuild index ed6590a477a4..54c7200bac37 100644 --- a/dev-qt/qtsql/qtsql-5.6.2.ebuild +++ b/dev-qt/qtsql/qtsql-5.6.2.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="SQL abstraction library for the Qt5 tooolkit" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~arm64 ~hppa ppc ~ppc64 x86" + KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86" fi IUSE="freetds mysql oci8 odbc postgres +sqlite" diff --git a/dev-qt/qtsvg/qtsvg-5.6.2.ebuild b/dev-qt/qtsvg/qtsvg-5.6.2.ebuild index 3e6a121e964e..461694e2cab7 100644 --- a/dev-qt/qtsvg/qtsvg-5.6.2.ebuild +++ b/dev-qt/qtsvg/qtsvg-5.6.2.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="SVG rendering library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~arm64 ~hppa ppc ~ppc64 x86" + KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86" fi IUSE="" diff --git a/dev-qt/qttest/qttest-5.6.2.ebuild b/dev-qt/qttest/qttest-5.6.2.ebuild index ea7961b53008..6c6cac4529f2 100644 --- a/dev-qt/qttest/qttest-5.6.2.ebuild +++ b/dev-qt/qttest/qttest-5.6.2.ebuild @@ -10,7 +10,7 @@ inherit qt5-build DESCRIPTION="Unit testing library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~arm64 ~hppa ppc ~ppc64 x86" + KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86" fi IUSE="" diff --git a/dev-qt/qttranslations/qttranslations-5.6.2.ebuild b/dev-qt/qttranslations/qttranslations-5.6.2.ebuild index 5fdf0d2960cb..75d59aa73dad 100644 --- a/dev-qt/qttranslations/qttranslations-5.6.2.ebuild +++ b/dev-qt/qttranslations/qttranslations-5.6.2.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Translation files for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~hppa ppc ~ppc64 x86" + KEYWORDS="amd64 arm ~hppa ppc ppc64 x86" fi IUSE="" diff --git a/dev-qt/qtwayland/qtwayland-5.6.2.ebuild b/dev-qt/qtwayland/qtwayland-5.6.2.ebuild index 9850eb89e3d2..9a04797da0fa 100644 --- a/dev-qt/qtwayland/qtwayland-5.6.2.ebuild +++ b/dev-qt/qtwayland/qtwayland-5.6.2.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Wayland platform plugin for Qt" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~hppa ~ppc ~ppc64 x86" + KEYWORDS="amd64 arm ~hppa ~ppc ppc64 x86" fi IUSE="egl qml wayland-compositor xcomposite" diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.6.2.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.6.2.ebuild index 7ca456ae1c49..5223ee563ce0 100644 --- a/dev-qt/qtwebchannel/qtwebchannel-5.6.2.ebuild +++ b/dev-qt/qtwebchannel/qtwebchannel-5.6.2.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Qt5 module for integrating C++ and QML applications with HTML/JavaScript clients" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~ppc64 x86" + KEYWORDS="amd64 arm ppc64 x86" fi IUSE="qml" diff --git a/dev-qt/qtwebkit/qtwebkit-5.6.2.ebuild b/dev-qt/qtwebkit/qtwebkit-5.6.2.ebuild index 95a08bf75314..77d259474893 100644 --- a/dev-qt/qtwebkit/qtwebkit-5.6.2.ebuild +++ b/dev-qt/qtwebkit/qtwebkit-5.6.2.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="WebKit rendering library for the Qt5 framework (deprecated)" SRC_URI="https://download.qt.io/community_releases/${PV%.*}/${PV}/${PN}-opensource-src-${PV}.tar.xz" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~arm64 ~ppc64 x86" + KEYWORDS="amd64 arm ~arm64 ppc64 x86" fi # TODO: qttestlib diff --git a/dev-qt/qtwebsockets/qtwebsockets-5.6.2.ebuild b/dev-qt/qtwebsockets/qtwebsockets-5.6.2.ebuild index 58e289842187..82ca08919ac5 100644 --- a/dev-qt/qtwebsockets/qtwebsockets-5.6.2.ebuild +++ b/dev-qt/qtwebsockets/qtwebsockets-5.6.2.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Implementation of the WebSocket protocol for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~hppa ~ppc64 x86" + KEYWORDS="amd64 arm ~hppa ppc64 x86" fi IUSE="qml +ssl" diff --git a/dev-qt/qtwidgets/qtwidgets-5.6.2.ebuild b/dev-qt/qtwidgets/qtwidgets-5.6.2.ebuild index 605bb944f513..aa4cb625d02e 100644 --- a/dev-qt/qtwidgets/qtwidgets-5.6.2.ebuild +++ b/dev-qt/qtwidgets/qtwidgets-5.6.2.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Set of components for creating classic desktop-style UIs for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~arm64 ~hppa ppc ~ppc64 x86" + KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86" fi # keep IUSE defaults in sync with qtgui diff --git a/dev-qt/qtx11extras/qtx11extras-5.6.2.ebuild b/dev-qt/qtx11extras/qtx11extras-5.6.2.ebuild index 72a8e7a2307c..b8506c5c948f 100644 --- a/dev-qt/qtx11extras/qtx11extras-5.6.2.ebuild +++ b/dev-qt/qtx11extras/qtx11extras-5.6.2.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Linux/X11-specific support library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~arm64 ~hppa ppc ~ppc64 x86" + KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86" fi IUSE="" diff --git a/dev-qt/qtxml/qtxml-5.6.2.ebuild b/dev-qt/qtxml/qtxml-5.6.2.ebuild index fbc315b28b00..777d71c20d07 100644 --- a/dev-qt/qtxml/qtxml-5.6.2.ebuild +++ b/dev-qt/qtxml/qtxml-5.6.2.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Implementation of SAX and DOM for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~arm64 ~hppa ppc ~ppc64 x86" + KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86" fi IUSE="" diff --git a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.6.2.ebuild b/dev-qt/qtxmlpatterns/qtxmlpatterns-5.6.2.ebuild index 0b73730c6e3c..bc13249dc5c6 100644 --- a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.6.2.ebuild +++ b/dev-qt/qtxmlpatterns/qtxmlpatterns-5.6.2.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="XPath, XQuery, XSLT, and XML Schema validation library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~arm64 ~hppa ppc ~ppc64 x86" + KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86" fi IUSE="" diff --git a/dev-ruby/blankslate/blankslate-3.1.3.ebuild b/dev-ruby/blankslate/blankslate-3.1.3.ebuild index 05f48881e288..871c8ee7d16e 100644 --- a/dev-ruby/blankslate/blankslate-3.1.3.ebuild +++ b/dev-ruby/blankslate/blankslate-3.1.3.ebuild @@ -20,7 +20,7 @@ HOMEPAGE="https://rubygems.org/gems/blankslate" IUSE="" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" all_ruby_prepare() { # Avoid test failing with rspec 2.x. diff --git a/dev-ruby/bones/Manifest b/dev-ruby/bones/Manifest index b1f2a38022fc..0bacfa90a32c 100644 --- a/dev-ruby/bones/Manifest +++ b/dev-ruby/bones/Manifest @@ -1 +1,2 @@ DIST bones-3.8.3.gem 39936 SHA256 862b07d5cc84545dad43c848cc8d78ec001a6b430f7cce5c4a03efadb956c8e6 SHA512 1047a48647855e51db9c95ffab13b19424b22e2583cc8083e60ac160e932f3bf9672fc99e30bf49ca08d3a31aefea2c697e8a9ef918787eb5731122927fb859f WHIRLPOOL d2764990d09c501bbc35b164f5bffc2777958f5642b9779312682efe531feb8fea05fa503b612d4684f50440726449b028190fcd5b6ebc6ddeefbd227edc4016 +DIST bones-3.8.4.gem 39936 SHA256 347b04f7e1df9d7fdae56e7ff9d2c016e6cf7c154b5580746e8e8498e6d93eb6 SHA512 884eb6d84e121daf576eac427a97d69f3d6dfe1bd9c55fc7d821a0658193cbc3864e71b07af00cb6c629c180fce1faa6b314a6607878b665b62208fc1af7fbc4 WHIRLPOOL 2c53dbe562161f57097fc4a0ac88c74a972edcb3d547392c05f1adceeb067d30146ff976435792d9fc2b35a35f6f16938c9671f8b35071b5cff957422882cb25 diff --git a/dev-ruby/bones/bones-3.8.4.ebuild b/dev-ruby/bones/bones-3.8.4.ebuild new file mode 100644 index 000000000000..adbcdf462c15 --- /dev/null +++ b/dev-ruby/bones/bones-3.8.4.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_RECIPE_TEST="rspec" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc" + +RUBY_FAKEGEM_EXTRAINSTALL="default version.txt" + +inherit ruby-fakegem + +DESCRIPTION="Tool that creates new Ruby projects from a code skeleton" +HOMEPAGE="https://github.com/TwP/bones" + +IUSE="test" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +ruby_add_rdepend " + dev-ruby/builder + >=dev-ruby/loquacious-1.9.1 + >=dev-ruby/little-plugger-1.1.3 + >=dev-ruby/rake-12" + +all_ruby_prepare() { + epatch "${FILESDIR}"/${PN}-3.8.1-builder.patch +} diff --git a/dev-ruby/bundler/bundler-1.12.5.ebuild b/dev-ruby/bundler/bundler-1.12.5.ebuild index 5b8d8aba3d3a..400bb2233871 100644 --- a/dev-ruby/bundler/bundler-1.12.5.ebuild +++ b/dev-ruby/bundler/bundler-1.12.5.ebuild @@ -24,7 +24,7 @@ SRC_URI="https://github.com/carlhuda/bundler/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc test" ruby_add_rdepend virtual/rubygems diff --git a/dev-ruby/hoe/hoe-3.15.3-r2.ebuild b/dev-ruby/hoe/hoe-3.15.3-r2.ebuild new file mode 100644 index 000000000000..3c68ae2f2c34 --- /dev/null +++ b/dev-ruby/hoe/hoe-3.15.3-r2.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby21 ruby22 ruby23 ruby24" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="History.rdoc Manifest.txt README.rdoc" + +RUBY_FAKEGEM_EXTRAINSTALL="template" + +inherit ruby-fakegem + +DESCRIPTION="Hoe extends rake to provide full project automation" +HOMEPAGE="https://www.zenspider.com/projects/hoe.html" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.9:5 )" + +ruby_add_rdepend ">=dev-ruby/rake-0.8.7 =dev-ruby/metaclass-0.0.1 >=dev-ruby/instantiator-0.0.3" diff --git a/dev-ruby/metaclass/metaclass-0.0.4.ebuild b/dev-ruby/metaclass/metaclass-0.0.4.ebuild index 2076b3a0e21d..a675a4e115af 100644 --- a/dev-ruby/metaclass/metaclass-0.0.4.ebuild +++ b/dev-ruby/metaclass/metaclass-0.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/floehopper/metaclass" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" all_ruby_prepare() { diff --git a/dev-ruby/minitest/minitest-5.8.4.ebuild b/dev-ruby/minitest/minitest-5.8.4.ebuild index 65b84130be92..4e39370ec5da 100644 --- a/dev-ruby/minitest/minitest-5.8.4.ebuild +++ b/dev-ruby/minitest/minitest-5.8.4.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/seattlerb/minitest" LICENSE="MIT" SLOT="5" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc test" each_ruby_test() { diff --git a/dev-ruby/mocha/mocha-0.14.0.ebuild b/dev-ruby/mocha/mocha-0.14.0.ebuild index d297d0329b63..fe30926dc8c5 100644 --- a/dev-ruby/mocha/mocha-0.14.0.ebuild +++ b/dev-ruby/mocha/mocha-0.14.0.ebuild @@ -20,7 +20,7 @@ HOMEPAGE="http://gofreerange.com/mocha/docs/" LICENSE="MIT" SLOT="0.14" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" IUSE="" ruby_add_bdepend " diff --git a/dev-ruby/mocha/mocha-1.1.0.ebuild b/dev-ruby/mocha/mocha-1.1.0.ebuild index b40f48283b54..a750989d14a7 100644 --- a/dev-ruby/mocha/mocha-1.1.0.ebuild +++ b/dev-ruby/mocha/mocha-1.1.0.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="http://gofreerange.com/mocha/docs/" LICENSE="MIT" SLOT="1.0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" IUSE="" ruby_add_bdepend " diff --git a/dev-ruby/public_suffix/Manifest b/dev-ruby/public_suffix/Manifest index ebfe3bafa5ca..190963f155e4 100644 --- a/dev-ruby/public_suffix/Manifest +++ b/dev-ruby/public_suffix/Manifest @@ -1,2 +1,3 @@ DIST public_suffix-2.0.3.gem 89600 SHA256 69cf11137edc0cb78b21592e9fdc34661c4774d4359e172737aa747537f75619 SHA512 8065c7e15e8567c512d1aa4b35dd9d1195c2cce0b1870d745cf661411410bb64721c568d229dac26ef6925e28836fedab5c1262e9103d4c6db34de460b1659c6 WHIRLPOOL 439a5f8b8226b7b8224664ab5025c8debc86caae86368aa6d0c71a90c485586c6bcac17f49f8051fe00b001086c3be8986bc412aef3bef6c1b2b96a57f976df3 DIST public_suffix-2.0.4.gem 89600 SHA256 1d10f21372a31e54fb3e6f5cf0040954fca4bce626c7aa97679258923c8de5c5 SHA512 13ce6c861a2118d4a93166b9d90d825acda2d20864f7a25b6b5be8dab1f8b4bb2bf8d76ce6230638275ae6817e02a3152a50e4cd52f768f1184227e22e0272a1 WHIRLPOOL 60d2ab4d995b56d5672b4146ebb3513de5a3cf4bc8c4a25fe467ae85b406609cdd04933a741769a2b3f5cbcd3899f3bcb0bf0d6a5466d381e9d421f356b3cf86 +DIST public_suffix-2.0.5.gem 89600 SHA256 f8488b110921532ff291af74eef70fa4e3c036141c4ef80009dcdc2b51721210 SHA512 d261dec44c11803631e267f36d82a59278d90dceb2811233ca511e895c5f1a58005b6afea980bd1bbd78bbfc7a3a4e02f9f1fbe351fded38be340ecc235da383 WHIRLPOOL 55527ec204e03c7dc81ec4ef0ea28a68ed54fa7ab6406ce7911c677ae3ffd1de5573bf603679219944c998000d225f4b3e4c064644ce011fffb479dd4d03bebe diff --git a/dev-ruby/public_suffix/public_suffix-2.0.5.ebuild b/dev-ruby/public_suffix/public_suffix-2.0.5.ebuild new file mode 100644 index 000000000000..398eba8b01a2 --- /dev/null +++ b/dev-ruby/public_suffix/public_suffix-2.0.5.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRAINSTALL="data" + +inherit ruby-fakegem + +DESCRIPTION="Parse and decompose a domain name into top level domain, domain and subdomains" +HOMEPAGE="https://simonecarletti.com/code/publicsuffix-ruby/" + +KEYWORDS="~amd64" +LICENSE="MIT" +SLOT="2" +IUSE="" + +ruby_add_bdepend "test? ( dev-ruby/mocha dev-ruby/yard )" + +all_ruby_prepare() { + sed -i -e '/rubocop/I s:^:#:' Rakefile || die + sed -i -e '/reporters/I s:^:#:' test/test_helper.rb || die +} diff --git a/dev-ruby/rake/rake-10.5.0.ebuild b/dev-ruby/rake/rake-10.5.0.ebuild index 8cdc95042910..5ec867785d55 100644 --- a/dev-ruby/rake/rake-10.5.0.ebuild +++ b/dev-ruby/rake/rake-10.5.0.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/jimweirich/rake" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc" DEPEND+=" app-arch/gzip" diff --git a/dev-ruby/rexical/rexical-1.0.5-r3.ebuild b/dev-ruby/rexical/rexical-1.0.5-r3.ebuild index c51820f45086..378408529d15 100644 --- a/dev-ruby/rexical/rexical-1.0.5-r3.ebuild +++ b/dev-ruby/rexical/rexical-1.0.5-r3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22 ruby23" +USE_RUBY="ruby21 ruby22 ruby23 ruby24" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc DOCUMENTATION.en.rdoc DOCUMENTATION.ja.rdoc README.ja README.rdoc" diff --git a/dev-ruby/rspec-core/rspec-core-3.5.4.ebuild b/dev-ruby/rspec-core/rspec-core-3.5.4.ebuild index 1d8f383188bd..a8d728685049 100644 --- a/dev-ruby/rspec-core/rspec-core-3.5.4.ebuild +++ b/dev-ruby/rspec-core/rspec-core-3.5.4.ebuild @@ -23,7 +23,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz" LICENSE="MIT" SLOT="3" -KEYWORDS="alpha amd64 arm ~hppa ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~hppa ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="highlight" SUBVERSION="$(get_version_component_range 1-2)" diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.5.0.ebuild b/dev-ruby/rspec-expectations/rspec-expectations-3.5.0.ebuild index 51462d10c99a..86ee03ab4add 100644 --- a/dev-ruby/rspec-expectations/rspec-expectations-3.5.0.ebuild +++ b/dev-ruby/rspec-expectations/rspec-expectations-3.5.0.ebuild @@ -20,7 +20,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz" LICENSE="MIT" SLOT="3" -KEYWORDS="alpha amd64 arm ~hppa ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~hppa ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" SUBVERSION="$(get_version_component_range 1-2)" diff --git a/dev-ruby/rspec-mocks/rspec-mocks-3.5.0.ebuild b/dev-ruby/rspec-mocks/rspec-mocks-3.5.0.ebuild index 279eaa200ec7..0a5f98ffff95 100644 --- a/dev-ruby/rspec-mocks/rspec-mocks-3.5.0.ebuild +++ b/dev-ruby/rspec-mocks/rspec-mocks-3.5.0.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz" LICENSE="MIT" SLOT="3" -KEYWORDS="alpha amd64 arm ~hppa ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~hppa ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" SUBVERSION="$(get_version_component_range 1-2)" diff --git a/dev-ruby/rspec-support/rspec-support-3.5.0.ebuild b/dev-ruby/rspec-support/rspec-support-3.5.0.ebuild index 509c1c62918f..e360c43683f6 100644 --- a/dev-ruby/rspec-support/rspec-support-3.5.0.ebuild +++ b/dev-ruby/rspec-support/rspec-support-3.5.0.ebuild @@ -20,7 +20,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz" LICENSE="MIT" SLOT="3" -KEYWORDS="alpha amd64 arm ~hppa ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~hppa ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "test? ( >=dev-ruby/rspec-3.5.0:3 )" diff --git a/dev-ruby/rspec/rspec-3.5.0.ebuild b/dev-ruby/rspec/rspec-3.5.0.ebuild index e14d67bc560e..5fc4e9744872 100644 --- a/dev-ruby/rspec/rspec-3.5.0.ebuild +++ b/dev-ruby/rspec/rspec-3.5.0.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/rspec/rspec" LICENSE="MIT" SLOT="3" -KEYWORDS="alpha amd64 arm ~hppa ~ppc64 x86" +KEYWORDS="alpha amd64 arm ~hppa ppc64 x86" IUSE="" SUBVERSION="$(get_version_component_range 1-2)" diff --git a/dev-ruby/rubygems/rubygems-2.5.2.ebuild b/dev-ruby/rubygems/rubygems-2.5.2.ebuild index 4eeb7e47319b..5fbea7b92424 100644 --- a/dev-ruby/rubygems/rubygems-2.5.2.ebuild +++ b/dev-ruby/rubygems/rubygems-2.5.2.ebuild @@ -14,7 +14,7 @@ LICENSE="|| ( Ruby MIT )" SRC_URI="https://rubygems.org/rubygems/${P}.tgz" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="0" IUSE="server test" diff --git a/dev-ruby/sqlite3/sqlite3-1.3.11.ebuild b/dev-ruby/sqlite3/sqlite3-1.3.11.ebuild index fb1fcd6d28c8..424dc16fe212 100644 --- a/dev-ruby/sqlite3/sqlite3-1.3.11.ebuild +++ b/dev-ruby/sqlite3/sqlite3-1.3.11.ebuild @@ -15,7 +15,7 @@ DESCRIPTION="An extension library to access a SQLite database from Ruby" HOMEPAGE="https://github.com/sparklemotion/sqlite3-ruby" LICENSE="BSD" -KEYWORDS="amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="0" IUSE="" diff --git a/dev-ruby/thread_order/thread_order-1.1.0.ebuild b/dev-ruby/thread_order/thread_order-1.1.0.ebuild index 03cb67a6966d..e006fe6ab562 100644 --- a/dev-ruby/thread_order/thread_order-1.1.0.ebuild +++ b/dev-ruby/thread_order/thread_order-1.1.0.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/JoshCheek/thread_order" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~hppa ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" all_ruby_prepare() { diff --git a/dev-tex/dot2tex/dot2tex-2.9.0.ebuild b/dev-tex/dot2tex/dot2tex-2.9.0.ebuild index b6c13974077d..33d24bcfbe2f 100644 --- a/dev-tex/dot2tex/dot2tex-2.9.0.ebuild +++ b/dev-tex/dot2tex/dot2tex-2.9.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/kjellmf/dot2tex/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" +KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" IUSE="doc examples" DEPEND="dev-python/pyparsing[${PYTHON_USEDEP}]" diff --git a/dev-tex/latex2html/latex2html-2015.ebuild b/dev-tex/latex2html/latex2html-2015.ebuild index 4894d5f59835..002f517b1b68 100644 --- a/dev-tex/latex2html/latex2html-2015.ebuild +++ b/dev-tex/latex2html/latex2html-2015.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://mirrors.ctan.org/support/latex2html/latex2html-2015.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="gif png" DEPEND="app-text/ghostscript-gpl diff --git a/dev-tex/pgf/pgf-3.0.1.ebuild b/dev-tex/pgf/pgf-3.0.1.ebuild index 1706604a187c..8cbb18dfbe03 100644 --- a/dev-tex/pgf/pgf-3.0.1.ebuild +++ b/dev-tex/pgf/pgf-3.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/pgf/${PN}_${PV}.tds.zip" LICENSE="GPL-2 LPPL-1.3c FDL-1.2" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc source" RDEPEND="dev-texlive/texlive-latexrecommended diff --git a/dev-util/cgdb/cgdb-0.6.8.ebuild b/dev-util/cgdb/cgdb-0.6.8.ebuild index 6d86d23cc528..a6f37b95cb6d 100644 --- a/dev-util/cgdb/cgdb-0.6.8.ebuild +++ b/dev-util/cgdb/cgdb-0.6.8.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} = *9999* ]]; then git@github.com:cgdb/cgdb.git" else SRC_URI="https://github.com/cgdb/cgdb/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" fi inherit multilib-minimal diff --git a/dev-util/cmake/cmake-3.6.3.ebuild b/dev-util/cmake/cmake-3.6.3.ebuild index 43eb690e9e3f..071297e61912 100644 --- a/dev-util/cmake/cmake-3.6.3.ebuild +++ b/dev-util/cmake/cmake-3.6.3.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://www.cmake.org/files/v$(get_version_component_range 1-2)/${MY_P}. LICENSE="CMake" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc emacs system-jsoncpp ncurses qt5" RDEPEND=" diff --git a/dev-util/debhelper/Manifest b/dev-util/debhelper/Manifest index c4a648e9bed6..1e7112da30ad 100644 --- a/dev-util/debhelper/Manifest +++ b/dev-util/debhelper/Manifest @@ -1,4 +1,4 @@ -DIST debhelper_10.2.1.tar.xz 353420 SHA256 be9b0c8b4f97facf2c6b3aadf437f7f256d8cc9fadd7c6aa3a32132fb85ba833 SHA512 09673875c85fcc3b74e87328f2980fa02fff0929c80d89216d3b852dee16faae3dc3704276ef9974bc62a26902468e57b87a655fc174f3f5f235a09dd02bc60a WHIRLPOOL e96909228f8fde052893f50ff23bcfe880e71c8921f07002f0a1dd1563d103b3eddb6d08fbc125beed42be622fd77d7eb69f5d3da41797780cc0e2d849cbbedc DIST debhelper_10.2.2.tar.xz 355692 SHA256 07f84f415f390bd9573a7abc8078203b3f57a2d4590b97010cf75b596b274075 SHA512 b5aaa5ed26d81fa571559f9e38b8729ecdfe364180b9991b9b0661f35adde6c134caf9b2181dcc34b6333095cc00ff04278f037d8521f6df76dc1535da469704 WHIRLPOOL 6b0e02eaed1c6c0d9d3e95aeadbf547c45be269c5f31bd8209e30ad8c3544d5c51a189ff077cad73f4937e66743a0a2af209388af83eb299d8cd02a4ce0209a4 +DIST debhelper_10.2.3.tar.xz 355864 SHA256 80a31c22a5c3041b785844dae1b18c436872bdc64221fbd1d1a6c900b40b358b SHA512 6246a7d42e17c15251ab7b3db9f6611c6c6e287ffbdeb3a3aae0a3a729cfec7d53fef371715ae327c5fd0a9c1b70dfc6b6a5bf9e6c81a08ec1b849d234843a21 WHIRLPOOL cb1b178c196c18566f262bd260156a1e9ea228d42b9b8cf70d0284d13d9983ac828262a853dae50bde6510d551f7e651aff67795b13e8c7cd07abd7573678047 DIST debhelper_9.20150101.tar.gz 545089 SHA256 fd8d81d71d1bb0ba4b58c517465551231dd60811b98c867e4344bc55ec6a45f2 SHA512 62c85f751627cf0bdac392c6e8c5298995030962b7753047414e740b3767d722c209329c9f0c3c07c94e82bbb7250c163ce49b681e268a0decdbd19b72ea132a WHIRLPOOL 31315544c3ee695a53ef2310ad69e59c68fb0b73399305b9fe57ceb7b01faab72995e01aed270300dd0fbaed2686a5b565a8a08cfc31c720c5baa2a6c475ac4e DIST debhelper_9.20160814.tar.xz 344328 SHA256 2834a7c1dbeafd9402ea68948c815dab19d903503c45fd70e676269fccd359c0 SHA512 63072ba35ec8c62ee4c4d44833712925264c808a91f1522ef6a73377f2da3d11b285a21ad39158fd44693c801916189261186c8c7b28096719328a81a0a65f62 WHIRLPOOL 334f0aa8075896ec13a061b9841adb5f2b7c5fa6996b507785f50389c86c48e3c89a84ff1049ae7d7cbe4876b649010f892f54f1074ecafd76061bf0588e65d6 diff --git a/dev-util/debhelper/debhelper-10.2.1.ebuild b/dev-util/debhelper/debhelper-10.2.3.ebuild similarity index 97% rename from dev-util/debhelper/debhelper-10.2.1.ebuild rename to dev-util/debhelper/debhelper-10.2.3.ebuild index 1cae8497a62e..8ec834feabc3 100644 --- a/dev-util/debhelper/debhelper-10.2.1.ebuild +++ b/dev-util/debhelper/debhelper-10.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/dev-util/intltool/intltool-0.51.0-r1.ebuild b/dev-util/intltool/intltool-0.51.0-r1.ebuild index 5ade9f32edaf..93b4305e02dd 100644 --- a/dev-util/intltool/intltool-0.51.0-r1.ebuild +++ b/dev-util/intltool/intltool-0.51.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND=" diff --git a/dev-util/nvidia-cuda-sdk/Manifest b/dev-util/nvidia-cuda-sdk/Manifest index ed2b86263d2a..73fcfaa3277c 100644 --- a/dev-util/nvidia-cuda-sdk/Manifest +++ b/dev-util/nvidia-cuda-sdk/Manifest @@ -1,4 +1,6 @@ DIST cuda_6.5.14_linux_32.run 76788277 SHA256 63fa1fe5d013e9944d6c1a3a71768fa4dcb35d6a157c1b06765bb56198c205c5 SHA512 89649ee0f4543b37037b7c8f5ed0b8bd502512afb4d93e3158b3df4786123be05a5288986b5abbfe15c14eb010777d2527b715225bea96a354a898c34e4a2fcc WHIRLPOOL c1094dd84883ef08d91c6eec3634a285496418db1e76b70f449f833dcb01069a620af504b6df7fe2752559688ed1f60f4adda8c97d849d648cba1be0f8196954 DIST cuda_6.5.14_linux_64.run 972320904 SHA256 f3e527f34f317314fe8fcd8c85f10560729069298c0f73105ba89225db69da48 SHA512 fecca731b86955f5bc7b09d88b02951e3ee5d4b1f1cf5f92658227a029b87cd35d6ac22956a5fa0afe62dcdc57191f1d12bb08c9f7cc05128727cd8455947b1e WHIRLPOOL 0b890771dcca352168fed1b1df9b29504b03f8c29da59cec29914c541283998edf65f5ca6a41362143a2d5d7359822b036894f563c56b39583b1ac4c64e35180 +DIST cuda_6.5.19_linux_32.run 81882112 SHA256 9f767f38b84f52c097bec81669f99e4a6c4c9c09b5da1bc09fe49e0f804bc7a6 SHA512 1ce9bd6b472b7e4f1fb181eb340dfcb757714d59a89aaa02146cfe1a97c8ccb7eb7699b4ec823276f277eb4d82d95050eaba17e7ed5fd2e47b9b5d78531c5d4e WHIRLPOOL ac94b4e7f29811b4240623fb69b3c54214e7f0c60a286d899944dbab9da7fd3c122760199a3357667e33879bd48fbf352d5d39029acca6021e7caf21785557ed +DIST cuda_6.5.19_linux_64.run 982446238 SHA256 5279bc159b72b7445d8aae5f289d24bb4042c35422ef32da68049d8f666d3ff5 SHA512 06854f020a5f72cf4bd714859e6966248ac2f589284113674e869fdaa1254cae27d4101940758ecda5df4724ad3e448a1f6d0c053b6cbc28107750872b6a5797 WHIRLPOOL 6ae8e53719e12997de60ec3688167f3fe33b1145d01217182e39ac386c25b358c8ba6cee45ad6c80e33ef66fd9a511338dce4589f10a31635b8437b6e528fd7a DIST cuda_7.5.18_linux.run 1195424633 SHA256 08411d536741075131a1858a68615b8b73c51988e616e83b835e4632eea75eec SHA512 97459dfd124060200f1c43f763e5bce0bea53e35ed4bef72bee6c8ba1c04ecffb8695af11755443513316f91fdb5cb4d35662f7b87bca7e3de85d562d4e49363 WHIRLPOOL 59d186f5e9176db25e5991e8088417ac778953c3ed2f0dcef034968f7ea695c5d4cfea81759ac0f7f1290c3842d9d0339b5b74d2d90ec8b333135aa1b986ca10 DIST cuda_8.0.44_linux.run 1457082926 SHA256 64dc4ab867261a0d690735c46d7cc9fc60d989da0d69dc04d1714e409cacbdf0 SHA512 1bf9d8e6b853c2a971b8d908a043adc5b11ec7033faed04a773c42680882753f98bc33b46f6b301c24c0f780f74bc237dce5766fc857f1a905e6c1f200728d86 WHIRLPOOL e90fa2088cd70aef2794c1ce2db126d6186bc3c44d14c1cf7cb4a66f889cbb4799485d1d71ab045e2dfaed9bfabcea224ca04b7f97e9bce061ac9fbd31c62fdd diff --git a/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-6.5.14.ebuild b/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-6.5.14.ebuild index a37d1d02ae15..f5ffe2c4f086 100644 --- a/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-6.5.14.ebuild +++ b/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-6.5.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -25,7 +25,7 @@ RDEPEND=" media-libs/freeglut examples? ( media-libs/freeimage - media-libs/glew + media-libs/glew:0= virtual/mpi >=x11-drivers/nvidia-drivers-340.32[uvm] x86? ( /dev/null + for _subdir in *; do + emake -C ${_subdir} run + done + popd > /dev/null + done +} + +src_install() { + local i j f t crap="" + + if use doc; then + ebegin "Installing docs ..." + treecopy $(find -type f \( -name readme.txt -o -name "*.pdf" \)) "${ED}"/usr/share/doc/${PF}/ + docompress -x $(find "${ED}"/usr/share/doc/${PF}/ -type f -name readme.txt | sed -e "s:${ED}::") + eend + fi + + crap+=" *.txt Samples.htm*" + + ebegin "Cleaning before installation..." + for i in ${crap}; do + if [[ -e ${i} ]]; then + find ${i} -delete || die + fi + done + find -type f \( -name "*.o" -o -name "*.pdf" -o -name "readme.txt" \) -delete || die + eend + + ebegin "Moving files..." + for f in $(find .); do + local t="$(dirname ${f})" + if [[ ${t/obj\/} != ${t} || ${t##*.} == a ]]; then + continue + fi + if [[ ! -d ${f} ]]; then + if [[ -x ${f} ]]; then + exeinto /opt/cuda/sdk/${t} + doexe ${f} + else + insinto /opt/cuda/sdk/${t} + doins ${f} + fi + fi + done + eend +} diff --git a/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-7.5.18.ebuild b/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-7.5.18.ebuild index 22e02d75bf89..5d2031cfc1a7 100644 --- a/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-7.5.18.ebuild +++ b/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-7.5.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,7 +22,7 @@ RDEPEND=" media-libs/freeglut examples? ( media-libs/freeimage - media-libs/glew + media-libs/glew:0= virtual/mpi >=x11-drivers/nvidia-drivers-352.39[uvm] )" diff --git a/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-8.0.44-r1.ebuild b/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-8.0.44-r1.ebuild index 004acc0039c3..0ba088ad9239 100644 --- a/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-8.0.44-r1.ebuild +++ b/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-8.0.44-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,7 +22,7 @@ RDEPEND=" media-libs/freeglut examples? ( media-libs/freeimage - media-libs/glew:= + media-libs/glew:0= >=x11-drivers/nvidia-drivers-367.44[uvm] mpi? ( virtual/mpi ) )" diff --git a/dev-util/xdelta/xdelta-3.0.11.ebuild b/dev-util/xdelta/xdelta-3.0.11.ebuild index d8b1ff5c5da7..b7a956387162 100644 --- a/dev-util/xdelta/xdelta-3.0.11.ebuild +++ b/dev-util/xdelta/xdelta-3.0.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="https://github.com/jmacd/xdelta-gpl/releases/download/v${PV}/${MY_P}.ta LICENSE="GPL-2" SLOT="3" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="examples lzma" RDEPEND="lzma? ( app-arch/xz-utils:= )" diff --git a/dev-vcs/cvs/cvs-1.12.12-r11.ebuild b/dev-vcs/cvs/cvs-1.12.12-r11.ebuild index e992601a0990..aee689a237fc 100644 --- a/dev-vcs/cvs/cvs-1.12.12-r11.ebuild +++ b/dev-vcs/cvs/cvs-1.12.12-r11.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://gnu/non-gnu/cvs/source/feature/${PV}/${P}.tar.bz2 LICENSE="GPL-2 LGPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="crypt doc kerberos nls pam server" RESTRICT="test" diff --git a/eclass/cuda.eclass b/eclass/cuda.eclass index 7873d14d2708..79763e1d100a 100644 --- a/eclass/cuda.eclass +++ b/eclass/cuda.eclass @@ -110,7 +110,7 @@ cuda_sanitize() { NVCCFLAGS+=" $(cuda_gccdir -f)" # Tell nvcc which flags should be used for underlying C compiler - NVCCFLAGS+=" --compiler-options=\"${CXXFLAGS}\" --linker-options=\"${rawldflags// /,}\"" + NVCCFLAGS+=" --compiler-options \"${CXXFLAGS}\" --linker-options \"${rawldflags// /,}\"" debug-print "Using ${NVCCFLAGS} for cuda" export NVCCFLAGS diff --git a/games-emulation/snes9x/snes9x-1.54.1.ebuild b/games-emulation/snes9x/snes9x-1.54.1.ebuild index 200c65f6685e..cb3a25b46c6f 100644 --- a/games-emulation/snes9x/snes9x-1.54.1.ebuild +++ b/games-emulation/snes9x/snes9x-1.54.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/snes9xgit/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Snes9x GPL-2 GPL-2+ LGPL-2.1 LGPL-2.1+ ISC MIT ZLIB Info-ZIP" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" IUSE="alsa debug gtk joystick multilib netplay nls opengl oss png pulseaudio portaudio +xv +xrandr" RESTRICT="bindist" diff --git a/kde-apps/kdgantt2/Manifest b/kde-apps/kdgantt2/Manifest deleted file mode 100644 index 2db66d4c73c0..000000000000 --- a/kde-apps/kdgantt2/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kdgantt2-16.08.3.tar.xz 55288 SHA256 0cecebc2e14c8303b87c4a1b149f386988cb4ed579f69aab207dc3073166e306 SHA512 faf98af2b22f9a65b5798c8b71d84fc9f86b66f98146e8461a0bb04bcefc2e0fa3426d17b16af09ca71995107aaf5541558a597ac1e4c29645a4aa33de75afd2 WHIRLPOOL e06ba2205c3a71e060efc78c5185c1d91951870c22097ecde84a841a413ec0dd3d79ea95acbed3cc0819ad8cf98381d8ca7539de966d455815ebed2b3982c387 diff --git a/kde-apps/kdgantt2/kdgantt2-16.08.3.ebuild b/kde-apps/kdgantt2/kdgantt2-16.08.3.ebuild deleted file mode 100644 index 993123b12c21..000000000000 --- a/kde-apps/kdgantt2/kdgantt2-16.08.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -KDE_TEST="false" -inherit kde5 - -DESCRIPTION="KDGantt library" -LICENSE="GPL-2+" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - $(add_qt_dep qtgui) - $(add_qt_dep qtprintsupport) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND}" - -src_prepare() { - kde5_src_prepare - - sed -i -e "/find_package(Qt5/s/Test//" CMakeLists.txt || die -} diff --git a/kde-apps/ktp-l10n/Manifest b/kde-apps/ktp-l10n/Manifest deleted file mode 100644 index 3d4ef1bb594e..000000000000 --- a/kde-apps/ktp-l10n/Manifest +++ /dev/null @@ -1,46 +0,0 @@ -DIST kde-l10n-ar-16.04.3.tar.xz 3383932 SHA256 c3f850880f0d110494c0fa87852b1e5a0b8b8f8dc69e2862e7234cc60830c38c SHA512 447f5e3f6184ff4435bc10041ba02c1899b00546b1d6981cc104ce94a02135930e41ef70caf626e740508249988b8e08bc28335caf3cd935a589d18d6ef6a7a7 WHIRLPOOL ea5d65df92ae42bd079a23961db0ff2da0636ec4b1dc1b8dc9f7d76b7a430a0bf11cd5d4a19d676f217aeafde8885aeb7f1d6fdc1ad8d61a31cd4cac01f76317 -DIST kde-l10n-ast-16.04.3.tar.xz 1720024 SHA256 f775b842c461ceeaa4115a666e659a03cdc24bba09d5b1ba2d60522d1b3037a8 SHA512 5f61f909935a9c86a41a06a6b168dac245844b59b84b6bfb487a803b376fbbec57ed7424e419432b44907c912ed5b45235402580a72b178dfb705927341023fe WHIRLPOOL 003163cf9f628f30cd4092499b30fde9d4d5a01a41691e49d860121e10ad73563895160935dc0597f636032272ce836190b6a6903acdd419b725dbcbe2091410 -DIST kde-l10n-bg-16.04.3.tar.xz 1999848 SHA256 05583fbb3d33942c3ff540e64a88d97640d08ff803f21826a49a17b5469c7979 SHA512 6836d02113558b42cbde8f7feb6e8f049a80fe0e7819c2b72f8b765557b67d75d84f94b694a64d5a9d9a963cc554d11ae204385175f34b7aeb3e27a8041c8ee1 WHIRLPOOL 83b21130e309dba056846e8933a89dee47f567c68b6a27a4e0c8f9ded763deb06390441a46c65b6590a6c48d8e73e46176fe874e850f1d065332f24e89f076e4 -DIST kde-l10n-bs-16.04.3.tar.xz 2403664 SHA256 b4a5830c2b90bb43cee64d3d324d97466e351148c0f37ec8b8468f085589d709 SHA512 0c70b35a74244e30ccb9fdd6a20e66de7d7230315afd1189d12bc771674fe28f7d3b6c35d3898dd90cd643e7964e0325f973da4b414572740248fee5ae957a4b WHIRLPOOL 26c129b3265c701affc7b89bc53405351ab9be4f19f93f32f40b5ec823cc7a8656ddd770fb78bc6969b3ff3690aebd55b7063583c9a60a37f6138d8d9fb01861 -DIST kde-l10n-ca-16.04.3.tar.xz 12580108 SHA256 40bc8a5c50742b2d6c2eb006326fa1734be4193bafffd39d61e9f86a26b5ba37 SHA512 6286ba24ba818f4824e0b5b0b527c0d56b5b68d6fe5236ee8eb9ff6f9b7e419d5b5096f22a206c66450ee805ab71f390619b61743a19b2e5c393fe973ce19fca WHIRLPOOL 147713a1930e22e6fbfe428b102ca8fac40d97f96e30b7a927cac5ceb2e63b7deffb0bbb0170123dd1e4551e041ed47a76ec83015416ac1aca32162f778b88d6 -DIST kde-l10n-ca@valencia-16.04.3.tar.xz 2271600 SHA256 c487312ce1eaf49977685364c53569519e765ad6fee2eedb9b90a4496224288a SHA512 fec6bd8480cb62d6e6469e3876a91c4536a12a2366e6e2698fd75c48c26cac1d5568246a04938be085636cd053214d6f301a5818929b20435e23d2c6b0f02597 WHIRLPOOL 7ef96eaeef922b346f6431906bb8d2055e4bae0c7a285558b49ab0d120eb8ccd4a70405afd1de8e57588357c982737049b2e1ef21c4da1dec9f5347a5eadc132 -DIST kde-l10n-cs-16.04.3.tar.xz 2967464 SHA256 12ebab02b31c669e0e3b2a0d495a36e30a0334a93cace31d046272fef299da74 SHA512 b687e33edd2ec716e7d6c20c119452f65228759388fd78f5fa43762f8ae16fd1cfae3a6d2bd87e1cf151691c4a715236b8368223be10411e9d7e61df1394ec62 WHIRLPOOL 42903cf1100670b1a2712b042b04061b4e814511a0bbfafb0a396355ec64be875405c984626d3738aa35d7cbcb3fb4ee1246516425a600075e177cc81b36373e -DIST kde-l10n-da-16.04.3.tar.xz 13372816 SHA256 d15ce324b84a2c0ca85315967893c344d3289c4de2622e38edf1fbd1442050c9 SHA512 d5f5875dfb9b3469d9129f7499a32a2dd75a43d121e381d0d88b638be1323ac65fc8ad3c4eebd754b79d5ea1e82742fdbdc5bf56fa70fffd47e94b0a5117e4f7 WHIRLPOOL b5258d104649a06ad25f3898545bd53c12aaf5c9d9b854f72c84893ef06fd55d030cf8750e4f3e4f660be67ac64aa0e9d5576a742eb0bd6ca0134774ead2ae00 -DIST kde-l10n-de-16.04.3.tar.xz 35442928 SHA256 baebbc868b10c2ce89759a7f99921641754623d18ebf2c8aff09cf4411a37d7a SHA512 c859f4e8ef83b76f96129da3400e85121e56e455ab81d8e6eaaf1331345f637546311a8d941a1625fb9bd002b7a3ce25df6061cf5a192c3c2e75f48ee22d3664 WHIRLPOOL a88700ef536664da3d085435baa55f963d97cf8810329c526fcc48b9190f93072ce8ee2e3a9e90a50bec4be403c53c6d3b72452bdbd8a94ff80c5b993c33c48a -DIST kde-l10n-el-16.04.3.tar.xz 4866928 SHA256 b928ce5f4ddabacfb5fd3aba33db105abf042ce519e58743c36e16966812587a SHA512 508befbe4a3e9400949aa60a10f8f49800ff62875649f070ce2654f33ce9f7f0536ab93e84204b972958027721085c0b34e3bd3513bfbbe3e8be6cc06b368d94 WHIRLPOOL 5c3b2b910cedd006426ce658469c29d8269fc8e7d01fd1014b0e7e2a10c1fec97e06b22fb9c8486530bb8f211f05dbf45860edf994addafc71645a76d50c7572 -DIST kde-l10n-en_GB-16.04.3.tar.xz 3129772 SHA256 085c23c21eec20fc2b09af752ece630c5fbde2bacede1b720f530b148a587fa9 SHA512 9b87b5edb8601c345571797fcfb2d23ebd928487caa64c7231fbc676f2791bb3635b3727176598cafa4102e39e7700f85e052949710213082e1087cf13fe0436 WHIRLPOOL f2ced90e6cd20a8276ab1280132f3a22582f160f32669d88a7768390021fdedf50c94af4b4e256fe4d72b827f4230ba648544ac834beaf39217fc367e4bd3b62 -DIST kde-l10n-eo-16.04.3.tar.xz 1839264 SHA256 8636b5bca54cfb4a784fe9f0af43c88373e10c46f9f123f135f895e9d5158bd1 SHA512 78fc28bb81ebf5eee1d9c00d3ffb1dbaaa2a1c62ac465d09e380a4ea69d5eb8012f231b1aacf80ba620db26ccf1cd254e9d630c2c2d66c057f3919a6bbe98a76 WHIRLPOOL d640053d7f324e45174c36aba978437ee159597f39cd5ad6ce7f511eef480fc2e0e297beada229845c68b481f8166754b08ae0c5a3255551794e55669b989e43 -DIST kde-l10n-es-16.04.3.tar.xz 21608572 SHA256 cc66dccfc7cfcb9cc4aa3786e29da73cd65dc99ed22ff5e6ea221aa6ab2834bf SHA512 989644f96f7416144bbd01a0dae3d0fe4753a22c32a24fe7a65f25f277d5166e23c8e87ca742f1077afeceb57a09944105d94f2fc320d4176a300ffdd05a2e2b WHIRLPOOL 259140c629b9fbd675ce5b3beb200389071e7613b78054a8740ac3cd8ce7c3270e829d082142f94d5630d7579b3b863c2b32418018ce3335af35df29881bdd6d -DIST kde-l10n-et-16.04.3.tar.xz 3618856 SHA256 6d9b9e13bc5a7c19c16b78f6813dccd869cea211818de69c26fee3ef879b1029 SHA512 f6cded046631fadf19a4ae1617976731f52dff220f76bb1bcfb3de65e40da89359d8738731149db2baf591e75b0c20e50cf40f92440e7606e71582078ea171eb WHIRLPOOL 57522a559a70b11ba63c71b426d7b260d7d5e1e9d714e7d1ec07565b2b1f61109c61119f7ed6e1bf2365a330ce82ba82883deb98423ef273288b1fe325dbb152 -DIST kde-l10n-fi-16.04.3.tar.xz 2785136 SHA256 4b9d574f4bcce5869da52db46ffa5c455020cff35a2d2f960545fdc751d0ecd4 SHA512 8b581616a70a86fe5d232e176838a1c2f445242c2bc7524cbd0132c3b53260f69d0f56e63b916d26fe7c6d853bb4388b4f28609e7189e79bb6329e7171121587 WHIRLPOOL e835d8129e6aba4ace0c6547d2a0e132458404e484c60772c886c7b9bee87e2828b6a4dcb6e6665f38dd01a1487b0205bd1ffab3098735b4b1d60afbbbd26bb0 -DIST kde-l10n-fr-16.04.3.tar.xz 47761804 SHA256 61cb8e4fc6ee6d86e6dee37272752762e3d91632bc50fa7e614ea41c1f5e0e7e SHA512 7a920967b6e7ccae8b14695cb4399d9c5153f43721243615a580c6b9e048de5c81bc77173dc4d201e960bb1ce21de4b4ffcdafd23d890dc58e28433af8bb8667 WHIRLPOOL 01d13ebf5f53ccc0919052421aca2f5f4e091b6f1cacee3656a0d7a55165b0761b6e8e25041ded84d46cc0fd7ac276a31d7eea68a7c33208ccd817050e437b1d -DIST kde-l10n-ga-16.04.3.tar.xz 2897648 SHA256 1396f7ac65f08bf722d18838db54830d69ca5fefdad240d0040770b248751bdd SHA512 33f78941006023bf772c080f108c352d79ca00d2b94d28ca718bc095aadde3478147527ac6899716f8f753b1680f020e02ddb032ee01471fb2bd8f38b9d6baaf WHIRLPOOL 0dd058103d36bf821c9ead263818c90bd0e04aa24d677a30254e13c052ae1d0f307e73a0b71f05715c4b5d5c690a655f55dbf190a833d5131b8f32cfb4deeabe -DIST kde-l10n-gl-16.04.3.tar.xz 3666252 SHA256 09a2dcfa87ff5b6d67c7c5808b930127b56dcd7c02b443ed574cd58ba3c93651 SHA512 ca5bc46afdc23717834a7f693b3710253f3b13cdf293c8c057eb1ea545502f613df397fe85e7600e26bf13bb5f72c8abce12450a40d517e1f33736d2e5d5f9fc WHIRLPOOL f015437ef74efc5adb7ad055b10247da9139ebc1fa15ed6c0611545b3672f8b6e7418a7daa0539828ba55557ab0d97196577ef1a61f949d6d0a02fb9d0dd36ad -DIST kde-l10n-hu-16.04.3.tar.xz 4322680 SHA256 3c86709182b12dd557ce37def4df5ddece5f23be7accee8d9944accfdea8b48a SHA512 eb4e81372f4336cc70802f99048298d8d134607ab87701e13376af2a06345d947a99b2243db7c6bcb84d764f03889737c6acd613f06037e23bd58e805e9ab0df WHIRLPOOL 104ac9dca09ad80465a652eb6606a7d08463f3a2f30db410769cbb068bf05bef2ea9c3310d28b54938d7e52116212bdb42e684d7e03101447f2c7922269ae6e6 -DIST kde-l10n-ia-16.04.3.tar.xz 1402996 SHA256 e2558cae1d62d55a024fc4e77471063d1a103178bbd53d343876bacf64f3a5a0 SHA512 db0f9ae0e1cdb7d21bd2a325d3e7871b916a8935ec21798e7375f858d43bede82142fae3b2147aa3ad1a5a96b96c07eea4bfb2640933bdfcadfd917f98fedca0 WHIRLPOOL f0c0dfb80c0d4033dd39db25af4f3852b2b4cc85549475e7ff879ad1a60f150d316fd220f6552ab1b34ee00e86d81fa633571cef2073195838922956fca4ebd7 -DIST kde-l10n-it-16.04.3.tar.xz 8816788 SHA256 77c3e91fc75cf72f37e8d7fb7b85b4b97a8c854847e99d3235613855cd654b1b SHA512 034c97325d9865b8052b88f45df7a5e8c7ac242b32b511f87fba6fe5b2a0a16c7c264bc4fdeae068bcf144b70daee9b0f5e9da2a824cd123a2cfc19c06f1001d WHIRLPOOL 352df4900f07a3e8592c0941311041fc064db8c28ce2a50d9d321399325ffd8b4cae0d480f4fac2a2eb48abba10e9486d7d97c55e56513d051b05c933e857ac3 -DIST kde-l10n-ja-16.04.3.tar.xz 2280416 SHA256 e4c5a475c746b032a7e14eba45ab82f44dced82958ac93ee915d116afc4f6d5c SHA512 9ac5cdd13952d5249aaed9012aee155a4573195186150f989760f697d7ffdd1faa08b8eaa8bf2a409e0cd332fbeb11f4b822991a180978c8723b02ed287293c3 WHIRLPOOL b0bf6a60f4eb64a55663914294c5e85407eb3425794a844d20c4f7bbe97845e1dd6ce6260ba55202d0909fa295d9da072bd1b9fc724eae8ad68a7f7de02f6a3e -DIST kde-l10n-kk-16.04.3.tar.xz 2576244 SHA256 8282a363a47b2e522c1663aeaf8ef3afb9d8a09428ca25ea018079e159876814 SHA512 edb7e5a940179db3afabf78a4f0abd1415034048e6c5513e4a36976f0587950ff8c04666238f82748a2e7950ae3858a44a74560e1893e9b0eb6720b1fc11ff47 WHIRLPOOL 706c82efa24f04691198d7c7fd6fa9bbc192b1f5c62c165238585ebbde7ae2dfb735e1bd457185fe6f2c5479dc3d8a4669fbca75b9ab514a8311d7e17dc336e2 -DIST kde-l10n-km-16.04.3.tar.xz 2181940 SHA256 d725ac6ccbeff80c77555e2fd4f5a6bee56cbf84c666c2146ec3dd60accf3b2c SHA512 13e787b8a50ca30ec954c8e74421f4812d71d91fc3a586160ba46fd1e59c65d0279b074eed4dc030bef1a0a36703c56ad73b65db817c974e779426e63d811365 WHIRLPOOL 0f350a0aee3d707d68cdf820c8f8fcd5140717ab3f1cabf7306bc4ed631fa1dddd2112c05a67ad7f118f352a50f3ad9933b1997602fba3cc17dbb0537dfa6082 -DIST kde-l10n-ko-16.04.3.tar.xz 1908788 SHA256 41814630a5a824f9984c9bba82abaed363a5aef1a86b677aa737d1dd79306216 SHA512 2d3148dc48cfca3774b90a07e80b9859da81d0b4c4809a7573040e9e54981e01c0ab9171035a2b861c38b72e45c9ac90085085f24a04efbc616c5f4d3c968c5c WHIRLPOOL 8b4cdb6a9242e090d18fc29a4ab0aada473f21d9fd4fc1b5b15ecf13a31acd26afcef415724cbdd061b83e88fcfd195f16df6504a25039d89dad9132bd8aa6ff -DIST kde-l10n-lt-16.04.3.tar.xz 12856396 SHA256 998e4c75be825d67d9b41059085f6925982a94c41e7f429b50dc9e1be2c166f2 SHA512 46999002c57effe797f2dd92f63912c749419a222bedac3fb9017196e7077d80df896dbdd223918dfa9aafc9f8727cc2010ce4914cfe5dd4d46c7f8671cae2cc WHIRLPOOL dba46b6b1737f2b34baf787a4498aba4bb4779c14dc761718c01c988a8816241c353ffc0bb442835cf93c331c96109f905217692e5c9f7e467e4db14c500b9cf -DIST kde-l10n-mr-16.04.3.tar.xz 1839584 SHA256 38424463485c0fb2dc9ad546573fbc3f67b6cbea30e25a029dff2c1877d1b9d2 SHA512 0d92fe3f80695a2812904c0fbbf7e37bc367534c427df902cd695875b4b0ee87a9b7753850f22b7b1fad0596b81cf2ad317325e15baec7f022cc08f02c97edaf WHIRLPOOL bfebac8d34a70d9a38628432f5c9c76579cf64c22f189501949d7e87d09a1fbb63fe986339eda4c435c740468e8287119d8df7e725575a11212443418cb6bf4a -DIST kde-l10n-nb-16.04.3.tar.xz 2424548 SHA256 859465ebf46d7aa82c4bc0d2e9b8dbd0c3a814af289cac4fbbebaffb1b6a410d SHA512 002a9067f063cf78967b267fbee1585ea3fdc467faea98d6704ae39b774dad292a38053f9ce7ba68a02c8cdb22dca92a7a7e88598cbb88fe7da849b855158a73 WHIRLPOOL e0aca86645e1d4b2659c07eea4dedccb525bae0f86920d3494bec07c8613d168da02e0e1be048bc104226c66486030b9be4870d9e503957ab47eecd4eb837f72 -DIST kde-l10n-nds-16.04.3.tar.xz 3274116 SHA256 468ab914dd2a333183df5377da9735a384590862ed156185e626f24155a0261c SHA512 0c2d4d33383f6145961465c7545b2744bf0a6ec2f69116515c3694f39c085a8d7141823f2287e63354e80d171361f30ab5c88a04d3fa7c4ac5eb25c232ea2b4e WHIRLPOOL 83ae4089d7dbbbb4d8a9fe9d726dea503b832b0f1c4159f8b4fb2e7611517a1751780b4478a06466ec3c596464f0dc89073cbbb6abb35aa43382b9d31993ef20 -DIST kde-l10n-nl-16.04.3.tar.xz 13773424 SHA256 e7c1f28bd00f2b7a536329cd363c0c80b26be0598117f4d89fdb9dea2ed4c8cb SHA512 70b61e83d98a5686a29202ba5664383f7d69af56a4f1edba9f1122459d33ffe35f982ac285b8700e600d814a2fa24322fea3c3b239bbe66ba81e6c82fd5ad4de WHIRLPOOL 462a77cf3dff55c16f9144c371025e29617e20e274109ea40f95859526f60b83daf523581dce831df382aa6efac7d908f84d860fee119207e5d95cb69ce02bc2 -DIST kde-l10n-pa-16.04.3.tar.xz 1892852 SHA256 957753d1deaf99d226d70bf39b8b645134b50589df9581a38b08fedb7b21579c SHA512 e3b60eb66f48a84ff7dc4413bcbe7369a2074323ac8dc5969910d58e5d16265eb7ddfe687182f015030707c2ebe13d05b3df93bb3e56ce5dc0d505d95248ec57 WHIRLPOOL 7d3aa63c92a67314f651f9a6e40b7eb90d76bf7b9f91a0f4159a21869f1a3026495b37ec84030d560ebe077dc654c2c0839e2063b49a4f251d5c48d0a6a0317f -DIST kde-l10n-pl-16.04.3.tar.xz 19154112 SHA256 4ca716757fcd7f6fe8343079fddd2f121df912fb165a4415327679029169b25a SHA512 ae7f94353c2a19d5953540eb4dab39a029f128e805173c6ad971105cc72e8c2df96c7c9ac6dbd3f7e124778ff2ea075fd997534d3ad3940df735a0628e69c70b WHIRLPOOL 321e5fb25e6997ab43fcf148ed6d968e690eebc2c9632761ba7de6ecdd938b4c1274a8b1ea92109d7375d5abff547da3297ee27e64854b172702f054d2837a58 -DIST kde-l10n-pt-16.04.3.tar.xz 3675680 SHA256 ae1a36ed60227c4ccf0e730dfce4b3266e732b5b4d0118109fe5300d1c87800d SHA512 e843a2cffc5e3d537b339df5ddffab68e8d2e99cc5ee5ce1cd2358f5f1c22618f26a096425cba9fef3311a1f993db3151b8926c5d3af8f7d21efd570a98ca5c9 WHIRLPOOL 143454a1e0664de4b104e6753d70c299d55fcbc8b1293ef9579047c70b1e9a12d4f3dce00749fc3431a9e9a22110dd8552792fae3e73af2089c72c8aaa5482fb -DIST kde-l10n-pt_BR-16.04.3.tar.xz 21446472 SHA256 4101b1f008ca718a24ed3a4a926dfa6772d648eaa9472c07c799816c7e4506e8 SHA512 a3071c10d096848529ae21e1b1ca4cfb252aa97067557a4faef22d08bb8aa38833a13726925530129803f1b5e4f3bd7363b6df1663cd710c3e4ecae0296d23a7 WHIRLPOOL e233a21a53b5a7514e638c2d690bf1c10ad64d7e50c12d416f6f9b0c65d6ce41250af38bcfd232b19b1d715046d5a13f4a5ab4da0bfdab6abe743c7633d07894 -DIST kde-l10n-ro-16.04.3.tar.xz 3063776 SHA256 c8bbd687ca336fe2184e0865e418ffb8776854dab472ac5d9a3930cee40d5c3c SHA512 6b37f667e93f5c59907cf42bf2443d5103e53bc11d0e38cb17e6266ba5d5d97736b7b36cc4c1804e1466acc8e99e78a61754dea46e940dd7d68541ffa4d356d4 WHIRLPOOL 4c0a129779c1b07ea25b7d606719634e3265f0404037f2f5524bf7ec80908ded9fd775b9eca5d347696ccd68b0ab9d3190ca4f143c0b9a07c4411cad16ae59c4 -DIST kde-l10n-ru-16.04.3.tar.xz 23194348 SHA256 9e682023f039cf1a2ab1bb83ce02e98c9ab0deb18da01159f0e3096fbe8e5b0e SHA512 15f18cf93cf97554f6dbbf32fe766bd0a4302d967d2fd9a4cb8e57e180d62144f5003d72348e05bde89619896f3f4db0d13fa4a48551b7b6ea3a875f2dc5bef8 WHIRLPOOL cb25ab430d2ee158dfe011c7c74b744e045b9957a48e432dcd398e834e4e483bb01fbc24604935e431a192602669fa6fbd970f729685ff5f5e4bcd55880c008b -DIST kde-l10n-sk-16.04.3.tar.xz 4564952 SHA256 5984d370f0c660714efd7f6af68b7b2a1b400be0b302b17170549ba0a5015e92 SHA512 4145cfc2d77df1165f5ba0e7b7e8fe41d5e57eb5631467bb3b7157737efb3780d0e88bcb7e96eff5f48c921d549ab4b16873c396918d5e6fab25eb8c19817972 WHIRLPOOL a85c5c206d84ae8d38a2070a4e9079490a4bc3d40abed1a9f6fc57ee521186aa246a91648c570e08b27be7ee205fc8420ef1ac89e95c0d2022f2b90b9c93c17e -DIST kde-l10n-sl-16.04.3.tar.xz 3217924 SHA256 c0b92223bf70dea95eef8257f2542e1350c522a647395a7927cdd2c12079015b SHA512 8ab67119968c1826a41d424fee2f2d6b5f2fd164962169b7144f95d30ffb0c341a9847579692b1d93e00c4f5fe7e02559f9725ff77209a02b1927b205e89df4f WHIRLPOOL 6cf33a777ad246fd9c5afd6a0a633b2cc99f1e98212449b84ac79a5781cb53709a32a0db1eef6cf4f040c8e869a60d7d03d1d6ea11579bf33df480856f7e5f03 -DIST kde-l10n-sr-16.04.3.tar.xz 4741088 SHA256 9f6280c66e050c5116afa654afc534093f5c0c1cbe2de169bfb010e99aa38561 SHA512 51c0705dcf649c63d726ae6cdadc16d05fb913a4278f269f950d0f816b01aba17c21aa2794117731f6fe830aa4b2c59911f62e7dd4c1a9555f8e70e11a7b56e0 WHIRLPOOL 32b787640917a5ee69e0f3992c77bb702e6fcd0954e6e7321b0a5eb9177ccdeb50c093a7cbf68b7b6c9f1d4321a6393eaed8e73cc95432fb1b69d34c2dbcd63c -DIST kde-l10n-sv-16.04.3.tar.xz 10812708 SHA256 af2359b7c6ec73c182c9a0170e261d2277dcafaef0e96d29f5d643a9141f3023 SHA512 5b84c6f0d9e644750828653abf17b936b94d15ca17e13821759be98bd4a4a62e659bc5b4afa694be3d07246fa8c7ca5abd5dc38728063c24f5e3c65d8bb0938a WHIRLPOOL 3325dff4fd166a00e17ce8596fcb765891fb3ab81d2b06e53ee96316dcec9c17bc27100495ad43eba092ee9acfa0bf5ee6c6af5c83d9dc4bb65d7f3b0c69d0f8 -DIST kde-l10n-tr-16.04.3.tar.xz 3949308 SHA256 9d9469d1057380f6ba8ad4840cdcfb3a61073701ed313f7b85e7b04f21a8d811 SHA512 ed6d7008821f7049f8e03550bb48ddbd79da86d38864c2ecae073a80c71f9b5884bb9c7ac2b6f43df8619bfaa07344885bd5d6116942bc4350acb725cacc3b42 WHIRLPOOL 566dcd470b0d09ebd30b1df90bb43a605ce001aa1c03a7acd633b1f96c0e71faee7ad68802f3942164b1d0a650cd4007e8580a2cd19c144833a4f11b82a0e2f8 -DIST kde-l10n-ug-16.04.3.tar.xz 1786532 SHA256 0b19661ab4d0bd1e9213f3ddc3016e13c445d3bf294a9a177e0d978b8b35b30d SHA512 ac7886e677584605d4a38b1c787dd62b36e15a6f5fdc6916421291bdd9423b8bc19daa8732119ab875541b832b78aed6a11d7a21ce36400aea45d4bfbd949a3a WHIRLPOOL f4d1d6da729caf4852ee850a5ae6e4b6d23c17070425c19bbbabc2f653bc6bd8b6ff7c8c4b3f53fb91c4f8b38f9deecbd0c5575d1b4c11d54878e79482031679 -DIST kde-l10n-uk-16.04.3.tar.xz 27073164 SHA256 acd906b1af0e8fccf4fd6b4353f6e268dcbf4e91af6b2b8cb9b5aaad04ec3d35 SHA512 984dd07e940ff41ef1c09aa932d929499a53317be300bc682519d7df7c71f9f9292aeacce5a189a24a63d58723f5bc090d3d1f0e346e1c8af81dbd40b97d245e WHIRLPOOL bf678d138aba49978763f225c37181c9b2cc0a5d411dd6932cb49f0280e1ced0b979264548b640119b267ef26d8646b05695b1e7a66f198dbb99f33cab5abf9e -DIST kde-l10n-wa-16.04.3.tar.xz 1747460 SHA256 60b106dc4e24159cdf6cf4f42e7efa86bd2ac5820f4ae174db1a9b1489b04c42 SHA512 148c9248fd2aa0661f87612f9921f8f257781ba3536b7a6bc1d31d2bfa1f8c0b1c9f567ccfd7ea7058bc963d766448f847d370352f11dc0ea49896c75ab6563b WHIRLPOOL 98ed0fa7f79b1681afcfae5b13331133248c14105276689bf9c685807ecda3e566cab0277d9c591d186016d6bc60c46dcc8ac3fc45e96f6b357d65e7b429bf36 -DIST kde-l10n-zh_CN-16.04.3.tar.xz 3633292 SHA256 3824c2463d9f7448a5a8b0ea9d7dc30b78d3f2750eb04149fbc3e14949b316a7 SHA512 317792fde22eae7573b536b6d15629a92b38959ba85c03039702c20fefc0fca9c2cffa7f3c3b472277471884eaa6ea2926b7f94992b2fa2bce87352d8f5aed2f WHIRLPOOL 17c8bdf31372d05dedddbfb72c4e714286a7fb148185ee777437b43ba34e18baf40a9adf705da25a385a34929c41ac051e9671331614ebd24da73954a88083f0 -DIST kde-l10n-zh_TW-16.04.3.tar.xz 2667352 SHA256 e19d56774dbd093a212701420143baf600b26df4fa2a9ef69bd49238f6a4a04d SHA512 fd34d201aa1a8426754655e92fad43f6d1e7f02507e328e0859fdd1ac038164cb843b55edd27ba144e9da05439a8899f679c607b5de171a1a7c9f31f47f39739 WHIRLPOOL 930953e65f48d2cc407a19635ed50d64359c66d90b9b8b75ebb38ced24126395348c3ad91ed9c3030b9842476dbf7fbbb8d30b0b96eacfda902633c41d68129d diff --git a/kde-apps/ktp-l10n/ktp-l10n-16.04.3.ebuild b/kde-apps/ktp-l10n/ktp-l10n-16.04.3.ebuild deleted file mode 100644 index 5cfd37851318..000000000000 --- a/kde-apps/ktp-l10n/ktp-l10n-16.04.3.ebuild +++ /dev/null @@ -1,99 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -KDE_HANDBOOK="false" -KDE_L10N=( - ar ast bg bs ca ca-valencia cs da de el en-GB eo es et fi fr ga gl - hu ia it ja kk km ko lt mr nb nds nl pa pl pt pt-BR ro ru - sk sl sr sr-ijekavsk sr-Latn sr-Latn-ijekavsk sv tr ug uk wa zh-CN zh-TW -) -KMNAME="kde-l10n" -inherit kde5 - -DESCRIPTION="KDE Telepathy internationalization package" - -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep ki18n) - $(add_qt_dep linguist-tools) - sys-devel/gettext -" -RDEPEND=" - ! "${sdir}/messages/CMakeLists.txt" - [[ -d "${sdir}/messages/kdenetwork" ]] && \ - ( echo "add_subdirectory(kdenetwork)" >> "${sdir}/messages/CMakeLists.txt" ) - # Remove everything but ktp translations - find "${sdir}"/messages/kdenetwork -type f ! \( -name CMakeLists.txt \ - -o -name kaccounts*po -o -name kcm_ktp*po -o -name kcmtelepathy*po \ - -o -name kded_ktp*po -o -name ktp*po -o -name plasma*ktp*po \) \ - -delete - fi - fi - done -} - -src_configure() { - [[ -n ${A} ]] && kde5_src_configure -} - -src_compile() { - [[ -n ${A} ]] && kde5_src_compile -} - -src_test() { - [[ -n ${A} ]] && kde5_src_test -} - -src_install() { - [[ -n ${A} ]] && kde5_src_install -} diff --git a/kde-apps/ktp-l10n/metadata.xml b/kde-apps/ktp-l10n/metadata.xml deleted file mode 100644 index 2fdbf33d963d..000000000000 --- a/kde-apps/ktp-l10n/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - kde@gentoo.org - Gentoo KDE Project - - diff --git a/kde-misc/plasma-applet-weather-widget/Manifest b/kde-misc/plasma-applet-weather-widget/Manifest index fd0751b46ba1..cfb5970d24b8 100644 --- a/kde-misc/plasma-applet-weather-widget/Manifest +++ b/kde-misc/plasma-applet-weather-widget/Manifest @@ -1 +1 @@ -DIST plasma-applet-weather-widget-1.6.7.tar.gz 98864 SHA256 2f75b96c713ab2be65af6daa860b8df6c8116a7d54055f51a29e4425171237a7 SHA512 24da3014c652a8c8c39de89d61d33a9d745bb172a7ae7c71ca1a20fb834636d277e839f7d3205bd7349d9bc29c84f05bfb3c3f70c943be65f7acfe2315ce078e WHIRLPOOL 720df748c802b2f606944f15b977c85d0c88f975f3d9dd695a1042ccbae33a9db2b881da535bb2e05e043f5a982ba07488fcfe6eb94e3c75735a8b012bf4b006 +DIST plasma-applet-weather-widget-1.6.8.tar.gz 104894 SHA256 6632643ea20b090556ff916d4f17094f89c715bff89084189f72c523f8d38603 SHA512 4fcdcf40fd93e1ee0a86b8588e7546dd934ba2e1c5d4adda99464fff8d1134be687b09e5e4a7f51d36e9f1206238e35db815a77707ddb80c78b8d563a01dfbee WHIRLPOOL 84371868174d708aee942995eaf09f3a04051a42ba63f1a32878cffdd7b50f57f230eaa18026886097e717ed204b6278ff2fe41b1debc9a8ac8ffcf2d8b886c9 diff --git a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.7.ebuild b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.8.ebuild similarity index 94% rename from kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.7.ebuild rename to kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.8.ebuild index 89e32e357bb9..587ac72ea9f7 100644 --- a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.7.ebuild +++ b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.8.3.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.8.3.ebuild index bd7688675191..45c566c0ce68 100644 --- a/kde-plasma/plasma-sdk/plasma-sdk-5.8.3.ebuild +++ b/kde-plasma/plasma-sdk/plasma-sdk-5.8.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -34,7 +34,7 @@ DEPEND=" $(add_qt_dep qtgui) $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) - dev-libs/kirigami + dev-libs/kirigami:5 plasmate? ( $(add_frameworks_dep kdelibs4support) $(add_frameworks_dep knewstuff) diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.8.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.8.5.ebuild index f2c060d46637..b412ce764938 100644 --- a/kde-plasma/plasma-sdk/plasma-sdk-5.8.5.ebuild +++ b/kde-plasma/plasma-sdk/plasma-sdk-5.8.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -34,7 +34,7 @@ DEPEND=" $(add_qt_dep qtgui) $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) - dev-libs/kirigami + dev-libs/kirigami:5 plasmate? ( $(add_frameworks_dep kdelibs4support) $(add_frameworks_dep knewstuff) diff --git a/mail-client/thunderbird/thunderbird-45.6.0.ebuild b/mail-client/thunderbird/thunderbird-45.6.0.ebuild index b8e9b9819970..7c03d69a5fc3 100644 --- a/mail-client/thunderbird/thunderbird-45.6.0.ebuild +++ b/mail-client/thunderbird/thunderbird-45.6.0.ebuild @@ -38,7 +38,7 @@ inherit flag-o-matic toolchain-funcs mozconfig-v6.45 makeedit autotools pax-util DESCRIPTION="Thunderbird Mail Client" HOMEPAGE="http://www.mozilla.com/en-US/thunderbird/" -KEYWORDS="~alpha amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" SLOT="0" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" IUSE="bindist crypt hardened ldap lightning +minimal mozdom selinux" diff --git a/mail-filter/postgrey/postgrey-1.36-r1.ebuild b/mail-filter/postgrey/postgrey-1.36-r1.ebuild index ef360d02f558..489719938817 100644 --- a/mail-filter/postgrey/postgrey-1.36-r1.ebuild +++ b/mail-filter/postgrey/postgrey-1.36-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ http://postgrey.schweikert.ch/pub/old/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~hppa ~ppc ppc64 x86" IUSE="targrey" DEPEND="" diff --git a/mail-mta/exim/exim-4.88.ebuild b/mail-mta/exim/exim-4.88.ebuild index 7ae0a3a203b3..e7c6369cb1e4 100644 --- a/mail-mta/exim/exim-4.88.ebuild +++ b/mail-mta/exim/exim-4.88.ebuild @@ -25,7 +25,7 @@ HOMEPAGE="http://www.exim.org/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-solaris" COMMON_DEPEND=">=sys-apps/sed-4.0.5 >=sys-libs/db-3.2:= diff --git a/media-gfx/dcraw/dcraw-9.27.0.ebuild b/media-gfx/dcraw/dcraw-9.27.0.ebuild index cf586a8eb6a0..d2288a67c6a1 100644 --- a/media-gfx/dcraw/dcraw-9.27.0.ebuild +++ b/media-gfx/dcraw/dcraw-9.27.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://www.cybercom.net/~dcoffin/dcraw/archive/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" LANGS=" ca cs de da eo es fr hu it nl pl pt ru sv zh_CN zh_TW" IUSE="nls gimp jpeg jpeg2k lcms ${LANGS// / linguas_}" diff --git a/media-gfx/displaycal/metadata.xml b/media-gfx/displaycal/metadata.xml index 7f384589f150..8e283c117bd8 100644 --- a/media-gfx/displaycal/metadata.xml +++ b/media-gfx/displaycal/metadata.xml @@ -1,9 +1,10 @@ - - - + + voyageur@gentoo.org + Bernard Cafarelli + dispcalgui diff --git a/media-gfx/feh/feh-2.18.ebuild b/media-gfx/feh/feh-2.18.ebuild index c7fb59a3360d..08f7a196f434 100644 --- a/media-gfx/feh/feh-2.18.ebuild +++ b/media-gfx/feh/feh-2.18.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://feh.finalrewind.org/${P}.tar.bz2" LICENSE="feh" SLOT="0" -KEYWORDS="amd64 ~arm ~mips ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~mips ppc ppc64 x86" IUSE="debug curl exif test xinerama" COMMON_DEPEND="media-libs/imlib2[X] diff --git a/media-gfx/mirage/mirage-0.9.5.2-r1.ebuild b/media-gfx/mirage/mirage-0.9.5.2-r1.ebuild index e3ce336cb2ef..e5c8c7916863 100644 --- a/media-gfx/mirage/mirage-0.9.5.2-r1.ebuild +++ b/media-gfx/mirage/mirage-0.9.5.2-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd" IUSE="" RDEPEND="x11-libs/libX11 diff --git a/media-gfx/sane-backends/sane-backends-1.0.25-r1.ebuild b/media-gfx/sane-backends/sane-backends-1.0.25-r1.ebuild index a7de4d056476..731cf452a494 100644 --- a/media-gfx/sane-backends/sane-backends-1.0.25-r1.ebuild +++ b/media-gfx/sane-backends/sane-backends-1.0.25-r1.ebuild @@ -139,7 +139,7 @@ esac LICENSE="GPL-2 public-domain" SLOT="0" if [[ ${PV} != "9999" ]] ; then - KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" fi RDEPEND=" diff --git a/media-libs/flac/Manifest b/media-libs/flac/Manifest index 3487a9e74244..defc4e688754 100644 --- a/media-libs/flac/Manifest +++ b/media-libs/flac/Manifest @@ -1,2 +1,2 @@ DIST flac-1.3.1.tar.xz 941848 SHA256 4773c0099dba767d963fd92143263be338c48702172e8754b9bc5103efe1c56c SHA512 923cd0ffe2155636febf2b4633791bc83370d57080461b97ebb69ea21a4b1be7c0ff376c7fc8ca3979af4714e761112114a24b49ff6c80228b58b929db6e96d5 WHIRLPOOL abda096c0c1392499a613cc99c917cd519a20936bb98390a466c971ee981385a0e249e80f0bdac27b1eb6566a3392c1a4cb6ff9a6695952f16127a0b290fa5d4 -DIST flac-1.3.2.tar.xz 776016 SHA256 e48764f0761beb791a69590f12826fe8cf302c42db2879849c5d10bc7c85db66 SHA512 b6dfc7e31dc1fad434ff751a9f4748354de242af94d56c93254245ddb740ffa19e56f32100c3723b601ba345156e927d61a80722126cc75ebe55092179427cac WHIRLPOOL 3ba4be7f7dc91691f48e3d09ff92f79af8c7915e2f472f41802cc6f1686ab12bb91364c8119c10d85b6e5c5d706989dfcb4c95cb19f75fe4196c206502c76605 +DIST flac-1.3.2.tar.xz 776192 SHA256 91cfc3ed61dc40f47f050a109b08610667d73477af6ef36dcad31c31a4a8d53f SHA512 63910e8ebbe508316d446ffc9eb6d02efbd5f47d29d2ea7864da9371843c8e671854db6e89ba043fe08aef1845b8ece70db80f1cce853f591ca30d56ef7c3a15 WHIRLPOOL 158a3dbb621aab556388a7e46f0b760934011ae9f20d4921927d1c62fee9be0434294b3afcf93db355704c24822cfcfc24dc2d4b2b32ef13447633671e20fe7c diff --git a/media-libs/giflib/giflib-5.1.4.ebuild b/media-libs/giflib/giflib-5.1.4.ebuild index e21d9ddb0772..3770e9d0dd82 100644 --- a/media-libs/giflib/giflib-5.1.4.ebuild +++ b/media-libs/giflib/giflib-5.1.4.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/giflib/${P}.tar.bz2" LICENSE="MIT" SLOT="0/7" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc static-libs" RDEPEND=" diff --git a/media-libs/hamlib/Manifest b/media-libs/hamlib/Manifest index dcc0f3feaeeb..985cbbdbbded 100644 --- a/media-libs/hamlib/Manifest +++ b/media-libs/hamlib/Manifest @@ -1,3 +1,4 @@ DIST hamlib-1.2.15.3.tar.gz 1675879 SHA256 a2ca4549e4fd99d6e5600e354ebcb57502611aa63c6921c1b8a825289833f75e SHA512 88f9cb8d82d813ac02944def0adf6eada0e4ed1407f60e344d51172462d51ab0c3ddd9cbf9ef8cbd61efba6c4158a77acb7c23b886e174c9a082bf1dd11f5baa WHIRLPOOL 33f8e114d05c778e30c1b634e2494cd3f9d89213ccc58b34b4d195bb4f1c803c5451f54c8e232bf276a1daebe6c0a01bae73a51fa90538fe537d3b5bf4ce91de DIST hamlib-3.0.1.tar.gz 2074254 SHA256 3fec97ea326d02aa8f35834c4af34194a3f544e6212f391397d788c566b44e32 SHA512 c71d76343092da03dd3bd8470494fe9bd2789597ab3c83a5c98e007c94016c59de21cdbfb461fa6093e27ca8f300cfed65b4ba7e579b3070c6ed0bf6a4de38b2 WHIRLPOOL 95b2ac3d692461085009dc3c45a699c106e0a49e4367d138d18238b32444ffc0a160281c146eb53721ff2e4f12daad3262cf4c772bab318a3b20328d84732adb DIST hamlib-3.0.tar.gz 2074188 SHA256 bc16546161a47e21a44a710a40aeb0bce478f112bffcc4f253eb27e150f1c21e SHA512 16ac66ab91d44c364054aa6ba8292a6538886744d83a83eb0887f55407f836e1d4a402cc7a41576594bea8100c2eefa26bae212f767a68b2a4db7a709166cbd2 WHIRLPOOL 31f96037260160e83f376e87f35669cac73772b73d4b50bf78b32893de17d36e02d41d71ab393ac6fa27efbb387a88d71bdc8cb4a7c02c7251b141afea6d82a9 +DIST hamlib-3.1.tar.gz 2130615 SHA256 682304c3e88ff6ccfd6a5fc28b33bcc95d2d0a54321973fef015ff62570c994e SHA512 befc5c407379e30711bde2affb9c191add6dbb04a36c1309f8771170cf04156c48609a094775638036282e085de6c78d09ef8d2760d69c595471e16e985e0885 WHIRLPOOL d73b54161cf452db1edcf32d01caccb153ce332682f92ef2e4c6e9092febd801242dd19ffa87626b24d07cc11e4f8745f2872dc900692dd7d1ef759110399c6b diff --git a/media-libs/hamlib/hamlib-3.1.ebuild b/media-libs/hamlib/hamlib-3.1.ebuild new file mode 100644 index 000000000000..3d87ba02761b --- /dev/null +++ b/media-libs/hamlib/hamlib-3.1.ebuild @@ -0,0 +1,83 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit autotools-utils eutils multilib python-single-r1 + +DESCRIPTION="Ham radio backend rig control libraries" +HOMEPAGE="https://sourceforge.net/apps/mediawiki/hamlib" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2 GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~x86-fbsd" +IUSE="doc perl python tcl" + +RESTRICT="test" + +RDEPEND=" + =virtual/libusb-0* + dev-libs/libxml2 + sys-libs/readline:0 + perl? ( dev-lang/perl ) + python? ( ${PYTHON_DEPS} ) + tcl? ( dev-lang/tcl:0= )" + +DEPEND=" ${RDEPEND} + virtual/pkgconfig + dev-lang/swig + >=sys-devel/libtool-2.2 + doc? ( app-doc/doxygen )" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DOCS=(AUTHORS NEWS PLAN README README.betatester README.developer TODO) + +pkg_setup() { + use python && python-single-r1_pkg_setup +} + +src_prepare() { + # fix hardcoded libdir paths + sed -i -e "s#fix}/lib#fix}/$(get_libdir)/hamlib#" \ + -e "s#fix}/include#fix}/include/hamlib#" \ + hamlib.pc.in || die "sed failed" + + # make building of documentation compatible with autotools-utils + sed -i -e "s/doc:/html:/g" doc/Makefile.am || die "sed failed" + + eautoreconf +} + +src_configure() { + local myeconfargs=( + --libdir=/usr/$(get_libdir)/hamlib + --disable-static + --with-xml-support + $(use_with perl perl-binding) + $(use_with python python-binding) + $(use_with tcl tcl-binding) + --disable-silent-rules + ) + autotools-utils_src_configure +} + +src_compile() { + autotools-utils_src_compile + use doc && autotools-utils_src_compile html +} + +src_install() { + use doc && HTML_DOCS=("${AUTOTOOLS_BUILD_DIR}/doc/html/") + autotools-utils_src_install + + insinto /usr/$(get_libdir)/pkgconfig + doins "${AUTOTOOLS_BUILD_DIR}"/hamlib.pc || die "doins failed" + + echo "LDPATH=/usr/$(get_libdir)/hamlib" > "${T}"/73hamlib + doenvd "${T}"/73hamlib || die "doenvd failed" +} diff --git a/media-libs/imlib/imlib-1.9.15-r5.ebuild b/media-libs/imlib/imlib-1.9.15-r5.ebuild index 2651a0f17465..4cfc753a7c3b 100644 --- a/media-libs/imlib/imlib-1.9.15-r5.ebuild +++ b/media-libs/imlib/imlib-1.9.15-r5.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://gnome/sources/${PN}/${PVP[0]}.${PVP[1]}/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd" IUSE="doc static-libs" RDEPEND=" diff --git a/media-libs/libafterimage/libafterimage-1.20-r1.ebuild b/media-libs/libafterimage/libafterimage-1.20-r1.ebuild index 9cd25fc32430..a737b89ce665 100644 --- a/media-libs/libafterimage/libafterimage-1.20-r1.ebuild +++ b/media-libs/libafterimage/libafterimage-1.20-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.afterstep.org/stable/${MY_PN}/${MY_PN}-${PV}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 ~hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="+X cpu_flags_x86_mmx examples gif jpeg nls opengl png static-libs shm +shaping svg tiff truetype" RDEPEND=" diff --git a/media-libs/libcaca/libcaca-0.99_beta19.ebuild b/media-libs/libcaca/libcaca-0.99_beta19.ebuild index b3821960314f..5d76d73a1f7f 100644 --- a/media-libs/libcaca/libcaca-0.99_beta19.ebuild +++ b/media-libs/libcaca/libcaca-0.99_beta19.ebuild @@ -16,7 +16,7 @@ SRC_URI="http://libcaca.zoy.org/files/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2 ISC LGPL-2.1 WTFPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="cxx doc imlib java mono ncurses opengl python ruby slang static-libs test truetype X" REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} ) diff --git a/media-libs/libiptcdata/libiptcdata-1.0.4-r1.ebuild b/media-libs/libiptcdata/libiptcdata-1.0.4-r1.ebuild index 0e6e905f92cb..8c92e0987d2e 100644 --- a/media-libs/libiptcdata/libiptcdata-1.0.4-r1.ebuild +++ b/media-libs/libiptcdata/libiptcdata-1.0.4-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86" +KEYWORDS="alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86" IUSE="doc examples nls python" RDEPEND="python? ( ${PYTHON_DEPS} ) diff --git a/media-libs/libogg/libogg-1.3.2.ebuild b/media-libs/libogg/libogg-1.3.2.ebuild index 5e5928a46547..95bc45a39041 100644 --- a/media-libs/libogg/libogg-1.3.2.ebuild +++ b/media-libs/libogg/libogg-1.3.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://downloads.xiph.org/releases/ogg/${P}.tar.xz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs" RDEPEND=" diff --git a/media-libs/libpng/libpng-1.6.27.ebuild b/media-libs/libpng/libpng-1.6.27.ebuild index a921e4f59b21..0de04d8b4de0 100644 --- a/media-libs/libpng/libpng-1.6.27.ebuild +++ b/media-libs/libpng/libpng-1.6.27.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz LICENSE="libpng" SLOT="0/16" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="apng neon static-libs" RDEPEND=">=sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}] diff --git a/media-libs/libraw/libraw-0.17.2.ebuild b/media-libs/libraw/libraw-0.17.2.ebuild index d1e2d9ee64e6..b2a34f4fed35 100644 --- a/media-libs/libraw/libraw-0.17.2.ebuild +++ b/media-libs/libraw/libraw-0.17.2.ebuild @@ -23,7 +23,7 @@ SRC_URI="http://www.libraw.org/data/${MY_P}.tar.gz # http://www.libraw.org/data/LICENSE.LibRaw.pdf LICENSE="LGPL-2.1 CDDL GPL-2 GPL-3" SLOT="0/15" # subslot = libraw soname version -KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="demosaic examples jpeg jpeg2k +lcms openmp" RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] ) diff --git a/media-libs/libvorbis/libvorbis-1.3.5.ebuild b/media-libs/libvorbis/libvorbis-1.3.5.ebuild index 7d26a225fbda..16907e111429 100644 --- a/media-libs/libvorbis/libvorbis-1.3.5.ebuild +++ b/media-libs/libvorbis/libvorbis-1.3.5.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://downloads.xiph.org/releases/vorbis/${P}.tar.xz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs" RDEPEND=">=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] diff --git a/media-libs/libwebp/libwebp-0.4.2.ebuild b/media-libs/libwebp/libwebp-0.4.2.ebuild index 65acff16578f..e6b859548dd1 100644 --- a/media-libs/libwebp/libwebp-0.4.2.ebuild +++ b/media-libs/libwebp/libwebp-0.4.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://downloads.webmproject.org/releases/webp/${P}.tar.gz" LICENSE="BSD" SLOT="0/5" # subslot = libwebp soname version -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~m68k-mint" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~m68k-mint" IUSE="experimental gif +jpeg opengl +png static-libs swap-16bit-csp tiff" # TODO: dev-lang/swig bindings in swig/ subdirectory diff --git a/media-libs/libxmi/libxmi-1.3.ebuild b/media-libs/libxmi/libxmi-1.3.ebuild index 7f6a2e8e1043..e1a64062f8f6 100644 --- a/media-libs/libxmi/libxmi-1.3.ebuild +++ b/media-libs/libxmi/libxmi-1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="static-libs" DEPEND="!<=media-libs/plotutils-2.6" diff --git a/media-libs/netpbm/netpbm-10.70.00.ebuild b/media-libs/netpbm/netpbm-10.70.00.ebuild index 3843315fccd9..895d54c63455 100644 --- a/media-libs/netpbm/netpbm-10.70.00.ebuild +++ b/media-libs/netpbm/netpbm-10.70.00.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="doc jbig jpeg jpeg2k png rle cpu_flags_x86_sse2 static-libs svga tiff X xml zlib" RDEPEND="jbig? ( media-libs/jbigkit ) diff --git a/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0.ebuild b/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0.ebuild index c01f19fe8f05..4b5c0235b179 100644 --- a/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0.ebuild +++ b/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ MY_P=${MY_PN}-${PV} if [[ ${PV} != *9999* ]]; then SRC_URI="mirror://kde/stable/phonon/${MY_PN}/${PV}/${MY_P}.tar.xz" - KEYWORDS="alpha amd64 arm hppa ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos" + KEYWORDS="alpha amd64 arm hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos" else EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" ) inherit git-r3 diff --git a/media-libs/phonon-vlc/phonon-vlc-0.9.0.ebuild b/media-libs/phonon-vlc/phonon-vlc-0.9.0.ebuild index 03fab3933f66..5a97493fe93f 100644 --- a/media-libs/phonon-vlc/phonon-vlc-0.9.0.ebuild +++ b/media-libs/phonon-vlc/phonon-vlc-0.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ MY_P="${MY_PN}-${PV}" if [[ ${PV} != *9999* ]]; then SRC_URI="mirror://kde/stable/phonon/${MY_PN}/${PV}/${MY_P}.tar.xz" - KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-fbsd" + KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd" else EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" ) inherit git-r3 diff --git a/media-libs/phonon/phonon-4.9.0.ebuild b/media-libs/phonon/phonon-4.9.0.ebuild index 98d150a6bdd8..43fd01bd53ac 100644 --- a/media-libs/phonon/phonon-4.9.0.ebuild +++ b/media-libs/phonon/phonon-4.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI=6 if [[ ${PV} != *9999* ]]; then SRC_URI="mirror://kde/stable/phonon/${PV}/${P}.tar.xz" - KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" + KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" else EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" ) inherit git-r3 diff --git a/media-libs/plotutils/plotutils-2.6-r1.ebuild b/media-libs/plotutils/plotutils-2.6-r1.ebuild index 86851d56f436..a64607d32bab 100644 --- a/media-libs/plotutils/plotutils-2.6-r1.ebuild +++ b/media-libs/plotutils/plotutils-2.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/plotutils/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="+png static-libs X" DEPEND=" diff --git a/media-libs/t1lib/t1lib-5.1.2-r1.ebuild b/media-libs/t1lib/t1lib-5.1.2-r1.ebuild index 7aa31c6d9d6b..cdb10d0d943d 100644 --- a/media-libs/t1lib/t1lib-5.1.2-r1.ebuild +++ b/media-libs/t1lib/t1lib-5.1.2-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="ftp://sunsite.unc.edu/pub/Linux/libs/graphics/${P}.tar.gz" LICENSE="LGPL-2 GPL-2" SLOT="5" -KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="X doc static-libs" RDEPEND="X? ( diff --git a/media-sound/alsa-utils/alsa-utils-1.1.3.ebuild b/media-sound/alsa-utils/alsa-utils-1.1.3.ebuild index 9bd9df90abe6..8c7e18bdf84f 100644 --- a/media-sound/alsa-utils/alsa-utils-1.1.3.ebuild +++ b/media-sound/alsa-utils/alsa-utils-1.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -37,7 +37,8 @@ src_configure() { $(use_enable ncurses alsamixer) \ --disable-alsaconf \ --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" \ - --with-udev-rules-dir="$(get_udevdir)"/rules.d \ + --with-udev-rules-dir="${EPREFIX}/$(get_udevdir)"/rules.d \ + --with-asound-state-dir="${EPREFIX}"/var/lib/alsa \ ${myconf} } diff --git a/media-sound/mpg321/mpg321-0.3.2.ebuild b/media-sound/mpg321/mpg321-0.3.2.ebuild index b783ea148afc..7ef46463a55a 100644 --- a/media-sound/mpg321/mpg321-0.3.2.ebuild +++ b/media-sound/mpg321/mpg321-0.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P/-/_}.orig.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="alsa ipv6" RDEPEND="app-eselect/eselect-mpg123 diff --git a/media-sound/ncmpcpp/ncmpcpp-0.7.7.ebuild b/media-sound/ncmpcpp/ncmpcpp-0.7.7.ebuild index a204929eb8e3..4390a3308ea7 100644 --- a/media-sound/ncmpcpp/ncmpcpp-0.7.7.ebuild +++ b/media-sound/ncmpcpp/ncmpcpp-0.7.7.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://ncmpcpp.rybczak.net/stable/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 sparc x86" +KEYWORDS="amd64 ~arm ~hppa ppc ppc64 sparc x86" IUSE="clock curl outputs taglib unicode visualizer" RDEPEND=" diff --git a/media-video/rtmpdump/rtmpdump-2.4_p20161210.ebuild b/media-video/rtmpdump/rtmpdump-2.4_p20161210.ebuild index 28e3be4efd02..4daa88374151 100644 --- a/media-video/rtmpdump/rtmpdump-2.4_p20161210.ebuild +++ b/media-video/rtmpdump/rtmpdump-2.4_p20161210.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz" # the library is LGPL-2.1, the command is GPL-2 LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~mips ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~hppa ~mips ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="gnutls polarssl ssl libressl" DEPEND="ssl? ( diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index 428498b70661..8913d8430232 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Mon, 02 Jan 2017 20:13:19 +0000 +Tue, 03 Jan 2017 15:13:23 +0000 diff --git a/metadata/glsa/glsa-201010-01.xml b/metadata/glsa/glsa-201010-01.xml index 2a8c8f502a15..b692f80b3c73 100644 --- a/metadata/glsa/glsa-201010-01.xml +++ b/metadata/glsa/glsa-201010-01.xml @@ -7,7 +7,7 @@ libpng October 05, 2010 - June 06, 2015: 8 + January 03, 2017: 9 307637 324153 335887 @@ -25,6 +25,7 @@ 1.2.54 1.2.55 1.2.56 + 1.2.57 1.4.3 @@ -88,6 +89,6 @@ craig - system - system + system + system diff --git a/metadata/glsa/glsa-201206-15.xml b/metadata/glsa/glsa-201206-15.xml index 9914eaa10272..083631f827ec 100644 --- a/metadata/glsa/glsa-201206-15.xml +++ b/metadata/glsa/glsa-201206-15.xml @@ -7,7 +7,7 @@ libpng June 22, 2012 - June 06, 2015: 4 + January 03, 2017: 5 373967 386185 401987 @@ -24,7 +24,8 @@ 1.2.53 1.2.54 1.2.55 - 1.2.56 + 1.2.56 + 1.2.57 1.5.10 @@ -110,5 +111,5 @@ underling - ackle + ackle diff --git a/metadata/glsa/glsa-201502-10.xml b/metadata/glsa/glsa-201502-10.xml index 47912c3c6b80..b7b0800e4d3d 100644 --- a/metadata/glsa/glsa-201502-10.xml +++ b/metadata/glsa/glsa-201502-10.xml @@ -7,7 +7,7 @@ libpng February 15, 2015 - June 06, 2015: 2 + January 03, 2017: 3 531264 533358 local, remote @@ -24,6 +24,7 @@ 1.5.23 1.5.24 1.5.25 + 1.2.57 1.6.16 @@ -78,5 +79,5 @@ BlueKnight - ackle + ackle diff --git a/metadata/glsa/glsa-201507-20.xml b/metadata/glsa/glsa-201507-20.xml index 4827cfbbbf33..602e69c8c293 100644 --- a/metadata/glsa/glsa-201507-20.xml +++ b/metadata/glsa/glsa-201507-20.xml @@ -8,7 +8,7 @@ postgresql July 18, 2015 - August 22, 2015: 2 + January 03, 2017: 3 539018 550172 remote @@ -32,12 +32,14 @@ 9.3.10 9.3.11 9.3.12 + 9.3.14 + 9.3.15 9.4.3

PostgreSQL is an open source object-relational database management - system. + system.

@@ -103,5 +105,5 @@ BlueKnight - Zlogene + Zlogene diff --git a/metadata/glsa/glsa-201612-56.xml b/metadata/glsa/glsa-201612-56.xml index d9a1c98e730e..3d8a5ee13732 100644 --- a/metadata/glsa/glsa-201612-56.xml +++ b/metadata/glsa/glsa-201612-56.xml @@ -7,12 +7,13 @@ xen December 31, 2016 - December 31, 2016: 1 + January 03, 2017: 2 600382 600662 601248 601250 601986 + 603420 local @@ -91,5 +92,5 @@ CVE-2016-9932 b-man - b-man + b-man diff --git a/metadata/glsa/glsa-201701-15.xml b/metadata/glsa/glsa-201701-15.xml new file mode 100644 index 000000000000..893c2fe81f77 --- /dev/null +++ b/metadata/glsa/glsa-201701-15.xml @@ -0,0 +1,222 @@ + + + + Mozilla Firefox, SeaMonkey, Thunderbird: Multiple vulnerabilities + Multiple vulnerabilities have been found in Mozilla Firefox, + SeaMonkey, and Thunderbird the worst of which could lead to the execution + of arbitrary code. + + firefox, thunderbird, seamonkey + January 03, 2017 + January 03, 2017: 1 + 539242 + 541506 + 581326 + 590330 + 594616 + 599924 + 601320 + 602576 + 604024 + remote + + + 45.6.0 + 45.6.0 + + + 45.6.0 + 45.6.0 + + + 45.6.0 + 45.6.0 + + + 45.6.0 + 45.6.0 + + + 2.38 + 2.38 + + + 2.38 + 2.38 + + + +

Mozilla Firefox is a cross-platform web browser from Mozilla. The + Mozilla Thunderbird mail client is a redesign of the Mozilla Mail + component. The goal is to produce a cross-platform stand-alone mail + application using XUL (XML User Interface Language). SeaMonkey is a free + and open-source Internet suite. It is the continuation of the former + Mozilla Application Suite, based on the same source code. +

+
+ +

Multiple vulnerabilities have been discovered in Mozilla Firefox, + SeaMonkey, and Thunderbird. Please review the CVE identifiers referenced + below for details. +

+
+ +

A remote attacker could possibly execute arbitrary code with the + privileges of the process or cause a Denial of Service condition via + multiple vectors. +

+
+ +

There is no known workaround at this time.

+
+ +

All Firefox users should upgrade to the latest version:

+ + + # emerge --sync + # emerge --ask --oneshot --verbose ">=www-client/firefox-45.6.0" + + +

All Firefox-bin users should upgrade to the latest version:

+ + + # emerge --sync + # emerge --ask --oneshot --verbose ">=www-client/firefox-bin-45.6.0" + + +

All Thunderbird users should upgrade to the latest version:

+ + + # emerge --sync + # emerge --ask --oneshot --verbose ">=mail-client/thunderbird-45.6.0" + + +

All Thunderbird-bin users should upgrade to the latest version:

+ + + # emerge --sync + # emerge --ask --oneshot --verbose + ">=mail-client/thunderbird-bin-45.6.0" + + +

All SeaMonkey users should upgrade to the latest version:

+ + + # emerge --sync + # emerge --ask --oneshot --verbose ">=www-client/seamonkey-2.38" + + +

All SeaMonkey-bin users should upgrade to the latest version:

+ + + # emerge --sync + # emerge --ask --oneshot --verbose ">=www-client/seamonkey-bin-2.38" + +
+ + CVE-2014-8634 + CVE-2014-8635 + CVE-2014-8636 + CVE-2014-8637 + CVE-2014-8638 + CVE-2014-8639 + CVE-2014-8640 + CVE-2014-8641 + CVE-2014-8642 + CVE-2015-0819 + CVE-2015-0820 + CVE-2015-0821 + CVE-2015-0822 + CVE-2015-0823 + CVE-2015-0824 + CVE-2015-0825 + CVE-2015-0826 + CVE-2015-0827 + CVE-2015-0828 + CVE-2015-0829 + CVE-2015-0830 + CVE-2015-0831 + CVE-2015-0832 + CVE-2015-0833 + CVE-2015-0834 + CVE-2015-0835 + CVE-2015-0836 + CVE-2016-2804 + CVE-2016-2805 + CVE-2016-2806 + CVE-2016-2807 + CVE-2016-2808 + CVE-2016-2809 + CVE-2016-2810 + CVE-2016-2811 + CVE-2016-2812 + CVE-2016-2813 + CVE-2016-2814 + CVE-2016-2816 + CVE-2016-2817 + CVE-2016-2820 + CVE-2016-2827 + CVE-2016-2830 + CVE-2016-2835 + CVE-2016-2836 + CVE-2016-2837 + CVE-2016-2838 + CVE-2016-2839 + CVE-2016-5250 + CVE-2016-5251 + CVE-2016-5252 + CVE-2016-5253 + CVE-2016-5254 + CVE-2016-5255 + CVE-2016-5256 + CVE-2016-5257 + CVE-2016-5258 + CVE-2016-5259 + CVE-2016-5260 + CVE-2016-5261 + CVE-2016-5262 + CVE-2016-5263 + CVE-2016-5264 + CVE-2016-5265 + CVE-2016-5266 + CVE-2016-5267 + CVE-2016-5268 + CVE-2016-5270 + CVE-2016-5271 + CVE-2016-5272 + CVE-2016-5273 + CVE-2016-5274 + CVE-2016-5275 + CVE-2016-5276 + CVE-2016-5277 + CVE-2016-5278 + CVE-2016-5279 + CVE-2016-5280 + CVE-2016-5281 + CVE-2016-5282 + CVE-2016-5283 + CVE-2016-5284 + CVE-2016-5290 + CVE-2016-5291 + CVE-2016-5293 + CVE-2016-5294 + CVE-2016-5296 + CVE-2016-5297 + CVE-2016-9064 + CVE-2016-9066 + CVE-2016-9074 + CVE-2016-9079 + CVE-2016-9893 + CVE-2016-9895 + CVE-2016-9897 + CVE-2016-9898 + CVE-2016-9899 + CVE-2016-9900 + CVE-2016-9901 + CVE-2016-9902 + CVE-2016-9904 + CVE-2016-9905 + + b-man + b-man +
diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index 428498b70661..8913d8430232 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Mon, 02 Jan 2017 20:13:19 +0000 +Tue, 03 Jan 2017 15:13:23 +0000 diff --git a/metadata/md5-cache/app-admin/emacs-updater-1.14 b/metadata/md5-cache/app-admin/emacs-updater-1.14 deleted file mode 100644 index 78c047be7e84..000000000000 --- a/metadata/md5-cache/app-admin/emacs-updater-1.14 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install prepare -DEPEND=|| ( sys-apps/util-linux app-misc/getopt ) -DESCRIPTION=Rebuild Emacs packages -EAPI=5 -HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Emacs -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos -LICENSE=GPL-2+ -RDEPEND=|| ( sys-apps/util-linux app-misc/getopt ) >=app-portage/portage-utils-0.3 virtual/emacs -SLOT=0 -SRC_URI=https://dev.gentoo.org/~ulm/emacs/emacs-updater-1.14.tar.xz -_md5_=eba463bf274129692dfcc8741dd79334 diff --git a/metadata/md5-cache/app-admin/lib_users-0.10 b/metadata/md5-cache/app-admin/lib_users-0.10 new file mode 100644 index 000000000000..774fc27cdcf1 --- /dev/null +++ b/metadata/md5-cache/app-admin/lib_users-0.10 @@ -0,0 +1,14 @@ +DEFINED_PHASES=install test +DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) 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_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] test? ( dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/backports-unittest-mock[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) +DESCRIPTION=Check for mapped libs and open files that are marked as deleted +EAPI=6 +HOMEPAGE=https://github.com/klausman/lib_users +IUSE=test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 +KEYWORDS=~alpha ~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=GPL-2 +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) 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_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) +SLOT=0 +SRC_URI=https://github.com/klausman/lib_users/archive/v0.10.tar.gz -> lib_users-0.10.tar.gz +_eclasses_=multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 +_md5_=d40f12eeb3e13c1ff034fe8ed1388352 diff --git a/metadata/md5-cache/app-admin/logrotate-3.9.1-r1 b/metadata/md5-cache/app-admin/logrotate-3.9.1-r1 deleted file mode 100644 index 39bab29049c3..000000000000 --- a/metadata/md5-cache/app-admin/logrotate-3.9.1-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare test -DEPEND=>=dev-libs/popt-1.5 selinux? ( sys-libs/libselinux ) acl? ( virtual/acl ) >=sys-apps/sed-4 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=Rotates, compresses, and mails system logs -EAPI=5 -HOMEPAGE=https://fedorahosted.org/logrotate/ -IUSE=acl +cron selinux -KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=dev-libs/popt-1.5 selinux? ( sys-libs/libselinux ) acl? ( virtual/acl ) selinux? ( sec-policy/selinux-logrotate ) cron? ( virtual/cron ) -SLOT=0 -SRC_URI=https://fedorahosted.org/releases/l/o/logrotate/logrotate-3.9.1.tar.gz -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=68fa7793545ce4eb8d7d394fe6bcc700 diff --git a/metadata/md5-cache/app-admin/tmpwatch-2.11-r2 b/metadata/md5-cache/app-admin/tmpwatch-2.11-r2 index 41ef64648525..28c7d434e8ad 100644 --- a/metadata/md5-cache/app-admin/tmpwatch-2.11-r2 +++ b/metadata/md5-cache/app-admin/tmpwatch-2.11-r2 @@ -3,10 +3,10 @@ DESCRIPTION=Files which haven't been accessed in a given period of time are remo EAPI=6 HOMEPAGE=https://fedorahosted.org/tmpwatch/ IUSE=selinux -KEYWORDS=alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 +KEYWORDS=alpha amd64 ~ia64 ppc ppc64 ~sparc x86 LICENSE=GPL-2 RDEPEND=selinux? ( sec-policy/selinux-tmpreaper ) SLOT=0 SRC_URI=https://fedorahosted.org/releases/t/m/tmpwatch/tmpwatch-2.11.tar.bz2 _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=96aef1082a623203a27fb3bac4b89bf5 +_md5_=e2290a31d406218e86ea1e436db59705 diff --git a/metadata/md5-cache/app-arch/lzip-1.17 b/metadata/md5-cache/app-arch/lzip-1.19_pre1 similarity index 63% rename from metadata/md5-cache/app-arch/lzip-1.17 rename to metadata/md5-cache/app-arch/lzip-1.19_pre1 index 080011b0fa4f..0e2768f9eb84 100644 --- a/metadata/md5-cache/app-arch/lzip-1.17 +++ b/metadata/md5-cache/app-arch/lzip-1.19_pre1 @@ -1,10 +1,10 @@ DEFINED_PHASES=configure DESCRIPTION=lossless data compressor based on the LZMA algorithm -EAPI=4 +EAPI=5 HOMEPAGE=http://www.nongnu.org/lzip/lzip.html -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2+ SLOT=0 -SRC_URI=http://download.savannah.gnu.org/releases-noredirect/lzip/lzip-1.17.tar.gz +SRC_URI=http://download.savannah.gnu.org/releases-noredirect/lzip/lzip-1.19-pre1.tar.gz _eclasses_=multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=e8e81d221e1e90b05f7b7eda46a33692 +_md5_=145416e0ea0ca669f66cd78db2305931 diff --git a/metadata/md5-cache/app-backup/amanda-3.3.9 b/metadata/md5-cache/app-backup/amanda-3.3.9 index c1fda413361d..434ecde598ac 100644 --- a/metadata/md5-cache/app-backup/amanda-3.3.9 +++ b/metadata/md5-cache/app-backup/amanda-3.3.9 @@ -4,10 +4,10 @@ DESCRIPTION=The Advanced Maryland Automatic Network Disk Archiver EAPI=5 HOMEPAGE=http://www.amanda.org/ IUSE=curl gnuplot ipv6 kerberos minimal nls readline s3 samba systemd xfs -KEYWORDS=amd64 ppc ~ppc64 ~sparc x86 +KEYWORDS=amd64 ppc ppc64 ~sparc x86 LICENSE=HPND BSD BSD-2 GPL-2+ GPL-3+ RDEPEND=sys-libs/readline:= virtual/awk app-arch/tar dev-lang/perl:= app-arch/dump net-misc/openssh >=dev-libs/glib-2.26.0 nls? ( virtual/libintl ) s3? ( >=net-misc/curl-7.10.0 ) !s3? ( curl? ( >=net-misc/curl-7.10.0 ) ) samba? ( net-fs/samba:= ) kerberos? ( app-crypt/mit-krb5 ) xfs? ( sys-fs/xfsdump ) !minimal? ( dev-perl/XML-Simple virtual/mailx app-arch/mt-st:= sys-block/mtx gnuplot? ( sci-visualization/gnuplot ) app-crypt/aespipe app-crypt/gnupg ) dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=mirror://sourceforge/amanda/amanda-3.3.9.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils b83a2420b796f7c6eff682679d08fe25 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 systemd 5b6ca8b2fc1307ca593223f327342c96 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be user 80aaa71614ced86f02ee1a513821dc87 -_md5_=90242ebcf04911c9b44e0d2170e0ddf2 +_md5_=6eb2035efb121e16d4e08e840c7576ae diff --git a/metadata/md5-cache/app-backup/dar-2.4.22 b/metadata/md5-cache/app-backup/dar-2.4.22 deleted file mode 100644 index 289308fa3bb7..000000000000 --- a/metadata/md5-cache/app-backup/dar-2.4.22 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=configure install -DEPEND=>=sys-libs/zlib-1.2.3:= !static? ( app-arch/bzip2:= ) acl? ( !static? ( sys-apps/attr:= ) ) gcrypt? ( dev-libs/libgcrypt:0= ) lzo? ( !static? ( dev-libs/lzo:= ) ) nls? ( virtual/libintl ) static? ( app-arch/bzip2[static-libs] ) static? ( sys-libs/zlib[static-libs] ) acl? ( static? ( sys-apps/attr[static-libs] ) ) lzo? ( static? ( dev-libs/lzo[static-libs] ) ) nls? ( sys-devel/gettext ) doc? ( app-doc/doxygen ) -DESCRIPTION=A full featured backup tool, aimed for disks (floppy,CDR(W),DVDR(W),zip,jazz etc.) -EAPI=6 -HOMEPAGE=http://dar.linux.free.fr/ -IUSE=acl dar32 dar64 doc gcrypt lzo nls static static-libs -KEYWORDS=~amd64 ~ppc ~sparc ~x86 ~amd64-linux -LICENSE=GPL-2 -RDEPEND=>=sys-libs/zlib-1.2.3:= !static? ( app-arch/bzip2:= ) acl? ( !static? ( sys-apps/attr:= ) ) gcrypt? ( dev-libs/libgcrypt:0= ) lzo? ( !static? ( dev-libs/lzo:= ) ) nls? ( virtual/libintl ) -REQUIRED_USE=?? ( dar32 dar64 ) -RESTRICT=test -SLOT=0 -SRC_URI=mirror://sourceforge/dar/dar-2.4.22.tar.gz -_eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=ba4768113ea7fbb520f682908ded021b diff --git a/metadata/md5-cache/app-backup/dar-2.4.9 b/metadata/md5-cache/app-backup/dar-2.4.9 deleted file mode 100644 index 89efdb5c1119..000000000000 --- a/metadata/md5-cache/app-backup/dar-2.4.9 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=configure install setup -DEPEND=>=sys-libs/zlib-1.2.3 !static? ( app-arch/bzip2 ) acl? ( !static? ( sys-apps/attr ) ) gcrypt? ( dev-libs/libgcrypt:0 ) lzo? ( !static? ( dev-libs/lzo ) ) nls? ( virtual/libintl ) static? ( app-arch/bzip2[static-libs] ) static? ( sys-libs/zlib[static-libs] ) acl? ( static? ( sys-apps/attr[static-libs] ) ) lzo? ( static? ( dev-libs/lzo[static-libs] ) ) nls? ( sys-devel/gettext ) doc? ( app-doc/doxygen ) -DESCRIPTION=A full featured backup tool, aimed for disks (floppy,CDR(W),DVDR(W),zip,jazz etc.) -EAPI=3 -HOMEPAGE=http://dar.linux.free.fr/ -IUSE=acl dar32 dar64 doc gcrypt lzo nls static static-libs -KEYWORDS=amd64 ppc sparc x86 ~amd64-linux -LICENSE=GPL-2 -RDEPEND=>=sys-libs/zlib-1.2.3 !static? ( app-arch/bzip2 ) acl? ( !static? ( sys-apps/attr ) ) gcrypt? ( dev-libs/libgcrypt:0 ) lzo? ( !static? ( dev-libs/lzo ) ) nls? ( virtual/libintl ) -RESTRICT=test -SLOT=0 -SRC_URI=mirror://sourceforge/dar/dar-2.4.9.tar.gz -_eclasses_=confutils 18995f74ac4ffafb7ad853dfe133f209 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=a818e0e3e2ccd07cf84ea6fbc94a256d diff --git a/metadata/md5-cache/app-backup/dar-2.5.6 b/metadata/md5-cache/app-backup/dar-2.5.8 similarity index 53% rename from metadata/md5-cache/app-backup/dar-2.5.6 rename to metadata/md5-cache/app-backup/dar-2.5.8 index f680d0802d45..48a5e1d27e18 100644 --- a/metadata/md5-cache/app-backup/dar-2.5.6 +++ b/metadata/md5-cache/app-backup/dar-2.5.8 @@ -1,15 +1,15 @@ DEFINED_PHASES=configure install -DEPEND=>=sys-libs/zlib-1.2.3:= !static? ( app-arch/bzip2:= app-arch/xz-utils:= sys-libs/libcap gcrypt? ( dev-libs/libgcrypt:0= ) gpg? ( app-crypt/gpgme ) xattr? ( sys-apps/attr:= ) ) lzo? ( !static? ( dev-libs/lzo:= ) ) nls? ( virtual/libintl ) static? ( app-arch/bzip2[static-libs] app-arch/xz-utils[static-libs] sys-libs/libcap[static-libs] sys-libs/zlib[static-libs] gcrypt? ( dev-libs/libgcrypt:0=[static-libs] ) gpg? ( app-crypt/gpgme[static-libs] dev-libs/libassuan[static-libs] dev-libs/libgpg-error[static-libs] ) lzo? ( dev-libs/lzo[static-libs] ) xattr? ( sys-apps/attr[static-libs] ) ) nls? ( sys-devel/gettext ) doc? ( app-doc/doxygen ) +DEPEND=>=sys-libs/zlib-1.2.3:= !static? ( app-arch/bzip2:= app-arch/xz-utils:= sys-libs/libcap gcrypt? ( dev-libs/libgcrypt:0= ) gpg? ( app-crypt/gpgme ) lzo? ( dev-libs/lzo:= ) xattr? ( sys-apps/attr:= ) ) static? ( app-arch/bzip2[static-libs] app-arch/xz-utils[static-libs] sys-libs/libcap[static-libs] sys-libs/zlib[static-libs] gcrypt? ( dev-libs/libgcrypt:0=[static-libs] ) gpg? ( app-crypt/gpgme[static-libs] dev-libs/libassuan[static-libs] dev-libs/libgpg-error[static-libs] ) lzo? ( dev-libs/lzo[static-libs] ) xattr? ( sys-apps/attr[static-libs] ) ) nls? ( sys-devel/gettext virtual/libintl ) doc? ( app-doc/doxygen ) DESCRIPTION=A full featured backup tool, aimed for disks (floppy,CDR(W),DVDR(W),zip,jazz etc.) EAPI=6 HOMEPAGE=http://dar.linux.free.fr/ IUSE=dar32 dar64 doc gcrypt gpg lzo nls static static-libs xattr KEYWORDS=~amd64 ~ppc ~sparc ~x86 ~amd64-linux LICENSE=GPL-2 -RDEPEND=>=sys-libs/zlib-1.2.3:= !static? ( app-arch/bzip2:= app-arch/xz-utils:= sys-libs/libcap gcrypt? ( dev-libs/libgcrypt:0= ) gpg? ( app-crypt/gpgme ) xattr? ( sys-apps/attr:= ) ) lzo? ( !static? ( dev-libs/lzo:= ) ) nls? ( virtual/libintl ) +RDEPEND=>=sys-libs/zlib-1.2.3:= !static? ( app-arch/bzip2:= app-arch/xz-utils:= sys-libs/libcap gcrypt? ( dev-libs/libgcrypt:0= ) gpg? ( app-crypt/gpgme ) lzo? ( dev-libs/lzo:= ) xattr? ( sys-apps/attr:= ) ) REQUIRED_USE=?? ( dar32 dar64 ) gpg? ( gcrypt ) RESTRICT=test SLOT=0 -SRC_URI=mirror://sourceforge/dar/dar-2.5.6.tar.gz +SRC_URI=mirror://sourceforge/dar/dar-2.5.8.tar.gz _eclasses_=confutils 18995f74ac4ffafb7ad853dfe133f209 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=9f4920a396603b2633544c8ace8c5fd5 +_md5_=f4c7b5f82087748e3834a5a5c33598fd diff --git a/metadata/md5-cache/app-benchmarks/bonnie++-1.97.2 b/metadata/md5-cache/app-benchmarks/bonnie++-1.97.2 index 0727de178ac8..755c3060c14d 100644 --- a/metadata/md5-cache/app-benchmarks/bonnie++-1.97.2 +++ b/metadata/md5-cache/app-benchmarks/bonnie++-1.97.2 @@ -3,8 +3,8 @@ DESCRIPTION=Hard drive bottleneck testing benchmark suite EAPI=6 HOMEPAGE=http://www.coker.com.au/bonnie++/ IUSE=debug -KEYWORDS=~alpha amd64 ~arm ~hppa ia64 ~mips ppc ~ppc64 sparc x86 +KEYWORDS=~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 sparc x86 LICENSE=GPL-2 SLOT=0 SRC_URI=http://www.coker.com.au/bonnie++/experimental/bonnie++-1.97.2.tgz -_md5_=07e0433faab38570ca78981662f95ce6 +_md5_=d3b41832c809c112300eb979d364bf04 diff --git a/metadata/md5-cache/app-crypt/gpa-0.9.9 b/metadata/md5-cache/app-crypt/gpa-0.9.9 index dd2c0a0c5b2b..8c2e181af859 100644 --- a/metadata/md5-cache/app-crypt/gpa-0.9.9 +++ b/metadata/md5-cache/app-crypt/gpa-0.9.9 @@ -4,9 +4,9 @@ DESCRIPTION=The GNU Privacy Assistant (GPA) is a graphical user interface for Gn EAPI=5 HOMEPAGE=http://gpa.wald.intevation.org IUSE=nls linguas_ar linguas_cs linguas_de linguas_es linguas_fr linguas_ja linguas_nl linguas_pl linguas_pt_BR linguas_ru linguas_sv linguas_tr linguas_zh_TW -KEYWORDS=alpha amd64 ppc ~ppc64 sparc x86 +KEYWORDS=alpha amd64 ppc ppc64 sparc x86 LICENSE=GPL-3 RDEPEND=>=x11-libs/gtk+-2.10.0:2 >=dev-libs/libgpg-error-1.4 >=dev-libs/libassuan-1.1.0 >=app-crypt/gnupg-2 >=app-crypt/gpgme-1.5.0 SLOT=0 SRC_URI=mirror://gnupg/gpa/gpa-0.9.9.tar.bz2 -_md5_=ff783d238e2132fc33c125d8352306c0 +_md5_=dd8bc07a96eba5493906af40573009f7 diff --git a/metadata/md5-cache/app-crypt/gpgme-1.8.0-r2 b/metadata/md5-cache/app-crypt/gpgme-1.8.0-r2 index 55f951542b79..59e533d0fe5b 100644 --- a/metadata/md5-cache/app-crypt/gpgme-1.8.0-r2 +++ b/metadata/md5-cache/app-crypt/gpgme-1.8.0-r2 @@ -10,5 +10,5 @@ RDEPEND=app-crypt/gnupg >=dev-libs/libassuan-2.0.2 >=dev-libs/libgpg-error-1.11 REQUIRED_USE=qt5? ( cxx ) SLOT=1/11 SRC_URI=mirror://gnupg/gpgme/gpgme-1.8.0.tar.bz2 -_eclasses_=distutils-r1 583a05d30524485fda6869c772682ecd eutils b83a2420b796f7c6eff682679d08fe25 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 qmake-utils 0a242e7177789b0028b4045f336dd4db toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=d1274c6b14d29b0eaac371d5de27b68d +_eclasses_=distutils-r1 583a05d30524485fda6869c772682ecd eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 qmake-utils 0a242e7177789b0028b4045f336dd4db toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=aeb789283381099f88eaf65b40e3a952 diff --git a/metadata/md5-cache/app-crypt/johntheripper-1.7.9-r10 b/metadata/md5-cache/app-crypt/johntheripper-1.7.9-r10 index b948fece88dc..c14a1d2951a4 100644 --- a/metadata/md5-cache/app-crypt/johntheripper-1.7.9-r10 +++ b/metadata/md5-cache/app-crypt/johntheripper-1.7.9-r10 @@ -10,5 +10,5 @@ RDEPEND=sys-libs/zlib !minimal? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( REQUIRED_USE=openmp? ( !minimal ) mpi? ( !minimal ) cuda? ( !minimal ) opencl? ( !minimal ) mozilla? ( !minimal ) SLOT=0 SRC_URI=http://www.openwall.com/john/g/john-1.7.9.tar.bz2 !minimal? ( http://www.openwall.com/john/g/john-1.7.9-jumbo-7.diff.gz ) -_eclasses_=cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 pax-utils 4c2654a34ebe732e85fda354f6ee642f toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 pax-utils 4c2654a34ebe732e85fda354f6ee642f toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=70a3b07c9c28097a470842a8f18e415c diff --git a/metadata/md5-cache/app-crypt/johntheripper-1.7.9-r11 b/metadata/md5-cache/app-crypt/johntheripper-1.7.9-r11 index 9124132a8f6e..8b03439387b9 100644 --- a/metadata/md5-cache/app-crypt/johntheripper-1.7.9-r11 +++ b/metadata/md5-cache/app-crypt/johntheripper-1.7.9-r11 @@ -10,5 +10,5 @@ RDEPEND=sys-libs/zlib !minimal? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( REQUIRED_USE=openmp? ( !minimal ) mpi? ( !minimal ) cuda? ( !minimal ) opencl? ( !minimal ) mozilla? ( !minimal ) SLOT=0 SRC_URI=http://www.openwall.com/john/g/john-1.7.9.tar.bz2 !minimal? ( http://www.openwall.com/john/g/john-1.7.9-jumbo-7.diff.gz ) -_eclasses_=cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 pax-utils 4c2654a34ebe732e85fda354f6ee642f toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 pax-utils 4c2654a34ebe732e85fda354f6ee642f toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=c89bfa40cec2c384f9254bc91856e08c diff --git a/metadata/md5-cache/app-crypt/p11-kit-0.23.2 b/metadata/md5-cache/app-crypt/p11-kit-0.23.2 index 53976c1f0f4d..df4040ed84cf 100644 --- a/metadata/md5-cache/app-crypt/p11-kit-0.23.2 +++ b/metadata/md5-cache/app-crypt/p11-kit-0.23.2 @@ -4,11 +4,11 @@ DESCRIPTION=Provides a standard configuration setup for installing PKCS#11 EAPI=5 HOMEPAGE=https://p11-glue.freedesktop.org/p11-kit.html IUSE=+asn1 debug +libffi +trust 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 ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=MIT RDEPEND=asn1? ( >=dev-libs/libtasn1-3.4[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(-)?] ) libffi? ( >=dev-libs/libffi-3.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(-)?] ) trust? ( app-misc/ca-certificates ) REQUIRED_USE=trust? ( asn1 ) SLOT=0 SRC_URI=https://p11-glue.freedesktop.org/releases/p11-kit-0.23.2.tar.gz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=21fcd7d94919a0eababce0a080a50ed8 +_md5_=1f07f1f362ff5daf5db0461ce597ef38 diff --git a/metadata/md5-cache/app-crypt/pinentry-0.9.7-r1 b/metadata/md5-cache/app-crypt/pinentry-0.9.7-r1 index 9a0b4bd6373b..b1c03623ed3a 100644 --- a/metadata/md5-cache/app-crypt/pinentry-0.9.7-r1 +++ b/metadata/md5-cache/app-crypt/pinentry-0.9.7-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Simple passphrase entry dialogs which utilize the Assuan protocol EAPI=5 HOMEPAGE=http://gnupg.org/aegypten2/index.html IUSE=emacs gtk ncurses qt4 qt5 caps gnome-keyring static -KEYWORDS=alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=>=dev-libs/libgpg-error-1.17 >=dev-libs/libassuan-2.1 >=dev-libs/libgcrypt-1.6.3 ncurses? ( sys-libs/ncurses:0= ) gtk? ( x11-libs/gtk+:2 ) qt4? ( >=dev-qt/qtgui-4.4.1:4 ) qt5? ( dev-qt/qtgui:5 dev-qt/qtwidgets:5 ) caps? ( sys-libs/libcap ) static? ( >=sys-libs/ncurses-5.7-r5:0=[static-libs,-gpm] ) app-eselect/eselect-pinentry gnome-keyring? ( app-crypt/libsecret ) gnome-keyring? ( app-crypt/gcr ) REQUIRED_USE=|| ( ncurses gtk qt4 qt5 ) gtk? ( !static ) qt4? ( !static ) qt5? ( !static ) static? ( ncurses ) ?? ( qt4 qt5 ) SLOT=0 SRC_URI=mirror://gnupg/pinentry/pinentry-0.9.7.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 qmake-utils 0a242e7177789b0028b4045f336dd4db toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=873f5d843dbbea9e33986161c0b2b3fd +_md5_=faa0ab801ce20857d3825db3a401b8d4 diff --git a/metadata/md5-cache/app-emulation/free42-1.5.8 b/metadata/md5-cache/app-emulation/free42-1.5.8 deleted file mode 100644 index 48d5f77d0e5b..000000000000 --- a/metadata/md5-cache/app-emulation/free42-1.5.8 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install prepare -DEPEND=dev-libs/atk x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:2 x11-libs/pango alsa? ( media-libs/alsa-lib ) -DESCRIPTION=An HP-42S Calculator Simulator -EAPI=5 -HOMEPAGE=http://thomasokken.com/free42/ -IUSE=alsa -KEYWORDS=amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=dev-libs/atk x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:2 x11-libs/pango alsa? ( media-libs/alsa-lib ) x11-libs/libX11 x11-libs/libXmu -SLOT=0 -SRC_URI=mirror://gentoo/free42-1.5.8.tgz -_eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=f06844a767097d23294a04ce8eb2f364 diff --git a/metadata/md5-cache/app-emulation/lxd-2.2 b/metadata/md5-cache/app-emulation/lxd-2.2 deleted file mode 100644 index 033902f2f968..000000000000 --- a/metadata/md5-cache/app-emulation/lxd-2.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst prepare test unpack -DEPEND=dev-go/go-crypto dev-libs/protobuf nls? ( sys-devel/gettext ) test? ( app-misc/jq dev-db/sqlite net-misc/curl sys-devel/gettext ) >=dev-lang/go-1.4.2:= virtual/pkgconfig -DESCRIPTION=Fast, dense and secure container management -EAPI=6 -HOMEPAGE=https://linuxcontainers.org/lxd/introduction/ -IUSE=+daemon nls test linguas_de linguas_fr linguas_ja -KEYWORDS=~amd64 -LICENSE=Apache-2.0 -RDEPEND=daemon? ( app-admin/cgmanager app-arch/xz-utils app-emulation/lxc[cgmanager,seccomp] net-misc/rsync[xattr] sys-apps/iproute2 sys-fs/squashfs-tools virtual/acl ) -SLOT=0 -SRC_URI=https://dev.gentoo.org/~stasibear/distfiles/lxd-2.2.tar.bz2 -_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 golang-base 08fe6e0e2b4750daff8887a7f0e1f873 golang-build a44f10e6bd86ecccf2a07cc0d4cf6bec l10n e26ea0642846685782f1813642e7ff0f multilib 165fc17c38d1b11dac2008280dab6e80 systemd 5b6ca8b2fc1307ca593223f327342c96 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 user 80aaa71614ced86f02ee1a513821dc87 vcs-snapshot 2b65ecb2d0f91e4322c2ac8d673993bd -_md5_=3164b7b134562da4316f5ce4c6db1fee diff --git a/metadata/md5-cache/app-emulation/lxd-2.4.1 b/metadata/md5-cache/app-emulation/lxd-2.4.1 deleted file mode 100644 index 8fa82f9a5067..000000000000 --- a/metadata/md5-cache/app-emulation/lxd-2.4.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst prepare setup test unpack -DEPEND=>=dev-lang/go-1.7.1 dev-go/go-crypto dev-libs/protobuf nls? ( sys-devel/gettext ) test? ( app-misc/jq dev-db/sqlite net-misc/curl sys-devel/gettext ) >=dev-lang/go-1.4.2:= virtual/pkgconfig -DESCRIPTION=Fast, dense and secure container management -EAPI=6 -HOMEPAGE=https://linuxcontainers.org/lxd/introduction/ -IUSE=+daemon nls test linguas_de linguas_fr linguas_ja -KEYWORDS=~amd64 -LICENSE=Apache-2.0 -RDEPEND=daemon? ( app-admin/cgmanager app-arch/xz-utils app-emulation/lxc[cgmanager,seccomp] net-dns/dnsmasq[dhcp,ipv6] net-misc/rsync[xattr] sys-apps/iproute2[ipv6] sys-fs/squashfs-tools virtual/acl ) -SLOT=0 -SRC_URI=https://dev.gentoo.org/~stasibear/distfiles/lxd-2.4.1.tar.bz2 -_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils b83a2420b796f7c6eff682679d08fe25 golang-base 08fe6e0e2b4750daff8887a7f0e1f873 golang-build a44f10e6bd86ecccf2a07cc0d4cf6bec l10n e26ea0642846685782f1813642e7ff0f linux-info af49d8ab3be91bb1d38b7201dc9e5123 multilib 165fc17c38d1b11dac2008280dab6e80 systemd 5b6ca8b2fc1307ca593223f327342c96 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 user 80aaa71614ced86f02ee1a513821dc87 vcs-snapshot 2b65ecb2d0f91e4322c2ac8d673993bd versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=dca6699b83eef95d0bc4918eab853429 diff --git a/metadata/md5-cache/app-emulation/lxd-2.3 b/metadata/md5-cache/app-emulation/lxd-2.7 similarity index 76% rename from metadata/md5-cache/app-emulation/lxd-2.3 rename to metadata/md5-cache/app-emulation/lxd-2.7 index 37164427732e..1cdbdc0db53c 100644 --- a/metadata/md5-cache/app-emulation/lxd-2.3 +++ b/metadata/md5-cache/app-emulation/lxd-2.7 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile install postinst prepare setup test unpack -DEPEND=>=dev-lang/go-1.7.1 dev-go/go-crypto dev-libs/protobuf nls? ( sys-devel/gettext ) test? ( app-misc/jq dev-db/sqlite net-misc/curl sys-devel/gettext ) >=dev-lang/go-1.4.2:= virtual/pkgconfig +DEPEND=>=dev-lang/go-1.7.1 dev-go/go-crypto dev-go/go-net dev-libs/protobuf nls? ( sys-devel/gettext ) test? ( app-misc/jq dev-db/sqlite net-misc/curl sys-devel/gettext ) >=dev-lang/go-1.4.2:= virtual/pkgconfig DESCRIPTION=Fast, dense and secure container management EAPI=6 HOMEPAGE=https://linuxcontainers.org/lxd/introduction/ @@ -8,6 +8,6 @@ KEYWORDS=~amd64 LICENSE=Apache-2.0 RDEPEND=daemon? ( app-admin/cgmanager app-arch/xz-utils app-emulation/lxc[cgmanager,seccomp] net-dns/dnsmasq[dhcp,ipv6] net-misc/rsync[xattr] sys-apps/iproute2[ipv6] sys-fs/squashfs-tools virtual/acl ) SLOT=0 -SRC_URI=https://dev.gentoo.org/~stasibear/distfiles/lxd-2.3.tar.bz2 +SRC_URI=https://dev.gentoo.org/~stasibear/distfiles/lxd-2.7.tar.bz2 _eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils b83a2420b796f7c6eff682679d08fe25 golang-base 08fe6e0e2b4750daff8887a7f0e1f873 golang-build a44f10e6bd86ecccf2a07cc0d4cf6bec l10n e26ea0642846685782f1813642e7ff0f linux-info af49d8ab3be91bb1d38b7201dc9e5123 multilib 165fc17c38d1b11dac2008280dab6e80 systemd 5b6ca8b2fc1307ca593223f327342c96 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 user 80aaa71614ced86f02ee1a513821dc87 vcs-snapshot 2b65ecb2d0f91e4322c2ac8d673993bd versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=dca6699b83eef95d0bc4918eab853429 +_md5_=cb2a94c2526cfb3db0d2bfd56cf5f695 diff --git a/metadata/md5-cache/app-i18n/enca-1.19-r1 b/metadata/md5-cache/app-i18n/enca-1.19-r1 index 66da31082de8..f732ff93cb58 100644 --- a/metadata/md5-cache/app-i18n/enca-1.19-r1 +++ b/metadata/md5-cache/app-i18n/enca-1.19-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Detect and convert encoding of text files EAPI=6 HOMEPAGE=https://cihar.com/software/enca/ IUSE=doc +iconv recode 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 ~mips ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=iconv? ( virtual/libiconv[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(-)?] ) recode? ( app-text/recode[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=https://dl.cihar.com/enca/enca-1.19.tar.xz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=5cd689c1a56ec635626c2e4de1411c38 +_md5_=622db8318fccba265cafe5d90956d340 diff --git a/metadata/md5-cache/app-i18n/ibus-1.5.12 b/metadata/md5-cache/app-i18n/ibus-1.5.12 index 4f201e2a5bf2..22ebcc5d0c0b 100644 --- a/metadata/md5-cache/app-i18n/ibus-1.5.12 +++ b/metadata/md5-cache/app-i18n/ibus-1.5.12 @@ -4,7 +4,7 @@ DESCRIPTION=Intelligent Input Bus for Linux / Unix OS EAPI=5 HOMEPAGE=https://github.com/ibus/ibus/wiki IUSE=deprecated gconf gtk +gtk3 +introspection nls +python test vala wayland +X python_targets_python2_7 test -KEYWORDS=alpha amd64 arm ~arm64 ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd +KEYWORDS=alpha amd64 arm ~arm64 ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd LICENSE=LGPL-2.1 RDEPEND=>=dev-libs/glib-2.26:2 gnome-base/librsvg:2 sys-apps/dbus[X?] app-text/iso-codes >=gnome-base/dconf-0.13.4 x11-libs/libnotify gconf? ( >=gnome-base/gconf-2.12:2 ) gtk? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) python? ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) X? ( x11-libs/libX11 x11-libs/gtk+:2 ) introspection? ( >=dev-libs/gobject-introspection-0.6.8 ) nls? ( virtual/libintl ) wayland? ( dev-libs/wayland ) x11-apps/setxkbmap python? ( dev-python/pyxdg deprecated? ( >=dev-python/dbus-python-0.83 dev-python/pygobject:2 dev-python/pygtk:2 ) gtk3? ( dev-python/pygobject:3 x11-libs/gdk-pixbuf:2[introspection] x11-libs/pango[introspection] x11-libs/gtk+:3[introspection] ) ) REQUIRED_USE=|| ( gtk gtk3 X ) deprecated? ( python ) vala? ( introspection ) python? ( python_targets_python2_7 || ( deprecated ( gtk3 introspection ) ) ) @@ -12,4 +12,4 @@ RESTRICT=test SLOT=0 SRC_URI=https://github.com/ibus/ibus/releases/download/1.5.12/ibus-1.5.12.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils b83a2420b796f7c6eff682679d08fe25 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 python-single-r1 19a74c6b5c191723a997dc7e0cc6bb09 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 readme.gentoo-r1 03878c06495db70bc36bd717383c09f7 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 vala ca3f1c504058f5de407febddfae73167 virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=964f921903e3cbb88ae9976f2d1e9031 +_md5_=c63a699ce76e000e3401d819cd18fdcf diff --git a/metadata/md5-cache/app-i18n/poedit-1.8.5 b/metadata/md5-cache/app-i18n/poedit-1.8.5 index ed28fbb14504..607aba0bc41c 100644 --- a/metadata/md5-cache/app-i18n/poedit-1.8.5 +++ b/metadata/md5-cache/app-i18n/poedit-1.8.5 @@ -4,10 +4,10 @@ DESCRIPTION=GUI editor for gettext translations files EAPI=5 HOMEPAGE=https://poedit.net IUSE=linguas_af linguas_am linguas_an linguas_ar linguas_ast linguas_az linguas_be@latin linguas_be linguas_bg linguas_bn linguas_br linguas_bs linguas_ca linguas_ca@valencia linguas_ckb linguas_co linguas_cs linguas_da linguas_de linguas_el linguas_en_GB linguas_eo linguas_es linguas_et linguas_eu linguas_fa linguas_fi linguas_fr linguas_fur linguas_fy_NL linguas_ga linguas_gl linguas_he linguas_hi linguas_hr linguas_hu linguas_hy linguas_id linguas_is linguas_it linguas_ja linguas_kab linguas_ka linguas_kk linguas_ko linguas_ku linguas_ky linguas_lt linguas_lv linguas_mk linguas_mn linguas_mr linguas_ms linguas_nb linguas_ne linguas_nl linguas_nn linguas_oc linguas_pa linguas_pl linguas_pt_BR linguas_pt_PT linguas_ro linguas_ru linguas_sk linguas_sl linguas_sq linguas_sr linguas_sv linguas_ta linguas_tg linguas_th linguas_tr linguas_tt linguas_ug linguas_uk linguas_ur linguas_uz linguas_vi linguas_wa linguas_zh_CN linguas_zh_TW -KEYWORDS=amd64 ~ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=MIT RDEPEND=app-text/gtkspell:2 dev-cpp/lucene++ dev-libs/boost:=[nls] dev-libs/expat dev-libs/icu:= || ( =sys-libs/db-5*[cxx] =sys-libs/db-4*[cxx] ) =app-i18n/scim-1.1 >=app-i18n/scim-cvs-1.1 ) nls? ( virtual/libintl ) SLOT=0 SRC_URI=mirror://sourceforge/scim/scim-pinyin-0.5.92.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils b83a2420b796f7c6eff682679d08fe25 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=4dc28ed1c21835a600d53e5078dac344 +_md5_=d957b8c896366f2bf438a04eeff4f2c5 diff --git a/metadata/md5-cache/app-misc/carbon-c-relay-2.1 b/metadata/md5-cache/app-misc/carbon-c-relay-2.4 similarity index 74% rename from metadata/md5-cache/app-misc/carbon-c-relay-2.1 rename to metadata/md5-cache/app-misc/carbon-c-relay-2.4 index 91071eb81e7f..8a2e3239b33c 100644 --- a/metadata/md5-cache/app-misc/carbon-c-relay-2.1 +++ b/metadata/md5-cache/app-misc/carbon-c-relay-2.4 @@ -5,6 +5,6 @@ HOMEPAGE=https://github.com/grobian/carbon-c-relay KEYWORDS=~amd64 ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 SLOT=0 -SRC_URI=https://github.com/grobian/carbon-c-relay/archive/v2.1.tar.gz -> carbon-c-relay-2.1.tar.gz +SRC_URI=https://github.com/grobian/carbon-c-relay/archive/v2.4.tar.gz -> carbon-c-relay-2.4.tar.gz _eclasses_=multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 user 80aaa71614ced86f02ee1a513821dc87 -_md5_=833521d6f939baa9d7c822483c6bf1fb +_md5_=0f7b6eb7fb786313525f4d6516719f20 diff --git a/metadata/md5-cache/app-misc/g15daemon-1.9.5.3-r13 b/metadata/md5-cache/app-misc/g15daemon-1.9.5.3-r13 index f8b6b1123c84..9d565208e48e 100644 --- a/metadata/md5-cache/app-misc/g15daemon-1.9.5.3-r13 +++ b/metadata/md5-cache/app-misc/g15daemon-1.9.5.3-r13 @@ -4,11 +4,11 @@ DESCRIPTION=G15daemon takes control of the G15 keyboard, through the linux kerne EAPI=5 HOMEPAGE=http://g15daemon.sourceforge.net/ IUSE=perl python static-libs python_targets_python2_7 -KEYWORDS=amd64 ppc ~ppc64 x86 +KEYWORDS=amd64 ppc ppc64 x86 LICENSE=GPL-2 RDEPEND=virtual/libusb:0 >=dev-libs/libg15-1.2.4 >=dev-libs/libg15render-1.2 perl? ( dev-lang/perl dev-perl/GDGraph >=dev-perl/Inline-0.4 ) python? ( 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? ( || ( python_targets_python2_7 ) ) SLOT=0 SRC_URI=mirror://sourceforge/g15daemon/g15daemon-1.9.5.3.tar.gz _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils b83a2420b796f7c6eff682679d08fe25 linux-info af49d8ab3be91bb1d38b7201dc9e5123 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=743f770e06d8d0e6da5c5be8489f78ac +_md5_=08ac4f965500c6b6951fa9b963f866bb diff --git a/metadata/md5-cache/app-misc/ignuit-2.24.2 b/metadata/md5-cache/app-misc/ignuit-2.24.2 index 79eb69513ad6..7dfa5c4cf380 100644 --- a/metadata/md5-cache/app-misc/ignuit-2.24.2 +++ b/metadata/md5-cache/app-misc/ignuit-2.24.2 @@ -4,10 +4,10 @@ DESCRIPTION=Memorization aid based on the Leitner flashcard system EAPI=6 HOMEPAGE=http://homepages.ihug.co.nz/~trmusson/programs.html#ignuit IUSE=examples -KEYWORDS=amd64 ppc ~ppc64 x86 +KEYWORDS=amd64 ppc ppc64 x86 LICENSE=GPL-3 RDEPEND=app-text/dvipng >=app-text/gnome-doc-utils-0.3.2 dev-libs/glib:2 dev-libs/libxml2:2 >=dev-libs/libxslt-1.1.28 >=gnome-base/libgnomeui-2.24.5 >=gnome-base/gconf-3.2.6:2 gnome-base/libglade:2.0 >=media-libs/gstreamer-0.10.36:0.10 x11-libs/gtk+:2 x11-libs/pango virtual/latex-base SLOT=0 SRC_URI=http://homepages.ihug.co.nz/~trmusson/stuff/ignuit-2.24.2.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils b83a2420b796f7c6eff682679d08fe25 gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 21c81ea94c12e45a63f7f14fba666e3d gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=16bf99c848981b3cf4a7ff8965bef38f +_md5_=dab8b6d354c332450d9cafe2d550c010 diff --git a/metadata/md5-cache/app-misc/iguanaIR-1.0.1-r1 b/metadata/md5-cache/app-misc/iguanaIR-1.0.1-r1 index 1a7dcbf7a94f..b8319c3c95b7 100644 --- a/metadata/md5-cache/app-misc/iguanaIR-1.0.1-r1 +++ b/metadata/md5-cache/app-misc/iguanaIR-1.0.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=library for Irman control of Unix software EAPI=6 HOMEPAGE=http://iguanaworks.net/index.php IUSE=python_targets_python2_7 -KEYWORDS=amd64 ppc ~ppc64 x86 +KEYWORDS=amd64 ppc ppc64 x86 LICENSE=GPL-2 LGPL-2.1 RDEPEND=dev-libs/popt sys-apps/lsb-release virtual/libusb:0 >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] REQUIRED_USE=python_targets_python2_7 SLOT=0 SRC_URI=http://iguanaworks.net/downloads/iguanaIR-1.0.1.tar.bz2 _eclasses_=multilib 165fc17c38d1b11dac2008280dab6e80 python-single-r1 19a74c6b5c191723a997dc7e0cc6bb09 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 user 80aaa71614ced86f02ee1a513821dc87 -_md5_=849f455281637a8097e45a00f88ac12a +_md5_=35569dcbd713eccb048b685b3ea5f14b diff --git a/metadata/md5-cache/app-misc/media-player-info-22 b/metadata/md5-cache/app-misc/media-player-info-22 index 5d870cc94cf9..5aa4182eaa0e 100644 --- a/metadata/md5-cache/app-misc/media-player-info-22 +++ b/metadata/md5-cache/app-misc/media-player-info-22 @@ -3,11 +3,11 @@ DEPEND=>=virtual/udev-208 || ( dev-lang/python:3.5 dev-lang/python:3.4 ) virtual DESCRIPTION=A repository of data files describing media player capabilities EAPI=5 HOMEPAGE=https://cgit.freedesktop.org/media-player-info/ -KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 LICENSE=BSD RDEPEND=>=virtual/udev-208 RESTRICT=binchecks strip SLOT=0 SRC_URI=https://www.freedesktop.org/software/media-player-info/media-player-info-22.tar.gz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 python-any-r1 1c20f9b800324335a8e3b137363362e8 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=15751ff29ebb0e04c760268283168fee +_md5_=e5cbe17452c78ac754110bcf8595890f diff --git a/metadata/md5-cache/app-misc/uptimed-0.4.0 b/metadata/md5-cache/app-misc/uptimed-0.4.0 index 44a48a528b14..b837474b08ec 100644 --- a/metadata/md5-cache/app-misc/uptimed-0.4.0 +++ b/metadata/md5-cache/app-misc/uptimed-0.4.0 @@ -4,9 +4,9 @@ DESCRIPTION=System uptime record daemon that keeps track of your highest uptimes EAPI=6 HOMEPAGE=https://github.com/rpodgorny/uptimed/ IUSE=static-libs -KEYWORDS=~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd +KEYWORDS=~alpha amd64 ~arm ~hppa ~mips ~ppc ppc64 ~sparc x86 ~x86-fbsd LICENSE=GPL-2 SLOT=0 SRC_URI=https://github.com/rpodgorny/uptimed/archive/v0.4.0.tar.gz -> uptimed-0.4.0.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils b83a2420b796f7c6eff682679d08fe25 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 systemd 5b6ca8b2fc1307ca593223f327342c96 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 user 80aaa71614ced86f02ee1a513821dc87 -_md5_=6615f305a9a0c49d16d37e24a10435c8 +_md5_=71f11d340904992943798f7d6be04fbd diff --git a/metadata/md5-cache/app-portage/g-cpan-0.16.9 b/metadata/md5-cache/app-portage/g-cpan-0.16.9 index 06a1a7d51fa6..753e40bc48cb 100644 --- a/metadata/md5-cache/app-portage/g-cpan-0.16.9 +++ b/metadata/md5-cache/app-portage/g-cpan-0.16.9 @@ -4,10 +4,10 @@ DESCRIPTION=Autogenerate and install ebuilds for CPAN modules EAPI=6 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Perl/g-cpan IUSE=test -KEYWORDS=alpha amd64 ~arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 +KEYWORDS=alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 LICENSE=|| ( Artistic GPL-2 ) RDEPEND=virtual/perl-File-Path virtual/perl-File-Spec dev-perl/Log-Agent virtual/perl-Memoize virtual/perl-IO dev-perl/Shell-EnvImporter virtual/perl-Term-ANSIColor >=dev-perl/YAML-0.60 >=sys-apps/portage-2.0.0 dev-lang/perl:= SLOT=0 SRC_URI=https://github.com/gentoo-perl/g-cpan/archive/v0.16.9.tar.gz -> g-cpan-0.16.9.tar.gz _eclasses_=multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 -_md5_=4b796827fec48431e961ac36e4889db8 +_md5_=6e6860a3e6025735a2c92387f1080744 diff --git a/metadata/md5-cache/app-shells/zsh-5.2 b/metadata/md5-cache/app-shells/zsh-5.2 index 8dda44012eb7..e54b3d922545 100644 --- a/metadata/md5-cache/app-shells/zsh-5.2 +++ b/metadata/md5-cache/app-shells/zsh-5.2 @@ -4,11 +4,11 @@ DESCRIPTION=UNIX Shell similar to the Korn shell EAPI=5 HOMEPAGE=http://www.zsh.org/ IUSE=caps debug doc examples gdbm maildir pcre static unicode -KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=ZSH gdbm? ( GPL-2 ) PDEPEND=examples? ( app-doc/zsh-lovers ) RDEPEND=>=sys-libs/ncurses-5.1:0= static? ( >=sys-libs/ncurses-5.7-r4:0=[static-libs] ) caps? ( sys-libs/libcap ) pcre? ( >=dev-libs/libpcre-3.9 static? ( >=dev-libs/libpcre-3.9[static-libs] ) ) gdbm? ( sys-libs/gdbm ) SLOT=0 SRC_URI=http://www.zsh.org/pub/zsh-5.2.tar.xz doc? ( http://www.zsh.org/pub/zsh-5.2-doc.tar.xz ) _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 prefix 99dcca42e6528d8fe3c214bf5731aaf2 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=d55f1850f6cbb1eeef034f648154acdf +_md5_=cafd9124b5f8a12ab5ec90d959841b24 diff --git a/metadata/md5-cache/app-text/convmv-2.0 b/metadata/md5-cache/app-text/convmv-2.0 index 013b32683752..6b0015b9874a 100644 --- a/metadata/md5-cache/app-text/convmv-2.0 +++ b/metadata/md5-cache/app-text/convmv-2.0 @@ -3,9 +3,9 @@ DEPEND=dev-lang/perl DESCRIPTION=convert filenames to utf8 or any other charset EAPI=6 HOMEPAGE=http://j3e.de/linux/convmv -KEYWORDS=~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 +KEYWORDS=~alpha amd64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 LICENSE=GPL-2 RDEPEND=dev-lang/perl SLOT=0 SRC_URI=http://j3e.de/linux/convmv/convmv-2.0.tar.gz -_md5_=427823f4b0c03f4498bcf36794890495 +_md5_=dfbdf95680094cba7d1168c441f2f956 diff --git a/metadata/md5-cache/app-text/pdfgrep-1.3.2 b/metadata/md5-cache/app-text/pdfgrep-1.3.2 deleted file mode 100644 index 68907b8b5322..000000000000 --- a/metadata/md5-cache/app-text/pdfgrep-1.3.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=configure -DEPEND=app-text/poppler:=[cxx] unac? ( app-text/unac ) virtual/pkgconfig -DESCRIPTION=A tool similar to grep which searches text in PDFs -EAPI=5 -HOMEPAGE=http://pdfgrep.sourceforge.net/ -IUSE=unac -KEYWORDS=amd64 x86 -LICENSE=GPL-2 -RDEPEND=app-text/poppler:=[cxx] unac? ( app-text/unac ) -SLOT=0 -SRC_URI=mirror://sourceforge/pdfgrep/pdfgrep-1.3.2.tar.gz -_md5_=32735e797a51d0feb7ee76334f59593f diff --git a/metadata/md5-cache/app-text/stardict-3.0.6-r3 b/metadata/md5-cache/app-text/stardict-3.0.6-r3 index 5ec53e9d2f8a..680bda3c4cb3 100644 --- a/metadata/md5-cache/app-text/stardict-3.0.6-r3 +++ b/metadata/md5-cache/app-text/stardict-3.0.6-r3 @@ -4,7 +4,7 @@ DESCRIPTION=A international dictionary supporting fuzzy and glob style matching EAPI=6 HOMEPAGE=http://stardict-4.sourceforge.net/ IUSE=advertisement debug dictdotcn espeak examples +gucharmap +htmlparse man perl +powerwordparse pronounce python qqwry spell tools updateinfo +wikiparse +wordnet +xdxfparse python_targets_python2_7 -KEYWORDS=amd64 ~arm ~arm64 ppc ~ppc64 sparc x86 +KEYWORDS=amd64 ~arm ~arm64 ppc ppc64 sparc x86 LICENSE=CPL-1.0 GPL-3 LGPL-2 RDEPEND=>=dev-libs/glib-2.16:2 dev-libs/libsigc++:2= sys-libs/zlib:= x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-2.20:2 x11-libs/libX11 x11-libs/pango gucharmap? ( gnome-extra/gucharmap:0= ) spell? ( >=app-text/enchant-1.2 ) tools? ( dev-libs/libpcre:= dev-libs/libxml2:= virtual/mysql python? ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) ) espeak? ( >=app-accessibility/espeak-1.29 ) perl? ( dev-lang/perl ) REQUIRED_USE=tools? ( python? ( python_targets_python2_7 ) ) @@ -12,4 +12,4 @@ RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/stardict-4/stardict-3.0.6.tar.bz2 pronounce? ( https://stardict-3.googlecode.com/files/WyabdcRealPeopleTTS.tar.bz2 ) qqwry? ( mirror://gentoo/QQWry.Dat.bz2 ) _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 21c81ea94c12e45a63f7f14fba666e3d gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 python-single-r1 19a74c6b5c191723a997dc7e0cc6bb09 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=535efbbd23c553b08f7803873ff110ce +_md5_=d72dab5af76ccb9e5ffde16b12cc77e6 diff --git a/metadata/md5-cache/dev-cpp/asio-1.4.8-r1 b/metadata/md5-cache/dev-cpp/asio-1.4.8-r1 index 477b17a3b9b9..a1cdd220dca6 100644 --- a/metadata/md5-cache/dev-cpp/asio-1.4.8-r1 +++ b/metadata/md5-cache/dev-cpp/asio-1.4.8-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Asynchronous Network Library EAPI=4 HOMEPAGE=http://asio.sourceforge.net/ IUSE=doc examples ssl test -KEYWORDS=alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 +KEYWORDS=alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 LICENSE=Boost-1.0 RDEPEND=ssl? ( dev-libs/openssl ) >=dev-libs/boost-1.35.0 SLOT=0 SRC_URI=mirror://sourceforge/asio/asio-1.4.8.tar.bz2 _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=10867ecd3191ddf1eb6b40ace0d3a5a3 +_md5_=d99d00d7d8f46db9ba44ed6f62080eff diff --git a/metadata/md5-cache/dev-cpp/eigen-3.3.1 b/metadata/md5-cache/dev-cpp/eigen-3.3.1 new file mode 100644 index 000000000000..9d296ca9af10 --- /dev/null +++ b/metadata/md5-cache/dev-cpp/eigen-3.3.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=doc? ( app-doc/doxygen[dot,latex] ) test? ( dev-libs/gmp:0 dev-libs/mpfr:0 media-libs/freeglut media-libs/glew sci-libs/adolc sci-libs/cholmod sci-libs/fftw:3.0 sci-libs/pastix sci-libs/umfpack sci-libs/scotch sci-libs/spqr sci-libs/superlu dev-qt/qtcore:4 virtual/opengl virtual/pkgconfig cuda? ( dev-util/nvidia-cuda-toolkit ) ) sys-devel/make >=dev-util/cmake-3.5.2 test? ( virtual/fortran ) +DESCRIPTION=C++ template library for linear algebra +EAPI=6 +HOMEPAGE=http://eigen.tuxfamily.org/ +IUSE=altivec c++11 cuda debug doc neon openmp test cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_f16c cpu_flags_x86_fma3 cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 cpu_flags_x86_ssse3 +KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux +LICENSE=LGPL-2 GPL-3 +RDEPEND=!dev-cpp/eigen:0 +SLOT=3 +SRC_URI=https://bitbucket.org/eigen/eigen/get/3.3.1.tar.bz2 -> eigen-3.3.1.tar.bz2 +_eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 fortran-2 8200fc942c3b3c1fc75d4d5bfd0ba7a2 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=6c01090b58afd9ddcd96b5934df7b660 diff --git a/metadata/md5-cache/dev-cpp/lucene++-3.0.7 b/metadata/md5-cache/dev-cpp/lucene++-3.0.7 index 9293d9ae1018..e650f261003f 100644 --- a/metadata/md5-cache/dev-cpp/lucene++-3.0.7 +++ b/metadata/md5-cache/dev-cpp/lucene++-3.0.7 @@ -4,11 +4,11 @@ DESCRIPTION=C++ port of Java Lucene library, a high-performance, full-featured t EAPI=5 HOMEPAGE=https://github.com/luceneplusplus/LucenePlusPlus IUSE=debug -KEYWORDS=amd64 ~hppa ~ppc64 x86 +KEYWORDS=amd64 ~hppa ppc64 x86 LICENSE=|| ( LGPL-3 Apache-2.0 ) RDEPEND=dev-libs/boost:= RESTRICT=test SLOT=0 SRC_URI=https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_3.0.7.tar.gz -> lucene++-3.0.7.tar.gz _eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=0cc0c4c66123291997c6b7c0a6cd1451 +_md5_=15cfb8ac6d44d3f2a6da5164101bc074 diff --git a/metadata/md5-cache/dev-cpp/tree-2.81 b/metadata/md5-cache/dev-cpp/tree-2.81 index 3fdac57bc6ca..b5da13409a74 100644 --- a/metadata/md5-cache/dev-cpp/tree-2.81 +++ b/metadata/md5-cache/dev-cpp/tree-2.81 @@ -3,9 +3,9 @@ DESCRIPTION=An STL-like tree class EAPI=4 HOMEPAGE=http://www.aei.mpg.de/~peekas/tree/ IUSE=doc -KEYWORDS=amd64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=|| ( GPL-2 GPL-3 ) SLOT=0 SRC_URI=http://www.aei.mpg.de/~peekas/tree/tree-2.81.tar.gz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=665eaee325b56fbc1cf707830f6fe2d8 +_md5_=7f5767dcd8c917b632ac5e83e4806b31 diff --git a/metadata/md5-cache/dev-cpp/yaml-cpp-0.5.3 b/metadata/md5-cache/dev-cpp/yaml-cpp-0.5.3 index f39ce54e02c9..e02ca5878285 100644 --- a/metadata/md5-cache/dev-cpp/yaml-cpp-0.5.3 +++ b/metadata/md5-cache/dev-cpp/yaml-cpp-0.5.3 @@ -3,10 +3,10 @@ DEPEND=>=dev-libs/boost-1.49.0-r2 sys-devel/make >=dev-util/cmake-3.5.2 DESCRIPTION=YAML parser and emitter in C++ EAPI=6 HOMEPAGE=https://github.com/jbeder/yaml-cpp -KEYWORDS=amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~arm ~hppa ~ppc ppc64 x86 ~amd64-linux ~x86-linux LICENSE=MIT RDEPEND=>=dev-libs/boost-1.49.0-r2 SLOT=0 SRC_URI=https://github.com/jbeder/yaml-cpp/archive/release-0.5.3.tar.gz _eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=c686f9e6945091f4da1c47dad6874d55 +_md5_=8d29e76fa154208d56eac4820a4c1585 diff --git a/metadata/md5-cache/dev-db/redis-3.2.5 b/metadata/md5-cache/dev-db/redis-3.2.5 index fe94f96a7f1a..92952abe216c 100644 --- a/metadata/md5-cache/dev-db/redis-3.2.5 +++ b/metadata/md5-cache/dev-db/redis-3.2.5 @@ -4,11 +4,11 @@ DESCRIPTION=A persistent caching system, key-value and data structures database EAPI=6 HOMEPAGE=http://redis.io/ IUSE=+jemalloc tcmalloc luajit test -KEYWORDS=amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris +KEYWORDS=amd64 ~arm ~hppa ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris LICENSE=BSD RDEPEND=luajit? ( dev-lang/luajit:2 ) !luajit? ( >=dev-lang/lua-5.1:* ) tcmalloc? ( dev-util/google-perftools ) jemalloc? ( >=dev-libs/jemalloc-3.2 ) REQUIRED_USE=?? ( tcmalloc jemalloc ) SLOT=0 SRC_URI=http://download.redis.io/releases/redis-3.2.5.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 systemd 5b6ca8b2fc1307ca593223f327342c96 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 user 80aaa71614ced86f02ee1a513821dc87 -_md5_=e6270dc26ce071d8013165ea9c521562 +_md5_=acea0b028e5f2cbf1fc958efd2dbb370 diff --git a/metadata/md5-cache/dev-lang/tcl-8.6.6 b/metadata/md5-cache/dev-lang/tcl-8.6.6 index 99cc1657d758..8509f4c7759e 100644 --- a/metadata/md5-cache/dev-lang/tcl-8.6.6 +++ b/metadata/md5-cache/dev-lang/tcl-8.6.6 @@ -4,10 +4,10 @@ DESCRIPTION=Tool Command Language EAPI=6 HOMEPAGE=http://www.tcl.tk/ IUSE=debug +threads 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 ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris LICENSE=tcltk RDEPEND=>=sys-libs/zlib-1.2.8-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/8.6 SRC_URI=mirror://sourceforge/tcl/tcl-core8.6.6-src.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=81e543f12c63b23a0161660ed131ecc3 +_md5_=31a64dac4d1e75c81f6f7370dd8695e1 diff --git a/metadata/md5-cache/dev-lang/tk-8.6.6 b/metadata/md5-cache/dev-lang/tk-8.6.6 index c2e8265deb8b..83a70e1b4036 100644 --- a/metadata/md5-cache/dev-lang/tk-8.6.6 +++ b/metadata/md5-cache/dev-lang/tk-8.6.6 @@ -4,10 +4,10 @@ DESCRIPTION=Tk Widget Set EAPI=6 HOMEPAGE=http://www.tcl.tk/ IUSE=debug +threads truetype aqua xscreensaver 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=alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=tcltk RDEPEND=!aqua? ( >=media-libs/fontconfig-2.10.92[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/libX11-1.6.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(-)?] >=x11-libs/libXt-1.1.4[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(-)?] truetype? ( >=x11-libs/libXft-2.3.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(-)?] ) xscreensaver? ( >=x11-libs/libXScrnSaver-1.2.2-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(-)?] ) ) ~dev-lang/tcl-8.6.6: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(-)?] SLOT=0/8.6 SRC_URI=mirror://sourceforge/tcl/tk8.6.6-src.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils b83a2420b796f7c6eff682679d08fe25 libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 prefix 99dcca42e6528d8fe3c214bf5731aaf2 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=41a3349ac55555eb152feaddaead5d6b +_md5_=c5a5119e8a343a99698a9abbcde072d2 diff --git a/metadata/md5-cache/dev-libs/DirectFB-1.7.6 b/metadata/md5-cache/dev-libs/DirectFB-1.7.6 index fa5095c938aa..be312b165386 100644 --- a/metadata/md5-cache/dev-libs/DirectFB-1.7.6 +++ b/metadata/md5-cache/dev-libs/DirectFB-1.7.6 @@ -4,11 +4,11 @@ DESCRIPTION=Thin library on top of the Linux framebuffer devices EAPI=5 HOMEPAGE=http://www.directfb.net/ IUSE=alsa bmp cddb debug divine drmkms +dynload doc egl fbcon fusiondale fusionsound gif gles2 gstreamer imlib2 input_hub jpeg jpeg2k mad cpu_flags_x86_mmx mng mpeg2 mpeg3 multicore opengl oss png pnm sawman sdl cpu_flags_x86_sse static-libs swfdec tiff timidity tremor truetype v4l vdpau vorbis webp X xine zlib video_cards_intel video_cards_mach64 video_cards_mga video_cards_neomagic video_cards_nsc video_cards_nvidia video_cards_r128 video_cards_radeon video_cards_s3 video_cards_sis video_cards_tdfx video_cards_via video_cards_vmware input_devices_dynapro input_devices_elo2300 input_devices_evdev input_devices_joystick input_devices_keyboard input_devices_lirc input_devices_mouse input_devices_mutouch input_devices_tslib -KEYWORDS=alpha amd64 arm ~hppa ~ia64 -mips ppc ~ppc64 ~sh -sparc x86 +KEYWORDS=alpha amd64 arm ~hppa ~ia64 -mips ppc ppc64 ~sh -sparc x86 LICENSE=LGPL-2.1 RDEPEND=alsa? ( media-libs/alsa-lib ) cddb? ( media-libs/libcddb ) drmkms? ( x11-libs/libdrm[libkms] ) gif? ( media-libs/giflib ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) imlib2? ( media-libs/imlib2 ) jpeg? ( virtual/jpeg:0= ) jpeg2k? ( media-libs/jasper:=[jpeg] ) mad? ( media-libs/libmad ) mng? ( media-libs/libmng ) mpeg3? ( media-libs/libmpeg3 ) opengl? ( media-libs/mesa[gbm,egl?,gles2?] x11-libs/libdrm ) png? ( media-libs/libpng:0= ) sdl? ( media-libs/libsdl ) tiff? ( media-libs/tiff:0 ) timidity? ( media-libs/libtimidity media-sound/timidity++ ) tremor? ( media-libs/tremor ) truetype? ( >=media-libs/freetype-2.0.1 ) vdpau? ( x11-proto/xproto x11-libs/libX11 x11-libs/libXext x11-libs/libvdpau ) vorbis? ( media-libs/libvorbis ) webp? ( media-libs/libwebp ) X? ( x11-libs/libXext x11-libs/libX11 ) xine? ( media-libs/xine-lib[vdpau?] ) zlib? ( sys-libs/zlib ) REQUIRED_USE=gles2? ( opengl ) SLOT=0 SRC_URI=http://directfb.net/downloads/Core/DirectFB-1.7/DirectFB-1.7.6.tar.gz http://directfb.net/downloads/Old/DirectFB-1.7.6.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils b83a2420b796f7c6eff682679d08fe25 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=fe54962d9fb97cbf0efb6c6a8c9f0c7e +_md5_=55b0a5f3c9fc7a8316803dcc3fcdafd8 diff --git a/metadata/md5-cache/dev-libs/gmime-2.6.20-r3 b/metadata/md5-cache/dev-libs/gmime-2.6.20-r3 index 30ba98681425..7ad95db41a02 100644 --- a/metadata/md5-cache/dev-libs/gmime-2.6.20-r3 +++ b/metadata/md5-cache/dev-libs/gmime-2.6.20-r3 @@ -4,10 +4,10 @@ DESCRIPTION=Utilities for creating and parsing messages using MIME EAPI=5 HOMEPAGE=http://spruce.sourceforge.net/gmime/ https://developer.gnome.org/gmime/stable/ IUSE=doc mono smime static-libs vala -KEYWORDS=alpha amd64 arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris +KEYWORDS=alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris LICENSE=LGPL-2.1 RDEPEND=>=dev-libs/glib-2.18:2 sys-libs/zlib mono? ( dev-lang/mono >=dev-dotnet/gtk-sharp-2.12.21:2 ) smime? ( >=app-crypt/gpgme-1.1.6 ) SLOT=2.6 SRC_URI=mirror://gnome/sources/gmime/2.6/gmime-2.6.20.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 21c81ea94c12e45a63f7f14fba666e3d gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 libtool 4890219c51da247200223277f993e054 mono-env 10809200679bcceefebac9e72bebb6e6 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 vala ca3f1c504058f5de407febddfae73167 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=e61700f2a74fd78b46d583506177be0a +_md5_=0973994540796bc5bdb87e95b2b08931 diff --git a/metadata/md5-cache/dev-libs/hyphen-2.8.8 b/metadata/md5-cache/dev-libs/hyphen-2.8.8 index 8ee1e96db15d..9957d4fe50e6 100644 --- a/metadata/md5-cache/dev-libs/hyphen-2.8.8 +++ b/metadata/md5-cache/dev-libs/hyphen-2.8.8 @@ -4,9 +4,9 @@ DESCRIPTION=ALTLinux hyphenation library EAPI=6 HOMEPAGE=http://hunspell.github.io/ IUSE=static-libs -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux +KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 LGPL-2.1 MPL-1.1 RDEPEND=app-text/hunspell SLOT=0 SRC_URI=mirror://sourceforge/hunspell/hyphen-2.8.8.tar.gz -_md5_=114d856ac9d24daacb53c6ac1989f2b6 +_md5_=816a5159d992a7ec4a6f5017b0a58cb7 diff --git a/metadata/md5-cache/dev-libs/jansson-2.9 b/metadata/md5-cache/dev-libs/jansson-2.9 index 68fe6da5e398..f90978160291 100644 --- a/metadata/md5-cache/dev-libs/jansson-2.9 +++ b/metadata/md5-cache/dev-libs/jansson-2.9 @@ -4,9 +4,9 @@ DESCRIPTION=C library for encoding, decoding and manipulating JSON data EAPI=6 HOMEPAGE=http://www.digip.org/jansson/ IUSE=doc 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 +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 LICENSE=MIT SLOT=0 SRC_URI=http://www.digip.org/jansson/releases/jansson-2.9.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=3c356d7b9a73636e897f33c1baefc4ea +_md5_=9988d1e9701b6fbd4df138b4b70b5dc9 diff --git a/metadata/md5-cache/dev-libs/keybinder-0.3.1-r200 b/metadata/md5-cache/dev-libs/keybinder-0.3.1-r200 index 5607b510c571..d49fd75900b2 100644 --- a/metadata/md5-cache/dev-libs/keybinder-0.3.1-r200 +++ b/metadata/md5-cache/dev-libs/keybinder-0.3.1-r200 @@ -4,11 +4,11 @@ DESCRIPTION=A library for registering global keyboard shortcuts EAPI=5 HOMEPAGE=https://github.com/engla/keybinder IUSE=+introspection lua python python_targets_python2_7 -KEYWORDS=~alpha amd64 arm ~arm64 ~hppa ~mips ppc ~ppc64 x86 +KEYWORDS=~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 x86 LICENSE=GPL-2 RDEPEND=>=x11-libs/gtk+-2.20:2 x11-libs/libX11 x11-libs/libXext x11-libs/libXrender introspection? ( dev-libs/gobject-introspection ) lua? ( >=dev-lang/lua-5.1 ) python? ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] >=dev-python/pygobject-2.15.3:2[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] >=dev-python/pygtk-2.12[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) REQUIRED_USE=python? ( python_targets_python2_7 ) SLOT=0 SRC_URI=https://github.com/engla/keybinder/releases/download/v0.3.1/keybinder-0.3.1.tar.gz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 python-single-r1 19a74c6b5c191723a997dc7e0cc6bb09 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=e8b86017591c9aee19fec320a7470c5d +_md5_=d142e681c6fface1dbe849cdb69a759f diff --git a/metadata/md5-cache/dev-libs/keybinder-0.3.1-r300 b/metadata/md5-cache/dev-libs/keybinder-0.3.1-r300 index 99df5f874827..dbfa6a531cfd 100644 --- a/metadata/md5-cache/dev-libs/keybinder-0.3.1-r300 +++ b/metadata/md5-cache/dev-libs/keybinder-0.3.1-r300 @@ -4,10 +4,10 @@ DESCRIPTION=A library for registering global keyboard shortcuts EAPI=5 HOMEPAGE=https://github.com/engla/keybinder IUSE=+introspection -KEYWORDS=~alpha amd64 arm ~hppa ~mips ppc ~ppc64 x86 +KEYWORDS=~alpha amd64 arm ~hppa ~mips ppc ppc64 x86 LICENSE=MIT RDEPEND=x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libXext x11-libs/libXrender introspection? ( dev-libs/gobject-introspection ) SLOT=3 SRC_URI=https://github.com/engla/keybinder/releases/download/keybinder-3.0-v0.3.1/keybinder-3.0-0.3.1.tar.gz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=7784824a31ddae80a63443440f8f1372 +_md5_=d5dd6936a448bef15dce4f1cb8dfcf65 diff --git a/metadata/md5-cache/dev-libs/libcdio-0.93 b/metadata/md5-cache/dev-libs/libcdio-0.93 index 618c91735005..3647e935e8e1 100644 --- a/metadata/md5-cache/dev-libs/libcdio-0.93 +++ b/metadata/md5-cache/dev-libs/libcdio-0.93 @@ -4,10 +4,10 @@ DESCRIPTION=A library to encapsulate CD-ROM reading and control EAPI=5 HOMEPAGE=https://www.gnu.org/software/libcdio/ IUSE=cddb +cxx minimal 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=alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=GPL-3 RDEPEND=!minimal? ( >=sys-libs/ncurses-5.7-r7:0= cddb? ( >=media-libs/libcddb-1.3.2 ) ) >=virtual/libiconv-0-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(-)?] abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224-r10 !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] ) SLOT=0/15 SRC_URI=mirror://gnu/libcdio/libcdio-0.93.tar.gz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=13c4c649b40ea0aa0a8b6996bc921912 +_md5_=006f4122c846d8e3299c272c2c5b42e7 diff --git a/metadata/md5-cache/dev-libs/libcdio-paranoia-0.93_p1 b/metadata/md5-cache/dev-libs/libcdio-paranoia-0.93_p1 index d95be19f9c88..05ab88492899 100644 --- a/metadata/md5-cache/dev-libs/libcdio-paranoia-0.93_p1 +++ b/metadata/md5-cache/dev-libs/libcdio-paranoia-0.93_p1 @@ -4,10 +4,10 @@ DESCRIPTION=an advanced CDDA reader with error correction EAPI=5 HOMEPAGE=https://www.gnu.org/software/libcdio/ IUSE=+cxx 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=~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=GPL-3+ GPL-2+ LGPL-2.1 RDEPEND=app-eselect/eselect-cdparanoia >=dev-libs/libcdio-0.93[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/libiconv-0-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(-)?] abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224-r10 !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] ) SLOT=0 SRC_URI=mirror://gnu/libcdio/libcdio-paranoia-10.2+0.93+1.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=ea9f86945941db0e96e51faaa5d4100a +_md5_=4b35f94ba452c79620973f3c6982cff4 diff --git a/metadata/md5-cache/dev-libs/libdynd-0.6.5 b/metadata/md5-cache/dev-libs/libdynd-0.6.5 index 05f2d8bd1df1..88118d3ccb93 100644 --- a/metadata/md5-cache/dev-libs/libdynd-0.6.5 +++ b/metadata/md5-cache/dev-libs/libdynd-0.6.5 @@ -9,5 +9,5 @@ LICENSE=BSD RDEPEND=dev-libs/c-blosc:0= cuda? ( x11-drivers/nvidia-drivers dev-util/nvidia-cuda-toolkit ) fftw? ( sci-libs/fftw:3.0 ) SLOT=0/0.6.5 SRC_URI=https://github.com/ContinuumIO/libdynd/archive/v0.6.5.tar.gz -> libdynd-0.6.5.tar.gz -_eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=2ad8414e12a0a320208835e4c4ebd874 diff --git a/metadata/md5-cache/dev-libs/libdynd-0.6.6 b/metadata/md5-cache/dev-libs/libdynd-0.6.6 index 6c341a01b3b0..74466d133b6e 100644 --- a/metadata/md5-cache/dev-libs/libdynd-0.6.6 +++ b/metadata/md5-cache/dev-libs/libdynd-0.6.6 @@ -9,5 +9,5 @@ LICENSE=BSD RDEPEND=dev-libs/c-blosc:0= cuda? ( x11-drivers/nvidia-drivers dev-util/nvidia-cuda-toolkit ) fftw? ( sci-libs/fftw:3.0 ) SLOT=0/0.6.6 SRC_URI=https://github.com/ContinuumIO/libdynd/archive/v0.6.6.tar.gz -> libdynd-0.6.6.tar.gz -_eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=fbf27ee1d7017120028fb97b53f1bfdc diff --git a/metadata/md5-cache/dev-libs/libflatarray-0.1.1 b/metadata/md5-cache/dev-libs/libflatarray-0.1.1 index 900dcfa8f72e..3fa27c24219d 100644 --- a/metadata/md5-cache/dev-libs/libflatarray-0.1.1 +++ b/metadata/md5-cache/dev-libs/libflatarray-0.1.1 @@ -9,5 +9,5 @@ LICENSE=Boost-1.0 RDEPEND=>=dev-libs/boost-1.48 SLOT=0 SRC_URI=http://www.libgeodecomp.org/archive/libflatarray-0.1.1.tar.bz2 -_eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=ad1d66d2bf0e0c39ae006634df14aff8 diff --git a/metadata/md5-cache/dev-libs/libflatarray-0.3.0 b/metadata/md5-cache/dev-libs/libflatarray-0.3.0 index 13da745932f4..25e7c938abfd 100644 --- a/metadata/md5-cache/dev-libs/libflatarray-0.3.0 +++ b/metadata/md5-cache/dev-libs/libflatarray-0.3.0 @@ -8,5 +8,5 @@ KEYWORDS=~amd64 ~ppc ~x86 LICENSE=Boost-1.0 SLOT=0 SRC_URI=http://www.libgeodecomp.org/archive/libflatarray-0.3.0.tar.bz2 -_eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=d9d125ec7e1b079ec86ff97784cf9120 diff --git a/metadata/md5-cache/dev-libs/libmcrypt-2.5.8-r3 b/metadata/md5-cache/dev-libs/libmcrypt-2.5.8-r3 index f8a6a744c57b..3a4c3faaeec7 100644 --- a/metadata/md5-cache/dev-libs/libmcrypt-2.5.8-r3 +++ b/metadata/md5-cache/dev-libs/libmcrypt-2.5.8-r3 @@ -3,9 +3,9 @@ DEPEND=!=sys-devel/automake-1.15:1.15 ) >=s DESCRIPTION=libmcrypt is a library that provides uniform interface to access several encryption algorithms EAPI=5 HOMEPAGE=http://mcrypt.sourceforge.net/ -KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~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 ~x86-solaris +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~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 ~x86-solaris LICENSE=GPL-2 LGPL-2.1 SLOT=0 SRC_URI=mirror://sourceforge/mcrypt/libmcrypt-2.5.8.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils b83a2420b796f7c6eff682679d08fe25 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=b3c52894718898dc6a4f9587247d382f +_md5_=3feb34271ce38eeb2577312c1af8b829 diff --git a/metadata/md5-cache/dev-libs/libtasn1-4.9-r1 b/metadata/md5-cache/dev-libs/libtasn1-4.9-r1 index f3caed6c6bb9..21b0d3bf4fe1 100644 --- a/metadata/md5-cache/dev-libs/libtasn1-4.9-r1 +++ b/metadata/md5-cache/dev-libs/libtasn1-4.9-r1 @@ -4,10 +4,10 @@ DESCRIPTION=ASN.1 library EAPI=6 HOMEPAGE=https://www.gnu.org/software/libtasn1/ IUSE=doc 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 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=GPL-3 LGPL-2.1 RDEPEND=abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20131008-r16 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) SLOT=0/6 SRC_URI=mirror://gnu/libtasn1/libtasn1-4.9.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=93ca68542e6b727b741aed9d6ad8dfd9 +_md5_=b4678f29314a6bfbdadd0c495564c48e diff --git a/metadata/md5-cache/dev-libs/libuv-1.8.0 b/metadata/md5-cache/dev-libs/libuv-1.8.0 index e6ee6a2dc3b2..174d106f71fe 100644 --- a/metadata/md5-cache/dev-libs/libuv-1.8.0 +++ b/metadata/md5-cache/dev-libs/libuv-1.8.0 @@ -4,10 +4,10 @@ DESCRIPTION=Cross-platform asychronous I/O EAPI=5 HOMEPAGE=https://github.com/libuv/libuv 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=amd64 ~arm ~arm64 ~hppa ~mips ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=amd64 ~arm ~arm64 ~hppa ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=BSD BSD-2 ISC MIT RESTRICT=test SLOT=0/1 SRC_URI=https://github.com/libuv/libuv/archive/v1.8.0.tar.gz -> libuv-1.8.0.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils b83a2420b796f7c6eff682679d08fe25 libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=0e1ffab826ccc75a32f2128869c6e55d +_md5_=00d044ddd56ee8d59f2ab6a7947dd9cb diff --git a/metadata/md5-cache/dev-libs/openobex-1.7.1 b/metadata/md5-cache/dev-libs/openobex-1.7.1 index 581b7e4fd89d..8e430fd781df 100644 --- a/metadata/md5-cache/dev-libs/openobex-1.7.1 +++ b/metadata/md5-cache/dev-libs/openobex-1.7.1 @@ -4,10 +4,10 @@ DESCRIPTION=Implementation of the OBEX protocol used for transferring data to mo EAPI=5 HOMEPAGE=https://sourceforge.net/projects/openobex/ IUSE=bluetooth irda usb -KEYWORDS=amd64 ~arm hppa ppc ~ppc64 sparc x86 +KEYWORDS=amd64 ~arm hppa ppc ppc64 sparc x86 LICENSE=GPL-2 LGPL-2.1 RDEPEND=bluetooth? ( net-wireless/bluez:= ) usb? ( virtual/libusb:= ) SLOT=0/2 SRC_URI=mirror://sourceforge/openobex/1.7.1/openobex-1.7.1-Source.tar.gz _eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 udev 73058269b3e70e34e084fa3981282338 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=408a3e61d0563d937404f635d59314e0 +_md5_=dbf93f30d5029d4d03580f68d42ab5a3 diff --git a/metadata/md5-cache/dev-libs/starpu-1.1.5 b/metadata/md5-cache/dev-libs/starpu-1.1.5 index bf9d1e9703fc..4dced077dc7a 100644 --- a/metadata/md5-cache/dev-libs/starpu-1.1.5 +++ b/metadata/md5-cache/dev-libs/starpu-1.1.5 @@ -9,5 +9,5 @@ LICENSE=LGPL-2.1 RDEPEND=sys-apps/hwloc:0= sci-mathematics/glpk:0= blas? ( virtual/blas ) cuda? ( dev-util/nvidia-cuda-toolkit x11-drivers/nvidia-drivers blas? ( sci-libs/magma ) ) fftw? ( sci-libs/fftw:3.0= ) mpi? ( virtual/mpi ) opencl? ( virtual/opencl ) opengl? ( media-libs/freeglut:0= ) qt4? ( >=dev-qt/qtgui-4.7:4 >=dev-qt/qtopengl-4.7:4 >=dev-qt/qtsql-4.7:4 x11-libs/qwt:5 ) virtual/fortran SLOT=0 SRC_URI=http://runtime.bordeaux.inria.fr/StarPU//files/starpu-1.1.5.tar.gz -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 fortran-2 8200fc942c3b3c1fc75d4d5bfd0ba7a2 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 fortran-2 8200fc942c3b3c1fc75d4d5bfd0ba7a2 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=bfa5d88f731618d2c826de82a9a29732 diff --git a/metadata/md5-cache/dev-libs/starpu-1.1.5-r1 b/metadata/md5-cache/dev-libs/starpu-1.1.5-r1 index 7403ffd6452e..1791322d6a5e 100644 --- a/metadata/md5-cache/dev-libs/starpu-1.1.5-r1 +++ b/metadata/md5-cache/dev-libs/starpu-1.1.5-r1 @@ -9,5 +9,5 @@ LICENSE=LGPL-2.1 RDEPEND=sys-apps/hwloc:0= sci-mathematics/glpk:0= blas? ( virtual/blas ) cuda? ( dev-util/nvidia-cuda-toolkit x11-drivers/nvidia-drivers blas? ( sci-libs/magma ) ) fftw? ( sci-libs/fftw:3.0= ) mpi? ( virtual/mpi ) opencl? ( virtual/opencl ) opengl? ( media-libs/freeglut:0= ) qt4? ( >=dev-qt/qtgui-4.7:4 >=dev-qt/qtopengl-4.7:4 >=dev-qt/qtsql-4.7:4 x11-libs/qwt:5 ) virtual/fortran SLOT=0/8 SRC_URI=http://runtime.bordeaux.inria.fr/StarPU//files/starpu-1.1.5.tar.gz -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 fortran-2 8200fc942c3b3c1fc75d4d5bfd0ba7a2 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 fortran-2 8200fc942c3b3c1fc75d4d5bfd0ba7a2 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=68926fe0606436bce184918058d5c322 diff --git a/metadata/md5-cache/dev-perl/AnyEvent-7.120.0 b/metadata/md5-cache/dev-perl/AnyEvent-7.120.0 index ccbb188309b0..a9584e3b123b 100644 --- a/metadata/md5-cache/dev-perl/AnyEvent-7.120.0 +++ b/metadata/md5-cache/dev-perl/AnyEvent-7.120.0 @@ -3,10 +3,10 @@ DEPEND=>=virtual/perl-ExtUtils-MakeMaker-6.520.0 dev-perl/Canary-Stability dev-l DESCRIPTION=Provides a uniform interface to various event loops EAPI=6 HOMEPAGE=http://search.cpan.org/dist/AnyEvent/ -KEYWORDS=alpha amd64 arm ia64 ppc ~ppc64 sparc x86 ~x86-solaris +KEYWORDS=alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-solaris LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=dev-lang/perl:= SLOT=0 SRC_URI=mirror://cpan/authors/id/M/ML/MLEHMANN/AnyEvent-7.12.tar.gz _eclasses_=multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 -_md5_=e35fb13da6b3f68a69e3d8773ddcb3fd +_md5_=cb75490161ca5efd04cec473a706dced diff --git a/metadata/md5-cache/dev-perl/AnyEvent-7.80.0 b/metadata/md5-cache/dev-perl/AnyEvent-7.80.0 deleted file mode 100644 index 2e2287fa39b9..000000000000 --- a/metadata/md5-cache/dev-perl/AnyEvent-7.80.0 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=dev-lang/perl:=[-build(-)] -DESCRIPTION=Provides a uniform interface to various event loops -EAPI=5 -HOMEPAGE=http://search.cpan.org/dist/AnyEvent/ -KEYWORDS=alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-solaris -LICENSE=|| ( Artistic GPL-1+ ) -RDEPEND=dev-lang/perl:=[-build(-)] -SLOT=0 -SRC_URI=mirror://cpan/authors/id/M/ML/MLEHMANN/AnyEvent-7.07.tar.gz -_eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be -_md5_=ec041c72268ea59314975ffdbe1b7027 diff --git a/metadata/md5-cache/dev-perl/Canary-Stability-2006 b/metadata/md5-cache/dev-perl/Canary-Stability-2006 index f3505ab78d85..e17468f11050 100644 --- a/metadata/md5-cache/dev-perl/Canary-Stability-2006 +++ b/metadata/md5-cache/dev-perl/Canary-Stability-2006 @@ -3,10 +3,10 @@ DEPEND=virtual/perl-ExtUtils-MakeMaker dev-lang/perl:=[-build(-)] DESCRIPTION=Canary to check perl compatibility for schmorp's modules EAPI=5 HOMEPAGE=http://search.cpan.org/dist/Canary-Stability/ -KEYWORDS=alpha amd64 arm ~hppa ia64 ppc ~ppc64 sparc x86 +KEYWORDS=alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86 LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=mirror://cpan/authors/id/M/ML/MLEHMANN/Canary-Stability-2006.tar.gz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be -_md5_=1fe9c935837f072ee5271258e0cfa066 +_md5_=ac30f1a53a9d2c3eb42b186ec3cd65ee diff --git a/metadata/md5-cache/dev-perl/Capture-Tiny-0.360.0 b/metadata/md5-cache/dev-perl/Capture-Tiny-0.360.0 index d3655cce4afd..caa2aaf62207 100644 --- a/metadata/md5-cache/dev-perl/Capture-Tiny-0.360.0 +++ b/metadata/md5-cache/dev-perl/Capture-Tiny-0.360.0 @@ -4,10 +4,10 @@ DESCRIPTION=Capture STDOUT and STDERR from Perl, XS or external programs EAPI=5 HOMEPAGE=http://search.cpan.org/dist/Capture-Tiny/ IUSE=test -KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd +KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=virtual/perl-Carp virtual/perl-Exporter virtual/perl-File-Spec virtual/perl-File-Temp virtual/perl-IO virtual/perl-Scalar-List-Utils dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=mirror://cpan/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.36.tar.gz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be -_md5_=a7baeb4aaac120f34a8dfa0f257ace88 +_md5_=02c81f5be588e6d2738acf2a844794d0 diff --git a/metadata/md5-cache/dev-perl/DBD-Pg-3.5.3 b/metadata/md5-cache/dev-perl/DBD-Pg-3.5.3 index f5cd41dd7550..cb1d9fb8ccab 100644 --- a/metadata/md5-cache/dev-perl/DBD-Pg-3.5.3 +++ b/metadata/md5-cache/dev-perl/DBD-Pg-3.5.3 @@ -3,10 +3,10 @@ DEPEND=virtual/perl-version >=dev-perl/DBI-1.614.0 dev-db/postgresql:* virtual/p DESCRIPTION=PostgreSQL database driver for the DBI module EAPI=6 HOMEPAGE=http://search.cpan.org/dist/DBD-Pg/ -KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=virtual/perl-version >=dev-perl/DBI-1.614.0 dev-db/postgresql:* dev-lang/perl:= SLOT=0 SRC_URI=mirror://cpan/authors/id/T/TU/TURNSTEP/DBD-Pg-3.5.3.tar.gz _eclasses_=multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 -_md5_=cccf31a1069cc709cd26e15d9ea70555 +_md5_=fa836d5ca7da4338a1d9fa9aca669a37 diff --git a/metadata/md5-cache/dev-perl/DBD-SQLite-1.500.0 b/metadata/md5-cache/dev-perl/DBD-SQLite-1.500.0 index b8d81a3bfbf4..00cf4ba85a4a 100644 --- a/metadata/md5-cache/dev-perl/DBD-SQLite-1.500.0 +++ b/metadata/md5-cache/dev-perl/DBD-SQLite-1.500.0 @@ -4,10 +4,10 @@ DESCRIPTION=Self Contained RDBMS in a DBI Driver EAPI=6 HOMEPAGE=http://search.cpan.org/dist/DBD-SQLite/ IUSE=test system-sqlite -KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=system-sqlite? ( >=dev-db/sqlite-3.10.2[extensions(+)] ) >=dev-perl/DBI-1.570.0 !=dev-perl/PlRPC-0.200.0 >=virtual/perl-Sys-Syslog-0.170.0 virtual/perl-File-Spec !<=dev-perl/SQL-Statement-1.330.0 dev-lang/perl:= SLOT=0 SRC_URI=mirror://cpan/authors/id/T/TI/TIMB/DBI-1.636.tar.gz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=b2af9d6176e7d3b0d2f22f7024fcf5d7 +_md5_=56413a13006a879101ec378a92fab88d diff --git a/metadata/md5-cache/dev-perl/Filter-1.540.0 b/metadata/md5-cache/dev-perl/Filter-1.540.0 index 73deec215448..5c3d5982132c 100644 --- a/metadata/md5-cache/dev-perl/Filter-1.540.0 +++ b/metadata/md5-cache/dev-perl/Filter-1.540.0 @@ -3,10 +3,10 @@ DEPEND=virtual/perl-ExtUtils-MakeMaker dev-lang/perl:=[-build(-)] DESCRIPTION=Interface for creation of Perl Filters EAPI=5 HOMEPAGE=http://search.cpan.org/dist/Filter/ -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=mirror://cpan/authors/id/R/RU/RURBAN/Filter-1.54.tar.gz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be -_md5_=8aaf8602fb790d7325d124430f41d57c +_md5_=a4f0a5ebb9eec5d2342bd9a4c32d5df9 diff --git a/metadata/md5-cache/dev-perl/Net-Patricia-1.220.0 b/metadata/md5-cache/dev-perl/Net-Patricia-1.220.0 index 467412ab7259..0ac5b2655851 100644 --- a/metadata/md5-cache/dev-perl/Net-Patricia-1.220.0 +++ b/metadata/md5-cache/dev-perl/Net-Patricia-1.220.0 @@ -4,10 +4,10 @@ DESCRIPTION=Patricia Trie perl module for fast IP address lookups EAPI=5 HOMEPAGE=http://search.cpan.org/dist/Net-Patricia/ IUSE=ipv6 -KEYWORDS=alpha amd64 arm ~hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd +KEYWORDS=alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd LICENSE=GPL-2+ RDEPEND=dev-perl/Net-CIDR-Lite ipv6? ( dev-perl/Socket6 ) dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=mirror://cpan/authors/id/G/GR/GRUBER/Net-Patricia-1.22.tar.gz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be -_md5_=bbc1b95bd3c52bd9b20f14e6ea689cb2 +_md5_=0fa3e96ad9f07d09112392f8bb80daf6 diff --git a/metadata/md5-cache/dev-perl/Net-SSLeay-1.720.0-r1 b/metadata/md5-cache/dev-perl/Net-SSLeay-1.720.0-r1 index ee056e7ad355..9b22bb056ecb 100644 --- a/metadata/md5-cache/dev-perl/Net-SSLeay-1.720.0-r1 +++ b/metadata/md5-cache/dev-perl/Net-SSLeay-1.720.0-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Perl extension for using OpenSSL EAPI=6 HOMEPAGE=http://search.cpan.org/dist/Net-SSLeay/ IUSE=libressl test minimal examples -KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=openssl RDEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) virtual/perl-MIME-Base64 dev-lang/perl:= SLOT=0 SRC_URI=mirror://cpan/authors/id/M/MI/MIKEM/Net-SSLeay-1.72.tar.gz _eclasses_=multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=027b507cc08a2f69e0aab73a89d67408 +_md5_=17c6938713d767d076b65a063e02b93e diff --git a/metadata/md5-cache/dev-perl/NetAddr-IP-4.78.0 b/metadata/md5-cache/dev-perl/NetAddr-IP-4.78.0 index 194f4fc2a3c3..363a1328ff96 100644 --- a/metadata/md5-cache/dev-perl/NetAddr-IP-4.78.0 +++ b/metadata/md5-cache/dev-perl/NetAddr-IP-4.78.0 @@ -4,10 +4,10 @@ DESCRIPTION=Manipulation and operations on IP addresses EAPI=5 HOMEPAGE=http://search.cpan.org/dist/NetAddr-IP/ IUSE=ipv6 -KEYWORDS=alpha amd64 arm ~hppa ia64 ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd +KEYWORDS=alpha amd64 arm ~hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd LICENSE=|| ( Artistic GPL-2 ) RDEPEND=ipv6? ( dev-perl/Socket6 ) dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=mirror://cpan/authors/id/M/MI/MIKER/NetAddr-IP-4.078.tar.gz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be -_md5_=0e1a98c1e0393913287e3bf0c6ad43d3 +_md5_=fedff7d57fa203f48349e2d1e69e7846 diff --git a/metadata/md5-cache/dev-perl/PadWalker-2.200.0 b/metadata/md5-cache/dev-perl/PadWalker-2.200.0 index ac9330da49bb..aeecd912252a 100644 --- a/metadata/md5-cache/dev-perl/PadWalker-2.200.0 +++ b/metadata/md5-cache/dev-perl/PadWalker-2.200.0 @@ -3,10 +3,10 @@ DEPEND=virtual/perl-ExtUtils-MakeMaker dev-lang/perl:= DESCRIPTION=play with other peoples' lexical variables EAPI=6 HOMEPAGE=http://search.cpan.org/dist/PadWalker/ -KEYWORDS=alpha amd64 ~arm ~hppa ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=alpha amd64 ~arm ~hppa ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=dev-lang/perl:= SLOT=0 SRC_URI=mirror://cpan/authors/id/R/RO/ROBIN/PadWalker-2.2.tar.gz _eclasses_=multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 -_md5_=d449e38239583224c03f913cfe1c70a3 +_md5_=fac863febd2d67a96be0f21f92525bd6 diff --git a/metadata/md5-cache/dev-perl/Pango-1.227.0 b/metadata/md5-cache/dev-perl/Pango-1.227.0 index dcd6e00da3a7..013b113f45dc 100644 --- a/metadata/md5-cache/dev-perl/Pango-1.227.0 +++ b/metadata/md5-cache/dev-perl/Pango-1.227.0 @@ -4,10 +4,10 @@ DESCRIPTION=Layout and render international text EAPI=6 HOMEPAGE=http://search.cpan.org/dist/Pango/ IUSE=examples test minimal -KEYWORDS=alpha amd64 ~arm ~hppa ia64 ~mips ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux +KEYWORDS=alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux LICENSE=LGPL-2.1+ RDEPEND=>=dev-perl/glib-perl-1.220.0 >=dev-perl/Cairo-1.0.0 >=x11-libs/pango-1.0.0 dev-lang/perl:= SLOT=0 SRC_URI=mirror://cpan/authors/id/X/XA/XAOC/Pango-1.227.tar.gz _eclasses_=multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=8b21ed2bbcac5fd432e4a5a762485730 +_md5_=1a10f46376dd82b40f9779836cf36f96 diff --git a/metadata/md5-cache/dev-perl/PerlIO-gzip-0.190.0 b/metadata/md5-cache/dev-perl/PerlIO-gzip-0.190.0 index 2ae382799b70..4c1552280d70 100644 --- a/metadata/md5-cache/dev-perl/PerlIO-gzip-0.190.0 +++ b/metadata/md5-cache/dev-perl/PerlIO-gzip-0.190.0 @@ -3,10 +3,10 @@ DEPEND=sys-libs/zlib dev-lang/perl:= DESCRIPTION=PerlIO layer to gzip/gunzip EAPI=6 HOMEPAGE=http://search.cpan.org/dist/PerlIO-gzip/ -KEYWORDS=alpha amd64 arm ~hppa ia64 ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm ~hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=sys-libs/zlib virtual/perl-ExtUtils-MakeMaker dev-lang/perl:= SLOT=0 SRC_URI=mirror://cpan/authors/id/N/NW/NWCLARK/PerlIO-gzip-0.19.tar.gz _eclasses_=multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 -_md5_=938d70af8f2480acd2a5b0d275794186 +_md5_=1d6c0029ac266fabab33b6ccca1bf255 diff --git a/metadata/md5-cache/dev-perl/Proc-ProcessTable-0.530.0 b/metadata/md5-cache/dev-perl/Proc-ProcessTable-0.530.0 index d9d47df8b25f..46d024de2a39 100644 --- a/metadata/md5-cache/dev-perl/Proc-ProcessTable-0.530.0 +++ b/metadata/md5-cache/dev-perl/Proc-ProcessTable-0.530.0 @@ -4,10 +4,10 @@ DESCRIPTION=Unix process table information EAPI=6 HOMEPAGE=http://search.cpan.org/dist/Proc-ProcessTable/ IUSE=examples -KEYWORDS=alpha amd64 ~hppa ia64 ~mips ppc ~ppc64 sparc x86 +KEYWORDS=alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86 LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=virtual/perl-Storable dev-lang/perl:= SLOT=0 SRC_URI=mirror://cpan/authors/id/J/JW/JWB/Proc-ProcessTable-0.53.tar.gz _eclasses_=multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 -_md5_=c83ebf964d0902787062f238bd625055 +_md5_=250aa9212203f1130128715d2b3bc42b diff --git a/metadata/md5-cache/dev-perl/SOAP-Lite-1.040.0-r1 b/metadata/md5-cache/dev-perl/SOAP-Lite-1.040.0-r1 deleted file mode 100644 index f0fce2a62a4f..000000000000 --- a/metadata/md5-cache/dev-perl/SOAP-Lite-1.040.0-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=dev-perl/Class-Inspector dev-perl/XML-Parser dev-perl/libwww-perl virtual/perl-libnet dev-perl/MIME-Lite virtual/perl-MIME-Base64 ssl? ( dev-perl/Crypt-SSLeay ) xmpp? ( dev-perl/Net-Jabber ) ssl? ( dev-perl/IO-Socket-SSL ) virtual/perl-IO-Compress >=dev-perl/MIME-tools-5.413 virtual/perl-version dev-lang/perl:=[-build(-)] -DESCRIPTION=Simple and lightweight interface to the SOAP protocol (sic) both on client and server side -EAPI=5 -HOMEPAGE=http://search.cpan.org/dist/SOAP-Lite/ -IUSE=ssl xmpp -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux -LICENSE=|| ( Artistic GPL-2 ) -RDEPEND=dev-perl/Class-Inspector dev-perl/XML-Parser dev-perl/libwww-perl virtual/perl-libnet dev-perl/MIME-Lite virtual/perl-MIME-Base64 ssl? ( dev-perl/Crypt-SSLeay ) xmpp? ( dev-perl/Net-Jabber ) ssl? ( dev-perl/IO-Socket-SSL ) virtual/perl-IO-Compress >=dev-perl/MIME-tools-5.413 virtual/perl-version dev-lang/perl:=[-build(-)] -SLOT=0 -SRC_URI=mirror://cpan/authors/id/P/PH/PHRED/SOAP-Lite-1.04.tar.gz -_eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be -_md5_=170c00af1405116f66516f9ed5bfd289 diff --git a/metadata/md5-cache/dev-perl/SOAP-Lite-1.190.0 b/metadata/md5-cache/dev-perl/SOAP-Lite-1.190.0 index c9e23fa6f620..a8d0564bba4f 100644 --- a/metadata/md5-cache/dev-perl/SOAP-Lite-1.190.0 +++ b/metadata/md5-cache/dev-perl/SOAP-Lite-1.190.0 @@ -4,10 +4,10 @@ DESCRIPTION=Lightweight interface to the SOAP protocol both on client and server EAPI=5 HOMEPAGE=http://search.cpan.org/dist/SOAP-Lite/ IUSE=ssl test xmpp -KEYWORDS=amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=dev-perl/Class-Inspector >=dev-perl/IO-SessionData-1.30.0 dev-perl/libwww-perl virtual/perl-MIME-Base64 virtual/perl-Scalar-List-Utils dev-perl/Task-Weaken dev-perl/URI >=dev-perl/XML-Parser-2.230.0 dev-perl/MIME-tools ssl? ( dev-perl/IO-Socket-SSL dev-perl/LWP-Protocol-https dev-perl/Crypt-SSLeay ) xmpp? ( dev-perl/Net-Jabber ) dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=mirror://cpan/authors/id/P/PH/PHRED/SOAP-Lite-1.19.tar.gz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be -_md5_=5c70b9341a1f21429caf971526c748f3 +_md5_=31aec13a0a2e23812bfa8164ca88389f diff --git a/metadata/md5-cache/dev-perl/Socket6-0.270.0 b/metadata/md5-cache/dev-perl/Socket6-0.270.0 index 5d4f77504e66..d0a6b9a119a5 100644 --- a/metadata/md5-cache/dev-perl/Socket6-0.270.0 +++ b/metadata/md5-cache/dev-perl/Socket6-0.270.0 @@ -3,10 +3,10 @@ DEPEND=dev-lang/perl:=[-build(-)] DESCRIPTION=IPv6 related part of the C socket.h defines and structure manipulators EAPI=5 HOMEPAGE=http://search.cpan.org/dist/Socket6/ -KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris +KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris LICENSE=BSD RDEPEND=dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=mirror://cpan/authors/id/U/UM/UMEMOTO/Socket6-0.27.tar.gz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be -_md5_=2fc13afd1978e145787289ea2a070fb4 +_md5_=cf60c9ba6f13f660b658889c1f7014ec diff --git a/metadata/md5-cache/dev-perl/Sys-MemInfo-0.980.0 b/metadata/md5-cache/dev-perl/Sys-MemInfo-0.980.0 index 19fcdb9edf12..c6871a766d35 100644 --- a/metadata/md5-cache/dev-perl/Sys-MemInfo-0.980.0 +++ b/metadata/md5-cache/dev-perl/Sys-MemInfo-0.980.0 @@ -3,10 +3,10 @@ DEPEND=dev-lang/perl:=[-build(-)] DESCRIPTION=Memory informations EAPI=5 HOMEPAGE=http://search.cpan.org/dist/Sys-MemInfo/ -KEYWORDS=alpha amd64 arm ~hppa ppc ~ppc64 sparc x86 ~x86-fbsd +KEYWORDS=alpha amd64 arm ~hppa ppc ppc64 sparc x86 ~x86-fbsd LICENSE=LGPL-2.1 || ( Artistic GPL-1+ ) RDEPEND=dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=mirror://cpan/authors/id/S/SC/SCRESTO/Sys-MemInfo-0.98.tar.gz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be -_md5_=7d492c08a4352663278a547d92f4af94 +_md5_=bb832223afdad0af150964d5690ad39b diff --git a/metadata/md5-cache/dev-perl/TermReadKey-2.330.0 b/metadata/md5-cache/dev-perl/TermReadKey-2.330.0 index e3f76cc85e3e..7aaec3eaf59b 100644 --- a/metadata/md5-cache/dev-perl/TermReadKey-2.330.0 +++ b/metadata/md5-cache/dev-perl/TermReadKey-2.330.0 @@ -3,10 +3,10 @@ DEPEND=virtual/perl-ExtUtils-MakeMaker dev-lang/perl:=[-build(-)] DESCRIPTION=Change terminal modes, and perform non-blocking reads EAPI=5 HOMEPAGE=http://search.cpan.org/dist/TermReadKey/ -KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~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=|| ( Artistic GPL-1+ ) RDEPEND=dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=mirror://cpan/authors/id/J/JS/JSTOWE/TermReadKey-2.33.tar.gz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be -_md5_=10a0fdcc0b39fd6f828450463d6ad316 +_md5_=8630f07700938a0bccf67a06e6c8683d diff --git a/metadata/md5-cache/dev-perl/Test-Base-0.880.0 b/metadata/md5-cache/dev-perl/Test-Base-0.880.0 index 5fbd39bbfab5..f96da0737911 100644 --- a/metadata/md5-cache/dev-perl/Test-Base-0.880.0 +++ b/metadata/md5-cache/dev-perl/Test-Base-0.880.0 @@ -4,10 +4,10 @@ DESCRIPTION=A Data Driven Testing Framework EAPI=5 HOMEPAGE=http://search.cpan.org/dist/Test-Base/ IUSE=test -KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=dev-perl/Filter >=dev-perl/Spiffy-0.400.0 dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=mirror://cpan/authors/id/I/IN/INGY/Test-Base-0.88.tar.gz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be -_md5_=d06f3d016a93e83275bfe6d06ee06509 +_md5_=f4d6eb5f82219a3210f2e7031755b11b diff --git a/metadata/md5-cache/dev-perl/Test-Differences-0.640.0 b/metadata/md5-cache/dev-perl/Test-Differences-0.640.0 index 305faa4377ab..5b686fa6d7d9 100644 --- a/metadata/md5-cache/dev-perl/Test-Differences-0.640.0 +++ b/metadata/md5-cache/dev-perl/Test-Differences-0.640.0 @@ -4,10 +4,10 @@ DESCRIPTION=Test strings and data structures and show differences if not ok EAPI=6 HOMEPAGE=http://search.cpan.org/dist/Test-Differences/ IUSE=test -KEYWORDS=alpha amd64 ~arm ~hppa ppc ~ppc64 x86 +KEYWORDS=alpha amd64 ~arm ~hppa ppc ppc64 x86 LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=>=dev-perl/Text-Diff-1.430.0 >=virtual/perl-Data-Dumper-2.126.0 dev-lang/perl:= SLOT=0 SRC_URI=mirror://cpan/authors/id/D/DC/DCANTRELL/Test-Differences-0.64.tar.gz _eclasses_=multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 -_md5_=64c96bf2c255ade666a7e3872620d581 +_md5_=743489bbfa589d39448c6a60b7d20de0 diff --git a/metadata/md5-cache/dev-perl/Test-Memory-Cycle-1.40.0-r1 b/metadata/md5-cache/dev-perl/Test-Memory-Cycle-1.40.0-r1 deleted file mode 100644 index 61e766f7f011..000000000000 --- a/metadata/md5-cache/dev-perl/Test-Memory-Cycle-1.40.0-r1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=>=dev-perl/Devel-Cycle-1.04 >=virtual/perl-Test-Simple-0.62 dev-lang/perl:=[-build(-)] -DESCRIPTION=Check for memory leaks and circular memory references -EAPI=5 -HOMEPAGE=http://search.cpan.org/dist/Test-Memory-Cycle/ -KEYWORDS=alpha amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos -LICENSE=|| ( Artistic GPL-1+ ) -RDEPEND=>=dev-perl/Devel-Cycle-1.04 >=virtual/perl-Test-Simple-0.62 dev-lang/perl:=[-build(-)] -SLOT=0 -SRC_URI=mirror://cpan/authors/id/P/PE/PETDANCE/Test-Memory-Cycle-1.04.tar.gz -_eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be -_md5_=eb46c542f2832bc7818bcc4167fbf4e5 diff --git a/metadata/md5-cache/dev-perl/Test-Memory-Cycle-1.60.0 b/metadata/md5-cache/dev-perl/Test-Memory-Cycle-1.60.0 index 2c2a6ea81da9..5b882326b567 100644 --- a/metadata/md5-cache/dev-perl/Test-Memory-Cycle-1.60.0 +++ b/metadata/md5-cache/dev-perl/Test-Memory-Cycle-1.60.0 @@ -3,10 +3,10 @@ DEPEND=>=dev-perl/Devel-Cycle-1.70.0 virtual/perl-Getopt-Long dev-perl/PadWalker DESCRIPTION=Check for memory leaks and circular memory references EAPI=6 HOMEPAGE=http://search.cpan.org/dist/Test-Memory-Cycle/ -KEYWORDS=alpha amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=alpha amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=>=dev-perl/Devel-Cycle-1.70.0 virtual/perl-Getopt-Long dev-perl/PadWalker >=virtual/perl-Test-Simple-0.620.0 dev-lang/perl:= SLOT=0 SRC_URI=mirror://cpan/authors/id/P/PE/PETDANCE/Test-Memory-Cycle-1.06.tar.gz _eclasses_=multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 -_md5_=fd462586e6ac43017e1574ec8494a23d +_md5_=b922e811442fe2463b50f344d79bb1da diff --git a/metadata/md5-cache/dev-perl/Test-YAML-1.60.0 b/metadata/md5-cache/dev-perl/Test-YAML-1.60.0 index 298ec3a6268b..c83d8298b85b 100644 --- a/metadata/md5-cache/dev-perl/Test-YAML-1.60.0 +++ b/metadata/md5-cache/dev-perl/Test-YAML-1.60.0 @@ -3,10 +3,10 @@ DEPEND=>=dev-perl/Test-Base-0.860.0 virtual/perl-ExtUtils-MakeMaker dev-lang/per DESCRIPTION=Testing Module for YAML Implementations EAPI=6 HOMEPAGE=http://search.cpan.org/dist/Test-YAML/ -KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=>=dev-perl/Test-Base-0.860.0 dev-lang/perl:= SLOT=0 SRC_URI=mirror://cpan/authors/id/I/IN/INGY/Test-YAML-1.06.tar.gz _eclasses_=multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 -_md5_=946078d97990118e4950121a686a0f9a +_md5_=4672e25f6e6be1f18ad25a496f49f99f diff --git a/metadata/md5-cache/dev-perl/Text-CSV_XS-1.230.0 b/metadata/md5-cache/dev-perl/Text-CSV_XS-1.230.0 index ddd005b791fc..31dccbf5040d 100644 --- a/metadata/md5-cache/dev-perl/Text-CSV_XS-1.230.0 +++ b/metadata/md5-cache/dev-perl/Text-CSV_XS-1.230.0 @@ -4,10 +4,10 @@ DESCRIPTION=Comma-separated values manipulation routines EAPI=6 HOMEPAGE=http://search.cpan.org/dist/Text-CSV_XS/ IUSE=test examples -KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=virtual/perl-IO dev-lang/perl:= SLOT=0 SRC_URI=mirror://cpan/authors/id/H/HM/HMBRAND/Text-CSV_XS-1.23.tgz _eclasses_=multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 -_md5_=0cab3011339ec793dacdc180ed9f72d7 +_md5_=a0d72506e4884399fbcfffa4f047d201 diff --git a/metadata/md5-cache/dev-perl/Text-Wrapper-1.50.0 b/metadata/md5-cache/dev-perl/Text-Wrapper-1.50.0 index 45a4d7986e89..5c9856b45954 100644 --- a/metadata/md5-cache/dev-perl/Text-Wrapper-1.50.0 +++ b/metadata/md5-cache/dev-perl/Text-Wrapper-1.50.0 @@ -4,10 +4,10 @@ DESCRIPTION=Word wrap text by breaking long lines EAPI=6 HOMEPAGE=http://search.cpan.org/dist/Text-Wrapper/ IUSE=test minimal examples -KEYWORDS=amd64 ~hppa ppc ~ppc64 x86 +KEYWORDS=amd64 ~hppa ppc ppc64 x86 LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=virtual/perl-Carp dev-lang/perl:= SLOT=0 SRC_URI=mirror://cpan/authors/id/C/CJ/CJM/Text-Wrapper-1.05.tar.gz _eclasses_=multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 -_md5_=746e74388aadf9394772d8f3a78c3fed +_md5_=710a9b55c15f16ce32537e2dec3c17e2 diff --git a/metadata/md5-cache/dev-perl/XML-LibXSLT-1.870.0 b/metadata/md5-cache/dev-perl/XML-LibXSLT-1.870.0 deleted file mode 100644 index f2441e752a07..000000000000 --- a/metadata/md5-cache/dev-perl/XML-LibXSLT-1.870.0 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=>=dev-libs/libxslt-1.1.28 >=dev-perl/XML-LibXML-1.700.0 virtual/pkgconfig dev-lang/perl:=[-build(-)] -DESCRIPTION=A Perl module to parse XSL Transformational sheets using gnome's libXSLT -EAPI=5 -HOMEPAGE=http://search.cpan.org/dist/XML-LibXSLT/ -KEYWORDS=amd64 ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos -LICENSE=|| ( Artistic GPL-1+ ) -RDEPEND=>=dev-libs/libxslt-1.1.28 >=dev-perl/XML-LibXML-1.700.0 dev-lang/perl:=[-build(-)] -SLOT=0 -SRC_URI=mirror://cpan/authors/id/S/SH/SHLOMIF/XML-LibXSLT-1.87.tar.gz -_eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be -_md5_=87da083d6e1fee2a0157f7dc42c7492a diff --git a/metadata/md5-cache/dev-perl/XML-LibXSLT-1.940.0 b/metadata/md5-cache/dev-perl/XML-LibXSLT-1.940.0 index d83011d192b7..cd24093edb38 100644 --- a/metadata/md5-cache/dev-perl/XML-LibXSLT-1.940.0 +++ b/metadata/md5-cache/dev-perl/XML-LibXSLT-1.940.0 @@ -3,10 +3,10 @@ DEPEND=>=dev-libs/libxslt-1.1.28 >=dev-perl/XML-LibXML-1.700.0 virtual/pkgconfig DESCRIPTION=A Perl module to parse XSL Transformational sheets using gnome's libXSLT EAPI=5 HOMEPAGE=http://search.cpan.org/dist/XML-LibXSLT/ -KEYWORDS=amd64 ~mips ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=amd64 ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=>=dev-libs/libxslt-1.1.28 >=dev-perl/XML-LibXML-1.700.0 dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=mirror://cpan/authors/id/S/SH/SHLOMIF/XML-LibXSLT-1.94.tar.gz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be -_md5_=e361b7e96c4c8e77148eddccfadd832e +_md5_=ddf044bd7e210869fad1e39697bc4fe2 diff --git a/metadata/md5-cache/dev-perl/XML-Parser-2.440.0 b/metadata/md5-cache/dev-perl/XML-Parser-2.440.0 index b9e2c11ddcff..d3fba8f4cdfc 100644 --- a/metadata/md5-cache/dev-perl/XML-Parser-2.440.0 +++ b/metadata/md5-cache/dev-perl/XML-Parser-2.440.0 @@ -3,10 +3,10 @@ DEPEND=>=dev-libs/expat-1.95.1-r1 dev-lang/perl:=[-build(-)] DESCRIPTION=A Perl extension interface to James Clark's XML parser, expat EAPI=5 HOMEPAGE=http://search.cpan.org/dist/XML-Parser/ -KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=>=dev-libs/expat-1.95.1-r1 dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=mirror://cpan/authors/id/T/TO/TODDR/XML-Parser-2.44.tar.gz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be -_md5_=d053333c17d78dfa7e10e504d8fd9633 +_md5_=d765dd1807f2a64cabf9d54a5e7f0bdd diff --git a/metadata/md5-cache/dev-perl/XML-Parser-Lite-0.721.0 b/metadata/md5-cache/dev-perl/XML-Parser-Lite-0.721.0 index 24cbb6d3e6d6..35103fa0d195 100644 --- a/metadata/md5-cache/dev-perl/XML-Parser-Lite-0.721.0 +++ b/metadata/md5-cache/dev-perl/XML-Parser-Lite-0.721.0 @@ -4,10 +4,10 @@ DESCRIPTION=Lightweight regexp-based XML parser EAPI=6 HOMEPAGE=http://search.cpan.org/dist/XML-Parser-Lite/ IUSE=test minimal -KEYWORDS=amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=dev-lang/perl:= SLOT=0 SRC_URI=mirror://cpan/authors/id/P/PH/PHRED/XML-Parser-Lite-0.721.tar.gz _eclasses_=multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 -_md5_=713f7af256ccdc36ebb3007081500f83 +_md5_=835c46656c6812f53fbd508017a4ac1b diff --git a/metadata/md5-cache/dev-perl/YAML-1.150.0 b/metadata/md5-cache/dev-perl/YAML-1.150.0 index 5e01faa65572..ab3bc97415b2 100644 --- a/metadata/md5-cache/dev-perl/YAML-1.150.0 +++ b/metadata/md5-cache/dev-perl/YAML-1.150.0 @@ -4,10 +4,10 @@ DESCRIPTION=YAML Ain't Markup Language (tm) EAPI=5 HOMEPAGE=http://search.cpan.org/dist/YAML/ IUSE=test -KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=mirror://cpan/authors/id/I/IN/INGY/YAML-1.15.tar.gz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be -_md5_=c501c173a91f769ce906d0c1559e257e +_md5_=e01df191ca07ab203228182ac85fe7d7 diff --git a/metadata/md5-cache/dev-perl/YAML-Syck-1.290.0 b/metadata/md5-cache/dev-perl/YAML-Syck-1.290.0 index 63fe21403382..3c4d0d8c2618 100644 --- a/metadata/md5-cache/dev-perl/YAML-Syck-1.290.0 +++ b/metadata/md5-cache/dev-perl/YAML-Syck-1.290.0 @@ -3,10 +3,10 @@ DEPEND=dev-lang/perl:=[-build(-)] DESCRIPTION=Fast, lightweight YAML loader and dumper EAPI=5 HOMEPAGE=http://search.cpan.org/dist/YAML-Syck/ -KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris LICENSE=MIT RDEPEND=dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=mirror://cpan/authors/id/T/TO/TODDR/YAML-Syck-1.29.tar.gz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be -_md5_=07cf1fdea47d23ead59df904f1eda978 +_md5_=37d694e25a36f5f29cbacb8439c1e834 diff --git a/metadata/md5-cache/dev-perl/ZMQ-LibZMQ2-1.90.0 b/metadata/md5-cache/dev-perl/ZMQ-LibZMQ2-1.90.0 index 706ec232e1e5..2214a32eb865 100644 --- a/metadata/md5-cache/dev-perl/ZMQ-LibZMQ2-1.90.0 +++ b/metadata/md5-cache/dev-perl/ZMQ-LibZMQ2-1.90.0 @@ -4,10 +4,10 @@ DESCRIPTION=A libzmq 2.x wrapper for Perl EAPI=6 HOMEPAGE=http://search.cpan.org/dist/ZMQ-LibZMQ2/ IUSE=test -KEYWORDS=amd64 ~hppa ppc ~ppc64 x86 +KEYWORDS=amd64 ~hppa ppc ppc64 x86 LICENSE=|| ( Artistic GPL-1+ ) RDEPEND==net-libs/zeromq-2* dev-perl/Task-Weaken >=dev-perl/ZMQ-Constants-1.0.0 >=virtual/perl-XSLoader-0.20.0 dev-lang/perl:= SLOT=0 SRC_URI=mirror://cpan/authors/id/D/DM/DMAKI/ZMQ-LibZMQ2-1.09.tar.gz _eclasses_=multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 -_md5_=24873eceae6245c7be593003bb1819aa +_md5_=49843b7e6177d032913cc71149d2d0f0 diff --git a/metadata/md5-cache/dev-php/PEAR-Net_LDAP2-2.1.0 b/metadata/md5-cache/dev-php/PEAR-Net_LDAP2-2.1.0 index 3d3cb740f5da..d19603aa0cb3 100644 --- a/metadata/md5-cache/dev-php/PEAR-Net_LDAP2-2.1.0 +++ b/metadata/md5-cache/dev-php/PEAR-Net_LDAP2-2.1.0 @@ -3,10 +3,10 @@ DEPEND=dev-lang/php:* >=dev-php/pear-1.8.1 DESCRIPTION=OO interface for searching and manipulating LDAP-entries EAPI=5 HOMEPAGE=http://pear.php.net/Net_LDAP2 -KEYWORDS=alpha amd64 arm hppa ppc ~ppc64 sparc x86 +KEYWORDS=alpha amd64 arm hppa ppc ppc64 sparc x86 LICENSE=LGPL-2.1 RDEPEND=dev-lang/php[ldap] dev-lang/php:* >=dev-php/pear-1.8.1 SLOT=0 SRC_URI=http://pear.php.net/get/Net_LDAP2-2.1.0.tgz _eclasses_=multilib 165fc17c38d1b11dac2008280dab6e80 php-pear-r1 7d1434952f2d1483feac6ad812d605dd toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=534e9053236510016174c5aa9bbae29c +_md5_=49099c4e8056195b72a105568365e58a diff --git a/metadata/md5-cache/dev-php/pecl-redis-2.2.8 b/metadata/md5-cache/dev-php/pecl-redis-2.2.8 deleted file mode 100644 index cefca085e732..000000000000 --- a/metadata/md5-cache/dev-php/pecl-redis-2.2.8 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=igbinary? ( php_targets_php5-6? ( dev-php/igbinary[php_targets_php5-6] ) ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 sys-devel/m4 sys-devel/libtool php_targets_php5-6? ( dev-lang/php:5.6 ) php_targets_php7-0? ( dev-lang/php:7.0 ) -DESCRIPTION=PHP extension for interfacing with Redis -EAPI=6 -HOMEPAGE=http://pecl.php.net/redis -IUSE=igbinary php_targets_php5-6 php_targets_php7-0 -KEYWORDS=~amd64 -LICENSE=PHP-3.01 -PDEPEND=php_targets_php7-0? ( dev-php/pecl-redis:7[php_targets_php7-0] ) -RDEPEND=igbinary? ( php_targets_php5-6? ( dev-php/igbinary[php_targets_php5-6] ) ) php_targets_php5-6? ( dev-lang/php:5.6 ) php_targets_php7-0? ( dev-lang/php:7.0 ) -REQUIRED_USE=|| ( php_targets_php5-6 php_targets_php7-0 ) -SLOT=0 -SRC_URI=http://pecl.php.net/get/redis-2.2.8.tgz -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 php-ext-pecl-r3 362ad55b4b4b63dd1cf7df6cbca082c3 php-ext-source-r3 a30f64f44cd0439913e37281006faaca toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=a0b1b87dd0f2cdbe226f66a13a123251 diff --git a/metadata/md5-cache/dev-php/pecl-redis-3.0.0 b/metadata/md5-cache/dev-php/pecl-redis-3.0.0 deleted file mode 100644 index f4420bcbd5a2..000000000000 --- a/metadata/md5-cache/dev-php/pecl-redis-3.0.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=igbinary? ( php_targets_php7-0? ( dev-php/igbinary[php_targets_php7-0] ) ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-devel/m4-1.4.3 >=sys-devel/libtool-1.5.18 php_targets_php5-6? ( dev-lang/php:5.6 ) php_targets_php7-0? ( dev-lang/php:7.0 ) -DESCRIPTION=PHP extension for interfacing with Redis -EAPI=5 -HOMEPAGE=http://pecl.php.net/redis -IUSE=igbinary php_targets_php5-6 php_targets_php7-0 -KEYWORDS=~amd64 -LICENSE=PHP-3.01 -RDEPEND=igbinary? ( php_targets_php7-0? ( dev-php/igbinary[php_targets_php7-0] ) ) php_targets_php5-6? ( dev-php/pecl-redis:0 ) php_targets_php5-6? ( dev-lang/php:5.6 ) php_targets_php7-0? ( dev-lang/php:7.0 ) -REQUIRED_USE=|| ( php_targets_php5-6 php_targets_php7-0 ) -SLOT=7 -SRC_URI=http://pecl.php.net/get/redis-3.0.0.tgz -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 php-ext-pecl-r2 738a8315cc641f854af2e615c618e70b php-ext-source-r2 d3d06f8b11fb8481e555b58df7360663 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=e40ec35b72a9c18eadf995d772bcb418 diff --git a/metadata/md5-cache/dev-php/pecl-redis-3.1.0 b/metadata/md5-cache/dev-php/pecl-redis-3.1.0 new file mode 100644 index 000000000000..3c553acb97a8 --- /dev/null +++ b/metadata/md5-cache/dev-php/pecl-redis-3.1.0 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=igbinary? ( php_targets_php5-6? ( dev-php/igbinary[php_targets_php5-6] ) php_targets_php7-0? ( dev-php/igbinary[php_targets_php7-0] ) php_targets_php7-1? ( dev-php/igbinary[php_targets_php7-1] ) ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 sys-devel/m4 sys-devel/libtool php_targets_php5-6? ( dev-lang/php:5.6 ) php_targets_php7-0? ( dev-lang/php:7.0 ) php_targets_php7-1? ( dev-lang/php:7.1 ) +DESCRIPTION=PHP extension for interfacing with Redis +EAPI=6 +HOMEPAGE=http://pecl.php.net/redis +IUSE=igbinary php_targets_php5-6 php_targets_php7-0 php_targets_php7-1 +KEYWORDS=~amd64 +LICENSE=PHP-3.01 +RDEPEND=igbinary? ( php_targets_php5-6? ( dev-php/igbinary[php_targets_php5-6] ) php_targets_php7-0? ( dev-php/igbinary[php_targets_php7-0] ) php_targets_php7-1? ( dev-php/igbinary[php_targets_php7-1] ) ) php_targets_php5-6? ( dev-lang/php:5.6 ) php_targets_php7-0? ( dev-lang/php:7.0 ) php_targets_php7-1? ( dev-lang/php:7.1 ) +REQUIRED_USE=|| ( php_targets_php5-6 php_targets_php7-0 php_targets_php7-1 ) +RESTRICT=test +SLOT=0 +SRC_URI=http://pecl.php.net/get/redis-3.1.0.tgz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 php-ext-pecl-r3 362ad55b4b4b63dd1cf7df6cbca082c3 php-ext-source-r3 a30f64f44cd0439913e37281006faaca toolchain-funcs 1b1da0c45c555989dc5d832b54880783 +_md5_=c0c0f8fafac6bfc82031b14029da9296 diff --git a/metadata/md5-cache/dev-php/pecl-stomp-1.0.9 b/metadata/md5-cache/dev-php/pecl-stomp-1.0.9-r1 similarity index 84% rename from metadata/md5-cache/dev-php/pecl-stomp-1.0.9 rename to metadata/md5-cache/dev-php/pecl-stomp-1.0.9-r1 index 7533df446e48..72f3dfa64024 100644 --- a/metadata/md5-cache/dev-php/pecl-stomp-1.0.9 +++ b/metadata/md5-cache/dev-php/pecl-stomp-1.0.9-r1 @@ -1,15 +1,15 @@ DEFINED_PHASES=compile configure install prepare test unpack DEPEND=php_targets_php5-6? ( dev-lang/php:5.6[ssl?] ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 sys-devel/m4 sys-devel/libtool php_targets_php5-6? ( dev-lang/php:5.6 ) php_targets_php7-0? ( dev-lang/php:7.0 ) -DESCRIPTION=PHP extension to communicate with Stomp compliant Message Brokers +DESCRIPTION=PHP extension to communicate with Stomp message brokers EAPI=6 HOMEPAGE=http://pecl.php.net/stomp -IUSE=examples +ssl php_targets_php5-6 php_targets_php7-0 +IUSE=examples ssl php_targets_php5-6 php_targets_php7-0 KEYWORDS=~amd64 ~x86 -LICENSE=PHP-3 +LICENSE=PHP-3.01 PDEPEND=php_targets_php7-0? ( dev-php/pecl-stomp:7 ) RDEPEND=php_targets_php5-6? ( dev-lang/php:5.6[ssl?] ) php_targets_php5-6? ( dev-lang/php:5.6 ) php_targets_php7-0? ( dev-lang/php:7.0 ) REQUIRED_USE=|| ( php_targets_php5-6 php_targets_php7-0 ) SLOT=0 SRC_URI=http://pecl.php.net/get/stomp-1.0.9.tgz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 php-ext-pecl-r3 362ad55b4b4b63dd1cf7df6cbca082c3 php-ext-source-r3 a30f64f44cd0439913e37281006faaca toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=8693c8841015d70b7e7523b81e2eab46 +_md5_=99bdf108bff05f0539fde4418e556e2a diff --git a/metadata/md5-cache/dev-php/pecl-stomp-2.0.0 b/metadata/md5-cache/dev-php/pecl-stomp-2.0.0-r1 similarity index 84% rename from metadata/md5-cache/dev-php/pecl-stomp-2.0.0 rename to metadata/md5-cache/dev-php/pecl-stomp-2.0.0-r1 index 7b9727c42ca1..d2da1a9d390e 100644 --- a/metadata/md5-cache/dev-php/pecl-stomp-2.0.0 +++ b/metadata/md5-cache/dev-php/pecl-stomp-2.0.0-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare test unpack DEPEND=php_targets_php7-0? ( dev-lang/php:7.0[ssl?] ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 sys-devel/m4 sys-devel/libtool php_targets_php5-6? ( dev-lang/php:5.6 ) php_targets_php7-0? ( dev-lang/php:7.0 ) -DESCRIPTION=PHP extension to communicate with Stomp compliant Message Brokers +DESCRIPTION=PHP extension to communicate with Stomp message brokers EAPI=6 HOMEPAGE=http://pecl.php.net/stomp -IUSE=examples +ssl php_targets_php5-6 php_targets_php7-0 +IUSE=examples ssl test php_targets_php5-6 php_targets_php7-0 KEYWORDS=~amd64 ~x86 -LICENSE=PHP-3 +LICENSE=PHP-3.01 RDEPEND=php_targets_php7-0? ( dev-lang/php:7.0[ssl?] ) php_targets_php5-6? ( dev-php/pecl-stomp:0 ) php_targets_php5-6? ( dev-lang/php:5.6 ) php_targets_php7-0? ( dev-lang/php:7.0 ) REQUIRED_USE=|| ( php_targets_php5-6 php_targets_php7-0 ) SLOT=7 SRC_URI=http://pecl.php.net/get/stomp-2.0.0.tgz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 php-ext-pecl-r3 362ad55b4b4b63dd1cf7df6cbca082c3 php-ext-source-r3 a30f64f44cd0439913e37281006faaca toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=2137a03675b57234e790babb6d1ed90b +_md5_=ce48af46799aa04e0a17adaadc8fd684 diff --git a/metadata/md5-cache/dev-python/backports-unittest-mock-1.2.1 b/metadata/md5-cache/dev-python/backports-unittest-mock-1.2.1 index cb10f5c9b1b1..76f348b77689 100644 --- a/metadata/md5-cache/dev-python/backports-unittest-mock-1.2.1 +++ b/metadata/md5-cache/dev-python/backports-unittest-mock-1.2.1 @@ -4,11 +4,11 @@ DESCRIPTION=Backport of unittest.mock EAPI=6 HOMEPAGE=https://github.com/jaraco/backports.unittest_mock IUSE=doc test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 -KEYWORDS=~amd64 ~x86 +KEYWORDS=~alpha ~amd64 ~x86 LICENSE=MIT RDEPEND=dev-python/mock[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-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_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_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) SLOT=0 SRC_URI=mirror://pypi/b/backports.unittest_mock/backports.unittest_mock-1.2.1.tar.gz _eclasses_=distutils-r1 583a05d30524485fda6869c772682ecd multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=82728c733ae3a59a81d1ff0009a73431 +_md5_=6f54459e0ea1ee0953d08c46586942ca diff --git a/metadata/md5-cache/dev-python/beautifulsoup-4.5.1 b/metadata/md5-cache/dev-python/beautifulsoup-4.5.1 index 6b72da492dee..f444172dcc79 100644 --- a/metadata/md5-cache/dev-python/beautifulsoup-4.5.1 +++ b/metadata/md5-cache/dev-python/beautifulsoup-4.5.1 @@ -4,11 +4,11 @@ DESCRIPTION=Provides pythonic idioms for iterating, searching, and modifying an EAPI=6 HOMEPAGE=https://bugs.launchpad.net/beautifulsoup/ https://pypi.python.org/pypi/beautifulsoup4 IUSE=doc test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 -KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=MIT RDEPEND=python_targets_pypy? ( dev-python/html5lib[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/html5lib[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/lxml[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_4? ( dev-python/lxml[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_5? ( dev-python/lxml[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) 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_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) SLOT=4 SRC_URI=mirror://pypi/b/beautifulsoup4/beautifulsoup4-4.5.1.tar.gz _eclasses_=distutils-r1 583a05d30524485fda6869c772682ecd multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=f50c676910f97be74b433088a86954c7 +_md5_=26b5f5757d0c5d23f24a9a27081a4508 diff --git a/metadata/md5-cache/dev-python/bokeh-0.10.0 b/metadata/md5-cache/dev-python/bokeh-0.10.0 deleted file mode 100644 index 810158b5e626..000000000000 --- a/metadata/md5-cache/dev-python/bokeh-0.10.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/abstract_rendering[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/colorama-0.2.7[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/flask-0.10.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/jinja-2.7[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/numpy-1.7.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pandas-0.11[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/python-dateutil-2.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pyyaml-3.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pyzmq-14.3.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/redis-py-2.7.6[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/requests-1.2.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/six-1.5.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/websocket-client[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/werkzeug-0.9.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=www-servers/tornado-4.0.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] test? ( dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-python/mock-1.0.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) 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_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] -DESCRIPTION=Statistical and novel interactive HTML plots for Python -EAPI=5 -HOMEPAGE=http://bokeh.pydata.org/ https://github.com/bokeh/bokeh http://pypi.python.org/pypi/bokeh -IUSE=examples test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux -LICENSE=BSD -RDEPEND=dev-python/abstract_rendering[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/colorama-0.2.7[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/flask-0.10.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/jinja-2.7[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/numpy-1.7.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pandas-0.11[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/python-dateutil-2.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pyyaml-3.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pyzmq-14.3.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/redis-py-2.7.6[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/requests-1.2.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/six-1.5.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/websocket-client[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/werkzeug-0.9.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=www-servers/tornado-4.0.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-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_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_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) -SLOT=0 -SRC_URI=mirror://pypi/b/bokeh/bokeh-0.10.0.tar.gz -_eclasses_=distutils-r1 583a05d30524485fda6869c772682ecd eutils b83a2420b796f7c6eff682679d08fe25 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=0ed4af9db581b1e0a58902f19e3c362b diff --git a/metadata/md5-cache/dev-python/bokeh-0.11.0 b/metadata/md5-cache/dev-python/bokeh-0.11.0 deleted file mode 100644 index b4deeadf2938..000000000000 --- a/metadata/md5-cache/dev-python/bokeh-0.11.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/abstract_rendering[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/colorama-0.2.7[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/flask-0.10.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/jinja-2.7[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/numpy-1.7.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pandas-0.11[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/python-dateutil-2.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pyyaml-3.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pyzmq-14.3.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/redis-py-2.7.6[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/requests-1.2.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/six-1.5.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/websocket-client[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/werkzeug-0.9.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=www-servers/tornado-4.0.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-python/mock-1.0.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python3_4? ( dev-python/flexx[python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_5? ( dev-python/flexx[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_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_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] -DESCRIPTION=Statistical and novel interactive HTML plots for Python -EAPI=5 -HOMEPAGE=http://bokeh.pydata.org/ https://github.com/bokeh/bokeh http://pypi.python.org/pypi/bokeh -IUSE=examples test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux -LICENSE=BSD -RDEPEND=dev-python/abstract_rendering[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/colorama-0.2.7[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/flask-0.10.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/jinja-2.7[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/numpy-1.7.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pandas-0.11[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/python-dateutil-2.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pyyaml-3.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pyzmq-14.3.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/redis-py-2.7.6[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/requests-1.2.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/six-1.5.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/websocket-client[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/werkzeug-0.9.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=www-servers/tornado-4.0.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-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_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_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) -SLOT=0 -SRC_URI=mirror://pypi/b/bokeh/bokeh-0.11.0.tar.gz -_eclasses_=distutils-r1 583a05d30524485fda6869c772682ecd eutils b83a2420b796f7c6eff682679d08fe25 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=be805654572ebe502d83694a7f211661 diff --git a/metadata/md5-cache/dev-python/bokeh-0.7.1 b/metadata/md5-cache/dev-python/bokeh-0.7.1 deleted file mode 100644 index 3d0ecc91b21c..000000000000 --- a/metadata/md5-cache/dev-python/bokeh-0.7.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare test -DEPEND=test? ( >=dev-python/colorama-0.2.7[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/click-3.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/flask-0.10.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/greenlet-0.4.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/itsdangerous-0.21[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/jinja-2.7[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/markdown-2.3.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/markupsafe-0.18[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/numpy-1.7.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pandas-0.11[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pygments-1.6[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/python-dateutil-2.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pystache-0.5.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pytz-2013b[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pyyaml-3.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pyzmq-14.3.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/redis-py-2.7.6[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/requests-1.2.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/six-1.5.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/werkzeug-0.9.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=net-libs/nodejs-0.8.28[npm] >=www-client/phantomjs-1.9.8 >=www-servers/tornado-4.0.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-python/gevent-1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-python/gevent-websocket-0.9.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-python/nose-1.3.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-python/mock-1.0.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-python/colorama-0.2.7[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-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_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_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] -DESCRIPTION=Statistical and interactive HTML plots for Python -EAPI=5 -HOMEPAGE=http://bokeh.pydata.org/ -IUSE=examples test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 -KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux -LICENSE=BSD -RDEPEND=>=dev-python/colorama-0.2.7[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/click-3.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/flask-0.10.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/greenlet-0.4.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/itsdangerous-0.21[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/jinja-2.7[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/markdown-2.3.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/markupsafe-0.18[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/numpy-1.7.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pandas-0.11[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pygments-1.6[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/python-dateutil-2.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pystache-0.5.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pytz-2013b[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pyyaml-3.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pyzmq-14.3.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/redis-py-2.7.6[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/requests-1.2.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/six-1.5.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/werkzeug-0.9.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=net-libs/nodejs-0.8.28[npm] >=www-client/phantomjs-1.9.8 >=www-servers/tornado-4.0.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-python/gevent-1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-python/gevent-websocket-0.9.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) 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_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) -SLOT=0 -SRC_URI=https://github.com/ContinuumIO/bokeh/archive/0.7.1.tar.gz -> bokeh-0.7.1.tar.gz -_eclasses_=distutils-r1 583a05d30524485fda6869c772682ecd eutils b83a2420b796f7c6eff682679d08fe25 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 readme.gentoo df3fc8fdaf5a519e7d48c83e7592c95f toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=8775a7b27d26b0469a3bd2a15176663d diff --git a/metadata/md5-cache/dev-python/chardet-2.3.0 b/metadata/md5-cache/dev-python/chardet-2.3.0 index 097e13308fdb..87c85c12fc4d 100644 --- a/metadata/md5-cache/dev-python/chardet-2.3.0 +++ b/metadata/md5-cache/dev-python/chardet-2.3.0 @@ -4,11 +4,11 @@ DESCRIPTION=Universal encoding detector EAPI=5 HOMEPAGE=https://github.com/chardet/chardet https://pypi.python.org/pypi/chardet IUSE=python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 -KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos +KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos LICENSE=LGPL-2.1 RDEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) 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_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) SLOT=0 SRC_URI=mirror://pypi/c/chardet/chardet-2.3.0.tar.gz _eclasses_=distutils-r1 583a05d30524485fda6869c772682ecd eutils b83a2420b796f7c6eff682679d08fe25 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=720e544f63378ff4ecca24aed45ae99c +_md5_=c0a036402efb2097dea7310c1339a2b2 diff --git a/metadata/md5-cache/dev-python/gdata-2.0.18 b/metadata/md5-cache/dev-python/gdata-2.0.18 index 5e4e09eec649..c4259dddeb04 100644 --- a/metadata/md5-cache/dev-python/gdata-2.0.18 +++ b/metadata/md5-cache/dev-python/gdata-2.0.18 @@ -4,11 +4,11 @@ DESCRIPTION=Python client library for Google data APIs EAPI=5 HOMEPAGE=https://github.com/google/gdata-python-client https://pypi.python.org/pypi/gdata IUSE=examples python_targets_pypy python_targets_python2_7 -KEYWORDS=alpha amd64 arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux +KEYWORDS=alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux LICENSE=Apache-2.0 RDEPEND=python_targets_pypy? ( virtual/pypy:0=[ssl(+),xml(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[ssl(+),xml(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://pypi/g/gdata/gdata-2.0.18.tar.gz _eclasses_=distutils-r1 583a05d30524485fda6869c772682ecd eutils b83a2420b796f7c6eff682679d08fe25 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=15885c6f4208af83113b8cff3dd1034c +_md5_=8a646c9f0dba23a6a840babdda576d94 diff --git a/metadata/md5-cache/dev-python/isort-4.2.5 b/metadata/md5-cache/dev-python/isort-4.2.5 new file mode 100644 index 000000000000..30cd8f2b9147 --- /dev/null +++ b/metadata/md5-cache/dev-python/isort-4.2.5 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=python_targets_pypy? ( virtual/pypy:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) 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_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +DESCRIPTION=A python utility/library to sort imports +EAPI=6 +HOMEPAGE=https://pypi.python.org/pypi/isort +IUSE=python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 +KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos +LICENSE=MIT +RDEPEND=python_targets_pypy? ( virtual/pypy:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) 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_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) +SLOT=0 +SRC_URI=mirror://pypi/i/isort/isort-4.2.5.tar.gz +_eclasses_=distutils-r1 583a05d30524485fda6869c772682ecd multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=1be262ac96889abe43e635a2d5d12e03 diff --git a/metadata/md5-cache/dev-python/louie-1.1-r1 b/metadata/md5-cache/dev-python/louie-1.1-r1 index 83d78f980857..b160fcd4b44b 100644 --- a/metadata/md5-cache/dev-python/louie-1.1-r1 +++ b/metadata/md5-cache/dev-python/louie-1.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Signal dispatching mechanism for Python EAPI=5 HOMEPAGE=https://pypi.python.org/pypi/Louie IUSE=test python_targets_python2_7 -KEYWORDS=amd64 ppc ~ppc64 ~sparc x86 +KEYWORDS=amd64 ppc ppc64 ~sparc x86 LICENSE=BSD RDEPEND=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/L/Louie/Louie-1.1.tar.gz _eclasses_=distutils-r1 583a05d30524485fda6869c772682ecd eutils b83a2420b796f7c6eff682679d08fe25 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=c20b1abd98a1f118bea517ccc6563e50 +_md5_=006871505f4a037de37c88049b060f80 diff --git a/metadata/md5-cache/dev-python/nbdime-0.1.0 b/metadata/md5-cache/dev-python/nbdime-0.1.0 new file mode 100644 index 000000000000..15fb219b1b75 --- /dev/null +++ b/metadata/md5-cache/dev-python/nbdime-0.1.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/nbformat[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/six[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/colorama[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/requests[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] www-servers/tornado[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] webtools? ( net-libs/nodejs[npm] ) test? ( dev-python/pytest[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pytest-cov[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pytest-timeout[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/jsonschema[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/mock[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/requests[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) 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_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +DESCRIPTION=Diff and merge of Jupyter Notebooks +EAPI=6 +HOMEPAGE=http://jupyter.org +IUSE=test webtools python_targets_python3_4 python_targets_python3_5 +KEYWORDS=~amd64 +LICENSE=BSD +RDEPEND=dev-python/nbformat[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/six[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/colorama[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/requests[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] www-servers/tornado[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] webtools? ( net-libs/nodejs[npm] ) 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_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +REQUIRED_USE=|| ( python_targets_python3_4 python_targets_python3_5 ) +SLOT=0 +SRC_URI=mirror://pypi/n/nbdime/nbdime-0.1.0.tar.gz +_eclasses_=distutils-r1 583a05d30524485fda6869c772682ecd multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=4a1d2f0dc086cc85ec769135bb5218fe diff --git a/metadata/md5-cache/dev-python/pycuda-2012.1 b/metadata/md5-cache/dev-python/pycuda-2012.1 index 4cface2f8520..9ca6112c5e85 100644 --- a/metadata/md5-cache/dev-python/pycuda-2012.1 +++ b/metadata/md5-cache/dev-python/pycuda-2012.1 @@ -11,5 +11,5 @@ REQUIRED_USE=|| ( python_targets_python2_7 ) RESTRICT=userpriv SLOT=0 SRC_URI=mirror://pypi/p/pycuda/pycuda-2012.1.tar.gz -_eclasses_=cuda e8857dd1a7c161259295205ce0220046 distutils-r1 583a05d30524485fda6869c772682ecd eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_eclasses_=cuda f150e667cc5826799d86be0fff518252 distutils-r1 583a05d30524485fda6869c772682ecd eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=e2eef31419925d1ea0c20d1f49a943b3 diff --git a/metadata/md5-cache/dev-python/pycuda-2013.1.1 b/metadata/md5-cache/dev-python/pycuda-2013.1.1 index a9526ec21741..b6b59b490790 100644 --- a/metadata/md5-cache/dev-python/pycuda-2013.1.1 +++ b/metadata/md5-cache/dev-python/pycuda-2013.1.1 @@ -11,5 +11,5 @@ REQUIRED_USE=|| ( python_targets_python2_7 ) RESTRICT=userpriv SLOT=0 SRC_URI=mirror://pypi/p/pycuda/pycuda-2013.1.1.tar.gz -_eclasses_=cuda e8857dd1a7c161259295205ce0220046 distutils-r1 583a05d30524485fda6869c772682ecd eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_eclasses_=cuda f150e667cc5826799d86be0fff518252 distutils-r1 583a05d30524485fda6869c772682ecd eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=3c6c8d8b901537ebfb6318664b74e91e diff --git a/metadata/md5-cache/dev-python/pycuda-2014.1 b/metadata/md5-cache/dev-python/pycuda-2014.1 index addea543c380..0a2bcd435136 100644 --- a/metadata/md5-cache/dev-python/pycuda-2014.1 +++ b/metadata/md5-cache/dev-python/pycuda-2014.1 @@ -11,5 +11,5 @@ REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 ) RESTRICT=userpriv SLOT=0 SRC_URI=mirror://pypi/p/pycuda/pycuda-2014.1.tar.gz -_eclasses_=cuda e8857dd1a7c161259295205ce0220046 distutils-r1 583a05d30524485fda6869c772682ecd eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_eclasses_=cuda f150e667cc5826799d86be0fff518252 distutils-r1 583a05d30524485fda6869c772682ecd eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=38a7b309a2e21c80b5c6fe558d73c6a6 diff --git a/metadata/md5-cache/dev-python/pycuda-2016.1.2 b/metadata/md5-cache/dev-python/pycuda-2016.1.2 index d8f8b90c4c04..b5ac9aa3c677 100644 --- a/metadata/md5-cache/dev-python/pycuda-2016.1.2 +++ b/metadata/md5-cache/dev-python/pycuda-2016.1.2 @@ -11,5 +11,5 @@ REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targe RESTRICT=userpriv SLOT=0 SRC_URI=mirror://pypi/p/pycuda/pycuda-2016.1.2.tar.gz -_eclasses_=cuda e8857dd1a7c161259295205ce0220046 distutils-r1 583a05d30524485fda6869c772682ecd eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_eclasses_=cuda f150e667cc5826799d86be0fff518252 distutils-r1 583a05d30524485fda6869c772682ecd eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=8ac4bcce6405b30ac08f8d7f3cd458b9 diff --git a/metadata/md5-cache/dev-python/pycuda-9999 b/metadata/md5-cache/dev-python/pycuda-9999 index b3501eef331e..ec9cc022fd80 100644 --- a/metadata/md5-cache/dev-python/pycuda-9999 +++ b/metadata/md5-cache/dev-python/pycuda-9999 @@ -9,5 +9,5 @@ RDEPEND=dev-libs/boost[python,python_targets_python2_7(-)?,python_targets_python REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 ) RESTRICT=userpriv SLOT=0 -_eclasses_=cuda e8857dd1a7c161259295205ce0220046 distutils-r1 583a05d30524485fda6869c772682ecd eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 git-r3 e928b84a9f6f1d9076d1d27687876dc6 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_eclasses_=cuda f150e667cc5826799d86be0fff518252 distutils-r1 583a05d30524485fda6869c772682ecd eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 git-r3 e928b84a9f6f1d9076d1d27687876dc6 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=5ffeb303c362276977ac9a28bb0999b8 diff --git a/metadata/md5-cache/dev-python/pygtkhelpers-0.4.3-r1 b/metadata/md5-cache/dev-python/pygtkhelpers-0.4.3-r1 index 7325aca24c2a..bfd82f5e381c 100644 --- a/metadata/md5-cache/dev-python/pygtkhelpers-0.4.3-r1 +++ b/metadata/md5-cache/dev-python/pygtkhelpers-0.4.3-r1 @@ -4,11 +4,11 @@ DESCRIPTION=PyGTKHelpers is a library to assist the building of PyGTK applicatio EAPI=5 HOMEPAGE=http://packages.python.org/pygtkhelpers/ https://pypi.python.org/pypi/pygtkhelpers IUSE=doc examples python_targets_python2_7 -KEYWORDS=amd64 ~ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=LGPL-3 RDEPEND=dev-python/pygtk[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] 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/p/pygtkhelpers/pygtkhelpers-0.4.3.tar.gz _eclasses_=distutils-r1 583a05d30524485fda6869c772682ecd eutils b83a2420b796f7c6eff682679d08fe25 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=3a49b074732fb12f24027df97e759d70 +_md5_=271e64febcf6d2a00ba3d3c35eda9f4a diff --git a/metadata/md5-cache/dev-python/pyid3lib-0.5.1-r2 b/metadata/md5-cache/dev-python/pyid3lib-0.5.1-r2 index 5505fa9ca001..35c8b8611425 100644 --- a/metadata/md5-cache/dev-python/pyid3lib-0.5.1-r2 +++ b/metadata/md5-cache/dev-python/pyid3lib-0.5.1-r2 @@ -4,11 +4,11 @@ DESCRIPTION=Module for manipulating ID3 tags in Python EAPI=5 HOMEPAGE=http://pyid3lib.sourceforge.net/ IUSE=python_targets_python2_7 -KEYWORDS=amd64 ~ia64 ppc ~ppc64 ~sparc x86 +KEYWORDS=amd64 ~ia64 ppc ppc64 ~sparc x86 LICENSE=LGPL-2.1 RDEPEND=media-libs/id3lib 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://sourceforge/pyid3lib/pyid3lib-0.5.1.tar.bz2 _eclasses_=distutils-r1 583a05d30524485fda6869c772682ecd eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=64c77824e10ca83d8971c9d481707b39 +_md5_=1e6555245de9989b5f950eb8b6755fd6 diff --git a/metadata/md5-cache/dev-python/pylint-1.6.4 b/metadata/md5-cache/dev-python/pylint-1.6.4 new file mode 100644 index 000000000000..717b8beae621 --- /dev/null +++ b/metadata/md5-cache/dev-python/pylint-1.6.4 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst prepare test +DEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] doc? ( dev-python/sphinx[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) test? ( >=dev-python/astroid-1.4.5[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] =dev-python/isort-4.2.5[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/mccabe ) python_targets_pypy? ( virtual/pypy:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +DESCRIPTION=Python code static checker +EAPI=5 +HOMEPAGE=http://www.logilab.org/project/pylint https://pypi.python.org/pypi/pylint https://github.com/pycqa/pylint +IUSE=doc examples test python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 +KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos +LICENSE=GPL-2 +RDEPEND=>=dev-python/astroid-1.4.5[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] =dev-python/isort-4.2.5[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/mccabe python_targets_pypy? ( virtual/pypy:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://pypi/p/pylint/pylint-1.6.4.tar.gz +_eclasses_=distutils-r1 583a05d30524485fda6869c772682ecd eutils b83a2420b796f7c6eff682679d08fe25 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=b34fc937489c3d7fcec01d90ba777e37 diff --git a/metadata/md5-cache/dev-python/pyminuit-1.2.1 b/metadata/md5-cache/dev-python/pyminuit-1.2.1 deleted file mode 100644 index 532962743632..000000000000 --- a/metadata/md5-cache/dev-python/pyminuit-1.2.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] -DESCRIPTION=Minuit numerical function minimization in Python -EAPI=5 -HOMEPAGE=https://github.com/jpivarski/pyminuit -IUSE=python_targets_python2_7 python_targets_python3_4 -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux -LICENSE=GPL-2 -RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 ) -SLOT=0 -SRC_URI=https://pyminuit.googlecode.com/files/pyminuit-1.2.1.tgz https://pyminuit.googlecode.com/files/Minuit-1_7_9-patch1.tar.gz -_eclasses_=distutils-r1 583a05d30524485fda6869c772682ecd eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=9dc94402987c91575671353f0e8ab69a diff --git a/metadata/md5-cache/dev-python/rst-linker-1.7 b/metadata/md5-cache/dev-python/rst-linker-1.7 index 9833532f2ce3..1a0fa9fd5e9b 100644 --- a/metadata/md5-cache/dev-python/rst-linker-1.7 +++ b/metadata/md5-cache/dev-python/rst-linker-1.7 @@ -4,11 +4,11 @@ DESCRIPTION=Sphinx plugin to add links and timestamps to the changelog EAPI=6 HOMEPAGE=https://github.com/jaraco/rst.linker IUSE=doc test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 -KEYWORDS=~amd64 ~x86 +KEYWORDS=~alpha ~amd64 ~x86 LICENSE=MIT RDEPEND=dev-python/python-dateutil[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/six[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-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_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_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) SLOT=0 SRC_URI=mirror://pypi/r/rst.linker/rst.linker-1.7.tar.gz _eclasses_=distutils-r1 583a05d30524485fda6869c772682ecd multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=0e51ee90b98cb1e42f982f1f306e8a96 +_md5_=1265b2a4c3a4bdac93189b52c1b29f43 diff --git a/metadata/md5-cache/dev-python/sancho-2.4-r1 b/metadata/md5-cache/dev-python/sancho-2.4-r1 index 7f15893e0c81..719922b77e39 100644 --- a/metadata/md5-cache/dev-python/sancho-2.4-r1 +++ b/metadata/md5-cache/dev-python/sancho-2.4-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Sancho is a unit testing framework EAPI=5 HOMEPAGE=http://www.mems-exchange.org/software/sancho/ IUSE=python_targets_python2_7 -KEYWORDS=alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos +KEYWORDS=alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos LICENSE=CNRI RDEPEND=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=http://www.mems-exchange.org/software/files/sancho/Sancho-2.4.tar.gz _eclasses_=distutils-r1 583a05d30524485fda6869c772682ecd eutils b83a2420b796f7c6eff682679d08fe25 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=e4ceb6a676728e2672b03c1b1213ef27 +_md5_=63c9d07a955b587dbdc3c2efef41c502 diff --git a/metadata/md5-cache/dev-python/tagpy-2013.1 b/metadata/md5-cache/dev-python/tagpy-2013.1 index fda6d4bba297..f1ec9d489426 100644 --- a/metadata/md5-cache/dev-python/tagpy-2013.1 +++ b/metadata/md5-cache/dev-python/tagpy-2013.1 @@ -4,11 +4,11 @@ DESCRIPTION=Python Bindings for TagLib EAPI=6 HOMEPAGE=http://mathema.tician.de//software/tagpy https://pypi.python.org/pypi/tagpy IUSE=examples python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 -KEYWORDS=amd64 ppc ~ppc64 ~sparc x86 +KEYWORDS=amd64 ppc ppc64 ~sparc x86 LICENSE=BSD RDEPEND=>=dev-libs/boost-1.49.0:=[python,threads,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=media-libs/taglib-1.7.2 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) 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_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) SLOT=0 SRC_URI=mirror://pypi/t/tagpy/tagpy-2013.1.tar.gz _eclasses_=distutils-r1 583a05d30524485fda6869c772682ecd multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=02ed80be3202fb0914207b838c35ca76 +_md5_=35c5e4d10277671e8244102a0ebadeac diff --git a/metadata/md5-cache/dev-qt/assistant-5.6.2 b/metadata/md5-cache/dev-qt/assistant-5.6.2 index a65204708605..8caee5466235 100644 --- a/metadata/md5-cache/dev-qt/assistant-5.6.2 +++ b/metadata/md5-cache/dev-qt/assistant-5.6.2 @@ -4,11 +4,11 @@ DESCRIPTION=Tool for viewing on-line documentation in Qt help file format EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=webkit debug test -KEYWORDS=amd64 arm ~hppa ~ppc64 x86 +KEYWORDS=amd64 arm ~hppa ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.6.2 ~dev-qt/qtgui-5.6.2 ~dev-qt/qthelp-5.6.2 ~dev-qt/qtnetwork-5.6.2 ~dev-qt/qtprintsupport-5.6.2 ~dev-qt/qtsql-5.6.2[sqlite] ~dev-qt/qtwidgets-5.6.2 webkit? ( ~dev-qt/qtwebkit-5.6.2 ) dev-qt/qtchooser RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qttools-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=41450e03ddec16923897805bcf1d073b +_md5_=3a194840a019fff5adb492c3395aa279 diff --git a/metadata/md5-cache/dev-qt/designer-5.6.2 b/metadata/md5-cache/dev-qt/designer-5.6.2 index a48bab3c41e2..706b7b2da12c 100644 --- a/metadata/md5-cache/dev-qt/designer-5.6.2 +++ b/metadata/md5-cache/dev-qt/designer-5.6.2 @@ -4,11 +4,11 @@ DESCRIPTION=WYSIWYG tool for designing and building Qt-based GUIs EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=declarative webkit debug test -KEYWORDS=amd64 arm ~arm64 ~hppa ppc ~ppc64 x86 +KEYWORDS=amd64 arm ~arm64 ~hppa ppc ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.6.2 ~dev-qt/qtgui-5.6.2 ~dev-qt/qtnetwork-5.6.2 ~dev-qt/qtprintsupport-5.6.2 ~dev-qt/qtwidgets-5.6.2 ~dev-qt/qtxml-5.6.2 declarative? ( ~dev-qt/qtdeclarative-5.6.2[widgets] ) webkit? ( ~dev-qt/qtwebkit-5.6.2 ) dev-qt/qtchooser RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qttools-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=31355046618e40c054633fdb9fe83f74 +_md5_=7ed8bda31d597d8345a9c88b255d4b1f diff --git a/metadata/md5-cache/dev-qt/linguist-5.6.2 b/metadata/md5-cache/dev-qt/linguist-5.6.2 index 79c95d922c33..83d63671979c 100644 --- a/metadata/md5-cache/dev-qt/linguist-5.6.2 +++ b/metadata/md5-cache/dev-qt/linguist-5.6.2 @@ -4,11 +4,11 @@ DESCRIPTION=Graphical tool for translating Qt applications EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=debug test -KEYWORDS=amd64 arm ~hppa ~ppc64 x86 +KEYWORDS=amd64 arm ~hppa ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/designer-5.6.2 ~dev-qt/qtcore-5.6.2 ~dev-qt/qtgui-5.6.2 ~dev-qt/qtprintsupport-5.6.2 ~dev-qt/qtwidgets-5.6.2 ~dev-qt/qtxml-5.6.2 dev-qt/qtchooser RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qttools-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=b67698cf3557220f9aabce7e7b3cb977 +_md5_=9f96d117d49f4d46f2f9ed89cd239c52 diff --git a/metadata/md5-cache/dev-qt/linguist-tools-5.6.2 b/metadata/md5-cache/dev-qt/linguist-tools-5.6.2 index 38d23910587a..1774b9b9798c 100644 --- a/metadata/md5-cache/dev-qt/linguist-tools-5.6.2 +++ b/metadata/md5-cache/dev-qt/linguist-tools-5.6.2 @@ -4,11 +4,11 @@ DESCRIPTION=Tools for working with Qt translation data files EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=qml debug test -KEYWORDS=amd64 arm ~arm64 ~hppa ppc ~ppc64 x86 +KEYWORDS=amd64 arm ~arm64 ~hppa ppc ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.6.2 ~dev-qt/qtxml-5.6.2 qml? ( ~dev-qt/qtdeclarative-5.6.2 ) dev-qt/qtchooser RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qttools-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=ba6692c808e17b21a92f00cfc45be904 +_md5_=a1a1cfd0183a246b9c4b40a7c89d47da diff --git a/metadata/md5-cache/dev-qt/pixeltool-5.6.2 b/metadata/md5-cache/dev-qt/pixeltool-5.6.2 index 48e01a4fea89..fbf9375eac14 100644 --- a/metadata/md5-cache/dev-qt/pixeltool-5.6.2 +++ b/metadata/md5-cache/dev-qt/pixeltool-5.6.2 @@ -4,11 +4,11 @@ DESCRIPTION=Qt screen magnifier EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=debug test -KEYWORDS=amd64 arm ~hppa ~ppc64 x86 +KEYWORDS=amd64 arm ~hppa ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.6.2 ~dev-qt/qtgui-5.6.2 ~dev-qt/qtnetwork-5.6.2 ~dev-qt/qtwidgets-5.6.2 dev-qt/qtchooser RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qttools-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=72ee68a3aeb35c7eddcbd68f473e199a +_md5_=951b76be4c7e7950a076caf6bc620e08 diff --git a/metadata/md5-cache/dev-qt/qdbus-5.6.2 b/metadata/md5-cache/dev-qt/qdbus-5.6.2 index 80ad8d0471e1..8a9c968da287 100644 --- a/metadata/md5-cache/dev-qt/qdbus-5.6.2 +++ b/metadata/md5-cache/dev-qt/qdbus-5.6.2 @@ -4,11 +4,11 @@ DESCRIPTION=Interface to Qt applications communicating over D-Bus EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=debug test -KEYWORDS=amd64 arm ~hppa ppc ~ppc64 x86 +KEYWORDS=amd64 arm ~hppa ppc ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.6.2 ~dev-qt/qtdbus-5.6.2 ~dev-qt/qtxml-5.6.2 dev-qt/qtchooser RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qttools-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=b28959c104b61d8370278dd3a14353a7 +_md5_=05df9e07edae1aa3b90d2d59ee92b152 diff --git a/metadata/md5-cache/dev-qt/qdbusviewer-5.6.2 b/metadata/md5-cache/dev-qt/qdbusviewer-5.6.2 index 62eff13d5750..75132d908867 100644 --- a/metadata/md5-cache/dev-qt/qdbusviewer-5.6.2 +++ b/metadata/md5-cache/dev-qt/qdbusviewer-5.6.2 @@ -4,11 +4,11 @@ DESCRIPTION=Graphical tool that lets you introspect D-Bus objects and messages EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=debug test -KEYWORDS=amd64 arm ~hppa ~ppc64 x86 +KEYWORDS=amd64 arm ~hppa ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.6.2 ~dev-qt/qtdbus-5.6.2 ~dev-qt/qtgui-5.6.2 ~dev-qt/qtwidgets-5.6.2 ~dev-qt/qtxml-5.6.2 dev-qt/qtchooser RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qttools-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=6b91726f035daefc8e7ea547227325a1 +_md5_=7fe62fb8f7741182c479a7a93cd92577 diff --git a/metadata/md5-cache/dev-qt/qdoc-5.6.2 b/metadata/md5-cache/dev-qt/qdoc-5.6.2 index 4cf1b5dd4e6f..da2acae04dfe 100644 --- a/metadata/md5-cache/dev-qt/qdoc-5.6.2 +++ b/metadata/md5-cache/dev-qt/qdoc-5.6.2 @@ -4,11 +4,11 @@ DESCRIPTION=Qt documentation generator EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=debug test -KEYWORDS=amd64 arm ~hppa ppc ~ppc64 x86 +KEYWORDS=amd64 arm ~hppa ppc ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.6.2 ~dev-qt/qtxml-5.6.2 dev-qt/qtchooser RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qttools-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=e87cdb5e73d22e36bb8ae88a7fe03767 +_md5_=75b7bcf1d28fabc79e85935dcb02de35 diff --git a/metadata/md5-cache/dev-qt/qtconcurrent-5.6.2 b/metadata/md5-cache/dev-qt/qtconcurrent-5.6.2 index 416b33d6618f..51a07ac19483 100644 --- a/metadata/md5-cache/dev-qt/qtconcurrent-5.6.2 +++ b/metadata/md5-cache/dev-qt/qtconcurrent-5.6.2 @@ -4,11 +4,11 @@ DESCRIPTION=Multi-threading concurrence support library for the Qt5 framework EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=debug test -KEYWORDS=amd64 arm ~arm64 ~hppa ppc ~ppc64 x86 +KEYWORDS=amd64 arm ~arm64 ~hppa ppc ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.6.2 dev-qt/qtchooser RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtbase-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=1f5b8b6f1e3271c3d9cc4cf82907aed5 +_md5_=64e0f4542f863e85e17228aeef6ba4b8 diff --git a/metadata/md5-cache/dev-qt/qtcore-5.6.2-r1 b/metadata/md5-cache/dev-qt/qtcore-5.6.2-r1 index d0f404c1af9a..4c11df0e4592 100644 --- a/metadata/md5-cache/dev-qt/qtcore-5.6.2-r1 +++ b/metadata/md5-cache/dev-qt/qtcore-5.6.2-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Cross-platform application development framework EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=icu systemd debug test -KEYWORDS=amd64 arm ~arm64 ~hppa ppc ~ppc64 x86 +KEYWORDS=amd64 arm ~arm64 ~hppa ppc ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=dev-libs/glib:2 >=dev-libs/libpcre-8.38[pcre16,unicode] >=sys-libs/zlib-1.2.5 virtual/libiconv icu? ( dev-libs/icu:= ) systemd? ( sys-apps/systemd:= ) dev-qt/qtchooser RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtbase-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=2d6657083538a02f25188168f9307d4e +_md5_=667d59a2c52ecf8b0cf903ff5e904483 diff --git a/metadata/md5-cache/dev-qt/qtdbus-5.6.2 b/metadata/md5-cache/dev-qt/qtdbus-5.6.2 index 47406aa5bffd..b126469ce984 100644 --- a/metadata/md5-cache/dev-qt/qtdbus-5.6.2 +++ b/metadata/md5-cache/dev-qt/qtdbus-5.6.2 @@ -4,11 +4,11 @@ DESCRIPTION=Qt5 module for inter-process communication over the D-Bus protocol EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=debug test -KEYWORDS=amd64 arm ~arm64 ~hppa ppc ~ppc64 x86 +KEYWORDS=amd64 arm ~arm64 ~hppa ppc ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.6.2 >=sys-apps/dbus-1.4.20 dev-qt/qtchooser RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtbase-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=b08590caa05688ce1fe8b087238a0087 +_md5_=168c1500463043c986a0daef0ff81812 diff --git a/metadata/md5-cache/dev-qt/qtdeclarative-5.6.2 b/metadata/md5-cache/dev-qt/qtdeclarative-5.6.2 index 133da41a1548..e52bfa685a52 100644 --- a/metadata/md5-cache/dev-qt/qtdeclarative-5.6.2 +++ b/metadata/md5-cache/dev-qt/qtdeclarative-5.6.2 @@ -4,11 +4,11 @@ DESCRIPTION=The QML and Quick modules for the Qt5 framework EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=gles2 +jit localstorage +widgets xml debug test -KEYWORDS=amd64 arm ~arm64 ~hppa ppc ~ppc64 x86 +KEYWORDS=amd64 arm ~arm64 ~hppa ppc ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.6.2 ~dev-qt/qtgui-5.6.2[gles2=] ~dev-qt/qtnetwork-5.6.2 ~dev-qt/qttest-5.6.2 localstorage? ( ~dev-qt/qtsql-5.6.2 ) widgets? ( ~dev-qt/qtwidgets-5.6.2[gles2=] ) xml? ( ~dev-qt/qtnetwork-5.6.2 ~dev-qt/qtxmlpatterns-5.6.2 ) dev-qt/qtchooser RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtdeclarative-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 python-any-r1 1c20f9b800324335a8e3b137363362e8 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=075d5ac311414a108481ded87e70b9d6 +_md5_=08201e813994459ac3d354e481ed5b74 diff --git a/metadata/md5-cache/dev-qt/qtgraphicaleffects-5.6.2 b/metadata/md5-cache/dev-qt/qtgraphicaleffects-5.6.2 index e50763d298e6..8f4633eec846 100644 --- a/metadata/md5-cache/dev-qt/qtgraphicaleffects-5.6.2 +++ b/metadata/md5-cache/dev-qt/qtgraphicaleffects-5.6.2 @@ -4,11 +4,11 @@ DESCRIPTION=Set of QML types for adding visual effects to user interfaces EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=test debug test -KEYWORDS=amd64 arm ~hppa ~ppc ~ppc64 x86 +KEYWORDS=amd64 arm ~hppa ~ppc ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.6.2 ~dev-qt/qtdeclarative-5.6.2 ~dev-qt/qtgui-5.6.2 dev-qt/qtchooser RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtgraphicaleffects-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=44c56584944886dc6c0bd75f0ef9ae4b +_md5_=717db0ea50a1fa7fc580f1f3916de4db diff --git a/metadata/md5-cache/dev-qt/qtgui-5.6.2 b/metadata/md5-cache/dev-qt/qtgui-5.6.2 index 02ccda47000a..0705d0572199 100644 --- a/metadata/md5-cache/dev-qt/qtgui-5.6.2 +++ b/metadata/md5-cache/dev-qt/qtgui-5.6.2 @@ -4,7 +4,7 @@ DESCRIPTION=The GUI module and platform plugins for the Qt5 framework EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=accessibility dbus egl eglfs evdev +gif gles2 gtkstyle ibus jpeg libinput +png tslib tuio +udev +xcb debug test -KEYWORDS=amd64 arm ~arm64 ~hppa ppc ~ppc64 x86 +KEYWORDS=amd64 arm ~arm64 ~hppa ppc ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 PDEPEND=ibus? ( app-i18n/ibus ) RDEPEND=dev-libs/glib:2 ~dev-qt/qtcore-5.6.2 media-libs/fontconfig >=media-libs/freetype-2.6.1:2 >=media-libs/harfbuzz-1.0.6:= >=sys-libs/zlib-1.2.5 virtual/opengl dbus? ( ~dev-qt/qtdbus-5.6.2 ) egl? ( media-libs/mesa[egl] ) eglfs? ( media-libs/mesa[gbm] x11-libs/libdrm ) evdev? ( sys-libs/mtdev ) gtkstyle? ( x11-libs/gtk+:2 x11-libs/pango !!x11-libs/cairo[qt4] ) gles2? ( media-libs/mesa[gles2] ) jpeg? ( virtual/jpeg:0 ) libinput? ( dev-libs/libinput:= x11-libs/libxkbcommon ) png? ( media-libs/libpng:0= ) tslib? ( x11-libs/tslib ) tuio? ( ~dev-qt/qtnetwork-5.6.2 ) udev? ( virtual/libudev:= ) xcb? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 >=x11-libs/libXi-1.7.4 x11-libs/libXrender >=x11-libs/libxcb-1.10:=[xkb] >=x11-libs/libxkbcommon-0.4.1[X] x11-libs/xcb-util-image x11-libs/xcb-util-keysyms x11-libs/xcb-util-renderutil x11-libs/xcb-util-wm ) dev-qt/qtchooser @@ -13,4 +13,4 @@ RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtbase-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=6cbb6de0c6a11ff3454a6a6e6c7cb967 +_md5_=da6f2baabcaa4dceefc794bebf653d31 diff --git a/metadata/md5-cache/dev-qt/qthelp-5.6.2 b/metadata/md5-cache/dev-qt/qthelp-5.6.2 index be50e3c5602d..3d2c3a2e1b36 100644 --- a/metadata/md5-cache/dev-qt/qthelp-5.6.2 +++ b/metadata/md5-cache/dev-qt/qthelp-5.6.2 @@ -4,11 +4,11 @@ DESCRIPTION=Qt5 module for integrating online documentation into applications EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=debug test -KEYWORDS=amd64 arm ~hppa ~ppc64 x86 +KEYWORDS=amd64 arm ~hppa ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.6.2 ~dev-qt/qtgui-5.6.2 ~dev-qt/qtnetwork-5.6.2 ~dev-qt/qtsql-5.6.2[sqlite] ~dev-qt/qtwidgets-5.6.2 dev-qt/qtchooser RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qttools-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=c4b0427517c7300d66e07ed473ecf4e3 +_md5_=6b98fb72def3430626a20a4319d820e1 diff --git a/metadata/md5-cache/dev-qt/qtimageformats-5.6.2 b/metadata/md5-cache/dev-qt/qtimageformats-5.6.2 index cca90b88c31f..4fe2844c5d7c 100644 --- a/metadata/md5-cache/dev-qt/qtimageformats-5.6.2 +++ b/metadata/md5-cache/dev-qt/qtimageformats-5.6.2 @@ -4,11 +4,11 @@ DESCRIPTION=Additional format plugins for the Qt image I/O system EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=debug test -KEYWORDS=amd64 arm ~hppa ~ppc64 x86 +KEYWORDS=amd64 arm ~hppa ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.6.2 ~dev-qt/qtgui-5.6.2 media-libs/jasper:= media-libs/libmng:= media-libs/libwebp:= media-libs/tiff:0 dev-qt/qtchooser RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtimageformats-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=5e0705b8534d766914c31cdd8d6538ca +_md5_=a5e5308e25d11914a127a48c3fe55505 diff --git a/metadata/md5-cache/dev-qt/qtmultimedia-5.6.2 b/metadata/md5-cache/dev-qt/qtmultimedia-5.6.2 index 873662dd93f9..19d9a983aa85 100644 --- a/metadata/md5-cache/dev-qt/qtmultimedia-5.6.2 +++ b/metadata/md5-cache/dev-qt/qtmultimedia-5.6.2 @@ -4,7 +4,7 @@ DESCRIPTION=Multimedia (audio, video, radio, camera) library for the Qt5 framewo EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=alsa gles2 gstreamer gstreamer010 openal pulseaudio qml widgets debug test -KEYWORDS=amd64 arm ~hppa ~ppc ~ppc64 x86 +KEYWORDS=amd64 arm ~hppa ~ppc ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.6.2 ~dev-qt/qtgui-5.6.2[gles2=] ~dev-qt/qtnetwork-5.6.2 alsa? ( media-libs/alsa-lib ) gstreamer? ( dev-libs/glib:2 media-libs/gstreamer:1.0 media-libs/gst-plugins-bad:1.0 media-libs/gst-plugins-base:1.0 ) gstreamer010? ( dev-libs/glib:2 media-libs/gstreamer:0.10 media-libs/gst-plugins-bad:0.10 media-libs/gst-plugins-base:0.10 ) pulseaudio? ( media-sound/pulseaudio ) qml? ( ~dev-qt/qtdeclarative-5.6.2 gles2? ( ~dev-qt/qtgui-5.6.2[egl] ) openal? ( media-libs/openal ) ) widgets? ( ~dev-qt/qtopengl-5.6.2 ~dev-qt/qtwidgets-5.6.2[gles2=] ) dev-qt/qtchooser REQUIRED_USE=?? ( gstreamer gstreamer010 ) @@ -12,4 +12,4 @@ RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtmultimedia-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=4cbf7169bcd6bba8e5fc71d8d0b88992 +_md5_=90a6a9681149e1ad4d8991d42f88614f diff --git a/metadata/md5-cache/dev-qt/qtnetwork-5.6.2 b/metadata/md5-cache/dev-qt/qtnetwork-5.6.2 index bfbc25b6ebb9..e2f505559c10 100644 --- a/metadata/md5-cache/dev-qt/qtnetwork-5.6.2 +++ b/metadata/md5-cache/dev-qt/qtnetwork-5.6.2 @@ -4,11 +4,11 @@ DESCRIPTION=Network abstraction library for the Qt5 framework EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=bindist connman libproxy networkmanager +ssl debug test -KEYWORDS=amd64 arm ~arm64 ~hppa ppc ~ppc64 x86 +KEYWORDS=amd64 arm ~arm64 ~hppa ppc ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.6.2 >=sys-libs/zlib-1.2.5 connman? ( ~dev-qt/qtdbus-5.6.2 ) libproxy? ( net-libs/libproxy ) networkmanager? ( ~dev-qt/qtdbus-5.6.2 ) ssl? ( dev-libs/openssl:0[bindist=] ) connman? ( net-misc/connman ) networkmanager? ( net-misc/networkmanager ) dev-qt/qtchooser RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtbase-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=774b6a239dcc9831ed6dcf4e05a1e581 +_md5_=86967113a660af362c43d1ae93f28414 diff --git a/metadata/md5-cache/dev-qt/qtopengl-5.6.2 b/metadata/md5-cache/dev-qt/qtopengl-5.6.2 index 8f72efde6d37..bda028c2d017 100644 --- a/metadata/md5-cache/dev-qt/qtopengl-5.6.2 +++ b/metadata/md5-cache/dev-qt/qtopengl-5.6.2 @@ -4,11 +4,11 @@ DESCRIPTION=OpenGL support library for the Qt5 framework (deprecated) EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=gles2 test debug test -KEYWORDS=amd64 arm ~arm64 ~hppa ppc ~ppc64 x86 +KEYWORDS=amd64 arm ~arm64 ~hppa ppc ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.6.2 ~dev-qt/qtgui-5.6.2[gles2=] ~dev-qt/qtwidgets-5.6.2[gles2=] virtual/opengl dev-qt/qtchooser RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtbase-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=0a972ad2cfce0b0b0a4d26ccfaa011a3 +_md5_=ecae1d7374b319a1a2692099b931de6d diff --git a/metadata/md5-cache/dev-qt/qtpaths-5.6.2 b/metadata/md5-cache/dev-qt/qtpaths-5.6.2 index 2751ce3e694a..b6c1763e45ce 100644 --- a/metadata/md5-cache/dev-qt/qtpaths-5.6.2 +++ b/metadata/md5-cache/dev-qt/qtpaths-5.6.2 @@ -4,11 +4,11 @@ DESCRIPTION=Command line client to QStandardPaths EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=debug test -KEYWORDS=amd64 arm ~hppa ~ppc ~ppc64 x86 +KEYWORDS=amd64 arm ~hppa ~ppc ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.6.2 dev-qt/qtchooser RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qttools-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=1e253ba18fa69032f5526a0c6ad464af +_md5_=6b531ba6437a562aa5bdaa1b4b05a228 diff --git a/metadata/md5-cache/dev-qt/qtpositioning-5.6.2 b/metadata/md5-cache/dev-qt/qtpositioning-5.6.2 index 67098c778059..18d1acbc37ae 100644 --- a/metadata/md5-cache/dev-qt/qtpositioning-5.6.2 +++ b/metadata/md5-cache/dev-qt/qtpositioning-5.6.2 @@ -4,7 +4,7 @@ DESCRIPTION=Physical position determination library for the Qt5 framework EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=geoclue qml debug test -KEYWORDS=amd64 arm ~hppa ~ppc64 x86 +KEYWORDS=amd64 arm ~hppa ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 PDEPEND=geoclue? ( app-misc/geoclue:0 ) RDEPEND=~dev-qt/qtcore-5.6.2 geoclue? ( ~dev-qt/qtdbus-5.6.2 ) qml? ( ~dev-qt/qtdeclarative-5.6.2 ) dev-qt/qtchooser @@ -12,4 +12,4 @@ RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtlocation-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=52008d43e8e88e03c406fde62eadeea9 +_md5_=7b83f58c91b8fdbb6adac60b1be1590c diff --git a/metadata/md5-cache/dev-qt/qtprintsupport-5.6.2 b/metadata/md5-cache/dev-qt/qtprintsupport-5.6.2 index c4165e340f08..491f32fa86be 100644 --- a/metadata/md5-cache/dev-qt/qtprintsupport-5.6.2 +++ b/metadata/md5-cache/dev-qt/qtprintsupport-5.6.2 @@ -4,11 +4,11 @@ DESCRIPTION=Printing support library for the Qt5 framework EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=cups gles2 test debug test -KEYWORDS=amd64 arm ~arm64 ~hppa ppc ~ppc64 x86 +KEYWORDS=amd64 arm ~arm64 ~hppa ppc ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.6.2 ~dev-qt/qtgui-5.6.2[gles2=] ~dev-qt/qtwidgets-5.6.2[gles2=] cups? ( >=net-print/cups-1.4 ) dev-qt/qtchooser RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtbase-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=8ff08a60f305a522f68ce9104757728b +_md5_=869f52b08f07e737b18786b9e9b11ba4 diff --git a/metadata/md5-cache/dev-qt/qtquickcontrols-5.6.2 b/metadata/md5-cache/dev-qt/qtquickcontrols-5.6.2 index e12dbb776eca..ce1f0e0ed01e 100644 --- a/metadata/md5-cache/dev-qt/qtquickcontrols-5.6.2 +++ b/metadata/md5-cache/dev-qt/qtquickcontrols-5.6.2 @@ -4,11 +4,11 @@ DESCRIPTION=Set of controls used in conjunction with Qt Quick to build complete EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=+widgets debug test -KEYWORDS=amd64 arm ~arm64 ~hppa ~ppc ~ppc64 x86 +KEYWORDS=amd64 arm ~arm64 ~hppa ~ppc ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.6.2 ~dev-qt/qtdeclarative-5.6.2 ~dev-qt/qtgui-5.6.2 widgets? ( ~dev-qt/qtwidgets-5.6.2 ) dev-qt/qtchooser RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtquickcontrols-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=90b1640c1452d920a64351e835a12ee6 +_md5_=c6608b9d16a7ae8a1666a3a5a2d0e027 diff --git a/metadata/md5-cache/dev-qt/qtscript-5.6.2 b/metadata/md5-cache/dev-qt/qtscript-5.6.2 index e33dfc61eac9..d257be1a95de 100644 --- a/metadata/md5-cache/dev-qt/qtscript-5.6.2 +++ b/metadata/md5-cache/dev-qt/qtscript-5.6.2 @@ -4,11 +4,11 @@ DESCRIPTION=Application scripting library for the Qt5 framework (deprecated) EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=+jit scripttools debug test -KEYWORDS=amd64 arm ~arm64 ~hppa ppc ~ppc64 x86 +KEYWORDS=amd64 arm ~arm64 ~hppa ppc ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.6.2 scripttools? ( ~dev-qt/qtgui-5.6.2 ~dev-qt/qtwidgets-5.6.2 ) dev-qt/qtchooser RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtscript-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=c5fee4eb5e84dee027d06314efeb1c41 +_md5_=06bc07c33855b694a8cf7e5a3799d923 diff --git a/metadata/md5-cache/dev-qt/qtsensors-5.6.2 b/metadata/md5-cache/dev-qt/qtsensors-5.6.2 index a412d5d5bd5e..61c912a8179b 100644 --- a/metadata/md5-cache/dev-qt/qtsensors-5.6.2 +++ b/metadata/md5-cache/dev-qt/qtsensors-5.6.2 @@ -4,11 +4,11 @@ DESCRIPTION=Hardware sensor access library for the Qt5 framework EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=qml debug test -KEYWORDS=amd64 arm ~hppa ~ppc64 x86 +KEYWORDS=amd64 arm ~hppa ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.6.2 qml? ( ~dev-qt/qtdeclarative-5.6.2 ) dev-qt/qtchooser RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtsensors-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=84e5f87e194819e02310e0fa9e1a2b41 +_md5_=1c8b78f7b53ee7e978543eed303732bc diff --git a/metadata/md5-cache/dev-qt/qtserialport-5.6.2 b/metadata/md5-cache/dev-qt/qtserialport-5.6.2 index 95fe1f12dd88..f7357525bc64 100644 --- a/metadata/md5-cache/dev-qt/qtserialport-5.6.2 +++ b/metadata/md5-cache/dev-qt/qtserialport-5.6.2 @@ -4,11 +4,11 @@ DESCRIPTION=Serial port abstraction library for the Qt5 framework EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=debug test -KEYWORDS=amd64 arm ~hppa ~ppc64 x86 +KEYWORDS=amd64 arm ~hppa ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.6.2 virtual/libudev:= dev-qt/qtchooser RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtserialport-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=4f3ea56154a41710309eb0ce60054c45 +_md5_=4b0ac8689af7a8d6f69a82a8a7844527 diff --git a/metadata/md5-cache/dev-qt/qtsql-5.6.2 b/metadata/md5-cache/dev-qt/qtsql-5.6.2 index edfd45d64fef..344421a0fcee 100644 --- a/metadata/md5-cache/dev-qt/qtsql-5.6.2 +++ b/metadata/md5-cache/dev-qt/qtsql-5.6.2 @@ -4,7 +4,7 @@ DESCRIPTION=SQL abstraction library for the Qt5 tooolkit EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=freetds mysql oci8 odbc postgres +sqlite debug test -KEYWORDS=amd64 arm ~arm64 ~hppa ppc ~ppc64 x86 +KEYWORDS=amd64 arm ~arm64 ~hppa ppc ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.6.2 freetds? ( dev-db/freetds ) mysql? ( virtual/libmysqlclient:= ) oci8? ( dev-db/oracle-instantclient-basic ) odbc? ( || ( dev-db/unixODBC dev-db/libiodbc ) ) postgres? ( dev-db/postgresql:* ) sqlite? ( >=dev-db/sqlite-3.8.10.2:3 ) dev-qt/qtchooser REQUIRED_USE=|| ( freetds mysql oci8 odbc postgres sqlite ) @@ -12,4 +12,4 @@ RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtbase-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=eb023950559918ad5616ae6663f031f3 +_md5_=3abb1198c2928122bd9ea4c136ddc3bf diff --git a/metadata/md5-cache/dev-qt/qtsvg-5.6.2 b/metadata/md5-cache/dev-qt/qtsvg-5.6.2 index 6e2e64116884..35de9e23091d 100644 --- a/metadata/md5-cache/dev-qt/qtsvg-5.6.2 +++ b/metadata/md5-cache/dev-qt/qtsvg-5.6.2 @@ -4,11 +4,11 @@ DESCRIPTION=SVG rendering library for the Qt5 framework EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=debug test -KEYWORDS=amd64 arm ~arm64 ~hppa ppc ~ppc64 x86 +KEYWORDS=amd64 arm ~arm64 ~hppa ppc ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.6.2 ~dev-qt/qtgui-5.6.2 ~dev-qt/qtwidgets-5.6.2 >=sys-libs/zlib-1.2.5 dev-qt/qtchooser RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtsvg-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=37947d3ecd83442a7cf3520c87f035b7 +_md5_=043d513d649b4dcfd328b76984885322 diff --git a/metadata/md5-cache/dev-qt/qttest-5.6.2 b/metadata/md5-cache/dev-qt/qttest-5.6.2 index 335020a4c133..1074dab2a167 100644 --- a/metadata/md5-cache/dev-qt/qttest-5.6.2 +++ b/metadata/md5-cache/dev-qt/qttest-5.6.2 @@ -4,11 +4,11 @@ DESCRIPTION=Unit testing library for the Qt5 framework EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=test debug test -KEYWORDS=amd64 arm ~arm64 ~hppa ppc ~ppc64 x86 +KEYWORDS=amd64 arm ~arm64 ~hppa ppc ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.6.2 dev-qt/qtchooser RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtbase-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=56829a3d5d4613c4b41b2e16772b6f43 +_md5_=37d0a5e411f704f5d668999c0dec0a62 diff --git a/metadata/md5-cache/dev-qt/qttranslations-5.6.2 b/metadata/md5-cache/dev-qt/qttranslations-5.6.2 index 457c616cb457..a52bc0b79772 100644 --- a/metadata/md5-cache/dev-qt/qttranslations-5.6.2 +++ b/metadata/md5-cache/dev-qt/qttranslations-5.6.2 @@ -4,11 +4,11 @@ DESCRIPTION=Translation files for the Qt5 framework EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=debug test -KEYWORDS=amd64 arm ~hppa ppc ~ppc64 x86 +KEYWORDS=amd64 arm ~hppa ppc ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=dev-qt/qtchooser RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qttranslations-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=48c2a4117e662f9ca479b20c020fa48b +_md5_=8f8ba126289f102f94d19612b43e8c29 diff --git a/metadata/md5-cache/dev-qt/qtwayland-5.6.2 b/metadata/md5-cache/dev-qt/qtwayland-5.6.2 index 1531a284f2c8..67f4335bedc3 100644 --- a/metadata/md5-cache/dev-qt/qtwayland-5.6.2 +++ b/metadata/md5-cache/dev-qt/qtwayland-5.6.2 @@ -4,11 +4,11 @@ DESCRIPTION=Wayland platform plugin for Qt EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=egl qml wayland-compositor xcomposite debug test -KEYWORDS=amd64 arm ~hppa ~ppc ~ppc64 x86 +KEYWORDS=amd64 arm ~hppa ~ppc ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=>=dev-libs/wayland-1.4.0 ~dev-qt/qtcore-5.6.2 ~dev-qt/qtgui-5.6.2[egl=] media-libs/mesa[egl?] >=x11-libs/libxkbcommon-0.2.0 wayland-compositor? ( qml? ( ~dev-qt/qtdeclarative-5.6.2 ) ) xcomposite? ( x11-libs/libX11 x11-libs/libXcomposite ) dev-qt/qtchooser RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtwayland-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=3ce213b6965c765fdd694a3273b771d5 +_md5_=bf81f5e907f50e88eec9ab1848a27160 diff --git a/metadata/md5-cache/dev-qt/qtwebchannel-5.6.2 b/metadata/md5-cache/dev-qt/qtwebchannel-5.6.2 index 29ec66ce043d..8792aeaf94c6 100644 --- a/metadata/md5-cache/dev-qt/qtwebchannel-5.6.2 +++ b/metadata/md5-cache/dev-qt/qtwebchannel-5.6.2 @@ -4,11 +4,11 @@ DESCRIPTION=Qt5 module for integrating C++ and QML applications with HTML/JavaSc EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=qml debug test -KEYWORDS=amd64 arm ~ppc64 x86 +KEYWORDS=amd64 arm ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.6.2 qml? ( ~dev-qt/qtdeclarative-5.6.2 ) dev-qt/qtchooser RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtwebchannel-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=327c53a070a6e2c30b6481ea1cf9df07 +_md5_=2c61c2a34bb59e270d537ff8f0d7ca84 diff --git a/metadata/md5-cache/dev-qt/qtwebkit-5.6.2 b/metadata/md5-cache/dev-qt/qtwebkit-5.6.2 index d4a93d2fc125..f3ca6f82aab3 100644 --- a/metadata/md5-cache/dev-qt/qtwebkit-5.6.2 +++ b/metadata/md5-cache/dev-qt/qtwebkit-5.6.2 @@ -4,7 +4,7 @@ DESCRIPTION=WebKit rendering library for the Qt5 framework (deprecated) EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=geolocation gstreamer gstreamer010 +jit multimedia opengl orientation printsupport qml webchannel webp debug test -KEYWORDS=amd64 arm ~arm64 ~ppc64 x86 +KEYWORDS=amd64 arm ~arm64 ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=dev-db/sqlite:3 dev-libs/icu:= >=dev-libs/leveldb-1.18-r1 dev-libs/libxml2:2 dev-libs/libxslt ~dev-qt/qtcore-5.6.2[icu] ~dev-qt/qtgui-5.6.2 ~dev-qt/qtnetwork-5.6.2 ~dev-qt/qtsql-5.6.2 ~dev-qt/qtwidgets-5.6.2 media-libs/fontconfig:1.0 media-libs/libpng:0= >=sys-libs/zlib-1.2.5 virtual/jpeg:0 virtual/opengl x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXrender geolocation? ( ~dev-qt/qtpositioning-5.6.2 ) gstreamer? ( dev-libs/glib:2 media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) gstreamer010? ( dev-libs/glib:2 media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 ) multimedia? ( ~dev-qt/qtmultimedia-5.6.2[widgets] ) opengl? ( ~dev-qt/qtopengl-5.6.2 ) orientation? ( ~dev-qt/qtsensors-5.6.2 ) printsupport? ( ~dev-qt/qtprintsupport-5.6.2 ) qml? ( ~dev-qt/qtdeclarative-5.6.2 ) webchannel? ( ~dev-qt/qtwebchannel-5.6.2 ) webp? ( media-libs/libwebp:0= ) dev-qt/qtchooser REQUIRED_USE=?? ( gstreamer gstreamer010 multimedia ) @@ -12,4 +12,4 @@ RESTRICT=mirror test SLOT=5/5.6 SRC_URI=https://download.qt.io/community_releases/5.6/5.6.2/qtwebkit-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 python-any-r1 1c20f9b800324335a8e3b137363362e8 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=e2c8ff905b4bcb9b6fcb4bec41b0d97d +_md5_=02e7b0d0df036224d0a0d907dd9edf87 diff --git a/metadata/md5-cache/dev-qt/qtwebsockets-5.6.2 b/metadata/md5-cache/dev-qt/qtwebsockets-5.6.2 index 387809ee29e6..1337bcf3173a 100644 --- a/metadata/md5-cache/dev-qt/qtwebsockets-5.6.2 +++ b/metadata/md5-cache/dev-qt/qtwebsockets-5.6.2 @@ -4,11 +4,11 @@ DESCRIPTION=Implementation of the WebSocket protocol for the Qt5 framework EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=qml +ssl debug test -KEYWORDS=amd64 arm ~hppa ~ppc64 x86 +KEYWORDS=amd64 arm ~hppa ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.6.2 ~dev-qt/qtnetwork-5.6.2[ssl=] qml? ( ~dev-qt/qtdeclarative-5.6.2 ) dev-qt/qtchooser RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtwebsockets-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=327ef937367cfc4e6f17c4afab09f852 +_md5_=1c70e5d4691da45386cd6bbc720f9709 diff --git a/metadata/md5-cache/dev-qt/qtwidgets-5.6.2 b/metadata/md5-cache/dev-qt/qtwidgets-5.6.2 index 5d6566418000..bfb8ed4230bc 100644 --- a/metadata/md5-cache/dev-qt/qtwidgets-5.6.2 +++ b/metadata/md5-cache/dev-qt/qtwidgets-5.6.2 @@ -4,11 +4,11 @@ DESCRIPTION=Set of components for creating classic desktop-style UIs for the Qt5 EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=gles2 gtkstyle +png +xcb debug test -KEYWORDS=amd64 arm ~arm64 ~hppa ppc ~ppc64 x86 +KEYWORDS=amd64 arm ~arm64 ~hppa ppc ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.6.2 ~dev-qt/qtgui-5.6.2[gles2=,gtkstyle=,png=,xcb?] dev-qt/qtchooser RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtbase-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=e8d6da696961deaa3dd1529df4bb903c +_md5_=45f37392c07192c7124a5288a071c320 diff --git a/metadata/md5-cache/dev-qt/qtx11extras-5.6.2 b/metadata/md5-cache/dev-qt/qtx11extras-5.6.2 index f724125bdd47..70b295690dce 100644 --- a/metadata/md5-cache/dev-qt/qtx11extras-5.6.2 +++ b/metadata/md5-cache/dev-qt/qtx11extras-5.6.2 @@ -4,11 +4,11 @@ DESCRIPTION=Linux/X11-specific support library for the Qt5 framework EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=debug test -KEYWORDS=amd64 arm ~arm64 ~hppa ppc ~ppc64 x86 +KEYWORDS=amd64 arm ~arm64 ~hppa ppc ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.6.2 ~dev-qt/qtgui-5.6.2[xcb] dev-qt/qtchooser RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtx11extras-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=e0e47b7dcfd25011e875b43aa9b945e6 +_md5_=e7f52831d4cbaea6c87eed4ede10399f diff --git a/metadata/md5-cache/dev-qt/qtxml-5.6.2 b/metadata/md5-cache/dev-qt/qtxml-5.6.2 index 772a910ee8b1..36785aea88a9 100644 --- a/metadata/md5-cache/dev-qt/qtxml-5.6.2 +++ b/metadata/md5-cache/dev-qt/qtxml-5.6.2 @@ -4,11 +4,11 @@ DESCRIPTION=Implementation of SAX and DOM for the Qt5 framework EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=debug test -KEYWORDS=amd64 arm ~arm64 ~hppa ppc ~ppc64 x86 +KEYWORDS=amd64 arm ~arm64 ~hppa ppc ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.6.2 dev-qt/qtchooser RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtbase-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=00b5cf14988c3f435b7f1f48ef284bac +_md5_=443694a012165deff828e1baefdb5572 diff --git a/metadata/md5-cache/dev-qt/qtxmlpatterns-5.6.2 b/metadata/md5-cache/dev-qt/qtxmlpatterns-5.6.2 index 29c0b8c38244..17b67bc189c2 100644 --- a/metadata/md5-cache/dev-qt/qtxmlpatterns-5.6.2 +++ b/metadata/md5-cache/dev-qt/qtxmlpatterns-5.6.2 @@ -4,11 +4,11 @@ DESCRIPTION=XPath, XQuery, XSLT, and XML Schema validation library for the Qt5 f EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=debug test -KEYWORDS=amd64 arm ~arm64 ~hppa ppc ~ppc64 x86 +KEYWORDS=amd64 arm ~arm64 ~hppa ppc ppc64 x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.6.2 ~dev-qt/qtnetwork-5.6.2 dev-qt/qtchooser RESTRICT=test SLOT=5/5.6 SRC_URI=https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtxmlpatterns-opensource-src-5.6.2.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 qt5-build 83d2fb3487673baa701c7d258ae004c5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=3706593ca3d0119182faa2d9cb9d0463 +_md5_=ee9390c20c786a2f8f484e30fc3c6a0c diff --git a/metadata/md5-cache/dev-ruby/blankslate-3.1.3 b/metadata/md5-cache/dev-ruby/blankslate-3.1.3 index cabf6b9a52f4..572e788bae9f 100644 --- a/metadata/md5-cache/dev-ruby/blankslate-3.1.3 +++ b/metadata/md5-cache/dev-ruby/blankslate-3.1.3 @@ -4,11 +4,11 @@ DESCRIPTION=Base class with almost all of the methods from Object and Kernel bei EAPI=5 HOMEPAGE=https://rubygems.org/gems/blankslate IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 doc test test -KEYWORDS=alpha amd64 arm hppa ia64 ppc ~ppc64 sparc x86 +KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 LICENSE=MIT RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ) SLOT=0 SRC_URI=mirror://rubygems/blankslate-3.1.3.gem _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 java-utils-2 a50950a73b5d5db46f42638e2996a087 multilib 165fc17c38d1b11dac2008280dab6e80 ruby-fakegem 2b249022d4895a29827658b7d630c461 ruby-ng 934780d41ab18a9ff091703f511371be ruby-utils 382c3a262907e1219a21618dfd1a01a0 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=7e8901f0c5e8cbd3729ff978b51def09 +_md5_=148b6bdccba107f05d08ab17bccdeaf5 diff --git a/metadata/md5-cache/dev-ruby/bones-3.8.4 b/metadata/md5-cache/dev-ruby/bones-3.8.4 new file mode 100644 index 000000000000..7c1d98a738ba --- /dev/null +++ b/metadata/md5-cache/dev-ruby/bones-3.8.4 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby21? ( dev-ruby/builder[ruby_targets_ruby21] >=dev-ruby/loquacious-1.9.1[ruby_targets_ruby21] >=dev-ruby/little-plugger-1.1.3[ruby_targets_ruby21] >=dev-ruby/rake-12[ruby_targets_ruby21] ) ruby_targets_ruby22? ( dev-ruby/builder[ruby_targets_ruby22] >=dev-ruby/loquacious-1.9.1[ruby_targets_ruby22] >=dev-ruby/little-plugger-1.1.3[ruby_targets_ruby22] >=dev-ruby/rake-12[ruby_targets_ruby22] ) ruby_targets_ruby23? ( dev-ruby/builder[ruby_targets_ruby23] >=dev-ruby/loquacious-1.9.1[ruby_targets_ruby23] >=dev-ruby/little-plugger-1.1.3[ruby_targets_ruby23] >=dev-ruby/rake-12[ruby_targets_ruby23] ) ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby23] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby22] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby23] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby23] ) ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) test? ( ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ) +DESCRIPTION=Tool that creates new Ruby projects from a code skeleton +EAPI=5 +HOMEPAGE=https://github.com/TwP/bones +IUSE=test elibc_FreeBSD ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 doc test test +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=ruby_targets_ruby21? ( dev-ruby/builder[ruby_targets_ruby21] >=dev-ruby/loquacious-1.9.1[ruby_targets_ruby21] >=dev-ruby/little-plugger-1.1.3[ruby_targets_ruby21] >=dev-ruby/rake-12[ruby_targets_ruby21] ) ruby_targets_ruby22? ( dev-ruby/builder[ruby_targets_ruby22] >=dev-ruby/loquacious-1.9.1[ruby_targets_ruby22] >=dev-ruby/little-plugger-1.1.3[ruby_targets_ruby22] >=dev-ruby/rake-12[ruby_targets_ruby22] ) ruby_targets_ruby23? ( dev-ruby/builder[ruby_targets_ruby23] >=dev-ruby/loquacious-1.9.1[ruby_targets_ruby23] >=dev-ruby/little-plugger-1.1.3[ruby_targets_ruby23] >=dev-ruby/rake-12[ruby_targets_ruby23] ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) +REQUIRED_USE=|| ( ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ) +SLOT=0 +SRC_URI=mirror://rubygems/bones-3.8.4.gem +_eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 java-utils-2 a50950a73b5d5db46f42638e2996a087 multilib 165fc17c38d1b11dac2008280dab6e80 ruby-fakegem 2b249022d4895a29827658b7d630c461 ruby-ng 934780d41ab18a9ff091703f511371be ruby-utils 382c3a262907e1219a21618dfd1a01a0 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=408671600202ba7c8751e61db3cdc7a5 diff --git a/metadata/md5-cache/dev-ruby/bundler-1.12.5 b/metadata/md5-cache/dev-ruby/bundler-1.12.5 index 80dc08285d4a..ddb70c420567 100644 --- a/metadata/md5-cache/dev-ruby/bundler-1.12.5 +++ b/metadata/md5-cache/dev-ruby/bundler-1.12.5 @@ -4,7 +4,7 @@ DESCRIPTION=An easy way to vendor gem dependencies EAPI=5 HOMEPAGE=https://github.com/carlhuda/bundler IUSE=doc test test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 test test -KEYWORDS=alpha amd64 arm ~hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) dev-vcs/git ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ) @@ -12,4 +12,4 @@ RESTRICT=test SLOT=0 SRC_URI=https://github.com/carlhuda/bundler/archive/v1.12.5.tar.gz -> bundler-1.12.5.tar.gz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 java-utils-2 a50950a73b5d5db46f42638e2996a087 multilib 165fc17c38d1b11dac2008280dab6e80 ruby-fakegem 2b249022d4895a29827658b7d630c461 ruby-ng 934780d41ab18a9ff091703f511371be ruby-utils 382c3a262907e1219a21618dfd1a01a0 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8e138bcc3b94cddc379a51c7ed49ed99 +_md5_=a517233aa397277054ac64751bffdc01 diff --git a/metadata/md5-cache/dev-ruby/hoe-3.15.3-r2 b/metadata/md5-cache/dev-ruby/hoe-3.15.3-r2 new file mode 100644 index 000000000000..ecd7a09f5a04 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/hoe-3.15.3-r2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=ruby_targets_ruby21? ( test? ( >=dev-ruby/minitest-5.9:5[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( >=dev-ruby/minitest-5.9:5[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( >=dev-ruby/minitest-5.9:5[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( test? ( >=dev-ruby/minitest-5.9:5[ruby_targets_ruby24] ) ) test? ( ruby_targets_ruby21? ( >=dev-ruby/rake-0.8.7[ruby_targets_ruby21] =dev-ruby/rake-0.8.7[ruby_targets_ruby22] =dev-ruby/rake-0.8.7[ruby_targets_ruby23] =dev-ruby/rake-0.8.7[ruby_targets_ruby24] =dev-ruby/rake-0.8.7[ruby_targets_ruby21] =dev-ruby/rake-0.8.7[ruby_targets_ruby22] =dev-ruby/rake-0.8.7[ruby_targets_ruby23] =dev-ruby/rake-0.8.7[ruby_targets_ruby24] =dev-ruby/metaclass-0.0.1[ruby_targets_ruby20] >=dev-ruby/instantiator-0.0.3[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/metaclass-0.0.1[ruby_targets_ruby21] >=dev-ruby/instantiator-0.0.3[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/metaclass-0.0.1[ruby_targets_ruby22] >=dev-ruby/instantiator-0.0.3[ruby_targets_ruby22] ) ruby_targets_ruby23? ( >=dev-ruby/metaclass-0.0.1[ruby_targets_ruby23] >=dev-ruby/instantiator-0.0.3[ruby_targets_ruby23] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ) SLOT=0 SRC_URI=mirror://rubygems/introspection-0.0.3.gem _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 java-utils-2 a50950a73b5d5db46f42638e2996a087 multilib 165fc17c38d1b11dac2008280dab6e80 ruby-fakegem 2b249022d4895a29827658b7d630c461 ruby-ng 934780d41ab18a9ff091703f511371be ruby-utils 382c3a262907e1219a21618dfd1a01a0 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=f9225a5a7a0e31225877cd741eab0c55 +_md5_=029760312b6dbb5d4835cf19576c58dc diff --git a/metadata/md5-cache/dev-ruby/metaclass-0.0.4 b/metadata/md5-cache/dev-ruby/metaclass-0.0.4 index af2671f99b04..2574373cf2ad 100644 --- a/metadata/md5-cache/dev-ruby/metaclass-0.0.4 +++ b/metadata/md5-cache/dev-ruby/metaclass-0.0.4 @@ -4,11 +4,11 @@ DESCRIPTION=Adds a __metaclass__ method to all Ruby objects EAPI=5 HOMEPAGE=https://github.com/floehopper/metaclass IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 test test -KEYWORDS=alpha amd64 arm hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ) SLOT=0 SRC_URI=https://github.com/floehopper/metaclass/archive/v0.0.4.tar.gz -> metaclass-0.0.4.tar.gz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 java-utils-2 a50950a73b5d5db46f42638e2996a087 multilib 165fc17c38d1b11dac2008280dab6e80 ruby-fakegem 2b249022d4895a29827658b7d630c461 ruby-ng 934780d41ab18a9ff091703f511371be ruby-utils 382c3a262907e1219a21618dfd1a01a0 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=63183722e667eacff435586d5af551ad +_md5_=02e77feb8b8100ccc6734522b22fdbdc diff --git a/metadata/md5-cache/dev-ruby/minitest-5.8.4 b/metadata/md5-cache/dev-ruby/minitest-5.8.4 index 4e0378848415..5f082d2d5483 100644 --- a/metadata/md5-cache/dev-ruby/minitest-5.8.4 +++ b/metadata/md5-cache/dev-ruby/minitest-5.8.4 @@ -4,11 +4,11 @@ DESCRIPTION=minitest/unit is a small and fast replacement for ruby's huge and sl EAPI=5 HOMEPAGE=https://github.com/seattlerb/minitest IUSE=doc test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 doc test test -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ) SLOT=5 SRC_URI=mirror://rubygems/minitest-5.8.4.gem _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 java-utils-2 a50950a73b5d5db46f42638e2996a087 multilib 165fc17c38d1b11dac2008280dab6e80 ruby-fakegem 2b249022d4895a29827658b7d630c461 ruby-ng 934780d41ab18a9ff091703f511371be ruby-utils 382c3a262907e1219a21618dfd1a01a0 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=2035ec841dbc2b2e3da4a0ae2578cbab +_md5_=394641392b744beada68fb960ab309df diff --git a/metadata/md5-cache/dev-ruby/mocha-0.14.0 b/metadata/md5-cache/dev-ruby/mocha-0.14.0 index d7e509e66500..d900601e0f48 100644 --- a/metadata/md5-cache/dev-ruby/mocha-0.14.0 +++ b/metadata/md5-cache/dev-ruby/mocha-0.14.0 @@ -4,11 +4,11 @@ DESCRIPTION=Mocking and stubbing using a syntax like that of JMock and SchMock EAPI=5 HOMEPAGE=http://gofreerange.com/mocha/docs/ IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 doc test test -KEYWORDS=alpha amd64 arm hppa ia64 ppc ~ppc64 sparc x86 +KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 LICENSE=MIT RDEPEND=ruby_targets_ruby20? ( dev-ruby/metaclass[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/metaclass[ruby_targets_ruby21] ) ruby_targets_ruby22? ( dev-ruby/metaclass[ruby_targets_ruby22] ) ruby_targets_ruby23? ( dev-ruby/metaclass[ruby_targets_ruby23] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ) SLOT=0.14 SRC_URI=mirror://rubygems/mocha-0.14.0.gem _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 java-utils-2 a50950a73b5d5db46f42638e2996a087 multilib 165fc17c38d1b11dac2008280dab6e80 ruby-fakegem 2b249022d4895a29827658b7d630c461 ruby-ng 934780d41ab18a9ff091703f511371be ruby-utils 382c3a262907e1219a21618dfd1a01a0 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=5c6a3e78aaa29260c1186afa575f5f1c +_md5_=c3d57ecfed7621163725bcfdbd50251f diff --git a/metadata/md5-cache/dev-ruby/mocha-1.1.0 b/metadata/md5-cache/dev-ruby/mocha-1.1.0 index c57dd0f42f38..63228d381388 100644 --- a/metadata/md5-cache/dev-ruby/mocha-1.1.0 +++ b/metadata/md5-cache/dev-ruby/mocha-1.1.0 @@ -4,11 +4,11 @@ DESCRIPTION=Mocking and stubbing using a syntax like that of JMock and SchMock EAPI=5 HOMEPAGE=http://gofreerange.com/mocha/docs/ IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 doc test test -KEYWORDS=alpha amd64 arm hppa ia64 ppc ~ppc64 sparc x86 +KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 LICENSE=MIT RDEPEND=ruby_targets_ruby20? ( dev-ruby/introspection[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/introspection[ruby_targets_ruby21] ) ruby_targets_ruby22? ( dev-ruby/introspection[ruby_targets_ruby22] ) ruby_targets_ruby23? ( dev-ruby/introspection[ruby_targets_ruby23] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ) SLOT=1.0 SRC_URI=mirror://rubygems/mocha-1.1.0.gem _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 java-utils-2 a50950a73b5d5db46f42638e2996a087 multilib 165fc17c38d1b11dac2008280dab6e80 ruby-fakegem 2b249022d4895a29827658b7d630c461 ruby-ng 934780d41ab18a9ff091703f511371be ruby-utils 382c3a262907e1219a21618dfd1a01a0 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=7bd061b8d987dc46200eaa486d979589 +_md5_=d321fe323c890a1eea1dec5a87082662 diff --git a/metadata/md5-cache/dev-ruby/public_suffix-2.0.5 b/metadata/md5-cache/dev-ruby/public_suffix-2.0.5 new file mode 100644 index 000000000000..b601bf8aeed5 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/public_suffix-2.0.5 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=ruby_targets_ruby20? ( test? ( dev-ruby/mocha[ruby_targets_ruby20] dev-ruby/yard[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/mocha[ruby_targets_ruby21] dev-ruby/yard[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/mocha[ruby_targets_ruby22] dev-ruby/yard[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/mocha[ruby_targets_ruby23] dev-ruby/yard[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rake[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ) +DESCRIPTION=Parse and decompose a domain name into top level domain, domain and subdomains +EAPI=5 +HOMEPAGE=https://simonecarletti.com/code/publicsuffix-ruby/ +IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 doc test test +KEYWORDS=~amd64 +LICENSE=MIT +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ) +SLOT=2 +SRC_URI=mirror://rubygems/public_suffix-2.0.5.gem +_eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 java-utils-2 a50950a73b5d5db46f42638e2996a087 multilib 165fc17c38d1b11dac2008280dab6e80 ruby-fakegem 2b249022d4895a29827658b7d630c461 ruby-ng 934780d41ab18a9ff091703f511371be ruby-utils 382c3a262907e1219a21618dfd1a01a0 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=e1ba05b8212d655ccd4e48bb6722693d diff --git a/metadata/md5-cache/dev-ruby/rake-10.5.0 b/metadata/md5-cache/dev-ruby/rake-10.5.0 index 9c77a9b34911..59135e05b555 100644 --- a/metadata/md5-cache/dev-ruby/rake-10.5.0 +++ b/metadata/md5-cache/dev-ruby/rake-10.5.0 @@ -4,11 +4,11 @@ DESCRIPTION=Make-like scripting in Ruby EAPI=5 HOMEPAGE=https://github.com/jimweirich/rake IUSE=doc elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 test -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ) SLOT=0 SRC_URI=mirror://rubygems/rake-10.5.0.gem _eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils b83a2420b796f7c6eff682679d08fe25 java-utils-2 a50950a73b5d5db46f42638e2996a087 multilib 165fc17c38d1b11dac2008280dab6e80 ruby-fakegem 2b249022d4895a29827658b7d630c461 ruby-ng 934780d41ab18a9ff091703f511371be ruby-utils 382c3a262907e1219a21618dfd1a01a0 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=824e99c8379de1ebe7415a1713f6722c +_md5_=3aae83f2215f14b8f85c049526a7c9a5 diff --git a/metadata/md5-cache/dev-ruby/rexical-1.0.5-r3 b/metadata/md5-cache/dev-ruby/rexical-1.0.5-r3 index 2de726c8528d..49292edf88fa 100644 --- a/metadata/md5-cache/dev-ruby/rexical-1.0.5-r3 +++ b/metadata/md5-cache/dev-ruby/rexical-1.0.5-r3 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby20? ( doc? ( >=dev-ruby/hoe-2.6.2[ruby_targets_ruby20] ) test? ( >=dev-ruby/hoe-2.6.2[ruby_targets_ruby20] dev-ruby/test-unit:2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( >=dev-ruby/hoe-2.6.2[ruby_targets_ruby21] ) test? ( >=dev-ruby/hoe-2.6.2[ruby_targets_ruby21] dev-ruby/test-unit:2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( >=dev-ruby/hoe-2.6.2[ruby_targets_ruby22] ) test? ( >=dev-ruby/hoe-2.6.2[ruby_targets_ruby22] dev-ruby/test-unit:2[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( doc? ( >=dev-ruby/hoe-2.6.2[ruby_targets_ruby23] ) test? ( >=dev-ruby/hoe-2.6.2[ruby_targets_ruby23] dev-ruby/test-unit:2[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rake[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ) +DEPEND=ruby_targets_ruby21? ( doc? ( >=dev-ruby/hoe-2.6.2[ruby_targets_ruby21] ) test? ( >=dev-ruby/hoe-2.6.2[ruby_targets_ruby21] dev-ruby/test-unit:2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( >=dev-ruby/hoe-2.6.2[ruby_targets_ruby22] ) test? ( >=dev-ruby/hoe-2.6.2[ruby_targets_ruby22] dev-ruby/test-unit:2[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( doc? ( >=dev-ruby/hoe-2.6.2[ruby_targets_ruby23] ) test? ( >=dev-ruby/hoe-2.6.2[ruby_targets_ruby23] dev-ruby/test-unit:2[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( doc? ( >=dev-ruby/hoe-2.6.2[ruby_targets_ruby24] ) test? ( >=dev-ruby/hoe-2.6.2[ruby_targets_ruby24] dev-ruby/test-unit:2[ruby_targets_ruby24] ) ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby24] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rake[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( test? ( dev-ruby/rake[ruby_targets_ruby24] ) ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) test? ( ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ) DESCRIPTION=Rexical is a lexical scanner generator EAPI=5 HOMEPAGE=https://github.com/tenderlove/rexical/tree/master -IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 doc test test +IUSE=elibc_FreeBSD ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 doc test test KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=LGPL-2 -RDEPEND=!!app-admin/rex ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) -REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ) +RDEPEND=!!app-admin/rex ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) +REQUIRED_USE=|| ( ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ) SLOT=0 SRC_URI=mirror://rubygems/rexical-1.0.5.gem _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 java-utils-2 a50950a73b5d5db46f42638e2996a087 multilib 165fc17c38d1b11dac2008280dab6e80 ruby-fakegem 2b249022d4895a29827658b7d630c461 ruby-ng 934780d41ab18a9ff091703f511371be ruby-utils 382c3a262907e1219a21618dfd1a01a0 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=e982729edbc55a7bda8892d1f80318e3 +_md5_=4bfe35c217aa991e5fd86922ea229e9e diff --git a/metadata/md5-cache/dev-ruby/rspec-3.5.0 b/metadata/md5-cache/dev-ruby/rspec-3.5.0 index c7149cb9f44b..0c057ecc5fdc 100644 --- a/metadata/md5-cache/dev-ruby/rspec-3.5.0 +++ b/metadata/md5-cache/dev-ruby/rspec-3.5.0 @@ -4,11 +4,11 @@ DESCRIPTION=A Behaviour Driven Development (BDD) framework for Ruby EAPI=5 HOMEPAGE=https://github.com/rspec/rspec IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 test -KEYWORDS=alpha amd64 arm ~hppa ~ppc64 x86 +KEYWORDS=alpha amd64 arm ~hppa ppc64 x86 LICENSE=MIT RDEPEND=ruby_targets_ruby20? ( =dev-ruby/rspec-core-3.5*[ruby_targets_ruby20] =dev-ruby/rspec-expectations-3.5*[ruby_targets_ruby20] =dev-ruby/rspec-mocks-3.5*[ruby_targets_ruby20] ) ruby_targets_ruby21? ( =dev-ruby/rspec-core-3.5*[ruby_targets_ruby21] =dev-ruby/rspec-expectations-3.5*[ruby_targets_ruby21] =dev-ruby/rspec-mocks-3.5*[ruby_targets_ruby21] ) ruby_targets_ruby22? ( =dev-ruby/rspec-core-3.5*[ruby_targets_ruby22] =dev-ruby/rspec-expectations-3.5*[ruby_targets_ruby22] =dev-ruby/rspec-mocks-3.5*[ruby_targets_ruby22] ) ruby_targets_ruby23? ( =dev-ruby/rspec-core-3.5*[ruby_targets_ruby23] =dev-ruby/rspec-expectations-3.5*[ruby_targets_ruby23] =dev-ruby/rspec-mocks-3.5*[ruby_targets_ruby23] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ) SLOT=3 SRC_URI=mirror://rubygems/rspec-3.5.0.gem _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 java-utils-2 a50950a73b5d5db46f42638e2996a087 multilib 165fc17c38d1b11dac2008280dab6e80 ruby-fakegem 2b249022d4895a29827658b7d630c461 ruby-ng 934780d41ab18a9ff091703f511371be ruby-utils 382c3a262907e1219a21618dfd1a01a0 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=819947e78c158c5f68e06daa1fc58a11 +_md5_=78e5275e1c89473e39daa18c64bff639 diff --git a/metadata/md5-cache/dev-ruby/rspec-core-3.5.4 b/metadata/md5-cache/dev-ruby/rspec-core-3.5.4 index 2571df0c6479..f4959646d2a7 100644 --- a/metadata/md5-cache/dev-ruby/rspec-core-3.5.4 +++ b/metadata/md5-cache/dev-ruby/rspec-core-3.5.4 @@ -4,11 +4,11 @@ DESCRIPTION=A Behaviour Driven Development (BDD) framework for Ruby EAPI=5 HOMEPAGE=https://github.com/rspec/rspec-core IUSE=highlight test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 doc test test -KEYWORDS=alpha amd64 arm ~hppa ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~hppa ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby20? ( =dev-ruby/rspec-support-3.5*[ruby_targets_ruby20] !!=dev-ruby/coderay-1.0.9[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( =dev-ruby/rspec-support-3.5*[ruby_targets_ruby21] !!=dev-ruby/coderay-1.0.9[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( =dev-ruby/rspec-support-3.5*[ruby_targets_ruby22] !!=dev-ruby/coderay-1.0.9[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( =dev-ruby/rspec-support-3.5*[ruby_targets_ruby23] !!=dev-ruby/coderay-1.0.9[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ) SLOT=3 SRC_URI=https://github.com/rspec/rspec-core/archive/v3.5.4.tar.gz -> rspec-core-3.5.4-git.tgz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 java-utils-2 a50950a73b5d5db46f42638e2996a087 multilib 165fc17c38d1b11dac2008280dab6e80 ruby-fakegem 2b249022d4895a29827658b7d630c461 ruby-ng 934780d41ab18a9ff091703f511371be ruby-utils 382c3a262907e1219a21618dfd1a01a0 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8e5277d486dfc1baec4996d43fb50c61 +_md5_=74610cd8e065fa0da3450bb47660f33a diff --git a/metadata/md5-cache/dev-ruby/rspec-expectations-3.5.0 b/metadata/md5-cache/dev-ruby/rspec-expectations-3.5.0 index e2c7a4bfb085..817b06fbcbda 100644 --- a/metadata/md5-cache/dev-ruby/rspec-expectations-3.5.0 +++ b/metadata/md5-cache/dev-ruby/rspec-expectations-3.5.0 @@ -4,11 +4,11 @@ DESCRIPTION=A Behaviour Driven Development (BDD) framework for Ruby EAPI=5 HOMEPAGE=https://github.com/rspec/rspec-expectations IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 test test -KEYWORDS=alpha amd64 arm ~hppa ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~hppa ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby20? ( >=dev-ruby/diff-lcs-1.2.0[ruby_targets_ruby20] =dev-ruby/diff-lcs-1.2.0[ruby_targets_ruby21] =dev-ruby/diff-lcs-1.2.0[ruby_targets_ruby22] =dev-ruby/diff-lcs-1.2.0[ruby_targets_ruby23] rspec-expectations-3.5.0-git.tgz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 java-utils-2 a50950a73b5d5db46f42638e2996a087 multilib 165fc17c38d1b11dac2008280dab6e80 ruby-fakegem 2b249022d4895a29827658b7d630c461 ruby-ng 934780d41ab18a9ff091703f511371be ruby-utils 382c3a262907e1219a21618dfd1a01a0 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=f3b55549f8b05ccb0be96dcd8a89398f +_md5_=f0468319be0bc20529ce117d8c5b59a1 diff --git a/metadata/md5-cache/dev-ruby/rspec-mocks-3.5.0 b/metadata/md5-cache/dev-ruby/rspec-mocks-3.5.0 index 70890e536406..d6c693fc079e 100644 --- a/metadata/md5-cache/dev-ruby/rspec-mocks-3.5.0 +++ b/metadata/md5-cache/dev-ruby/rspec-mocks-3.5.0 @@ -4,11 +4,11 @@ DESCRIPTION=A Behaviour Driven Development (BDD) framework for Ruby EAPI=5 HOMEPAGE=https://github.com/rspec/rspec-mocks IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 test test -KEYWORDS=alpha amd64 arm ~hppa ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~hppa ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby20? ( =dev-ruby/rspec-support-3.5*[ruby_targets_ruby20] >=dev-ruby/diff-lcs-1.2.0[ruby_targets_ruby20] =dev-ruby/diff-lcs-1*[ruby_targets_ruby20] ) ruby_targets_ruby21? ( =dev-ruby/rspec-support-3.5*[ruby_targets_ruby21] >=dev-ruby/diff-lcs-1.2.0[ruby_targets_ruby21] =dev-ruby/diff-lcs-1*[ruby_targets_ruby21] ) ruby_targets_ruby22? ( =dev-ruby/rspec-support-3.5*[ruby_targets_ruby22] >=dev-ruby/diff-lcs-1.2.0[ruby_targets_ruby22] =dev-ruby/diff-lcs-1*[ruby_targets_ruby22] ) ruby_targets_ruby23? ( =dev-ruby/rspec-support-3.5*[ruby_targets_ruby23] >=dev-ruby/diff-lcs-1.2.0[ruby_targets_ruby23] =dev-ruby/diff-lcs-1*[ruby_targets_ruby23] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ) SLOT=3 SRC_URI=https://github.com/rspec/rspec-mocks/archive/v3.5.0.tar.gz -> rspec-mocks-3.5.0-git.tgz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 java-utils-2 a50950a73b5d5db46f42638e2996a087 multilib 165fc17c38d1b11dac2008280dab6e80 ruby-fakegem 2b249022d4895a29827658b7d630c461 ruby-ng 934780d41ab18a9ff091703f511371be ruby-utils 382c3a262907e1219a21618dfd1a01a0 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8ea0366bdc10a30acbed17a1a51b9d0d +_md5_=e63d182d51c23882b76fc7010fd7a20f diff --git a/metadata/md5-cache/dev-ruby/rspec-support-3.5.0 b/metadata/md5-cache/dev-ruby/rspec-support-3.5.0 index 042bb1a8221a..ca13fedf66c1 100644 --- a/metadata/md5-cache/dev-ruby/rspec-support-3.5.0 +++ b/metadata/md5-cache/dev-ruby/rspec-support-3.5.0 @@ -4,11 +4,11 @@ DESCRIPTION=A Behaviour Driven Development (BDD) framework for Ruby EAPI=5 HOMEPAGE=https://github.com/rspec/rspec-support IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 doc test test -KEYWORDS=alpha amd64 arm ~hppa ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~hppa ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ) SLOT=3 SRC_URI=https://github.com/rspec/rspec-support/archive/v3.5.0.tar.gz -> rspec-support-3.5.0-git.tgz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 java-utils-2 a50950a73b5d5db46f42638e2996a087 multilib 165fc17c38d1b11dac2008280dab6e80 ruby-fakegem 2b249022d4895a29827658b7d630c461 ruby-ng 934780d41ab18a9ff091703f511371be ruby-utils 382c3a262907e1219a21618dfd1a01a0 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=060ac71dc2887ed046792ce8c1074506 +_md5_=53dca9e4681dd7f55bd7d75929c8d58f diff --git a/metadata/md5-cache/dev-ruby/rubygems-2.5.2 b/metadata/md5-cache/dev-ruby/rubygems-2.5.2 index 70f2caa35eec..9286d64ab2b2 100644 --- a/metadata/md5-cache/dev-ruby/rubygems-2.5.2 +++ b/metadata/md5-cache/dev-ruby/rubygems-2.5.2 @@ -4,7 +4,7 @@ DESCRIPTION=Centralized Ruby extension management system EAPI=5 HOMEPAGE=https://rubygems.org/ IUSE=server test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=|| ( Ruby MIT ) PDEPEND=server? ( >=dev-ruby/builder-2.1 ) RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) @@ -12,4 +12,4 @@ REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ru SLOT=0 SRC_URI=https://rubygems.org/rubygems/rubygems-2.5.2.tgz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 java-utils-2 a50950a73b5d5db46f42638e2996a087 multilib 165fc17c38d1b11dac2008280dab6e80 prefix 99dcca42e6528d8fe3c214bf5731aaf2 ruby-ng 934780d41ab18a9ff091703f511371be ruby-utils 382c3a262907e1219a21618dfd1a01a0 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=7774032c131db36020b6205948f6425a +_md5_=56264853f174f45015e626bc45a3654f diff --git a/metadata/md5-cache/dev-ruby/sqlite3-1.3.11 b/metadata/md5-cache/dev-ruby/sqlite3-1.3.11 index fd54e0743868..e079b2f14217 100644 --- a/metadata/md5-cache/dev-ruby/sqlite3-1.3.11 +++ b/metadata/md5-cache/dev-ruby/sqlite3-1.3.11 @@ -4,11 +4,11 @@ DESCRIPTION=An extension library to access a SQLite database from Ruby EAPI=5 HOMEPAGE=https://github.com/sparklemotion/sqlite3-ruby IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 doc test test -KEYWORDS=amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=BSD RDEPEND=>=dev-db/sqlite-3.6.16:3 ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ) SLOT=0 SRC_URI=mirror://rubygems/sqlite3-1.3.11.gem _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 java-utils-2 a50950a73b5d5db46f42638e2996a087 multilib 165fc17c38d1b11dac2008280dab6e80 ruby-fakegem 2b249022d4895a29827658b7d630c461 ruby-ng 934780d41ab18a9ff091703f511371be ruby-utils 382c3a262907e1219a21618dfd1a01a0 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=bccacf6c1bb23359c4bca471d34674ba +_md5_=057ffdf72a83dfc7976e46dcf6baf3e2 diff --git a/metadata/md5-cache/dev-ruby/thread_order-1.1.0 b/metadata/md5-cache/dev-ruby/thread_order-1.1.0 index d254eba9a0f6..3d762f7f3448 100644 --- a/metadata/md5-cache/dev-ruby/thread_order-1.1.0 +++ b/metadata/md5-cache/dev-ruby/thread_order-1.1.0 @@ -4,11 +4,11 @@ DESCRIPTION=Test helper for ordering threaded code EAPI=5 HOMEPAGE=https://github.com/JoshCheek/thread_order IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 doc test test -KEYWORDS=alpha amd64 arm ~hppa ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~hppa ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ) SLOT=0 SRC_URI=mirror://rubygems/thread_order-1.1.0.gem _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 java-utils-2 a50950a73b5d5db46f42638e2996a087 multilib 165fc17c38d1b11dac2008280dab6e80 ruby-fakegem 2b249022d4895a29827658b7d630c461 ruby-ng 934780d41ab18a9ff091703f511371be ruby-utils 382c3a262907e1219a21618dfd1a01a0 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=88a1621fe792bc34c98d86e9987a89ba +_md5_=0df40d5dbc9083dde4e9527034c182be diff --git a/metadata/md5-cache/dev-tex/dot2tex-2.9.0 b/metadata/md5-cache/dev-tex/dot2tex-2.9.0 index bcad8b234f41..4ea49f6f252b 100644 --- a/metadata/md5-cache/dev-tex/dot2tex-2.9.0 +++ b/metadata/md5-cache/dev-tex/dot2tex-2.9.0 @@ -4,11 +4,11 @@ DESCRIPTION=A Graphviz to LaTeX converter EAPI=5 HOMEPAGE=https://dot2tex.readthedocs.org/ https://github.com/kjellmf/dot2tex IUSE=doc examples python_targets_python2_7 -KEYWORDS=alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris +KEYWORDS=alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris LICENSE=MIT RDEPEND=media-gfx/pydot[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] media-gfx/graphviz 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=https://github.com/kjellmf/dot2tex/archive/2.9.0.tar.gz -> dot2tex-2.9.0.tar.gz _eclasses_=distutils-r1 583a05d30524485fda6869c772682ecd eutils b83a2420b796f7c6eff682679d08fe25 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=0430b0b7a15d650733604f44ea077c4b +_md5_=46ead5350a0a873cc055889bdb3006ae diff --git a/metadata/md5-cache/dev-tex/latex2html-2015 b/metadata/md5-cache/dev-tex/latex2html-2015 index adf89ad044e8..f96f792872ad 100644 --- a/metadata/md5-cache/dev-tex/latex2html-2015 +++ b/metadata/md5-cache/dev-tex/latex2html-2015 @@ -4,9 +4,9 @@ DESCRIPTION=Convertor written in Perl that converts LATEX documents to HTML EAPI=6 HOMEPAGE=http://www.latex2html.org/ IUSE=gif png -KEYWORDS=~alpha amd64 ~arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=app-text/ghostscript-gpl virtual/latex-base media-libs/netpbm dev-lang/perl gif? ( media-libs/giflib ) png? ( media-libs/libpng:0 ) SLOT=0 SRC_URI=http://mirrors.ctan.org/support/latex2html/latex2html-2015.tar.gz -_md5_=9a8f714633d3397a8b6ac3ad6db0fdb8 +_md5_=d57dd13ec8ebf7375ca869ac11edc065 diff --git a/metadata/md5-cache/dev-tex/pgf-3.0.1 b/metadata/md5-cache/dev-tex/pgf-3.0.1 index d721fe8eea87..2188a438fa5f 100644 --- a/metadata/md5-cache/dev-tex/pgf-3.0.1 +++ b/metadata/md5-cache/dev-tex/pgf-3.0.1 @@ -4,10 +4,10 @@ DESCRIPTION=pgf -- The TeX Portable Graphic Format EAPI=5 HOMEPAGE=https://sourceforge.net/projects/pgf IUSE=doc source -KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 LPPL-1.3c FDL-1.2 RDEPEND=dev-texlive/texlive-latexrecommended >=dev-tex/xcolor-2.11 virtual/latex-base SLOT=0 SRC_URI=mirror://sourceforge/pgf/pgf_3.0.1.tds.zip _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils b83a2420b796f7c6eff682679d08fe25 latex-package 58e25573cc86e53dddea91261009b301 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=3a30df681245db70cc3462f66a06b570 +_md5_=69cf1cf7a51519d2a026fafc30a19160 diff --git a/metadata/md5-cache/dev-util/cgdb-0.6.8 b/metadata/md5-cache/dev-util/cgdb-0.6.8 index e96fd82233db..e2e744914fef 100644 --- a/metadata/md5-cache/dev-util/cgdb-0.6.8 +++ b/metadata/md5-cache/dev-util/cgdb-0.6.8 @@ -4,10 +4,10 @@ DESCRIPTION=A curses front-end for GDB, the GNU debugger EAPI=6 HOMEPAGE=http://cgdb.github.io/ IUSE=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 ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=sys-libs/ncurses:0= sys-libs/readline:0= sys-devel/gdb SLOT=0 SRC_URI=https://github.com/cgdb/cgdb/archive/v0.6.8.tar.gz -> cgdb-0.6.8.tar.gz _eclasses_=multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=b676933d16461e085bc313a6c583809c +_md5_=a19070d25984c5897aa672b35429598d diff --git a/metadata/md5-cache/dev-util/cmake-3.6.3 b/metadata/md5-cache/dev-util/cmake-3.6.3 index a879151ef474..f8b6ad02c3fe 100644 --- a/metadata/md5-cache/dev-util/cmake-3.6.3 +++ b/metadata/md5-cache/dev-util/cmake-3.6.3 @@ -4,10 +4,10 @@ DESCRIPTION=Cross platform Make EAPI=6 HOMEPAGE=http://www.cmake.org/ IUSE=doc emacs system-jsoncpp ncurses qt5 test -KEYWORDS=alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=CMake RDEPEND=>=app-arch/libarchive-3.0.0:= >=dev-libs/expat-2.0.1 >=net-misc/curl-7.21.5[ssl] sys-libs/zlib virtual/pkgconfig emacs? ( virtual/emacs ) ncurses? ( sys-libs/ncurses:0= ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 ) system-jsoncpp? ( >=dev-libs/jsoncpp-0.6.0_rc2:0= ) SLOT=0 SRC_URI=http://www.cmake.org/files/v3.6/cmake-3.6.3.tar.gz _eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 cmake-utils b43f5e0df58483dd4b68aef4777f6e22 elisp-common 9f56c4e9bf1282dbfc2a5a09e1124e74 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=c6d259670366fbf5a09848c262b3bafb +_md5_=bc920f1839a2b66e39c63590786b2dbf diff --git a/metadata/md5-cache/dev-util/debhelper-10.2.1 b/metadata/md5-cache/dev-util/debhelper-10.2.3 similarity index 88% rename from metadata/md5-cache/dev-util/debhelper-10.2.1 rename to metadata/md5-cache/dev-util/debhelper-10.2.3 index c12518b65fa0..30642bcf0ac1 100644 --- a/metadata/md5-cache/dev-util/debhelper-10.2.1 +++ b/metadata/md5-cache/dev-util/debhelper-10.2.3 @@ -8,6 +8,6 @@ KEYWORDS=~alpha ~amd64 ~arm ~hppa ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64 LICENSE=GPL-2 RDEPEND=>=dev-lang/perl-5.10:= >=app-arch/dpkg-1.17 dev-perl/TimeDate virtual/perl-Getopt-Long SLOT=0 -SRC_URI=mirror://debian/pool/main/d/debhelper/debhelper_10.2.1.tar.xz +SRC_URI=mirror://debian/pool/main/d/debhelper/debhelper_10.2.3.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=2b9cda7521abe505e3f7cb842f478569 +_md5_=2ec5a7c37c49e4fc0cbfcac0b844b533 diff --git a/metadata/md5-cache/dev-util/intltool-0.51.0-r1 b/metadata/md5-cache/dev-util/intltool-0.51.0-r1 index 261835df7792..e7684cba1c91 100644 --- a/metadata/md5-cache/dev-util/intltool-0.51.0-r1 +++ b/metadata/md5-cache/dev-util/intltool-0.51.0-r1 @@ -3,10 +3,10 @@ DEPEND=>=dev-lang/perl-5.8.1 dev-perl/XML-Parser DESCRIPTION=Internationalization Tool Collection EAPI=5 HOMEPAGE=https://launchpad.net/intltool/ -KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=>=dev-lang/perl-5.8.1 dev-perl/XML-Parser sys-devel/gettext SLOT=0 SRC_URI=https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=4d634ed3c858c110fb7fe937f715a207 +_md5_=1db97ba84666df7fd935259d8934cf11 diff --git a/metadata/md5-cache/dev-util/nvidia-cuda-sdk-6.5.14 b/metadata/md5-cache/dev-util/nvidia-cuda-sdk-6.5.14 index b9e52748b28e..d79376e9d55e 100644 --- a/metadata/md5-cache/dev-util/nvidia-cuda-sdk-6.5.14 +++ b/metadata/md5-cache/dev-util/nvidia-cuda-sdk-6.5.14 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile install prepare setup test unpack -DEPEND=~dev-util/nvidia-cuda-toolkit-6.5.14 media-libs/freeglut examples? ( media-libs/freeimage media-libs/glew virtual/mpi >=x11-drivers/nvidia-drivers-340.32[uvm] x86? ( =x11-drivers/nvidia-drivers-340.32[uvm] x86? ( =x11-drivers/nvidia-drivers-340.32[uvm] x86? ( =x11-drivers/nvidia-drivers-340.32[uvm] x86? ( =x11-drivers/nvidia-drivers-340.32[uvm] x86? ( =x11-drivers/nvidia-drivers-340.32[uvm] x86? ( =x11-drivers/nvidia-drivers-352.39[uvm] ) +DEPEND=~dev-util/nvidia-cuda-toolkit-7.5.18 media-libs/freeglut examples? ( media-libs/freeimage media-libs/glew:0= virtual/mpi >=x11-drivers/nvidia-drivers-352.39[uvm] ) DESCRIPTION=NVIDIA CUDA Software Development Kit EAPI=5 HOMEPAGE=https://developer.nvidia.com/cuda-downloads IUSE=debug +doc +examples opencl +cuda KEYWORDS=~amd64 ~amd64-linux LICENSE=CUDPP -RDEPEND=~dev-util/nvidia-cuda-toolkit-7.5.18 media-libs/freeglut examples? ( media-libs/freeimage media-libs/glew virtual/mpi >=x11-drivers/nvidia-drivers-352.39[uvm] ) +RDEPEND=~dev-util/nvidia-cuda-toolkit-7.5.18 media-libs/freeglut examples? ( media-libs/freeimage media-libs/glew:0= virtual/mpi >=x11-drivers/nvidia-drivers-352.39[uvm] ) RESTRICT=test SLOT=0 SRC_URI=http://developer.download.nvidia.com/compute/cuda/7.5/Prod/local_installers/cuda_7.5.18_linux.run -_eclasses_=cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 portability bb1a0ed8ea152b957d17339f01d4d7f5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=48fadb200fb3503de87eedf85731a303 +_eclasses_=cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 portability bb1a0ed8ea152b957d17339f01d4d7f5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=e545bf4320d2ea8b567c86a2f5164f39 diff --git a/metadata/md5-cache/dev-util/nvidia-cuda-sdk-8.0.44-r1 b/metadata/md5-cache/dev-util/nvidia-cuda-sdk-8.0.44-r1 index f584b9651b74..096d0173e65d 100644 --- a/metadata/md5-cache/dev-util/nvidia-cuda-sdk-8.0.44-r1 +++ b/metadata/md5-cache/dev-util/nvidia-cuda-sdk-8.0.44-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile install prepare setup test unpack -DEPEND=~dev-util/nvidia-cuda-toolkit-8.0.44 media-libs/freeglut examples? ( media-libs/freeimage media-libs/glew:= >=x11-drivers/nvidia-drivers-367.44[uvm] mpi? ( virtual/mpi ) ) +DEPEND=~dev-util/nvidia-cuda-toolkit-8.0.44 media-libs/freeglut examples? ( media-libs/freeimage media-libs/glew:0= >=x11-drivers/nvidia-drivers-367.44[uvm] mpi? ( virtual/mpi ) ) DESCRIPTION=NVIDIA CUDA Software Development Kit EAPI=6 HOMEPAGE=https://developer.nvidia.com/cuda-zone IUSE=+cuda debug +doc +examples opencl mpi KEYWORDS=~amd64 ~amd64-linux LICENSE=CUDPP -RDEPEND=~dev-util/nvidia-cuda-toolkit-8.0.44 media-libs/freeglut examples? ( media-libs/freeimage media-libs/glew:= >=x11-drivers/nvidia-drivers-367.44[uvm] mpi? ( virtual/mpi ) ) +RDEPEND=~dev-util/nvidia-cuda-toolkit-8.0.44 media-libs/freeglut examples? ( media-libs/freeimage media-libs/glew:0= >=x11-drivers/nvidia-drivers-367.44[uvm] mpi? ( virtual/mpi ) ) RESTRICT=test SLOT=0 SRC_URI=https://developer.nvidia.com/compute/cuda/8.0/prod/local_installers/cuda_8.0.44_linux-run -> cuda_8.0.44_linux.run -_eclasses_=cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 portability bb1a0ed8ea152b957d17339f01d4d7f5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9d66b51dc09ff11d0f1ea77e310468a9 +_eclasses_=cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 portability bb1a0ed8ea152b957d17339f01d4d7f5 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=154cd0c51866c62859a40cb814b13000 diff --git a/metadata/md5-cache/dev-util/nvidia-cuda-toolkit-6.5.14 b/metadata/md5-cache/dev-util/nvidia-cuda-toolkit-6.5.14 index 3ce4ff64e755..7ea95e142a55 100644 --- a/metadata/md5-cache/dev-util/nvidia-cuda-toolkit-6.5.14 +++ b/metadata/md5-cache/dev-util/nvidia-cuda-toolkit-6.5.14 @@ -8,5 +8,5 @@ LICENSE=NVIDIA-CUDA RDEPEND==virtual/jre-1.6 ) profiler? ( >=virtual/jre-1.6 ) amd64? ( >=x11-drivers/nvidia-drivers-340.32[uvm] ) x86? ( =virtual/jre-1.6 ) profiler? ( >=virtual/jre-1.6 ) amd64? ( >=x11-drivers/nvidia-drivers-343.22[uvm] ) x86? ( =sys-devel/gcc-4.7[cxx] =x11-drivers/nvidia-drivers-352.39[uvm] debugger? ( sys-libs/libtermcap-compat sys-libs/ncurses[tinfo] ) eclipse? ( >=virtual/jre-1.6 ) profiler? ( >=virtual/jre-1.6 ) SLOT=0/7.5.18 SRC_URI=http://developer.download.nvidia.com/compute/cuda/7.5/Prod/local_installers/cuda_7.5.18_linux.run -_eclasses_=check-reqs aee25bdf4e2f459af86d17f7c41dcdf6 cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=check-reqs aee25bdf4e2f459af86d17f7c41dcdf6 cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=c83ff28f4f622b09efa78f40a13055c4 diff --git a/metadata/md5-cache/dev-util/nvidia-cuda-toolkit-8.0.44 b/metadata/md5-cache/dev-util/nvidia-cuda-toolkit-8.0.44 index c2096d71d2e9..1b4e2a04c479 100644 --- a/metadata/md5-cache/dev-util/nvidia-cuda-toolkit-8.0.44 +++ b/metadata/md5-cache/dev-util/nvidia-cuda-toolkit-8.0.44 @@ -8,5 +8,5 @@ LICENSE=NVIDIA-CUDA RDEPEND=>=sys-devel/gcc-4.7[cxx] >=x11-drivers/nvidia-drivers-367.44[X,uvm] debugger? ( sys-libs/libtermcap-compat sys-libs/ncurses[tinfo] ) eclipse? ( >=virtual/jre-1.6 ) profiler? ( >=virtual/jre-1.6 ) SLOT=0/8.0.44 SRC_URI=https://developer.nvidia.com/compute/cuda/8.0/prod/local_installers/cuda_8.0.44_linux-run -> cuda_8.0.44_linux.run -_eclasses_=check-reqs aee25bdf4e2f459af86d17f7c41dcdf6 cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=check-reqs aee25bdf4e2f459af86d17f7c41dcdf6 cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=2fdc4dcd6a9108fd89d1ef08dba1d825 diff --git a/metadata/md5-cache/dev-util/xdelta-3.0.11 b/metadata/md5-cache/dev-util/xdelta-3.0.11 index 294082ea7420..27e84d8cc666 100644 --- a/metadata/md5-cache/dev-util/xdelta-3.0.11 +++ b/metadata/md5-cache/dev-util/xdelta-3.0.11 @@ -4,9 +4,9 @@ DESCRIPTION=a binary diff and differential compression tools. VCDIFF (RFC 3284) EAPI=6 HOMEPAGE=http://xdelta.org/ IUSE=examples lzma -KEYWORDS=~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd +KEYWORDS=~alpha amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd LICENSE=GPL-2 RDEPEND=lzma? ( app-arch/xz-utils:= ) SLOT=3 SRC_URI=https://github.com/jmacd/xdelta-gpl/releases/download/v3.0.11/xdelta3-3.0.11.tar.gz -_md5_=06afc5254443bc6e793ccad3116b2af3 +_md5_=c440271b01d8dfaca4f27f58d777e3ed diff --git a/metadata/md5-cache/dev-vcs/cvs-1.12.12-r11 b/metadata/md5-cache/dev-vcs/cvs-1.12.12-r11 index 42c3b310cf05..a53815a8fdb3 100644 --- a/metadata/md5-cache/dev-vcs/cvs-1.12.12-r11 +++ b/metadata/md5-cache/dev-vcs/cvs-1.12.12-r11 @@ -4,11 +4,11 @@ DESCRIPTION=Concurrent Versions System - source code revision control tools EAPI=6 HOMEPAGE=http://cvs.nongnu.org/ IUSE=crypt doc kerberos nls pam server -KEYWORDS=alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 LGPL-2 RDEPEND=>=sys-libs/zlib-1.1.4 kerberos? ( virtual/krb5 ) pam? ( virtual/pam ) RESTRICT=test SLOT=0 SRC_URI=mirror://gnu/non-gnu/cvs/source/feature/1.12.12/cvs-1.12.12.tar.bz2 doc? ( mirror://gnu/non-gnu/cvs/source/feature/1.12.12/cederqvist-1.12.12.html.tar.bz2 mirror://gnu/non-gnu/cvs/source/feature/1.12.12/cederqvist-1.12.12.pdf mirror://gnu/non-gnu/cvs/source/feature/1.12.12/cederqvist-1.12.12.ps ) _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=c40d05ae30e0789d90a38a97bd1a1754 +_md5_=ba2f953afe807d5a5e5ec3bdf632fa17 diff --git a/metadata/md5-cache/games-emulation/snes9x-1.54.1 b/metadata/md5-cache/games-emulation/snes9x-1.54.1 index ba6414dae702..a0a522b06542 100644 --- a/metadata/md5-cache/games-emulation/snes9x-1.54.1 +++ b/metadata/md5-cache/games-emulation/snes9x-1.54.1 @@ -4,11 +4,11 @@ DESCRIPTION=Super Nintendo Entertainment System (SNES) emulator EAPI=6 HOMEPAGE=https://github.com/snes9xgit/snes9x IUSE=alsa debug gtk joystick multilib netplay nls opengl oss png pulseaudio portaudio +xv +xrandr -KEYWORDS=amd64 ppc ~ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd LICENSE=Snes9x GPL-2 GPL-2+ LGPL-2.1 LGPL-2.1+ ISC MIT ZLIB Info-ZIP RDEPEND=sys-libs/zlib[minizip] x11-libs/libX11 x11-libs/libXext png? ( >=media-libs/libpng-1.2.43:0 ) gtk? ( >=x11-libs/gtk+-2.10:2 x11-misc/xdg-utils portaudio? ( >=media-libs/portaudio-19_pre ) joystick? ( >=media-libs/libsdl-1.2.12[joystick] ) opengl? ( virtual/opengl ) xv? ( x11-libs/libXv ) xrandr? ( x11-libs/libXrandr ) alsa? ( media-libs/alsa-lib ) pulseaudio? ( media-sound/pulseaudio ) ) RESTRICT=bindist SLOT=0 SRC_URI=https://github.com/snes9xgit/snes9x/archive/1.54.1.tar.gz -> snes9x-1.54.1.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=7c95dc40d7b1b4157b2bba5c79415dfb +_md5_=b18de6a7c1366213b94c103d177a6c6c diff --git a/metadata/md5-cache/kde-apps/kdgantt2-16.08.3 b/metadata/md5-cache/kde-apps/kdgantt2-16.08.3 deleted file mode 100644 index 5788a7002a98..000000000000 --- a/metadata/md5-cache/kde-apps/kdgantt2-16.08.3 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=dev-qt/qtgui-5.6.1:5 >=dev-qt/qtprintsupport-5.6.1:5 >=dev-qt/qtwidgets-5.6.1:5 sys-devel/make >=dev-util/cmake-3.5.2 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.26.0:5 >=dev-qt/qtcore-5.6.1:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=KDGantt library -EAPI=6 -HOMEPAGE=https://www.kde.org/ -IUSE=debug -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2+ -RDEPEND=>=dev-qt/qtgui-5.6.1:5 >=dev-qt/qtprintsupport-5.6.1:5 >=dev-qt/qtwidgets-5.6.1:5 >=kde-frameworks/kf-env-3 !kde-apps/kdgantt2:4 >=dev-qt/qtcore-5.6.1:5 -SLOT=5 -SRC_URI=mirror://kde/stable/applications/16.08.3/src/kdgantt2-16.08.3.tar.xz -_eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 9311eb27a7c2f59817fec0e58bf96a78 kde5-functions e944f934c4768113a108eb0184031467 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=f4abb503b99681387211fd4d6d05819a diff --git a/metadata/md5-cache/kde-apps/ktp-l10n-16.04.3 b/metadata/md5-cache/kde-apps/ktp-l10n-16.04.3 deleted file mode 100644 index a2f0c1ba9780..000000000000 --- a/metadata/md5-cache/kde-apps/ktp-l10n-16.04.3 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=kde-frameworks/ki18n-5.26.0:5 >=dev-qt/linguist-tools-5.6.1:5 sys-devel/gettext sys-devel/make >=dev-util/cmake-3.5.2 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.26.0:5 >=dev-qt/qtcore-5.6.1:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=KDE Telepathy internationalization package -EAPI=6 -HOMEPAGE=http://l10n.kde.org -IUSE=l10n_ar l10n_ast l10n_bg l10n_bs l10n_ca l10n_ca-valencia l10n_cs l10n_da l10n_de l10n_el l10n_en-GB l10n_eo l10n_es l10n_et l10n_fi l10n_fr l10n_ga l10n_gl l10n_hu l10n_ia l10n_it l10n_ja l10n_kk l10n_km l10n_ko l10n_lt l10n_mr l10n_nb l10n_nds l10n_nl l10n_pa l10n_pl l10n_pt l10n_pt-BR l10n_ro l10n_ru l10n_sk l10n_sl l10n_sr l10n_sr-ijekavsk l10n_sr-Latn l10n_sr-Latn-ijekavsk l10n_sv l10n_tr l10n_ug l10n_uk l10n_wa l10n_zh-CN l10n_zh-TW debug -KEYWORDS=amd64 x86 -LICENSE=GPL-2 -RDEPEND=!=kde-frameworks/kf-env-3 !kde-apps/ktp-l10n:4 >=dev-qt/qtcore-5.6.1:5 -SLOT=5 -SRC_URI=l10n_ar? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-ar-16.04.3.tar.xz ) l10n_ast? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-ast-16.04.3.tar.xz ) l10n_bg? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-bg-16.04.3.tar.xz ) l10n_bs? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-bs-16.04.3.tar.xz ) l10n_ca? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-ca-16.04.3.tar.xz ) l10n_ca-valencia? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-ca@valencia-16.04.3.tar.xz ) l10n_cs? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-cs-16.04.3.tar.xz ) l10n_da? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-da-16.04.3.tar.xz ) l10n_de? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-de-16.04.3.tar.xz ) l10n_el? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-el-16.04.3.tar.xz ) l10n_en-GB? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-en_GB-16.04.3.tar.xz ) l10n_eo? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-eo-16.04.3.tar.xz ) l10n_es? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-es-16.04.3.tar.xz ) l10n_et? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-et-16.04.3.tar.xz ) l10n_fi? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-fi-16.04.3.tar.xz ) l10n_fr? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-fr-16.04.3.tar.xz ) l10n_ga? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-ga-16.04.3.tar.xz ) l10n_gl? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-gl-16.04.3.tar.xz ) l10n_hu? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-hu-16.04.3.tar.xz ) l10n_ia? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-ia-16.04.3.tar.xz ) l10n_it? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-it-16.04.3.tar.xz ) l10n_ja? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-ja-16.04.3.tar.xz ) l10n_kk? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-kk-16.04.3.tar.xz ) l10n_km? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-km-16.04.3.tar.xz ) l10n_ko? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-ko-16.04.3.tar.xz ) l10n_lt? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-lt-16.04.3.tar.xz ) l10n_mr? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-mr-16.04.3.tar.xz ) l10n_nb? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-nb-16.04.3.tar.xz ) l10n_nds? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-nds-16.04.3.tar.xz ) l10n_nl? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-nl-16.04.3.tar.xz ) l10n_pa? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-pa-16.04.3.tar.xz ) l10n_pl? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-pl-16.04.3.tar.xz ) l10n_pt? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-pt-16.04.3.tar.xz ) l10n_pt-BR? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-pt_BR-16.04.3.tar.xz ) l10n_ro? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-ro-16.04.3.tar.xz ) l10n_ru? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-ru-16.04.3.tar.xz ) l10n_sk? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-sk-16.04.3.tar.xz ) l10n_sl? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-sl-16.04.3.tar.xz ) l10n_sr? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-sr-16.04.3.tar.xz ) l10n_sr-ijekavsk? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-sr-16.04.3.tar.xz ) l10n_sr-Latn? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-sr-16.04.3.tar.xz ) l10n_sr-Latn-ijekavsk? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-sr-16.04.3.tar.xz ) l10n_sv? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-sv-16.04.3.tar.xz ) l10n_tr? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-tr-16.04.3.tar.xz ) l10n_ug? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-ug-16.04.3.tar.xz ) l10n_uk? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-uk-16.04.3.tar.xz ) l10n_wa? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-wa-16.04.3.tar.xz ) l10n_zh-CN? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-zh_CN-16.04.3.tar.xz ) l10n_zh-TW? ( mirror://kde/stable/applications/16.04.3/src/kde-l10n/kde-l10n-zh_TW-16.04.3.tar.xz ) -_eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 9311eb27a7c2f59817fec0e58bf96a78 kde5-functions e944f934c4768113a108eb0184031467 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=532c8b72ae6edf4361df0b2a4c0b69f3 diff --git a/metadata/md5-cache/kde-misc/plasma-applet-weather-widget-1.6.7 b/metadata/md5-cache/kde-misc/plasma-applet-weather-widget-1.6.8 similarity index 92% rename from metadata/md5-cache/kde-misc/plasma-applet-weather-widget-1.6.7 rename to metadata/md5-cache/kde-misc/plasma-applet-weather-widget-1.6.8 index 1933fb7d8f28..09135c104398 100644 --- a/metadata/md5-cache/kde-misc/plasma-applet-weather-widget-1.6.7 +++ b/metadata/md5-cache/kde-misc/plasma-applet-weather-widget-1.6.8 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 LICENSE=GPL-2+ RDEPEND=>=kde-frameworks/plasma-5.26.0:5 >=dev-qt/qtdeclarative-5.6.1:5 >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.6.1:5 SLOT=5 -SRC_URI=https://github.com/kotelnik/plasma-applet-weather-widget/archive/v1.6.7.tar.gz -> plasma-applet-weather-widget-1.6.7.tar.gz +SRC_URI=https://github.com/kotelnik/plasma-applet-weather-widget/archive/v1.6.8.tar.gz -> plasma-applet-weather-widget-1.6.8.tar.gz _eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 9311eb27a7c2f59817fec0e58bf96a78 kde5-functions e944f934c4768113a108eb0184031467 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=97a0477e30261975ef20cf93fbff9a97 +_md5_=f34a4179e2e97de8b380bf784f24f880 diff --git a/metadata/md5-cache/kde-plasma/plasma-sdk-5.8.3 b/metadata/md5-cache/kde-plasma/plasma-sdk-5.8.3 index fe4681cf79dd..b284178c0862 100644 --- a/metadata/md5-cache/kde-plasma/plasma-sdk-5.8.3 +++ b/metadata/md5-cache/kde-plasma/plasma-sdk-5.8.3 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=kde-frameworks/karchive-5.26.0:5 >=kde-frameworks/kcompletion-5.26.0:5 >=kde-frameworks/kconfig-5.26.0:5 >=kde-frameworks/kconfigwidgets-5.26.0:5 >=kde-frameworks/kcoreaddons-5.26.0:5 >=kde-frameworks/kdbusaddons-5.26.0:5 >=kde-frameworks/kdeclarative-5.26.0:5 >=kde-frameworks/ki18n-5.26.0:5 >=kde-frameworks/kiconthemes-5.26.0:5 >=kde-frameworks/kio-5.26.0:5 >=kde-frameworks/kitemmodels-5.26.0:5 >=kde-frameworks/kpackage-5.26.0:5 >=kde-frameworks/kservice-5.26.0:5 >=kde-frameworks/ktexteditor-5.26.0:5 >=kde-frameworks/kwidgetsaddons-5.26.0:5 >=kde-frameworks/plasma-5.26.0:5 >=dev-qt/qtdbus-5.6.1:5 >=dev-qt/qtdeclarative-5.6.1:5 >=dev-qt/qtgui-5.6.1:5 >=dev-qt/qtwidgets-5.6.1:5 >=dev-qt/qtxml-5.6.1:5 dev-libs/kirigami plasmate? ( >=kde-frameworks/kdelibs4support-5.26.0:5 >=kde-frameworks/knewstuff-5.26.0:5 >=kde-frameworks/kparts-5.26.0:5 >=dev-qt/qtwebkit-5.6.1:5 dev-util/kdevplatform:5 ) sys-devel/make >=dev-util/cmake-3.5.2 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.26.0:5 test? ( >=dev-qt/qttest-5.6.1:5 ) >=dev-qt/qtcore-5.6.1:5 dev-util/desktop-file-utils app-arch/xz-utils +DEPEND=>=kde-frameworks/karchive-5.26.0:5 >=kde-frameworks/kcompletion-5.26.0:5 >=kde-frameworks/kconfig-5.26.0:5 >=kde-frameworks/kconfigwidgets-5.26.0:5 >=kde-frameworks/kcoreaddons-5.26.0:5 >=kde-frameworks/kdbusaddons-5.26.0:5 >=kde-frameworks/kdeclarative-5.26.0:5 >=kde-frameworks/ki18n-5.26.0:5 >=kde-frameworks/kiconthemes-5.26.0:5 >=kde-frameworks/kio-5.26.0:5 >=kde-frameworks/kitemmodels-5.26.0:5 >=kde-frameworks/kpackage-5.26.0:5 >=kde-frameworks/kservice-5.26.0:5 >=kde-frameworks/ktexteditor-5.26.0:5 >=kde-frameworks/kwidgetsaddons-5.26.0:5 >=kde-frameworks/plasma-5.26.0:5 >=dev-qt/qtdbus-5.6.1:5 >=dev-qt/qtdeclarative-5.6.1:5 >=dev-qt/qtgui-5.6.1:5 >=dev-qt/qtwidgets-5.6.1:5 >=dev-qt/qtxml-5.6.1:5 dev-libs/kirigami:5 plasmate? ( >=kde-frameworks/kdelibs4support-5.26.0:5 >=kde-frameworks/knewstuff-5.26.0:5 >=kde-frameworks/kparts-5.26.0:5 >=dev-qt/qtwebkit-5.6.1:5 dev-util/kdevplatform:5 ) sys-devel/make >=dev-util/cmake-3.5.2 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.26.0:5 test? ( >=dev-qt/qttest-5.6.1:5 ) >=dev-qt/qtcore-5.6.1:5 dev-util/desktop-file-utils app-arch/xz-utils DESCRIPTION=Useful applications for Plasma development EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=plasmate test debug test KEYWORDS=amd64 ~arm x86 LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/karchive-5.26.0:5 >=kde-frameworks/kcompletion-5.26.0:5 >=kde-frameworks/kconfig-5.26.0:5 >=kde-frameworks/kconfigwidgets-5.26.0:5 >=kde-frameworks/kcoreaddons-5.26.0:5 >=kde-frameworks/kdbusaddons-5.26.0:5 >=kde-frameworks/kdeclarative-5.26.0:5 >=kde-frameworks/ki18n-5.26.0:5 >=kde-frameworks/kiconthemes-5.26.0:5 >=kde-frameworks/kio-5.26.0:5 >=kde-frameworks/kitemmodels-5.26.0:5 >=kde-frameworks/kpackage-5.26.0:5 >=kde-frameworks/kservice-5.26.0:5 >=kde-frameworks/ktexteditor-5.26.0:5 >=kde-frameworks/kwidgetsaddons-5.26.0:5 >=kde-frameworks/plasma-5.26.0:5 >=dev-qt/qtdbus-5.6.1:5 >=dev-qt/qtdeclarative-5.6.1:5 >=dev-qt/qtgui-5.6.1:5 >=dev-qt/qtwidgets-5.6.1:5 >=dev-qt/qtxml-5.6.1:5 dev-libs/kirigami plasmate? ( >=kde-frameworks/kdelibs4support-5.26.0:5 >=kde-frameworks/knewstuff-5.26.0:5 >=kde-frameworks/kparts-5.26.0:5 >=dev-qt/qtwebkit-5.6.1:5 dev-util/kdevplatform:5 ) !dev-util/plasmate >=kde-frameworks/kf-env-3 !=dev-qt/qtcore-5.6.1:5 +RDEPEND=>=kde-frameworks/karchive-5.26.0:5 >=kde-frameworks/kcompletion-5.26.0:5 >=kde-frameworks/kconfig-5.26.0:5 >=kde-frameworks/kconfigwidgets-5.26.0:5 >=kde-frameworks/kcoreaddons-5.26.0:5 >=kde-frameworks/kdbusaddons-5.26.0:5 >=kde-frameworks/kdeclarative-5.26.0:5 >=kde-frameworks/ki18n-5.26.0:5 >=kde-frameworks/kiconthemes-5.26.0:5 >=kde-frameworks/kio-5.26.0:5 >=kde-frameworks/kitemmodels-5.26.0:5 >=kde-frameworks/kpackage-5.26.0:5 >=kde-frameworks/kservice-5.26.0:5 >=kde-frameworks/ktexteditor-5.26.0:5 >=kde-frameworks/kwidgetsaddons-5.26.0:5 >=kde-frameworks/plasma-5.26.0:5 >=dev-qt/qtdbus-5.6.1:5 >=dev-qt/qtdeclarative-5.6.1:5 >=dev-qt/qtgui-5.6.1:5 >=dev-qt/qtwidgets-5.6.1:5 >=dev-qt/qtxml-5.6.1:5 dev-libs/kirigami:5 plasmate? ( >=kde-frameworks/kdelibs4support-5.26.0:5 >=kde-frameworks/knewstuff-5.26.0:5 >=kde-frameworks/kparts-5.26.0:5 >=dev-qt/qtwebkit-5.6.1:5 dev-util/kdevplatform:5 ) !dev-util/plasmate >=kde-frameworks/kf-env-3 !=dev-qt/qtcore-5.6.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.8.3/plasma-sdk-5.8.3.tar.xz _eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 9311eb27a7c2f59817fec0e58bf96a78 kde5-functions e944f934c4768113a108eb0184031467 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=8961946f18f839fe996ba9848717e8ee +_md5_=441d32d4cd7e05f483c346d2a53c211a diff --git a/metadata/md5-cache/kde-plasma/plasma-sdk-5.8.5 b/metadata/md5-cache/kde-plasma/plasma-sdk-5.8.5 index 86bf62cd280d..2240faa67482 100644 --- a/metadata/md5-cache/kde-plasma/plasma-sdk-5.8.5 +++ b/metadata/md5-cache/kde-plasma/plasma-sdk-5.8.5 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=kde-frameworks/karchive-5.26.0:5 >=kde-frameworks/kcompletion-5.26.0:5 >=kde-frameworks/kconfig-5.26.0:5 >=kde-frameworks/kconfigwidgets-5.26.0:5 >=kde-frameworks/kcoreaddons-5.26.0:5 >=kde-frameworks/kdbusaddons-5.26.0:5 >=kde-frameworks/kdeclarative-5.26.0:5 >=kde-frameworks/ki18n-5.26.0:5 >=kde-frameworks/kiconthemes-5.26.0:5 >=kde-frameworks/kio-5.26.0:5 >=kde-frameworks/kitemmodels-5.26.0:5 >=kde-frameworks/kpackage-5.26.0:5 >=kde-frameworks/kservice-5.26.0:5 >=kde-frameworks/ktexteditor-5.26.0:5 >=kde-frameworks/kwidgetsaddons-5.26.0:5 >=kde-frameworks/plasma-5.26.0:5 >=dev-qt/qtdbus-5.6.1:5 >=dev-qt/qtdeclarative-5.6.1:5 >=dev-qt/qtgui-5.6.1:5 >=dev-qt/qtwidgets-5.6.1:5 >=dev-qt/qtxml-5.6.1:5 dev-libs/kirigami plasmate? ( >=kde-frameworks/kdelibs4support-5.26.0:5 >=kde-frameworks/knewstuff-5.26.0:5 >=kde-frameworks/kparts-5.26.0:5 >=dev-qt/qtwebkit-5.6.1:5 dev-util/kdevplatform:5 ) sys-devel/make >=dev-util/cmake-3.5.2 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.26.0:5 test? ( >=dev-qt/qttest-5.6.1:5 ) >=dev-qt/qtcore-5.6.1:5 dev-util/desktop-file-utils app-arch/xz-utils +DEPEND=>=kde-frameworks/karchive-5.26.0:5 >=kde-frameworks/kcompletion-5.26.0:5 >=kde-frameworks/kconfig-5.26.0:5 >=kde-frameworks/kconfigwidgets-5.26.0:5 >=kde-frameworks/kcoreaddons-5.26.0:5 >=kde-frameworks/kdbusaddons-5.26.0:5 >=kde-frameworks/kdeclarative-5.26.0:5 >=kde-frameworks/ki18n-5.26.0:5 >=kde-frameworks/kiconthemes-5.26.0:5 >=kde-frameworks/kio-5.26.0:5 >=kde-frameworks/kitemmodels-5.26.0:5 >=kde-frameworks/kpackage-5.26.0:5 >=kde-frameworks/kservice-5.26.0:5 >=kde-frameworks/ktexteditor-5.26.0:5 >=kde-frameworks/kwidgetsaddons-5.26.0:5 >=kde-frameworks/plasma-5.26.0:5 >=dev-qt/qtdbus-5.6.1:5 >=dev-qt/qtdeclarative-5.6.1:5 >=dev-qt/qtgui-5.6.1:5 >=dev-qt/qtwidgets-5.6.1:5 >=dev-qt/qtxml-5.6.1:5 dev-libs/kirigami:5 plasmate? ( >=kde-frameworks/kdelibs4support-5.26.0:5 >=kde-frameworks/knewstuff-5.26.0:5 >=kde-frameworks/kparts-5.26.0:5 >=dev-qt/qtwebkit-5.6.1:5 dev-util/kdevplatform:5 ) sys-devel/make >=dev-util/cmake-3.5.2 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.26.0:5 test? ( >=dev-qt/qttest-5.6.1:5 ) >=dev-qt/qtcore-5.6.1:5 dev-util/desktop-file-utils app-arch/xz-utils DESCRIPTION=Useful applications for Plasma development EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=plasmate test debug test KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/karchive-5.26.0:5 >=kde-frameworks/kcompletion-5.26.0:5 >=kde-frameworks/kconfig-5.26.0:5 >=kde-frameworks/kconfigwidgets-5.26.0:5 >=kde-frameworks/kcoreaddons-5.26.0:5 >=kde-frameworks/kdbusaddons-5.26.0:5 >=kde-frameworks/kdeclarative-5.26.0:5 >=kde-frameworks/ki18n-5.26.0:5 >=kde-frameworks/kiconthemes-5.26.0:5 >=kde-frameworks/kio-5.26.0:5 >=kde-frameworks/kitemmodels-5.26.0:5 >=kde-frameworks/kpackage-5.26.0:5 >=kde-frameworks/kservice-5.26.0:5 >=kde-frameworks/ktexteditor-5.26.0:5 >=kde-frameworks/kwidgetsaddons-5.26.0:5 >=kde-frameworks/plasma-5.26.0:5 >=dev-qt/qtdbus-5.6.1:5 >=dev-qt/qtdeclarative-5.6.1:5 >=dev-qt/qtgui-5.6.1:5 >=dev-qt/qtwidgets-5.6.1:5 >=dev-qt/qtxml-5.6.1:5 dev-libs/kirigami plasmate? ( >=kde-frameworks/kdelibs4support-5.26.0:5 >=kde-frameworks/knewstuff-5.26.0:5 >=kde-frameworks/kparts-5.26.0:5 >=dev-qt/qtwebkit-5.6.1:5 dev-util/kdevplatform:5 ) !dev-util/plasmate >=kde-frameworks/kf-env-3 !=dev-qt/qtcore-5.6.1:5 +RDEPEND=>=kde-frameworks/karchive-5.26.0:5 >=kde-frameworks/kcompletion-5.26.0:5 >=kde-frameworks/kconfig-5.26.0:5 >=kde-frameworks/kconfigwidgets-5.26.0:5 >=kde-frameworks/kcoreaddons-5.26.0:5 >=kde-frameworks/kdbusaddons-5.26.0:5 >=kde-frameworks/kdeclarative-5.26.0:5 >=kde-frameworks/ki18n-5.26.0:5 >=kde-frameworks/kiconthemes-5.26.0:5 >=kde-frameworks/kio-5.26.0:5 >=kde-frameworks/kitemmodels-5.26.0:5 >=kde-frameworks/kpackage-5.26.0:5 >=kde-frameworks/kservice-5.26.0:5 >=kde-frameworks/ktexteditor-5.26.0:5 >=kde-frameworks/kwidgetsaddons-5.26.0:5 >=kde-frameworks/plasma-5.26.0:5 >=dev-qt/qtdbus-5.6.1:5 >=dev-qt/qtdeclarative-5.6.1:5 >=dev-qt/qtgui-5.6.1:5 >=dev-qt/qtwidgets-5.6.1:5 >=dev-qt/qtxml-5.6.1:5 dev-libs/kirigami:5 plasmate? ( >=kde-frameworks/kdelibs4support-5.26.0:5 >=kde-frameworks/knewstuff-5.26.0:5 >=kde-frameworks/kparts-5.26.0:5 >=dev-qt/qtwebkit-5.6.1:5 dev-util/kdevplatform:5 ) !dev-util/plasmate >=kde-frameworks/kf-env-3 !=dev-qt/qtcore-5.6.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.8.5/plasma-sdk-5.8.5.tar.xz _eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 9311eb27a7c2f59817fec0e58bf96a78 kde5-functions e944f934c4768113a108eb0184031467 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=e978b4ad6a4623ecc03cda76455023e5 +_md5_=66780860fb5a44d03c655d81133d1f62 diff --git a/metadata/md5-cache/mail-client/thunderbird-45.6.0 b/metadata/md5-cache/mail-client/thunderbird-45.6.0 index 5725f599f026..fba3fd04b525 100644 --- a/metadata/md5-cache/mail-client/thunderbird-45.6.0 +++ b/metadata/md5-cache/mail-client/thunderbird-45.6.0 @@ -4,7 +4,7 @@ DESCRIPTION=Thunderbird Mail Client EAPI=6 HOMEPAGE=http://www.mozilla.com/en-US/thunderbird/ IUSE=bindist crypt hardened ldap lightning +minimal mozdom selinux custom-cflags custom-optimization dbus debug ffmpeg +gstreamer gstreamer-0 +jemalloc3 neon pulseaudio selinux startup-notification system-cairo system-harfbuzz system-icu system-jpeg system-libevent system-sqlite system-libvpx +jit l10n_ar l10n_ast l10n_be l10n_bg l10n_bn-BD l10n_br l10n_ca l10n_cs l10n_cy l10n_da l10n_de l10n_el l10n_en-GB l10n_es-AR l10n_es-ES l10n_et l10n_eu l10n_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_he l10n_hr l10n_hsb l10n_hu l10n_hy l10n_id l10n_is l10n_it l10n_ja l10n_ko l10n_lt l10n_nb l10n_nl l10n_nn l10n_pa l10n_pl l10n_pt-BR l10n_pt-PT l10n_rm l10n_ro l10n_ru l10n_si l10n_sk l10n_sl l10n_sq l10n_sr l10n_sv l10n_ta-LK l10n_tr l10n_uk l10n_vi l10n_zh-CN l10n_zh-TW -KEYWORDS=~alpha amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux +KEYWORDS=~alpha amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=MPL-2.0 GPL-2 LGPL-2.1 RDEPEND=>=dev-libs/nss-3.21.1 >=dev-libs/nspr-4.12 !x11-plugins/enigmail crypt? ( || ( ( >=app-crypt/gnupg-2.0 || ( app-crypt/pinentry[gtk(-)] app-crypt/pinentry[qt4(-)] app-crypt/pinentry[qt5(-)] ) ) =app-crypt/gnupg-1.4* ) ) selinux? ( sec-policy/selinux-thunderbird ) >=app-text/hunspell-1.2:= dev-libs/atk dev-libs/expat >=x11-libs/cairo-1.10[X] >=x11-libs/gtk+-2.18:2 x11-libs/gdk-pixbuf >=x11-libs/pango-1.22.0 >=media-libs/libpng-1.6.19:0=[apng] >=media-libs/mesa-10.2:* media-libs/fontconfig >=media-libs/freetype-2.4.10 media-libs/libcanberra:*[pulseaudio?] kernel_linux? ( media-libs/alsa-lib ) pulseaudio? ( media-sound/pulseaudio ) virtual/freedesktop-icon-theme dbus? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) >=dev-libs/glib-2.26:2 >=sys-libs/zlib-1.2.3 >=virtual/libffi-3.0.10 ffmpeg? ( virtual/ffmpeg ) gstreamer? ( >=media-libs/gstreamer-1.4.5:1.0 >=media-libs/gst-plugins-base-1.4.5:1.0 >=media-libs/gst-plugins-good-1.4.5:1.0 >=media-plugins/gst-plugins-libav-1.4.5:1.0 ) gstreamer-0? ( >=media-libs/gstreamer-0.10.25:0.10 media-plugins/gst-plugins-meta:0.10[ffmpeg] ) x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt system-cairo? ( >=x11-libs/cairo-1.12[X,xcb] >=x11-libs/pixman-0.19.2 ) system-icu? ( >=dev-libs/icu-51.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( =dev-libs/libevent-2.0*:0= ) system-sqlite? ( >=dev-db/sqlite-3.9.1:3[secure-delete,debug=] ) system-harfbuzz? ( >=media-libs/harfbuzz-1.1.3:0=[graphite,icu] >=media-gfx/graphite2-1.3.8 ) system-libvpx? ( >=media-libs/libvpx-1.5.0:0=[postproc] ) selinux? ( sec-policy/selinux-mozilla ) REQUIRED_USE=?? ( gstreamer gstreamer-0 ) system-harfbuzz? ( system-icu ) @@ -12,4 +12,4 @@ RESTRICT=!bindist? ( bindist ) SLOT=0 SRC_URI=l10n_ar? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/ar.xpi -> thunderbird-45.6.0-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/ast.xpi -> thunderbird-45.6.0-ast.xpi ) l10n_be? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/be.xpi -> thunderbird-45.6.0-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/bg.xpi -> thunderbird-45.6.0-bg.xpi ) l10n_bn-BD? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/bn-BD.xpi -> thunderbird-45.6.0-bn-BD.xpi ) l10n_br? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/br.xpi -> thunderbird-45.6.0-br.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/ca.xpi -> thunderbird-45.6.0-ca.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/cs.xpi -> thunderbird-45.6.0-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/cy.xpi -> thunderbird-45.6.0-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/da.xpi -> thunderbird-45.6.0-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/de.xpi -> thunderbird-45.6.0-de.xpi ) l10n_el? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/el.xpi -> thunderbird-45.6.0-el.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/en-GB.xpi -> thunderbird-45.6.0-en-GB.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/es-AR.xpi -> thunderbird-45.6.0-es-AR.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/es-ES.xpi -> thunderbird-45.6.0-es-ES.xpi ) l10n_et? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/et.xpi -> thunderbird-45.6.0-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/eu.xpi -> thunderbird-45.6.0-eu.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/fi.xpi -> thunderbird-45.6.0-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/fr.xpi -> thunderbird-45.6.0-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/fy-NL.xpi -> thunderbird-45.6.0-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/ga-IE.xpi -> thunderbird-45.6.0-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/gd.xpi -> thunderbird-45.6.0-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/gl.xpi -> thunderbird-45.6.0-gl.xpi ) l10n_he? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/he.xpi -> thunderbird-45.6.0-he.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/hr.xpi -> thunderbird-45.6.0-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/hsb.xpi -> thunderbird-45.6.0-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/hu.xpi -> thunderbird-45.6.0-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/hy-AM.xpi -> thunderbird-45.6.0-hy-AM.xpi ) l10n_id? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/id.xpi -> thunderbird-45.6.0-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/is.xpi -> thunderbird-45.6.0-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/it.xpi -> thunderbird-45.6.0-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/ja.xpi -> thunderbird-45.6.0-ja.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/ko.xpi -> thunderbird-45.6.0-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/lt.xpi -> thunderbird-45.6.0-lt.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/nb-NO.xpi -> thunderbird-45.6.0-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/nl.xpi -> thunderbird-45.6.0-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/nn-NO.xpi -> thunderbird-45.6.0-nn-NO.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/pa-IN.xpi -> thunderbird-45.6.0-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/pl.xpi -> thunderbird-45.6.0-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/pt-BR.xpi -> thunderbird-45.6.0-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/pt-PT.xpi -> thunderbird-45.6.0-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/rm.xpi -> thunderbird-45.6.0-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/ro.xpi -> thunderbird-45.6.0-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/ru.xpi -> thunderbird-45.6.0-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/si.xpi -> thunderbird-45.6.0-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/sk.xpi -> thunderbird-45.6.0-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/sl.xpi -> thunderbird-45.6.0-sl.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/sq.xpi -> thunderbird-45.6.0-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/sr.xpi -> thunderbird-45.6.0-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/sv-SE.xpi -> thunderbird-45.6.0-sv-SE.xpi ) l10n_ta-LK? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/ta-LK.xpi -> thunderbird-45.6.0-ta-LK.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/tr.xpi -> thunderbird-45.6.0-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/uk.xpi -> thunderbird-45.6.0-uk.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/vi.xpi -> thunderbird-45.6.0-vi.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/zh-CN.xpi -> thunderbird-45.6.0-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/linux-i686/xpi/zh-TW.xpi -> thunderbird-45.6.0-zh-TW.xpi ) https://archive.mozilla.org/pub/thunderbird/releases/45.6.0/source/thunderbird-45.6.0.source.tar.xz https://dev.gentoo.org/~axs/distfiles/lightning-4.7.6.tar.xz lightning? ( https://dev.gentoo.org/~axs/distfiles/gdata-provider-2.6-r1.tar.xz ) crypt? ( http://www.enigmail.net/download/source/enigmail-1.9.1.tar.gz ) https://dev.gentoo.org/~anarchy/mozilla/patchsets/thunderbird-38.0-patches-0.1.tar.xz https://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-45.0-patches-07.tar.xz https://dev.gentoo.org/~axs/mozilla/patchsets/thunderbird-38.0-patches-0.1.tar.xz https://dev.gentoo.org/~axs/mozilla/patchsets/firefox-45.0-patches-07.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/thunderbird-38.0-patches-0.1.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/firefox-45.0-patches-07.tar.xz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c check-reqs aee25bdf4e2f459af86d17f7c41dcdf6 eutils b83a2420b796f7c6eff682679d08fe25 fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 7366202dd55cb8f018f5d450d54e7749 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 libtool 4890219c51da247200223277f993e054 makeedit b8a216672495a247e3ea6a3412fa7ae8 mozconfig-v6.45 0042834b801be9fcd5b6c2a4657d2452 mozcoreconf-v4 3c687d11553a52e70dc3baad2d2a1864 mozextension 3d8ee4835f89ff39d4666656aa603433 mozlinguas-v2 b9f0deaff27b0dc5ca44cdd61be2a3fa multilib 165fc17c38d1b11dac2008280dab6e80 nsplugins bf5bfcef1d2f0adad7e6230455df8e91 pax-utils 4c2654a34ebe732e85fda354f6ee642f python-any-r1 1c20f9b800324335a8e3b137363362e8 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=54490718431dd78133b3f2d356b0ef0c +_md5_=59fe16ea4b435bac7e20e28d4d35de27 diff --git a/metadata/md5-cache/mail-filter/postgrey-1.36-r1 b/metadata/md5-cache/mail-filter/postgrey-1.36-r1 index 8f18fccf584f..59d5e95f2cab 100644 --- a/metadata/md5-cache/mail-filter/postgrey-1.36-r1 +++ b/metadata/md5-cache/mail-filter/postgrey-1.36-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Postgrey is a Postfix policy server implementing greylisting EAPI=5 HOMEPAGE=http://postgrey.schweikert.ch/ IUSE=targrey -KEYWORDS=amd64 ~hppa ~ppc ~ppc64 x86 +KEYWORDS=amd64 ~hppa ~ppc ppc64 x86 LICENSE=GPL-2 RDEPEND=>=dev-lang/perl-5.6.0 dev-perl/Net-Server dev-perl/IO-Multiplex dev-perl/BerkeleyDB dev-perl/Net-DNS dev-perl/NetAddr-IP dev-perl/Net-RBLClient dev-perl/Parse-Syslog virtual/perl-Digest-SHA >=sys-libs/db-4.1 SLOT=0 SRC_URI=http://postgrey.schweikert.ch/pub/postgrey-1.36.tar.gz http://postgrey.schweikert.ch/pub/old/postgrey-1.36.tar.gz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 systemd 5b6ca8b2fc1307ca593223f327342c96 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 user 80aaa71614ced86f02ee1a513821dc87 -_md5_=aa4794571a55fbaf89bc0db0cf955316 +_md5_=2bf0a48652dfef77f5ea42251981bd15 diff --git a/metadata/md5-cache/mail-mta/exim-4.88 b/metadata/md5-cache/mail-mta/exim-4.88 index 9b6752a1750f..0751dbf51f16 100644 --- a/metadata/md5-cache/mail-mta/exim-4.88 +++ b/metadata/md5-cache/mail-mta/exim-4.88 @@ -4,11 +4,11 @@ DESCRIPTION=A highly configurable, drop-in replacement for sendmail EAPI=6 HOMEPAGE=http://www.exim.org/ IUSE=dane dcc +dkim dlfunc dmarc +dnsdb doc dovecot-sasl dsn exiscan-acl gnutls ipv6 ldap libressl lmtp maildir mbx mysql nis pam perl pkcs11 postgres +prdr proxy radius redis sasl selinux spf sqlite srs ssl syslog tcpd tpda X elibc_glibc -KEYWORDS=~alpha amd64 ~arm ~hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-solaris +KEYWORDS=~alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-solaris 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 ) nis? ( elibc_glibc? ( || ( =sys-libs/glibc-2.23[rpc] ) ) ) mysql? ( virtual/libmysqlclient ) 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=dane? ( !gnutls ) dmarc? ( spf dkim ) pkcs11? ( gnutls ) spf? ( exiscan-acl ) srs? ( exiscan-acl ) SLOT=0 SRC_URI=ftp://ftp.exim.org/pub/exim/exim4/exim-4.88.tar.bz2 mirror://gentoo/system_filter.exim.gz doc? ( ftp://ftp.exim.org/pub/exim/exim4/exim-pdf-4.88.tar.bz2 ) _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 systemd 5b6ca8b2fc1307ca593223f327342c96 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=3561e9ff8c05ee9433373ef86df198fd +_md5_=b91e7338ba218fb8ef3b6f9be6bbd94d diff --git a/metadata/md5-cache/media-gfx/dcraw-9.27.0 b/metadata/md5-cache/media-gfx/dcraw-9.27.0 index 9afa486ace2c..d8cc9b7044e7 100644 --- a/metadata/md5-cache/media-gfx/dcraw-9.27.0 +++ b/metadata/md5-cache/media-gfx/dcraw-9.27.0 @@ -4,10 +4,10 @@ DESCRIPTION=Command-line decoder for raw digital photos EAPI=5 HOMEPAGE=http://www.cybercom.net/~dcoffin/dcraw/ IUSE=nls gimp jpeg jpeg2k lcms linguas_ca linguas_cs linguas_de linguas_da linguas_eo linguas_es linguas_fr linguas_hu linguas_it linguas_nl linguas_pl linguas_pt linguas_ru linguas_sv linguas_zh_CN linguas_zh_TW -KEYWORDS=alpha amd64 arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x86-solaris +KEYWORDS=alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x86-solaris LICENSE=GPL-2 RDEPEND=jpeg? ( virtual/jpeg:0 ) lcms? ( media-libs/lcms:2 ) jpeg2k? ( media-libs/jasper:= ) gimp? ( media-gfx/gimp ) media-libs/netpbm SLOT=0 SRC_URI=http://www.cybercom.net/~dcoffin/dcraw/archive/dcraw-9.27.0.tar.gz mirror://gentoo/parse-1.73.tar.bz2 gimp? ( mirror://gentoo/rawphoto-1.32.tar.bz2 ) _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 readme.gentoo df3fc8fdaf5a519e7d48c83e7592c95f toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=474047793fc7be8eb19889f2edfb3207 +_md5_=ed4ae2e92c501e2787bd8411423ea24b diff --git a/metadata/md5-cache/media-gfx/feh-2.18 b/metadata/md5-cache/media-gfx/feh-2.18 index a5caf81725e9..acb4388b5382 100644 --- a/metadata/md5-cache/media-gfx/feh-2.18 +++ b/metadata/md5-cache/media-gfx/feh-2.18 @@ -4,10 +4,10 @@ DESCRIPTION=A fast, lightweight imageviewer using imlib2 EAPI=6 HOMEPAGE=http://feh.finalrewind.org/ IUSE=debug curl exif test xinerama -KEYWORDS=amd64 ~arm ~mips ppc ~ppc64 x86 +KEYWORDS=amd64 ~arm ~mips ppc ppc64 x86 LICENSE=feh RDEPEND=media-libs/imlib2[X] >=media-libs/libpng-1.2:0= x11-libs/libX11 curl? ( net-misc/curl ) exif? ( media-libs/libexif ) xinerama? ( x11-libs/libXinerama ) virtual/jpeg:0 SLOT=0 SRC_URI=http://feh.finalrewind.org/feh-2.18.tar.bz2 _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=25c47f712b4a8f4a5544301f5ec8569c +_md5_=d4c2f2fe5f4ed75283ea200f4db2a5bb diff --git a/metadata/md5-cache/media-gfx/mirage-0.9.5.2-r1 b/metadata/md5-cache/media-gfx/mirage-0.9.5.2-r1 index 375a1fa98986..22be5c1e6858 100644 --- a/metadata/md5-cache/media-gfx/mirage-0.9.5.2-r1 +++ b/metadata/md5-cache/media-gfx/mirage-0.9.5.2-r1 @@ -4,11 +4,11 @@ DESCRIPTION=A fast and simple image viewer based on python and GTK+ EAPI=5 HOMEPAGE=http://mirageiv.berlios.de/ IUSE=python_targets_python2_7 -KEYWORDS=amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ~arm ppc ppc64 x86 ~x86-fbsd LICENSE=GPL-3 RDEPEND=x11-libs/libX11 >=dev-python/pygtk-2.12:2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] 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://gentoo/mirage-0.9.5.2.tar.bz2 _eclasses_=distutils-r1 583a05d30524485fda6869c772682ecd eutils b83a2420b796f7c6eff682679d08fe25 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=2592b210995776ea943cfe67165a632e +_md5_=1439feb8ef80449194b72f3e6b1c6354 diff --git a/metadata/md5-cache/media-gfx/sane-backends-1.0.25-r1 b/metadata/md5-cache/media-gfx/sane-backends-1.0.25-r1 index 6f48597f1581..2b741edee2f1 100644 --- a/metadata/md5-cache/media-gfx/sane-backends-1.0.25-r1 +++ b/metadata/md5-cache/media-gfx/sane-backends-1.0.25-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Scanner Access Now Easy - Backends EAPI=5 HOMEPAGE=http://www.sane-project.org/ IUSE=doc gphoto2 ipv6 nls snmp systemd threads usb v4l xinetd zeroconf +sane_backends_abaton +sane_backends_agfafocus +sane_backends_apple +sane_backends_artec +sane_backends_artec_eplus48u +sane_backends_as6e +sane_backends_avision +sane_backends_bh +sane_backends_canon +sane_backends_canon630u +sane_backends_canon_dr -sane_backends_canon_pp +sane_backends_cardscan +sane_backends_coolscan +sane_backends_coolscan2 +sane_backends_coolscan3 +sane_backends_dc210 +sane_backends_dc240 +sane_backends_dc25 +sane_backends_dell1600n_net +sane_backends_dmc +sane_backends_epjitsu +sane_backends_epson +sane_backends_epson2 +sane_backends_fujitsu +sane_backends_genesys +sane_backends_gt68xx +sane_backends_hp +sane_backends_hp3500 +sane_backends_hp3900 +sane_backends_hp4200 +sane_backends_hp5400 +sane_backends_hp5590 +sane_backends_hpljm1005 -sane_backends_hpsj5s +sane_backends_hs2p +sane_backends_ibm +sane_backends_kodak +sane_backends_kodakaio +sane_backends_kvs1025 +sane_backends_kvs20xx sane_backends_kvs40xx +sane_backends_leo +sane_backends_lexmark +sane_backends_ma1509 +sane_backends_magicolor +sane_backends_matsushita +sane_backends_microtek +sane_backends_microtek2 +sane_backends_mustek -sane_backends_mustek_pp +sane_backends_mustek_usb sane_backends_mustek_usb2 +sane_backends_nec +sane_backends_net +sane_backends_niash +sane_backends_p5 +sane_backends_pie +sane_backends_pixma +sane_backends_plustek +sane_backends_plustek_pp -sane_backends_pnm +sane_backends_qcam +sane_backends_ricoh +sane_backends_rts8891 +sane_backends_s9036 +sane_backends_sceptre +sane_backends_sharp +sane_backends_sm3600 +sane_backends_sm3840 +sane_backends_snapscan +sane_backends_sp15c +sane_backends_st400 +sane_backends_stv680 +sane_backends_tamarack +sane_backends_teco1 +sane_backends_teco2 +sane_backends_teco3 +sane_backends_test +sane_backends_u12 +sane_backends_umax +sane_backends_umax1220u +sane_backends_umax_pp +sane_backends_xerox_mfp 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 ~x86-fbsd ~amd64-linux ~x86-linux +KEYWORDS=alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=GPL-2 public-domain RDEPEND=sane_backends_dc210? ( >=virtual/jpeg-0-r2: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(-)?] ) sane_backends_dc240? ( >=virtual/jpeg-0-r2: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(-)?] ) sane_backends_dell1600n_net? ( >=virtual/jpeg-0-r2: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(-)?] >=media-libs/tiff-3.9.7-r1: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(-)?] ) sane_backends_canon_pp? ( >=sys-libs/libieee1284-0.2.11-r3[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(-)?] ) sane_backends_hpsj5s? ( >=sys-libs/libieee1284-0.2.11-r3[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(-)?] ) sane_backends_mustek_pp? ( >=sys-libs/libieee1284-0.2.11-r3[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(-)?] ) usb? ( >=virtual/libusb-1-r1:1=[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-2.5.3.1:=[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/jpeg-0-r2: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-0.9.5[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(-)?] ) xinetd? ( sys-apps/xinetd ) snmp? ( net-analyzer/net-snmp ) systemd? ( sys-apps/systemd:0= ) zeroconf? ( >=net-dns/avahi-0.6.31-r2[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-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) tcl? ( dev-lang/tcl:0= ) virtual/pkgconfig dev-lang/swig >=sys-devel/libtool-2.2 doc? ( app-doc/doxygen ) +DESCRIPTION=Ham radio backend rig control libraries +EAPI=5 +HOMEPAGE=https://sourceforge.net/apps/mediawiki/hamlib +IUSE=doc perl python tcl python_targets_python2_7 +KEYWORDS=~amd64 ~x86 ~x86-fbsd +LICENSE=LGPL-2 GPL-2 +RDEPEND==virtual/libusb-0* dev-libs/libxml2 sys-libs/readline:0 perl? ( dev-lang/perl ) python? ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) tcl? ( dev-lang/tcl:0= ) +REQUIRED_USE=python_targets_python2_7 +RESTRICT=test +SLOT=0 +SRC_URI=mirror://sourceforge/hamlib/hamlib-3.1.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils b83a2420b796f7c6eff682679d08fe25 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 python-single-r1 19a74c6b5c191723a997dc7e0cc6bb09 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 +_md5_=6ec75077e5cf7dc5c9cf44e088b80557 diff --git a/metadata/md5-cache/media-libs/imlib-1.9.15-r5 b/metadata/md5-cache/media-libs/imlib-1.9.15-r5 index 49cb45e77d59..63f4c8a5077d 100644 --- a/metadata/md5-cache/media-libs/imlib-1.9.15-r5 +++ b/metadata/md5-cache/media-libs/imlib-1.9.15-r5 @@ -4,10 +4,10 @@ DESCRIPTION=Image loading and rendering library EAPI=6 HOMEPAGE=http://ftp.acc.umu.se/pub/GNOME/sources/imlib/1.9/ IUSE=doc 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 ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd +KEYWORDS=alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd LICENSE=GPL-2 RDEPEND=>=media-libs/tiff-3.9.7-r1: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(-)?] >=media-libs/giflib-5.1: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(-)?] >=media-libs/libpng-1.2.51: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(-)?] >=virtual/jpeg-0-r2: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(-)?] >=x11-libs/libICE-1.0.8-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(-)?] >=x11-libs/libSM-1.2.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(-)?] >=x11-libs/libXext-1.3.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://gnome/sources/imlib/1.9/imlib-1.9.15.tar.bz2 mirror://gentoo/gtk-1-for-imlib.m4.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=b2981c5867f77ab957737b1e0dc13cd6 +_md5_=07873543bc8ca06717ed40686073b328 diff --git a/metadata/md5-cache/media-libs/libafterimage-1.20-r1 b/metadata/md5-cache/media-libs/libafterimage-1.20-r1 index 7ba918e07f5a..d01968dc8fbc 100644 --- a/metadata/md5-cache/media-libs/libafterimage-1.20-r1 +++ b/metadata/md5-cache/media-libs/libafterimage-1.20-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Afterstep's standalone generic image manipulation library EAPI=6 HOMEPAGE=http://www.afterstep.org/afterimage/index.php IUSE=+X cpu_flags_x86_mmx examples gif jpeg nls opengl png static-libs shm +shaping svg tiff truetype -KEYWORDS=alpha amd64 ~hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux +KEYWORDS=alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=LGPL-2.1 RDEPEND=X? ( x11-libs/libSM x11-libs/libXext x11-libs/libXrender ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0 ) opengl? ( virtual/opengl ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( gnome-base/librsvg:2 ) tiff? ( media-libs/tiff:0 ) truetype? ( media-libs/freetype ) REQUIRED_USE=opengl? ( X ) shaping? ( X ) shm? ( X ) SLOT=0 SRC_URI=ftp://ftp.afterstep.org/stable/libAfterImage/libAfterImage-1.20.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=32842444a3d8c46121982e898ad8fcc1 +_md5_=4a976f09e30b2b5dfdb6a15493597ece diff --git a/metadata/md5-cache/media-libs/libcaca-0.99_beta19 b/metadata/md5-cache/media-libs/libcaca-0.99_beta19 index a337fc8f5ac1..6830243cbd3f 100644 --- a/metadata/md5-cache/media-libs/libcaca-0.99_beta19 +++ b/metadata/md5-cache/media-libs/libcaca-0.99_beta19 @@ -4,11 +4,11 @@ DESCRIPTION=A library that creates colored ASCII-art graphics EAPI=5 HOMEPAGE=http://libcaca.zoy.org/ IUSE=cxx doc imlib java mono ncurses opengl python ruby slang static-libs test truetype X elibc_FreeBSD ruby_targets_ruby20 elibc_FreeBSD java python_targets_python2_7 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 ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=GPL-2 ISC LGPL-2.1 WTFPL-2 RDEPEND=imlib? ( >=media-libs/imlib2-1.4.6-r2[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(-)?] ) mono? ( dev-lang/mono ) ncurses? ( >=sys-libs/ncurses-5.9-r3: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(-)?] ) opengl? ( >=virtual/glu-9.0-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(-)?] >=virtual/opengl-7.0-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(-)?] >=media-libs/freeglut-2.8.1[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(-)?] truetype? ( >=media-libs/ftgl-2.1.3_rc5 ) ) python? ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) ruby? ( ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ) slang? ( >=sys-libs/slang-2.2.4-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(-)?] ) X? ( >=x11-libs/libX11-1.6.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(-)?] >=x11-libs/libXt-1.1.4[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(-)?] ) java? ( >=virtual/jre-1.5 ) java? ( >=dev-java/java-config-2.2.0-r3 ) REQUIRED_USE=python? ( python_targets_python2_7 ) ruby? ( ruby_targets_ruby20 ) SLOT=0 SRC_URI=http://libcaca.zoy.org/files/libcaca/libcaca-0.99.beta19.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 a50950a73b5d5db46f42638e2996a087 libtool 4890219c51da247200223277f993e054 mono-env 10809200679bcceefebac9e72bebb6e6 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 python-single-r1 19a74c6b5c191723a997dc7e0cc6bb09 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 ruby-ng 934780d41ab18a9ff091703f511371be ruby-utils 382c3a262907e1219a21618dfd1a01a0 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=61e25d949eaf6c2737a2400028de6582 +_md5_=c8aa0526db6166bb2fa14881c1755a72 diff --git a/metadata/md5-cache/media-libs/libiptcdata-1.0.4-r1 b/metadata/md5-cache/media-libs/libiptcdata-1.0.4-r1 index d3bf7c64cde6..6dcf815810f4 100644 --- a/metadata/md5-cache/media-libs/libiptcdata-1.0.4-r1 +++ b/metadata/md5-cache/media-libs/libiptcdata-1.0.4-r1 @@ -4,11 +4,11 @@ DESCRIPTION=library for manipulating the International Press Telecommunications EAPI=5 HOMEPAGE=http://libiptcdata.sourceforge.net IUSE=doc examples nls python python_targets_python2_7 -KEYWORDS=alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86 +KEYWORDS=alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86 LICENSE=LGPL-2 RDEPEND=python? ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) nls? ( virtual/libintl ) REQUIRED_USE=python? ( python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://sourceforge/libiptcdata/libiptcdata-1.0.4.tar.gz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 python-single-r1 19a74c6b5c191723a997dc7e0cc6bb09 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=104f8e3656aa22ad6fdb0b05719396fe +_md5_=afe73bfdade6d6f855ed8bd0b54f4364 diff --git a/metadata/md5-cache/media-libs/libogg-1.3.2 b/metadata/md5-cache/media-libs/libogg-1.3.2 index 16021e434236..c51b577caf1c 100644 --- a/metadata/md5-cache/media-libs/libogg-1.3.2 +++ b/metadata/md5-cache/media-libs/libogg-1.3.2 @@ -3,10 +3,10 @@ DESCRIPTION=the Ogg media file format library EAPI=5 HOMEPAGE=http://xiph.org/ogg/ 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 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=BSD RDEPEND=abi_x86_32? ( !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] ) SLOT=0 SRC_URI=http://downloads.xiph.org/releases/ogg/libogg-1.3.2.tar.xz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils b83a2420b796f7c6eff682679d08fe25 libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=b472eb83e1a4c7208c652820cb6e1e1a +_md5_=77cf0dcfd71c04b18002011033754ad0 diff --git a/metadata/md5-cache/media-libs/libpng-1.6.27 b/metadata/md5-cache/media-libs/libpng-1.6.27 index 6f2c3586c932..7d7ebfeeaa7a 100644 --- a/metadata/md5-cache/media-libs/libpng-1.6.27 +++ b/metadata/md5-cache/media-libs/libpng-1.6.27 @@ -4,10 +4,10 @@ DESCRIPTION=Portable Network Graphics library EAPI=6 HOMEPAGE=http://www.libpng.org/ IUSE=apng neon 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 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt LICENSE=libpng RDEPEND=>=sys-libs/zlib-1.2.8-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(-)?] abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r1 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) SLOT=0/16 SRC_URI=mirror://sourceforge/libpng/libpng-1.6.27.tar.xz apng? ( mirror://sourceforge/apng/libpng-1.6.27-apng.patch.gz ) _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=10cd816163028ab28eb9613bf7e2d081 +_md5_=ad5c7c2e34122be7e43a4be05e8cb242 diff --git a/metadata/md5-cache/media-libs/libraw-0.17.2 b/metadata/md5-cache/media-libs/libraw-0.17.2 index cc938de5f932..fbc48c045bd2 100644 --- a/metadata/md5-cache/media-libs/libraw-0.17.2 +++ b/metadata/md5-cache/media-libs/libraw-0.17.2 @@ -4,10 +4,10 @@ DESCRIPTION=LibRaw is a library for reading RAW files obtained from digital phot EAPI=6 HOMEPAGE=http://www.libraw.org/ IUSE=demosaic examples jpeg jpeg2k +lcms openmp 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 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux +KEYWORDS=alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux LICENSE=LGPL-2.1 CDDL GPL-2 GPL-3 RDEPEND=jpeg? ( >=virtual/jpeg-0-r2: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(-)?] ) jpeg2k? ( >=media-libs/jasper-1.900.1-r6:=[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.5: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/15 SRC_URI=http://www.libraw.org/data/LibRaw-0.17.2.tar.gz demosaic? ( http://www.libraw.org/data/LibRaw-demosaic-pack-GPL2-0.17.2.tar.gz http://www.libraw.org/data/LibRaw-demosaic-pack-GPL3-0.17.2.tar.gz ) _eclasses_=multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=08ae3968227d218451af4e011ee55bfd +_md5_=01a6dc0dd75e5e3b5e95a047a8fc8ff3 diff --git a/metadata/md5-cache/media-libs/libvorbis-1.3.5 b/metadata/md5-cache/media-libs/libvorbis-1.3.5 index f2960318ed9c..1ed9009e7c1a 100644 --- a/metadata/md5-cache/media-libs/libvorbis-1.3.5 +++ b/metadata/md5-cache/media-libs/libvorbis-1.3.5 @@ -4,10 +4,10 @@ DESCRIPTION=The Ogg Vorbis sound file format library EAPI=5 HOMEPAGE=http://xiph.org/vorbis 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 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=BSD RDEPEND=>=media-libs/libogg-1.3.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(-)?] abi_x86_32? ( !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] ) SLOT=0 SRC_URI=http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.5.tar.xz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils b83a2420b796f7c6eff682679d08fe25 libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=ce3336b64867a908638816ccc81070da +_md5_=bdd9803e01ae12143ac0affe272b41e8 diff --git a/metadata/md5-cache/media-libs/libwebp-0.4.2 b/metadata/md5-cache/media-libs/libwebp-0.4.2 index dcc6959ad5a0..cf462e327d50 100644 --- a/metadata/md5-cache/media-libs/libwebp-0.4.2 +++ b/metadata/md5-cache/media-libs/libwebp-0.4.2 @@ -4,10 +4,10 @@ DESCRIPTION=A lossy image compression format EAPI=5 HOMEPAGE=https://developers.google.com/speed/webp/download IUSE=experimental gif +jpeg opengl +png static-libs swap-16bit-csp tiff 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 ~mips ppc ~ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~m68k-mint +KEYWORDS=alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~m68k-mint LICENSE=BSD RDEPEND=gif? ( media-libs/giflib:= ) jpeg? ( virtual/jpeg:0= ) opengl? ( media-libs/freeglut virtual/opengl ) png? ( media-libs/libpng:0= ) tiff? ( media-libs/tiff:0= ) SLOT=0/5 SRC_URI=http://downloads.webmproject.org/releases/webp/libwebp-0.4.2.tar.gz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=2dfa5d3fc6799f51bb2b17bc54aee7f8 +_md5_=abfc54dd1cd0709af0c9d1013eec48af diff --git a/metadata/md5-cache/media-libs/libxmi-1.3 b/metadata/md5-cache/media-libs/libxmi-1.3 index f7867059cfb2..9aa08d7f8720 100644 --- a/metadata/md5-cache/media-libs/libxmi-1.3 +++ b/metadata/md5-cache/media-libs/libxmi-1.3 @@ -4,10 +4,10 @@ DESCRIPTION=C/C++ function library for rasterizing 2-D vector graphics EAPI=5 HOMEPAGE=https://www.gnu.org/software/libxmi/ IUSE=static-libs -KEYWORDS=alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux +KEYWORDS=alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=!<=media-libs/plotutils-2.6 SLOT=0 SRC_URI=https://dev.gentoo.org/~jlec/distfiles/libxmi-1.3.tar.xz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils b83a2420b796f7c6eff682679d08fe25 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=766a521653f07d7afc7bb2541df96fac +_md5_=fd27a543d9083335980e1135077e6d00 diff --git a/metadata/md5-cache/media-libs/netpbm-10.70.00 b/metadata/md5-cache/media-libs/netpbm-10.70.00 index 1bc3227518e0..119ac93841de 100644 --- a/metadata/md5-cache/media-libs/netpbm-10.70.00 +++ b/metadata/md5-cache/media-libs/netpbm-10.70.00 @@ -4,10 +4,10 @@ DESCRIPTION=A set of utilities for converting to/from the netpbm (and related) f EAPI=4 HOMEPAGE=http://netpbm.sourceforge.net/ IUSE=doc jbig jpeg jpeg2k png rle cpu_flags_x86_sse2 static-libs svga tiff X xml zlib -KEYWORDS=alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux +KEYWORDS=alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=jbig? ( media-libs/jbigkit ) jpeg? ( virtual/jpeg:0 ) jpeg2k? ( media-libs/jasper ) png? ( >=media-libs/libpng-1.4:0 ) rle? ( media-libs/urt ) svga? ( media-libs/svgalib ) tiff? ( >=media-libs/tiff-3.5.5:0 ) xml? ( dev-libs/libxml2 ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libX11 ) SLOT=0 SRC_URI=mirror://gentoo/netpbm-10.70.00.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=8ba9969ab1a7402fae48744d6a431a66 +_md5_=96ea31a8f56fc7a6c154ca65dc88a91d diff --git a/metadata/md5-cache/media-libs/phonon-4.9.0 b/metadata/md5-cache/media-libs/phonon-4.9.0 index f42d5528f0ec..2c012a839c9a 100644 --- a/metadata/md5-cache/media-libs/phonon-4.9.0 +++ b/metadata/md5-cache/media-libs/phonon-4.9.0 @@ -4,7 +4,7 @@ DESCRIPTION=KDE multimedia API EAPI=6 HOMEPAGE=https://phonon.kde.org/ IUSE=aqua debug designer gstreamer pulseaudio +qt4 qt5 +vlc zeitgeist 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 hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=|| ( LGPL-2.1 LGPL-3 ) PDEPEND=aqua? ( media-libs/phonon-qt7 ) gstreamer? ( >=media-libs/phonon-gstreamer-4.9.0[qt4?,qt5?] ) vlc? ( >=media-libs/phonon-vlc-0.9.0[qt4?,qt5?] ) RDEPEND=!!dev-qt/qtphonon:4 qt4? ( dev-qt/qtcore:4[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-qt/qtdbus:4[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-qt/qtgui:4[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(-)?] designer? ( dev-qt/designer:4[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(-)?] ) ) qt5? ( dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 designer? ( dev-qt/designer:5 ) ) pulseaudio? ( 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(-)?] >=media-sound/pulseaudio-0.9.21[glib,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(-)?] ) zeitgeist? ( dev-libs/libqzeitgeist ) @@ -12,4 +12,4 @@ REQUIRED_USE=|| ( qt4 qt5 ) zeitgeist? ( qt4 ) SLOT=0 SRC_URI=mirror://kde/stable/phonon/4.9.0/phonon-4.9.0.tar.xz _eclasses_=cmake-multilib 273c15f5a0a06438a38bb5c3e98fa2db cmake-utils b43f5e0df58483dd4b68aef4777f6e22 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 qmake-utils 0a242e7177789b0028b4045f336dd4db toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=7ab297865d07d93775a8a442019f77b0 +_md5_=54644ffa8437c9782890ec21e8569684 diff --git a/metadata/md5-cache/media-libs/phonon-gstreamer-4.9.0 b/metadata/md5-cache/media-libs/phonon-gstreamer-4.9.0 index 19b3358c7b9a..caed01913089 100644 --- a/metadata/md5-cache/media-libs/phonon-gstreamer-4.9.0 +++ b/metadata/md5-cache/media-libs/phonon-gstreamer-4.9.0 @@ -4,11 +4,11 @@ DESCRIPTION=Phonon GStreamer backend EAPI=6 HOMEPAGE=https://phonon.kde.org/ IUSE=alsa debug +network +qt4 qt5 -KEYWORDS=alpha amd64 arm hppa ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos +KEYWORDS=alpha amd64 arm hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos LICENSE=LGPL-2.1+ || ( LGPL-2.1 LGPL-3 ) RDEPEND=dev-libs/glib:2 dev-libs/libxml2:2 media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 media-plugins/gst-plugins-meta:1.0[alsa?,ogg,vorbis] >=media-libs/phonon-4.9.0[qt4?,qt5?] qt4? ( dev-qt/qtcore:4[glib] dev-qt/qtgui:4[glib] dev-qt/qtopengl:4 !=media-libs/phonon-4.9.0[qt4=,qt5=] >=media-video/vlc-2.0.1:=[dbus,ogg,vorbis] qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 ) REQUIRED_USE=|| ( qt4 qt5 ) SLOT=0 SRC_URI=mirror://kde/stable/phonon/phonon-backend-vlc/0.9.0/phonon-backend-vlc-0.9.0.tar.xz _eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=50f0f65cc5485a74b518198c6e6e0b3d +_md5_=713e32a5ae5c6d19eff000f9745c84e4 diff --git a/metadata/md5-cache/media-libs/plotutils-2.6-r1 b/metadata/md5-cache/media-libs/plotutils-2.6-r1 index eed660b99808..97ca7a5193b3 100644 --- a/metadata/md5-cache/media-libs/plotutils-2.6-r1 +++ b/metadata/md5-cache/media-libs/plotutils-2.6-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Powerful C/C++ function library for exporting 2-D vector graphics EAPI=5 HOMEPAGE=https://www.gnu.org/software/plotutils/ IUSE=+png static-libs X -KEYWORDS=alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux +KEYWORDS=alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=!=media-libs/alsa-lib-1.1.3 libsamplerate? ( media-libs/libsamplerate ) SLOT=0.9 SRC_URI=mirror://alsaproject/utils/alsa-utils-1.1.3.tar.bz2 _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 systemd 5b6ca8b2fc1307ca593223f327342c96 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 udev 73058269b3e70e34e084fa3981282338 -_md5_=6bf78edfc0d4dd09398fc1676e5a5f5a +_md5_=e9dd02ab91235509548ddde7586dc1a3 diff --git a/metadata/md5-cache/media-sound/mpg321-0.3.2 b/metadata/md5-cache/media-sound/mpg321-0.3.2 index fa27e7f3be06..a84815bbcefc 100644 --- a/metadata/md5-cache/media-sound/mpg321-0.3.2 +++ b/metadata/md5-cache/media-sound/mpg321-0.3.2 @@ -4,10 +4,10 @@ DESCRIPTION=A realtime MPEG 1.0/2.0/2.5 audio player for layers 1, 2 and 3 EAPI=5 HOMEPAGE=http://mpg321.sourceforge.net/ IUSE=alsa ipv6 -KEYWORDS=alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=GPL-2 RDEPEND=app-eselect/eselect-mpg123 >=media-libs/libao-1 media-libs/libid3tag media-libs/libmad sys-libs/zlib alsa? ( media-libs/alsa-lib ) SLOT=0 SRC_URI=mirror://sourceforge/mpg321/mpg321_0.3.2.orig.tar.gz -> mpg321-0.3.2.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils b83a2420b796f7c6eff682679d08fe25 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=c302066f352fe0a83e6782c1c2cd17a9 +_md5_=077ba4ccfc7406fc81a093cec04252fd diff --git a/metadata/md5-cache/media-sound/ncmpcpp-0.7.7 b/metadata/md5-cache/media-sound/ncmpcpp-0.7.7 index a4c0768fc8dd..b59688b3ece1 100644 --- a/metadata/md5-cache/media-sound/ncmpcpp-0.7.7 +++ b/metadata/md5-cache/media-sound/ncmpcpp-0.7.7 @@ -4,9 +4,9 @@ DESCRIPTION=featureful ncurses based MPD client inspired by ncmpc EAPI=6 HOMEPAGE=http://ncmpcpp.rybczak.net/ IUSE=clock curl outputs taglib unicode visualizer -KEYWORDS=amd64 ~arm ~hppa ppc ~ppc64 sparc x86 +KEYWORDS=amd64 ~arm ~hppa ppc ppc64 sparc x86 LICENSE=GPL-2 RDEPEND=!dev-libs/boost:0/1.57.0 >=media-libs/libmpdclient-2.1 dev-libs/boost:=[nls,threads] sys-libs/ncurses:=[unicode?] sys-libs/readline:* curl? ( net-misc/curl ) taglib? ( media-libs/taglib ) unicode? ( dev-libs/boost:=[icu] dev-libs/icu:= ) visualizer? ( sci-libs/fftw:3.0= ) SLOT=0 SRC_URI=http://ncmpcpp.rybczak.net/stable/ncmpcpp-0.7.7.tar.bz2 -_md5_=cd1312b07d45017ef4731ad23b6e1b6a +_md5_=7ce3b95a5a3ee7efbf4dc6d49ec68c96 diff --git a/metadata/md5-cache/media-video/rtmpdump-2.4_p20161210 b/metadata/md5-cache/media-video/rtmpdump-2.4_p20161210 index 83ed560e00f2..8c662d381025 100644 --- a/metadata/md5-cache/media-video/rtmpdump-2.4_p20161210 +++ b/metadata/md5-cache/media-video/rtmpdump-2.4_p20161210 @@ -4,10 +4,10 @@ DESCRIPTION=RTMP client intended to stream audio or video flash content EAPI=6 HOMEPAGE=http://rtmpdump.mplayerhq.hu/ IUSE=gnutls polarssl ssl libressl 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 ~hppa ~mips ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~arm ~hppa ~mips ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=GPL-2 LGPL-2.1 RDEPEND=ssl? ( gnutls? ( >=net-libs/gnutls-2.12.23-r6[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(-)?,nettle(+)] ) polarssl? ( !gnutls? ( >=net-libs/polarssl-1.3.4[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(-)?] ) ) !gnutls? ( !polarssl? ( !libressl? ( >=dev-libs/openssl-1.0.1h-r2[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(-)?] ) libressl? ( dev-libs/libressl ) ) ) >=sys-libs/zlib-1.2.8-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 SRC_URI=https://dev.gentoo.org/~hwoarang/distfiles/rtmpdump-2.4_p20161210.tar.gz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=c4f8f8d0234ed45f2e452b2924354935 +_md5_=d3a29968acb6f798e3c3c6c851efe30e diff --git a/metadata/md5-cache/net-analyzer/etherape-0.9.14 b/metadata/md5-cache/net-analyzer/etherape-0.9.14 index 582381cf3be3..e403d3f49b50 100644 --- a/metadata/md5-cache/net-analyzer/etherape-0.9.14 +++ b/metadata/md5-cache/net-analyzer/etherape-0.9.14 @@ -3,10 +3,10 @@ DEPEND=>=gnome-base/libglade-2.0 >=gnome-base/libgnomeui-2.0 gnome-base/libgnome DESCRIPTION=A graphical network monitor for Unix modeled after etherman EAPI=6 HOMEPAGE=http://etherape.sourceforge.net/ -KEYWORDS=amd64 ppc ~ppc64 ~sparc x86 +KEYWORDS=amd64 ppc ppc64 ~sparc x86 LICENSE=GPL-2 RDEPEND=>=gnome-base/libglade-2.0 >=gnome-base/libgnomeui-2.0 gnome-base/libgnomecanvas[glade] net-libs/libpcap SLOT=0 SRC_URI=mirror://sourceforge/etherape/etherape-0.9.14.tar.gz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 21c81ea94c12e45a63f7f14fba666e3d gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=9e2392e82875a36b7169a917a949db7e +_md5_=79aa2c75b167cf6fdb69f70069c4b8c8 diff --git a/metadata/md5-cache/net-analyzer/nmap-7.40 b/metadata/md5-cache/net-analyzer/nmap-7.40 index a16c446fa38b..06fe8921d35d 100644 --- a/metadata/md5-cache/net-analyzer/nmap-7.40 +++ b/metadata/md5-cache/net-analyzer/nmap-7.40 @@ -11,4 +11,4 @@ REQUIRED_USE=system-lua? ( nse ) ndiff? ( python_targets_python2_7 ) zenmap? ( p SLOT=0 SRC_URI=http://nmap.org/dist/nmap-7.40.tar.bz2 https://dev.gentoo.org/~jer/nmap-logo-64.png _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 python-single-r1 19a74c6b5c191723a997dc7e0cc6bb09 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=716b4ffaddcc9b27a93be0edaeb3569f +_md5_=82403f776a9d86e41cdf388968fdc4fa diff --git a/metadata/md5-cache/net-analyzer/nmap-9999 b/metadata/md5-cache/net-analyzer/nmap-9999 index ece20fa06b93..bb4adc34030e 100644 --- a/metadata/md5-cache/net-analyzer/nmap-9999 +++ b/metadata/md5-cache/net-analyzer/nmap-9999 @@ -10,4 +10,4 @@ REQUIRED_USE=system-lua? ( nse ) ndiff? ( python_targets_python2_7 ) zenmap? ( p SLOT=0 SRC_URI=https://dev.gentoo.org/~jer/nmap-logo-64.png _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 git-r3 e928b84a9f6f1d9076d1d27687876dc6 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 python-single-r1 19a74c6b5c191723a997dc7e0cc6bb09 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 user 80aaa71614ced86f02ee1a513821dc87 -_md5_=988a9b613a6766de5b9c65ffcb12a920 +_md5_=bda2fefd04bfe1f3651eaa8537aabd6c diff --git a/metadata/md5-cache/net-analyzer/pnp4nagios-0.6.25-r2 b/metadata/md5-cache/net-analyzer/pnp4nagios-0.6.25-r2 index 61d496d34091..6a83c01b33e9 100644 --- a/metadata/md5-cache/net-analyzer/pnp4nagios-0.6.25-r2 +++ b/metadata/md5-cache/net-analyzer/pnp4nagios-0.6.25-r2 @@ -4,10 +4,10 @@ DESCRIPTION=A performance data analyzer for nagios EAPI=5 HOMEPAGE=http://www.pnp4nagios.org/ IUSE=apache2 -KEYWORDS=amd64 ppc ~ppc64 ~sparc x86 +KEYWORDS=amd64 ppc ppc64 ~sparc x86 LICENSE=GPL-2 RDEPEND=dev-lang/php:*[filter,gd,json,simplexml,xml,zlib] >=net-analyzer/rrdtool-1.2[graph,perl] || ( =www-servers/apache-2.4[apache2_modules_alias,apache2_modules_authz_core,apache2_modules_rewrite] ) apache2? ( =www-servers/apache-2* ) SLOT=0 SRC_URI=mirror://sourceforge/pnp4nagios/PNP-0.6/pnp4nagios-0.6.25.tar.gz _eclasses_=depend.apache 7aeacf4ba074b9aa0047e2ba05c1010f eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=bbac7cdbad835869dd8dfd120ba42869 +_md5_=0292529736938975a8dbf2855f52be7d diff --git a/metadata/md5-cache/net-dialup/rp-pppoe-3.12-r1 b/metadata/md5-cache/net-dialup/rp-pppoe-3.12-r1 index c8dfc63ce429..8bc67f1ec2e1 100644 --- a/metadata/md5-cache/net-dialup/rp-pppoe-3.12-r1 +++ b/metadata/md5-cache/net-dialup/rp-pppoe-3.12-r1 @@ -4,10 +4,10 @@ DESCRIPTION=A user-mode PPPoE client and server suite for Linux EAPI=6 HOMEPAGE=https://www.roaringpenguin.com/products/pppoe IUSE=tk -KEYWORDS=alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 +KEYWORDS=alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 LICENSE=GPL-2 RDEPEND=net-dialup/ppp:= tk? ( dev-lang/tk:= ) SLOT=0 SRC_URI=http://www.roaringpenguin.com/files/download/rp-pppoe-3.12.tar.gz ftp://ftp.samba.org/pub/ppp/ppp-2.4.7.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 readme.gentoo-r1 03878c06495db70bc36bd717383c09f7 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=e0c1d0d0ef65056772ac93f5b54e0411 +_md5_=9527d74351db61ec5611e39ffd99ebef diff --git a/metadata/md5-cache/net-ftp/lftp-4.7.4 b/metadata/md5-cache/net-ftp/lftp-4.7.4 index 5f7e7d0ea9c4..5989f8cf08c9 100644 --- a/metadata/md5-cache/net-ftp/lftp-4.7.4 +++ b/metadata/md5-cache/net-ftp/lftp-4.7.4 @@ -4,10 +4,10 @@ DESCRIPTION=A sophisticated ftp/sftp/http/https/torrent client and file transfer EAPI=6 HOMEPAGE=http://lftp.tech/ IUSE=convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl verify-file linguas_cs linguas_de linguas_es linguas_fr linguas_it linguas_ja linguas_ko linguas_pl linguas_pt_BR linguas_ru linguas_uk linguas_zh_CN linguas_zh_HK linguas_zh_TW -KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=GPL-3 RDEPEND=>=sys-libs/ncurses-5.1:= >=sys-libs/readline-5.1:= dev-libs/expat sys-libs/zlib convert-mozilla-cookies? ( dev-perl/DBI ) idn? ( net-dns/libidn ) socks5? ( >=net-proxy/dante-1.1.12 virtual/pam ) ssl? ( gnutls? ( >=net-libs/gnutls-1.2.3:0= ) !gnutls? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) ) verify-file? ( dev-perl/String-CRC32 virtual/perl-Digest-MD5 ) SLOT=0 SRC_URI=http://lftp.tech/ftp/lftp-4.7.4.tar.xz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils b83a2420b796f7c6eff682679d08fe25 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=9a7d8ef4f51036fb055f9c424015ab1a +_md5_=df82f9d31ff6413b49cb0611d4eae56c diff --git a/metadata/md5-cache/net-im/gajim-0.16.6 b/metadata/md5-cache/net-im/gajim-0.16.6 index 175d405f440b..3ff9a64c17ef 100644 --- a/metadata/md5-cache/net-im/gajim-0.16.6 +++ b/metadata/md5-cache/net-im/gajim-0.16.6 @@ -4,7 +4,7 @@ DESCRIPTION=Jabber client written in PyGTK EAPI=5 HOMEPAGE=http://www.gajim.org/ IUSE=crypt dbus gnome gnome-keyring kde idle jingle libnotify networkmanager nls spell +srv test X xhtml zeroconf 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(-)] ) zeroconf? ( 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 ) gnome? ( gnome-keyring ) zeroconf? ( dbus ) @@ -12,4 +12,4 @@ RESTRICT=test SLOT=0 SRC_URI=http://www.gajim.org/downloads/0.16/gajim-0.16.6.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils b83a2420b796f7c6eff682679d08fe25 libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=75749d6f2ecc19329441f639127a9804 +_md5_=97a466d0f889c055ea0a0bf0a0b774bc diff --git a/metadata/md5-cache/net-libs/liboauth-1.0.3 b/metadata/md5-cache/net-libs/liboauth-1.0.3 index 07e2f70025db..72b0a19003b1 100644 --- a/metadata/md5-cache/net-libs/liboauth-1.0.3 +++ b/metadata/md5-cache/net-libs/liboauth-1.0.3 @@ -4,11 +4,11 @@ DESCRIPTION=C library implementing the OAuth secure authentication protocol EAPI=5 HOMEPAGE=http://liboauth.sourceforge.net/ IUSE=curl doc bindist +nss -KEYWORDS=alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x64-macos +KEYWORDS=alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x64-macos LICENSE=|| ( GPL-2 MIT ) RDEPEND=nss? ( dev-libs/nss curl? ( || ( net-misc/curl[ssl,curl_ssl_nss] net-misc/curl[-ssl] ) ) ) !nss? ( dev-libs/openssl:0= curl? ( || ( net-misc/curl[ssl,curl_ssl_openssl] net-misc/curl[-ssl] ) ) ) net-misc/curl REQUIRED_USE=bindist? ( nss ) SLOT=0 SRC_URI=mirror://sourceforge/project/liboauth/liboauth-1.0.3.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils b83a2420b796f7c6eff682679d08fe25 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=c5197d7a9e8ae64e01a02638fb9d2b2c +_md5_=c4a760a0a846648cd0746ed18bace5bb diff --git a/metadata/md5-cache/net-libs/zeromq-4.1.6 b/metadata/md5-cache/net-libs/zeromq-4.1.6 index f55464d68a21..180d9a2d3e8c 100644 --- a/metadata/md5-cache/net-libs/zeromq-4.1.6 +++ b/metadata/md5-cache/net-libs/zeromq-4.1.6 @@ -4,10 +4,10 @@ DESCRIPTION=A brokerless kernel EAPI=6 HOMEPAGE=http://www.zeromq.org/ IUSE=pgm static-libs test -KEYWORDS=amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 x86 ~amd64-linux ~x86-linux LICENSE=LGPL-3 RDEPEND=dev-libs/libsodium:= pgm? ( =net-libs/openpgm-5.2.122 ) SLOT=0/5 SRC_URI=https://github.com/zeromq/zeromq4-1/releases/download/v4.1.6/zeromq-4.1.6.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils b83a2420b796f7c6eff682679d08fe25 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=557764b803591af41e78186d76939582 +_md5_=fee91437b81d1a89438863fc279c6083 diff --git a/metadata/md5-cache/net-mail/courier-imap-4.16.2-r1 b/metadata/md5-cache/net-mail/courier-imap-4.16.2-r1 index 68bdc9202106..435ddc5cc81c 100644 --- a/metadata/md5-cache/net-mail/courier-imap-4.16.2-r1 +++ b/metadata/md5-cache/net-mail/courier-imap-4.16.2-r1 @@ -4,11 +4,11 @@ DESCRIPTION=An IMAP daemon designed specifically for maildirs EAPI=5 HOMEPAGE=http://www.courier-mta.org/ IUSE=berkdb debug fam +gdbm gnutls ipv6 libressl selinux trashquota -KEYWORDS=alpha amd64 hppa ~mips ppc ~ppc64 x86 +KEYWORDS=alpha amd64 hppa ~mips ppc ppc64 x86 LICENSE=GPL-3 RDEPEND=gnutls? ( net-libs/gnutls ) !gnutls? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) >=net-libs/courier-authlib-0.61 >=net-libs/courier-unicode-1.3 >=net-mail/mailbase-0.00-r8 berkdb? ( sys-libs/db:= ) fam? ( virtual/fam ) gdbm? ( >=sys-libs/gdbm-1.8.0 ) selinux? ( sec-policy/selinux-courier ) !mail-mta/courier !net-mail/bincimap !net-mail/cyrus-imapd !net-mail/uw-imap REQUIRED_USE=|| ( berkdb gdbm ) SLOT=0 SRC_URI=mirror://sourceforge/courier/courier-imap-4.16.2.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils b83a2420b796f7c6eff682679d08fe25 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 systemd 5b6ca8b2fc1307ca593223f327342c96 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=43417d16f7d2bcd8f0fefe11112dc44c +_md5_=71653c4629db5e5f953703f103af6cb4 diff --git a/metadata/md5-cache/net-mail/mu-0.9.18 b/metadata/md5-cache/net-mail/mu-0.9.18-r1 similarity index 96% rename from metadata/md5-cache/net-mail/mu-0.9.18 rename to metadata/md5-cache/net-mail/mu-0.9.18-r1 index 8c2390f17d9a..6be2f9d3b4bf 100644 --- a/metadata/md5-cache/net-mail/mu-0.9.18 +++ b/metadata/md5-cache/net-mail/mu-0.9.18-r1 @@ -10,4 +10,4 @@ RDEPEND=dev-libs/gmime:2.6 dev-libs/xapian dev-libs/glib:2 gui? ( x11-libs/gtk+: SLOT=0 SRC_URI=https://github.com/djcb/mu/archive/0.9.18.tar.gz -> mu-0.9.18.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c elisp-common 9f56c4e9bf1282dbfc2a5a09e1124e74 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=799261a167f2651cc17a50feae93653f +_md5_=0db5e9192e4f300daeea1a8c640cd28d diff --git a/metadata/md5-cache/net-misc/dhcp-4.3.4 b/metadata/md5-cache/net-misc/dhcp-4.3.4 index 3824d8671046..38fab36ea502 100644 --- a/metadata/md5-cache/net-misc/dhcp-4.3.4 +++ b/metadata/md5-cache/net-misc/dhcp-4.3.4 @@ -4,10 +4,10 @@ DESCRIPTION=ISC Dynamic Host Configuration Protocol (DHCP) client/server EAPI=5 HOMEPAGE=http://www.isc.org/products/DHCP IUSE=+client ipv6 kernel_linux ldap libressl selinux +server ssl vim-syntax -KEYWORDS=~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd +KEYWORDS=~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd LICENSE=ISC BSD SSLeay GPL-2 RDEPEND=client? ( kernel_linux? ( ipv6? ( sys-apps/iproute2 ) sys-apps/net-tools ) ) ldap? ( net-nds/openldap ssl? ( !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) ) ) selinux? ( sec-policy/selinux-dhcp ) vim-syntax? ( app-vim/dhcpd-syntax ) SLOT=0 SRC_URI=ftp://ftp.isc.org/isc/dhcp/dhcp-4.3.4.tar.gz ftp://ftp.isc.org/isc/dhcp/4.3.4/dhcp-4.3.4.tar.gz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 systemd 5b6ca8b2fc1307ca593223f327342c96 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 user 80aaa71614ced86f02ee1a513821dc87 -_md5_=2d8432997367112e8706a0fe52fa6eac +_md5_=556ad7d64feba09136f2051d7fb6e9dc diff --git a/metadata/md5-cache/net-misc/icecast-2.4.3 b/metadata/md5-cache/net-misc/icecast-2.4.3 index b3879be9ee8d..64b9e3a65bc0 100644 --- a/metadata/md5-cache/net-misc/icecast-2.4.3 +++ b/metadata/md5-cache/net-misc/icecast-2.4.3 @@ -4,10 +4,10 @@ DESCRIPTION=Opensource alternative to shoutcast that supports mp3, ogg and aac s EAPI=6 HOMEPAGE=http://www.icecast.org/ IUSE=kate libressl logrotate +speex +ssl +theora +yp -KEYWORDS=amd64 ~ppc ~ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ~ppc ppc64 x86 ~x86-fbsd LICENSE=GPL-2 RDEPEND=dev-libs/libxslt dev-libs/libxml2 media-libs/libogg media-libs/libvorbis kate? ( media-libs/libkate ) logrotate? ( app-admin/logrotate ) speex? ( media-libs/speex ) theora? ( media-libs/libtheora ) yp? ( net-misc/curl ) ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) SLOT=0 SRC_URI=http://downloads.xiph.org/releases/icecast/icecast-2.4.3.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 systemd 5b6ca8b2fc1307ca593223f327342c96 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 user 80aaa71614ced86f02ee1a513821dc87 -_md5_=d57260a1d77a8e1a61592b099a4d030c +_md5_=4dc0c44e2d798cbb44277d3c693a9155 diff --git a/metadata/md5-cache/net-misc/wicd-1.7.4-r2 b/metadata/md5-cache/net-misc/wicd-1.7.4-r2 index 867a0d731690..a08254e54bfd 100644 --- a/metadata/md5-cache/net-misc/wicd-1.7.4-r2 +++ b/metadata/md5-cache/net-misc/wicd-1.7.4-r2 @@ -4,11 +4,11 @@ DESCRIPTION=A lightweight wired and wireless network manager for Linux EAPI=6 HOMEPAGE=https://launchpad.net/wicd IUSE=doc X ambiance +gtk ioctl libnotify mac4lin ncurses nls +pm-utils gnome-shell python_targets_python2_7 -KEYWORDS=amd64 ~arm ~mips ppc ~ppc64 x86 +KEYWORDS=amd64 ~arm ~mips ppc ppc64 x86 LICENSE=GPL-2 RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[ncurses?,xml] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/dbus-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] X? ( gtk? ( dev-python/pygtk[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) || ( x11-misc/ktsuss kde-apps/kdesu ) ) || ( net-misc/dhcpcd net-misc/dhcp net-misc/pump ) net-wireless/wireless-tools net-wireless/wpa_supplicant || ( sys-apps/net-tools sys-apps/ethtool ) !gtk? ( dev-python/pygobject:2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ioctl? ( dev-python/python-iwscan[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/python-wpactrl[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) libnotify? ( dev-python/notify-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ncurses? ( dev-python/urwid[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pygobject:2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) pm-utils? ( sys-power/pm-utils ) gnome-shell? ( gnome-base/gnome-shell ) net-wireless/rfkill python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[ncurses?,xml] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 SRC_URI=https://launchpad.net/wicd/1.7/1.7.4/+download/wicd-1.7.4.tar.gz mac4lin? ( https://dev.gentoo.org/~anarchy/dist/wicd-mac4lin-icons.tar.xz ) ambiance? ( http://freetimesblog.altervista.org/blog/wp-content/uploads/downloads/2010/05/Icone-Wicd-Lucid.tar.gz ) _eclasses_=distutils-r1 583a05d30524485fda6869c772682ecd eutils b83a2420b796f7c6eff682679d08fe25 linux-info af49d8ab3be91bb1d38b7201dc9e5123 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 readme.gentoo-r1 03878c06495db70bc36bd717383c09f7 systemd 5b6ca8b2fc1307ca593223f327342c96 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=906ca40749a998a98ad1f896b7acf513 +_md5_=44111cae81842aef9244809cb8d39193 diff --git a/metadata/md5-cache/net-misc/youtube-dl-2016.12.22 b/metadata/md5-cache/net-misc/youtube-dl-2016.12.22 index 072725dab30e..73d75532f0f7 100644 --- a/metadata/md5-cache/net-misc/youtube-dl-2016.12.22 +++ b/metadata/md5-cache/net-misc/youtube-dl-2016.12.22 @@ -4,11 +4,11 @@ DESCRIPTION=Download videos from YouTube.com (and more sites...) EAPI=5 HOMEPAGE=https://rg3.github.com/youtube-dl/ IUSE=offensive test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 -KEYWORDS=amd64 ~arm ~hppa ppc ~ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris +KEYWORDS=amd64 ~arm ~hppa ppc ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris LICENSE=public-domain RDEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-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_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_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) SLOT=0 SRC_URI=http://youtube-dl.org/downloads/2016.12.22/youtube-dl-2016.12.22.tar.gz _eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 distutils-r1 583a05d30524485fda6869c772682ecd eutils b83a2420b796f7c6eff682679d08fe25 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=5f784fff267614523d0fdb0edf040203 +_md5_=be169d8189e531ab53fd0de1f25bbb3f diff --git a/metadata/md5-cache/net-p2p/bittornado-0.3.18-r4 b/metadata/md5-cache/net-p2p/bittornado-0.3.18-r4 index a3909a7b9bb1..9d5c6bf6d2e3 100644 --- a/metadata/md5-cache/net-p2p/bittornado-0.3.18-r4 +++ b/metadata/md5-cache/net-p2p/bittornado-0.3.18-r4 @@ -4,11 +4,11 @@ DESCRIPTION=TheShad0w's experimental BitTorrent client EAPI=6 HOMEPAGE=http://www.bittornado.com/ IUSE=python_targets_python2_7 -KEYWORDS=alpha amd64 ~hppa ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris +KEYWORDS=alpha amd64 ~hppa ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris LICENSE=MIT RDEPEND=dev-python/pycrypto[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] 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=http://download2.bittornado.com/download/BitTornado-0.3.18.tar.gz _eclasses_=distutils-r1 583a05d30524485fda6869c772682ecd multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=cd7265ab52b6126d86da0e8c5011500e +_md5_=7a51b6536dd0da245919dbfa271260e0 diff --git a/metadata/md5-cache/net-p2p/transmission-9999 b/metadata/md5-cache/net-p2p/transmission-9999 index f8265fd16d7e..65c79d0d2715 100644 --- a/metadata/md5-cache/net-p2p/transmission-9999 +++ b/metadata/md5-cache/net-p2p/transmission-9999 @@ -8,6 +8,5 @@ LICENSE=|| ( GPL-2 GPL-3 Transmission-OpenSSL-exception ) GPL-2 MIT RDEPEND=>=dev-libs/libevent-2.0.10:= !mbedtls? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) mbedtls? ( net-libs/mbedtls:0= ) net-libs/libnatpmp >=net-libs/miniupnpc-1.7:= >=net-misc/curl-7.16.3[ssl] sys-libs/zlib:= gtk? ( >=dev-libs/dbus-glib-0.100 >=dev-libs/glib-2.32:2 >=x11-libs/gtk+-3.4:3 ayatana? ( >=dev-libs/libappindicator-0.4.30:3 ) ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtnetwork:5 dev-qt/qtdbus:5 ) systemd? ( >=sys-apps/systemd-209:= ) RESTRICT=!test? ( test ) SLOT=0 -SRC_URI=https://github.com/transmission/dht/archive/cc379e406d.tar.gz -> dht-cc379e406d.tar.gz https://github.com/transmission/libutp/archive/7c4f19abdf.tar.gz -> libutp-7c4f19abdf.tar.gz https://github.com/transmission/libb64/archive/c1e3323498.tar.gz -> libb64-c1e3323498.tar.gz _eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 git-r3 e928b84a9f6f1d9076d1d27687876dc6 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 multilib 165fc17c38d1b11dac2008280dab6e80 readme.gentoo-r1 03878c06495db70bc36bd717383c09f7 systemd 5b6ca8b2fc1307ca593223f327342c96 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 user 80aaa71614ced86f02ee1a513821dc87 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=7ea6c350ccfadf0bb45014deef4d3554 +_md5_=6f68054e7a8be417d1615abb82b766b7 diff --git a/metadata/md5-cache/net-proxy/dante-1.4.1-r1 b/metadata/md5-cache/net-proxy/dante-1.4.1-r1 index 08895f32c575..2d50e1f1a954 100644 --- a/metadata/md5-cache/net-proxy/dante-1.4.1-r1 +++ b/metadata/md5-cache/net-proxy/dante-1.4.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=A free socks4,5 and msproxy implementation EAPI=6 HOMEPAGE=http://www.inet.no/dante/ IUSE=debug kerberos pam selinux static-libs tcpd upnp -KEYWORDS=alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=BSD GPL-2 RDEPEND=kerberos? ( virtual/krb5 ) pam? ( virtual/pam ) tcpd? ( sys-apps/tcp-wrappers ) upnp? ( net-libs/miniupnpc:= ) userland_GNU? ( virtual/shadow ) selinux? ( sec-policy/selinux-dante ) SLOT=0 SRC_URI=ftp://ftp.inet.no/pub/socks/dante-1.4.1.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils b83a2420b796f7c6eff682679d08fe25 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 systemd 5b6ca8b2fc1307ca593223f327342c96 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 user 80aaa71614ced86f02ee1a513821dc87 -_md5_=4507dfb10b01c8c0d50d7c5900380763 +_md5_=cfb6dcbead090025cc14cc8535005e44 diff --git a/metadata/md5-cache/net-voip/ekiga-4.0.1-r1 b/metadata/md5-cache/net-voip/ekiga-4.0.1-r1 index 36a0519dd20b..6b5e1366745e 100644 --- a/metadata/md5-cache/net-voip/ekiga-4.0.1-r1 +++ b/metadata/md5-cache/net-voip/ekiga-4.0.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=H.323 and SIP VoIP softphone EAPI=6 HOMEPAGE=http://www.ekiga.org/ IUSE=dbus debug doc eds h323 ldap libnotify cpu_flags_x86_mmx pulseaudio +shm v4l xv zeroconf -KEYWORDS=alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 +KEYWORDS=alpha amd64 ~ia64 ppc ppc64 ~sparc x86 LICENSE=GPL-2 RDEPEND=>=dev-libs/glib-2.24.0:2 >=dev-libs/boost-1.49:0= dev-libs/libxml2:2 >=gnome-base/gconf-2.6.0:2 >=net-libs/opal-3.10.9:0=[sip,sound,video,debug=,h323?,xml] =net-libs/ptlib-2.10.9:0=[ldap?,stun,v4l?,video,wav,debug=,dtmf,pulseaudio?,xml] =x11-libs/gtk+-2.20.0:2 x11-themes/gnome-icon-theme dbus? ( >=sys-apps/dbus-0.36 >=dev-libs/dbus-glib-0.36 ) eds? ( >=gnome-extra/evolution-data-server-1.2:= ) ldap? ( dev-libs/cyrus-sasl:2 net-nds/openldap ) libnotify? ( x11-libs/libnotify ) shm? ( x11-libs/libXext ) xv? ( x11-libs/libXv ) zeroconf? ( >=net-dns/avahi-0.6[dbus] ) SLOT=0 SRC_URI=mirror://gnome/sources/ekiga/4.0/ekiga-4.0.1.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 21c81ea94c12e45a63f7f14fba666e3d gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=2d24ebee6b6cc57b1f69e6d3e47dc41b +_md5_=1b0d33c354ed2bf4bfa83e2ad324c99e diff --git a/metadata/md5-cache/net-wireless/bluez-5.43 b/metadata/md5-cache/net-wireless/bluez-5.43 index 52d54803c8b1..ff5ddcde949b 100644 --- a/metadata/md5-cache/net-wireless/bluez-5.43 +++ b/metadata/md5-cache/net-wireless/bluez-5.43 @@ -4,11 +4,11 @@ DESCRIPTION=Bluetooth Tools and System Daemons for Linux EAPI=6 HOMEPAGE=http://www.bluez.org IUSE=cups doc debug deprecated extra-tools experimental +obex +readline selinux systemd test test-programs +udev python_targets_python2_7 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 ~arm64 ~hppa ~mips ppc ~ppc64 x86 +KEYWORDS=amd64 arm ~arm64 ~hppa ~mips ppc ppc64 x86 LICENSE=GPL-2+ LGPL-2.1+ RDEPEND=>=dev-libs/glib-2.28: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(-)?] >=sys-apps/dbus-1.6:= >=sys-apps/hwids-20121202.2 cups? ( net-print/cups:= ) obex? ( dev-libs/libical:= ) readline? ( sys-libs/readline:= ) systemd? ( sys-apps/systemd ) udev? ( >=virtual/udev-172 ) selinux? ( sec-policy/selinux-bluetooth ) test-programs? ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] >=dev-python/dbus-python-1[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] dev-python/pygobject:3[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) REQUIRED_USE=extra-tools? ( readline ) test? ( python_targets_python2_7 ) test-programs? ( python_targets_python2_7 ) SLOT=0/3 SRC_URI=mirror://kernel/linux/bluetooth/bluez-5.43.tar.xz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils b83a2420b796f7c6eff682679d08fe25 libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 python-single-r1 19a74c6b5c191723a997dc7e0cc6bb09 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 readme.gentoo-r1 03878c06495db70bc36bd717383c09f7 systemd 5b6ca8b2fc1307ca593223f327342c96 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 udev 73058269b3e70e34e084fa3981282338 user 80aaa71614ced86f02ee1a513821dc87 -_md5_=f09c06076c563705a996a1604aa11ecd +_md5_=dce83f52fc513f4b983ebec8a4599b35 diff --git a/metadata/md5-cache/net-wireless/crda-3.18-r1 b/metadata/md5-cache/net-wireless/crda-3.18-r1 index 9a69f0fd9e47..b1ae36432a98 100644 --- a/metadata/md5-cache/net-wireless/crda-3.18-r1 +++ b/metadata/md5-cache/net-wireless/crda-3.18-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Central Regulatory Domain Agent for wireless networks EAPI=5 HOMEPAGE=https://wireless.wiki.kernel.org/en/developers/regulatory/crda IUSE=gcrypt libressl -KEYWORDS=alpha amd64 arm ~arm64 ~ia64 ~mips ppc ~ppc64 ~sparc x86 +KEYWORDS=alpha amd64 arm ~arm64 ~ia64 ~mips ppc ppc64 ~sparc x86 LICENSE=ISC RDEPEND=!gcrypt? ( !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) ) gcrypt? ( dev-libs/libgcrypt:0 ) dev-libs/libnl:3 net-wireless/wireless-regdb SLOT=0 SRC_URI=http://linuxwireless.org/download/crda/crda-3.18.tar.xz mirror://kernel/software/network/crda/crda-3.18.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 python-any-r1 1c20f9b800324335a8e3b137363362e8 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 udev 73058269b3e70e34e084fa3981282338 -_md5_=4296b1de54fe9e46a72e58a53e2e3f7c +_md5_=204cba28802683ddbcaaf8efd5c5c0b0 diff --git a/metadata/md5-cache/net-wireless/python-wifi-0.5.0-r3 b/metadata/md5-cache/net-wireless/python-wifi-0.5.0-r3 index 36f18456bf00..e9c35a77457f 100644 --- a/metadata/md5-cache/net-wireless/python-wifi-0.5.0-r3 +++ b/metadata/md5-cache/net-wireless/python-wifi-0.5.0-r3 @@ -4,11 +4,11 @@ DESCRIPTION=Provides r/w access to a wireless network card's capabilities using EAPI=5 HOMEPAGE=https://pypi.python.org/pypi/python-wifi IUSE=examples python_targets_python2_7 -KEYWORDS=alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 +KEYWORDS=alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 LICENSE=LGPL-2.1 examples? ( GPL-2 ) RDEPEND=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://sourceforge/python-wifi.berlios/python-wifi-0.5.0.tar.bz2 _eclasses_=distutils-r1 583a05d30524485fda6869c772682ecd eutils b83a2420b796f7c6eff682679d08fe25 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=fd43c0b75542026eb39afa8770cfa504 +_md5_=4659ea38688c43448bc87cc6541d5964 diff --git a/metadata/md5-cache/sci-biology/biopython-1.65 b/metadata/md5-cache/sci-biology/biopython-1.65 deleted file mode 100644 index 2c08a5ab7d85..000000000000 --- a/metadata/md5-cache/sci-biology/biopython-1.65 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare test -DEPEND=dev-python/matplotlib[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-)] dev-python/networkx[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-)] dev-python/numpy[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-)] dev-python/rdflib[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-)] dev-python/pygraphviz[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/reportlab[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-)] media-gfx/pydot[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sys-devel/flex python_targets_pypy? ( virtual/pypy:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] -DESCRIPTION=Python modules for computational molecular biology -EAPI=5 -HOMEPAGE=http://www.biopython.org/ https://pypi.python.org/pypi/biopython/ -IUSE=python_targets_pypy python_targets_python2_7 python_targets_python3_4 -KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux -LICENSE=HPND -RDEPEND=dev-python/matplotlib[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-)] dev-python/networkx[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-)] dev-python/numpy[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-)] dev-python/rdflib[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-)] dev-python/pygraphviz[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/reportlab[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-)] media-gfx/pydot[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_pypy? ( virtual/pypy:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] -REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_4 ) -SLOT=0 -SRC_URI=http://www.biopython.org/DIST/biopython-1.65.tar.gz -_eclasses_=distutils-r1 583a05d30524485fda6869c772682ecd eutils b83a2420b796f7c6eff682679d08fe25 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=d8568de8198b02cd622c0c5b40988a94 diff --git a/metadata/md5-cache/sci-biology/biopython-1.66 b/metadata/md5-cache/sci-biology/biopython-1.66 deleted file mode 100644 index ec903ed32f97..000000000000 --- a/metadata/md5-cache/sci-biology/biopython-1.66 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare test -DEPEND=dev-python/matplotlib[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] dev-python/networkx[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] dev-python/numpy[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] dev-python/rdflib[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] dev-python/pygraphviz[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/reportlab[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] media-gfx/pydot[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sys-devel/flex python_targets_pypy? ( virtual/pypy:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) 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_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] -DESCRIPTION=Python modules for computational molecular biology -EAPI=5 -HOMEPAGE=http://www.biopython.org/ https://pypi.python.org/pypi/biopython/ -IUSE=python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 -KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux -LICENSE=HPND -RDEPEND=dev-python/matplotlib[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] dev-python/networkx[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] dev-python/numpy[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] dev-python/rdflib[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] dev-python/pygraphviz[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/reportlab[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] media-gfx/pydot[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_pypy? ( virtual/pypy:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) 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_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] -REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) -SLOT=0 -SRC_URI=http://www.biopython.org/DIST/biopython-1.66.tar.gz -_eclasses_=distutils-r1 583a05d30524485fda6869c772682ecd eutils b83a2420b796f7c6eff682679d08fe25 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=33403c57b2d63e7d563083cfff92c129 diff --git a/metadata/md5-cache/sci-biology/rebase-1602 b/metadata/md5-cache/sci-biology/rebase-1602 deleted file mode 100644 index d3792a27dcd9..000000000000 --- a/metadata/md5-cache/sci-biology/rebase-1602 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install -DEPEND=emboss? ( >=sci-biology/emboss-5.0.0 ) -DESCRIPTION=A restriction enzyme database -EAPI=5 -HOMEPAGE=http://rebase.neb.com -IUSE=emboss minimal -KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris -LICENSE=public-domain -RDEPEND=emboss? ( >=sci-biology/emboss-5.0.0 ) -RESTRICT=binchecks strip -SLOT=0 -SRC_URI=https://dev.gentoo.org/~jlec/distfiles/rebase-1602.tar.xz -_md5_=b1d41ea0939d982d726f7f26c96abe1f diff --git a/metadata/md5-cache/sci-biology/rebase-1604 b/metadata/md5-cache/sci-biology/rebase-1604 deleted file mode 100644 index 7397541c83a1..000000000000 --- a/metadata/md5-cache/sci-biology/rebase-1604 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install -DEPEND=emboss? ( >=sci-biology/emboss-5.0.0 ) -DESCRIPTION=A restriction enzyme database -EAPI=5 -HOMEPAGE=http://rebase.neb.com -IUSE=emboss minimal -KEYWORDS=amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris -LICENSE=public-domain -RDEPEND=emboss? ( >=sci-biology/emboss-5.0.0 ) -RESTRICT=binchecks strip -SLOT=0 -SRC_URI=https://dev.gentoo.org/~jlec/distfiles/rebase-1604.tar.xz -_md5_=ccfcfdca388c76063c2daf3306e9142d diff --git a/metadata/md5-cache/sci-biology/rebase-1608 b/metadata/md5-cache/sci-biology/rebase-1608 deleted file mode 100644 index 7619be4e13a6..000000000000 --- a/metadata/md5-cache/sci-biology/rebase-1608 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install -DEPEND=emboss? ( >=sci-biology/emboss-5.0.0 ) -DESCRIPTION=A restriction enzyme database -EAPI=5 -HOMEPAGE=http://rebase.neb.com -IUSE=emboss minimal -KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris -LICENSE=public-domain -RDEPEND=emboss? ( >=sci-biology/emboss-5.0.0 ) -RESTRICT=binchecks strip -SLOT=0 -SRC_URI=https://dev.gentoo.org/~jlec/distfiles/rebase-1608.tar.xz -_md5_=316c807c873c162f55b6a3e40715040b diff --git a/metadata/md5-cache/sci-biology/rebase-1609 b/metadata/md5-cache/sci-biology/rebase-1609 deleted file mode 100644 index fedb08e990bb..000000000000 --- a/metadata/md5-cache/sci-biology/rebase-1609 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install -DEPEND=emboss? ( >=sci-biology/emboss-5.0.0 ) -DESCRIPTION=A restriction enzyme database -EAPI=6 -HOMEPAGE=http://rebase.neb.com -IUSE=emboss minimal -KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris -LICENSE=public-domain -RDEPEND=emboss? ( >=sci-biology/emboss-5.0.0 ) -RESTRICT=binchecks strip -SLOT=0 -SRC_URI=https://dev.gentoo.org/~jlec/distfiles/rebase-1609.tar.xz -_md5_=3ef363b2e2336edb20236893d366da28 diff --git a/metadata/md5-cache/sci-biology/rebase-1611 b/metadata/md5-cache/sci-biology/rebase-1611 deleted file mode 100644 index 2f410f1bdb39..000000000000 --- a/metadata/md5-cache/sci-biology/rebase-1611 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install -DEPEND=emboss? ( >=sci-biology/emboss-5.0.0 ) -DESCRIPTION=A restriction enzyme database -EAPI=6 -HOMEPAGE=http://rebase.neb.com -IUSE=emboss minimal -KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris -LICENSE=public-domain -RDEPEND=emboss? ( >=sci-biology/emboss-5.0.0 ) -RESTRICT=binchecks strip -SLOT=0 -SRC_URI=https://dev.gentoo.org/~jlec/distfiles/rebase-1611.tar.xz -_md5_=3ef363b2e2336edb20236893d366da28 diff --git a/metadata/md5-cache/sci-calculators/hcalc-1.0-r1 b/metadata/md5-cache/sci-calculators/hcalc-1.0-r1 deleted file mode 100644 index 0c94fbd4192a..000000000000 --- a/metadata/md5-cache/sci-calculators/hcalc-1.0-r1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=install postinst prepare -DEPEND=x11-libs/libX11 x11-libs/libXpm -DESCRIPTION=DJ's Hex Calculator -EAPI=4 -HOMEPAGE=http://www.delorie.com/store/hcalc/ -KEYWORDS=amd64 ppc x86 -LICENSE=GPL-2 -RDEPEND=x11-libs/libX11 x11-libs/libXpm -SLOT=0 -SRC_URI=http://www.delorie.com/store/hcalc/hcalc.tar.gz -_eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=d48da5191d2c5cc63de1845ba56f63dd diff --git a/metadata/md5-cache/sci-calculators/hexcalc-1.11-r2 b/metadata/md5-cache/sci-calculators/hexcalc-1.11-r2 deleted file mode 100644 index 4e2c37818a27..000000000000 --- a/metadata/md5-cache/sci-calculators/hexcalc-1.11-r2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install prepare -DEPEND=x11-libs/libXaw x11-misc/imake app-text/rman -DESCRIPTION=A simple hex calculator for X -EAPI=4 -HOMEPAGE=ftp://ftp.x.org/R5contrib/ -KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux -LICENSE=GPL-2 -RDEPEND=x11-libs/libXaw -SLOT=0 -SRC_URI=ftp://ftp.x.org/R5contrib/hexcalc.tar.Z -_eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=30eac8fad3b95fda3a82a6b7527c62df diff --git a/metadata/md5-cache/sci-calculators/speedcrunch-0.10.1 b/metadata/md5-cache/sci-calculators/speedcrunch-0.10.1 deleted file mode 100644 index 59e0e7146205..000000000000 --- a/metadata/md5-cache/sci-calculators/speedcrunch-0.10.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-qt/qtgui:4 sys-devel/make >=dev-util/cmake-3.5.2 -DESCRIPTION=A fast and usable calculator for power users -EAPI=4 -HOMEPAGE=https://code.google.com/p/speedcrunch/ -IUSE=doc linguas_ca linguas_cs linguas_de linguas_en linguas_es linguas_es_AR linguas_eu linguas_fi linguas_fr linguas_he linguas_id linguas_it linguas_nb linguas_nl linguas_no linguas_pl linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_sv linguas_tr linguas_zh_CN -KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux -LICENSE=GPL-2 -RDEPEND=dev-qt/qtgui:4 -SLOT=0 -SRC_URI=https://speedcrunch.googlecode.com/files/speedcrunch-0.10.1.tar.gz -_eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=eaf2c32af4d217e312daa14d7efe05b0 diff --git a/metadata/md5-cache/sci-calculators/speedcrunch-0.11-r1 b/metadata/md5-cache/sci-calculators/speedcrunch-0.11-r1 deleted file mode 100644 index 646176edda2e..000000000000 --- a/metadata/md5-cache/sci-calculators/speedcrunch-0.11-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-qt/qtgui:4 dev-util/ninja >=dev-util/cmake-3.5.2 -DESCRIPTION=Fast and usable calculator for power users -EAPI=5 -HOMEPAGE=http://speedcrunch.org/ -IUSE=doc linguas_ca_ES linguas_cs_CZ linguas_de_DE linguas_en_GB linguas_en_US linguas_es_AR linguas_es_ES linguas_et_EE linguas_eu_ES linguas_fi_FI linguas_fr_FR linguas_he_IL linguas_hu_HU linguas_id_ID linguas_it_IT linguas_ja_JP linguas_ko_KR linguas_lv_LV linguas_nb_NO linguas_nl_NL linguas_pl_PL linguas_pt_BR linguas_pt_PT linguas_ro_RO linguas_ru_RU linguas_sv_SE linguas_vi_VN linguas_zh_CN -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux -LICENSE=GPL-2 -RDEPEND=dev-qt/qtgui:4 -SLOT=0 -SRC_URI=https://github.com/speedcrunch/SpeedCrunch/archive/0.11.tar.gz -> speedcrunch-0.11.tar.gz -_eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 l10n e26ea0642846685782f1813642e7ff0f multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=f0659f9935d653f26d50d098c8ab45f1 diff --git a/metadata/md5-cache/sci-calculators/wcalc-2.5 b/metadata/md5-cache/sci-calculators/wcalc-2.5 index 2612e773fe1b..4aa1c0325ef8 100644 --- a/metadata/md5-cache/sci-calculators/wcalc-2.5 +++ b/metadata/md5-cache/sci-calculators/wcalc-2.5 @@ -4,10 +4,10 @@ DESCRIPTION=A flexible command-line scientific calculator EAPI=6 HOMEPAGE=http://w-calc.sourceforge.net/ IUSE=readline -KEYWORDS=amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos +KEYWORDS=amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos LICENSE=GPL-2 RDEPEND=dev-libs/gmp:0= dev-libs/mpfr:0= readline? ( sys-libs/readline:0= ) SLOT=0 SRC_URI=mirror://sourceforge/w-calc/wcalc-2.5.tar.bz2 _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=9ca1a26e0ae722786cbe2dce5b200a98 +_md5_=a93c9a42f241263295e3b495e63256db diff --git a/metadata/md5-cache/sci-chemistry/gromacs-2016 b/metadata/md5-cache/sci-chemistry/gromacs-2016 index b3bf2c3403db..f73e46dc964e 100644 --- a/metadata/md5-cache/sci-chemistry/gromacs-2016 +++ b/metadata/md5-cache/sci-chemistry/gromacs-2016 @@ -10,5 +10,5 @@ RDEPEND=X? ( x11-libs/libX11 x11-libs/libSM x11-libs/libICE ) blas? ( virtual/bl REQUIRED_USE=|| ( single-precision double-precision ) cuda? ( single-precision ) mkl? ( !blas !fftw !lapack ) SLOT=0/2016 SRC_URI=ftp://ftp.gromacs.org/pub/gromacs/gromacs-2016.tar.gz test? ( http://gerrit.gromacs.org/download/regressiontests-2016.tar.gz ) -_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 readme.gentoo-r1 03878c06495db70bc36bd717383c09f7 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 readme.gentoo-r1 03878c06495db70bc36bd717383c09f7 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=5c36eab4cd25b2d44f68db1fc7c17c60 diff --git a/metadata/md5-cache/sci-chemistry/gromacs-2016.1 b/metadata/md5-cache/sci-chemistry/gromacs-2016.1 index ed0dff132c5b..d0c7a028e54b 100644 --- a/metadata/md5-cache/sci-chemistry/gromacs-2016.1 +++ b/metadata/md5-cache/sci-chemistry/gromacs-2016.1 @@ -10,5 +10,5 @@ RDEPEND=X? ( x11-libs/libX11 x11-libs/libSM x11-libs/libICE ) blas? ( virtual/bl REQUIRED_USE=|| ( single-precision double-precision ) cuda? ( single-precision ) mkl? ( !blas !fftw !lapack ) SLOT=0/2016.1 SRC_URI=ftp://ftp.gromacs.org/pub/gromacs/gromacs-2016.1.tar.gz test? ( http://gerrit.gromacs.org/download/regressiontests-2016.1.tar.gz ) -_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 readme.gentoo-r1 03878c06495db70bc36bd717383c09f7 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 readme.gentoo-r1 03878c06495db70bc36bd717383c09f7 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=f6001f941b69a294caa90c7a898a26c2 diff --git a/metadata/md5-cache/sci-chemistry/gromacs-2016.9999 b/metadata/md5-cache/sci-chemistry/gromacs-2016.9999 index 704556c0444b..7f03c8167498 100644 --- a/metadata/md5-cache/sci-chemistry/gromacs-2016.9999 +++ b/metadata/md5-cache/sci-chemistry/gromacs-2016.9999 @@ -8,5 +8,5 @@ LICENSE=LGPL-2.1 UoI-NCSA !mkl? ( !fftw? ( BSD ) !blas? ( BSD ) !lapack? ( BSD ) RDEPEND=X? ( x11-libs/libX11 x11-libs/libSM x11-libs/libICE ) blas? ( virtual/blas ) cuda? ( >=dev-util/nvidia-cuda-toolkit-4.2.9-r1 ) fftw? ( sci-libs/fftw:3.0 ) hwloc? ( sys-apps/hwloc ) lapack? ( virtual/lapack ) mkl? ( sci-libs/mkl ) mpi? ( virtual/mpi ) REQUIRED_USE=|| ( single-precision double-precision ) cuda? ( single-precision ) mkl? ( !blas !fftw !lapack ) SLOT=0/2016.9999 -_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 git-r3 e928b84a9f6f1d9076d1d27687876dc6 multilib 165fc17c38d1b11dac2008280dab6e80 readme.gentoo-r1 03878c06495db70bc36bd717383c09f7 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 git-r3 e928b84a9f6f1d9076d1d27687876dc6 multilib 165fc17c38d1b11dac2008280dab6e80 readme.gentoo-r1 03878c06495db70bc36bd717383c09f7 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=f6001f941b69a294caa90c7a898a26c2 diff --git a/metadata/md5-cache/sci-chemistry/gromacs-4.6.9999 b/metadata/md5-cache/sci-chemistry/gromacs-4.6.9999 index e30668116e5f..7403c939daab 100644 --- a/metadata/md5-cache/sci-chemistry/gromacs-4.6.9999 +++ b/metadata/md5-cache/sci-chemistry/gromacs-4.6.9999 @@ -8,5 +8,5 @@ LICENSE=LGPL-2.1 UoI-NCSA !mkl? ( !fftw? ( BSD ) !blas? ( BSD ) !lapack? ( BSD ) RDEPEND=X? ( x11-libs/libX11 x11-libs/libSM x11-libs/libICE ) blas? ( virtual/blas ) cuda? ( >=dev-util/nvidia-cuda-toolkit-4.2.9-r1 ) fftw? ( sci-libs/fftw:3.0 ) gsl? ( sci-libs/gsl ) lapack? ( virtual/lapack ) mkl? ( sci-libs/mkl ) mpi? ( virtual/mpi ) REQUIRED_USE=|| ( single-precision double-precision ) cuda? ( single-precision ) mkl? ( !blas !fftw !lapack ) SLOT=0/4.6.9999 -_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 git-r3 e928b84a9f6f1d9076d1d27687876dc6 multilib 165fc17c38d1b11dac2008280dab6e80 readme.gentoo-r1 03878c06495db70bc36bd717383c09f7 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 git-r3 e928b84a9f6f1d9076d1d27687876dc6 multilib 165fc17c38d1b11dac2008280dab6e80 readme.gentoo-r1 03878c06495db70bc36bd717383c09f7 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=2f57a4d069640e102c241778e1f048e0 diff --git a/metadata/md5-cache/sci-chemistry/gromacs-5.0.4 b/metadata/md5-cache/sci-chemistry/gromacs-5.0.4 index 8b5182afe3bf..c429fc0bf898 100644 --- a/metadata/md5-cache/sci-chemistry/gromacs-5.0.4 +++ b/metadata/md5-cache/sci-chemistry/gromacs-5.0.4 @@ -10,5 +10,5 @@ RDEPEND=X? ( x11-libs/libX11 x11-libs/libSM x11-libs/libICE ) blas? ( virtual/bl REQUIRED_USE=|| ( single-precision double-precision ) cuda? ( single-precision ) mkl? ( !blas !fftw !lapack ) SLOT=0/5.0.4 SRC_URI=ftp://ftp.gromacs.org/pub/gromacs/gromacs-5.0.4.tar.gz test? ( http://gerrit.gromacs.org/download/regressiontests-5.0.4.tar.gz ) -_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 readme.gentoo df3fc8fdaf5a519e7d48c83e7592c95f toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 readme.gentoo df3fc8fdaf5a519e7d48c83e7592c95f toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=cf4730a847d69d4343843a955066ff80 diff --git a/metadata/md5-cache/sci-chemistry/gromacs-5.0.9999 b/metadata/md5-cache/sci-chemistry/gromacs-5.0.9999 index 4a92b0f48d88..2605b2cda21a 100644 --- a/metadata/md5-cache/sci-chemistry/gromacs-5.0.9999 +++ b/metadata/md5-cache/sci-chemistry/gromacs-5.0.9999 @@ -8,5 +8,5 @@ LICENSE=LGPL-2.1 UoI-NCSA !mkl? ( !fftw? ( BSD ) !blas? ( BSD ) !lapack? ( BSD ) RDEPEND=X? ( x11-libs/libX11 x11-libs/libSM x11-libs/libICE ) blas? ( virtual/blas ) boost? ( >=dev-libs/boost-1.55 ) cuda? ( >=dev-util/nvidia-cuda-toolkit-4.2.9-r1 ) fftw? ( sci-libs/fftw:3.0 ) lapack? ( virtual/lapack ) mkl? ( sci-libs/mkl ) mpi? ( virtual/mpi ) REQUIRED_USE=|| ( single-precision double-precision ) cuda? ( single-precision ) mkl? ( !blas !fftw !lapack ) SLOT=0/5.0.9999 -_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 git-r3 e928b84a9f6f1d9076d1d27687876dc6 multilib 165fc17c38d1b11dac2008280dab6e80 readme.gentoo-r1 03878c06495db70bc36bd717383c09f7 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 git-r3 e928b84a9f6f1d9076d1d27687876dc6 multilib 165fc17c38d1b11dac2008280dab6e80 readme.gentoo-r1 03878c06495db70bc36bd717383c09f7 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=4b5109daa08a7832988a2072dcced389 diff --git a/metadata/md5-cache/sci-chemistry/gromacs-5.1.3 b/metadata/md5-cache/sci-chemistry/gromacs-5.1.3 index fc734c87cc6f..3ac6c0742f0e 100644 --- a/metadata/md5-cache/sci-chemistry/gromacs-5.1.3 +++ b/metadata/md5-cache/sci-chemistry/gromacs-5.1.3 @@ -10,5 +10,5 @@ RDEPEND=X? ( x11-libs/libX11 x11-libs/libSM x11-libs/libICE ) blas? ( virtual/bl REQUIRED_USE=|| ( single-precision double-precision ) cuda? ( single-precision ) mkl? ( !blas !fftw !lapack ) SLOT=0/5.1.3 SRC_URI=ftp://ftp.gromacs.org/pub/gromacs/gromacs-5.1.3.tar.gz test? ( http://gerrit.gromacs.org/download/regressiontests-5.1.3.tar.gz ) -_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 readme.gentoo-r1 03878c06495db70bc36bd717383c09f7 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 readme.gentoo-r1 03878c06495db70bc36bd717383c09f7 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=b570080ccda5e6060f18a29c3b60acf2 diff --git a/metadata/md5-cache/sci-chemistry/gromacs-5.1.9999 b/metadata/md5-cache/sci-chemistry/gromacs-5.1.9999 index 231384756c4d..195e9d77eee1 100644 --- a/metadata/md5-cache/sci-chemistry/gromacs-5.1.9999 +++ b/metadata/md5-cache/sci-chemistry/gromacs-5.1.9999 @@ -8,5 +8,5 @@ LICENSE=LGPL-2.1 UoI-NCSA !mkl? ( !fftw? ( BSD ) !blas? ( BSD ) !lapack? ( BSD ) RDEPEND=X? ( x11-libs/libX11 x11-libs/libSM x11-libs/libICE ) blas? ( virtual/blas ) boost? ( >=dev-libs/boost-1.55 ) cuda? ( >=dev-util/nvidia-cuda-toolkit-4.2.9-r1 ) fftw? ( sci-libs/fftw:3.0 ) lapack? ( virtual/lapack ) mkl? ( sci-libs/mkl ) mpi? ( virtual/mpi ) REQUIRED_USE=|| ( single-precision double-precision ) cuda? ( single-precision ) mkl? ( !blas !fftw !lapack ) SLOT=0/5.1.9999 -_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 git-r3 e928b84a9f6f1d9076d1d27687876dc6 multilib 165fc17c38d1b11dac2008280dab6e80 readme.gentoo-r1 03878c06495db70bc36bd717383c09f7 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 git-r3 e928b84a9f6f1d9076d1d27687876dc6 multilib 165fc17c38d1b11dac2008280dab6e80 readme.gentoo-r1 03878c06495db70bc36bd717383c09f7 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=b570080ccda5e6060f18a29c3b60acf2 diff --git a/metadata/md5-cache/sci-chemistry/gromacs-9999 b/metadata/md5-cache/sci-chemistry/gromacs-9999 index 6e55c5623e48..a4413a4b004f 100644 --- a/metadata/md5-cache/sci-chemistry/gromacs-9999 +++ b/metadata/md5-cache/sci-chemistry/gromacs-9999 @@ -8,5 +8,5 @@ LICENSE=LGPL-2.1 UoI-NCSA !mkl? ( !fftw? ( BSD ) !blas? ( BSD ) !lapack? ( BSD ) RDEPEND=X? ( x11-libs/libX11 x11-libs/libSM x11-libs/libICE ) blas? ( virtual/blas ) cuda? ( >=dev-util/nvidia-cuda-toolkit-4.2.9-r1 ) fftw? ( sci-libs/fftw:3.0 ) hwloc? ( sys-apps/hwloc ) lapack? ( virtual/lapack ) mkl? ( sci-libs/mkl ) mpi? ( virtual/mpi ) REQUIRED_USE=|| ( single-precision double-precision ) cuda? ( single-precision ) mkl? ( !blas !fftw !lapack ) SLOT=0/9999 -_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 git-r3 e928b84a9f6f1d9076d1d27687876dc6 multilib 165fc17c38d1b11dac2008280dab6e80 readme.gentoo-r1 03878c06495db70bc36bd717383c09f7 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 git-r3 e928b84a9f6f1d9076d1d27687876dc6 multilib 165fc17c38d1b11dac2008280dab6e80 readme.gentoo-r1 03878c06495db70bc36bd717383c09f7 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=d8308e5abd776d1fa3aa495eeade7eaf diff --git a/metadata/md5-cache/sci-chemistry/vmd-1.9.2 b/metadata/md5-cache/sci-chemistry/vmd-1.9.2 index f10ab750c97e..2ed6282d430d 100644 --- a/metadata/md5-cache/sci-chemistry/vmd-1.9.2 +++ b/metadata/md5-cache/sci-chemistry/vmd-1.9.2 @@ -10,5 +10,5 @@ RDEPEND=>=dev-lang/tk-8.6.1 dev-lang/perl dev-libs/expat dev-python/numpy[python RESTRICT=fetch SLOT=0 SRC_URI=https://dev.gentoo.org/~jlec/distfiles/vmd-1.9.2-gentoo-patches.tar.xz vmd-1.9.2.src.tar.gz -_eclasses_=cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 prefix 99dcca42e6528d8fe3c214bf5731aaf2 python-single-r1 19a74c6b5c191723a997dc7e0cc6bb09 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 prefix 99dcca42e6528d8fe3c214bf5731aaf2 python-single-r1 19a74c6b5c191723a997dc7e0cc6bb09 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=99cf22f8fe9499585701460f294c5413 diff --git a/metadata/md5-cache/sci-geosciences/gpsd-3.10 b/metadata/md5-cache/sci-geosciences/gpsd-3.10 index 4ee0069f5946..dab1437d20ba 100644 --- a/metadata/md5-cache/sci-geosciences/gpsd-3.10 +++ b/metadata/md5-cache/sci-geosciences/gpsd-3.10 @@ -4,11 +4,11 @@ DESCRIPTION=GPS daemon and library for USB/serial GPS devices and GPS/mapping cl EAPI=5 HOMEPAGE=http://catb.org/gpsd/ IUSE=gpsd_protocols_aivdm gpsd_protocols_ashtech gpsd_protocols_earthmate gpsd_protocols_evermore gpsd_protocols_fury gpsd_protocols_fv18 gpsd_protocols_garmin gpsd_protocols_garmintxt gpsd_protocols_geostar gpsd_protocols_gpsclock gpsd_protocols_itrax gpsd_protocols_mtk3301 gpsd_protocols_navcom gpsd_protocols_nmea gpsd_protocols_nmea2000 gpsd_protocols_ntrip gpsd_protocols_oceanserver gpsd_protocols_oncore gpsd_protocols_rtcm104v2 gpsd_protocols_rtcm104v3 gpsd_protocols_sirf gpsd_protocols_superstar2 gpsd_protocols_tnt gpsd_protocols_tripmate gpsd_protocols_tsip gpsd_protocols_ublox bluetooth cxx debug dbus ipv6 latency_timing ncurses ntp python qt4 +shm +sockets static test udev usb X python_targets_python2_7 -KEYWORDS=amd64 ~arm ppc ~ppc64 x86 +KEYWORDS=amd64 ~arm ppc ppc64 x86 LICENSE=BSD RDEPEND=X? ( dev-python/pygtk:2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ncurses? ( sys-libs/ncurses:= ) bluetooth? ( net-wireless/bluez ) usb? ( virtual/libusb:1 ) dbus? ( sys-apps/dbus dev-libs/dbus-glib ) ntp? ( || ( net-misc/ntp net-misc/chrony ) ) qt4? ( dev-qt/qtgui:4 ) python? ( 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=X? ( python ) gpsd_protocols_nmea2000? ( gpsd_protocols_aivdm ) python? ( || ( python_targets_python2_7 ) ) SLOT=0 SRC_URI=mirror://nongnu/gpsd/gpsd-3.10.tar.gz _eclasses_=distutils-r1 583a05d30524485fda6869c772682ecd eutils b83a2420b796f7c6eff682679d08fe25 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 scons-utils d42c1726f481bb5812cc2ce1f236db1d toolchain-funcs 1b1da0c45c555989dc5d832b54880783 udev 73058269b3e70e34e084fa3981282338 user 80aaa71614ced86f02ee1a513821dc87 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=87ddeec63ea76b06e23c5e40728e5edd +_md5_=4fe8b2cd35a5b4b47f8f876b364bbf00 diff --git a/metadata/md5-cache/sci-libs/ccfits-2.4 b/metadata/md5-cache/sci-libs/ccfits-2.4 deleted file mode 100644 index fb4b5ed8fa8c..000000000000 --- a/metadata/md5-cache/sci-libs/ccfits-2.4 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install prepare -DEPEND=>=sci-libs/cfitsio-3.080 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=C++ interface for cfitsio -EAPI=4 -HOMEPAGE=http://heasarc.gsfc.nasa.gov/fitsio/CCfits/ -IUSE=doc static-libs -KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux -LICENSE=BSD -RDEPEND=>=sci-libs/cfitsio-3.080 -SLOT=0 -SRC_URI=http://heasarc.gsfc.nasa.gov/fitsio/CCfits//CCfits-2.4.tar.gz -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils b83a2420b796f7c6eff682679d08fe25 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=ebdfce4fd7cfa2ccc267d54116576f01 diff --git a/metadata/md5-cache/sci-libs/cqrlib-1.1.2-r1 b/metadata/md5-cache/sci-libs/cqrlib-1.1.2-r1 deleted file mode 100644 index fcbba703d73c..000000000000 --- a/metadata/md5-cache/sci-libs/cqrlib-1.1.2-r1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install prepare test -DEPEND=dev-libs/cvector -DESCRIPTION=Utility library for quaternion arithmetic / rotation math (ANSI C implemented) -EAPI=4 -HOMEPAGE=http://cqrlib.sourceforge.net/ -KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux -LICENSE=LGPL-2.1 -RDEPEND=dev-libs/cvector -SLOT=0 -SRC_URI=mirror://sourceforge/cqrlib/CQRlib-1.1.2.tar.gz -_eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9f1e117a9a6c8d89fc5bcedfcdf7c842 diff --git a/metadata/md5-cache/sci-libs/flann-1.8.4-r1 b/metadata/md5-cache/sci-libs/flann-1.8.4-r1 index 7ba3fedca03c..3f816a885f51 100644 --- a/metadata/md5-cache/sci-libs/flann-1.8.4-r1 +++ b/metadata/md5-cache/sci-libs/flann-1.8.4-r1 @@ -9,5 +9,5 @@ LICENSE=BSD RDEPEND=cuda? ( >=dev-util/nvidia-cuda-toolkit-5.5 ) mpi? ( sci-libs/hdf5[mpi] dev-libs/boost[mpi] ) !mpi? ( !sci-libs/hdf5[mpi] ) octave? ( >=sci-mathematics/octave-3.6.4-r1 ) SLOT=0 SRC_URI=http://people.cs.ubc.ca/~mariusm/uploads/FLANN/flann-1.8.4-src.zip test? ( https://dev.gentoo.org/~bicatali/distfiles/flann-1.8.4-testdata.tar.xz ) -_eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=fa6abe10bef5938136f876ad5197c271 diff --git a/metadata/md5-cache/sci-libs/flann-1.9.1 b/metadata/md5-cache/sci-libs/flann-1.9.1 index e8e8a031c2d5..f6db1a6d0b92 100644 --- a/metadata/md5-cache/sci-libs/flann-1.9.1 +++ b/metadata/md5-cache/sci-libs/flann-1.9.1 @@ -9,5 +9,5 @@ LICENSE=BSD RDEPEND=cuda? ( >=dev-util/nvidia-cuda-toolkit-5.5 ) mpi? ( sci-libs/hdf5[mpi] dev-libs/boost:=[mpi] ) !mpi? ( !sci-libs/hdf5[mpi] ) octave? ( >=sci-mathematics/octave-3.6.4-r1 ) SLOT=0 SRC_URI=https://github.com/mariusmuja/flann/archive/1.9.1.tar.gz -> flann-1.9.1.tar.gz -_eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=9f526d8b97d5175b9022354ba663b3a6 diff --git a/metadata/md5-cache/sci-libs/flann-9999 b/metadata/md5-cache/sci-libs/flann-9999 index eae0d691260c..56dbe09b18b8 100644 --- a/metadata/md5-cache/sci-libs/flann-9999 +++ b/metadata/md5-cache/sci-libs/flann-9999 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=cuda? ( >=dev-util/nvidia-cuda-toolkit-5.5 ) mpi? ( sci-libs/hdf5[mpi] dev-libs/boost[mpi] ) !mpi? ( !sci-libs/hdf5[mpi] ) octave? ( >=sci-mathematics/octave-3.6.4-r1 ) SLOT=0 SRC_URI=test? ( https://dev.gentoo.org/~bicatali/distfiles/flann-1.8.4-testdata.tar.xz ) -_eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 git-r3 e928b84a9f6f1d9076d1d27687876dc6 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 git-r3 e928b84a9f6f1d9076d1d27687876dc6 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=79eece48bfdf1d7f1db40e17df0a14be diff --git a/metadata/md5-cache/sci-libs/gdal-2.0.2-r3 b/metadata/md5-cache/sci-libs/gdal-2.0.2-r3 index aa528c4eb3db..52a38cf06131 100644 --- a/metadata/md5-cache/sci-libs/gdal-2.0.2-r3 +++ b/metadata/md5-cache/sci-libs/gdal-2.0.2-r3 @@ -4,11 +4,11 @@ DESCRIPTION=Translator library for raster geospatial data formats (includes OGR EAPI=5 HOMEPAGE=http://www.gdal.org/ IUSE=armadillo +aux_xml curl debug doc fits geos gif gml hdf5 java jpeg jpeg2k mdb mysql netcdf odbc ogdi opencl pdf perl png postgres python spatialite sqlite threads xls python_targets_python2_7 python_targets_python3_4 elibc_FreeBSD java -KEYWORDS=amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=BSD Info-ZIP MIT RDEPEND=dev-libs/expat dev-libs/json-c dev-libs/libpcre dev-libs/libxml2 media-libs/tiff:0= sci-libs/libgeotiff sys-libs/zlib[minizip(+)] armadillo? ( sci-libs/armadillo[lapack] ) curl? ( net-misc/curl ) fits? ( sci-libs/cfitsio ) geos? ( >=sci-libs/geos-2.2.1 ) gif? ( media-libs/giflib:= ) gml? ( >=dev-libs/xerces-c-3 ) hdf5? ( >=sci-libs/hdf5-1.6.4[szip] ) java? ( >=virtual/jre-1.6:* ) jpeg? ( virtual/jpeg:0= ) jpeg2k? ( media-libs/jasper:= ) mysql? ( virtual/mysql ) netcdf? ( sci-libs/netcdf ) odbc? ( dev-db/unixODBC ) ogdi? ( sci-libs/ogdi ) opencl? ( virtual/opencl ) pdf? ( >=app-text/poppler-0.24.3:= ) perl? ( dev-lang/perl:= ) png? ( media-libs/libpng:0= ) postgres? ( >=dev-db/postgresql-8.4:= ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-python/numpy[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] ) sqlite? ( dev-db/sqlite:3 ) spatialite? ( dev-db/spatialite ) xls? ( dev-libs/freexl ) java? ( >=dev-java/java-config-2.2.0-r3 ) REQUIRED_USE=spatialite? ( sqlite ) python? ( || ( python_targets_python2_7 python_targets_python3_4 ) ) mdb? ( java ) SLOT=0/2 SRC_URI=http://download.osgeo.org/gdal/2.0.2/gdal-2.0.2.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c distutils-r1 583a05d30524485fda6869c772682ecd eutils b83a2420b796f7c6eff682679d08fe25 java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 a50950a73b5d5db46f42638e2996a087 libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=6f4f4d95ad8a2f880afe7aae29849861 +_md5_=de6bd6e47df6e99cecd85d5406474bd0 diff --git a/metadata/md5-cache/sci-libs/gsl-1.16 b/metadata/md5-cache/sci-libs/gsl-1.16 index b7c561e86263..f0f5607f90ac 100644 --- a/metadata/md5-cache/sci-libs/gsl-1.16 +++ b/metadata/md5-cache/sci-libs/gsl-1.16 @@ -4,10 +4,10 @@ DESCRIPTION=The GNU Scientific Library EAPI=5 HOMEPAGE=https://www.gnu.org/software/gsl/ IUSE=cblas-external static-libs -KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=GPL-3 RDEPEND=cblas-external? ( virtual/cblas ) SLOT=0 SRC_URI=mirror://gnu/gsl/gsl-1.16.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=c50623683477b429c0f2cb196087440c +_md5_=c18c7069c319b8b5f950f11cd5ca6e6c diff --git a/metadata/md5-cache/sci-libs/hdf5-1.8.14-r1 b/metadata/md5-cache/sci-libs/hdf5-1.8.14-r1 deleted file mode 100644 index b5f71777087d..000000000000 --- a/metadata/md5-cache/sci-libs/hdf5-1.8.14-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=mpi? ( virtual/mpi[romio] ) szip? ( virtual/szip ) zlib? ( sys-libs/zlib:0= ) sys-devel/libtool:2 >=sys-devel/autoconf-2.69 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 fortran? ( virtual/fortran ) -DESCRIPTION=General purpose library and file format for storing scientific data -EAPI=5 -HOMEPAGE=http://www.hdfgroup.org/HDF5/ -IUSE=cxx debug examples fortran fortran2003 mpi static-libs szip threads zlib -KEYWORDS=alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux -LICENSE=NCSA-HDF -RDEPEND=mpi? ( virtual/mpi[romio] ) szip? ( virtual/szip ) zlib? ( sys-libs/zlib:0= ) fortran? ( virtual/fortran ) -REQUIRED_USE=cxx? ( !mpi ) mpi? ( !cxx ) threads? ( !cxx !mpi !fortran ) fortran2003? ( fortran ) -SLOT=0/1.8.14 -SRC_URI=https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.14/src/hdf5-1.8.14.tar.bz2 -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 fortran-2 8200fc942c3b3c1fc75d4d5bfd0ba7a2 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=96bcf916fa0503b947d266d34e2c8ae0 diff --git a/metadata/md5-cache/sci-libs/hdf5-1.8.15_p1 b/metadata/md5-cache/sci-libs/hdf5-1.8.15_p1 deleted file mode 100644 index fb63cb61b423..000000000000 --- a/metadata/md5-cache/sci-libs/hdf5-1.8.15_p1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=mpi? ( virtual/mpi[romio] ) szip? ( virtual/szip ) zlib? ( sys-libs/zlib:0= ) sys-devel/libtool:2 >=sys-devel/autoconf-2.69 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 fortran? ( virtual/fortran ) -DESCRIPTION=General purpose library and file format for storing scientific data -EAPI=5 -HOMEPAGE=http://www.hdfgroup.org/HDF5/ -IUSE=cxx debug examples fortran fortran2003 mpi static-libs szip threads zlib -KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux -LICENSE=NCSA-HDF -RDEPEND=mpi? ( virtual/mpi[romio] ) szip? ( virtual/szip ) zlib? ( sys-libs/zlib:0= ) fortran? ( virtual/fortran ) -REQUIRED_USE=cxx? ( !mpi ) mpi? ( !cxx ) threads? ( !cxx !mpi !fortran ) fortran2003? ( fortran ) -SLOT=0/1.8.15 -SRC_URI=https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.15-patch1/src/hdf5-1.8.15-patch1.tar.bz2 -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 fortran-2 8200fc942c3b3c1fc75d4d5bfd0ba7a2 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=68087adf738c4095123bac70582460cc diff --git a/metadata/md5-cache/sci-libs/hdf5-1.8.17 b/metadata/md5-cache/sci-libs/hdf5-1.8.17 deleted file mode 100644 index 91a0a44b9ca4..000000000000 --- a/metadata/md5-cache/sci-libs/hdf5-1.8.17 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=mpi? ( virtual/mpi[romio] ) szip? ( virtual/szip ) zlib? ( sys-libs/zlib:0= ) sys-devel/libtool:2 >=sys-devel/autoconf-2.69 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 fortran? ( virtual/fortran ) -DESCRIPTION=General purpose library and file format for storing scientific data -EAPI=5 -HOMEPAGE=http://www.hdfgroup.org/HDF5/ -IUSE=cxx debug examples fortran fortran2003 +hl mpi static-libs szip threads zlib -KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux -LICENSE=NCSA-HDF -RDEPEND=mpi? ( virtual/mpi[romio] ) szip? ( virtual/szip ) zlib? ( sys-libs/zlib:0= ) fortran? ( virtual/fortran ) -REQUIRED_USE=threads? ( !cxx !mpi !fortran !hl ) fortran2003? ( fortran ) -SLOT=0/1.8.17 -SRC_URI=https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.17/src/hdf5-1.8.17.tar.bz2 -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 fortran-2 8200fc942c3b3c1fc75d4d5bfd0ba7a2 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=66417822c10917e9bb4793e449543ca6 diff --git a/metadata/md5-cache/sci-libs/libqalculate-0.9.9 b/metadata/md5-cache/sci-libs/libqalculate-0.9.9 index 0de51339ab41..5830d3cc1854 100644 --- a/metadata/md5-cache/sci-libs/libqalculate-0.9.9 +++ b/metadata/md5-cache/sci-libs/libqalculate-0.9.9 @@ -4,9 +4,9 @@ DESCRIPTION=A modern multi-purpose calculator library EAPI=6 HOMEPAGE=https://qalculate.github.io/ IUSE=gnuplot readline static-libs -KEYWORDS=alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux +KEYWORDS=alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=dev-libs/glib:2 dev-libs/libxml2:2 >=sci-libs/cln-1.2 sys-libs/zlib readline? ( sys-libs/readline:0= ) net-misc/wget gnuplot? ( >=sci-visualization/gnuplot-3.7 ) SLOT=0/6 SRC_URI=https://github.com/Qalculate/libqalculate/releases/download/v0.9.9/libqalculate-0.9.9.tar.gz -_md5_=5708cbfcc96c0d406d8678fcfa26f3fe +_md5_=e5554d87e57810ba0758fd91116f48a3 diff --git a/metadata/md5-cache/sci-libs/magma-1.4.0 b/metadata/md5-cache/sci-libs/magma-1.4.0 index b9dd96a91f48..334931908ad2 100644 --- a/metadata/md5-cache/sci-libs/magma-1.4.0 +++ b/metadata/md5-cache/sci-libs/magma-1.4.0 @@ -11,5 +11,5 @@ REQUIRED_USE=?? ( fermi kepler ) RESTRICT=userpriv SLOT=0 SRC_URI=http://icl.cs.utk.edu/projectsfiles/magma/downloads/magma-1.4.0.tar.gz -_eclasses_=cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 fortran-2 8200fc942c3b3c1fc75d4d5bfd0ba7a2 multilib 165fc17c38d1b11dac2008280dab6e80 python-any-r1 1c20f9b800324335a8e3b137363362e8 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 fortran-2 8200fc942c3b3c1fc75d4d5bfd0ba7a2 multilib 165fc17c38d1b11dac2008280dab6e80 python-any-r1 1c20f9b800324335a8e3b137363362e8 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=0933b76f82c56055a6ff8f36f07e1965 diff --git a/metadata/md5-cache/sci-libs/magma-1.4.1 b/metadata/md5-cache/sci-libs/magma-1.4.1 index d7f55179104d..e269742d11e4 100644 --- a/metadata/md5-cache/sci-libs/magma-1.4.1 +++ b/metadata/md5-cache/sci-libs/magma-1.4.1 @@ -11,5 +11,5 @@ REQUIRED_USE=?? ( fermi kepler ) RESTRICT=userpriv SLOT=0 SRC_URI=http://icl.cs.utk.edu/projectsfiles/magma/downloads/magma-1.4.1.tar.gz -_eclasses_=cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 fortran-2 8200fc942c3b3c1fc75d4d5bfd0ba7a2 multilib 165fc17c38d1b11dac2008280dab6e80 python-any-r1 1c20f9b800324335a8e3b137363362e8 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 fortran-2 8200fc942c3b3c1fc75d4d5bfd0ba7a2 multilib 165fc17c38d1b11dac2008280dab6e80 python-any-r1 1c20f9b800324335a8e3b137363362e8 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=ad601225e53ba8a07f4b66cd1f34724a diff --git a/metadata/md5-cache/sci-libs/neartree-3.1.1-r3 b/metadata/md5-cache/sci-libs/neartree-3.1.1-r3 deleted file mode 100644 index ee9901552741..000000000000 --- a/metadata/md5-cache/sci-libs/neartree-3.1.1-r3 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-libs/cvector sys-devel/make >=dev-util/cmake-3.5.2 -DESCRIPTION=Function library efficiently solving the Nearest Neighbor Problem -EAPI=4 -HOMEPAGE=http://neartree.sourceforge.net/ -IUSE=static-libs -KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux -LICENSE=LGPL-2.1 -RDEPEND=dev-libs/cvector -SLOT=0 -SRC_URI=mirror://sourceforge/neartree/neartree/NearTree-3.1.1/NearTree-3.1.1.tar.gz -> neartree-3.1.1.tar.gz -_eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=d383bc7e3cb510ab4ad4b3f968ad0939 diff --git a/metadata/md5-cache/sci-libs/nlopt-2.2.4 b/metadata/md5-cache/sci-libs/nlopt-2.2.4 deleted file mode 100644 index 4eba8f63c10c..000000000000 --- a/metadata/md5-cache/sci-libs/nlopt-2.2.4 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup test -DEPEND=guile? ( dev-scheme/guile ) octave? ( sci-mathematics/octave ) python? ( dev-python/numpy ) python? ( dev-lang/python ) -DESCRIPTION=Non-linear optimization library -EAPI=4 -HOMEPAGE=http://ab-initio.mit.edu/nlopt/ -IUSE=cxx guile octave python static-libs -KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux -LICENSE=LGPL-2.1 MIT -RDEPEND=guile? ( dev-scheme/guile ) octave? ( sci-mathematics/octave ) python? ( dev-python/numpy ) python? ( dev-lang/python ) -SLOT=0 -SRC_URI=http://ab-initio.mit.edu/nlopt//nlopt-2.2.4.tar.gz -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils b83a2420b796f7c6eff682679d08fe25 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 python efc1c55fc44c5b7272fc2ffba73c3e6f toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=27201e04c47af1cf56e9ea9df8173c79 diff --git a/metadata/md5-cache/sci-libs/nlopt-2.4.2 b/metadata/md5-cache/sci-libs/nlopt-2.4.2 deleted file mode 100644 index 9ba1b6ea548f..000000000000 --- a/metadata/md5-cache/sci-libs/nlopt-2.4.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=guile? ( dev-scheme/guile:* ) octave? ( sci-mathematics/octave ) python? ( dev-python/numpy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=Non-linear optimization library -EAPI=5 -HOMEPAGE=http://ab-initio.mit.edu/nlopt/ -IUSE=cxx guile octave python static-libs python_targets_python2_7 -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux -LICENSE=LGPL-2.1 MIT -RDEPEND=guile? ( dev-scheme/guile:* ) octave? ( sci-mathematics/octave ) python? ( dev-python/numpy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) -REQUIRED_USE=python? ( || ( python_targets_python2_7 ) ) -SLOT=0 -SRC_URI=http://ab-initio.mit.edu/nlopt//nlopt-2.4.2.tar.gz -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils b83a2420b796f7c6eff682679d08fe25 libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=ee9af9866e76d920cf8ba3f4b03940d4 diff --git a/metadata/md5-cache/sci-libs/vtk-6.0.0 b/metadata/md5-cache/sci-libs/vtk-6.0.0 deleted file mode 100644 index eab2156a4cc0..000000000000 --- a/metadata/md5-cache/sci-libs/vtk-6.0.0 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install preinst prepare setup test -DEPEND=dev-libs/expat dev-libs/libxml2:2 media-libs/freetype media-libs/libpng:0 media-libs/mesa media-libs/libtheora media-libs/tiff:0 sci-libs/exodusii sci-libs/hdf5:= sci-libs/netcdf-cxx:3 sys-libs/zlib virtual/jpeg:0 virtual/opengl >=x11-libs/gl2ps-1.3.8 x11-libs/libX11 x11-libs/libXmu x11-libs/libXt boost? ( >=dev-libs/boost-1.40.0[mpi?] ) cg? ( media-gfx/nvidia-cg-toolkit ) examples? ( dev-qt/qtcore:4 dev-qt/qtgui:4 sci-libs/vtkdata ) ffmpeg? ( virtual/ffmpeg ) java? ( >=virtual/jre-1.5:* ) mpi? ( virtual/mpi[cxx,romio] ) mysql? ( virtual/mysql ) odbc? ( dev-db/unixODBC ) offscreen? ( media-libs/mesa[osmesa] ) postgres? ( dev-db/postgresql:= ) python? ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] dev-python/sip[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) qt4? ( dev-qt/designer:4 dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtopengl:4 dev-qt/qtsql:4 dev-qt/qtwebkit:4 python? ( dev-python/PyQt4[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) ) tcl? ( dev-lang/tcl:0= ) tk? ( dev-lang/tk:0= ) video_cards_nvidia? ( media-video/nvidia-settings ) R? ( dev-lang/R ) doc? ( app-doc/doxygen ) java? ( >=virtual/jdk-1.5 ) test? ( sci-libs/vtkdata ) java? ( >=dev-java/java-config-2.2.0-r3 ) dev-util/ninja >=dev-util/cmake-3.5.2 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) -DESCRIPTION=The Visualization Toolkit -EAPI=5 -HOMEPAGE=http://www.vtk.org/ -IUSE=aqua boost cg doc examples imaging ffmpeg java mpi mysql odbc offscreen postgres python qt4 rendering test theora tk tcl video_cards_nvidia views R +X elibc_FreeBSD java python_targets_python2_7 test -KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux -LICENSE=BSD LGPL-2 -RDEPEND=dev-libs/expat dev-libs/libxml2:2 media-libs/freetype media-libs/libpng:0 media-libs/mesa media-libs/libtheora media-libs/tiff:0 sci-libs/exodusii sci-libs/hdf5:= sci-libs/netcdf-cxx:3 sys-libs/zlib virtual/jpeg:0 virtual/opengl >=x11-libs/gl2ps-1.3.8 x11-libs/libX11 x11-libs/libXmu x11-libs/libXt boost? ( >=dev-libs/boost-1.40.0[mpi?] ) cg? ( media-gfx/nvidia-cg-toolkit ) examples? ( dev-qt/qtcore:4 dev-qt/qtgui:4 sci-libs/vtkdata ) ffmpeg? ( virtual/ffmpeg ) java? ( >=virtual/jre-1.5:* ) mpi? ( virtual/mpi[cxx,romio] ) mysql? ( virtual/mysql ) odbc? ( dev-db/unixODBC ) offscreen? ( media-libs/mesa[osmesa] ) postgres? ( dev-db/postgresql:= ) python? ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] dev-python/sip[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) qt4? ( dev-qt/designer:4 dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtopengl:4 dev-qt/qtsql:4 dev-qt/qtwebkit:4 python? ( dev-python/PyQt4[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) ) tcl? ( dev-lang/tcl:0= ) tk? ( dev-lang/tk:0= ) video_cards_nvidia? ( media-video/nvidia-settings ) R? ( dev-lang/R ) java? ( >=dev-java/java-config-2.2.0-r3 ) -REQUIRED_USE=java? ( qt4 ) python? ( python_targets_python2_7 ) tcl? ( rendering ) test? ( python ) tk? ( tcl ) ^^ ( X aqua offscreen ) -RESTRICT=test -SLOT=0 -SRC_URI=http://www.vtk.org/files/release/6.0/vtk-6.0.0.tar.gz doc? ( http://www.vtk.org/files/release/6.0/vtkDocHtml-6.0.0.tar.gz ) -_eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 a50950a73b5d5db46f42638e2996a087 multilib 165fc17c38d1b11dac2008280dab6e80 python-single-r1 19a74c6b5c191723a997dc7e0cc6bb09 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 qmake-utils 0a242e7177789b0028b4045f336dd4db toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=9fbad09886dcaf20fbcb42d0b1e45375 diff --git a/metadata/md5-cache/sci-libs/vtk-6.1.0 b/metadata/md5-cache/sci-libs/vtk-6.1.0 deleted file mode 100644 index 16cf4d6a26d0..000000000000 --- a/metadata/md5-cache/sci-libs/vtk-6.1.0 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst preinst prepare prerm setup test -DEPEND=dev-libs/expat dev-libs/libxml2:2 >=media-libs/freetype-2.5.4 media-libs/libpng:0 media-libs/mesa media-libs/libtheora media-libs/tiff:0 sci-libs/exodusii sci-libs/hdf5:= sci-libs/netcdf-cxx:3 sys-libs/zlib virtual/jpeg:0 virtual/opengl >=x11-libs/gl2ps-1.3.8 x11-libs/libX11 x11-libs/libXmu x11-libs/libXt boost? ( >=dev-libs/boost-1.40.0[mpi?] ) cg? ( media-gfx/nvidia-cg-toolkit ) examples? ( dev-qt/qtcore:4 dev-qt/qtgui:4 sci-libs/vtkdata ) ffmpeg? ( virtual/ffmpeg ) gdal? ( sci-libs/gdal ) java? ( >=virtual/jre-1.5:* ) kaapi? ( =dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] dev-python/sip[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) ) qt4? ( dev-qt/designer:4 dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtopengl:4 dev-qt/qtsql:4 dev-qt/qtwebkit:4 python? ( dev-python/PyQt4[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) ) tbb? ( dev-cpp/tbb ) tcl? ( dev-lang/tcl:0= ) tk? ( dev-lang/tk:0= ) video_cards_nvidia? ( media-video/nvidia-settings ) web? ( >=app-admin/webapp-config-1.50.15 python? ( dev-python/autobahn[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] dev-python/twisted-core[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] dev-python/zope-interface[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) ) xdmf2? ( sci-libs/xdmf2 ) R? ( dev-lang/R ) doc? ( app-doc/doxygen ) java? ( >=virtual/jdk-1.5 ) java? ( >=dev-java/java-config-2.2.0-r3 ) dev-util/ninja >=dev-util/cmake-3.5.2 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) -DESCRIPTION=The Visualization Toolkit -EAPI=5 -HOMEPAGE=http://www.vtk.org/ -IUSE=all-modules aqua boost cg doc examples imaging ffmpeg gdal java json kaapi mpi mysql odbc offscreen postgres python qt4 rendering smp tbb test theora tk tcl video_cards_nvidia views web xdmf2 R +X elibc_FreeBSD java python_targets_python2_7 test -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux -LICENSE=BSD LGPL-2 -RDEPEND=dev-libs/expat dev-libs/libxml2:2 >=media-libs/freetype-2.5.4 media-libs/libpng:0 media-libs/mesa media-libs/libtheora media-libs/tiff:0 sci-libs/exodusii sci-libs/hdf5:= sci-libs/netcdf-cxx:3 sys-libs/zlib virtual/jpeg:0 virtual/opengl >=x11-libs/gl2ps-1.3.8 x11-libs/libX11 x11-libs/libXmu x11-libs/libXt boost? ( >=dev-libs/boost-1.40.0[mpi?] ) cg? ( media-gfx/nvidia-cg-toolkit ) examples? ( dev-qt/qtcore:4 dev-qt/qtgui:4 sci-libs/vtkdata ) ffmpeg? ( virtual/ffmpeg ) gdal? ( sci-libs/gdal ) java? ( >=virtual/jre-1.5:* ) kaapi? ( =dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] dev-python/sip[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) ) qt4? ( dev-qt/designer:4 dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtopengl:4 dev-qt/qtsql:4 dev-qt/qtwebkit:4 python? ( dev-python/PyQt4[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) ) tbb? ( dev-cpp/tbb ) tcl? ( dev-lang/tcl:0= ) tk? ( dev-lang/tk:0= ) video_cards_nvidia? ( media-video/nvidia-settings ) web? ( >=app-admin/webapp-config-1.50.15 python? ( dev-python/autobahn[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] dev-python/twisted-core[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] dev-python/zope-interface[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) ) xdmf2? ( sci-libs/xdmf2 ) R? ( dev-lang/R ) java? ( >=dev-java/java-config-2.2.0-r3 ) -REQUIRED_USE=all-modules? ( python xdmf2 ) java? ( qt4 ) python? ( python_targets_python2_7 ) tcl? ( rendering ) smp? ( ^^ ( kaapi tbb ) ) test? ( python ) tk? ( tcl ) web? ( python ) ^^ ( X aqua offscreen ) -RESTRICT=test -SLOT=0 -SRC_URI=http://www.vtk.org/files/release/6.1/VTK-6.1.0.tar.gz doc? ( http://www.vtk.org/files/release/6.1/vtkDocHtml-6.1.0.tar.gz ) test? ( http://www.vtk.org/files/release/6.1/VTKData-6.1.0.tar.gz http://www.vtk.org/files/release/6.1/VTKLargeData-6.1.0.tar.gz ) -_eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 a50950a73b5d5db46f42638e2996a087 multilib 165fc17c38d1b11dac2008280dab6e80 python-single-r1 19a74c6b5c191723a997dc7e0cc6bb09 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 qmake-utils 0a242e7177789b0028b4045f336dd4db toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 webapp 42c6ef7af496b228f9854b3c81e4b226 -_md5_=f88574f9b8b9173403cd55b9eaf9f53b diff --git a/metadata/md5-cache/sci-libs/vtk-6.1.0-r1 b/metadata/md5-cache/sci-libs/vtk-6.1.0-r1 deleted file mode 100644 index a4b6f5e6c4fd..000000000000 --- a/metadata/md5-cache/sci-libs/vtk-6.1.0-r1 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst preinst prepare prerm setup test -DEPEND=dev-libs/expat dev-libs/jsoncpp dev-libs/libxml2:2 >=media-libs/freetype-2.5.4 media-libs/libpng:0 media-libs/mesa media-libs/libtheora media-libs/tiff:0 sci-libs/exodusii sci-libs/hdf5:= sci-libs/netcdf-cxx:3 sys-libs/zlib virtual/jpeg:0 virtual/opengl >=x11-libs/gl2ps-1.3.8 x11-libs/libX11 x11-libs/libXmu x11-libs/libXt boost? ( >=dev-libs/boost-1.40.0[mpi?] ) cg? ( media-gfx/nvidia-cg-toolkit ) examples? ( dev-qt/qtcore:4 dev-qt/qtgui:4 sci-libs/vtkdata ) ffmpeg? ( virtual/ffmpeg ) gdal? ( sci-libs/gdal ) java? ( >=virtual/jre-1.5:* ) kaapi? ( =dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] dev-python/sip[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) ) qt4? ( dev-qt/designer:4 dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtopengl:4 dev-qt/qtsql:4 dev-qt/qtwebkit:4 python? ( dev-python/PyQt4[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) ) tbb? ( dev-cpp/tbb ) tcl? ( dev-lang/tcl:0= ) tk? ( dev-lang/tk:0= ) video_cards_nvidia? ( media-video/nvidia-settings ) web? ( >=app-admin/webapp-config-1.50.15 python? ( dev-python/autobahn[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] dev-python/twisted-core[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] dev-python/zope-interface[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) ) xdmf2? ( sci-libs/xdmf2 ) R? ( dev-lang/R ) doc? ( app-doc/doxygen ) java? ( >=virtual/jdk-1.5 ) java? ( >=dev-java/java-config-2.2.0-r3 ) dev-util/ninja >=dev-util/cmake-3.5.2 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) -DESCRIPTION=The Visualization Toolkit -EAPI=5 -HOMEPAGE=http://www.vtk.org/ -IUSE=all-modules aqua boost cg doc examples imaging ffmpeg gdal java json kaapi mpi mysql odbc offscreen postgres python qt4 rendering smp tbb test theora tk tcl video_cards_nvidia views web xdmf2 R +X elibc_FreeBSD java python_targets_python2_7 test -KEYWORDS=amd64 ~arm x86 ~amd64-linux ~x86-linux -LICENSE=BSD LGPL-2 -RDEPEND=dev-libs/expat dev-libs/jsoncpp dev-libs/libxml2:2 >=media-libs/freetype-2.5.4 media-libs/libpng:0 media-libs/mesa media-libs/libtheora media-libs/tiff:0 sci-libs/exodusii sci-libs/hdf5:= sci-libs/netcdf-cxx:3 sys-libs/zlib virtual/jpeg:0 virtual/opengl >=x11-libs/gl2ps-1.3.8 x11-libs/libX11 x11-libs/libXmu x11-libs/libXt boost? ( >=dev-libs/boost-1.40.0[mpi?] ) cg? ( media-gfx/nvidia-cg-toolkit ) examples? ( dev-qt/qtcore:4 dev-qt/qtgui:4 sci-libs/vtkdata ) ffmpeg? ( virtual/ffmpeg ) gdal? ( sci-libs/gdal ) java? ( >=virtual/jre-1.5:* ) kaapi? ( =dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] dev-python/sip[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) ) qt4? ( dev-qt/designer:4 dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtopengl:4 dev-qt/qtsql:4 dev-qt/qtwebkit:4 python? ( dev-python/PyQt4[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) ) tbb? ( dev-cpp/tbb ) tcl? ( dev-lang/tcl:0= ) tk? ( dev-lang/tk:0= ) video_cards_nvidia? ( media-video/nvidia-settings ) web? ( >=app-admin/webapp-config-1.50.15 python? ( dev-python/autobahn[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] dev-python/twisted-core[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] dev-python/zope-interface[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) ) xdmf2? ( sci-libs/xdmf2 ) R? ( dev-lang/R ) java? ( >=dev-java/java-config-2.2.0-r3 ) -REQUIRED_USE=all-modules? ( python xdmf2 ) java? ( qt4 ) python? ( python_targets_python2_7 ) tcl? ( rendering ) smp? ( ^^ ( kaapi tbb ) ) test? ( python ) tk? ( tcl ) web? ( python ) ^^ ( X aqua offscreen ) -RESTRICT=test -SLOT=0 -SRC_URI=http://www.vtk.org/files/release/6.1/VTK-6.1.0.tar.gz doc? ( http://www.vtk.org/files/release/6.1/vtkDocHtml-6.1.0.tar.gz ) test? ( http://www.vtk.org/files/release/6.1/VTKData-6.1.0.tar.gz http://www.vtk.org/files/release/6.1/VTKLargeData-6.1.0.tar.gz ) -_eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 a50950a73b5d5db46f42638e2996a087 multilib 165fc17c38d1b11dac2008280dab6e80 python-single-r1 19a74c6b5c191723a997dc7e0cc6bb09 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 qmake-utils 0a242e7177789b0028b4045f336dd4db toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 webapp 42c6ef7af496b228f9854b3c81e4b226 -_md5_=2cb1e3b72264656bbac433fe1a38b700 diff --git a/metadata/md5-cache/sci-mathematics/e-1.8-r1 b/metadata/md5-cache/sci-mathematics/e-1.8-r1 new file mode 100644 index 000000000000..e46a07496018 --- /dev/null +++ b/metadata/md5-cache/sci-mathematics/e-1.8-r1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=configure install postinst postrm +DEPEND=isabelle? ( >=sci-mathematics/isabelle-2011.1-r1:= ) +DESCRIPTION=E is a theorem prover for full first-order logic with equality +EAPI=6 +HOMEPAGE=http://www4.informatik.tu-muenchen.de/~schulz/E/E.html +IUSE=doc examples isabelle +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=isabelle? ( >=sci-mathematics/isabelle-2011.1-r1:= ) +SLOT=0/1.8 +SRC_URI=http://www4.in.tum.de/~schulz/WORK/E_DOWNLOAD/V_1.8/E.tgz -> E-1.8.tgz +_md5_=5e16faf5146edef475b5a8820efc85a2 diff --git a/metadata/md5-cache/sci-mathematics/isabelle-2016.1 b/metadata/md5-cache/sci-mathematics/isabelle-2016.1 new file mode 100644 index 000000000000..f88a4246d408 --- /dev/null +++ b/metadata/md5-cache/sci-mathematics/isabelle-2016.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install postinst preinst prepare pretend setup unpack +DEPEND=>=app-shells/bash-3.0:* >=dev-java/jcommon-1.0.18:1.0 dev-java/jortho:0 >=dev-java/jfreechart-1.0.14:1.0 >=dev-java/itext-2.1.5:0 dev-java/xz-java:0 >=dev-lang/ghc-7.6.3 >=dev-lang/polyml-5.6:=[-portable] >=dev-lang/perl-5.8.8-r2 >=dev-lang/swi-prolog-6.6.6 sci-libs/coinor-csdp =sci-mathematics/z3-4.4*[isabelle] >=virtual/jdk-1.8 doc? ( virtual/latex-base dev-tex/rail ) >=dev-lang/scala-2.11.8:2.11 ledit? ( app-misc/ledit ) readline? ( app-misc/rlwrap ) >=dev-java/java-config-2.2.0-r3 +DESCRIPTION=Isabelle is a generic proof assistant +EAPI=6 +HOMEPAGE=http://www.cl.cam.ac.uk/research/hvg/Isabelle/index.html +IUSE=doc graphbrowsing ledit readline elibc_FreeBSD +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=dev-perl/libwww-perl sci-mathematics/sha1-polyml >=virtual/jre-1.8 >=app-shells/bash-3.0:* >=dev-java/jcommon-1.0.18:1.0 dev-java/jortho:0 >=dev-java/jfreechart-1.0.14:1.0 >=dev-java/itext-2.1.5:0 dev-java/xz-java:0 >=dev-lang/ghc-7.6.3 >=dev-lang/polyml-5.6:=[-portable] >=dev-lang/perl-5.8.8-r2 >=dev-lang/swi-prolog-6.6.6 sci-libs/coinor-csdp =sci-mathematics/z3-4.4*[isabelle] >=virtual/jdk-1.8 doc? ( virtual/latex-base dev-tex/rail ) >=dev-lang/scala-2.11.8:2.11 ledit? ( app-misc/ledit ) readline? ( app-misc/rlwrap ) >=dev-java/java-config-2.2.0-r3 +SLOT=0/2016.1 +SRC_URI=http://isabelle.in.tum.de/website-Isabelle2016-1/dist/Isabelle2016-1.tar.gz http://isabelle.in.tum.de/dist/contrib/bash_process-1.2.1.tar.gz -> bash_process-isabelle-component-1.2.1.tar.gz http://dev.gentoo.org/~gienah/snapshots/csdp-isabelle-component-6.x.tar.gz http://isabelle.in.tum.de/dist/contrib/isabelle_fonts-20160830.tar.gz -> isabelle_fonts-isabelle-component-20160830.tar.gz http://isabelle.in.tum.de/components/jortho-1.0-2.tar.gz -> jortho-isabelle-component-1.0-2.tar.gz http://isabelle.in.tum.de/components/jedit_build-20161024.tar.gz -> jedit_build-isabelle-component-20161024.tar.gz http://isabelle.in.tum.de/dist/contrib/jfreechart-1.0.14-1.tar.gz -> jfreechart-isabelle-component-1.0.14-1.tar.gz http://dev.gentoo.org/~gienah/snapshots/polyml-isabelle-component-5.6-1.tar.gz http://isabelle.in.tum.de/dist/contrib/ssh-java-20161009.tar.gz -> ssh-java-isabelle-component-20161009.tar.gz http://dev.gentoo.org/~gienah/snapshots/xz-java-isabelle-component-1.5.tar.gz +_eclasses_=check-reqs aee25bdf4e2f459af86d17f7c41dcdf6 eutils b83a2420b796f7c6eff682679d08fe25 java-pkg-2 eb1f0d7d874162c70088f5ae32c31ee7 java-utils-2 a50950a73b5d5db46f42638e2996a087 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=d627f2c74c06fb097d8d1af8fc44fdc2 diff --git a/metadata/md5-cache/sci-mathematics/kodkod-1.5.2-r1 b/metadata/md5-cache/sci-mathematics/kodkod-1.5.2-r1 new file mode 100644 index 000000000000..78d8b5467dfb --- /dev/null +++ b/metadata/md5-cache/sci-mathematics/kodkod-1.5.2-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install preinst prepare setup unpack +DEPEND=>=virtual/jdk-1.6 app-arch/unzip >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) +DESCRIPTION=a constraint solver for relational logic +EAPI=6 +HOMEPAGE=http://alloy.mit.edu/kodkod/index.html +IUSE=elibc_FreeBSD doc source +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) +SLOT=0/1.5.2 +SRC_URI=http://alloy.mit.edu/kodkod/1.5.2/kodkod-1.5.2.zip https://waf.googlecode.com/files/waf-1.7.16 +_eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 java-pkg-2 eb1f0d7d874162c70088f5ae32c31ee7 java-utils-2 a50950a73b5d5db46f42638e2996a087 multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-any-r1 1c20f9b800324335a8e3b137363362e8 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c waf-utils c21174962af5ca8091b66f58612797ce +_md5_=a947ee9b7a07d963237bc7b70dc445ca diff --git a/metadata/md5-cache/sci-mathematics/kodkodi-1.5.2-r1 b/metadata/md5-cache/sci-mathematics/kodkodi-1.5.2-r1 new file mode 100644 index 000000000000..fb6af9c53453 --- /dev/null +++ b/metadata/md5-cache/sci-mathematics/kodkodi-1.5.2-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install postinst postrm preinst prepare setup +DEPEND=dev-java/antlr:3 =sci-mathematics/kodkod-1.5*:= >=virtual/jdk-1.6 app-arch/unzip >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) +DESCRIPTION=A text front-end for the Kodkod Java library +EAPI=6 +HOMEPAGE=http://www21.in.tum.de/~blanchet/#software +IUSE=isabelle examples elibc_FreeBSD doc source elibc_FreeBSD +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=dev-java/antlr:3 =sci-mathematics/kodkod-1.5*:= isabelle? ( sci-mathematics/isabelle:= ) >=virtual/jre-1.6 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) +SLOT=0/1.5.2 +SRC_URI=http://www21.in.tum.de/~blanchet/kodkodi-1.5.2.tgz +_eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 java-pkg-2 eb1f0d7d874162c70088f5ae32c31ee7 java-pkg-simple 88558e9b1185c8404cf95c1ea077592c java-utils-2 a50950a73b5d5db46f42638e2996a087 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=d5add6bc56128f1bb6e07a3e62b4e3a7 diff --git a/metadata/md5-cache/sci-mathematics/pspp-0.8.1-r1 b/metadata/md5-cache/sci-mathematics/pspp-0.8.1-r1 deleted file mode 100644 index cbe7a4bb2add..000000000000 --- a/metadata/md5-cache/sci-mathematics/pspp-0.8.1-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test -DEPEND=dev-libs/libxml2:2 sci-libs/gsl sys-devel/gettext sys-libs/readline:0 sys-libs/zlib virtual/libiconv cairo? ( x11-libs/cairo ) emacs? ( virtual/emacs ) gtk? ( gnome-base/libglade:2.0 x11-libs/gtk+:2 >=x11-libs/gtksourceview-2.2:2.0 ) ncurses? ( sys-libs/ncurses:0= ) postgres? ( dev-db/postgresql:*[server] ) virtual/pkgconfig doc? ( virtual/latex-base ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=Program for statistical analysis of sampled data -EAPI=5 -HOMEPAGE=https://www.gnu.org/software/pspp/pspp.html -IUSE=cairo doc emacs examples gtk ncurses nls perl postgres static-libs -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux -LICENSE=GPL-3 -RDEPEND=dev-libs/libxml2:2 sci-libs/gsl sys-devel/gettext sys-libs/readline:0 sys-libs/zlib virtual/libiconv cairo? ( x11-libs/cairo ) emacs? ( virtual/emacs ) gtk? ( gnome-base/libglade:2.0 x11-libs/gtk+:2 >=x11-libs/gtksourceview-2.2:2.0 ) ncurses? ( sys-libs/ncurses:0= ) postgres? ( dev-db/postgresql:*[server] ) -SLOT=0 -SRC_URI=mirror://gnu/pspp/pspp-0.8.1.tar.gz -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb elisp-common 9f56c4e9bf1282dbfc2a5a09e1124e74 eutils b83a2420b796f7c6eff682679d08fe25 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=80cb6e107345d2cb87e753d47e335ed0 diff --git a/metadata/md5-cache/sci-mathematics/pspp-0.8.3 b/metadata/md5-cache/sci-mathematics/pspp-0.8.3 deleted file mode 100644 index 4fbb4bb40a54..000000000000 --- a/metadata/md5-cache/sci-mathematics/pspp-0.8.3 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test -DEPEND=dev-libs/libxml2:2= sci-libs/gsl:0= sys-devel/gettext:0= sys-libs/readline:0= sys-libs/zlib:0= virtual/libiconv cairo? ( x11-libs/cairo:0= ) emacs? ( virtual/emacs ) gtk? ( gnome-base/libglade:2.0 x11-libs/gtk+:2 >=x11-libs/gtksourceview-2.2:2.0 ) ncurses? ( sys-libs/ncurses:0= ) postgres? ( dev-db/postgresql:=[server] ) virtual/pkgconfig doc? ( virtual/latex-base ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=Program for statistical analysis of sampled data -EAPI=5 -HOMEPAGE=https://www.gnu.org/software/pspp/pspp.html -IUSE=cairo doc emacs examples gtk ncurses nls perl postgres static-libs -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux -LICENSE=GPL-3 -RDEPEND=dev-libs/libxml2:2= sci-libs/gsl:0= sys-devel/gettext:0= sys-libs/readline:0= sys-libs/zlib:0= virtual/libiconv cairo? ( x11-libs/cairo:0= ) emacs? ( virtual/emacs ) gtk? ( gnome-base/libglade:2.0 x11-libs/gtk+:2 >=x11-libs/gtksourceview-2.2:2.0 ) ncurses? ( sys-libs/ncurses:0= ) postgres? ( dev-db/postgresql:=[server] ) -SLOT=0/0.8.3 -SRC_URI=mirror://gnu/pspp/pspp-0.8.3.tar.gz -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb elisp-common 9f56c4e9bf1282dbfc2a5a09e1124e74 eutils b83a2420b796f7c6eff682679d08fe25 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=612efe18d0cd0da8973107e820f9afb7 diff --git a/metadata/md5-cache/sci-mathematics/rstudio-1.0.136 b/metadata/md5-cache/sci-mathematics/rstudio-1.0.136 new file mode 100644 index 000000000000..4c54d0410eeb --- /dev/null +++ b/metadata/md5-cache/sci-mathematics/rstudio-1.0.136 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack +DEPEND=app-text/pandoc dev-haskell/pandoc-citeproc >=dev-lang/R-2.11.1 >=dev-libs/boost-1.50:= >=dev-libs/mathjax-2.7.0 dev-libs/openssl:0 sys-apps/util-linux >=sys-devel/clang-3.5.0 sys-libs/zlib >=virtual/jre-1.8:= x11-libs/pango !dedicated? ( >=dev-qt/qtcore-5.4:5 >=dev-qt/qtdeclarative-5.4:5 >=dev-qt/qtdbus-5.4:5 >=dev-qt/qtgui-5.4:5 >=dev-qt/qtnetwork-5.4:5 >=dev-qt/qtopengl-5.4:5 >=dev-qt/qtpositioning-5.4:5 >=dev-qt/qtprintsupport-5.4:5 >=dev-qt/qtsingleapplication-2.6.1_p20150629[qt5] >=dev-qt/qtsensors-5.4:5 >=dev-qt/qtsql-5.4:5 >=dev-qt/qtsvg-5.4:5 >=dev-qt/qtwebkit-5.4:5 >=dev-qt/qtwidgets-5.4:5 >=dev-qt/qtxml-5.4:5 >=dev-qt/qtxmlpatterns-5.4:5 server? ( virtual/pam ) ) dedicated? ( virtual/pam ) app-arch/unzip dev-java/ant-core >=virtual/jdk-1.8:= virtual/pkgconfig sys-devel/make >=dev-util/cmake-3.5.2 >=sys-apps/sed-4 >=dev-java/java-config-2.2.0-r3 +DESCRIPTION=IDE for the R language +EAPI=6 +HOMEPAGE=http://www.rstudio.org https://github.com/rstudio/rstudio/ +IUSE=dedicated server elibc_FreeBSD +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=AGPL-3 +RDEPEND=app-text/pandoc dev-haskell/pandoc-citeproc >=dev-lang/R-2.11.1 >=dev-libs/boost-1.50:= >=dev-libs/mathjax-2.7.0 dev-libs/openssl:0 sys-apps/util-linux >=sys-devel/clang-3.5.0 sys-libs/zlib >=virtual/jre-1.8:= x11-libs/pango !dedicated? ( >=dev-qt/qtcore-5.4:5 >=dev-qt/qtdeclarative-5.4:5 >=dev-qt/qtdbus-5.4:5 >=dev-qt/qtgui-5.4:5 >=dev-qt/qtnetwork-5.4:5 >=dev-qt/qtopengl-5.4:5 >=dev-qt/qtpositioning-5.4:5 >=dev-qt/qtprintsupport-5.4:5 >=dev-qt/qtsingleapplication-2.6.1_p20150629[qt5] >=dev-qt/qtsensors-5.4:5 >=dev-qt/qtsql-5.4:5 >=dev-qt/qtsvg-5.4:5 >=dev-qt/qtwebkit-5.4:5 >=dev-qt/qtwidgets-5.4:5 >=dev-qt/qtxml-5.4:5 >=dev-qt/qtxmlpatterns-5.4:5 server? ( virtual/pam ) ) dedicated? ( virtual/pam ) >=dev-java/java-config-2.2.0-r3 +SLOT=0 +SRC_URI=https://github.com/rstudio/rstudio/archive/v1.0.136.tar.gz -> rstudio-1.0.136.tar.gz https://s3.amazonaws.com/rstudio-buildtools/gin-1.5.zip https://s3.amazonaws.com/rstudio-buildtools/gwt-2.7.0.zip https://s3.amazonaws.com/rstudio-buildtools/selenium-java-2.37.0.zip https://s3.amazonaws.com/rstudio-buildtools/selenium-server-standalone-2.37.0.jar https://s3.amazonaws.com/rstudio-buildtools/chromedriver-linux https://s3.amazonaws.com/rstudio-dictionaries/core-dictionaries.zip https://dev.gentoo.org/~gienah/distfiles/packrat-0.98.1000.tar.gz https://dev.gentoo.org/~gienah/distfiles/rmarkdown-0.98.1000.tar.gz https://dev.gentoo.org/~gienah/distfiles/shinyapps-0.98.1000.tar.gz https://dev.gentoo.org/~gienah/distfiles/rsconnect_0.4.1.4_fcac892a69817febd7b655b189bf57193260cda0.tar.gz +_eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 eutils b83a2420b796f7c6eff682679d08fe25 fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 7366202dd55cb8f018f5d450d54e7749 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 java-pkg-2 eb1f0d7d874162c70088f5ae32c31ee7 java-utils-2 a50950a73b5d5db46f42638e2996a087 multilib 165fc17c38d1b11dac2008280dab6e80 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 pax-utils 4c2654a34ebe732e85fda354f6ee642f toolchain-funcs 1b1da0c45c555989dc5d832b54880783 user 80aaa71614ced86f02ee1a513821dc87 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=4323b705790ad95283083bf461aa9359 diff --git a/metadata/md5-cache/sci-mathematics/sha1-polyml-5.6_p1 b/metadata/md5-cache/sci-mathematics/sha1-polyml-5.6_p1 new file mode 100644 index 000000000000..541b3695ddf3 --- /dev/null +++ b/metadata/md5-cache/sci-mathematics/sha1-polyml-5.6_p1 @@ -0,0 +1,10 @@ +DEFINED_PHASES=compile install test +DESCRIPTION=implementation of SHA1 is taken from the GNU coreutils package +EAPI=6 +HOMEPAGE=http://isabelle.in.tum.de/ +KEYWORDS=~x86 ~amd64 +LICENSE=GPL-3 +SLOT=0 +SRC_URI=http://isabelle.in.tum.de/components/polyml-5.6-1.tar.gz +_eclasses_=multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 +_md5_=f1f669bd3431a626f18942e1e0c8740d diff --git a/metadata/md5-cache/sci-mathematics/snns-4.2-r8 b/metadata/md5-cache/sci-mathematics/snns-4.2-r8 deleted file mode 100644 index bbc830ac43c6..000000000000 --- a/metadata/md5-cache/sci-mathematics/snns-4.2-r8 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare unpack -DEPEND=X? ( x11-libs/libXaw3d ) X? ( x11-proto/xproto ) python? ( =dev-lang/python-2* ) -DESCRIPTION=Stuttgart Neural Network Simulator -EAPI=3 -HOMEPAGE=http://www-ra.informatik.uni-tuebingen.de/SNNS/ -IUSE=X doc python -KEYWORDS=amd64 ppc x86 -LICENSE=SNNS-4.2 -RDEPEND=X? ( x11-libs/libXaw3d ) python? ( =dev-lang/python-2* ) -SLOT=0 -SRC_URI=http://www-ra.informatik.uni-tuebingen.de/downloads/SNNS/SNNSv4.2.tar.gz mirror://gentoo/snns-4.2-20040227.patch.gz doc? ( http://www-ra.informatik.uni-tuebingen.de/downloads/SNNS/SNNSv4.2.Manual.pdf ) python? ( mirror://gentoo/PySNNS-20040605.tar.gz mirror://gentoo/PythonFunctionSupport-20050210.patch.gz ) -_eclasses_=distutils ad9e4720eb3e69090dd968b152fc611b eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 python efc1c55fc44c5b7272fc2ffba73c3e6f toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=08f4179d01ec0f11886f5a76cb611176 diff --git a/metadata/md5-cache/sci-mathematics/snns-4.2-r9 b/metadata/md5-cache/sci-mathematics/snns-4.2-r9 deleted file mode 100644 index 81cf5c2f1d6b..000000000000 --- a/metadata/md5-cache/sci-mathematics/snns-4.2-r9 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare unpack -DEPEND=X? ( x11-libs/libXaw3d ) X? ( x11-proto/xproto ) python? ( =dev-lang/python-2* ) -DESCRIPTION=Stuttgart Neural Network Simulator -EAPI=3 -HOMEPAGE=https://sourceforge.net/projects/snns/ -IUSE=X doc python -KEYWORDS=~amd64 ~ppc ~x86 -LICENSE=LGPL-2.1 -RDEPEND=X? ( x11-libs/libXaw3d ) python? ( =dev-lang/python-2* ) -SLOT=0 -SRC_URI=mirror://sourceforge/snns/snns-4.2-patched.tar.gz doc? ( http://www-ra.informatik.uni-tuebingen.de/downloads/SNNS/SNNSv4.2.Manual.pdf ) python? ( mirror://sourceforge/snns/python.patch.gz ) -_eclasses_=distutils ad9e4720eb3e69090dd968b152fc611b eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 python efc1c55fc44c5b7272fc2ffba73c3e6f toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=87290035130cbe8c597f85524a094592 diff --git a/metadata/md5-cache/sci-mathematics/spass-3.7 b/metadata/md5-cache/sci-mathematics/spass-3.7 index 5d55d2dd63b5..7b6259a5e92c 100644 --- a/metadata/md5-cache/sci-mathematics/spass-3.7 +++ b/metadata/md5-cache/sci-mathematics/spass-3.7 @@ -10,4 +10,4 @@ RDEPEND=isabelle? ( >=sci-mathematics/isabelle-2011.1-r1:= ) SLOT=0/3.7 SRC_URI=http://www.spass-prover.org/download/sources/spass37.tgz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=2cda04276434c56f09161dd7946a38b5 +_md5_=3fccbcab84d9a7630b85ba616b8d23ea diff --git a/metadata/md5-cache/sci-mathematics/spass-3.9 b/metadata/md5-cache/sci-mathematics/spass-3.9 new file mode 100644 index 000000000000..0c1ba2958a39 --- /dev/null +++ b/metadata/md5-cache/sci-mathematics/spass-3.9 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install postinst postrm unpack +DEPEND=isabelle? ( sci-mathematics/isabelle:= ) +DESCRIPTION=An Automated Theorem Prover for First-Order Logic with Equality +EAPI=6 +HOMEPAGE=http://www.spass-prover.org/ +IUSE=isabelle +KEYWORDS=~amd64 ~x86 +LICENSE=BSD-2 +RDEPEND=isabelle? ( sci-mathematics/isabelle:= ) +SLOT=0/3.9 +SRC_URI=http://www.spass-prover.org/download/sources/spass39.tgz +_eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=baa5a860c881760b7ef7ac35e09d700b diff --git a/metadata/md5-cache/sci-mathematics/xmds-1.6.5 b/metadata/md5-cache/sci-mathematics/xmds-1.6.5 deleted file mode 100644 index 92d5cdef3edc..000000000000 --- a/metadata/md5-cache/sci-mathematics/xmds-1.6.5 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install unpack -DEPEND=sci-libs/fftw mpi? ( virtual/mpi ) -DESCRIPTION=XMDS - The eXtensible Multi-Dimensional Simulator -EAPI=0 -HOMEPAGE=http://www.xmds.org -IUSE=doc examples mpi threads -KEYWORDS=amd64 x86 -LICENSE=GPL-2 -RDEPEND=sci-libs/fftw mpi? ( virtual/mpi ) -SLOT=0 -SRC_URI=mirror://sourceforge/xmds/xmds-1.6.5.tar.gz doc? ( mirror://sourceforge/xmds/xmds_doc_20080226.pdf ) -_eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=5c505f6c7241f653f86953b5747142a0 diff --git a/metadata/md5-cache/sci-mathematics/xmds-1.6.6 b/metadata/md5-cache/sci-mathematics/xmds-1.6.6 deleted file mode 100644 index 0486d19700bc..000000000000 --- a/metadata/md5-cache/sci-mathematics/xmds-1.6.6 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install -DEPEND=sci-libs/fftw mpi? ( virtual/mpi ) -DESCRIPTION=XMDS - The eXtensible Multi-Dimensional Simulator -EAPI=0 -HOMEPAGE=http://www.xmds.org -IUSE=doc examples mpi threads -KEYWORDS=amd64 x86 -LICENSE=GPL-2 -RDEPEND=sci-libs/fftw mpi? ( virtual/mpi ) -SLOT=0 -SRC_URI=mirror://sourceforge/xmds/xmds-1.6.6.tar.gz doc? ( mirror://sourceforge/xmds/xmds_doc_20080226.pdf ) -_eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=cb23e66eae3e52d8dc8ddcd54b676168 diff --git a/metadata/md5-cache/sci-mathematics/z3-4.4.1 b/metadata/md5-cache/sci-mathematics/z3-4.4.1 index aa69a489d86f..d05438257c27 100644 --- a/metadata/md5-cache/sci-mathematics/z3-4.4.1 +++ b/metadata/md5-cache/sci-mathematics/z3-4.4.1 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 SRC_URI=https://github.com/Z3Prover/z3/archive/z3-4.4.1.tar.gz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 java-pkg-2 eb1f0d7d874162c70088f5ae32c31ee7 java-pkg-simple 88558e9b1185c8404cf95c1ea077592c java-utils-2 a50950a73b5d5db46f42638e2996a087 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=622a30c2ded052672059a8b8b385302b +_md5_=74f172864a9a8f4143e86460ac9d78be diff --git a/metadata/md5-cache/sci-mathematics/z3-4.5.0 b/metadata/md5-cache/sci-mathematics/z3-4.5.0 index 992d1da5161b..d29d93549a36 100644 --- a/metadata/md5-cache/sci-mathematics/z3-4.5.0 +++ b/metadata/md5-cache/sci-mathematics/z3-4.5.0 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup -DEPEND=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(-)] gmp? ( dev-libs/gmp:0 ) java? ( >=virtual/jdk-1.8 ) >=dev-java/java-config-2.2.0-r3 +DEPEND=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(-)] gmp? ( dev-libs/gmp:0 ) doc? ( app-doc/doxygen ) java? ( >=virtual/jdk-1.8 ) >=dev-java/java-config-2.2.0-r3 DESCRIPTION=An efficient theorem prover EAPI=6 HOMEPAGE=http://z3.codeplex.com/ @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 SRC_URI=https://github.com/Z3Prover/z3/archive/z3-4.5.0.tar.gz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 java-pkg-2 eb1f0d7d874162c70088f5ae32c31ee7 java-pkg-simple 88558e9b1185c8404cf95c1ea077592c java-utils-2 a50950a73b5d5db46f42638e2996a087 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8d9d05ad74fdd996b6f928f964605408 +_md5_=aa325e4c840cf7bb521688f5d86e6238 diff --git a/metadata/md5-cache/sci-physics/hoomd-blue-2.0.2 b/metadata/md5-cache/sci-physics/hoomd-blue-2.0.2 index 4023ab6188f0..04b1ebda85ff 100644 --- a/metadata/md5-cache/sci-physics/hoomd-blue-2.0.2 +++ b/metadata/md5-cache/sci-physics/hoomd-blue-2.0.2 @@ -10,5 +10,5 @@ RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targ REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 ) SLOT=0 SRC_URI=https://bitbucket.org/glotzer/hoomd-blue/get/v2.0.2.tar.bz2 -> hoomd-blue-2.0.2.tar.bz2 https://bitbucket.org/glotzer/libgetar/get/v0.5.0.tar.bz2 -> libgetar-0.5.0.tar.bz2 -_eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 vcs-snapshot 2b65ecb2d0f91e4322c2ac8d673993bd versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 vcs-snapshot 2b65ecb2d0f91e4322c2ac8d673993bd versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=4875d09b33a71f0341d7de9a51ee3cf0 diff --git a/metadata/md5-cache/sci-physics/hoomd-blue-9999 b/metadata/md5-cache/sci-physics/hoomd-blue-9999 index 01bf9a40b787..0ba3a1f6c43e 100644 --- a/metadata/md5-cache/sci-physics/hoomd-blue-9999 +++ b/metadata/md5-cache/sci-physics/hoomd-blue-9999 @@ -8,5 +8,5 @@ LICENSE=hoomd-blue RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] mpi? ( virtual/mpi ) cuda? ( dev-util/nvidia-cuda-sdk ) dev-libs/boost:=[threads,python,mpi,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 ) SLOT=0 -_eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 git-r3 e928b84a9f6f1d9076d1d27687876dc6 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 git-r3 e928b84a9f6f1d9076d1d27687876dc6 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=4875d09b33a71f0341d7de9a51ee3cf0 diff --git a/metadata/md5-cache/sci-visualization/gwyddion-2.39 b/metadata/md5-cache/sci-visualization/gwyddion-2.39 deleted file mode 100644 index 892747998243..000000000000 --- a/metadata/md5-cache/sci-visualization/gwyddion-2.39 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare prerm setup test -DEPEND=media-libs/libpng:0 x11-libs/cairo x11-libs/gtk+:2 x11-libs/libXmu x11-libs/pango fits? ( sci-libs/cfitsio ) fftw? ( sci-libs/fftw:3.0 ) gnome? ( gnome-base/gconf:2 ) kde? ( kde-frameworks/kdelibs:4 ) opengl? ( virtual/opengl x11-libs/gtkglext ) perl? ( dev-lang/perl ) python? ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] dev-python/pygtk:2[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) ruby? ( dev-ruby/narray ) sourceview? ( x11-libs/gtksourceview:2.0 ) xml? ( dev-libs/libxml2:2 ) virtual/pkgconfig doc? ( dev-util/gtk-doc ) >=sys-apps/sed-4 -DESCRIPTION=Framework for Scanning Mode Microscopy data analysis -EAPI=5 -HOMEPAGE=http://gwyddion.net/ -IUSE=doc fits fftw gnome kde nls opengl perl python ruby sourceview xml X python_targets_python2_7 -KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux -LICENSE=GPL-2 -RDEPEND=media-libs/libpng:0 x11-libs/cairo x11-libs/gtk+:2 x11-libs/libXmu x11-libs/pango fits? ( sci-libs/cfitsio ) fftw? ( sci-libs/fftw:3.0 ) gnome? ( gnome-base/gconf:2 ) kde? ( kde-frameworks/kdelibs:4 ) opengl? ( virtual/opengl x11-libs/gtkglext ) perl? ( dev-lang/perl ) python? ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] dev-python/pygtk:2[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) ruby? ( dev-ruby/narray ) sourceview? ( x11-libs/gtksourceview:2.0 ) xml? ( dev-libs/libxml2:2 ) -REQUIRED_USE=python_targets_python2_7 -SLOT=0 -SRC_URI=http://gwyddion.net/download/2.39/gwyddion-2.39.tar.xz -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils b83a2420b796f7c6eff682679d08fe25 fdo-mime 92d07846ea8ea54172f8c0112a47ae3d gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 python-single-r1 19a74c6b5c191723a997dc7e0cc6bb09 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=6785a87b9f5ce756ffa4ef40b625b2d7 diff --git a/metadata/md5-cache/sys-apps/hwloc-1.10.0 b/metadata/md5-cache/sys-apps/hwloc-1.10.0 index 41dbc99a1218..5401e41c78c5 100644 --- a/metadata/md5-cache/sys-apps/hwloc-1.10.0 +++ b/metadata/md5-cache/sys-apps/hwloc-1.10.0 @@ -9,5 +9,5 @@ LICENSE=BSD RDEPEND=sys-libs/ncurses cairo? ( x11-libs/cairo[X?,svg?] ) cuda? ( dev-util/nvidia-cuda-toolkit ) gl? ( media-video/nvidia-settings ) opencl? ( x11-drivers/ati-drivers ) pci? ( sys-apps/pciutils x11-libs/libpciaccess ) plugins? ( sys-devel/libtool ) numa? ( sys-process/numactl ) xml? ( dev-libs/libxml2 ) SLOT=0/5 SRC_URI=http://www.open-mpi.org/software/hwloc/v1.10/downloads/hwloc-1.10.0.tar.bz2 -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=359611f3e7e0e91929c88a62f65cbddb diff --git a/metadata/md5-cache/sys-apps/hwloc-1.10.0-r2 b/metadata/md5-cache/sys-apps/hwloc-1.10.0-r2 index fbf137e68eb7..052c1d7a10c7 100644 --- a/metadata/md5-cache/sys-apps/hwloc-1.10.0-r2 +++ b/metadata/md5-cache/sys-apps/hwloc-1.10.0-r2 @@ -9,5 +9,5 @@ LICENSE=BSD RDEPEND=sys-libs/ncurses cairo? ( x11-libs/cairo[X?,svg?] ) cuda? ( dev-util/nvidia-cuda-toolkit ) gl? ( media-video/nvidia-settings ) opencl? ( x11-drivers/ati-drivers ) pci? ( sys-apps/pciutils x11-libs/libpciaccess ) plugins? ( dev-libs/libltdl:0 ) numa? ( sys-process/numactl ) xml? ( dev-libs/libxml2 ) SLOT=0/5 SRC_URI=http://www.open-mpi.org/software/hwloc/v1.10/downloads/hwloc-1.10.0.tar.bz2 -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=74f0d017e565af8a8d2b96bdf71b85f3 diff --git a/metadata/md5-cache/sys-apps/hwloc-1.10.1-r1 b/metadata/md5-cache/sys-apps/hwloc-1.10.1-r1 index 215eb667f061..d7b24968c0e9 100644 --- a/metadata/md5-cache/sys-apps/hwloc-1.10.1-r1 +++ b/metadata/md5-cache/sys-apps/hwloc-1.10.1-r1 @@ -9,5 +9,5 @@ LICENSE=BSD RDEPEND=>=sys-libs/ncurses-5.9-r3[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(-)?] cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg?,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(-)?] ) cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1 ) gl? ( media-video/nvidia-settings ) opencl? ( x11-drivers/ati-drivers:* ) pci? ( >=sys-apps/pciutils-3.3.0-r2[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/libpciaccess-0.13.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(-)?] ) plugins? ( dev-libs/libltdl: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(-)?] ) numa? ( >=sys-process/numactl-2.0.10-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(-)?] ) xml? ( >=dev-libs/libxml2-2.9.1-r4[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/5 SRC_URI=http://www.open-mpi.org/software/hwloc/v1.10/downloads/hwloc-1.10.1.tar.bz2 -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=667488da0329eebac3f0dd98bb178db1 diff --git a/metadata/md5-cache/sys-apps/hwloc-1.11.2 b/metadata/md5-cache/sys-apps/hwloc-1.11.2 index bb09639b4a63..4d3e7508af22 100644 --- a/metadata/md5-cache/sys-apps/hwloc-1.11.2 +++ b/metadata/md5-cache/sys-apps/hwloc-1.11.2 @@ -4,10 +4,10 @@ DESCRIPTION=displays the hardware topology in convenient formats EAPI=5 HOMEPAGE=http://www.open-mpi.org/projects/hwloc/ IUSE=cairo cuda debug gl +numa opencl +pci plugins svg static-libs xml 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 -KEYWORDS=alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux +KEYWORDS=alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=BSD RDEPEND=>=sys-libs/ncurses-5.9-r3: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(-)?] cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg?,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(-)?] ) cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1 ) gl? ( || ( x11-drivers/nvidia-drivers[static-libs,tools] media-video/nvidia-settings ) ) opencl? ( x11-drivers/ati-drivers:* ) pci? ( >=sys-apps/pciutils-3.3.0-r2[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/libpciaccess-0.13.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(-)?] ) plugins? ( dev-libs/libltdl: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(-)?] ) numa? ( >=sys-process/numactl-2.0.10-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(-)?] ) xml? ( >=dev-libs/libxml2-2.9.1-r4[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/5 SRC_URI=http://www.open-mpi.org/software/hwloc/v1.11/downloads/hwloc-1.11.2.tar.bz2 -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=0aed0ae7d3e614c33a077a236f8bb84f +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=37c1362a576fc1465e24c0ec42ebe923 diff --git a/metadata/md5-cache/sys-apps/hwloc-1.8.1 b/metadata/md5-cache/sys-apps/hwloc-1.8.1 index ef00d831afb5..019e3a03183a 100644 --- a/metadata/md5-cache/sys-apps/hwloc-1.8.1 +++ b/metadata/md5-cache/sys-apps/hwloc-1.8.1 @@ -9,5 +9,5 @@ LICENSE=BSD RDEPEND=sys-libs/ncurses cairo? ( x11-libs/cairo[X?,svg?] ) cuda? ( dev-util/nvidia-cuda-toolkit ) gl? ( media-video/nvidia-settings ) opencl? ( x11-drivers/ati-drivers ) pci? ( sys-apps/pciutils x11-libs/libpciaccess ) plugins? ( sys-devel/libtool ) numa? ( sys-process/numactl ) xml? ( dev-libs/libxml2 ) SLOT=0/5 SRC_URI=http://www.open-mpi.org/software/hwloc/v1.8/downloads/hwloc-1.8.1.tar.bz2 -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=8732f6d63e897ea149ae03c65c4f37ff diff --git a/metadata/md5-cache/sys-apps/hwloc-1.9 b/metadata/md5-cache/sys-apps/hwloc-1.9 index 2e617343128d..9826091a35d9 100644 --- a/metadata/md5-cache/sys-apps/hwloc-1.9 +++ b/metadata/md5-cache/sys-apps/hwloc-1.9 @@ -9,5 +9,5 @@ LICENSE=BSD RDEPEND=sys-libs/ncurses cairo? ( x11-libs/cairo[X?,svg?] ) cuda? ( dev-util/nvidia-cuda-toolkit ) gl? ( media-video/nvidia-settings ) opencl? ( x11-drivers/ati-drivers ) pci? ( sys-apps/pciutils x11-libs/libpciaccess ) plugins? ( sys-devel/libtool ) numa? ( sys-process/numactl ) xml? ( dev-libs/libxml2 ) SLOT=0/5 SRC_URI=http://www.open-mpi.org/software/hwloc/v1.9/downloads/hwloc-1.9.tar.bz2 -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=08686fdd2321ba6dada0eba7d1c80696 diff --git a/metadata/md5-cache/sys-apps/netplug-1.2.9.2-r2 b/metadata/md5-cache/sys-apps/netplug-1.2.9.2-r2 index 7324af1e9e64..6fb7c1166beb 100644 --- a/metadata/md5-cache/sys-apps/netplug-1.2.9.2-r2 +++ b/metadata/md5-cache/sys-apps/netplug-1.2.9.2-r2 @@ -4,9 +4,9 @@ DESCRIPTION=Brings up/down ethernet ports automatically with cable detection EAPI=6 HOMEPAGE=http://www.red-bean.com/~bos/ IUSE=debug doc -KEYWORDS=amd64 ~arm ~mips ~ppc ~sparc ~x86 +KEYWORDS=amd64 ~arm ~mips ~ppc ppc64 ~sparc ~x86 LICENSE=GPL-2 SLOT=0 SRC_URI=http://www.red-bean.com/~bos/netplug/netplug-1.2.9.2.tar.bz2 _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=d57c0314d37d7be08aabbbcca74fbe45 +_md5_=a25796c38c47256f6ed8a75981f3f09b diff --git a/metadata/md5-cache/sys-apps/openrc-0.22.4 b/metadata/md5-cache/sys-apps/openrc-0.22.4 index 533b635c196b..5227cba9ffe9 100644 --- a/metadata/md5-cache/sys-apps/openrc-0.22.4 +++ b/metadata/md5-cache/sys-apps/openrc-0.22.4 @@ -4,11 +4,11 @@ DESCRIPTION=OpenRC manages the services, startup and shutdown of a host EAPI=6 HOMEPAGE=https://github.com/openrc/openrc/ IUSE=audit debug ncurses pam newnet prefix +netifrc selinux static-libs tools unicode kernel_linux kernel_FreeBSD -KEYWORDS=alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd LICENSE=BSD-2 PDEPEND=netifrc? ( net-misc/netifrc ) RDEPEND=kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-ubin-9.0_rc sys-process/fuser-bsd ) ) ncurses? ( sys-libs/ncurses:0= ) pam? ( sys-auth/pambase virtual/pam ) tools? ( dev-lang/perl ) audit? ( sys-process/audit ) kernel_linux? ( sys-process/psmisc !=sys-apps/sysvinit-2.86-r6 ) kernel_FreeBSD? ( sys-freebsd/freebsd-sbin ) ) selinux? ( sec-policy/selinux-base-policy sec-policy/selinux-openrc ) SLOT=0 SRC_URI=https://github.com/openrc/openrc/archive/0.22.4.tar.gz -> openrc-0.22.4.tar.gz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=d42cdc157f9221ca1debede1c8edbcdb +_md5_=067258a877f421d4cdc7d3ab22837fda diff --git a/metadata/md5-cache/sys-apps/pcsc-lite-1.8.16-r1 b/metadata/md5-cache/sys-apps/pcsc-lite-1.8.16-r1 index fda8431e75b0..e4f5c847ed85 100644 --- a/metadata/md5-cache/sys-apps/pcsc-lite-1.8.16-r1 +++ b/metadata/md5-cache/sys-apps/pcsc-lite-1.8.16-r1 @@ -4,11 +4,11 @@ DESCRIPTION=PC/SC Architecture smartcard middleware library EAPI=6 HOMEPAGE=http://pcsclite.alioth.debian.org/ IUSE=python libusb policykit selinux +udev python_targets_python2_7 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 hppa ~ia64 ~m68k ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=alpha amd64 arm hppa ~ia64 ~m68k ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=BSD ISC MIT GPL-3+ GPL-2 RDEPEND=libusb? ( virtual/libusb:1 ) udev? ( virtual/udev ) policykit? ( >=sys-auth/polkit-0.111 ) python? ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) !=sys-libs/cracklib-2.7-r3 ) pam? ( virtual/pam ) skey? ( sys-auth/skey ) selinux? ( >=sys-libs/libselinux-1.28 sys-libs/libsemanage ) nls? ( virtual/libintl ) xattr? ( sys-apps/attr ) pam? ( >=sys-auth/pambase-20150213 ) SLOT=0 SRC_URI=http://pkg-shadow.alioth.debian.org/releases/shadow-4.2.1.tar.xz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=43a2c0abdd6dd59dc97f6b31ed80a1ce +_md5_=a7ba30788bfe82965260c61efa9e4587 diff --git a/metadata/md5-cache/sys-block/fio-2.15 b/metadata/md5-cache/sys-block/fio-2.15 index da93e35e09f1..7b27535337f8 100644 --- a/metadata/md5-cache/sys-block/fio-2.15 +++ b/metadata/md5-cache/sys-block/fio-2.15 @@ -4,10 +4,10 @@ DESCRIPTION=Jens Axboe's Flexible IO tester EAPI=5 HOMEPAGE=http://brick.kernel.dk/snaps/ IUSE=aio glusterfs gnuplot gtk numa rbd rdma static zlib python_targets_python2_7 -KEYWORDS=amd64 ~arm ia64 ppc ~ppc64 x86 +KEYWORDS=amd64 ~arm ia64 ppc ppc64 x86 LICENSE=GPL-2 RDEPEND=!static? ( aio? ( dev-libs/libaio ) glusterfs? ( sys-cluster/glusterfs ) gtk? ( dev-libs/glib:2 ) numa? ( sys-process/numactl ) rbd? ( sys-cluster/ceph ) zlib? ( sys-libs/zlib ) ) gtk? ( x11-libs/gtk+:2 ) gnuplot? ( sci-visualization/gnuplot 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(-)] ) SLOT=0 SRC_URI=http://brick.kernel.dk/snaps/fio-2.15.tar.bz2 _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=7cb0614214756baf697008242c93ce4d +_md5_=3635097c7936aceaa6efed64339a4fd0 diff --git a/metadata/md5-cache/sys-block/open-isns-0.97 b/metadata/md5-cache/sys-block/open-isns-0.97 index 2c0904543078..c77167aed315 100644 --- a/metadata/md5-cache/sys-block/open-isns-0.97 +++ b/metadata/md5-cache/sys-block/open-isns-0.97 @@ -10,4 +10,4 @@ RDEPEND=ssl? ( dev-libs/openssl:= ) slp? ( net-libs/openslp ) SLOT=0 SRC_URI=http://github.com/open-iscsi/open-isns/archive/v0.97.tar.gz -> open-isns-0.97.tar.gz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=fbc91b9dd649f5afa8de45c4449233bf +_md5_=105bb5826deb889d0674ea46ac86ebdb diff --git a/metadata/md5-cache/sys-boot/plymouth-0.9.2 b/metadata/md5-cache/sys-boot/plymouth-0.9.2 index 7b7f3e7fc732..e7b6478f702d 100644 --- a/metadata/md5-cache/sys-boot/plymouth-0.9.2 +++ b/metadata/md5-cache/sys-boot/plymouth-0.9.2 @@ -4,10 +4,10 @@ DESCRIPTION=Graphical boot animation (splash) and logger EAPI=5 HOMEPAGE=https://cgit.freedesktop.org/plymouth/ IUSE=debug gdm +gtk +libkms +pango static-libs -KEYWORDS=alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86 +KEYWORDS=alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86 LICENSE=GPL-2 RDEPEND=>=media-libs/libpng-1.2.16:= gtk? ( dev-libs/glib:2 >=x11-libs/gtk+-3.14:3 x11-libs/cairo ) libkms? ( x11-libs/libdrm[libkms] ) pango? ( >=x11-libs/pango-1.21 ) virtual/udev !=sys-libs/ncurses-5.2:* dev-libs/libnl:= >=dev-libs/popt-1.16 SLOT=0 SRC_URI=https://kernel.org/pub/linux/utils/kernel/ipvsadm/ipvsadm-1.27.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 linux-info af49d8ab3be91bb1d38b7201dc9e5123 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=4708b033c43bbc57989970e777abed06 +_md5_=3a4afdc69e120465f1bdbb7279f3bb3b diff --git a/metadata/md5-cache/sys-cluster/openmpi-1.10.3 b/metadata/md5-cache/sys-cluster/openmpi-1.10.3 index 794c82b34329..24c49afcd742 100644 --- a/metadata/md5-cache/sys-cluster/openmpi-1.10.3 +++ b/metadata/md5-cache/sys-cluster/openmpi-1.10.3 @@ -10,5 +10,5 @@ RDEPEND=!sys-cluster/mpich !sys-cluster/mpich2 !sys-cluster/mpiexec dev-libs/lib REQUIRED_USE=openmpi_rm_slurm? ( !openmpi_rm_pbs ) openmpi_rm_pbs? ( !openmpi_rm_slurm ) openmpi_fabrics_psm? ( openmpi_fabrics_ofed ) openmpi_ofed_features_control-hdr-padding? ( openmpi_fabrics_ofed ) openmpi_ofed_features_connectx-xrc? ( openmpi_fabrics_ofed ) openmpi_ofed_features_udcm? ( openmpi_fabrics_ofed ) openmpi_ofed_features_rdmacm? ( openmpi_fabrics_ofed ) openmpi_ofed_features_dynamic-sl? ( openmpi_fabrics_ofed ) openmpi_ofed_features_failover? ( openmpi_fabrics_ofed ) SLOT=0 SRC_URI=http://www.open-mpi.org/software/ompi/v1.10/downloads/openmpi-1.10.3.tar.bz2 -_eclasses_=cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 fortran-2 8200fc942c3b3c1fc75d4d5bfd0ba7a2 java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 a50950a73b5d5db46f42638e2996a087 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 fortran-2 8200fc942c3b3c1fc75d4d5bfd0ba7a2 java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 a50950a73b5d5db46f42638e2996a087 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=842bc0282ecba8e5c8446f5975280d36 diff --git a/metadata/md5-cache/sys-cluster/openmpi-1.10.3-r1 b/metadata/md5-cache/sys-cluster/openmpi-1.10.3-r1 index 311de1aafd01..413ccbcd43f8 100644 --- a/metadata/md5-cache/sys-cluster/openmpi-1.10.3-r1 +++ b/metadata/md5-cache/sys-cluster/openmpi-1.10.3-r1 @@ -10,5 +10,5 @@ RDEPEND=!sys-cluster/mpich !sys-cluster/mpich2 !sys-cluster/nullmpi !sys-cluster REQUIRED_USE=openmpi_rm_slurm? ( !openmpi_rm_pbs ) openmpi_rm_pbs? ( !openmpi_rm_slurm ) openmpi_fabrics_psm? ( openmpi_fabrics_ofed ) openmpi_ofed_features_control-hdr-padding? ( openmpi_fabrics_ofed ) openmpi_ofed_features_connectx-xrc? ( openmpi_fabrics_ofed ) openmpi_ofed_features_udcm? ( openmpi_fabrics_ofed ) openmpi_ofed_features_rdmacm? ( openmpi_fabrics_ofed ) openmpi_ofed_features_dynamic-sl? ( openmpi_fabrics_ofed ) openmpi_ofed_features_failover? ( openmpi_fabrics_ofed ) SLOT=0 SRC_URI=http://www.open-mpi.org/software/ompi/v1.10/downloads/openmpi-1.10.3.tar.bz2 -_eclasses_=cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 fortran-2 8200fc942c3b3c1fc75d4d5bfd0ba7a2 java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 a50950a73b5d5db46f42638e2996a087 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 fortran-2 8200fc942c3b3c1fc75d4d5bfd0ba7a2 java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 a50950a73b5d5db46f42638e2996a087 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=bd355d5ccc38c80f7bcc471ff70ab0e4 diff --git a/metadata/md5-cache/sys-cluster/openmpi-1.7.5-r1 b/metadata/md5-cache/sys-cluster/openmpi-1.7.5-r1 index 0f6e744f5d15..58913ab69707 100644 --- a/metadata/md5-cache/sys-cluster/openmpi-1.7.5-r1 +++ b/metadata/md5-cache/sys-cluster/openmpi-1.7.5-r1 @@ -10,5 +10,5 @@ RDEPEND=!sys-cluster/mpich !sys-cluster/mpich2 !sys-cluster/mpiexec dev-libs/lib REQUIRED_USE=openmpi_rm_slurm? ( !openmpi_rm_pbs ) openmpi_rm_pbs? ( !openmpi_rm_slurm ) openmpi_fabrics_psm? ( openmpi_fabrics_ofed ) openmpi_ofed_features_control-hdr-padding? ( openmpi_fabrics_ofed ) openmpi_ofed_features_connectx-xrc? ( openmpi_fabrics_ofed ) openmpi_ofed_features_rdmacm? ( openmpi_fabrics_ofed ) openmpi_ofed_features_dynamic-sl? ( openmpi_fabrics_ofed ) openmpi_ofed_features_failover? ( openmpi_fabrics_ofed ) SLOT=0 SRC_URI=http://www.open-mpi.org/software/ompi/v1.7/downloads/openmpi-1.7.5.tar.bz2 -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 fortran-2 8200fc942c3b3c1fc75d4d5bfd0ba7a2 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 fortran-2 8200fc942c3b3c1fc75d4d5bfd0ba7a2 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=702388abe527e4d1e0526f3dc74604f5 diff --git a/metadata/md5-cache/sys-cluster/openmpi-1.8.4-r4 b/metadata/md5-cache/sys-cluster/openmpi-1.8.4-r4 index 73891aa71d0c..a8b7d389792a 100644 --- a/metadata/md5-cache/sys-cluster/openmpi-1.8.4-r4 +++ b/metadata/md5-cache/sys-cluster/openmpi-1.8.4-r4 @@ -10,5 +10,5 @@ RDEPEND=!sys-cluster/mpich !sys-cluster/mpich2 !sys-cluster/mpiexec dev-libs/lib REQUIRED_USE=openmpi_rm_slurm? ( !openmpi_rm_pbs ) openmpi_rm_pbs? ( !openmpi_rm_slurm ) openmpi_fabrics_psm? ( openmpi_fabrics_ofed ) openmpi_ofed_features_control-hdr-padding? ( openmpi_fabrics_ofed ) openmpi_ofed_features_connectx-xrc? ( openmpi_fabrics_ofed ) openmpi_ofed_features_udcm? ( openmpi_fabrics_ofed ) openmpi_ofed_features_rdmacm? ( openmpi_fabrics_ofed ) openmpi_ofed_features_dynamic-sl? ( openmpi_fabrics_ofed ) openmpi_ofed_features_failover? ( openmpi_fabrics_ofed ) SLOT=0 SRC_URI=http://www.open-mpi.org/software/ompi/v1.8/downloads/openmpi-1.8.4.tar.bz2 -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 fortran-2 8200fc942c3b3c1fc75d4d5bfd0ba7a2 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 fortran-2 8200fc942c3b3c1fc75d4d5bfd0ba7a2 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=8366fd4a6385e3b9b9ae8cde7e1761c6 diff --git a/metadata/md5-cache/sys-cluster/openmpi-1.8.7-r1 b/metadata/md5-cache/sys-cluster/openmpi-1.8.7-r1 index 45c1b71c51cb..b277adb30fb8 100644 --- a/metadata/md5-cache/sys-cluster/openmpi-1.8.7-r1 +++ b/metadata/md5-cache/sys-cluster/openmpi-1.8.7-r1 @@ -10,5 +10,5 @@ RDEPEND=!sys-cluster/mpich !sys-cluster/mpich2 !sys-cluster/mpiexec dev-libs/lib REQUIRED_USE=openmpi_rm_slurm? ( !openmpi_rm_pbs ) openmpi_rm_pbs? ( !openmpi_rm_slurm ) openmpi_fabrics_psm? ( openmpi_fabrics_ofed ) openmpi_ofed_features_control-hdr-padding? ( openmpi_fabrics_ofed ) openmpi_ofed_features_connectx-xrc? ( openmpi_fabrics_ofed ) openmpi_ofed_features_udcm? ( openmpi_fabrics_ofed ) openmpi_ofed_features_rdmacm? ( openmpi_fabrics_ofed ) openmpi_ofed_features_dynamic-sl? ( openmpi_fabrics_ofed ) openmpi_ofed_features_failover? ( openmpi_fabrics_ofed ) SLOT=0 SRC_URI=http://www.open-mpi.org/software/ompi/v1.8/downloads/openmpi-1.8.7.tar.bz2 -_eclasses_=cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 fortran-2 8200fc942c3b3c1fc75d4d5bfd0ba7a2 java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 a50950a73b5d5db46f42638e2996a087 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 fortran-2 8200fc942c3b3c1fc75d4d5bfd0ba7a2 java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 a50950a73b5d5db46f42638e2996a087 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=d79597e0a7ceb9ac3cd1824d0de456e9 diff --git a/metadata/md5-cache/sys-cluster/openmpi-1.8.8 b/metadata/md5-cache/sys-cluster/openmpi-1.8.8 index 6d145cb666df..49a497566200 100644 --- a/metadata/md5-cache/sys-cluster/openmpi-1.8.8 +++ b/metadata/md5-cache/sys-cluster/openmpi-1.8.8 @@ -10,5 +10,5 @@ RDEPEND=!sys-cluster/mpich !sys-cluster/mpich2 !sys-cluster/mpiexec dev-libs/lib REQUIRED_USE=openmpi_rm_slurm? ( !openmpi_rm_pbs ) openmpi_rm_pbs? ( !openmpi_rm_slurm ) openmpi_fabrics_psm? ( openmpi_fabrics_ofed ) openmpi_ofed_features_control-hdr-padding? ( openmpi_fabrics_ofed ) openmpi_ofed_features_connectx-xrc? ( openmpi_fabrics_ofed ) openmpi_ofed_features_udcm? ( openmpi_fabrics_ofed ) openmpi_ofed_features_rdmacm? ( openmpi_fabrics_ofed ) openmpi_ofed_features_dynamic-sl? ( openmpi_fabrics_ofed ) openmpi_ofed_features_failover? ( openmpi_fabrics_ofed ) SLOT=0 SRC_URI=http://www.open-mpi.org/software/ompi/v1.8/downloads/openmpi-1.8.8.tar.bz2 -_eclasses_=cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 fortran-2 8200fc942c3b3c1fc75d4d5bfd0ba7a2 java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 a50950a73b5d5db46f42638e2996a087 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 fortran-2 8200fc942c3b3c1fc75d4d5bfd0ba7a2 java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 a50950a73b5d5db46f42638e2996a087 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=b236dd24d7dad3edc5618c862af83d6e diff --git a/metadata/md5-cache/sys-cluster/openmpi-2.0.1 b/metadata/md5-cache/sys-cluster/openmpi-2.0.1 index 02490e59f399..333b7ffd260b 100644 --- a/metadata/md5-cache/sys-cluster/openmpi-2.0.1 +++ b/metadata/md5-cache/sys-cluster/openmpi-2.0.1 @@ -10,5 +10,5 @@ RDEPEND=!sys-cluster/mpich !sys-cluster/mpich2 !sys-cluster/nullmpi !sys-cluster REQUIRED_USE=openmpi_rm_slurm? ( !openmpi_rm_pbs ) openmpi_rm_pbs? ( !openmpi_rm_slurm ) openmpi_fabrics_psm? ( openmpi_fabrics_ofed ) openmpi_ofed_features_control-hdr-padding? ( openmpi_fabrics_ofed ) openmpi_ofed_features_connectx-xrc? ( openmpi_fabrics_ofed ) openmpi_ofed_features_udcm? ( openmpi_fabrics_ofed ) openmpi_ofed_features_rdmacm? ( openmpi_fabrics_ofed ) openmpi_ofed_features_dynamic-sl? ( openmpi_fabrics_ofed ) openmpi_ofed_features_failover? ( openmpi_fabrics_ofed ) SLOT=0 SRC_URI=http://www.open-mpi.org/software/ompi/v2.0/downloads/openmpi-2.0.1.tar.bz2 -_eclasses_=cuda e8857dd1a7c161259295205ce0220046 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 fortran-2 8200fc942c3b3c1fc75d4d5bfd0ba7a2 java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 a50950a73b5d5db46f42638e2996a087 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=cuda f150e667cc5826799d86be0fff518252 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 fortran-2 8200fc942c3b3c1fc75d4d5bfd0ba7a2 java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 a50950a73b5d5db46f42638e2996a087 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=0d8b067be28f19b209e68a175cd44e58 diff --git a/metadata/md5-cache/sys-cluster/sanlock-3.4.0 b/metadata/md5-cache/sys-cluster/sanlock-3.4.0 index 6bf849e8207a..2455eaf317c0 100644 --- a/metadata/md5-cache/sys-cluster/sanlock-3.4.0 +++ b/metadata/md5-cache/sys-cluster/sanlock-3.4.0 @@ -11,4 +11,4 @@ REQUIRED_USE=python? ( || ( python_targets_python2_7 python_targets_python3_4 py SLOT=0 SRC_URI=https://git.fedorahosted.org/cgit/sanlock.git/snapshot/sanlock-3.4.0.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 linux-info af49d8ab3be91bb1d38b7201dc9e5123 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 systemd 5b6ca8b2fc1307ca593223f327342c96 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 user 80aaa71614ced86f02ee1a513821dc87 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=15a7f03e62a60c507f1d688e61061e98 +_md5_=9a1b2a8f37d74de4c04bc55b5d29c4d4 diff --git a/metadata/md5-cache/sys-devel/libtool-2.4.6-r2 b/metadata/md5-cache/sys-devel/libtool-2.4.6-r2 index 05d7c1d70939..fa79fdcc25d3 100644 --- a/metadata/md5-cache/sys-devel/libtool-2.4.6-r2 +++ b/metadata/md5-cache/sys-devel/libtool-2.4.6-r2 @@ -4,10 +4,10 @@ DESCRIPTION=A shared library tool for developers EAPI=4 HOMEPAGE=https://www.gnu.org/software/libtool/ IUSE=vanilla -KEYWORDS=alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd LICENSE=GPL-2 RDEPEND=sys-devel/gnuconfig >=sys-devel/autoconf-2.69 >=sys-devel/automake-1.13 dev-libs/libltdl:0 SLOT=2 SRC_URI=mirror://gnu/libtool/libtool-2.4.6.tar.xz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils b83a2420b796f7c6eff682679d08fe25 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be -_md5_=677c54a4c464afb2d5188cee962b78c4 +_md5_=6bc6bde10da0b2440962642d2fbe3a50 diff --git a/metadata/md5-cache/sys-fs/mdadm-3.4 b/metadata/md5-cache/sys-fs/mdadm-3.4 index 6235ec840680..a625b788c3a2 100644 --- a/metadata/md5-cache/sys-fs/mdadm-3.4 +++ b/metadata/md5-cache/sys-fs/mdadm-3.4 @@ -4,11 +4,11 @@ DESCRIPTION=A useful tool for running RAID systems - it can be used as a replace EAPI=5 HOMEPAGE=http://neil.brown.name/blog/mdadm IUSE=static -KEYWORDS=~alpha amd64 ~arm ~hppa ia64 ~mips ppc ~ppc64 sparc x86 +KEYWORDS=~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 sparc x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/util-linux-2.16 RESTRICT=test SLOT=0 SRC_URI=mirror://kernel/linux/utils/raid/mdadm/mdadm-3.4.tar.xz mirror://debian/pool/main/m/mdadm/mdadm_3.3.4-1.1.debian.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 systemd 5b6ca8b2fc1307ca593223f327342c96 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 udev 73058269b3e70e34e084fa3981282338 -_md5_=ebbcf2f82342eb208190c22f41c759ea +_md5_=a4b76fe993051703c7419459e414b1f1 diff --git a/metadata/md5-cache/sys-fs/ntfs3g-2016.2.22-r1 b/metadata/md5-cache/sys-fs/ntfs3g-2016.2.22-r1 index 4ce21fe0d3c8..be06de44ea32 100644 --- a/metadata/md5-cache/sys-fs/ntfs3g-2016.2.22-r1 +++ b/metadata/md5-cache/sys-fs/ntfs3g-2016.2.22-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Open source read-write NTFS driver that runs under FUSE EAPI=5 HOMEPAGE=http://www.tuxera.com/community/ntfs-3g-download/ IUSE=acl debug +external-fuse ntfsdecrypt +ntfsprogs static-libs suid xattr -KEYWORDS=alpha amd64 arm ppc ~ppc64 ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux +KEYWORDS=alpha amd64 arm ppc ppc64 ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux LICENSE=GPL-2 RDEPEND=!=dev-libs/libgcrypt-1.2.2:0 >=net-libs/gnutls-1.4.4 ) external-fuse? ( >=sys-fs/fuse-2.8.0 ) SLOT=0/87 SRC_URI=http://tuxera.com/opensource/ntfs-3g_ntfsprogs-2016.2.22.tgz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 libtool 4890219c51da247200223277f993e054 linux-info af49d8ab3be91bb1d38b7201dc9e5123 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 udev 73058269b3e70e34e084fa3981282338 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=7bc9ab56b15df2bcdd66cbd818f297fa +_md5_=37047b5321d2d5bed1ce89d74971b281 diff --git a/metadata/md5-cache/sys-fs/udisks-2.1.7 b/metadata/md5-cache/sys-fs/udisks-2.1.7 index 22c60db8803d..303ee0526bcc 100644 --- a/metadata/md5-cache/sys-fs/udisks-2.1.7 +++ b/metadata/md5-cache/sys-fs/udisks-2.1.7 @@ -4,10 +4,10 @@ DESCRIPTION=Daemon providing interfaces to work with storage devices EAPI=5 HOMEPAGE=https://www.freedesktop.org/wiki/Software/udisks IUSE=acl debug cryptsetup +gptfdisk +introspection selinux systemd -KEYWORDS=alpha amd64 arm ~arm64 ia64 ~mips ppc ~ppc64 ~sh sparc x86 +KEYWORDS=alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 ~sh sparc x86 LICENSE=GPL-2 RDEPEND=>=dev-libs/glib-2.36:2 >=dev-libs/libatasmart-0.19 >=sys-auth/polkit-0.110 >=virtual/libgudev-165:= virtual/udev acl? ( virtual/acl ) introspection? ( >=dev-libs/gobject-introspection-1.30:= ) systemd? ( >=sys-apps/systemd-209 ) >=sys-apps/util-linux-2.20.1-r2 >=sys-block/parted-3 virtual/eject cryptsetup? ( sys-fs/cryptsetup[udev(+)] sys-fs/lvm2[udev(+)] ) gptfdisk? ( >=sys-apps/gptfdisk-0.8 ) selinux? ( sec-policy/selinux-devicekit ) SLOT=2 SRC_URI=https://udisks.freedesktop.org/releases/udisks-2.1.7.tar.bz2 _eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils b83a2420b796f7c6eff682679d08fe25 linux-info af49d8ab3be91bb1d38b7201dc9e5123 multilib 165fc17c38d1b11dac2008280dab6e80 systemd 5b6ca8b2fc1307ca593223f327342c96 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 udev 73058269b3e70e34e084fa3981282338 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=2c59191ec95b4cbb5c908406a5bf6166 +_md5_=c7917d8f1069d63419f2a377da18f3f1 diff --git a/metadata/md5-cache/sys-kernel/genkernel-3.5.0.8 b/metadata/md5-cache/sys-kernel/genkernel-3.5.0.8 new file mode 100644 index 000000000000..613d09a1c6dc --- /dev/null +++ b/metadata/md5-cache/sys-kernel/genkernel-3.5.0.8 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install postinst prepare pretend unpack +DEPEND=sys-fs/e2fsprogs selinux? ( sys-libs/libselinux ) +DESCRIPTION=Gentoo automatic kernel building scripts +EAPI=5 +HOMEPAGE=https://www.gentoo.org +IUSE=cryptsetup ibm +firmware selinux +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=sys-fs/e2fsprogs selinux? ( sys-libs/libselinux ) cryptsetup? ( sys-fs/cryptsetup ) app-arch/cpio >=app-misc/pax-utils-0.2.1 firmware? ( sys-kernel/linux-firmware ) !=app-misc/pax-utils-0.2.1 firmware? ( sys-kernel/linux-firmware ) !=sys-fs/dmraid-1.0.0_rc16 ) gpg? ( app-crypt/gnupg ) iscsi? ( sys-block/open-iscsi ) mdadm? ( sys-fs/mdadm ) plymouth? ( sys-boot/plymouth ) app-portage/portage-utils app-arch/cpio >=app-misc/pax-utils-0.6 ! genkernel-next-65.tar.gz _eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=5bb270d8785af0a6114ee326e9521236 +_md5_=d680457677641695344ec036f2c76dd0 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-4.4.39 b/metadata/md5-cache/sys-kernel/gentoo-sources-4.4.39 index 585d8cd11a88..d0549b758b4c 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-4.4.39 +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-4.4.39 @@ -4,11 +4,11 @@ DESCRIPTION=Full sources including the Gentoo patchset for the 4.4 kernel tree EAPI=5 HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches IUSE=experimental symlink build -KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 +KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 LICENSE=GPL-2 freedist RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) RESTRICT=binchecks strip SLOT=4.4.39 SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.4.tar.xz mirror://gentoo/genpatches-4.4-43.base.tar.xz mirror://gentoo/genpatches-4.4-43.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.4-43.experimental.tar.xz ) _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 kernel-2 d6e1dc6b6c76281d9b644966393069ef multilib 165fc17c38d1b11dac2008280dab6e80 python-any-r1 1c20f9b800324335a8e3b137363362e8 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=56910f2398ad360117e6ebd5ec9062ad +_md5_=d8c957b8277d8110f30dd4a353ffad92 diff --git a/metadata/md5-cache/sys-kernel/linux-headers-4.4 b/metadata/md5-cache/sys-kernel/linux-headers-4.4 index 137331425847..d44205c75fbb 100644 --- a/metadata/md5-cache/sys-kernel/linux-headers-4.4 +++ b/metadata/md5-cache/sys-kernel/linux-headers-4.4 @@ -4,11 +4,11 @@ DESCRIPTION=Linux system headers EAPI=4 HOMEPAGE=https://www.kernel.org/ https://www.gentoo.org/ IUSE=crosscompile_opts_headers-only -KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ~ppc64 s390 sh ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux +KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux LICENSE=GPL-2 RDEPEND=!!media-sound/alsa-headers RESTRICT=binchecks strip SLOT=0 SRC_URI=mirror://gentoo/gentoo-headers-base-4.4.tar.xz mirror://gentoo/gentoo-headers-4.4-1.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 kernel-2 d6e1dc6b6c76281d9b644966393069ef multilib 165fc17c38d1b11dac2008280dab6e80 python-any-r1 1c20f9b800324335a8e3b137363362e8 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=48e2fd3c04c911ab0ef8c7873eebd6b0 +_md5_=e0ba162f15d789af72726489e8668d3b diff --git a/metadata/md5-cache/sys-libs/newlib-2.5.0 b/metadata/md5-cache/sys-libs/newlib-2.5.0 new file mode 100644 index 000000000000..2dcac13e308e --- /dev/null +++ b/metadata/md5-cache/sys-libs/newlib-2.5.0 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install setup +DESCRIPTION=Newlib is a C library intended for use on embedded systems +EAPI=6 +HOMEPAGE=https://sourceware.org/newlib/ +IUSE=nls threads unicode crosscompile_opts_headers-only +KEYWORDS=-* ~arm ~hppa ~m68k ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 +LICENSE=NEWLIB LIBGLOSS GPL-2 +RESTRICT=strip +SLOT=0 +SRC_URI=ftp://sourceware.org/pub/newlib/newlib-2.5.0.tar.gz +_eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 +_md5_=030af05827eb77524901389417025077 diff --git a/metadata/md5-cache/sys-libs/newlib-9999 b/metadata/md5-cache/sys-libs/newlib-9999 index bd7fa3ab5f51..7f52f25f3cae 100644 --- a/metadata/md5-cache/sys-libs/newlib-9999 +++ b/metadata/md5-cache/sys-libs/newlib-9999 @@ -1,11 +1,11 @@ -DEFINED_PHASES=compile configure install prepare setup unpack +DEFINED_PHASES=compile configure install setup unpack DEPEND=>=dev-vcs/git-1.8.2.1 DESCRIPTION=Newlib is a C library intended for use on embedded systems -EAPI=4 +EAPI=6 HOMEPAGE=https://sourceware.org/newlib/ IUSE=nls threads unicode crosscompile_opts_headers-only LICENSE=NEWLIB LIBGLOSS GPL-2 RESTRICT=strip SLOT=0 _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 git-r3 e928b84a9f6f1d9076d1d27687876dc6 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=8f9aaf84dafcadc745ef787018395476 +_md5_=030af05827eb77524901389417025077 diff --git a/metadata/md5-cache/sys-libs/zlib-1.2.10 b/metadata/md5-cache/sys-libs/zlib-1.2.10 new file mode 100644 index 000000000000..33e6f4197ee3 --- /dev/null +++ b/metadata/md5-cache/sys-libs/zlib-1.2.10 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=minizip? ( !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 ) +DESCRIPTION=Standard (de)compression library +EAPI=5 +HOMEPAGE=http://www.zlib.net/ +IUSE=minizip 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 ~sparc-fbsd ~x86-fbsd +LICENSE=ZLIB +RDEPEND=abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) !=media-libs/gd-2[png] ) snmp? ( net-analyzer/net-snmp ) usb? ( virtual/libusb:0 ) ssl? ( >=dev-libs/openssl-1 ) tcpd? ( sys-apps/tcp-wrappers ) xml? ( >=net-libs/neon-0.25.0 ) ipmi? ( sys-libs/freeipmi ) zeroconf? ( net-dns/avahi ) virtual/udev selinux? ( sec-policy/selinux-nut ) REQUIRED_USE=ups_drivers_usbhid-ups? ( usb ) ups_drivers_bcmxcp_usb? ( usb ) ups_drivers_tripplite_usb? ( usb ) ups_drivers_blazer_usb? ( usb ) ups_drivers_richcomm_usb? ( usb ) ups_drivers_riello_usb? ( usb ) ups_drivers_nutdrv_qx? ( usb ) ups_drivers_netxml-ups? ( xml ) ups_drivers_snmp-ups? ( snmp ) ups_drivers_nut-ipmipsu? ( ipmi ) SLOT=0 SRC_URI=http://random.networkupstools.org/source/2.7/nut-2.7.3.tar.gz http://www.networkupstools.org/source/2.7/nut-2.7.3.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils b83a2420b796f7c6eff682679d08fe25 fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 systemd 5b6ca8b2fc1307ca593223f327342c96 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 user 80aaa71614ced86f02ee1a513821dc87 -_md5_=fba18c47f73769191ac193dc2be06e79 +_md5_=58d2d7c2040a48d41b543f380acdff98 diff --git a/metadata/md5-cache/sys-power/pm-utils-1.4.1-r7 b/metadata/md5-cache/sys-power/pm-utils-1.4.1-r7 index f25993695c61..79e19abbc815 100644 --- a/metadata/md5-cache/sys-power/pm-utils-1.4.1-r7 +++ b/metadata/md5-cache/sys-power/pm-utils-1.4.1-r7 @@ -4,10 +4,10 @@ DESCRIPTION=Suspend and hibernation utilities EAPI=5 HOMEPAGE=https://pm-utils.freedesktop.org/ IUSE=alsa debug ntp video_cards_intel video_cards_radeon -KEYWORDS=alpha amd64 ~arm ~arm64 ~ia64 ~mips ppc ~ppc64 ~sparc x86 +KEYWORDS=alpha amd64 ~arm ~arm64 ~ia64 ~mips ppc ppc64 ~sparc x86 LICENSE=GPL-2 RDEPEND=!=sys-apps/util-linux-2.13 sys-power/pm-quirks alsa? ( media-sound/alsa-utils ) ntp? ( || ( net-misc/ntp net-misc/openntpd ) ) amd64? ( !video_cards_intel? ( sys-apps/vbetool ) ) x86? ( !video_cards_intel? ( sys-apps/vbetool ) ) video_cards_radeon? ( app-laptop/radeontool ) SLOT=0 SRC_URI=https://pm-utils.freedesktop.org/releases/pm-utils-1.4.1.tar.gz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=2f1d1d650a7c65e1fbdfa7da77552a97 +_md5_=78b5966442e521d80f0b02f5e16eb40d diff --git a/metadata/md5-cache/sys-power/upower-0.99.4 b/metadata/md5-cache/sys-power/upower-0.99.4 index cd3eec671253..eb97e5fb5a57 100644 --- a/metadata/md5-cache/sys-power/upower-0.99.4 +++ b/metadata/md5-cache/sys-power/upower-0.99.4 @@ -4,10 +4,10 @@ DESCRIPTION=D-Bus abstraction for enumerating power devices, querying history an EAPI=5 HOMEPAGE=https://upower.freedesktop.org/ IUSE=doc +introspection ios kernel_FreeBSD kernel_linux selinux -KEYWORDS=alpha amd64 arm ~arm64 ia64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd +KEYWORDS=alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd LICENSE=GPL-2 RDEPEND=>=dev-libs/dbus-glib-0.100 >=dev-libs/glib-2.34:2 sys-apps/dbus:= introspection? ( dev-libs/gobject-introspection:= ) kernel_linux? ( virtual/libusb:1 virtual/libgudev:= virtual/udev ios? ( >=app-pda/libimobiledevice-1:= >=app-pda/libplist-1:= ) ) selinux? ( sec-policy/selinux-devicekit ) SLOT=0/3 SRC_URI=https://upower.freedesktop.org/releases/upower-0.99.4.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 systemd 5b6ca8b2fc1307ca593223f327342c96 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=27599ef5fd3559895856096a031458e9 +_md5_=2efed282593ba6c4d814ff6b0aca351c diff --git a/metadata/md5-cache/sys-process/tini-0.10.0 b/metadata/md5-cache/sys-process/tini-0.10.0 deleted file mode 100644 index 1a08b4fd21f6..000000000000 --- a/metadata/md5-cache/sys-process/tini-0.10.0 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=app-editors/vim-core sys-devel/make >=dev-util/cmake-3.5.2 -DESCRIPTION=A tiny but valid init for containers -EAPI=6 -HOMEPAGE=https://github.com/krallin/tini -IUSE=static -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -SLOT=0 -SRC_URI=https://github.com/krallin/tini/archive/v0.10.0.tar.gz -> tini-0.10.0.tar.gz -_eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=20839561d450fdae3073e0d855cb6a4c diff --git a/metadata/md5-cache/sys-process/tini-0.11.0 b/metadata/md5-cache/sys-process/tini-0.11.0 deleted file mode 100644 index 6ade84080034..000000000000 --- a/metadata/md5-cache/sys-process/tini-0.11.0 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=app-editors/vim-core sys-devel/make >=dev-util/cmake-3.5.2 -DESCRIPTION=A tiny but valid init for containers -EAPI=6 -HOMEPAGE=https://github.com/krallin/tini -IUSE=+args static -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -SLOT=0 -SRC_URI=https://github.com/krallin/tini/archive/v0.11.0.tar.gz -> tini-0.11.0.tar.gz -_eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=52f45a7a497871abbbd1cff6e577b58e diff --git a/metadata/md5-cache/sys-process/tini-0.13.0 b/metadata/md5-cache/sys-process/tini-0.13.2 similarity index 71% rename from metadata/md5-cache/sys-process/tini-0.13.0 rename to metadata/md5-cache/sys-process/tini-0.13.2 index b4394f068110..b2293972346a 100644 --- a/metadata/md5-cache/sys-process/tini-0.13.0 +++ b/metadata/md5-cache/sys-process/tini-0.13.2 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=app-editors/vim-core sys-devel/make >=dev-util/cmake-3.5.2 +DEPEND=sys-devel/make >=dev-util/cmake-3.5.2 DESCRIPTION=A tiny but valid init for containers EAPI=6 HOMEPAGE=https://github.com/krallin/tini @@ -7,6 +7,6 @@ IUSE=+args static KEYWORDS=~amd64 ~x86 LICENSE=MIT SLOT=0 -SRC_URI=https://github.com/krallin/tini/archive/v0.13.0.tar.gz -> tini-0.13.0.tar.gz +SRC_URI=https://github.com/krallin/tini/archive/v0.13.2.tar.gz -> tini-0.13.2.tar.gz _eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=2d2544953168f6cfe73d83d6b8637fa6 +_md5_=4791c6ea9dcbd4b83363af89478ed42a diff --git a/metadata/md5-cache/www-apps/owncloud-8.1.10 b/metadata/md5-cache/www-apps/owncloud-8.1.10 deleted file mode 100644 index 6e0276f430a0..000000000000 --- a/metadata/md5-cache/www-apps/owncloud-8.1.10 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=install postinst prepare prerm setup -DEPEND=>=app-admin/webapp-config-1.50.15 -DESCRIPTION=Web-based storage application where all your data is under your own control -EAPI=5 -HOMEPAGE=http://owncloud.org -IUSE=+curl mysql postgres +sqlite vhosts -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=AGPL-3 -RDEPEND=dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlwriter,zip] virtual/httpd-php >=app-admin/webapp-config-1.50.15 -REQUIRED_USE=|| ( mysql postgres sqlite ) -SLOT=8.1.10 -SRC_URI=http://download.owncloud.org/community/owncloud-8.1.10.tar.bz2 -> owncloud-8.1.10.tar.bz2 -_eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 webapp 42c6ef7af496b228f9854b3c81e4b226 -_md5_=dadb19912af19e8439e08a4d9a2ef1fb diff --git a/metadata/md5-cache/www-apps/owncloud-8.1.11 b/metadata/md5-cache/www-apps/owncloud-8.1.11 index ed2221f99734..b2704ad26091 100644 --- a/metadata/md5-cache/www-apps/owncloud-8.1.11 +++ b/metadata/md5-cache/www-apps/owncloud-8.1.11 @@ -6,9 +6,9 @@ HOMEPAGE=http://owncloud.org IUSE=+curl mysql postgres +sqlite vhosts KEYWORDS=~amd64 ~arm ~x86 LICENSE=AGPL-3 -RDEPEND=dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlwriter,zip] virtual/httpd-php >=app-admin/webapp-config-1.50.15 +RDEPEND=dev-lang/php:5.6[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlwriter,zip] virtual/httpd-php:5.6 >=app-admin/webapp-config-1.50.15 REQUIRED_USE=|| ( mysql postgres sqlite ) SLOT=8.1.11 SRC_URI=http://download.owncloud.org/community/owncloud-8.1.11.tar.bz2 -> owncloud-8.1.11.tar.bz2 _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 webapp 42c6ef7af496b228f9854b3c81e4b226 -_md5_=dadb19912af19e8439e08a4d9a2ef1fb +_md5_=52d6e00b28f5b17c1c418e29131ce56b diff --git a/metadata/md5-cache/www-apps/owncloud-8.2.8 b/metadata/md5-cache/www-apps/owncloud-8.2.8 deleted file mode 100644 index 968c629e6057..000000000000 --- a/metadata/md5-cache/www-apps/owncloud-8.2.8 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=install postinst prepare prerm setup -DEPEND=>=app-admin/webapp-config-1.50.15 -DESCRIPTION=Web-based storage application where all your data is under your own control -EAPI=5 -HOMEPAGE=http://owncloud.org -IUSE=+curl mysql postgres +sqlite vhosts -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=AGPL-3 -RDEPEND=dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlwriter,zip] virtual/httpd-php >=app-admin/webapp-config-1.50.15 -REQUIRED_USE=|| ( mysql postgres sqlite ) -SLOT=8.2.8 -SRC_URI=http://download.owncloud.org/community/owncloud-8.2.8.tar.bz2 -> owncloud-8.2.8.tar.bz2 -_eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 webapp 42c6ef7af496b228f9854b3c81e4b226 -_md5_=dadb19912af19e8439e08a4d9a2ef1fb diff --git a/metadata/md5-cache/www-apps/owncloud-8.2.9 b/metadata/md5-cache/www-apps/owncloud-8.2.9 index c679cc6204fc..49fc02c9fa3d 100644 --- a/metadata/md5-cache/www-apps/owncloud-8.2.9 +++ b/metadata/md5-cache/www-apps/owncloud-8.2.9 @@ -6,9 +6,9 @@ HOMEPAGE=http://owncloud.org IUSE=+curl mysql postgres +sqlite vhosts KEYWORDS=~amd64 ~arm ~x86 LICENSE=AGPL-3 -RDEPEND=dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlwriter,zip] virtual/httpd-php >=app-admin/webapp-config-1.50.15 +RDEPEND==app-admin/webapp-config-1.50.15 REQUIRED_USE=|| ( mysql postgres sqlite ) SLOT=8.2.9 SRC_URI=http://download.owncloud.org/community/owncloud-8.2.9.tar.bz2 -> owncloud-8.2.9.tar.bz2 _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 webapp 42c6ef7af496b228f9854b3c81e4b226 -_md5_=dadb19912af19e8439e08a4d9a2ef1fb +_md5_=d2ce988d20e359068ba25645846dba76 diff --git a/metadata/md5-cache/www-apps/owncloud-9.0.5 b/metadata/md5-cache/www-apps/owncloud-9.0.5 deleted file mode 100644 index c61aee555906..000000000000 --- a/metadata/md5-cache/www-apps/owncloud-9.0.5 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=install postinst prerm setup -DEPEND=>=app-admin/webapp-config-1.50.15 -DESCRIPTION=Web-based storage application where all your data is under your own control -EAPI=6 -HOMEPAGE=http://owncloud.org -IUSE=+curl mysql postgres +sqlite vhosts -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=AGPL-3 -RDEPEND=dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlreader,xmlwriter,zip] virtual/httpd-php >=app-admin/webapp-config-1.50.15 -REQUIRED_USE=|| ( mysql postgres sqlite ) -SLOT=9.0.5 -SRC_URI=http://download.owncloud.org/community/owncloud-9.0.5.tar.bz2 -> owncloud-9.0.5.tar.bz2 -_eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 webapp 42c6ef7af496b228f9854b3c81e4b226 -_md5_=9b973861c6df896e271069b5497c38b7 diff --git a/metadata/md5-cache/www-apps/owncloud-9.0.6 b/metadata/md5-cache/www-apps/owncloud-9.0.6 deleted file mode 100644 index 33da223b74a8..000000000000 --- a/metadata/md5-cache/www-apps/owncloud-9.0.6 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=install postinst prerm setup -DEPEND=>=app-admin/webapp-config-1.50.15 -DESCRIPTION=Web-based storage application where all your data is under your own control -EAPI=6 -HOMEPAGE=http://owncloud.org -IUSE=+curl mysql postgres +sqlite vhosts -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=AGPL-3 -RDEPEND=dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlreader,xmlwriter,zip] virtual/httpd-php >=app-admin/webapp-config-1.50.15 -REQUIRED_USE=|| ( mysql postgres sqlite ) -SLOT=9.0.6 -SRC_URI=http://download.owncloud.org/community/owncloud-9.0.6.tar.bz2 -> owncloud-9.0.6.tar.bz2 -_eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 webapp 42c6ef7af496b228f9854b3c81e4b226 -_md5_=9b973861c6df896e271069b5497c38b7 diff --git a/metadata/md5-cache/www-apps/owncloud-9.0.7 b/metadata/md5-cache/www-apps/owncloud-9.0.7 index b194a8b79b0d..9200471357dc 100644 --- a/metadata/md5-cache/www-apps/owncloud-9.0.7 +++ b/metadata/md5-cache/www-apps/owncloud-9.0.7 @@ -6,9 +6,9 @@ HOMEPAGE=http://owncloud.org IUSE=+curl mysql postgres +sqlite vhosts KEYWORDS=~amd64 ~arm ~x86 LICENSE=AGPL-3 -RDEPEND=dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlreader,xmlwriter,zip] virtual/httpd-php >=app-admin/webapp-config-1.50.15 +RDEPEND==app-admin/webapp-config-1.50.15 REQUIRED_USE=|| ( mysql postgres sqlite ) SLOT=9.0.7 SRC_URI=http://download.owncloud.org/community/owncloud-9.0.7.tar.bz2 -> owncloud-9.0.7.tar.bz2 _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 webapp 42c6ef7af496b228f9854b3c81e4b226 -_md5_=9b973861c6df896e271069b5497c38b7 +_md5_=00ea3b61819d81422b7cea20cf302fde diff --git a/metadata/md5-cache/www-apps/owncloud-9.1.1 b/metadata/md5-cache/www-apps/owncloud-9.1.1 deleted file mode 100644 index c2aba96faf81..000000000000 --- a/metadata/md5-cache/www-apps/owncloud-9.1.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=install postinst prerm setup -DEPEND=>=app-admin/webapp-config-1.50.15 -DESCRIPTION=Web-based storage application where all your data is under your own control -EAPI=6 -HOMEPAGE=http://owncloud.org -IUSE=+curl mysql postgres +sqlite vhosts -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=AGPL-3 -RDEPEND=dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlreader,xmlwriter,zip] virtual/httpd-php >=app-admin/webapp-config-1.50.15 -REQUIRED_USE=|| ( mysql postgres sqlite ) -SLOT=9.1.1 -SRC_URI=http://download.owncloud.org/community/owncloud-9.1.1.tar.bz2 -> owncloud-9.1.1.tar.bz2 -_eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 webapp 42c6ef7af496b228f9854b3c81e4b226 -_md5_=9b973861c6df896e271069b5497c38b7 diff --git a/metadata/md5-cache/www-apps/owncloud-9.1.2 b/metadata/md5-cache/www-apps/owncloud-9.1.2 deleted file mode 100644 index 6d1c87bf8b9a..000000000000 --- a/metadata/md5-cache/www-apps/owncloud-9.1.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=install postinst prerm setup -DEPEND=>=app-admin/webapp-config-1.50.15 -DESCRIPTION=Web-based storage application where all your data is under your own control -EAPI=6 -HOMEPAGE=http://owncloud.org -IUSE=+curl mysql postgres +sqlite vhosts -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=AGPL-3 -RDEPEND=dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlreader,xmlwriter,zip] virtual/httpd-php >=app-admin/webapp-config-1.50.15 -REQUIRED_USE=|| ( mysql postgres sqlite ) -SLOT=9.1.2 -SRC_URI=http://download.owncloud.org/community/owncloud-9.1.2.tar.bz2 -> owncloud-9.1.2.tar.bz2 -_eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 webapp 42c6ef7af496b228f9854b3c81e4b226 -_md5_=9b973861c6df896e271069b5497c38b7 diff --git a/metadata/md5-cache/www-apps/owncloud-9.1.3 b/metadata/md5-cache/www-apps/owncloud-9.1.3 index 516e9d140db4..704dacbeed93 100644 --- a/metadata/md5-cache/www-apps/owncloud-9.1.3 +++ b/metadata/md5-cache/www-apps/owncloud-9.1.3 @@ -6,9 +6,9 @@ HOMEPAGE=http://owncloud.org IUSE=+curl mysql postgres +sqlite vhosts KEYWORDS=~amd64 ~arm ~x86 LICENSE=AGPL-3 -RDEPEND=dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlreader,xmlwriter,zip] virtual/httpd-php >=app-admin/webapp-config-1.50.15 +RDEPEND==app-admin/webapp-config-1.50.15 REQUIRED_USE=|| ( mysql postgres sqlite ) SLOT=9.1.3 SRC_URI=http://download.owncloud.org/community/owncloud-9.1.3.tar.bz2 -> owncloud-9.1.3.tar.bz2 _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 webapp 42c6ef7af496b228f9854b3c81e4b226 -_md5_=9b973861c6df896e271069b5497c38b7 +_md5_=00ea3b61819d81422b7cea20cf302fde diff --git a/metadata/md5-cache/www-client/firefox-bin-45.6.0 b/metadata/md5-cache/www-client/firefox-bin-45.6.0 index 881650919705..c108ffdeeadb 100644 --- a/metadata/md5-cache/www-client/firefox-bin-45.6.0 +++ b/metadata/md5-cache/www-client/firefox-bin-45.6.0 @@ -4,11 +4,11 @@ DESCRIPTION=Firefox Web Browser EAPI=5 HOMEPAGE=http://www.mozilla.com/firefox IUSE=selinux startup-notification l10n_ach l10n_af l10n_an l10n_ar l10n_as l10n_ast l10n_az l10n_be l10n_bg l10n_bn-BD l10n_bn-IN l10n_br l10n_bs l10n_ca l10n_cs l10n_cy l10n_da l10n_de l10n_el l10n_en-GB l10n_en-ZA l10n_eo l10n_es-AR l10n_es-CL l10n_es-ES l10n_es-MX l10n_et l10n_eu l10n_fa l10n_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_gu l10n_he l10n_hi l10n_hr l10n_hsb l10n_hu l10n_hy l10n_id l10n_is l10n_it l10n_ja l10n_kk l10n_km l10n_kn l10n_ko l10n_lt l10n_lv l10n_mai l10n_mk l10n_ml l10n_mr l10n_ms l10n_nb l10n_nl l10n_nn l10n_or l10n_pa l10n_pl l10n_pt-BR l10n_pt-PT l10n_rm l10n_ro l10n_ru l10n_si l10n_sk l10n_sl l10n_son l10n_sq l10n_sr l10n_sv l10n_ta l10n_te l10n_th l10n_tr l10n_uk l10n_uz l10n_vi l10n_xh l10n_zh-CN l10n_zh-TW -KEYWORDS=-* ~amd64 ~x86 +KEYWORDS=-* amd64 x86 LICENSE=MPL-2.0 GPL-2 LGPL-2.1 RDEPEND=dev-libs/atk >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 >=dev-libs/glib-2.26:2 >=media-libs/alsa-lib-1.0.16 media-libs/fontconfig >=media-libs/freetype-2.4.10 >=x11-libs/cairo-1.10[X] x11-libs/gdk-pixbuf >=x11-libs/gtk+-2.18:2 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt >=x11-libs/pango-1.22.0 virtual/freedesktop-icon-theme selinux? ( sec-policy/selinux-mozilla ) RESTRICT=strip mirror SLOT=0 SRC_URI=l10n_ach? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/ach.xpi -> firefox-45.6.0esr-ach.xpi ) l10n_af? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/af.xpi -> firefox-45.6.0esr-af.xpi ) l10n_an? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/an.xpi -> firefox-45.6.0esr-an.xpi ) l10n_ar? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/ar.xpi -> firefox-45.6.0esr-ar.xpi ) l10n_as? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/as.xpi -> firefox-45.6.0esr-as.xpi ) l10n_ast? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/ast.xpi -> firefox-45.6.0esr-ast.xpi ) l10n_az? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/az.xpi -> firefox-45.6.0esr-az.xpi ) l10n_be? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/be.xpi -> firefox-45.6.0esr-be.xpi ) l10n_bg? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/bg.xpi -> firefox-45.6.0esr-bg.xpi ) l10n_bn-BD? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/bn-BD.xpi -> firefox-45.6.0esr-bn-BD.xpi ) l10n_bn-IN? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/bn-IN.xpi -> firefox-45.6.0esr-bn-IN.xpi ) l10n_br? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/br.xpi -> firefox-45.6.0esr-br.xpi ) l10n_bs? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/bs.xpi -> firefox-45.6.0esr-bs.xpi ) l10n_ca? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/ca.xpi -> firefox-45.6.0esr-ca.xpi ) l10n_cs? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/cs.xpi -> firefox-45.6.0esr-cs.xpi ) l10n_cy? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/cy.xpi -> firefox-45.6.0esr-cy.xpi ) l10n_da? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/da.xpi -> firefox-45.6.0esr-da.xpi ) l10n_de? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/de.xpi -> firefox-45.6.0esr-de.xpi ) l10n_el? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/el.xpi -> firefox-45.6.0esr-el.xpi ) l10n_en-GB? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/en-GB.xpi -> firefox-45.6.0esr-en-GB.xpi ) l10n_en-ZA? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/en-ZA.xpi -> firefox-45.6.0esr-en-ZA.xpi ) l10n_eo? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/eo.xpi -> firefox-45.6.0esr-eo.xpi ) l10n_es-AR? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/es-AR.xpi -> firefox-45.6.0esr-es-AR.xpi ) l10n_es-CL? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/es-CL.xpi -> firefox-45.6.0esr-es-CL.xpi ) l10n_es-ES? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/es-ES.xpi -> firefox-45.6.0esr-es-ES.xpi ) l10n_es-MX? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/es-MX.xpi -> firefox-45.6.0esr-es-MX.xpi ) l10n_et? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/et.xpi -> firefox-45.6.0esr-et.xpi ) l10n_eu? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/eu.xpi -> firefox-45.6.0esr-eu.xpi ) l10n_fa? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/fa.xpi -> firefox-45.6.0esr-fa.xpi ) l10n_fi? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/fi.xpi -> firefox-45.6.0esr-fi.xpi ) l10n_fr? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/fr.xpi -> firefox-45.6.0esr-fr.xpi ) l10n_fy? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/fy-NL.xpi -> firefox-45.6.0esr-fy-NL.xpi ) l10n_ga? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/ga-IE.xpi -> firefox-45.6.0esr-ga-IE.xpi ) l10n_gd? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/gd.xpi -> firefox-45.6.0esr-gd.xpi ) l10n_gl? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/gl.xpi -> firefox-45.6.0esr-gl.xpi ) l10n_gu? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/gu-IN.xpi -> firefox-45.6.0esr-gu-IN.xpi ) l10n_he? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/he.xpi -> firefox-45.6.0esr-he.xpi ) l10n_hi? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/hi-IN.xpi -> firefox-45.6.0esr-hi-IN.xpi ) l10n_hr? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/hr.xpi -> firefox-45.6.0esr-hr.xpi ) l10n_hsb? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/hsb.xpi -> firefox-45.6.0esr-hsb.xpi ) l10n_hu? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/hu.xpi -> firefox-45.6.0esr-hu.xpi ) l10n_hy? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/hy-AM.xpi -> firefox-45.6.0esr-hy-AM.xpi ) l10n_id? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/id.xpi -> firefox-45.6.0esr-id.xpi ) l10n_is? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/is.xpi -> firefox-45.6.0esr-is.xpi ) l10n_it? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/it.xpi -> firefox-45.6.0esr-it.xpi ) l10n_ja? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/ja.xpi -> firefox-45.6.0esr-ja.xpi ) l10n_kk? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/kk.xpi -> firefox-45.6.0esr-kk.xpi ) l10n_km? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/km.xpi -> firefox-45.6.0esr-km.xpi ) l10n_kn? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/kn.xpi -> firefox-45.6.0esr-kn.xpi ) l10n_ko? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/ko.xpi -> firefox-45.6.0esr-ko.xpi ) l10n_lt? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/lt.xpi -> firefox-45.6.0esr-lt.xpi ) l10n_lv? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/lv.xpi -> firefox-45.6.0esr-lv.xpi ) l10n_mai? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/mai.xpi -> firefox-45.6.0esr-mai.xpi ) l10n_mk? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/mk.xpi -> firefox-45.6.0esr-mk.xpi ) l10n_ml? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/ml.xpi -> firefox-45.6.0esr-ml.xpi ) l10n_mr? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/mr.xpi -> firefox-45.6.0esr-mr.xpi ) l10n_ms? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/ms.xpi -> firefox-45.6.0esr-ms.xpi ) l10n_nb? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/nb-NO.xpi -> firefox-45.6.0esr-nb-NO.xpi ) l10n_nl? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/nl.xpi -> firefox-45.6.0esr-nl.xpi ) l10n_nn? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/nn-NO.xpi -> firefox-45.6.0esr-nn-NO.xpi ) l10n_or? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/or.xpi -> firefox-45.6.0esr-or.xpi ) l10n_pa? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/pa-IN.xpi -> firefox-45.6.0esr-pa-IN.xpi ) l10n_pl? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/pl.xpi -> firefox-45.6.0esr-pl.xpi ) l10n_pt-BR? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/pt-BR.xpi -> firefox-45.6.0esr-pt-BR.xpi ) l10n_pt-PT? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/pt-PT.xpi -> firefox-45.6.0esr-pt-PT.xpi ) l10n_rm? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/rm.xpi -> firefox-45.6.0esr-rm.xpi ) l10n_ro? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/ro.xpi -> firefox-45.6.0esr-ro.xpi ) l10n_ru? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/ru.xpi -> firefox-45.6.0esr-ru.xpi ) l10n_si? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/si.xpi -> firefox-45.6.0esr-si.xpi ) l10n_sk? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/sk.xpi -> firefox-45.6.0esr-sk.xpi ) l10n_sl? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/sl.xpi -> firefox-45.6.0esr-sl.xpi ) l10n_son? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/son.xpi -> firefox-45.6.0esr-son.xpi ) l10n_sq? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/sq.xpi -> firefox-45.6.0esr-sq.xpi ) l10n_sr? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/sr.xpi -> firefox-45.6.0esr-sr.xpi ) l10n_sv? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/sv-SE.xpi -> firefox-45.6.0esr-sv-SE.xpi ) l10n_ta? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/ta.xpi -> firefox-45.6.0esr-ta.xpi ) l10n_te? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/te.xpi -> firefox-45.6.0esr-te.xpi ) l10n_th? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/th.xpi -> firefox-45.6.0esr-th.xpi ) l10n_tr? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/tr.xpi -> firefox-45.6.0esr-tr.xpi ) l10n_uk? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/uk.xpi -> firefox-45.6.0esr-uk.xpi ) l10n_uz? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/uz.xpi -> firefox-45.6.0esr-uz.xpi ) l10n_vi? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/vi.xpi -> firefox-45.6.0esr-vi.xpi ) l10n_xh? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/xh.xpi -> firefox-45.6.0esr-xh.xpi ) l10n_zh-CN? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/zh-CN.xpi -> firefox-45.6.0esr-zh-CN.xpi ) l10n_zh-TW? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/xpi/zh-TW.xpi -> firefox-45.6.0esr-zh-TW.xpi ) amd64? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-x86_64/en-US/firefox-45.6.0esr.tar.bz2 -> firefox-bin_x86_64-45.6.0.tar.bz2 ) x86? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/45.6.0esr/linux-i686/en-US/firefox-45.6.0esr.tar.bz2 -> firefox-bin_i686-45.6.0.tar.bz2 ) _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 fdo-mime 92d07846ea8ea54172f8c0112a47ae3d gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 mozextension 3d8ee4835f89ff39d4666656aa603433 mozlinguas-v2 b9f0deaff27b0dc5ca44cdd61be2a3fa multilib 165fc17c38d1b11dac2008280dab6e80 nsplugins bf5bfcef1d2f0adad7e6230455df8e91 pax-utils 4c2654a34ebe732e85fda354f6ee642f toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=c66f44d92382c1db3c484d428c790494 +_md5_=42083ea2e5b84c4fcfec98b0aa00fdd4 diff --git a/metadata/md5-cache/www-client/seamonkey-2.46 b/metadata/md5-cache/www-client/seamonkey-2.46 index 7408b62068f2..ba6171ea6ba9 100644 --- a/metadata/md5-cache/www-client/seamonkey-2.46 +++ b/metadata/md5-cache/www-client/seamonkey-2.46 @@ -3,12 +3,12 @@ DEPEND=>=dev-libs/nss-3.25 >=dev-libs/nspr-4.12 crypt? ( || ( ( >=app-crypt/gnup DESCRIPTION=Seamonkey Web Browser EAPI=6 HOMEPAGE=http://www.seamonkey-project.org -IUSE=+calendar +chatzilla +crypt +gmp-autoupdate +ipc minimal pulseaudio +roaming selinux test custom-cflags custom-optimization dbus debug +jemalloc neon pulseaudio selinux +skia startup-notification system-cairo system-harfbuzz system-icu system-jpeg system-libevent system-sqlite system-libvpx gtk3 wifi +jit l10n_be l10n_cs l10n_de l10n_en-GB l10n_es-AR l10n_es-ES l10n_fr l10n_gl l10n_hu l10n_it l10n_ja l10n_lt l10n_nb l10n_nl l10n_pl l10n_pt-PT l10n_ru l10n_sk l10n_sv l10n_tr l10n_uk l10n_zh-CN l10n_zh-TW +IUSE=+calendar +chatzilla +crypt +gmp-autoupdate +ipc minimal pulseaudio +roaming selinux test custom-cflags custom-optimization dbus debug +jemalloc neon pulseaudio selinux +skia startup-notification system-cairo system-harfbuzz system-icu system-jpeg system-libevent system-sqlite system-libvpx gtk3 wifi +jit l10n_be l10n_ca l10n_cs l10n_de l10n_en-GB l10n_es-AR l10n_es-ES l10n_fi l10n_fr l10n_gl l10n_hu l10n_it l10n_ja l10n_lt l10n_nb l10n_nl l10n_pl l10n_pt-PT l10n_ru l10n_sk l10n_sv l10n_tr l10n_uk l10n_zh-CN l10n_zh-TW KEYWORDS=~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 LICENSE=MPL-2.0 GPL-2 LGPL-2.1 RDEPEND=>=dev-libs/nss-3.25 >=dev-libs/nspr-4.12 crypt? ( || ( ( >=app-crypt/gnupg-2.0 || ( app-crypt/pinentry[gtk] app-crypt/pinentry[qt5] app-crypt/pinentry[qt4] ) ) =app-crypt/gnupg-1.4* ) ) >=app-text/hunspell-1.2:= dev-libs/atk dev-libs/expat >=x11-libs/cairo-1.10[X] >=x11-libs/gtk+-2.18:2 x11-libs/gdk-pixbuf >=x11-libs/pango-1.22.0 >=media-libs/libpng-1.6.21:0=[apng] >=media-libs/mesa-10.2:* media-libs/fontconfig >=media-libs/freetype-2.4.10 kernel_linux? ( media-libs/alsa-lib ) pulseaudio? ( media-sound/pulseaudio ) virtual/freedesktop-icon-theme dbus? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) >=dev-libs/glib-2.26:2 >=sys-libs/zlib-1.2.3 >=virtual/libffi-3.0.10 virtual/ffmpeg x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt system-cairo? ( >=x11-libs/cairo-1.12[X,xcb] >=x11-libs/pixman-0.19.2 ) system-icu? ( >=dev-libs/icu-56.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( =dev-libs/libevent-2.0*:0= ) system-sqlite? ( >=dev-db/sqlite-3.13.0:3[secure-delete,debug=] ) system-libvpx? ( >=media-libs/libvpx-1.5.0:0=[postproc] ) system-harfbuzz? ( >=media-libs/harfbuzz-1.2.6:0=[graphite,icu] >=media-gfx/graphite2-1.3.8 ) gtk3? ( >=x11-libs/gtk+-3.4.0:3 ) wifi? ( kernel_linux? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 net-misc/networkmanager ) ) selinux? ( sec-policy/selinux-mozilla ) REQUIRED_USE=system-harfbuzz? ( system-icu ) SLOT=0 -SRC_URI=https://archive.mozilla.org/pub/seamonkey/releases/2.46/source/seamonkey-2.46.source.tar.xz -> seamonkey-2.46.source.tar.xz l10n_be? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.be.langpack.xpi -> seamonkey-2.46-be.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.cs.langpack.xpi -> seamonkey-2.46-cs.xpi ) l10n_de? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.de.langpack.xpi -> seamonkey-2.46-de.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.en-GB.langpack.xpi -> seamonkey-2.46-en-GB.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.es-AR.langpack.xpi -> seamonkey-2.46-es-AR.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.es-ES.langpack.xpi -> seamonkey-2.46-es-ES.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.fr.langpack.xpi -> seamonkey-2.46-fr.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.gl.langpack.xpi -> seamonkey-2.46-gl.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.hu.langpack.xpi -> seamonkey-2.46-hu.xpi ) l10n_it? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.it.langpack.xpi -> seamonkey-2.46-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.ja.langpack.xpi -> seamonkey-2.46-ja.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.lt.langpack.xpi -> seamonkey-2.46-lt.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.nb-NO.langpack.xpi -> seamonkey-2.46-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.nl.langpack.xpi -> seamonkey-2.46-nl.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.pl.langpack.xpi -> seamonkey-2.46-pl.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.pt-PT.langpack.xpi -> seamonkey-2.46-pt-PT.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.ru.langpack.xpi -> seamonkey-2.46-ru.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.sk.langpack.xpi -> seamonkey-2.46-sk.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.sv-SE.langpack.xpi -> seamonkey-2.46-sv-SE.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.tr.langpack.xpi -> seamonkey-2.46-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.uk.langpack.xpi -> seamonkey-2.46-uk.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.zh-CN.langpack.xpi -> seamonkey-2.46-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.zh-TW.langpack.xpi -> seamonkey-2.46-zh-TW.xpi ) https://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-49.0-patches-03.tar.xz https://dev.gentoo.org/~axs/mozilla/patchsets/firefox-49.0-patches-03.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/firefox-49.0-patches-03.tar.xz https://dev.gentoo.org/~axs/mozilla/patchsets/seamonkey-2.46-patches-01.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/seamonkey-2.46-patches-01.tar.xz crypt? ( https://www.enigmail.net/download/source/enigmail-1.9.6.1.tar.gz ) +SRC_URI=https://archive.mozilla.org/pub/seamonkey/releases/2.46/source/seamonkey-2.46.source.tar.xz -> seamonkey-2.46.source.tar.xz l10n_be? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.be.langpack.xpi -> seamonkey-2.46-be.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.ca.langpack.xpi -> seamonkey-2.46-ca.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.cs.langpack.xpi -> seamonkey-2.46-cs.xpi ) l10n_de? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.de.langpack.xpi -> seamonkey-2.46-de.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.en-GB.langpack.xpi -> seamonkey-2.46-en-GB.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.es-AR.langpack.xpi -> seamonkey-2.46-es-AR.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.es-ES.langpack.xpi -> seamonkey-2.46-es-ES.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.fi.langpack.xpi -> seamonkey-2.46-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.fr.langpack.xpi -> seamonkey-2.46-fr.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.gl.langpack.xpi -> seamonkey-2.46-gl.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.hu.langpack.xpi -> seamonkey-2.46-hu.xpi ) l10n_it? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.it.langpack.xpi -> seamonkey-2.46-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.ja.langpack.xpi -> seamonkey-2.46-ja.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.lt.langpack.xpi -> seamonkey-2.46-lt.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.nb-NO.langpack.xpi -> seamonkey-2.46-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.nl.langpack.xpi -> seamonkey-2.46-nl.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.pl.langpack.xpi -> seamonkey-2.46-pl.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.pt-PT.langpack.xpi -> seamonkey-2.46-pt-PT.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.ru.langpack.xpi -> seamonkey-2.46-ru.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.sk.langpack.xpi -> seamonkey-2.46-sk.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.sv-SE.langpack.xpi -> seamonkey-2.46-sv-SE.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.tr.langpack.xpi -> seamonkey-2.46-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.uk.langpack.xpi -> seamonkey-2.46-uk.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.zh-CN.langpack.xpi -> seamonkey-2.46-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/seamonkey/releases/2.46/langpack/seamonkey-2.46.zh-TW.langpack.xpi -> seamonkey-2.46-zh-TW.xpi ) https://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-49.0-patches-03.tar.xz https://dev.gentoo.org/~axs/mozilla/patchsets/firefox-49.0-patches-03.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/firefox-49.0-patches-03.tar.xz https://dev.gentoo.org/~axs/mozilla/patchsets/seamonkey-2.46-patches-01.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/seamonkey-2.46-patches-01.tar.xz crypt? ( https://www.enigmail.net/download/source/enigmail-1.9.6.1.tar.gz ) _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c check-reqs aee25bdf4e2f459af86d17f7c41dcdf6 eutils b83a2420b796f7c6eff682679d08fe25 fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 7366202dd55cb8f018f5d450d54e7749 libtool 4890219c51da247200223277f993e054 mozconfig-v6.49 4e78f0a70d9c5d908da104ba3dfce356 mozcoreconf-v4 3c687d11553a52e70dc3baad2d2a1864 mozextension 3d8ee4835f89ff39d4666656aa603433 mozlinguas-v2 b9f0deaff27b0dc5ca44cdd61be2a3fa multilib 165fc17c38d1b11dac2008280dab6e80 nsplugins bf5bfcef1d2f0adad7e6230455df8e91 pax-utils 4c2654a34ebe732e85fda354f6ee642f python-any-r1 1c20f9b800324335a8e3b137363362e8 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=fdc48fcb20484e0c35b19c4629d65aba +_md5_=007b736de772044ad0d1c1c1bcd53b48 diff --git a/metadata/md5-cache/www-client/seamonkey-bin-2.44_pre20160608 b/metadata/md5-cache/www-client/seamonkey-bin-2.44_pre20160608 deleted file mode 100644 index 819f990bd655..000000000000 --- a/metadata/md5-cache/www-client/seamonkey-bin-2.44_pre20160608 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst unpack -DEPEND=app-arch/unzip app-arch/unzip >=sys-apps/sed-4 -DESCRIPTION=Mozilla Application Suite - web browser, email, HTML editor, IRC -EAPI=6 -HOMEPAGE=http://www.seamonkey-project.org/ -IUSE=startup-notification l10n_be l10n_cs l10n_de l10n_en-GB l10n_es-AR l10n_es-ES l10n_fr l10n_gl l10n_hu l10n_it l10n_ja l10n_lt l10n_nb l10n_nl l10n_pl l10n_pt-PT l10n_ru l10n_sk l10n_sv l10n_tr l10n_uk l10n_zh-CN l10n_zh-TW -KEYWORDS=-* ~amd64 ~x86 -LICENSE=MPL-2.0 GPL-2 LGPL-2.1 -RDEPEND=dev-libs/atk >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 >=dev-libs/glib-2.26:2 >=media-libs/alsa-lib-1.0.16 gnome-base/gconf gnome-base/gnome-vfs media-libs/fontconfig >=media-libs/freetype-2.4.10 >=x11-libs/cairo-1.10[X] x11-libs/gdk-pixbuf >=x11-libs/gtk+-2.14:2 >=x11-libs/gtk+-3.4:3 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt >=x11-libs/pango-1.22.0 virtual/freedesktop-icon-theme -RESTRICT=strip mirror -SLOT=0 -SRC_URI=l10n_be? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.44.be.langpack.xpi -> seamonkey-2.44-be.xpi ) l10n_cs? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.44.cs.langpack.xpi -> seamonkey-2.44-cs.xpi ) l10n_de? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.44.de.langpack.xpi -> seamonkey-2.44-de.xpi ) l10n_en-GB? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.44.en-GB.langpack.xpi -> seamonkey-2.44-en-GB.xpi ) l10n_es-AR? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.44.es-AR.langpack.xpi -> seamonkey-2.44-es-AR.xpi ) l10n_es-ES? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.44.es-ES.langpack.xpi -> seamonkey-2.44-es-ES.xpi ) l10n_fr? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.44.fr.langpack.xpi -> seamonkey-2.44-fr.xpi ) l10n_gl? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.44.gl.langpack.xpi -> seamonkey-2.44-gl.xpi ) l10n_hu? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.44.hu.langpack.xpi -> seamonkey-2.44-hu.xpi ) l10n_it? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.44.it.langpack.xpi -> seamonkey-2.44-it.xpi ) l10n_ja? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.44.ja.langpack.xpi -> seamonkey-2.44-ja.xpi ) l10n_lt? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.44.lt.langpack.xpi -> seamonkey-2.44-lt.xpi ) l10n_nb? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.44.nb-NO.langpack.xpi -> seamonkey-2.44-nb-NO.xpi ) l10n_nl? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.44.nl.langpack.xpi -> seamonkey-2.44-nl.xpi ) l10n_pl? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.44.pl.langpack.xpi -> seamonkey-2.44-pl.xpi ) l10n_pt-PT? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.44.pt-PT.langpack.xpi -> seamonkey-2.44-pt-PT.xpi ) l10n_ru? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.44.ru.langpack.xpi -> seamonkey-2.44-ru.xpi ) l10n_sk? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.44.sk.langpack.xpi -> seamonkey-2.44-sk.xpi ) l10n_sv? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.44.sv-SE.langpack.xpi -> seamonkey-2.44-sv-SE.xpi ) l10n_tr? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.44.tr.langpack.xpi -> seamonkey-2.44-tr.xpi ) l10n_uk? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.44.uk.langpack.xpi -> seamonkey-2.44-uk.xpi ) l10n_zh-CN? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.44.zh-CN.langpack.xpi -> seamonkey-2.44-zh-CN.xpi ) l10n_zh-TW? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.44.zh-TW.langpack.xpi -> seamonkey-2.44-zh-TW.xpi ) amd64? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.44.en-US.linux-x86_64.tar.bz2 -> seamonkey-bin_x86_64-2.44_pre20160608.tar.bz2 ) x86? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux32/seamonkey-2.44.en-US.linux-i686.tar.bz2 -> seamonkey-bin_i686-2.44_pre20160608.tar.bz2 ) -_eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 fdo-mime 92d07846ea8ea54172f8c0112a47ae3d gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 mozextension 3d8ee4835f89ff39d4666656aa603433 mozlinguas-v2 b9f0deaff27b0dc5ca44cdd61be2a3fa multilib 165fc17c38d1b11dac2008280dab6e80 nsplugins bf5bfcef1d2f0adad7e6230455df8e91 pax-utils 4c2654a34ebe732e85fda354f6ee642f toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=6e55d18cd85ace33b209c3d9a411e6c1 diff --git a/metadata/md5-cache/www-client/seamonkey-bin-2.45_pre20160812 b/metadata/md5-cache/www-client/seamonkey-bin-2.45_pre20160812 deleted file mode 100644 index 708dd639d8c5..000000000000 --- a/metadata/md5-cache/www-client/seamonkey-bin-2.45_pre20160812 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst unpack -DEPEND=app-arch/unzip app-arch/unzip >=sys-apps/sed-4 -DESCRIPTION=Mozilla Application Suite - web browser, email, HTML editor, IRC -EAPI=6 -HOMEPAGE=http://www.seamonkey-project.org/ -IUSE=startup-notification l10n_be l10n_cs l10n_de l10n_en-GB l10n_es-AR l10n_es-ES l10n_fr l10n_gl l10n_hu l10n_it l10n_ja l10n_lt l10n_nb l10n_nl l10n_pl l10n_pt-PT l10n_ru l10n_sk l10n_sv l10n_tr l10n_uk l10n_zh-CN l10n_zh-TW -KEYWORDS=-* ~amd64 ~x86 -LICENSE=MPL-2.0 GPL-2 LGPL-2.1 -RDEPEND=dev-libs/atk >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 >=dev-libs/glib-2.26:2 >=media-libs/alsa-lib-1.0.16 gnome-base/gconf gnome-base/gnome-vfs media-libs/fontconfig >=media-libs/freetype-2.4.10 >=x11-libs/cairo-1.10[X] x11-libs/gdk-pixbuf >=x11-libs/gtk+-2.14:2 >=x11-libs/gtk+-3.4:3 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt >=x11-libs/pango-1.22.0 virtual/freedesktop-icon-theme -RESTRICT=strip mirror -SLOT=0 -SRC_URI=l10n_be? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.45.be.langpack.xpi -> seamonkey-2.45-be.xpi ) l10n_cs? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.45.cs.langpack.xpi -> seamonkey-2.45-cs.xpi ) l10n_de? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.45.de.langpack.xpi -> seamonkey-2.45-de.xpi ) l10n_en-GB? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.45.en-GB.langpack.xpi -> seamonkey-2.45-en-GB.xpi ) l10n_es-AR? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.45.es-AR.langpack.xpi -> seamonkey-2.45-es-AR.xpi ) l10n_es-ES? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.45.es-ES.langpack.xpi -> seamonkey-2.45-es-ES.xpi ) l10n_fr? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.45.fr.langpack.xpi -> seamonkey-2.45-fr.xpi ) l10n_gl? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.45.gl.langpack.xpi -> seamonkey-2.45-gl.xpi ) l10n_hu? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.45.hu.langpack.xpi -> seamonkey-2.45-hu.xpi ) l10n_it? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.45.it.langpack.xpi -> seamonkey-2.45-it.xpi ) l10n_ja? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.45.ja.langpack.xpi -> seamonkey-2.45-ja.xpi ) l10n_lt? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.45.lt.langpack.xpi -> seamonkey-2.45-lt.xpi ) l10n_nb? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.45.nb-NO.langpack.xpi -> seamonkey-2.45-nb-NO.xpi ) l10n_nl? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.45.nl.langpack.xpi -> seamonkey-2.45-nl.xpi ) l10n_pl? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.45.pl.langpack.xpi -> seamonkey-2.45-pl.xpi ) l10n_pt-PT? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.45.pt-PT.langpack.xpi -> seamonkey-2.45-pt-PT.xpi ) l10n_ru? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.45.ru.langpack.xpi -> seamonkey-2.45-ru.xpi ) l10n_sk? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.45.sk.langpack.xpi -> seamonkey-2.45-sk.xpi ) l10n_sv? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.45.sv-SE.langpack.xpi -> seamonkey-2.45-sv-SE.xpi ) l10n_tr? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.45.tr.langpack.xpi -> seamonkey-2.45-tr.xpi ) l10n_uk? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.45.uk.langpack.xpi -> seamonkey-2.45-uk.xpi ) l10n_zh-CN? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.45.zh-CN.langpack.xpi -> seamonkey-2.45-zh-CN.xpi ) l10n_zh-TW? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.45.zh-TW.langpack.xpi -> seamonkey-2.45-zh-TW.xpi ) amd64? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64/seamonkey-2.45.en-US.linux-x86_64.tar.bz2 -> seamonkey-bin_x86_64-2.45_pre20160812.tar.bz2 ) x86? ( https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux32/seamonkey-2.45.en-US.linux-i686.tar.bz2 -> seamonkey-bin_i686-2.45_pre20160812.tar.bz2 ) -_eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 fdo-mime 92d07846ea8ea54172f8c0112a47ae3d gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 mozextension 3d8ee4835f89ff39d4666656aa603433 mozlinguas-v2 b9f0deaff27b0dc5ca44cdd61be2a3fa multilib 165fc17c38d1b11dac2008280dab6e80 nsplugins bf5bfcef1d2f0adad7e6230455df8e91 pax-utils 4c2654a34ebe732e85fda354f6ee642f toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=6e55d18cd85ace33b209c3d9a411e6c1 diff --git a/metadata/md5-cache/www-client/seamonkey-bin-2.46 b/metadata/md5-cache/www-client/seamonkey-bin-2.46 new file mode 100644 index 000000000000..e6eeaebd5d2c --- /dev/null +++ b/metadata/md5-cache/www-client/seamonkey-bin-2.46 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst unpack +DEPEND=app-arch/unzip app-arch/unzip >=sys-apps/sed-4 +DESCRIPTION=Mozilla Application Suite - web browser, email, HTML editor, IRC +EAPI=6 +HOMEPAGE=http://www.seamonkey-project.org/ +IUSE=startup-notification l10n_be l10n_ca l10n_cs l10n_de l10n_en-GB l10n_es-AR l10n_es-ES l10n_fi l10n_fr l10n_gl l10n_hu l10n_it l10n_ja l10n_lt l10n_nb l10n_nl l10n_pl l10n_pt-PT l10n_ru l10n_sk l10n_sv l10n_tr l10n_uk l10n_zh-CN l10n_zh-TW +KEYWORDS=-* ~amd64 ~x86 +LICENSE=MPL-2.0 GPL-2 LGPL-2.1 +RDEPEND=dev-libs/atk >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 >=dev-libs/glib-2.26:2 >=media-libs/alsa-lib-1.0.16 gnome-base/gconf gnome-base/gnome-vfs media-libs/fontconfig >=media-libs/freetype-2.4.10 >=x11-libs/cairo-1.10[X] x11-libs/gdk-pixbuf >=x11-libs/gtk+-2.14:2 >=x11-libs/gtk+-3.4:3 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt >=x11-libs/pango-1.22.0 virtual/freedesktop-icon-theme +RESTRICT=strip mirror +SLOT=0 +SRC_URI=l10n_be? ( http://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/2.46/langpack/seamonkey-2.46.be.langpack.xpi -> seamonkey-2.46-be.xpi ) l10n_ca? ( http://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/2.46/langpack/seamonkey-2.46.ca.langpack.xpi -> seamonkey-2.46-ca.xpi ) l10n_cs? ( http://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/2.46/langpack/seamonkey-2.46.cs.langpack.xpi -> seamonkey-2.46-cs.xpi ) l10n_de? ( http://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/2.46/langpack/seamonkey-2.46.de.langpack.xpi -> seamonkey-2.46-de.xpi ) l10n_en-GB? ( http://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/2.46/langpack/seamonkey-2.46.en-GB.langpack.xpi -> seamonkey-2.46-en-GB.xpi ) l10n_es-AR? ( http://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/2.46/langpack/seamonkey-2.46.es-AR.langpack.xpi -> seamonkey-2.46-es-AR.xpi ) l10n_es-ES? ( http://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/2.46/langpack/seamonkey-2.46.es-ES.langpack.xpi -> seamonkey-2.46-es-ES.xpi ) l10n_fi? ( http://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/2.46/langpack/seamonkey-2.46.fi.langpack.xpi -> seamonkey-2.46-fi.xpi ) l10n_fr? ( http://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/2.46/langpack/seamonkey-2.46.fr.langpack.xpi -> seamonkey-2.46-fr.xpi ) l10n_gl? ( http://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/2.46/langpack/seamonkey-2.46.gl.langpack.xpi -> seamonkey-2.46-gl.xpi ) l10n_hu? ( http://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/2.46/langpack/seamonkey-2.46.hu.langpack.xpi -> seamonkey-2.46-hu.xpi ) l10n_it? ( http://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/2.46/langpack/seamonkey-2.46.it.langpack.xpi -> seamonkey-2.46-it.xpi ) l10n_ja? ( http://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/2.46/langpack/seamonkey-2.46.ja.langpack.xpi -> seamonkey-2.46-ja.xpi ) l10n_lt? ( http://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/2.46/langpack/seamonkey-2.46.lt.langpack.xpi -> seamonkey-2.46-lt.xpi ) l10n_nb? ( http://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/2.46/langpack/seamonkey-2.46.nb-NO.langpack.xpi -> seamonkey-2.46-nb-NO.xpi ) l10n_nl? ( http://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/2.46/langpack/seamonkey-2.46.nl.langpack.xpi -> seamonkey-2.46-nl.xpi ) l10n_pl? ( http://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/2.46/langpack/seamonkey-2.46.pl.langpack.xpi -> seamonkey-2.46-pl.xpi ) l10n_pt-PT? ( http://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/2.46/langpack/seamonkey-2.46.pt-PT.langpack.xpi -> seamonkey-2.46-pt-PT.xpi ) l10n_ru? ( http://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/2.46/langpack/seamonkey-2.46.ru.langpack.xpi -> seamonkey-2.46-ru.xpi ) l10n_sk? ( http://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/2.46/langpack/seamonkey-2.46.sk.langpack.xpi -> seamonkey-2.46-sk.xpi ) l10n_sv? ( http://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/2.46/langpack/seamonkey-2.46.sv-SE.langpack.xpi -> seamonkey-2.46-sv-SE.xpi ) l10n_tr? ( http://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/2.46/langpack/seamonkey-2.46.tr.langpack.xpi -> seamonkey-2.46-tr.xpi ) l10n_uk? ( http://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/2.46/langpack/seamonkey-2.46.uk.langpack.xpi -> seamonkey-2.46-uk.xpi ) l10n_zh-CN? ( http://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/2.46/langpack/seamonkey-2.46.zh-CN.langpack.xpi -> seamonkey-2.46-zh-CN.xpi ) l10n_zh-TW? ( http://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/2.46/langpack/seamonkey-2.46.zh-TW.langpack.xpi -> seamonkey-2.46-zh-TW.xpi ) amd64? ( http://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/2.46/contrib/seamonkey-2.46.en-US.linux-x86_64.tar.bz2 -> seamonkey-bin_x86_64-2.46.tar.bz2 ) x86? ( http://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/2.46/linux-i686/en-US/seamonkey-2.46.tar.bz2 -> seamonkey-bin_i686-2.46.tar.bz2 ) +_eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 fdo-mime 92d07846ea8ea54172f8c0112a47ae3d gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 mozextension 3d8ee4835f89ff39d4666656aa603433 mozlinguas-v2 b9f0deaff27b0dc5ca44cdd61be2a3fa multilib 165fc17c38d1b11dac2008280dab6e80 nsplugins bf5bfcef1d2f0adad7e6230455df8e91 pax-utils 4c2654a34ebe732e85fda354f6ee642f toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=626bfd1d332c0e6ffdd64699ed26e478 diff --git a/metadata/md5-cache/x11-libs/motif-2.3.4-r3 b/metadata/md5-cache/x11-libs/motif-2.3.6-r1 similarity index 91% rename from metadata/md5-cache/x11-libs/motif-2.3.4-r3 rename to metadata/md5-cache/x11-libs/motif-2.3.6-r1 index d06879ad5c4c..1ce4868de01d 100644 --- a/metadata/md5-cache/x11-libs/motif-2.3.4-r3 +++ b/metadata/md5-cache/x11-libs/motif-2.3.6-r1 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install prepare test DEPEND=>=x11-libs/libX11-1.6.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(-)?] >=x11-libs/libXext-1.3.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(-)?] >=x11-libs/libXmu-1.1.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(-)?] >=x11-libs/libXp-1.0.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(-)?] >=x11-libs/libXt-1.1.4[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-r2: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(-)?] ) png? ( >=media-libs/libpng-1.6.10: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(-)?] ) unicode? ( >=virtual/libiconv-0-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(-)?] ) xft? ( >=media-libs/fontconfig-2.10.92[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/libXft-2.3.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(-)?] ) sys-devel/flex || ( dev-util/byacc sys-freebsd/freebsd-ubin ) x11-misc/xbitmaps !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DESCRIPTION=The Motif user interface component toolkit -EAPI=5 +EAPI=6 HOMEPAGE=https://sourceforge.net/projects/motif/ http://motif.ics.com/ IUSE=examples jpeg +motif22-compatibility png static-libs unicode xft 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 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=LGPL-2.1+ MIT RDEPEND=>=x11-libs/libX11-1.6.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(-)?] >=x11-libs/libXext-1.3.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(-)?] >=x11-libs/libXmu-1.1.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(-)?] >=x11-libs/libXp-1.0.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(-)?] >=x11-libs/libXt-1.1.4[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-r2: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(-)?] ) png? ( >=media-libs/libpng-1.6.10: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(-)?] ) unicode? ( >=virtual/libiconv-0-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(-)?] ) xft? ( >=media-libs/fontconfig-2.10.92[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/libXft-2.3.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(-)?] ) SLOT=0 -SRC_URI=mirror://sourceforge/project/motif/Motif%202.3.4%20Source%20Code/motif-2.3.4-src.tgz mirror://gentoo/motif-2.3.4-patches-1.tar.xz +SRC_URI=mirror://sourceforge/project/motif/Motif%202.3.6%20Source%20Code/motif-2.3.6.tar.gz http://dev.gentoo.org/~ulm/distfiles/motif-2.3.6-patches-2.tar.xz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=267611bdd3f0df6486a155e4302ded06 +_md5_=1c7efb30dc99ed5c1a6899899cfc8268 diff --git a/metadata/md5-cache/x11-misc/ktsuss-2 b/metadata/md5-cache/x11-misc/ktsuss-2 index 0068db507156..c937fb6d8a8c 100644 --- a/metadata/md5-cache/x11-misc/ktsuss-2 +++ b/metadata/md5-cache/x11-misc/ktsuss-2 @@ -3,9 +3,9 @@ DEPEND=virtual/pkgconfig >=x11-libs/gtk+-2.12.11:2 >=dev-libs/glib-2.16.5:2 DESCRIPTION=Graphical version of su written in C and GTK+ 2 EAPI=6 HOMEPAGE=https://github.com/nomius/ktsuss -KEYWORDS=amd64 ~mips ppc ~ppc64 x86 +KEYWORDS=amd64 ~mips ppc ppc64 x86 LICENSE=BSD RDEPEND=>=x11-libs/gtk+-2.12.11:2 >=dev-libs/glib-2.16.5:2 SLOT=0 SRC_URI=https://ktsuss.googlecode.com/files/ktsuss-2.tar.gz -_md5_=bae00d2d81e0a22cba06a47735de464d +_md5_=dfbbfccb9bdbd514c521a8353cd17a6c diff --git a/metadata/md5-cache/x11-misc/obmenu-1.0-r1 b/metadata/md5-cache/x11-misc/obmenu-1.0-r1 index 367032bc36e1..78e47b803d3c 100644 --- a/metadata/md5-cache/x11-misc/obmenu-1.0-r1 +++ b/metadata/md5-cache/x11-misc/obmenu-1.0-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Menu editor designed for openbox EAPI=5 HOMEPAGE=http://obmenu.sourceforge.net/ IUSE=python_targets_python2_7 -KEYWORDS=amd64 ppc ~ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd LICENSE=GPL-2 RDEPEND=dev-python/pygtk 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://sourceforge/obmenu/obmenu-1.0.tar.gz _eclasses_=distutils-r1 583a05d30524485fda6869c772682ecd eutils b83a2420b796f7c6eff682679d08fe25 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing 66b3bf714f8cfc1b6494db5269b4666e python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=e99800ad8a4cabbd9643092cf88c7be7 +_md5_=b50dbd0e70a87586a6a8c63b0d262e76 diff --git a/metadata/md5-cache/x11-misc/x11vnc-0.9.14_p20161013 b/metadata/md5-cache/x11-misc/x11vnc-0.9.14_p20161013 index 258f10d1b570..81235155c140 100644 --- a/metadata/md5-cache/x11-misc/x11vnc-0.9.14_p20161013 +++ b/metadata/md5-cache/x11-misc/x11vnc-0.9.14_p20161013 @@ -4,10 +4,10 @@ DESCRIPTION=A VNC server for real X displays EAPI=6 HOMEPAGE=https://libvnc.github.io/ IUSE=crypt fbcon libressl ssl xinerama zeroconf -KEYWORDS=alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=>=net-libs/libvncserver-0.9.8[ssl?] x11-libs/libX11 x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr >=x11-libs/libXtst-1.1.0 ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) ) xinerama? ( x11-libs/libXinerama ) zeroconf? ( >=net-dns/avahi-0.6.4 ) SLOT=0 SRC_URI=https://github.com/LibVNC/x11vnc/archive/e191071c1f375d04ba8f955ea0a30292a485999e.tar.gz -> x11vnc-0.9.14_p20161013.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 vcs-snapshot 2b65ecb2d0f91e4322c2ac8d673993bd -_md5_=b94b917db43a27e3d1a5bd603e96bfd6 +_md5_=77effccf29559a3f4a3d127f20795f63 diff --git a/metadata/md5-cache/x11-misc/xclip-0.13 b/metadata/md5-cache/x11-misc/xclip-0.13 index ef19e4339c33..29ac61272244 100644 --- a/metadata/md5-cache/x11-misc/xclip-0.13 +++ b/metadata/md5-cache/x11-misc/xclip-0.13 @@ -3,10 +3,10 @@ DEPEND=x11-libs/libX11 x11-libs/libXmu x11-libs/libXt ! xclip-0.13.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=465dd9d6da040b8dd2a021ec1c1b54b9 +_md5_=c4b7302f4748fe264c1900efd8c80dd3 diff --git a/metadata/md5-cache/x11-misc/xlockmore-5.47 b/metadata/md5-cache/x11-misc/xlockmore-5.47 index f30a329b6d46..0b00704551b3 100644 --- a/metadata/md5-cache/x11-misc/xlockmore-5.47 +++ b/metadata/md5-cache/x11-misc/xlockmore-5.47 @@ -4,11 +4,11 @@ DESCRIPTION=Just another screensaver application for X EAPI=6 HOMEPAGE=http://www.tux.org/~bagleyd/xlockmore.html IUSE=crypt debug gtk imagemagick motif nas opengl pam truetype xinerama xlockrc vtlock -KEYWORDS=~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~alpha amd64 ~arm ~hppa ~ppc ppc64 ~sparc ~x86 LICENSE=BSD GPL-2 RDEPEND=gtk? ( x11-libs/gtk+:2 ) imagemagick? ( media-gfx/imagemagick:= ) motif? ( >=x11-libs/motif-2.3:0 ) nas? ( media-libs/nas ) opengl? ( virtual/opengl virtual/glu truetype? ( >=media-libs/ftgl-2.1.3_rc5 ) ) pam? ( virtual/pam ) truetype? ( media-libs/freetype:2 ) x11-libs/libX11 x11-libs/libXext x11-libs/libXmu x11-libs/libXpm x11-libs/libXt xinerama? ( x11-libs/libXinerama ) REQUIRED_USE=|| ( crypt pam ) pam? ( !xlockrc ) xlockrc? ( !pam ) SLOT=0 SRC_URI=http://www.tux.org/~bagleyd/xlock/xlockmore-5.47.tar.xz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=492256f5dfa5d011e760045443e9dca1 +_md5_=1d639b7adfca02533c25ff3de349c380 diff --git a/metadata/md5-cache/x11-plugins/wmweather+-2.16 b/metadata/md5-cache/x11-plugins/wmweather+-2.16 new file mode 100644 index 000000000000..76e4595356be --- /dev/null +++ b/metadata/md5-cache/x11-plugins/wmweather+-2.16 @@ -0,0 +1,11 @@ +DEFINED_PHASES=- +DEPEND=dev-libs/libpcre >=net-misc/curl-7.17.1 x11-libs/libXpm x11-libs/libXext x11-libs/libX11 x11-wm/windowmaker +DESCRIPTION=A dockapp for displaying data collected from METAR, AVN, ETA, and MRF forecasts +EAPI=6 +HOMEPAGE=http://www.sourceforge.net/projects/wmweatherplus/ +KEYWORDS=~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=dev-libs/libpcre >=net-misc/curl-7.17.1 x11-libs/libXpm x11-libs/libXext x11-libs/libX11 x11-wm/windowmaker +SLOT=0 +SRC_URI=mirror://sourceforge/wmweatherplus/wmweather+-2.16.tar.gz +_md5_=5e476f6a2fd8928910c681ec5b0c0532 diff --git a/metadata/md5-cache/x11-themes/light-themes-0.1.93-r4 b/metadata/md5-cache/x11-themes/light-themes-0.1.93-r4 index b3ef60662b67..06d0b4c30c71 100644 --- a/metadata/md5-cache/x11-themes/light-themes-0.1.93-r4 +++ b/metadata/md5-cache/x11-themes/light-themes-0.1.93-r4 @@ -6,8 +6,8 @@ HOMEPAGE=https://launchpad.net/light-themes IUSE=gtk3 KEYWORDS=amd64 x86 LICENSE=CC-BY-SA-3.0 CC-BY-SA-4.0 -RDEPEND=x11-themes/gtk-engines-murrine gtk3? ( x11-themes/gtk-engines-unico ) +RDEPEND=x11-themes/gtk-engines-murrine gtk3? ( x11-themes/gtk-engines-unico =dev-lang/lua-5.1:0 dev-libs/glib:2 >=dev-libs/libxdg-basedir-1 >=dev-lua/lgi-0.7 x11-libs/cairo[xcb] x11-libs/gdk-pixbuf:2 >=x11-libs/libxcb-1.6 >=x11-libs/pango-1.19.3[introspection] >=x11-libs/startup-notification-0.10_p20110426 >=x11-libs/xcb-util-0.3.8 x11-libs/xcb-util-cursor x11-libs/libXcursor >=x11-libs/libX11-1.3.99.901 dbus? ( >=sys-apps/dbus-1 ) elibc_FreeBSD? ( dev-libs/libexecinfo ) SLOT=0 SRC_URI=http://awesome.naquadah.org/download/awesome-3.5.6.tar.xz _eclasses_=cmake-utils b43f5e0df58483dd4b68aef4777f6e22 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=4b223f493d87b64c92b3cd7064392cc1 +_md5_=58a9a4d082f5afb00fe72798bf0fa6a2 diff --git a/metadata/md5-cache/x11-wm/fluxbox-1.3.7-r3 b/metadata/md5-cache/x11-wm/fluxbox-1.3.7-r3 index 0ed08e8d44c4..a8658b3efc73 100644 --- a/metadata/md5-cache/x11-wm/fluxbox-1.3.7-r3 +++ b/metadata/md5-cache/x11-wm/fluxbox-1.3.7-r3 @@ -4,11 +4,11 @@ DESCRIPTION=Fluxbox is an X11 window manager featuring tabs and an iconbar EAPI=5 HOMEPAGE=http://www.fluxbox.org IUSE=nls xinerama bidi +truetype +imlib +slit +systray +toolbar vim-syntax -KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux +KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux LICENSE=MIT RDEPEND=!!<=x11-misc/fbdesk-1.2.1 !!<=x11-misc/fluxconf-0.9.9 !!=dev-libs/fribidi-0.19.2 ) imlib? ( >=media-libs/imlib2-1.2.0[X] ) truetype? ( media-libs/freetype ) vim-syntax? ( app-vim/fluxbox-syntax ) x11-libs/libXext x11-libs/libXft x11-libs/libXpm x11-libs/libXrandr x11-libs/libXrender xinerama? ( x11-libs/libXinerama ) || ( x11-misc/gxmessage x11-apps/xmessage ) REQUIRED_USE=systray? ( toolbar ) SLOT=0 SRC_URI=mirror://sourceforge/fluxbox/fluxbox-1.3.7.tar.xz _eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 7366202dd55cb8f018f5d450d54e7749 multilib 165fc17c38d1b11dac2008280dab6e80 prefix 99dcca42e6528d8fe3c214bf5731aaf2 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=7192a72fdcdd3a926e9f2c10094b66e4 +_md5_=51f680a4f695096b1e9fb7f2a3b5a349 diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index 428498b70661..8913d8430232 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Mon, 02 Jan 2017 20:13:19 +0000 +Tue, 03 Jan 2017 15:13:23 +0000 diff --git a/metadata/timestamp b/metadata/timestamp index 6042f534e72c..c361692c9813 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Mon Jan 2 20:09:34 UTC 2017 +Tue Jan 3 15:09:34 UTC 2017 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index ec0bf4368eeb..70778b65499a 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Mon, 02 Jan 2017 20:30:01 +0000 +Tue, 03 Jan 2017 15:30:01 +0000 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index 4fe4acbc1088..a20da6c0d2d6 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1483387801 Mon 02 Jan 2017 08:10:01 PM UTC +1483456201 Tue 03 Jan 2017 03:10:01 PM UTC diff --git a/metadata/xml-schema/timestamp.chk b/metadata/xml-schema/timestamp.chk index 428498b70661..8913d8430232 100644 --- a/metadata/xml-schema/timestamp.chk +++ b/metadata/xml-schema/timestamp.chk @@ -1 +1 @@ -Mon, 02 Jan 2017 20:13:19 +0000 +Tue, 03 Jan 2017 15:13:23 +0000 diff --git a/net-analyzer/etherape/etherape-0.9.14.ebuild b/net-analyzer/etherape/etherape-0.9.14.ebuild index edacea9bc38f..c2d1259c3b56 100644 --- a/net-analyzer/etherape/etherape-0.9.14.ebuild +++ b/net-analyzer/etherape/etherape-0.9.14.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/etherape/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ppc ppc64 ~sparc x86" RDEPEND=" >=gnome-base/libglade-2.0 diff --git a/net-analyzer/nmap/nmap-7.40.ebuild b/net-analyzer/nmap/nmap-7.40.ebuild index 1fe61b52a276..28b7751640f0 100644 --- a/net-analyzer/nmap/nmap-7.40.ebuild +++ b/net-analyzer/nmap/nmap-7.40.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -111,7 +111,12 @@ src_prepare() { epatch_user + cp libdnet-stripped/include/config.h.in{,.nmap-orig} || die eautoreconf + if [[ ${CHOST} == *-darwin* ]] ; then + # we need the original for a Darwin-specific fix, bug #604432 + mv libdnet-stripped/include/config.h.in{.nmap-orig,} || die + fi } src_configure() { diff --git a/net-analyzer/nmap/nmap-9999.ebuild b/net-analyzer/nmap/nmap-9999.ebuild index 7ed59bdaa4ec..b7315c680410 100644 --- a/net-analyzer/nmap/nmap-9999.ebuild +++ b/net-analyzer/nmap/nmap-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -99,7 +99,12 @@ src_prepare() { epatch_user + cp libdnet-stripped/include/config.h.in{,.nmap-orig} || die eautoreconf + if [[ ${CHOST} == *-darwin* ]] ; then + # we need the original for a Darwin-specific fix, bug #604432 + mv libdnet-stripped/include/config.h.in{.nmap-orig,} || die + fi } src_configure() { diff --git a/net-analyzer/pnp4nagios/pnp4nagios-0.6.25-r2.ebuild b/net-analyzer/pnp4nagios/pnp4nagios-0.6.25-r2.ebuild index e0d608edbbad..8ea8356747b2 100644 --- a/net-analyzer/pnp4nagios/pnp4nagios-0.6.25-r2.ebuild +++ b/net-analyzer/pnp4nagios/pnp4nagios-0.6.25-r2.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/PNP-0.6/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" IUSE="" -KEYWORDS="amd64 ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ppc ppc64 ~sparc x86" # A lot of things (sync mode, for one) are broken with nagios-4.x. DEPEND=" diff --git a/net-dialup/rp-pppoe/rp-pppoe-3.12-r1.ebuild b/net-dialup/rp-pppoe/rp-pppoe-3.12-r1.ebuild index f8e99e3a039b..9e0fdfba5d4c 100644 --- a/net-dialup/rp-pppoe/rp-pppoe-3.12-r1.ebuild +++ b/net-dialup/rp-pppoe/rp-pppoe-3.12-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://www.roaringpenguin.com/files/download/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86" IUSE="tk" RDEPEND=" diff --git a/net-ftp/lftp/lftp-4.7.4.ebuild b/net-ftp/lftp/lftp-4.7.4.ebuild index c53191247992..5bb6e1382e72 100644 --- a/net-ftp/lftp/lftp-4.7.4.ebuild +++ b/net-ftp/lftp/lftp-4.7.4.ebuild @@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl verify-file" LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW ) diff --git a/net-im/gajim/gajim-0.16.6.ebuild b/net-im/gajim/gajim-0.16.6.ebuild index 702ad4d9c095..87e2eecceac9 100644 --- a/net-im/gajim/gajim-0.16.6.ebuild +++ b/net-im/gajim/gajim-0.16.6.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="crypt dbus gnome gnome-keyring kde idle jingle libnotify networkmanager nls spell +srv test X xhtml zeroconf" REQUIRED_USE=" diff --git a/net-libs/liboauth/liboauth-1.0.3.ebuild b/net-libs/liboauth/liboauth-1.0.3.ebuild index 6feb969b2825..9346e420a408 100644 --- a/net-libs/liboauth/liboauth-1.0.3.ebuild +++ b/net-libs/liboauth/liboauth-1.0.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/project/${PN}/${P}.tar.gz" LICENSE="|| ( GPL-2 MIT )" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x64-macos" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x64-macos" IUSE="curl doc bindist +nss" PATCHES=( "${FILESDIR}"/${PN}-1.0.1-doxygen-out-of-tree.patch ) diff --git a/net-libs/zeromq/zeromq-4.1.6.ebuild b/net-libs/zeromq/zeromq-4.1.6.ebuild index 11be530d3c63..843fb6a66ec6 100644 --- a/net-libs/zeromq/zeromq-4.1.6.ebuild +++ b/net-libs/zeromq/zeromq-4.1.6.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/zeromq/zeromq4-1/releases/download/v${PV}/${P}.tar.g LICENSE="LGPL-3" SLOT="0/5" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="pgm static-libs test" RDEPEND=" diff --git a/net-mail/courier-imap/courier-imap-4.16.2-r1.ebuild b/net-mail/courier-imap/courier-imap-4.16.2-r1.ebuild index 19818f4a7f5b..ae434a23054c 100644 --- a/net-mail/courier-imap/courier-imap-4.16.2-r1.ebuild +++ b/net-mail/courier-imap/courier-imap-4.16.2-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha amd64 hppa ~mips ppc ~ppc64 x86" +KEYWORDS="alpha amd64 hppa ~mips ppc ppc64 x86" IUSE="berkdb debug fam +gdbm gnutls ipv6 libressl selinux trashquota" REQUIRED_USE="|| ( berkdb gdbm )" diff --git a/net-mail/mu/mu-0.9.18.ebuild b/net-mail/mu/mu-0.9.18-r1.ebuild similarity index 97% rename from net-mail/mu/mu-0.9.18.ebuild rename to net-mail/mu/mu-0.9.18-r1.ebuild index 8f43817021cb..8f031283c37d 100644 --- a/net-mail/mu/mu-0.9.18.ebuild +++ b/net-mail/mu/mu-0.9.18-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -59,6 +59,7 @@ src_install () { man/mu-extract.1 man/mu-find.1 man/mu-help.1 man/mu-index.1 \ man/mu-mkdir.1 man/mu-remove.1 man/mu-server.1 man/mu-verify.1 \ man/mu-view.1 man/mu.1 + doinfo mu4e/mu4e.info if use gui; then dobin man/mug.1 fi diff --git a/net-misc/dhcp/dhcp-4.3.4.ebuild b/net-misc/dhcp/dhcp-4.3.4.ebuild index c95c5c1a059b..156f071afd43 100644 --- a/net-misc/dhcp/dhcp-4.3.4.ebuild +++ b/net-misc/dhcp/dhcp-4.3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ SRC_URI="ftp://ftp.isc.org/isc/dhcp/${MY_P}.tar.gz LICENSE="ISC BSD SSLeay GPL-2" # GPL-2 only for init script SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="+client ipv6 kernel_linux ldap libressl selinux +server ssl vim-syntax" DEPEND=" diff --git a/net-misc/icecast/icecast-2.4.3.ebuild b/net-misc/icecast/icecast-2.4.3.ebuild index cbf311f51543..a798132a2d5c 100644 --- a/net-misc/icecast/icecast-2.4.3.ebuild +++ b/net-misc/icecast/icecast-2.4.3.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://downloads.xiph.org/releases/icecast/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ppc64 x86 ~x86-fbsd" IUSE="kate libressl logrotate +speex +ssl +theora +yp" #Although there is a --with-ogg and --with-orbis configure option, they're diff --git a/net-misc/wicd/wicd-1.7.4-r2.ebuild b/net-misc/wicd/wicd-1.7.4-r2.ebuild index f86f9141b427..af44e7c6954b 100644 --- a/net-misc/wicd/wicd-1.7.4-r2.ebuild +++ b/net-misc/wicd/wicd-1.7.4-r2.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://launchpad.net/wicd/1.7/${PV}/+download/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~mips ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~mips ppc ppc64 x86" IUSE="doc X ambiance +gtk ioctl libnotify mac4lin ncurses nls +pm-utils gnome-shell" DEPEND="nls? ( dev-python/Babel[${PYTHON_USEDEP}] )" diff --git a/net-misc/youtube-dl/youtube-dl-2016.12.22.ebuild b/net-misc/youtube-dl/youtube-dl-2016.12.22.ebuild index 87d11ffb580a..ded31d9e0d14 100644 --- a/net-misc/youtube-dl/youtube-dl-2016.12.22.ebuild +++ b/net-misc/youtube-dl/youtube-dl-2016.12.22.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="offensive test" RDEPEND=" diff --git a/net-p2p/bittornado/bittornado-0.3.18-r4.ebuild b/net-p2p/bittornado/bittornado-0.3.18-r4.ebuild index 7795fc6195e8..600cb0db3a4f 100644 --- a/net-p2p/bittornado/bittornado-0.3.18-r4.ebuild +++ b/net-p2p/bittornado/bittornado-0.3.18-r4.ebuild @@ -20,7 +20,7 @@ SRC_URI="http://download2.bittornado.com/download/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 ~hppa ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="alpha amd64 ~hppa ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" IUSE="" RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]" diff --git a/net-p2p/transmission/Manifest b/net-p2p/transmission/Manifest index 911531640c30..11ea7eafe42e 100644 --- a/net-p2p/transmission/Manifest +++ b/net-p2p/transmission/Manifest @@ -1,5 +1,2 @@ -DIST dht-cc379e406d.tar.gz 28109 SHA256 a822d878f7f0ba796a5b056d076f0e187cd7b191890f874dc6eacc6f5814343d SHA512 921c06b23cd4b464bcb156f51e11b123ab0d1b21272270c338844161dc6c9d212e9841f714764497278816987c9fdc058f91dec1b1f168a63044325a56878ad2 WHIRLPOOL 7329310fbde27dede0b38c5b3577b34b5f8c3d228eadb0418e82e3d8770739bbbdfcbf2404e6f1f04d1c68dcbedd6c04f0b8cd5bcc16046dfc6ccf4b7a4a2d83 -DIST libb64-c1e3323498.tar.gz 13965 SHA256 76a59d85147942d3d15739ce4b6e9f3657611b67deff24d37519fb270c1afa68 SHA512 4117b603167fc5e014af3ad6b6603f0758dd6432b1603383c24a5f4cb6a9171267fcfaf1ae591cbe21a0fbe3f648af6e408c579d02fbc84a94f4427283cef6f1 WHIRLPOOL 30c594d2de71c63061869e68649f1f1c5ca3664da2157637a93b6bfaa0953f81dc91026c402d703d23ac477e0d9e0964c7836c5b544ef01f5dba4b556d1a7eea -DIST libutp-7c4f19abdf.tar.gz 71062 SHA256 3a85f50ad9f5be75375c96cbf9124ada1c62659a6e12a33ccadc6e27e10ba982 SHA512 24629fe060f899686f9168fd978b72f74771285801416d70ebd4b9ae54497b7a88f9faf00dcab8261e76c82419ef4373ce7a926330a3166c0b502a6510c71c3a WHIRLPOOL 0db94e084840e22e2a4c617580e891571319610e03add689e3fff1cbcd1040c40dde860cf796bee6a9e73f0cb327a2313e72e2f6bf3db3c01e2ccd6b3a2f6ef7 DIST transmission-2.84.tar.xz 3077836 SHA256 a9fc1936b4ee414acc732ada04e84339d6755cd0d097bcbd11ba2cfc540db9eb SHA512 d6c2b17e7f8180a41ac70f5b503dfdb0353c6419db25df1b393b18c987c56fda9e2fd4c3f4cda7f08c301877bd0b4711842c28121ceaaaae87f5792cc6c29a3d WHIRLPOOL 375f9c981d9d2ac308896e8b7d66d3643796c8e97d64a1e0d6fd2bffaafa55988b90ddb4eb98330edf062e835c0c5ce76749e7e66bf6806333673beb7569f342 DIST transmission-2.92.tar.xz 3378116 SHA256 3a8d045c306ad9acb7bf81126939b9594553a388482efa0ec1bfb67b22acd35f SHA512 4d99476bee88cedcc4238a0eee64a4089016933cbfc1cfb1cca023ad4ebcfe46375c9e7651a17af4aeaaf1feb19cbd8166aa56ef7992d9e745a7bbcbe8efca11 WHIRLPOOL a2eab113fd895001cf72cd79c4ac9a4767eb9fb756a3fb9b1d0db6aa283d19a6aec739b8681a3a5a26ef630cec68f004e14f8654221f0528e30927f37339887f diff --git a/net-p2p/transmission/transmission-9999.ebuild b/net-p2p/transmission/transmission-9999.ebuild index 6b8a6404affd..34a8e11a221a 100644 --- a/net-p2p/transmission/transmission-9999.ebuild +++ b/net-p2p/transmission/transmission-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,17 +14,6 @@ else KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux" fi -# See CMakeLists -DHT_ID="cc379e406d" -UTP_ID="7c4f19abdf" -B64_ID="c1e3323498" - -SRC_URI+=" - https://github.com/transmission/dht/archive/${DHT_ID}.tar.gz -> dht-${DHT_ID}.tar.gz - https://github.com/transmission/libutp/archive/${UTP_ID}.tar.gz -> libutp-${UTP_ID}.tar.gz - https://github.com/transmission/libb64/archive/${B64_ID}.tar.gz -> libb64-${B64_ID}.tar.gz -" - DESCRIPTION="A fast, easy, and free BitTorrent client" HOMEPAGE="https://transmissionbt.com/" @@ -109,16 +98,6 @@ src_configure() { ) cmake-utils_src_configure - - symlink_tarball() { - local srcdir="${BUILD_DIR}/third-party/${1}-${3}/src" - mkdir -p "${srcdir}" || die - ln -s "${DISTDIR}/${2}-${3}.tar.gz" "${srcdir}/${3}.tar.gz" || die - } - - symlink_tarball dht dht "${DHT_ID}" - symlink_tarball utp libutp "${UTP_ID}" - symlink_tarball b64 libb64 "${B64_ID}" } DISABLE_AUTOFORMATTING=1 diff --git a/net-proxy/dante/dante-1.4.1-r1.ebuild b/net-proxy/dante/dante-1.4.1-r1.ebuild index 280b801db477..d56f622af049 100644 --- a/net-proxy/dante/dante-1.4.1-r1.ebuild +++ b/net-proxy/dante/dante-1.4.1-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.inet.no/pub/socks/${MY_P}.tar.gz" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="debug kerberos pam selinux static-libs tcpd upnp" CDEPEND=" diff --git a/net-voip/ekiga/ekiga-4.0.1-r1.ebuild b/net-voip/ekiga/ekiga-4.0.1-r1.ebuild index e3c202346a1d..3593beb5ea3c 100644 --- a/net-voip/ekiga/ekiga-4.0.1-r1.ebuild +++ b/net-voip/ekiga/ekiga-4.0.1-r1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="http://www.ekiga.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86" +KEYWORDS="alpha amd64 ~ia64 ppc ppc64 ~sparc x86" IUSE="dbus debug doc eds h323 ldap libnotify cpu_flags_x86_mmx pulseaudio +shm v4l xv zeroconf" # gconf is a hard requirement until this bug is fixed: diff --git a/net-wireless/bluez/bluez-5.43.ebuild b/net-wireless/bluez/bluez-5.43.ebuild index fa3b5701b728..85a1160307e0 100644 --- a/net-wireless/bluez/bluez-5.43.ebuild +++ b/net-wireless/bluez/bluez-5.43.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz" LICENSE="GPL-2+ LGPL-2.1+" SLOT="0/3" -KEYWORDS="amd64 arm ~arm64 ~hppa ~mips ppc ~ppc64 x86" +KEYWORDS="amd64 arm ~arm64 ~hppa ~mips ppc ppc64 x86" IUSE="cups doc debug deprecated extra-tools experimental +obex +readline selinux systemd test test-programs +udev" # Since this release all remaining extra-tools need readline support, but this could diff --git a/net-wireless/crda/crda-3.18-r1.ebuild b/net-wireless/crda/crda-3.18-r1.ebuild index eeae1aaed9aa..dd4ae57b49f5 100644 --- a/net-wireless/crda/crda-3.18-r1.ebuild +++ b/net-wireless/crda/crda-3.18-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="http://linuxwireless.org/download/crda/${P}.tar.xz LICENSE="ISC" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~ia64 ~mips ppc ~ppc64 ~sparc x86" +KEYWORDS="alpha amd64 arm ~arm64 ~ia64 ~mips ppc ppc64 ~sparc x86" IUSE="gcrypt libressl" RDEPEND="!gcrypt? ( diff --git a/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild b/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild index b7ab449a0066..97d163739ce9 100644 --- a/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild +++ b/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://pypi.python.org/pypi/python-wifi" SRC_URI="mirror://sourceforge/${PN}.berlios/${P}.tar.bz2" SLOT="0" -KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86" +KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86" LICENSE="LGPL-2.1 examples? ( GPL-2 )" IUSE="examples" diff --git a/profiles/package.mask b/profiles/package.mask index 56866b21b174..036b3ed00755 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -30,6 +30,20 @@ #--- END OF EXAMPLES --- +# Michael Orlitzky (02 Jan 2017) +# Ancient version, dead upstream, no homepage, experiencing +# build failures, no reverse dependencies -- we've hit all +# the checkboxes. Masked for removal in 30 days. Bug 604464. +dev-php/PHPonTrax + +# Michael Orlitzky (02 Jan 2017) +# Ancient versions long forgotten by upstream, and +# now experiencing build problems. Masked for removal +# in 30 days. Bug 604462. +dev-php/propel +dev-php/propel-generator +dev-php/propel-runtime + # Daniel Campbell (02 Jan 2016) # Google Code shutdown and change of versioning scheme # needs 'old' versions masked (v94 -> v1.0.0) @@ -99,16 +113,6 @@ dev-util/eric:5 # No reverse dependencies. Masked for removal in 30 days. net-analyzer/snips -# Johannes Huber (19 Dec 2016) -# Masked for removal in 14 days. Superseded by kde-apps/kde-l10n. -# No reverse dependencies. -kde-apps/ktp-l10n - -# Johannes Huber (19 Dec 2016) -# Masked for removal in 14 days. Superseded by dev-libs/kdiagram. -# No reverse dependencies. Never consumed by unmasked packages. -kde-apps/kdgantt2 - # Tim Harder (12 Dec 2016) # Outdated and broken in the tree. # Masked for removal in 30 days. @@ -226,10 +230,6 @@ app-mobilephone/gsmlib # Please migrate to it's successor - net-misc/bgpq3 net-misc/bgpq -# Lars Wendler (27 Oct 2016) -# Breaks build of some packages. See tracker bug #598186 ->=sys-devel/flex-2.6.2 - # Craig Andrews (25 Oct 2016) # >=media-tv/kodi-17.0_alpha requires >=media-video/ffmpeg-3.0 # which is hard masked see #574788 diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 7f2446a5a086..32a3766ab581 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1199,6 +1199,9 @@ app-vim/gentoo-syntax:ignore-glep31 - Remove GLEP 31 (UTF-8 file encodings) sett app-vim/vim-latex:html - Install HTML documentation app-vim/vim-latex:python - Enable python support which can help speed up some functionality app-vim/youcompleteme:clang - Enable semantic support for C-family languages using sys-devel/clang +dev-cpp/eigen:c++11 - Build using the C++11 standard +dev-cpp/eigen:cpu_flags_x86_f16c - Take advantage of CPU feature f16c +dev-cpp/eigen:cuda - Build with cuda support dev-cpp/glog:gflags - Use dev-cpp/gflags for flag parsing dev-cpp/glog:unwind - Use sys-libs/libunwind for stack unwinding instead of glibc/gcc (may be more reliable on x86_64) dev-cpp/libcmis:man - Build and install man pages. @@ -2344,6 +2347,7 @@ dev-python/matplotlib:pyside - Qt support via dev-python/pyside dev-python/mpmath:matplotlib - Add support for dev-python/matplotlib dev-python/mwlib:server - Install the daemons required when using mwlib for generating PDFs on a MediaWiki instance. dev-python/mwlib-rl:pdftk - Enable support for app-text/pdftk, required to generate TOCs +dev-python/nbdime:webtools - Install web-based diff and merge tools. dev-python/netaddr:cli - Enable netaddr shell with dev-python/ipython dev-python/nltk:numpy - Use numpy for the saved word tokenizer dev-python/numexpr:mkl - Enable support for Intel Vector Math Library, part of sci-libs/mkl. diff --git a/sci-biology/biopython/Manifest b/sci-biology/biopython/Manifest index 9e5a8d97a298..415ede89337b 100644 --- a/sci-biology/biopython/Manifest +++ b/sci-biology/biopython/Manifest @@ -1,3 +1 @@ -DIST biopython-1.65.tar.gz 12641342 SHA256 463cc81db84e9bfcdfb15629511c81ed556a6c0287e670dbfe80f03c65d2a88e SHA512 2a9c6a89d0279374c243938d13bfdd6f2b124a08afbfb0c262e1e4827c48a141fb9941f4cdb960f76b523f0ac152095a8c6ea566d9b469ce9daf8a7e7993f7af WHIRLPOOL 40757938c0eb7e30c9609ef5aa2d397fa21ad92cd20c9b6300cde1b381a0e6c21e4ebb7f4d25bf02651789437d7d86341154b907ccc0007759c17939f2e29da2 -DIST biopython-1.66.tar.gz 13724754 SHA256 5178ea3b343b1d8710f39205386093e5369ed653aa020e1b0c4b7622a59346c1 SHA512 6bb01f1058728f957527447df82ffbb9027e74564e81c8308b3404d033a0f12fef50da05b343bd4c4eae98508931eedc9c4bc23b2efdf36bbb49f1557fa52d71 WHIRLPOOL 0cfe3f4829ec72afa466b17cf6745cc334105713ebeeb06019e2df94acc1289aeb07a7bba70a50afeae00de90c48d2455a1af8cf26f916ceb4c0ab92a4a05fbd DIST biopython-1.68.tar.gz 14445813 SHA256 d1dc09d1ddc8e90833f507cf09f80fa9ee1537d319058d1c44fe9c09be3d0c1f SHA512 0ca994475654bb68ff326c8e86cbd4547cd87b42e1633dda039ad668e1298884b22e169f6b25ab514e929861334a93b7db6d057a3486cea9997ca2de95c61a69 WHIRLPOOL 9348354d0063efe0f9051f46e3be60540c5df21a43c094d74e64d37279736921d890cd639c904336eb21b2996e9948b8a050017b77569d2333ac80aa5b8bf156 diff --git a/sci-biology/biopython/biopython-1.65.ebuild b/sci-biology/biopython/biopython-1.65.ebuild deleted file mode 100644 index 64bb66cf81df..000000000000 --- a/sci-biology/biopython/biopython-1.65.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_4 pypy ) - -inherit distutils-r1 eutils - -DESCRIPTION="Python modules for computational molecular biology" -HOMEPAGE="http://www.biopython.org/ https://pypi.python.org/pypi/biopython/" -SRC_URI="http://www.biopython.org/DIST/${P}.tar.gz" - -LICENSE="HPND" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=" - dev-python/matplotlib[$(python_gen_usedep 'python*')] - dev-python/networkx[$(python_gen_usedep 'python*')] - dev-python/numpy[$(python_gen_usedep 'python*')] - dev-python/rdflib[$(python_gen_usedep 'python*')] - dev-python/pygraphviz[$(python_gen_usedep 'python2*')] - dev-python/reportlab[$(python_gen_usedep 'python*')] - media-gfx/pydot[$(python_gen_usedep 'python2*')] - " -DEPEND="${RDEPEND} - sys-devel/flex" - -DOCS=( CONTRIB DEPRECATED NEWS README Doc/. ) - -PATCHES=( "${FILESDIR}"/${P}-test-fix-backport.patch ) - -python_test() { - [[ ${EPYTHON} == pypy ]] && return - cd Tests || die - ${PYTHON} run_tests.py || die -} - -python_install_all() { - distutils-r1_python_install_all - - dodir /usr/share/${PN} - cp -r --preserve=mode Scripts Tests "${ED}"/usr/share/${PN} || die -} - -pkg_postinst() { - elog "For database support you need to install:" - optfeature "MySQL" dev-python/mysql-python - optfeature "PostGreSQL" dev-python/psycopg - echo - elog "Some applications need extra packages:" - optfeature "EMBOSS (The European Molecular Biology Open Software Suite)" sci-biology/emboss -} diff --git a/sci-biology/biopython/biopython-1.66.ebuild b/sci-biology/biopython/biopython-1.66.ebuild deleted file mode 100644 index 1e6a2a49f5ec..000000000000 --- a/sci-biology/biopython/biopython-1.66.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) - -inherit distutils-r1 eutils - -DESCRIPTION="Python modules for computational molecular biology" -HOMEPAGE="http://www.biopython.org/ https://pypi.python.org/pypi/biopython/" -SRC_URI="http://www.biopython.org/DIST/${P}.tar.gz" - -LICENSE="HPND" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=" - dev-python/matplotlib[$(python_gen_usedep 'python*')] - dev-python/networkx[$(python_gen_usedep 'python*')] - dev-python/numpy[$(python_gen_usedep 'python*')] - dev-python/rdflib[$(python_gen_usedep 'python*')] - dev-python/pygraphviz[$(python_gen_usedep 'python2*')] - dev-python/reportlab[$(python_gen_usedep 'python*')] - media-gfx/pydot[$(python_gen_usedep 'python2*')] - " -DEPEND="${RDEPEND} - sys-devel/flex" - -DOCS=( CONTRIB DEPRECATED NEWS README Doc/. ) - -python_test() { - distutils_install_for_testing - cp -r "${S}"/{Doc,Tests} "${TEST_DIR}"/lib/ || die - cd "${TEST_DIR}"/lib/Tests || die - rm ./test_BioSQL_psycopg2.py ./test_BioSQL_MySQLdb.py ./test_BioSQL_mysql_connector.py || die - ${PYTHON} run_tests.py --offline --verbose || die -} - -python_install_all() { - distutils-r1_python_install_all - - dodir /usr/share/${PN} - cp -r --preserve=mode Scripts Tests "${ED}"/usr/share/${PN} || die -} - -pkg_postinst() { - elog "For database support you need to install:" - optfeature "MySQL" dev-python/mysql-python - optfeature "PostGreSQL" dev-python/psycopg - echo - elog "Some applications need extra packages:" - optfeature "EMBOSS (The European Molecular Biology Open Software Suite)" sci-biology/emboss -} diff --git a/sci-biology/biopython/files/biopython-1.65-test-fix-backport.patch b/sci-biology/biopython/files/biopython-1.65-test-fix-backport.patch deleted file mode 100644 index 2efdef97d799..000000000000 --- a/sci-biology/biopython/files/biopython-1.65-test-fix-backport.patch +++ /dev/null @@ -1,40 +0,0 @@ -From 08c72f8778a87701586a03dffcce33c7589bc6d7 Mon Sep 17 00:00:00 2001 -From: Peter Cock -Date: Sun, 18 Jan 2015 02:07:54 +0000 -Subject: [PATCH] Clearer error message; update failing test. - -One of the orchid examples now returns different enough -results that the test was failing. The new error message -makes it much easier to pick another positive example to -add to the the white-list. ---- - Tests/test_NCBI_qblast.py | 9 +++++---- - 1 file changed, 5 insertions(+), 4 deletions(-) - -diff --git a/Tests/test_NCBI_qblast.py b/Tests/test_NCBI_qblast.py -index 88bfe61..19f7b35 100644 ---- a/Tests/test_NCBI_qblast.py -+++ b/Tests/test_NCBI_qblast.py -@@ -66,7 +66,7 @@ def test_orchid_est(self): - AGCCATGGATTTCTCAGAAGAAAATGATTATACTTCTTAATCAGGCAACTGATATTATCAATTTATGGCA - GCAGAGTGGTGGCTCCTTGTCCCAGCAGCAGTAATTACTTTTTTTTCTCTTTTTGTTTCCAAATTAAGAA - ACATTAGTATCATATGGCTATTTGCTCAATTGCAGATTTCTTTCTTTTGTGAATG""", -- 0.0000001, None, ["21554275", "18409071", "296087288"]) -+ 0.0000001, None, ["21554275", "18409071", "296087288", "566183510"]) - - def run_qblast(self, program, database, query, e_value, entrez_filter, expected_hits): - try: -@@ -120,9 +120,10 @@ def run_qblast(self, program, database, query, e_value, entrez_filter, expected_ - print("Update this test to have some redundancy...") - for alignment in record.alignments: - print(alignment.hit_id) -- assert found_result, "Missing all of %s in alignments" \ -- % ", ".join(expected_hits) -- self.assertTrue(found_result) -+ self.assertTrue(found_result, -+ "Missing all expected hits (%s), instead have: %s" -+ % (", ".join(expected_hits), -+ ", ".join(a.hit_id for a in record.alignments))) - - # Check the expected result(s) are found in the descriptions - if expected_hits is None: diff --git a/sci-biology/rebase/Manifest b/sci-biology/rebase/Manifest index c298e33d0d41..00e400e4958f 100644 --- a/sci-biology/rebase/Manifest +++ b/sci-biology/rebase/Manifest @@ -1,8 +1,3 @@ -DIST rebase-1602.tar.xz 101007300 SHA256 26257dc10a6aba54024772956ae03e8530d4b2176db60dcc386427196a936d0b SHA512 7a00a11019124a835ef3d328c33cc4ab9d59665b3c929cf02a44bc09de8ca53185b939057705ee6ce79eeddc9ca9b8246582895b949dd38abe9066a380e3a2c9 WHIRLPOOL fac62146ab6ff09895cc9e4ece2b4869910c90c342051c5446085267585362adcc8a30af66a58d068d86c3eb6e7a37ceb32224a69114aa629a62a958fae09ed0 -DIST rebase-1604.tar.xz 102817536 SHA256 f234eadba5aa30573d664c9d9caab480ecbb383f0beab256e149296ee5d982ef SHA512 8ba6a24a8cf1b71a1ac2e0fb1634c0307d570af459fc940639046bd57362f3750e5f0390bcb7f3c7d2b924e1a5bf02825b5feb87a1f7d670d755f3b843df91a3 WHIRLPOOL 8ccaf435d7582fe1b86676037aaf7b0db742cd8d998a55d400f941a94e53731e1814028e1fed1be46f53bea702b570a1bffd73ba328ee06db17adcd731e3733c DIST rebase-1607.tar.xz 111124484 SHA256 2d795db3cc8cf7ff22eda983334e480b9c7b61c5b5ed9d38e2d626489fc4cefe SHA512 b166f75d6d82efe68f9e2521e26c7dc1bf34dde168d6eb94195f2f938316b0c7d06a11684de7d71e9bef2f3051a12c848c87a0d48bb6e148f6f84e9f694ced48 WHIRLPOOL 823054e6b366b707ba1be105fd6172f315358ba07ac8cfb7bbafdac3b9f14718e3406bb4b1c048b18dc8422ead4da09512b61758470bd5ca6a8d9141ebb5c578 -DIST rebase-1608.tar.xz 113417576 SHA256 ce8872adbe09c756af4bded43bde43e45d82b14642454fad05da8deef271bb81 SHA512 989d353cb9d73039d6c08805c4d32dbef1bdd37683f4c2ead5fa4889eae05bf3bdba54214d199b87961d8ace4d950f21dbc749e955867f8c6ccac766c7a06520 WHIRLPOOL bc89aa9230680ac08d3c17f7068bb45cb28dbf45038ffda5c2b4660fe366cdc32376ca32439953a2faa7524c6a5c4811a124288b85cf8320ef324458e3957d70 -DIST rebase-1609.tar.xz 140865364 SHA256 0799f4a1dae79eaea6629425f6dae104951b94777dc58866adceb4277c577f51 SHA512 3a06a67c7df78f3eb6214dece1f2045ce2610cf34efc8f9eb34b97ca2aa818ea9b52124da1b44895a5a53ec45b19bb78f0cc036b2053e28f1cb72087cd42ad35 WHIRLPOOL fcd5ff5674465cab269dbe8c4f7e5c2c33f6b3b2a515e3f1c1a8c8b60fc68ecca1f48ea4c363ce52b77ddfd50e8fc9c22aad69b7ebc190ccdcfcd2b52d3bc27b -DIST rebase-1611.tar.xz 117976252 SHA256 fcfe506c8f018b8d7b43c5f87e4125310e43d2d2ea5f3ea6b3523f9d23ae7d1c SHA512 33287d497e399a7cfb8e7dc6e2b905553303b4b8dce49066eafc3f48cac47e9e3fd8c8736a7a0352ed5fd5da39aca220ed59884f887a5588cedc2d5e56b6e764 WHIRLPOOL 52758d6017e0725bd2f84cb2cd4f16b3965a21f45a664ed71078d50b95a64664239936a605052bc3b34ef67e70cb96fd5b1e2005bdc699be9cff9f919b197734 DIST rebase-1612.tar.xz 122519992 SHA256 eb94346564c43244c5959b5948fe59f0ebe9e2590978f1ec8787a3395e918368 SHA512 3936749465f828d1b5922b4c75635a678e2e865cef88084d819291227bd1404e56edbc208e986a7373c32ff0172709cfcb8c4343f8512fbdacf39666f97c5026 WHIRLPOOL 729aa68437b48e3bcbaaf3747feaaf7090a612d2a05658a28ca74b8c58b3227718b0ca9d17a9d5caba42ba02cb6d11fe8bc34796bf385a8310bed2aecae20985 DIST rebase-1701.tar.xz 120604368 SHA256 cc8cf90f874dcb179b9f7654780ff783066fa6a67fffb90d6ac08d2917fa671b SHA512 1833db9d78508bbd5317f9b42b0e8129096f1695d5a14d5e2b6043bc94091a76ac404c576ad622be4e32c46aff7975a7ec3e36c3da71ce3ce1665868ee0d77cb WHIRLPOOL 641b755b92e8aa9ca2d9a69760d0414a95f38512fa235a9856a953398d5ab0c853bb4743f6790aada1d90f968bfaa76c0651aadea842fff9700941c506a29ecd diff --git a/sci-biology/rebase/rebase-1602.ebuild b/sci-biology/rebase/rebase-1602.ebuild deleted file mode 100644 index 875464d50ed0..000000000000 --- a/sci-biology/rebase/rebase-1602.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MY_PV=${PV#1} - -DESCRIPTION="A restriction enzyme database" -HOMEPAGE="http://rebase.neb.com" -SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" - -SLOT="0" -LICENSE="public-domain" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" -IUSE="emboss minimal" - -RDEPEND="emboss? ( >=sci-biology/emboss-5.0.0 )" -DEPEND="${RDEPEND}" - -RESTRICT="binchecks strip" - -src_compile() { - if use emboss; then - echo; einfo "Indexing Rebase for usage with EMBOSS." - mkdir REBASE || die - EMBOSS_DATA="." rebaseextract -auto -infile withrefm.${MY_PV} \ - -protofile proto.${MY_PV} -equivalences \ - || die "Indexing Rebase failed." - echo - fi -} - -src_install() { - if ! use minimal; then - insinto /usr/share/${PN} - doins withrefm.${MY_PV} proto.${MY_PV} - fi - newdoc REBASE.DOC README - if use emboss; then - insinto /usr/share/EMBOSS/data/REBASE - doins REBASE/embossre.{enz,ref,sup} - insinto /usr/share/EMBOSS/data - doins REBASE/embossre.equ - fi -} diff --git a/sci-biology/rebase/rebase-1604.ebuild b/sci-biology/rebase/rebase-1604.ebuild deleted file mode 100644 index 436b460d7080..000000000000 --- a/sci-biology/rebase/rebase-1604.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MY_PV=${PV#1} - -DESCRIPTION="A restriction enzyme database" -HOMEPAGE="http://rebase.neb.com" -SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" - -SLOT="0" -LICENSE="public-domain" -KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" -IUSE="emboss minimal" - -RDEPEND="emboss? ( >=sci-biology/emboss-5.0.0 )" -DEPEND="${RDEPEND}" - -RESTRICT="binchecks strip" - -src_compile() { - if use emboss; then - echo; einfo "Indexing Rebase for usage with EMBOSS." - mkdir REBASE || die - EMBOSS_DATA="." rebaseextract -auto -infile withrefm.${MY_PV} \ - -protofile proto.${MY_PV} -equivalences \ - || die "Indexing Rebase failed." - echo - fi -} - -src_install() { - if ! use minimal; then - insinto /usr/share/${PN} - doins withrefm.${MY_PV} proto.${MY_PV} - fi - newdoc REBASE.DOC README - if use emboss; then - insinto /usr/share/EMBOSS/data/REBASE - doins REBASE/embossre.{enz,ref,sup} - insinto /usr/share/EMBOSS/data - doins REBASE/embossre.equ - fi -} diff --git a/sci-biology/rebase/rebase-1608.ebuild b/sci-biology/rebase/rebase-1608.ebuild deleted file mode 100644 index 9adb365ae5f1..000000000000 --- a/sci-biology/rebase/rebase-1608.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MY_PV=${PV#1} - -DESCRIPTION="A restriction enzyme database" -HOMEPAGE="http://rebase.neb.com" -SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" - -SLOT="0" -LICENSE="public-domain" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" -IUSE="emboss minimal" - -RDEPEND="emboss? ( >=sci-biology/emboss-5.0.0 )" -DEPEND="${RDEPEND}" - -RESTRICT="binchecks strip" - -src_compile() { - if use emboss; then - echo; einfo "Indexing Rebase for usage with EMBOSS." - mkdir REBASE || die - EMBOSS_DATA="." rebaseextract -auto -infile withrefm.${MY_PV} \ - -protofile proto.${MY_PV} -equivalences \ - || die "Indexing Rebase failed." - echo - fi -} - -src_install() { - if ! use minimal; then - insinto /usr/share/${PN} - doins withrefm.${MY_PV} proto.${MY_PV} - fi - newdoc REBASE.DOC README - if use emboss; then - insinto /usr/share/EMBOSS/data/REBASE - doins REBASE/embossre.{enz,ref,sup} - insinto /usr/share/EMBOSS/data - doins REBASE/embossre.equ - fi -} diff --git a/sci-biology/rebase/rebase-1609.ebuild b/sci-biology/rebase/rebase-1609.ebuild deleted file mode 100644 index 47f2e4366830..000000000000 --- a/sci-biology/rebase/rebase-1609.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -MY_PV=${PV#1} - -DESCRIPTION="A restriction enzyme database" -HOMEPAGE="http://rebase.neb.com" -SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" - -SLOT="0" -LICENSE="public-domain" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" -IUSE="emboss minimal" - -RDEPEND="emboss? ( >=sci-biology/emboss-5.0.0 )" -DEPEND="${RDEPEND}" - -RESTRICT="binchecks strip" - -src_compile() { - if use emboss; then - echo; einfo "Indexing Rebase for usage with EMBOSS." - mkdir REBASE || die - EMBOSS_DATA="." rebaseextract -auto -infile withrefm.${MY_PV} \ - -protofile proto.${MY_PV} -equivalences \ - || die "Indexing Rebase failed." - echo - fi -} - -src_install() { - if ! use minimal; then - insinto /usr/share/${PN} - doins withrefm.${MY_PV} proto.${MY_PV} - fi - newdoc REBASE.DOC README - if use emboss; then - insinto /usr/share/EMBOSS/data/REBASE - doins REBASE/embossre.{enz,ref,sup} - insinto /usr/share/EMBOSS/data - doins REBASE/embossre.equ - fi -} diff --git a/sci-biology/rebase/rebase-1611.ebuild b/sci-biology/rebase/rebase-1611.ebuild deleted file mode 100644 index 47f2e4366830..000000000000 --- a/sci-biology/rebase/rebase-1611.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -MY_PV=${PV#1} - -DESCRIPTION="A restriction enzyme database" -HOMEPAGE="http://rebase.neb.com" -SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" - -SLOT="0" -LICENSE="public-domain" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" -IUSE="emboss minimal" - -RDEPEND="emboss? ( >=sci-biology/emboss-5.0.0 )" -DEPEND="${RDEPEND}" - -RESTRICT="binchecks strip" - -src_compile() { - if use emboss; then - echo; einfo "Indexing Rebase for usage with EMBOSS." - mkdir REBASE || die - EMBOSS_DATA="." rebaseextract -auto -infile withrefm.${MY_PV} \ - -protofile proto.${MY_PV} -equivalences \ - || die "Indexing Rebase failed." - echo - fi -} - -src_install() { - if ! use minimal; then - insinto /usr/share/${PN} - doins withrefm.${MY_PV} proto.${MY_PV} - fi - newdoc REBASE.DOC README - if use emboss; then - insinto /usr/share/EMBOSS/data/REBASE - doins REBASE/embossre.{enz,ref,sup} - insinto /usr/share/EMBOSS/data - doins REBASE/embossre.equ - fi -} diff --git a/sci-calculators/hcalc/Manifest b/sci-calculators/hcalc/Manifest index cce056387a6d..03b0e9a5d1ff 100644 --- a/sci-calculators/hcalc/Manifest +++ b/sci-calculators/hcalc/Manifest @@ -1,2 +1 @@ DIST hcalc-1.2.tar.xz 15456 SHA256 4e453e6ed9f83689c63f913492725e5243d9511eb8892520ba2ea202c1feb5bc SHA512 c21dac80d31f7adc5a1e7a02e5a755ac8d68547a9f25622d55e6d87c924a2535ac496ecfebcae52b1995aa414362a9005be4e2b390d0e01dab22bd692b16bf49 WHIRLPOOL b6232b4535f87db41ed040acb53067de927e30c280b09300807e77dd0c367929ec48c22e80417540f0df49330d41d687edd47752fa729f0641579214a9ccbc6e -DIST hcalc.tar.gz 6014 SHA256 03f6fcdeb9cfafc54d4d9a138ae3489c90b529b3576434847bcc753359bdccf8 SHA512 24962ad7fc321435646b69a269780ca2c4466c3911a91e77cc13ec18c9e6ad9ce353ae58accb2f337309f1e962d59b3ab98a9a66ba119859a529106ba4f249e8 WHIRLPOOL 092369945603bcc9702526e76dcbb2244d3871a3ef20ae73c6d990c27cc1ba3980c086394fb7cddb103b7678c7d96fcfeeb1939f3d357b3f80f42d69882982d0 diff --git a/sci-calculators/hcalc/files/1.0-gentoo.patch b/sci-calculators/hcalc/files/1.0-gentoo.patch deleted file mode 100644 index a2b24031fab8..000000000000 --- a/sci-calculators/hcalc/files/1.0-gentoo.patch +++ /dev/null @@ -1,57 +0,0 @@ -diff --git a/Makefile b/Makefile -index 5386821..eb5db3e 100644 ---- a/Makefile -+++ b/Makefile -@@ -1,5 +1,5 @@ --CC = gcc --CFLAGS = -g -O2 -MMD -+CC ?= gcc -+CFLAGS += -MMD - - OBJS = \ - hcalc.o \ -@@ -10,7 +10,7 @@ OBJS = \ - $E - - hcalc : $(OBJS) -- gcc -o $@ $^ -L/usr/X11R6/lib -lXpm -lX11 -+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ -lXpm -lX11 - - clean : - -rm -f *.o *.d *~ \#* hcalc core -diff --git a/draw.c b/draw.c -index 5bde83d..c3bdeb2 100644 ---- a/draw.c -+++ b/draw.c -@@ -3,6 +3,7 @@ - http://www.delorie.com/store/hcalc/ - */ - #include "hcalc.h" -+#include - - static char shown_offsets[15]; - static int shown_bitmask; -diff --git a/input.c b/input.c -index d7de47c..f1d45f5 100644 ---- a/input.c -+++ b/input.c -@@ -5,6 +5,7 @@ - #include "hcalc.h" - #include - #include -+#include - - char pending_op = 0; - int making_number = 0; -diff --git a/setupx.c b/setupx.c -index 238c1e2..74e574b 100644 ---- a/setupx.c -+++ b/setupx.c -@@ -3,6 +3,7 @@ - http://www.delorie.com/store/hcalc/ - */ - #include "hcalc.h" -+#include - - Display *display=0; - int screen=0; diff --git a/sci-calculators/hcalc/hcalc-1.0-r1.ebuild b/sci-calculators/hcalc/hcalc-1.0-r1.ebuild deleted file mode 100644 index a920e559fc90..000000000000 --- a/sci-calculators/hcalc/hcalc-1.0-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit eutils toolchain-funcs - -DESCRIPTION="DJ's Hex Calculator" -HOMEPAGE="http://www.delorie.com/store/hcalc/" -SRC_URI="http://www.delorie.com/store/hcalc/${PN}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND=" - x11-libs/libX11 - x11-libs/libXpm" -DEPEND="${RDEPEND}" - -S="${WORKDIR}" - -src_prepare() { - epatch "${FILESDIR}"/${PV}-gentoo.patch - tc-export CC -} - -src_install() { - dobin ${PN} -} - -pkg_postinst() { - einfo "Enter hcalc to run and use kill or ctrl-c to exit." -} diff --git a/sci-calculators/hexcalc/hexcalc-1.11-r2.ebuild b/sci-calculators/hexcalc/hexcalc-1.11-r2.ebuild deleted file mode 100644 index 5702a0f062bb..000000000000 --- a/sci-calculators/hexcalc/hexcalc-1.11-r2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit eutils toolchain-funcs - -DESCRIPTION="A simple hex calculator for X" -HOMEPAGE="ftp://ftp.x.org/R5contrib/" -SRC_URI="ftp://ftp.x.org/R5contrib/${PN}.tar.Z" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="x11-libs/libXaw" -DEPEND="${RDEPEND} - x11-misc/imake - app-text/rman" - -S=${WORKDIR}/${PN} - -src_prepare() { - epatch "${FILESDIR}"/${PN}-* -} - -src_compile() { - xmkmf || die - emake \ - CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS}" \ - CCLINK="$(tc-getCC)" \ - LDOPTIONS="${LDFLAGS}" -} - -src_install() { - dobin ${PN} - newman ${PN}.{man,1} -} diff --git a/sci-calculators/hexcalc/metadata.xml b/sci-calculators/hexcalc/metadata.xml index dfcd92cf5223..b1603edfbf93 100644 --- a/sci-calculators/hexcalc/metadata.xml +++ b/sci-calculators/hexcalc/metadata.xml @@ -1,11 +1,11 @@ - - sci@gentoo.org - Gentoo Science Project - - + + sci@gentoo.org + Gentoo Science Project + + hexcalc is a mutli-radix calculator that offers the standard C integer operations. diff --git a/sci-calculators/speedcrunch/Manifest b/sci-calculators/speedcrunch/Manifest index 62da5f46f12c..11ab180808ba 100644 --- a/sci-calculators/speedcrunch/Manifest +++ b/sci-calculators/speedcrunch/Manifest @@ -1,2 +1 @@ -DIST speedcrunch-0.10.1.tar.gz 1722124 SHA256 9d4e4ddd8bc6a60d59b9cb4815511ba20a5767719928eae3729e4df6c96dec84 SHA512 cafd2dc80d4925e0228648883e0117dfe8f7f80b715fc1a97586c19d4f5790833d422aacc117f5beafc18918c116004cb8fce5701b801280f1e9e74a5933d037 WHIRLPOOL b58527f0337fea4c1798802e9d16b1a26de563b963334c8215f06e0502836c1c6eeff590f66222780645050642904600fd44eaee490e86344506cc6cc45ff1cd DIST speedcrunch-0.11.tar.gz 1516510 SHA256 3632f2b40ac628d2665c838643cc99c50e89b60f54ac2a82b4533d254f0cb6eb SHA512 19d7d5b80709063768abf7076a95e25b7c16956dd20ab181d3876b87bc26e7d8c18820a7ca23af22ea3b52d67de12238b7a106e575415ee755c8c204f732eaf1 WHIRLPOOL 14bca4dfc37e3d9c7fa1ae998a9b30831bf1d9b49ba6370ad38a545d56a37d7b0b7cfbc44040f605d1b95b3a373774d1ef5013eba9afc9a45e62d05f47ab1f30 diff --git a/sci-calculators/speedcrunch/files/speedcrunch-0.10.1-iconname.patch b/sci-calculators/speedcrunch/files/speedcrunch-0.10.1-iconname.patch deleted file mode 100644 index 3e716e869114..000000000000 --- a/sci-calculators/speedcrunch/files/speedcrunch-0.10.1-iconname.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gui/aboutbox.cpp.orig 2008-11-17 20:12:32.000000000 +0000 -+++ src/gui/aboutbox.cpp 2008-11-17 20:12:50.000000000 +0000 -@@ -209,7 +209,7 @@ - infoLabel->setOpenExternalLinks( true ); - - QLabel * iconLabel = new QLabel( this ); -- iconLabel->setPixmap( QPixmap( ":/crunch.png" ) ); -+ iconLabel->setPixmap( QPixmap( ":/speedcrunch.png" ) ); - iconLabel->setAlignment( Qt::AlignVCenter | Qt::AlignRight ); - - MarqueeText * marqueeText = new MarqueeText( this ); diff --git a/sci-calculators/speedcrunch/speedcrunch-0.10.1.ebuild b/sci-calculators/speedcrunch/speedcrunch-0.10.1.ebuild deleted file mode 100644 index 6db83dea83b5..000000000000 --- a/sci-calculators/speedcrunch/speedcrunch-0.10.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit eutils cmake-utils - -DESCRIPTION="A fast and usable calculator for power users" -HOMEPAGE="https://code.google.com/p/speedcrunch/" -SRC_URI="https://speedcrunch.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="doc" - -DEPEND="dev-qt/qtgui:4" -RDEPEND="${DEPEND}" - -LANGS="ca cs de en es es_AR eu fi fr he id it nb nl no pl - pt pt_BR ro ru sv tr zh_CN" -for lang in ${LANGS}; do - IUSE="${IUSE} linguas_${lang}" -done - -S="${WORKDIR}/${P}/src" - -src_prepare( ) { - epatch "${FILESDIR}"/${P}-iconname.patch - # regenerate translations - lrelease speedcrunch.pro || die - local lang - for lang in ${LANGS}; do - if ! use linguas_${lang}; then - sed -i -e "s:i18n/${lang}\.qm::" Translations.cmake || die - sed -i -e "s:books/${lang}::" CMakeLists.txt || die - fi - done -} - -src_install() { - cmake-utils_src_install - cd .. - dodoc ChangeLog ChangeLog.floatnum HACKING.txt LISEZMOI README TRANSLATORS - use doc && dodoc doc/*.pdf -} diff --git a/sci-calculators/speedcrunch/speedcrunch-0.11-r1.ebuild b/sci-calculators/speedcrunch/speedcrunch-0.11-r1.ebuild deleted file mode 100644 index 137bcb35f964..000000000000 --- a/sci-calculators/speedcrunch/speedcrunch-0.11-r1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PLOCALES="ca_ES cs_CZ de_DE en_GB en_US es_AR es_ES et_EE eu_ES fi_FI - fr_FR he_IL hu_HU id_ID it_IT ja_JP ko_KR lv_LV nb_NO nl_NL pl_PL pt_BR - pt_PT ro_RO ru_RU sv_SE vi_VN zh_CN" - -CMAKE_MAKEFILE_GENERATOR=ninja - -inherit cmake-utils l10n - -DESCRIPTION="Fast and usable calculator for power users" -HOMEPAGE="http://speedcrunch.org/" -SRC_URI="https://github.com/${PN}/SpeedCrunch/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc" - -DEPEND="dev-qt/qtgui:4" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/SpeedCrunch-${PV}/src" - -src_prepare() { - my_rm_loc() { - rm "resources/locale/${1}.qm" || die - sed -i resources/speedcrunch.qrc \ - -e "s|locale/${1}.qm||" || die - sed -i gui/mainwindow.cpp \ - -e "s|map.insert(QString::fromUtf8(\".*, QLatin1String(\"${1}\"));||" || die - } - - l10n_find_plocales_changes 'resources/locale' '' '.qm' - l10n_for_each_disabled_locale_do my_rm_loc - - cmake-utils_src_prepare -} - -src_install() { - cmake-utils_src_install - cd .. || die - doicon -s scalable gfx/speedcrunch.svg - use doc && dodoc doc/*.pdf -} diff --git a/sci-calculators/wcalc/wcalc-2.5.ebuild b/sci-calculators/wcalc/wcalc-2.5.ebuild index a7bcf8d2591b..e782951e50c3 100644 --- a/sci-calculators/wcalc/wcalc-2.5.ebuild +++ b/sci-calculators/wcalc/wcalc-2.5.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/w-calc/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="readline" RDEPEND=" diff --git a/sci-geosciences/gpsd/gpsd-3.10.ebuild b/sci-geosciences/gpsd/gpsd-3.10.ebuild index e4f69b7027c8..ba03dff0b9e8 100644 --- a/sci-geosciences/gpsd/gpsd-3.10.ebuild +++ b/sci-geosciences/gpsd/gpsd-3.10.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 else SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz" - KEYWORDS="amd64 ~arm ppc ~ppc64 x86" + KEYWORDS="amd64 ~arm ppc ppc64 x86" fi DESCRIPTION="GPS daemon and library for USB/serial GPS devices and GPS/mapping clients" diff --git a/sci-libs/ccfits/ccfits-2.4.ebuild b/sci-libs/ccfits/ccfits-2.4.ebuild deleted file mode 100644 index 1854ee89b426..000000000000 --- a/sci-libs/ccfits/ccfits-2.4.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 -inherit eutils autotools - -MYPN=CCfits -MYP=${MYPN}-${PV} - -DESCRIPTION="C++ interface for cfitsio" -HOMEPAGE="http://heasarc.gsfc.nasa.gov/fitsio/CCfits/" -SRC_URI="${HOMEPAGE}/${MYP}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="doc static-libs" - -RDEPEND=">=sci-libs/cfitsio-3.080" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${MYPN}" - -src_prepare() { - # avoid building cookbook by default and no rpath - epatch "${FILESDIR}"/${PN}-2.2-makefile.patch - AT_M4DIR=config/m4 eautoreconf -} - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install () { - default - use doc && dodoc *.pdf && dohtml -r html/* -} diff --git a/sci-libs/ccfits/metadata.xml b/sci-libs/ccfits/metadata.xml index 1e9d88071b93..a328d442c418 100644 --- a/sci-libs/ccfits/metadata.xml +++ b/sci-libs/ccfits/metadata.xml @@ -1,11 +1,11 @@ - - sci@gentoo.org - Gentoo Science Project - - + + sci@gentoo.org + Gentoo Science Project + + CCfits is an object oriented interface to the cfitsio library. It is designed to make the capabilities of cfitsio available to programmers working in C++. It is written in ANSI C++ and diff --git a/sci-libs/cqrlib/Manifest b/sci-libs/cqrlib/Manifest index 63fd502a427d..71449626fe77 100644 --- a/sci-libs/cqrlib/Manifest +++ b/sci-libs/cqrlib/Manifest @@ -1,2 +1 @@ -DIST CQRlib-1.1.2.tar.gz 43082 SHA256 af3cf2402974579f3c6efc6a6174a5da52786db4bfee9d38d504d93bc42410fd SHA512 41510d0a03ef48385896be6695b8ca328d56dc7d0ef82db2e46108913d814d3545febe76114589ee6fa3bfad75a2832d98120ec966e052245a3b4f0e684c2b9f WHIRLPOOL 2c1de60f88b5cfb9c5e406bc2b9f93617c7ef390ae290716bcec891b17ec8388bab37bf9bed4ed87c1796a6af2c6d0a6d95086fb4c971941306810f30849d3f5 DIST CQRlib-1.1.3.tar.gz 93987 SHA256 90ecd9aabfb72e55e56957c7b233910d18b8c2bb522a8e59eddbcc4618c72d0e SHA512 49ee134171bc4736513556781cc978599a3017c0692cf48fba876b2cf8d846ff9b1bbce41c0beba3836701de0dc00d987142253683cd9c1da71586435a5c4010 WHIRLPOOL 244be95a8f2d73a62010c03b6ceb587fd9265c5144ff3e47c81965f65adc655394a45800aacd2ceb75c54fe4943ab31739344dee8ea29d67fbdc47273136ee1a diff --git a/sci-libs/cqrlib/cqrlib-1.1.2-r1.ebuild b/sci-libs/cqrlib/cqrlib-1.1.2-r1.ebuild deleted file mode 100644 index 4d3866d68b6a..000000000000 --- a/sci-libs/cqrlib/cqrlib-1.1.2-r1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit eutils flag-o-matic multilib toolchain-funcs versionator - -MY_PN=CQRlib -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Utility library for quaternion arithmetic / rotation math (ANSI C implemented)" -HOMEPAGE="http://cqrlib.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="dev-libs/cvector" -DEPEND="${RDEPEND}" - -S="${WORKDIR}"/${MY_P} - -src_prepare() { - epatch "${FILESDIR}"/1.0.6-gentoo.patch -} - -src_compile() { - sed "s:GENTOOLIBDIR:$(get_libdir):g" -i Makefile || die - append-flags -ansi - emake \ - CC=$(tc-getCC) \ - CXX=$(tc-getCXX) \ - CFLAGS="${CFLAGS}" \ - CPPFLAGS="${CXXFLAGS} -DCQR_NOCCODE=1" \ - all -} - -src_test() { - emake -j1 \ - CC=$(tc-getCC) \ - CXX=$(tc-getCXX) \ - CFLAGS="${CFLAGS}" \ - tests -} - -src_install() { - emake -j1 DESTDIR="${ED}" install - - rm -f "${ED}"/usr/$(get_libdir)/*.la || die - - dodoc README_CQRlib.txt - dohtml README_CQRlib.html -} diff --git a/sci-libs/cqrlib/files/1.0.3-LDFLAGS.patch b/sci-libs/cqrlib/files/1.0.3-LDFLAGS.patch deleted file mode 100644 index 491eb9179aec..000000000000 --- a/sci-libs/cqrlib/files/1.0.3-LDFLAGS.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- Makefile 2009-07-08 18:12:50.000000000 +0200 -+++ Makefile.new 2009-07-25 13:18:36.000000000 +0200 -@@ -86,10 +86,10 @@ - endif - - COMPILE_COMMAND = $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) $(INCLUDES) $(WARNINGS) -c --LIBRARY_LINK_COMMAND = $(LIBTOOL) --mode=link $(CC) -version-info $(VERSION) -release $(RELEASE) -rpath $(INSTALLDIR)/lib --BUILD_COMMAND_LOCAL = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(INCLUDES) --BUILD_COMMAND_DYNAMIC = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -dynamic -I $(INSTALLDIR)/include -L$(INSTALLDIR)/lib --BUILD_COMMAND_STATIC = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -static -I $(INSTALLDIR)/include -L$(INSTALLDIR)/lib -+LIBRARY_LINK_COMMAND = $(LIBTOOL) --mode=link $(CC) -version-info $(VERSION) -release $(RELEASE) $(LDFLAGS) -+BUILD_COMMAND_LOCAL = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) $(INCLUDES) -+BUILD_COMMAND_DYNAMIC = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -dynamic -+BUILD_COMMAND_STATIC = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -static - INSTALL_COMMAND = $(LIBTOOL) --mode=install cp - INSTALL_FINISH_COMMAND = $(LIBTOOL) --mode=finish - diff --git a/sci-libs/cqrlib/files/1.0.3-dynlib.patch b/sci-libs/cqrlib/files/1.0.3-dynlib.patch deleted file mode 100644 index cb2a663cea2b..000000000000 --- a/sci-libs/cqrlib/files/1.0.3-dynlib.patch +++ /dev/null @@ -1,45 +0,0 @@ -diff --git a/Makefile b/Makefile -index e21d52e..4a22862 100644 ---- a/Makefile -+++ b/Makefile -@@ -85,7 +85,7 @@ else - INCLUDES = -I$(INC) - endif - --COMPILE_COMMAND = $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) $(INCLUDES) $(WARNINGS) -c -+COMPILE_COMMAND = $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) $(INCLUDES) $(WARNINGS) -shared -c - LIBRARY_LINK_COMMAND = $(LIBTOOL) --mode=link $(CC) -version-info $(VERSION) -release $(RELEASE) $(LDFLAGS) - BUILD_COMMAND_LOCAL = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) $(INCLUDES) - BUILD_COMMAND_DYNAMIC = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -dynamic -@@ -93,8 +93,8 @@ BUILD_COMMAND_STATIC = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -sta - INSTALL_COMMAND = $(LIBTOOL) --mode=install cp - INSTALL_FINISH_COMMAND = $(LIBTOOL) --mode=finish - --OBJ_EXT = lo --LIB_EXT = la -+OBJ_EXT = o -+LIB_EXT = so - - ###################################################################### - # You should not need to make modifications below this line # -@@ -178,8 +178,7 @@ default: - # Compile the library and examples - # - all: $(LIB) $(BIN) $(SOURCE) $(HEADERS) \ -- $(LIB)/libCQRlib.$(LIB_EXT) \ -- $(BIN)/CQRlibTest -+ $(LIB)/libCQRlib.$(LIB_EXT) - - install: all $(INSTALLDIR) $(INSTALLDIR)/lib $(INSTALLDIR)/include \ - $(INC) $(LIB)/libCQRlib.$(LIB_EXT) $(INC)/cqrlib.h -@@ -229,8 +228,8 @@ $(BIN): - # CQRlib library - # - $(LIB)/libCQRlib.$(LIB_EXT): $(SOURCE) $(HEADERS) $(COMMONDEP) -- $(COMPILE_COMMAND) -c $(SOURCE) -- $(LIBRARY_LINK_COMMAND) -o $(LIB)/libCQRlib.$(LIB_EXT) *.$(OBJ_EXT) -+ $(CC) $(CFLAGS) -fPIC -c $(SOURCE) -o cqrlib.o -I. -+ $(CC) $(LDFLAGS) -Wl,--soname,libCQRlib.so.1 -shared -o libCQRlib.so.$(RELEASE) *.$(OBJ_EXT) -lm - - # - # CQRlibTest example program diff --git a/sci-libs/cqrlib/files/1.0.5-gentoo.patch b/sci-libs/cqrlib/files/1.0.5-gentoo.patch deleted file mode 100644 index a5e7772e91ba..000000000000 --- a/sci-libs/cqrlib/files/1.0.5-gentoo.patch +++ /dev/null @@ -1,91 +0,0 @@ -diff --git a/Makefile b/Makefile -index ffd3114..cd9891d 100644 ---- a/Makefile -+++ b/Makefile -@@ -88,7 +88,7 @@ INCLUDES = -I$(INC) - endif - - COMPILE_COMMAND = $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) $(INCLUDES) $(WARNINGS) -c --LIBRARY_LINK_COMMAND = $(LIBTOOL) --mode=link $(CC) -version-info $(VERSION) -rpath $(INSTALLDIR)/lib -+LIBRARY_LINK_COMMAND = $(LIBTOOL) --mode=link $(CC) -shared -version-info $(VERSION) -rpath $(INSTALLDIR)/lib ${LDFLAGS} - BUILD_COMMAND_LOCAL = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(INCLUDES) - BUILD_COMMAND_DYNAMIC = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -dynamic -I $(INSTALLDIR)/include -L$(INSTALLDIR)/lib - BUILD_COMMAND_STATIC = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -static -I $(INSTALLDIR)/include -L$(INSTALLDIR)/lib -@@ -194,54 +194,31 @@ default: - # - all: $(LIB) $(BIN) $(SOURCE) $(HEADERS) \ - $(LIB)/libCQRlib.$(LIB_EXT) \ -- $(BIN)/CQRlibTest $(BIN)/CPPQRTest - --install: all $(INSTALLDIR) $(INSTALLDIR)/lib $(INSTALLDIR)/include \ -+install: all $(DESTDIR) $(DESTDIR)/GENTOOLIBDIR $(DESTDIR)/include \ - $(INC) $(LIB)/libCQRlib.$(LIB_EXT) $(INC)/cqrlib.h -- $(INSTALL_COMMAND) $(LIB)/libCQRlib.$(LIB_EXT) $(INSTALLDIR)/lib/libCQRlib.$(LIB_EXT) -- $(INSTALL_FINISH_COMMAND) $(INSTALLDIR)/lib/libCQRlib.$(LIB_EXT) -- -cp $(INSTALLDIR)/include/cqrlib.h $(INSTALLDIR)/include/CQRlib_old.h -- cp $(INC)/cqrlib.h $(INSTALLDIR)/include/cqrlib.h -- chmod 644 $(INSTALLDIR)/include/cqrlib.h -- echo "Testing final install dynamic" -- $(BUILD_COMMAND_DYNAMIC) $(EXAMPLES)/CQRlibTest.c \ -- -lCQRlib -lm -o $(BIN)/CQRlibTest_dynamic -- $(BIN)/CQRlibTest_dynamic > $(TESTDATA)/CQRlibTest_dynamic.lst -- diff -b -c $(TESTDATA)/CQRlibTest_orig.lst \ -- $(TESTDATA)/CQRlibTest_dynamic.lst -- echo "Testing final install static" -- $(BUILD_COMMAND_STATIC) $(EXAMPLES)/CQRlibTest.c \ -- -lCQRlib -lm -o $(BIN)/CQRlibTest_static -- $(BIN)/CQRlibTest_static > $(TESTDATA)/CQRlibTest_static.lst -- diff -b -c $(TESTDATA)/CQRlibTest_orig.lst \ -- $(TESTDATA)/CQRlibTest_static.lst -- $(CPPBUILD_COMMAND_DYNAMIC) $(EXAMPLES)/CPPQRTest.cpp \ -- -lm -o $(BIN)/CPPQRTest_dynamic -- $(BIN)/CPPQRTest_dynamic > $(TESTDATA)/CPPQRTest_dynamic.lst -- diff -b -c $(TESTDATA)/CPPQRTest_orig.lst \ -- $(TESTDATA)/CPPQRTest_dynamic.lst -- $(CPPBUILD_COMMAND_STATIC) $(EXAMPLES)/CPPQRTest.cpp \ -- -lm -o $(BIN)/CPPQRTest_static -- $(BIN)/CPPQRTest_static > $(TESTDATA)/CPPQRTest_static.lst -- diff -b -c $(TESTDATA)/CPPQRTest_orig.lst \ -- $(TESTDATA)/CPPQRTest_static.lst -+ $(INSTALL_COMMAND) $(LIB)/libCQRlib.$(LIB_EXT) $(DESTDIR)/usr/GENTOOLIBDIR/libCQRlib.$(LIB_EXT) -+ $(INSTALL_FINISH_COMMAND) $(DESTDIR)/usr/GENTOOLIBDIR/libCQRlib.$(LIB_EXT) -+ -cp $(INSTALLDIR)/cqrlib.h $(DESTDIR)/usr/include/CQRlib.h -+ cp $(INC)/cqrlib.h $(DESTDIR)/usr/include/cqrlib.h -+ chmod 644 $(DESTDIR)/usr/include/cqrlib.h - - - - # - # Directories - # --$(INSTALLDIR): -- mkdir -p $(INSTALLDIR) -+$(DESTDIR): -+ mkdir -p $(DESTDIR) - --$(INSTALLDIR)/lib: $(INSTALLDIR) -- mkdir -p $(INSTALLDIR)/lib -+$(DESTDIR)/GENTOOLIBDIR: $(DESTDIR) -+ mkdir -p $(DESTDIR)/usr/GENTOOLIBDIR - --$(INSTALLDIR)/bin: $(INSTALLDIR) -- mkdir -p $(INSTALLDIR)/bin -+$(DESTDIR)/bin: $(DESTDIR) -+ mkdir -p $(DESTDIR)/usr/bin - --$(INSTALLDIR)/include: $(INSTALLDIR) -- mkdir -p $(INSTALLDIR)/include -+$(DESTDIR)/include: $(DESTDIR) -+ mkdir -p $(DESTDIR)/usr/include - - - $(LIB): -@@ -274,7 +251,7 @@ $(BIN)/CPPQRTest: $(EXAMPLES)/CPPQRTest.cpp - # - # Tests - # --tests: $(LIB) $(BIN) $(BIN)/CQRlibTest \ -+tests: $(LIB) $(BIN) $(BIN)/CQRlibTest $(BIN)/CPPQRTest \ - all $(TESTDATA)/CQRlibTest_orig.lst $(TESTDATA)/CPPQRTest_orig.lst - $(BIN)/CQRlibTest > $(TESTDATA)/CQRlibTest.lst - diff -b -c $(TESTDATA)/CQRlibTest_orig.lst \ diff --git a/sci-libs/gdal/gdal-2.0.2-r3.ebuild b/sci-libs/gdal/gdal-2.0.2-r3.ebuild index 7cdfe16465ec..72ab79596750 100644 --- a/sci-libs/gdal/gdal-2.0.2-r3.ebuild +++ b/sci-libs/gdal/gdal-2.0.2-r3.ebuild @@ -18,7 +18,7 @@ SRC_URI="http://download.osgeo.org/${PN}/${PV}/${P}.tar.gz" SLOT="0/2" LICENSE="BSD Info-ZIP MIT" -KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="armadillo +aux_xml curl debug doc fits geos gif gml hdf5 java jpeg jpeg2k mdb mysql netcdf odbc ogdi opencl pdf perl png postgres python spatialite sqlite threads xls" RDEPEND=" diff --git a/sci-libs/gsl/gsl-1.16.ebuild b/sci-libs/gsl/gsl-1.16.ebuild index 7862416482d9..f3c4a2743aaf 100644 --- a/sci-libs/gsl/gsl-1.16.ebuild +++ b/sci-libs/gsl/gsl-1.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="cblas-external static-libs" RDEPEND="cblas-external? ( virtual/cblas )" diff --git a/sci-libs/hdf5/Manifest b/sci-libs/hdf5/Manifest index 72b6e9a312d8..a988c49c5af4 100644 --- a/sci-libs/hdf5/Manifest +++ b/sci-libs/hdf5/Manifest @@ -1,4 +1 @@ -DIST hdf5-1.8.14.tar.bz2 9503743 SHA256 53722cb9f5977af2908f92fc1a3f8c597800a5cb448cfe5c75060d6335bb9bab SHA512 c4f0bb01df7bef9cd29c42ec2e27f4bd27c3e059cf18f1285c583e92b94ef799f8a29ec85c17bab12e47a69626851fbda4b8d74543266b01aa2cffc42cde4fea WHIRLPOOL 646d44d446e2bd2855567046ca00f302e02d39880a77f2d75fd6231ad74692c07910c8670ffa5e02f2922e4e28c5a4afd06f907ac5950615dd328c3e7346f578 -DIST hdf5-1.8.15-patch1.tar.bz2 10006036 SHA256 a5afc630c4443547fff15e9637b5b10404adbed4c00206d89517d32d6668fb32 SHA512 380c06f3cab469351d6ddc940c7cdffd5bd20a74e69cb4d549989bec5f130dadae11c04928ead7eea0200a175fc45a042d068a752d8a9c19a35c3a6912a147bd WHIRLPOOL 0c4c918eea3b70a2c4dea2098f24ddb612af6bf026749144dae19380f60de9d4123acd3c4bf324a1a313e4fae1d7874de48afd9e6720bbcc3c4f1fb1c1bc0288 -DIST hdf5-1.8.17.tar.bz2 10030234 SHA256 fc35dd8fd8d398de6b525b27cc111c21fc79795ad6db1b1f12cb15ed1ee8486a SHA512 b0fe630b98a83470c48443215b7073fd22c4390cc459127a4c9554682ae8aec215017c7f34adb8494da4b31fabe6580e9d1b63eddb949432d595e99705c0bbd1 WHIRLPOOL 64e508df74aca518be918dbac10db653004f254779e413ee501a7d550892e6baaa56a0891af28a88d419fa06aa3b06a3c213f45e99b7e2bafc7a9d98e9fe4337 DIST hdf5-1.8.18.tar.bz2 10081294 SHA256 01c6deadf4211f86922400da82c7a8b5b50dc8fc1ce0b5912de3066af316a48c SHA512 01f6d14bdd3be2ced9c63cc9e1820cd7ea11db649ff9f3a3055c18c4b0fffe777fd23baad536e3bce31c4d76fe17db64a3972762e1bb4d232927c1ca140e72b2 WHIRLPOOL c1ea97aa30ded9f3129edf47cfda3b7e371aa21fcb2fc409005818f69ed0f0ac41a19e28ec38a5da2c417ef98033f197292169c88f7db81dd94244b016ab2595 diff --git a/sci-libs/hdf5/files/hdf5-1.8.10-buildsystem.patch b/sci-libs/hdf5/files/hdf5-1.8.10-buildsystem.patch deleted file mode 100644 index 58bcc500165f..000000000000 --- a/sci-libs/hdf5/files/hdf5-1.8.10-buildsystem.patch +++ /dev/null @@ -1,33 +0,0 @@ -Prevent build system with messing up LD_LIBRARY_PATH - ---- a/configure.ac -+++ b/configure.ac -@@ -2331,8 +2331,6 @@ AC_TRY_COMPILE(,[ - ## - AC_MSG_CHECKING([how to print long long]) - AC_CACHE_VAL([hdf5_cv_printf_ll], [ --LD_LIBRARY_PATH="$LD_LIBRARY_PATH`echo $AM_LDFLAGS $LDFLAGS | sed -e 's/-L/:/g' -e 's/ //g'`" --export LD_LIBRARY_PATH - - for hdf5_cv_printf_ll in l ll L q unknown; do - AC_TRY_RUN([ ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -125,8 +125,6 @@ settings_DATA=libhdf5.settings - # Remove the generated .c file if errors occur unless HDF5_Make_Ignore - # is set to ignore the error. - H5Tinit.c: H5detect$(EXEEXT) -- LD_LIBRARY_PATH="$$LD_LIBRARY_PATH`echo $(LDFLAGS) | \ -- sed -e 's/-L/:/g' -e 's/ //g'`" \ - $(RUNSERIAL) ./H5detect$(EXEEXT) > $@ || \ - (test $$HDF5_Make_Ignore && echo "*** Error ignored") || \ - ($(RM) $@ ; exit 1) -@@ -137,8 +135,6 @@ H5Tinit.c: H5detect$(EXEEXT) - # Remove the generated .c file if errors occur unless HDF5_Make_Ignore - # is set to ignore the error. - H5lib_settings.c: H5make_libsettings$(EXEEXT) libhdf5.settings -- LD_LIBRARY_PATH="$$LD_LIBRARY_PATH`echo $(LDFLAGS) | \ -- sed -e 's/-L/:/g' -e 's/ //g'`" \ - $(RUNSERIAL) ./H5make_libsettings$(EXEEXT) > $@ || \ - (test $$HDF5_Make_Ignore && echo "*** Error ignored") || \ - ($(RM) $@ ; exit 1) diff --git a/sci-libs/hdf5/files/hdf5-1.8.10-comments.patch b/sci-libs/hdf5/files/hdf5-1.8.10-comments.patch deleted file mode 100644 index 845bd81bdd8c..000000000000 --- a/sci-libs/hdf5/files/hdf5-1.8.10-comments.patch +++ /dev/null @@ -1,42 +0,0 @@ -Convert // comment marks to /**/ in order to fix FTBS on ia64 - -https://bugs.gentoo.org/show_bug.cgi?id=447740 - -Patch written by Kacper Kowalik ---- a/test/th5s.c -+++ b/test/th5s.c -@@ -730,8 +730,8 @@ test_h5s_zero_dim(void) - ret = H5Pset_chunk(plist_id, SPACE1_RANK, chunk_dims); - CHECK(ret, FAIL, "H5Pset_chunk"); - -- // ret = H5Pset_alloc_time(plist_id, alloc_time); -- // CHECK(ret, FAIL, "H5Pset_alloc_time"); -+ /* ret = H5Pset_alloc_time(plist_id, alloc_time); -+ CHECK(ret, FAIL, "H5Pset_alloc_time"); */ - - dset1 = H5Dcreate2(fid1, BASICDATASET1, H5T_NATIVE_INT, sid_chunk, H5P_DEFAULT, plist_id, H5P_DEFAULT); - CHECK(dset1, FAIL, "H5Dcreate2"); ---- a/tools/h5dump/h5dump_ddl.c -+++ b/tools/h5dump/h5dump_ddl.c -@@ -1341,8 +1341,8 @@ handle_attributes(hid_t fid, const char *attr, void UNUSED * data, int UNUSED pe - string_dataformat.do_escape = display_escape; - outputformat = &string_dataformat; - -- //attr_name = attr + j + 1; -- // need to replace escape characters -+ /* attr_name = attr + j + 1; */ -+ /* need to replace escape characters */ - attr_name = h5tools_str_replace(attr + j + 1, "\\/", "/"); - - ---- a/tools/lib/h5tools_str.c -+++ b/tools/lib/h5tools_str.c -@@ -632,7 +632,7 @@ h5tools_str_indent(h5tools_str_t *str, const h5tool_format_t *info, - h5tools_str_append(str, "%s", OPT(info->line_indent, "")); - } - --// ctx->need_prefix = 0; -+ /* ctx->need_prefix = 0; */ - } - - /*------------------------------------------------------------------------- diff --git a/sci-libs/hdf5/files/hdf5-1.8.10-implicits.patch b/sci-libs/hdf5/files/hdf5-1.8.10-implicits.patch deleted file mode 100644 index a0b59b74e703..000000000000 --- a/sci-libs/hdf5/files/hdf5-1.8.10-implicits.patch +++ /dev/null @@ -1,54 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -1494,6 +1494,9 @@ case "$host_cpu-$host_vendor-$host_os" in - ## however, we do not do this since it breaks the big test on some - ## older platforms. - AM_CPPFLAGS="-D_BSD_SOURCE $AM_CPPFLAGS" -+ -+ dnl _GNU_SOURCE is needed for vasprintf -+ AM_CPPFLAGS="-D_GNU_SOURCE $AM_CPPFLAGS" - ;; - esac - ---- a/hl/src/H5LTanalyze.c -+++ b/hl/src/H5LTanalyze.c -@@ -49,6 +49,7 @@ - #define YY_FLEX_MINOR_VERSION 5 - - #include -+#include "H5pubconf.h" - #ifdef H5_HAVE_UNISTD_H - #include - #endif ---- a/test/cache_common.h -+++ b/test/cache_common.h -@@ -702,5 +702,9 @@ void validate_mdc_config(hid_t file_id, - hbool_t compare_init, - int test_num); - -+hbool_t resize_configs_are_equal(const H5C_auto_size_ctl_t *a, -+ const H5C_auto_size_ctl_t *b, -+ hbool_t compare_init); -+ - #endif /* _CACHE_COMMON_H */ - ---- a/tools/h5repack/testh5repack_detect_szip.c -+++ b/tools/h5repack/testh5repack_detect_szip.c -@@ -18,6 +18,7 @@ - #include "h5tools.h" - #include "h5tools_utils.h" - #include "h5test.h" -+#include "h5tools_utils.h" - - - /* Name of tool */ ---- a/tools/misc/talign.c -+++ b/tools/misc/talign.c -@@ -23,6 +23,7 @@ - - #include "hdf5.h" - #include "H5private.h" -+#include "h5tools.h" - - const char *fname = "talign.h5"; - const char *setname = "align"; diff --git a/sci-libs/hdf5/files/hdf5-1.8.10_p1-comments.patch b/sci-libs/hdf5/files/hdf5-1.8.10_p1-comments.patch deleted file mode 100644 index 44af8080bbf1..000000000000 --- a/sci-libs/hdf5/files/hdf5-1.8.10_p1-comments.patch +++ /dev/null @@ -1,29 +0,0 @@ -Convert // comment marks to /**/ in order to fix FTBS on ia64 - -https://bugs.gentoo.org/show_bug.cgi?id=447740 - -Patch written by Kacper Kowalik ---- a/tools/h5dump/h5dump_ddl.c -+++ b/tools/h5dump/h5dump_ddl.c -@@ -1341,8 +1341,8 @@ handle_attributes(hid_t fid, const char *attr, void UNUSED * data, int UNUSED pe - string_dataformat.do_escape = display_escape; - outputformat = &string_dataformat; - -- //attr_name = attr + j + 1; -- // need to replace escape characters -+ /* attr_name = attr + j + 1; */ -+ /* need to replace escape characters */ - attr_name = h5tools_str_replace(attr + j + 1, "\\/", "/"); - - ---- a/tools/lib/h5tools_str.c -+++ b/tools/lib/h5tools_str.c -@@ -632,7 +632,7 @@ h5tools_str_indent(h5tools_str_t *str, const h5tool_format_t *info, - h5tools_str_append(str, "%s", OPT(info->line_indent, "")); - } - --// ctx->need_prefix = 0; -+ /* ctx->need_prefix = 0; */ - } - - /*------------------------------------------------------------------------- diff --git a/sci-libs/hdf5/files/hdf5-1.8.13-implicits.patch b/sci-libs/hdf5/files/hdf5-1.8.13-implicits.patch deleted file mode 100644 index 2061d16f71ea..000000000000 --- a/sci-libs/hdf5/files/hdf5-1.8.13-implicits.patch +++ /dev/null @@ -1,35 +0,0 @@ ---- a/test/cache_common.h -+++ b/test/cache_common.h -@@ -702,5 +702,8 @@ void validate_mdc_config(hid_t file_id, - hbool_t compare_init, - int test_num); - -+hbool_t resize_configs_are_equal(const H5C_auto_size_ctl_t *a, -+ const H5C_auto_size_ctl_t *b, -+ hbool_t compare_init); - #endif /* _CACHE_COMMON_H */ - ---- a/testpar/t_span_tree.c -+++ b/testpar/t_span_tree.c -@@ -37,6 +37,9 @@ - #include "hdf5.h" - #include "H5private.h" - #include "testphdf5.h" -+#define H5S_PACKAGE -+#define H5S_TESTING -+#include "H5Spkg.h" - - - static void coll_write_test(int chunk_factor); ---- a/configure.ac -+++ b/configure.ac -@@ -1504,6 +1504,9 @@ case "$host_cpu-$host_vendor-$host_os" in - ## however, we do not do this since it breaks the big test on some - ## older platforms. - AM_CPPFLAGS="-D_BSD_SOURCE $AM_CPPFLAGS" -+ -+ ## _GNU_SOURCE is needed for vasprintf -+ AM_CPPFLAGS="-D_GNU_SOURCE $AM_CPPFLAGS" - ;; - esac - diff --git a/sci-libs/hdf5/files/hdf5-1.8.14-implicits.patch b/sci-libs/hdf5/files/hdf5-1.8.14-implicits.patch deleted file mode 100644 index 4ee6e83d9f2f..000000000000 --- a/sci-libs/hdf5/files/hdf5-1.8.14-implicits.patch +++ /dev/null @@ -1,55 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -1522,6 +1522,9 @@ case "$host_cpu-$host_vendor-$host_os" in - ## however, we do not do this since it breaks the big test on some - ## older platforms. - AM_CPPFLAGS="-D_BSD_SOURCE $AM_CPPFLAGS" -+ -+ ## _GNU_SOURCE is needed for vasprintf -+ AM_CPPFLAGS="-D_GNU_SOURCE $AM_CPPFLAGS" - ;; - esac - ---- a/hl/src/H5LTanalyze.c -+++ b/hl/src/H5LTanalyze.c -@@ -40,6 +40,7 @@ - #include - #include - #include -+#include - - /* end standard C headers. */ - ---- a/hl/src/H5LTanalyze.l -+++ b/hl/src/H5LTanalyze.l -@@ -16,6 +16,7 @@ - %{ - #include - #include -+#include - #include - #include "H5LTparse.h" - ---- a/test/cache_common.h -+++ b/test/cache_common.h -@@ -702,5 +702,8 @@ void validate_mdc_config(hid_t file_id, - hbool_t compare_init, - int test_num); - -+hbool_t resize_configs_are_equal(const H5C_auto_size_ctl_t *a, -+ const H5C_auto_size_ctl_t *b, -+ hbool_t compare_init); - #endif /* _CACHE_COMMON_H */ - ---- a/testpar/t_span_tree.c -+++ b/testpar/t_span_tree.c -@@ -37,6 +37,9 @@ - #include "hdf5.h" - #include "H5private.h" - #include "testphdf5.h" -+#define H5S_PACKAGE -+#define H5S_TESTING -+#include "H5Spkg.h" - - - static void coll_write_test(int chunk_factor); diff --git a/sci-libs/hdf5/files/hdf5-1.8.14-ldflags.patch b/sci-libs/hdf5/files/hdf5-1.8.14-ldflags.patch deleted file mode 100644 index c27800d9ce30..000000000000 --- a/sci-libs/hdf5/files/hdf5-1.8.14-ldflags.patch +++ /dev/null @@ -1,20 +0,0 @@ -Revert changes made to fix HDFFV-8944 - -https://bugs.gentoo.org/show_bug.cgi?id=530746 - ---- a/configure.ac -+++ b/configure.ac -@@ -115,12 +115,7 @@ - AM_CXXFLAGS="${AM_CXXFLAGS}" - AM_FCFLAGS="${AM_FCFLAGS}" - AM_CPPFLAGS="${AM_CPPFLAGS}" --# Added to address HDFFV-8944 --if test "x$prefix" = xNONE; then -- AM_LDFLAGS="$AM_LDFLAGS -L$ac_default_prefix/lib" --else -- AM_LDFLAGS="$AM_LDFLAGS -L$prefix/lib" --fi -+AM_LDFLAGS="${AM_LDFLAGS}" - CFLAGS="${CFLAGS}" - CXXFLAGS="${CXXFLAGS}" - FCFLAGS="${FCFLAGS}" diff --git a/sci-libs/hdf5/files/hdf5-1.8.8-array_bounds.patch b/sci-libs/hdf5/files/hdf5-1.8.8-array_bounds.patch deleted file mode 100644 index 042d012d1621..000000000000 --- a/sci-libs/hdf5/files/hdf5-1.8.8-array_bounds.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/perform/pio_engine.c -+++ b/perform/pio_engine.c -@@ -454,7 +454,7 @@ - subdir = (user ? user : login); - - if (subdir) { -- for (i = 0; i < size && prefix[i]; i++) -+ for (i = 0; i < size-1 && prefix[i]; i++) - fullname[i] = prefix[i]; - - fullname[i++] = '/'; ---- a/perform/sio_engine.c -+++ b/perform/sio_engine.c -@@ -353,7 +353,7 @@ - subdir = (user ? user : login); - - if (subdir) { -- for (i = 0; i < size && prefix[i]; i++) -+ for (i = 0; i < size-1 && prefix[i]; i++) - fullname[i] = prefix[i]; - - fullname[i++] = '/'; diff --git a/sci-libs/hdf5/files/hdf5-1.8.8-buildsystem.patch b/sci-libs/hdf5/files/hdf5-1.8.8-buildsystem.patch deleted file mode 100644 index 0f85cf5ed245..000000000000 --- a/sci-libs/hdf5/files/hdf5-1.8.8-buildsystem.patch +++ /dev/null @@ -1,33 +0,0 @@ -Prevent build system with messing up LD_LIBRARY_PATH - ---- a/configure.in -+++ b/configure.in -@@ -2328,8 +2328,6 @@ - dnl - AC_MSG_CHECKING([how to print long long]) - AC_CACHE_VAL([hdf5_cv_printf_ll], --LD_LIBRARY_PATH="$LD_LIBRARY_PATH`echo $AM_LDFLAGS $LDFLAGS | sed -e 's/-L/:/g' -e 's/ //g'`" --export LD_LIBRARY_PATH - - for hdf5_cv_printf_ll in l ll L q unknown; do - AC_TRY_RUN([ ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -125,8 +125,6 @@ - # Remove the generated .c file if errors occur unless HDF5_Make_Ignore - # is set to ignore the error. - H5Tinit.c: H5detect$(EXEEXT) -- LD_LIBRARY_PATH="$$LD_LIBRARY_PATH`echo $(LDFLAGS) | \ -- sed -e 's/-L/:/g' -e 's/ //g'`" \ - $(RUNSERIAL) ./H5detect$(EXEEXT) > $@ || \ - (test $$HDF5_Make_Ignore && echo "*** Error ignored") || \ - ($(RM) $@ ; exit 1) -@@ -137,8 +135,6 @@ - # Remove the generated .c file if errors occur unless HDF5_Make_Ignore - # is set to ignore the error. - H5lib_settings.c: H5make_libsettings$(EXEEXT) libhdf5.settings -- LD_LIBRARY_PATH="$$LD_LIBRARY_PATH`echo $(LDFLAGS) | \ -- sed -e 's/-L/:/g' -e 's/ //g'`" \ - $(RUNSERIAL) ./H5make_libsettings$(EXEEXT) > $@ || \ - (test $$HDF5_Make_Ignore && echo "*** Error ignored") || \ - ($(RM) $@ ; exit 1) diff --git a/sci-libs/hdf5/files/hdf5-1.8.8-implicits.patch b/sci-libs/hdf5/files/hdf5-1.8.8-implicits.patch deleted file mode 100644 index d1217e83a989..000000000000 --- a/sci-libs/hdf5/files/hdf5-1.8.8-implicits.patch +++ /dev/null @@ -1,85 +0,0 @@ ---- b/configure.in -+++ a/configure.in -@@ -1499,6 +1499,9 @@ - dnl though we do not do this as it breaks the big test on older versions - dnl of linux (CentOS 4.6) using newer versions of gcc (4.6.2). - AM_CPPFLAGS="-D_BSD_SOURCE $AM_CPPFLAGS" -+ -+ dnl _GNU_SOURCE is needed for vasprintf -+ AM_CPPFLAGS="-D_GNU_SOURCE $AM_CPPFLAGS" - ;; - esac - ---- a/test/cache_common.h -+++ b/test/cache_common.h -@@ -702,5 +702,9 @@ - hbool_t compare_init, - int test_num); - -+hbool_t resize_configs_are_equal(const H5C_auto_size_ctl_t *a, -+ const H5C_auto_size_ctl_t *b, -+ hbool_t compare_init); -+ - #endif /* _CACHE_COMMON_H */ - ---- a/tools/misc/talign.c -+++ b/tools/misc/talign.c -@@ -23,6 +23,7 @@ - - #include "hdf5.h" - #include "H5private.h" -+#include "h5tools.h" - - const char *fname = "talign.h5"; - const char *setname = "align"; ---- a/tools/h5repack/testh5repack_detect_szip.c -+++ b/tools/h5repack/testh5repack_detect_szip.c -@@ -17,6 +17,7 @@ - #include "h5repack.h" - #include "h5tools.h" - #include "h5test.h" -+#include "h5tools_utils.h" - - - /* Name of tool */ ---- a/tools/h5jam/h5jam.c -+++ b/tools/h5jam/h5jam.c -@@ -15,6 +15,7 @@ - - #include "hdf5.h" - #include "H5private.h" -+#include "h5tools.h" - #include "h5tools_utils.h" - - /* Name of tool */ ---- a/tools/h5jam/h5unjam.c -+++ b/tools/h5jam/h5unjam.c -@@ -15,6 +15,7 @@ - - #include "hdf5.h" - #include "H5private.h" -+#include "h5tools.h" - #include "h5tools_utils.h" - - /* Name of tool */ ---- a/tools/h5copy/h5copygentest.c -+++ b/tools/h5copy/h5copygentest.c -@@ -20,6 +20,7 @@ - #include "hdf5.h" - #include "H5private.h" - #include "h5tools.h" -+#include "h5tools_utils.h" - - /* Name of tool */ - #define PROGRAMNAME "h5copygentest" ---- a/hl/src/H5LTanalyze.c -+++ b/hl/src/H5LTanalyze.c -@@ -49,7 +49,8 @@ - #define YY_FLEX_MINOR_VERSION 5 - - #include -+#include "H5pubconf.h" - #ifdef H5_HAVE_UNISTD_H - #include - #endif - diff --git a/sci-libs/hdf5/files/hdf5-1.8.9-implicits.patch b/sci-libs/hdf5/files/hdf5-1.8.9-implicits.patch deleted file mode 100644 index 43e4f0774a29..000000000000 --- a/sci-libs/hdf5/files/hdf5-1.8.9-implicits.patch +++ /dev/null @@ -1,55 +0,0 @@ ---- b/configure.in -+++ a/configure.in -@@ -1499,6 +1499,9 @@ - dnl though we do not do this as it breaks the big test on older versions - dnl of linux (CentOS 4.6) using newer versions of gcc (4.6.2). - AM_CPPFLAGS="-D_BSD_SOURCE $AM_CPPFLAGS" -+ -+ dnl _GNU_SOURCE is needed for vasprintf -+ AM_CPPFLAGS="-D_GNU_SOURCE $AM_CPPFLAGS" - ;; - esac - ---- a/test/cache_common.h -+++ b/test/cache_common.h -@@ -702,5 +702,9 @@ - hbool_t compare_init, - int test_num); - -+hbool_t resize_configs_are_equal(const H5C_auto_size_ctl_t *a, -+ const H5C_auto_size_ctl_t *b, -+ hbool_t compare_init); -+ - #endif /* _CACHE_COMMON_H */ - ---- a/tools/misc/talign.c -+++ b/tools/misc/talign.c -@@ -23,6 +23,7 @@ - - #include "hdf5.h" - #include "H5private.h" -+#include "h5tools.h" - - const char *fname = "talign.h5"; - const char *setname = "align"; ---- a/tools/h5repack/testh5repack_detect_szip.c -+++ b/tools/h5repack/testh5repack_detect_szip.c -@@ -17,6 +17,7 @@ - #include "h5repack.h" - #include "h5tools.h" - #include "h5test.h" -+#include "h5tools_utils.h" - - - /* Name of tool */ ---- a/hl/src/H5LTanalyze.c -+++ b/hl/src/H5LTanalyze.c -@@ -49,7 +49,8 @@ - #define YY_FLEX_MINOR_VERSION 5 - - #include -+#include "H5pubconf.h" - #ifdef H5_HAVE_UNISTD_H - #include - #endif - diff --git a/sci-libs/hdf5/files/mpd.conf b/sci-libs/hdf5/files/mpd.conf deleted file mode 100644 index 07dd9825023a..000000000000 --- a/sci-libs/hdf5/files/mpd.conf +++ /dev/null @@ -1,2 +0,0 @@ -secretword=test69hike -MPD_SECRETWORD=test69hike diff --git a/sci-libs/hdf5/hdf5-1.8.14-r1.ebuild b/sci-libs/hdf5/hdf5-1.8.14-r1.ebuild deleted file mode 100644 index cad6c4294db8..000000000000 --- a/sci-libs/hdf5/hdf5-1.8.14-r1.ebuild +++ /dev/null @@ -1,105 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -FORTRAN_NEEDED=fortran -AUTOTOOLS_AUTORECONF=1 - -inherit autotools-utils eutils fortran-2 flag-o-matic toolchain-funcs multilib - -MY_P=${PN}-${PV/_p/-patch} - -DESCRIPTION="General purpose library and file format for storing scientific data" -HOMEPAGE="http://www.hdfgroup.org/HDF5/" -SRC_URI="https://support.hdfgroup.org/ftp/HDF5/releases/${MY_P}/src/${MY_P}.tar.bz2" - -LICENSE="NCSA-HDF" -SLOT="0/${PV%%_p*}" -KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="cxx debug examples fortran fortran2003 mpi static-libs szip threads zlib" - -REQUIRED_USE=" - cxx? ( !mpi ) mpi? ( !cxx ) - threads? ( !cxx !mpi !fortran ) - fortran2003? ( fortran )" - -RDEPEND=" - mpi? ( virtual/mpi[romio] ) - szip? ( virtual/szip ) - zlib? ( sys-libs/zlib:0= )" - -DEPEND="${RDEPEND} - sys-devel/libtool:2 - >=sys-devel/autoconf-2.69" - -S="${WORKDIR}/${MY_P}" - -PATCHES=( - "${FILESDIR}"/${PN}-1.8.9-static_libgfortran.patch - "${FILESDIR}"/${PN}-1.8.9-mpicxx.patch - "${FILESDIR}"/${PN}-1.8.13-no-messing-ldpath.patch - "${FILESDIR}"/${PN}-1.8.14-implicits.patch - "${FILESDIR}"/${PN}-1.8.14-ldflags.patch -) - -pkg_setup() { - tc-export CXX CC AR # workaround for bug 285148 - if use fortran; then - use fortran2003 && FORTRAN_STANDARD=2003 - fortran-2_pkg_setup - fi - if use mpi; then - if has_version 'sci-libs/hdf5[-mpi]'; then - ewarn "Installing hdf5 with mpi enabled with a previous hdf5 with mpi disabled may fail." - ewarn "Try to uninstall the current hdf5 prior to enabling mpi support." - fi - export CC=mpicc - use fortran && export FC=mpif90 - elif has_version 'sci-libs/hdf5[mpi]'; then - ewarn "Installing hdf5 with mpi disabled while having hdf5 installed with mpi enabled may fail." - ewarn "Try to uninstall the current hdf5 prior to disabling mpi support." - fi -} - -src_prepare() { - # respect gentoo examples directory - sed \ - -e "s:hdf5_examples:doc/${PF}/examples:g" \ - -i $(find . -name Makefile.am) $(find . -name "run*.sh.in") || die - sed \ - -e '/docdir/d' \ - -i config/commence.am || die - if ! use examples; then - sed -e '/^install:/ s/install-examples//' \ - -i Makefile.am || die #409091 - fi - # enable shared libs by default for h5cc config utility - sed -i -e "s/SHLIB:-no/SHLIB:-yes/g" tools/misc/h5cc.in || die - # bug #419677 - use prefix && \ - append-ldflags -Wl,-rpath,"${EPREFIX}"/usr/$(get_libdir) \ - -Wl,-rpath,"${EPREFIX}"/$(get_libdir) - autotools-utils_src_prepare -} - -src_configure() { - local myeconfargs=( - --enable-production - --docdir="${EPREFIX}"/usr/share/doc/${PF} - --enable-deprecated-symbols - $(use_enable prefix sharedlib-rpath) - $(use_enable debug debug all) - $(use_enable debug codestack) - $(use_enable cxx) - $(use_enable fortran) - $(use_enable fortran2003) - $(use_enable mpi parallel) - $(use_enable threads threadsafe) - $(use_with szip szlib) - $(use_with threads pthread) - $(use_with zlib) - ) - autotools-utils_src_configure -} diff --git a/sci-libs/hdf5/hdf5-1.8.15_p1.ebuild b/sci-libs/hdf5/hdf5-1.8.15_p1.ebuild deleted file mode 100644 index 7ce15e72502a..000000000000 --- a/sci-libs/hdf5/hdf5-1.8.15_p1.ebuild +++ /dev/null @@ -1,104 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -FORTRAN_NEEDED=fortran -AUTOTOOLS_AUTORECONF=1 - -inherit autotools-utils eutils fortran-2 flag-o-matic toolchain-funcs multilib - -MY_P=${PN}-${PV/_p/-patch} - -DESCRIPTION="General purpose library and file format for storing scientific data" -HOMEPAGE="http://www.hdfgroup.org/HDF5/" -SRC_URI="https://support.hdfgroup.org/ftp/HDF5/releases/${MY_P}/src/${MY_P}.tar.bz2" - -LICENSE="NCSA-HDF" -SLOT="0/${PV%%_p*}" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="cxx debug examples fortran fortran2003 mpi static-libs szip threads zlib" - -REQUIRED_USE=" - cxx? ( !mpi ) mpi? ( !cxx ) - threads? ( !cxx !mpi !fortran ) - fortran2003? ( fortran )" - -RDEPEND=" - mpi? ( virtual/mpi[romio] ) - szip? ( virtual/szip ) - zlib? ( sys-libs/zlib:0= )" - -DEPEND="${RDEPEND} - sys-devel/libtool:2 - >=sys-devel/autoconf-2.69" - -S="${WORKDIR}/${MY_P}" - -PATCHES=( - "${FILESDIR}"/${PN}-1.8.9-static_libgfortran.patch - "${FILESDIR}"/${PN}-1.8.9-mpicxx.patch - "${FILESDIR}"/${PN}-1.8.13-no-messing-ldpath.patch - "${FILESDIR}"/${PN}-1.8.15-implicits.patch -) - -pkg_setup() { - tc-export CXX CC AR # workaround for bug 285148 - if use fortran; then - use fortran2003 && FORTRAN_STANDARD=2003 - fortran-2_pkg_setup - fi - if use mpi; then - if has_version 'sci-libs/hdf5[-mpi]'; then - ewarn "Installing hdf5 with mpi enabled with a previous hdf5 with mpi disabled may fail." - ewarn "Try to uninstall the current hdf5 prior to enabling mpi support." - fi - export CC=mpicc - use fortran && export FC=mpif90 - elif has_version 'sci-libs/hdf5[mpi]'; then - ewarn "Installing hdf5 with mpi disabled while having hdf5 installed with mpi enabled may fail." - ewarn "Try to uninstall the current hdf5 prior to disabling mpi support." - fi -} - -src_prepare() { - # respect gentoo examples directory - sed \ - -e "s:hdf5_examples:doc/${PF}/examples:g" \ - -i $(find . -name Makefile.am) $(find . -name "run*.sh.in") || die - sed \ - -e '/docdir/d' \ - -i config/commence.am || die - if ! use examples; then - sed -e '/^install:/ s/install-examples//' \ - -i Makefile.am || die #409091 - fi - # enable shared libs by default for h5cc config utility - sed -i -e "s/SHLIB:-no/SHLIB:-yes/g" tools/misc/h5cc.in || die - # bug #419677 - use prefix && \ - append-ldflags -Wl,-rpath,"${EPREFIX}"/usr/$(get_libdir) \ - -Wl,-rpath,"${EPREFIX}"/$(get_libdir) - autotools-utils_src_prepare -} - -src_configure() { - local myeconfargs=( - --enable-production - --docdir="${EPREFIX}"/usr/share/doc/${PF} - --enable-deprecated-symbols - $(use_enable prefix sharedlib-rpath) - $(use_enable debug debug all) - $(use_enable debug codestack) - $(use_enable cxx) - $(use_enable fortran) - $(use_enable fortran2003) - $(use_enable mpi parallel) - $(use_enable threads threadsafe) - $(use_with szip szlib) - $(use_with threads pthread) - $(use_with zlib) - ) - autotools-utils_src_configure -} diff --git a/sci-libs/hdf5/hdf5-1.8.17.ebuild b/sci-libs/hdf5/hdf5-1.8.17.ebuild deleted file mode 100644 index 7b186c5cf20a..000000000000 --- a/sci-libs/hdf5/hdf5-1.8.17.ebuild +++ /dev/null @@ -1,110 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -FORTRAN_NEEDED=fortran -AUTOTOOLS_AUTORECONF=1 - -inherit autotools-utils eutils fortran-2 flag-o-matic toolchain-funcs multilib - -MY_P=${PN}-${PV/_p/-patch} - -DESCRIPTION="General purpose library and file format for storing scientific data" -HOMEPAGE="http://www.hdfgroup.org/HDF5/" -SRC_URI="https://support.hdfgroup.org/ftp/HDF5/releases/${MY_P}/src/${MY_P}.tar.bz2" - -LICENSE="NCSA-HDF" -SLOT="0/${PV%%_p*}" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="cxx debug examples fortran fortran2003 +hl mpi static-libs szip threads zlib" - -REQUIRED_USE=" - threads? ( !cxx !mpi !fortran !hl ) - fortran2003? ( fortran )" - -RDEPEND=" - mpi? ( virtual/mpi[romio] ) - szip? ( virtual/szip ) - zlib? ( sys-libs/zlib:0= )" - -DEPEND="${RDEPEND} - sys-devel/libtool:2 - >=sys-devel/autoconf-2.69" - -S="${WORKDIR}/${MY_P}" - -PATCHES=( - "${FILESDIR}"/${PN}-1.8.9-static_libgfortran.patch - "${FILESDIR}"/${PN}-1.8.9-mpicxx.patch - "${FILESDIR}"/${PN}-1.8.13-no-messing-ldpath.patch - "${FILESDIR}"/${PN}-1.8.15-implicits.patch -) - -pkg_setup() { - tc-export CXX CC AR # workaround for bug 285148 - if use fortran; then - use fortran2003 && FORTRAN_STANDARD=2003 - fortran-2_pkg_setup - fi - if use mpi; then - if has_version 'sci-libs/hdf5[-mpi]'; then - ewarn "Installing hdf5 with mpi enabled with a previous hdf5 with mpi disabled may fail." - ewarn "Try to uninstall the current hdf5 prior to enabling mpi support." - fi - export CC=mpicc - use fortran && export FC=mpif90 - if use cxx ; then - export CXX=mpicxx - ewarn "USE='mpi cxx' requires a configuration unsupported by upstream. Use at your own risk." - ewarn "In particular, the C++ API is not parallel safe." - fi - elif has_version 'sci-libs/hdf5[mpi]'; then - ewarn "Installing hdf5 with mpi disabled while having hdf5 installed with mpi enabled may fail." - ewarn "Try to uninstall the current hdf5 prior to disabling mpi support." - fi -} - -src_prepare() { - # respect gentoo examples directory - sed \ - -e "s:hdf5_examples:doc/${PF}/examples:g" \ - -i $(find . -name Makefile.am) $(find . -name "run*.sh.in") || die - sed \ - -e '/docdir/d' \ - -i config/commence.am || die - if ! use examples; then - sed -e '/^install:/ s/install-examples//' \ - -i Makefile.am || die #409091 - fi - # enable shared libs by default for h5cc config utility - sed -i -e "s/SHLIB:-no/SHLIB:-yes/g" tools/misc/h5cc.in || die - # bug #419677 - use prefix && \ - append-ldflags -Wl,-rpath,"${EPREFIX}"/usr/$(get_libdir) \ - -Wl,-rpath,"${EPREFIX}"/$(get_libdir) - autotools-utils_src_prepare -} - -src_configure() { - local myeconfargs=( - --enable-production - --docdir="${EPREFIX}"/usr/share/doc/${PF} - --enable-deprecated-symbols - $(use_enable prefix sharedlib-rpath) - $(use_enable debug debug all) - $(use_enable debug codestack) - $(use_enable cxx) - $(use_enable fortran) - $(use_enable fortran2003) - $(use_enable hl) - $(use_enable mpi parallel) - $(use_enable threads threadsafe) - $(use_with szip szlib) - $(use_with threads pthread) - $(use_with zlib) - $(use mpi && use cxx && echo --enable-unsupported) - ) - autotools-utils_src_configure -} diff --git a/sci-libs/libqalculate/libqalculate-0.9.9.ebuild b/sci-libs/libqalculate/libqalculate-0.9.9.ebuild index c85101323eb8..848df5fcef71 100644 --- a/sci-libs/libqalculate/libqalculate-0.9.9.ebuild +++ b/sci-libs/libqalculate/libqalculate-0.9.9.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz LICENSE="GPL-2" SLOT="0/6" -KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="gnuplot readline static-libs" COMMON_DEPEND=" diff --git a/sci-libs/neartree/Manifest b/sci-libs/neartree/Manifest index af5efb22fce9..ecc4865a838e 100644 --- a/sci-libs/neartree/Manifest +++ b/sci-libs/neartree/Manifest @@ -1,2 +1 @@ -DIST neartree-3.1.1.tar.gz 124848 SHA256 5f26d0bef816f492d3939fbe06b8523a495a1fe4d06e9f8283f68a55436961ae SHA512 dca94cdc46610f3636f958cb361eecdc2b8ba7cf2192043810262f902b1999229eb4d00823cd96790f35c15305f6ecbef85710328776a2f1d306d9d3d4ca39eb WHIRLPOOL a16efe30e73ce07bb6ee149718db4b6a72f8edbc38a196867bb4a13e502919149cc1dace8eb4b84d8505d967752e8c2c4c691191f3761ccd68b55a431de572a7 DIST neartree-5.1.1.tar.gz 167695 SHA256 b951eb23bb4235ada82cef85b9f129bf74a14e45d992097431e7bfb6bdca6642 SHA512 36f2ab878319153440914325bed67d111dafcac724cbef73d439285f4ad82979b05d2987fa3802c440aa4a037499bf7961ef9b09fa3658364731b5a405854b00 WHIRLPOOL 1b878510835bd5139483f9ba27a61376bed0640af18e4f9f77f729bb880b7d3cac7d4a473954eb58645faeb512c92529fd9a300dde413b6872415d7ada5db2cd diff --git a/sci-libs/neartree/files/2.1.4-test.patch b/sci-libs/neartree/files/2.1.4-test.patch deleted file mode 100644 index 382cfd17fa58..000000000000 --- a/sci-libs/neartree/files/2.1.4-test.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff --git a/Makefile b/Makefile -index 10e9ba2..b9a349b 100644 ---- a/Makefile -+++ b/Makefile -@@ -303,14 +303,7 @@ tests: $(LIB) $(BIN) $(BIN)/CPPMain $(BIN)/CPPNearTreeTest \ - $(BIN)/CMain 3458923 > $(TESTDATA)/CMain.lst - $(BIN)/CPPNearTreeTest - $(BIN)/CNearTreeTest --ifneq ($(MSYSTEM),MINGW32) -- diff -b -c $(TESTDATA)/CPPMain_orig.lst $(TESTDATA)/CPPMain.lst -- diff -b -c $(TESTDATA)/CMain_orig.lst $(TESTDATA)/CMain.lst --else -- diff -b -c $(TESTDATA)/CPPMain_MINGW_orig.lst $(TESTDATA)/CPPMain.lst -- diff -b -c $(TESTDATA)/CMain_MINGW_orig.lst $(TESTDATA)/CMain.lst --endif -- -+ - # - # Remove all non-source files - # diff --git a/sci-libs/neartree/files/2.3.1-gentoo.patch b/sci-libs/neartree/files/2.3.1-gentoo.patch deleted file mode 100644 index aac9c169f620..000000000000 --- a/sci-libs/neartree/files/2.3.1-gentoo.patch +++ /dev/null @@ -1,100 +0,0 @@ -diff --git a/Makefile b/Makefile -index 38b63c5..4e6bc40 100644 ---- a/Makefile -+++ b/Makefile -@@ -42,17 +42,17 @@ - - # Version string - VERSION = 3:0:0 --RELEASE = 2.3 -+RELEASE = 2.3.1 - - - # - # Compiler and compilation flags - # --CC = gcc -+CC ?= gcc - ifneq ($(MSYSTEM),MINGW32) --CFLAGS = -g -O2 -Wall -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -+CFLAGS += -ansi -DCNEARTREE_SAFE_TRIANG=1 - else --CFLAGS = -g -O2 -Wall -DCNEARTREE_SAFE_TRIANG=1 -+CFLAGS += -DCNEARTREE_SAFE_TRIANG=1 - endif - - # -@@ -72,8 +72,8 @@ endif - # Uncomment the next two lines if CVector is installed locally in $(HOME)/include - # and $(HOME)/lib - # --#CVECTOR_INCLUDE = -I$(HOME)/include --#CVECTOR_LIBLOC = -L$(HOME)/lib -+CVECTOR_INCLUDE = -I/usr/include -+CVECTOR_LIBLOC = -L/usr/GENTOOLIBDIR - - # - # Directories -@@ -86,7 +86,7 @@ INC = $(ROOT) - EXAMPLES = $(ROOT) - TESTDATA = $(ROOT) - ifndef INSTALL_PREFIX --INSTALL_PREFIX = /usr/local -+INSTALL_PREFIX = $(DESTDIR)/usr - #INSTALL_PREFIX = $(HOME) - endif - -@@ -111,10 +111,10 @@ CPPLIBRARIES = -lm - CLIBRARIES = $(CVECTOR_LIBLOC) -lCVector -lm - - COMPILE_COMMAND = $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) $(INCLUDES) $(WARNINGS) -c --CPPCOMPILE_COMMAND = $(LIBTOOL) --mode=compile $(CXX) $(CFLAGS) $(INCLUDES) $(WARNINGS) -c --LIBRARY_LINK_COMMAND = $(LIBTOOL) --mode=link $(CC) -version-info $(VERSION) -release $(RELEASE) -no-undefined -rpath $(INSTALL_PREFIX)/lib -+CPPCOMPILE_COMMAND = $(LIBTOOL) --mode=compile $(CXX) $(CXXFLAGS) $(INCLUDES) $(WARNINGS) -c -+LIBRARY_LINK_COMMAND = $(LIBTOOL) --mode=link $(CC) -version-info $(VERSION) -release $(RELEASE) -no-undefined -rpath $(INSTALL_PREFIX)/GENTOOLIBDIR $(LDFLAGS) - BUILD_COMMAND_LOCAL = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(INCLUDES) --CPPBUILD_COMMAND_LOCAL = $(LIBTOOL) --mode=link $(CXX) -no-undefined $(CFLAGS) $(INCLUDES) -+CPPBUILD_COMMAND_LOCAL = $(LIBTOOL) --mode=link $(CXX) -no-undefined $(CXXFLAGS) $(INCLUDES) - BUILD_COMMAND_DYNAMIC = $(LIBTOOL) --mode=link $(CC) -no-undefined $(CFLAGS) -shared -I$(INSTALL_PREFIX)/include - BUILD_COMMAND_STATIC = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -static-libtool-libs -I$(INSTALL_PREFIX)/include - INSTALL_COMMAND = $(LIBTOOL) --mode=install cp -@@ -221,10 +221,10 @@ all: $(LIB) $(BIN) $(SOURCE) $(HEADERS) \ - $(LIB)/libCNearTree.$(LIB_EXT) \ - $(BIN)/CPPMain $(BIN)/CMain $(BIN)/CPPNearTreeTest $(BIN)/CNearTreeTest - --install: all $(INSTALL_PREFIX) $(INSTALL_PREFIX)/lib $(INSTALL_PREFIX)/include \ -+install: all $(INSTALL_PREFIX) $(INSTALL_PREFIX)/GENTOOLIBDIR $(INSTALL_PREFIX)/include \ - $(INC) $(LIB)/libCNearTree.$(LIB_EXT) $(INC)/TNear.h $(INC)/CNearTree.h $(INC)/rhrand.h -- $(INSTALL_COMMAND) $(LIB)/libCNearTree.$(LIB_EXT) $(INSTALL_PREFIX)/lib/libCNearTree.$(LIB_EXT) -- $(INSTALL_FINISH_COMMAND) $(INSTALL_PREFIX)/lib/libCNearTree.$(LIB_EXT) -+ $(INSTALL_COMMAND) $(LIB)/libCNearTree.$(LIB_EXT) $(INSTALL_PREFIX)/GENTOOLIBDIR/libCNearTree.$(LIB_EXT) -+ $(INSTALL_FINISH_COMMAND) $(INSTALL_PREFIX)/GENTOOLIBDIR/libCNearTree.$(LIB_EXT) - -cp $(INSTALL_PREFIX)/include/TNear.h $(INSTALL_PREFIX)/include/TNear_old.h - -cp $(INSTALL_PREFIX)/include/CNearTree.h $(INSTALL_PREFIX)/include/CNearTree_old.h - cp $(INC)/TNear.h $(INSTALL_PREFIX)/include/TNear.h -@@ -233,14 +233,6 @@ install: all $(INSTALL_PREFIX) $(INSTALL_PREFIX)/lib $(INSTALL_PREFIX)/include - chmod 644 $(INSTALL_PREFIX)/include/TNear.h - chmod 644 $(INSTALL_PREFIX)/include/CNearTree.h - chmod 644 $(INSTALL_PREFIX)/include/rhrand.h -- echo "Testing final install dynamic" -- $(BUILD_COMMAND_DYNAMIC) $(INCLUDES) $(EXAMPLES)/CNearTreeTest.c \ -- -L$(INSTALL_PREFIX)/lib -lCNearTree $(CLIBRARIES) -o $(BIN)/CNearTreeTest_dynamic -- $(BIN)/CNearTreeTest_dynamic -- echo "Testing final install static" -- $(BUILD_COMMAND_STATIC) $(INCLUDES) $(EXAMPLES)/CNearTreeTest.c \ -- -L$(INSTALL_PREFIX)/lib -lCNearTree $(CLIBRARIES) -o $(BIN)/CNearTreeTest_static -- $(BIN)/CNearTreeTest_static - - - -@@ -250,8 +242,8 @@ install: all $(INSTALL_PREFIX) $(INSTALL_PREFIX)/lib $(INSTALL_PREFIX)/include - $(INSTALL_PREFIX): - mkdir -p $(INSTALL_PREFIX) - --$(INSTALL_PREFIX)/lib: $(INSTALL_PREFIX) -- mkdir -p $(INSTALL_PREFIX)/lib -+$(INSTALL_PREFIX)/GENTOOLIBDIR: $(INSTALL_PREFIX) -+ mkdir -p $(INSTALL_PREFIX)/GENTOOLIBDIR - - $(INSTALL_PREFIX)/bin: $(INSTALL_PREFIX) - mkdir -p $(INSTALL_PREFIX)/bin diff --git a/sci-libs/neartree/files/2.3.2-gentoo.patch b/sci-libs/neartree/files/2.3.2-gentoo.patch deleted file mode 100644 index 4ddf55f7526b..000000000000 --- a/sci-libs/neartree/files/2.3.2-gentoo.patch +++ /dev/null @@ -1,82 +0,0 @@ - Makefile | 28 ++++++++++++++-------------- - 1 files changed, 14 insertions(+), 14 deletions(-) - -diff --git a/Makefile b/Makefile -index 2a5c626..0698510 100644 ---- a/Makefile -+++ b/Makefile -@@ -50,11 +50,11 @@ RELEASE = 2.3.2 - # - # Compiler and compilation flags - # --CC = gcc -+CC ?= gcc - ifneq ($(MSYSTEM),MINGW32) --CFLAGS = -g -O2 -Wall -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -+CFLAGS += -ansi -DCNEARTREE_SAFE_TRIANG=1 - else --CFLAGS = -g -O2 -Wall -DCNEARTREE_SAFE_TRIANG=1 -+CFLAGS += -DCNEARTREE_SAFE_TRIANG=1 - endif - - # -@@ -74,8 +74,8 @@ endif - # Uncomment the next two lines if CVector is installed locally in $(HOME)/include - # and $(HOME)/lib - # --#CVECTOR_INCLUDE = -I$(HOME)/include --#CVECTOR_LIBLOC = -L$(HOME)/lib -+CVECTOR_INCLUDE = -I/usr/include -+CVECTOR_LIBLOC = -L/usr/GENTOOLIBDIR - - # - # Directories -@@ -88,7 +88,7 @@ INC = $(ROOT) - EXAMPLES = $(ROOT) - TESTDATA = $(ROOT) - ifndef INSTALL_PREFIX --INSTALL_PREFIX = /usr/local -+INSTALL_PREFIX = $(DESTDIR)/usr - #INSTALL_PREFIX = $(HOME) - endif - -@@ -113,10 +113,10 @@ CPPLIBRARIES = -lm - CLIBRARIES = $(CVECTOR_LIBLOC) -lCVector -lm - - COMPILE_COMMAND = $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) $(INCLUDES) $(WARNINGS) -c --CPPCOMPILE_COMMAND = $(LIBTOOL) --mode=compile $(CXX) $(CFLAGS) $(INCLUDES) $(WARNINGS) -c --LIBRARY_LINK_COMMAND = $(LIBTOOL) --mode=link $(CC) -version-info $(VERSION) -release $(RELEASE) -no-undefined -rpath $(INSTALL_PREFIX)/lib -+CPPCOMPILE_COMMAND = $(LIBTOOL) --mode=compile $(CXX) $(CXXFLAGS) $(INCLUDES) $(WARNINGS) -c -+LIBRARY_LINK_COMMAND = $(LIBTOOL) --mode=link $(CC) -version-info $(VERSION) -release $(RELEASE) -no-undefined -rpath $(INSTALL_PREFIX)/GENTOOLIBDIR $(LDFLAGS) - BUILD_COMMAND_LOCAL = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(INCLUDES) --CPPBUILD_COMMAND_LOCAL = $(LIBTOOL) --mode=link $(CXX) -no-undefined $(CFLAGS) $(INCLUDES) -+CPPBUILD_COMMAND_LOCAL = $(LIBTOOL) --mode=link $(CXX) -no-undefined $(CXXFLAGS) $(INCLUDES) - BUILD_COMMAND_DYNAMIC = $(LIBTOOL) --mode=link $(CC) -no-undefined $(CFLAGS) -shared -I$(INSTALL_PREFIX)/include - BUILD_COMMAND_STATIC = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -static-libtool-libs -I$(INSTALL_PREFIX)/include - INSTALL_COMMAND = $(LIBTOOL) --mode=install cp -@@ -223,11 +223,11 @@ all: $(LIB) $(BIN) $(SOURCE) $(HEADERS) \ - $(LIB)/libCNearTree.$(LIB_EXT) \ - $(BIN)/CPPMain $(BIN)/CMain $(BIN)/CPPNearTreeTest $(BIN)/CNearTreeTest - --install: all $(INSTALL_PREFIX) $(INSTALL_PREFIX)/lib $(INSTALL_PREFIX)/include \ -+install: all $(INSTALL_PREFIX) $(INSTALL_PREFIX)/GENTOOLIBDIR $(INSTALL_PREFIX)/include \ - $(INC) $(LIB)/libCNearTree.$(LIB_EXT) $(INC)/TNear.h $(INC)/CNearTree.h \ - $(INC)/rhrand.h $(INC)/triple.h -- $(INSTALL_COMMAND) $(LIB)/libCNearTree.$(LIB_EXT) $(INSTALL_PREFIX)/lib/libCNearTree.$(LIB_EXT) -- $(INSTALL_FINISH_COMMAND) $(INSTALL_PREFIX)/lib/libCNearTree.$(LIB_EXT) -+ $(INSTALL_COMMAND) $(LIB)/libCNearTree.$(LIB_EXT) $(INSTALL_PREFIX)/GENTOOLIBDIR/libCNearTree.$(LIB_EXT) -+ $(INSTALL_FINISH_COMMAND) $(INSTALL_PREFIX)/GENTOOLIBDIR/libCNearTree.$(LIB_EXT) - -cp $(INSTALL_PREFIX)/include/TNear.h $(INSTALL_PREFIX)/include/TNear_old.h - -cp $(INSTALL_PREFIX)/include/CNearTree.h $(INSTALL_PREFIX)/include/CNearTree_old.h - cp $(INC)/TNear.h $(INSTALL_PREFIX)/include/TNear.h -@@ -255,8 +255,8 @@ install: all $(INSTALL_PREFIX) $(INSTALL_PREFIX)/lib $(INSTALL_PREFIX)/include - $(INSTALL_PREFIX): - mkdir -p $(INSTALL_PREFIX) - --$(INSTALL_PREFIX)/lib: $(INSTALL_PREFIX) -- mkdir -p $(INSTALL_PREFIX)/lib -+$(INSTALL_PREFIX)/GENTOOLIBDIR: $(INSTALL_PREFIX) -+ mkdir -p $(INSTALL_PREFIX)/GENTOOLIBDIR - - $(INSTALL_PREFIX)/bin: $(INSTALL_PREFIX) - mkdir -p $(INSTALL_PREFIX)/bin diff --git a/sci-libs/neartree/files/2.3.2-notest.patch b/sci-libs/neartree/files/2.3.2-notest.patch deleted file mode 100644 index f49d1d7edad7..000000000000 --- a/sci-libs/neartree/files/2.3.2-notest.patch +++ /dev/null @@ -1,22 +0,0 @@ - Makefile | 8 -------- - 1 files changed, 0 insertions(+), 8 deletions(-) - -diff --git a/Makefile b/Makefile -index 2a5c626..cab4102 100644 ---- a/Makefile -+++ b/Makefile -@@ -238,14 +238,6 @@ install: all $(INSTALL_PREFIX) $(INSTALL_PREFIX)/lib $(INSTALL_PREFIX)/include - chmod 644 $(INSTALL_PREFIX)/include/CNearTree.h - chmod 644 $(INSTALL_PREFIX)/include/rhrand.h - chmod 644 $(INSTALL_PREFIX)/include/triple.h -- echo "Testing final install dynamic" -- $(BUILD_COMMAND_DYNAMIC) $(INCLUDES) $(EXAMPLES)/CNearTreeTest.c \ -- -L$(INSTALL_PREFIX)/lib -lCNearTree $(CLIBRARIES) -o $(BIN)/CNearTreeTest_dynamic -- $(BIN)/CNearTreeTest_dynamic -- echo "Testing final install static" -- $(BUILD_COMMAND_STATIC) $(INCLUDES) $(EXAMPLES)/CNearTreeTest.c \ -- -L$(INSTALL_PREFIX)/lib -lCNearTree $(CLIBRARIES) -o $(BIN)/CNearTreeTest_static -- $(BIN)/CNearTreeTest_static - - - diff --git a/sci-libs/neartree/files/3.1.1-gentoo.patch b/sci-libs/neartree/files/3.1.1-gentoo.patch deleted file mode 100644 index 4f72e022e345..000000000000 --- a/sci-libs/neartree/files/3.1.1-gentoo.patch +++ /dev/null @@ -1,98 +0,0 @@ -From eb88a598f46f835782ba93bfbde68761cb159f4c Mon Sep 17 00:00:00 2001 -Message-Id: -From: Justin Lecher -Date: Wed, 14 Dec 2011 09:50:42 +0100 -Subject: [PATCH 1/2] gentoo.patch - -Conflicts: - - Makefile ---- - Makefile | 30 +++++++++++++++--------------- - 1 files changed, 15 insertions(+), 15 deletions(-) - -diff --git a/Makefile b/Makefile -index 5c92d8b..859363e 100644 ---- a/Makefile -+++ b/Makefile -@@ -52,11 +52,10 @@ RELEASE = 3.1 - # --CC = gcc - ifneq ($(MSYSTEM),MINGW32) --CFLAGS = -g -O2 -Wall -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1 -+CFLAGS += -ansi -DCNEARTREE_SAFE_TRIANG=1 - TIME = time - else --CFLAGS = -g -O2 -Wall -DCNEARTREE_SAFE_TRIANG=1 --TIME = -+CFLAGS += -DCNEARTREE_SAFE_TRIANG=1 -+TIME = - endif - - # -@@ -76,8 +76,8 @@ endif - # Uncomment the next two lines if CVector is installed locally in $(HOME)/include - # and $(HOME)/lib - # --#CVECTOR_INCLUDE = -I$(HOME)/include --#CVECTOR_LIBLOC = -L$(HOME)/lib -+CVECTOR_INCLUDE = -I/usr/include -+CVECTOR_LIBLOC = -L/usr/GENTOOLIBDIR - - # - # Directories -@@ -90,7 +90,7 @@ INC = $(ROOT) - EXAMPLES = $(ROOT) - TESTDATA = $(ROOT) - ifndef INSTALL_PREFIX --INSTALL_PREFIX = /usr/local -+INSTALL_PREFIX = $(DESTDIR)/usr - #INSTALL_PREFIX = $(HOME) - endif - -@@ -115,10 +115,10 @@ CPPLIBRARIES = -lm - CLIBRARIES = $(CVECTOR_LIBLOC) -lCVector -lm - - COMPILE_COMMAND = $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) $(INCLUDES) $(WARNINGS) -c --CPPCOMPILE_COMMAND = $(LIBTOOL) --mode=compile $(CXX) $(CFLAGS) $(INCLUDES) $(WARNINGS) -c --LIBRARY_LINK_COMMAND = $(LIBTOOL) --mode=link $(CC) -version-info $(VERSION) -no-undefined -rpath $(INSTALL_PREFIX)/lib -+CPPCOMPILE_COMMAND = $(LIBTOOL) --mode=compile $(CXX) $(CXXFLAGS) $(INCLUDES) $(WARNINGS) -c -+LIBRARY_LINK_COMMAND = $(LIBTOOL) --mode=link $(CC) -version-info $(VERSION) -release $(RELEASE) -no-undefined -rpath $(INSTALL_PREFIX)/GENTOOLIBDIR $(LDFLAGS) - BUILD_COMMAND_LOCAL = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(INCLUDES) --CPPBUILD_COMMAND_LOCAL = $(LIBTOOL) --mode=link $(CXX) -no-undefined $(CFLAGS) $(INCLUDES) -+CPPBUILD_COMMAND_LOCAL = $(LIBTOOL) --mode=link $(CXX) -no-undefined $(CXXFLAGS) $(INCLUDES) - BUILD_COMMAND_DYNAMIC = $(LIBTOOL) --mode=link $(CC) -no-undefined $(CFLAGS) -shared -I$(INSTALL_PREFIX)/include - BUILD_COMMAND_STATIC = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -static-libtool-libs -I$(INSTALL_PREFIX)/include - INSTALL_COMMAND = $(LIBTOOL) --mode=install cp -@@ -223,13 +223,13 @@ endif - # - all: $(LIB) $(BIN) $(SOURCE) $(HEADERS) \ - $(LIB)/libCNearTree.$(LIB_EXT) \ -- $(BIN)/CPPMain $(BIN)/CMain $(BIN)/CPPNearTreeTest $(BIN)/CNearTreeTest $(BIN)/CNearTreeTestInst -+ $(BIN)/CPPMain $(BIN)/CMain $(BIN)/CPPNearTreeTest $(BIN)/CNearTreeTest - --install: all $(INSTALL_PREFIX) $(INSTALL_PREFIX)/lib $(INSTALL_PREFIX)/include \ -+install: all $(INSTALL_PREFIX) $(INSTALL_PREFIX)/GENTOOLIBDIR $(INSTALL_PREFIX)/include \ - $(INC) $(LIB)/libCNearTree.$(LIB_EXT) $(INC)/TNear.h $(INC)/CNearTree.h \ - $(INC)/rhrand.h $(INC)/triple.h -- $(INSTALL_COMMAND) $(LIB)/libCNearTree.$(LIB_EXT) $(INSTALL_PREFIX)/lib/libCNearTree.$(LIB_EXT) -- $(INSTALL_FINISH_COMMAND) $(INSTALL_PREFIX)/lib/libCNearTree.$(LIB_EXT) -+ $(INSTALL_COMMAND) $(LIB)/libCNearTree.$(LIB_EXT) $(INSTALL_PREFIX)/GENTOOLIBDIR/libCNearTree.$(LIB_EXT) -+ $(INSTALL_FINISH_COMMAND) $(INSTALL_PREFIX)/GENTOOLIBDIR/libCNearTree.$(LIB_EXT) - -cp $(INSTALL_PREFIX)/include/TNear.h $(INSTALL_PREFIX)/include/TNear_old.h - -cp $(INSTALL_PREFIX)/include/CNearTree.h $(INSTALL_PREFIX)/include/CNearTree_old.h - cp $(INC)/TNear.h $(INSTALL_PREFIX)/include/TNear.h -@@ -257,8 +257,8 @@ install: all $(INSTALL_PREFIX) $(INSTALL_PREFIX)/lib $(INSTALL_PREFIX)/include - $(INSTALL_PREFIX): - mkdir -p $(INSTALL_PREFIX) - --$(INSTALL_PREFIX)/lib: $(INSTALL_PREFIX) -- mkdir -p $(INSTALL_PREFIX)/lib -+$(INSTALL_PREFIX)/GENTOOLIBDIR: $(INSTALL_PREFIX) -+ mkdir -p $(INSTALL_PREFIX)/GENTOOLIBDIR - - $(INSTALL_PREFIX)/bin: $(INSTALL_PREFIX) - mkdir -p $(INSTALL_PREFIX)/bin --- -1.7.8 - diff --git a/sci-libs/neartree/files/3.1.1-notest.patch b/sci-libs/neartree/files/3.1.1-notest.patch deleted file mode 100644 index c85a50537894..000000000000 --- a/sci-libs/neartree/files/3.1.1-notest.patch +++ /dev/null @@ -1,34 +0,0 @@ -From c9367aefa380d276590e3e0045f69fc884fed948 Mon Sep 17 00:00:00 2001 -Message-Id: -In-Reply-To: -References: -From: Justin Lecher -Date: Wed, 14 Dec 2011 09:56:51 +0100 -Subject: [PATCH 2/2] notest.patch - ---- - Makefile | 8 -------- - 1 files changed, 0 insertions(+), 8 deletions(-) - -diff --git a/Makefile b/Makefile -index 859363e..8de706b 100644 ---- a/Makefile -+++ b/Makefile -@@ -240,14 +240,6 @@ install: all $(INSTALL_PREFIX) $(INSTALL_PREFIX)/GENTOOLIBDIR $(INSTALL_PREFIX) - chmod 644 $(INSTALL_PREFIX)/include/CNearTree.h - chmod 644 $(INSTALL_PREFIX)/include/rhrand.h - chmod 644 $(INSTALL_PREFIX)/include/triple.h -- echo "Testing final install dynamic" -- $(BUILD_COMMAND_DYNAMIC) $(INCLUDES) $(EXAMPLES)/CNearTreeTest.c \ -- -L$(INSTALL_PREFIX)/lib -lCNearTree $(CLIBRARIES) -o $(BIN)/CNearTreeTest_dynamic -- $(BIN)/CNearTreeTest_dynamic -- echo "Testing final install static" -- $(BUILD_COMMAND_STATIC) $(INCLUDES) $(EXAMPLES)/CNearTreeTest.c \ -- -L$(INSTALL_PREFIX)/lib -lCNearTree $(CLIBRARIES) -o $(BIN)/CNearTreeTest_static -- $(BIN)/CNearTreeTest_static - - - --- -1.7.8 - diff --git a/sci-libs/neartree/files/3.1.1-test.patch b/sci-libs/neartree/files/3.1.1-test.patch deleted file mode 100644 index 2796be6eaf85..000000000000 --- a/sci-libs/neartree/files/3.1.1-test.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 6a9ec8e68191a3ff9ad21a34814e71f6baf6f5ce Mon Sep 17 00:00:00 2001 -Message-Id: <6a9ec8e68191a3ff9ad21a34814e71f6baf6f5ce.1323853619.git.jlec@gentoo.org> -From: Justin Lecher -Date: Wed, 14 Dec 2011 10:06:51 +0100 -Subject: [PATCH] 3.1.1-test.patch - ---- - Makefile | 10 ---------- - 1 files changed, 0 insertions(+), 10 deletions(-) - -diff --git a/Makefile b/Makefile -index 8de706b..73ae0da 100644 ---- a/Makefile -+++ b/Makefile -@@ -339,16 +339,6 @@ tests: $(LIB) $(BIN) $(BIN)/CPPMain $(BIN)/CPPMain_Flip $(BIN)/CPPNearTreeTest - $(TIME) $(BIN)/CPPNearTreeTestInstNoFlip - $(TIME) $(BIN)/CNearTreeTest --debug - $(TIME) $(BIN)/CNearTreeTestInst --debug --ifneq ($(MSYSTEM),MINGW32) -- diff -b -c $(TESTDATA)/CPPMain_orig.lst $(TESTDATA)/CPPMain.lst -- diff -b -c $(TESTDATA)/CPPMain_orig.lst $(TESTDATA)/CPPMain_Flip.lst -- diff -b -c $(TESTDATA)/CMain_orig.lst $(TESTDATA)/CMain.lst --else -- diff -b -c $(TESTDATA)/CPPMain_MINGW_orig.lst $(TESTDATA)/CPPMain.lst -- diff -b -c $(TESTDATA)/CPPMain_MINGW_orig.lst $(TESTDATA)/CPPMain_Flip.lst -- diff -b -c $(TESTDATA)/CMain_MINGW_orig.lst $(TESTDATA)/CMain.lst --endif -- - # - # Remove all non-source files - # --- -1.7.8 - diff --git a/sci-libs/neartree/neartree-3.1.1-r3.ebuild b/sci-libs/neartree/neartree-3.1.1-r3.ebuild deleted file mode 100644 index 15a262c24107..000000000000 --- a/sci-libs/neartree/neartree-3.1.1-r3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit cmake-utils - -MY_PN=NearTree -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Function library efficiently solving the Nearest Neighbor Problem" -HOMEPAGE="http://neartree.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${PN}/${MY_P}/${MY_P}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" -IUSE="static-libs" - -RDEPEND="dev-libs/cvector" -DEPEND="${RDEPEND}" - -S="${WORKDIR}"/${MY_P} - -src_prepare() { - cp "${FILESDIR}"/CMakeLists.txt . || die -} - -src_configure() { - local mycmakeargs=( -DDOC_DIR="${EPREFIX}/usr/share/doc/${PF}" ) - cmake-utils_src_configure -} diff --git a/sci-libs/nlopt/Manifest b/sci-libs/nlopt/Manifest index 4c71308be038..7a23c3e6152b 100644 --- a/sci-libs/nlopt/Manifest +++ b/sci-libs/nlopt/Manifest @@ -1,2 +1 @@ -DIST nlopt-2.2.4.tar.gz 2315878 SHA256 a903125d6495df4861b2aea8b3ce9c6b881caaf36bf62db923335d96e3a60a20 SHA512 595a6da7f305a15ba16e42d6a2b28540fe3201568284600e57a091f9836dc04f657fad370ee5f2f528ebdc7ffa1f0fc81c2929bd49dbb861ddf7fd901beec871 WHIRLPOOL 62f8d0bf1e6fd003b8e3bb5da94eef7f59b10406d249026903f27f6738f4bf3e7bc83a06e1494a39a31f676f07df6d30d546717b44b469b77980dda3fce3c6f8 DIST nlopt-2.4.2.tar.gz 2361992 SHA256 8099633de9d71cbc06cd435da993eb424bbcdbded8f803cdaa9fb8c6e09c8e89 SHA512 136aacc00a69f77e8a7ce5dc26a5f3f027bc8c01b97aa1f43919462e0a412154eabfb01be258e082dffe61f9b554bb2bfbb550a7b82c7c77c7b22874a64a9703 WHIRLPOOL ec07f402cc1868f05adf1f261aa2e50901448e965ccdee3d249e1447ad0abdff354caf1bafbf0700a25896f9fcee509c916fd5e7bdd768514a55bf6fff40784d diff --git a/sci-libs/nlopt/files/nlopt-2.2.4-fix-nlopt_hpp-location.patch b/sci-libs/nlopt/files/nlopt-2.2.4-fix-nlopt_hpp-location.patch deleted file mode 100644 index 460b4378673a..000000000000 --- a/sci-libs/nlopt/files/nlopt-2.2.4-fix-nlopt_hpp-location.patch +++ /dev/null @@ -1,47 +0,0 @@ -Author: Dustin Polke - -Header files are located in top_srcdir not top_builddir. ---- a/swig/Makefile.am -+++ b/swig/Makefile.am -@@ -3,7 +3,7 @@ EXTRA_DIST = $(SWIG_SRC) nlopt-guile.i n - - BUILT_SOURCES = nlopt-guile.cpp nlopt-python.cpp nlopt-enum-renames.i nlopt.scm.in - --HDR = $(top_builddir)/api/nlopt.hpp -+HDR = $(top_srcdir)/api/nlopt.hpp - - ############################################################################## - # Guile wrapper -@@ -11,7 +11,7 @@ HDR = $(top_builddir)/api/nlopt.hpp - libnlopt@NLOPT_SUFFIX@_guile_la_SOURCES = nlopt-guile.cpp - libnlopt@NLOPT_SUFFIX@_guile_la_LIBADD = ../libnlopt@NLOPT_SUFFIX@.la - libnlopt@NLOPT_SUFFIX@_guile_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@ --libnlopt@NLOPT_SUFFIX@_guile_la_CPPFLAGS = $(GUILE_CPPFLAGS) -I$(top_builddir)/api -+libnlopt@NLOPT_SUFFIX@_guile_la_CPPFLAGS = $(GUILE_CPPFLAGS) -I$(top_srcdir)/api - - guiledir = $(GUILE_INSTALL_DIR) - if WITH_GUILE -@@ -25,7 +25,7 @@ endif - _nlopt_la_SOURCES = nlopt-python.cpp - _nlopt_la_LIBADD = ../libnlopt@NLOPT_SUFFIX@.la - _nlopt_la_LDFLAGS = -module -version-info @SHARED_VERSION_INFO@ --_nlopt_la_CPPFLAGS = $(PYTHON_INCLUDES) -I$(top_builddir)/api -+_nlopt_la_CPPFLAGS = $(PYTHON_INCLUDES) -I$(top_srcdir)/api - - if WITH_PYTHON - python_PYTHON = nlopt.py -@@ -43,12 +43,12 @@ lib_LTLIBRARIES = $(guilelib) - if MAINTAINER_MODE - - nlopt-guile.cpp nlopt.scm.in: $(SWIG_SRC) nlopt-guile.i $(HDR) -- swig -I$(top_builddir)/api -outdir $(builddir) -c++ -guile -scmstub -o $@ nlopt.i -+ swig -I$(top_srcdir)/api -outdir $(builddir) -c++ -guile -scmstub -o $@ nlopt.i - rm -f nlopt.scm.in - mv nlopt.scm nlopt.scm.in - - nlopt-python.cpp nlopt.py: $(SWIG_SRC) nlopt-python.i numpy.i $(HDR) -- swig -I$(top_builddir)/api -outdir $(builddir) -c++ -python -o $@ nlopt.i -+ swig -I$(top_srcdir)/api -outdir $(builddir) -c++ -python -o $@ nlopt.i - - nlopt-enum-renames.i: $(top_srcdir)/api/nlopt.h - (echo "// AUTOMATICALLY GENERATED -- DO NOT EDIT"; egrep 'NLOPT_[LG][DN]|NLOPT_AUGLAG|NLOPT_G_MLSL|NLOPT_NUM_ALGORITHMS' $(top_srcdir)/api/nlopt.h | sed 's/NLOPT_//g' |tr -d ' ' |tr '/' ',' |tr '=' ',' |cut -d, -f1 |while read name; do echo "%rename(NLOPT_$$name) nlopt::$$name;"; done; egrep 'NLOPT_[A-Z_]* =' $(top_srcdir)/api/nlopt.h | egrep -v 'NLOPT_[LG][DN]|NLOPT_AUGLAG|NLOPT_G_MLSL' | sed 's/NLOPT_//g' |tr -d ' ' |cut -d'=' -f1 | while read name; do echo "%rename(NLOPT_$$name) nlopt::$$name;"; done) > $@ diff --git a/sci-libs/nlopt/metadata.xml b/sci-libs/nlopt/metadata.xml index 9a998be9bb50..35f045929ff6 100644 --- a/sci-libs/nlopt/metadata.xml +++ b/sci-libs/nlopt/metadata.xml @@ -1,11 +1,11 @@ - - sci@gentoo.org - Gentoo Science Project - - + + sci@gentoo.org + Gentoo Science Project + + NLopt is a library for nonlinear optimization, providing a common interface for a number of different free optimization routines available online as well as original @@ -18,7 +18,7 @@ * Algorithms for unconstrained optimization, bound-constrained optimization, and general nonlinear inequality constraints. - - Add plugin for sci-mathematics/octave - + + Add plugin for sci-mathematics/octave + diff --git a/sci-libs/nlopt/nlopt-2.2.4.ebuild b/sci-libs/nlopt/nlopt-2.2.4.ebuild deleted file mode 100644 index b3c8cf6b91fa..000000000000 --- a/sci-libs/nlopt/nlopt-2.2.4.ebuild +++ /dev/null @@ -1,98 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -SUPPORT_PYTHON_ABIS="1" -PYTHON_DEPEND="python? *" -RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython" - -inherit python autotools-utils - -DESCRIPTION="Non-linear optimization library" -HOMEPAGE="http://ab-initio.mit.edu/nlopt/" -SRC_URI="${HOMEPAGE}/${P}.tar.gz" - -LICENSE="LGPL-2.1 MIT" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -SLOT="0" -IUSE="cxx guile octave python static-libs" - -DEPEND=" - guile? ( dev-scheme/guile ) - octave? ( sci-mathematics/octave ) - python? ( dev-python/numpy )" -RDEPEND="${DEPEND}" - -AUTOTOOLS_IN_SOURCE_BUILD=1 - -src_prepare() { - if use python; then - sed -i \ - -e '/^LTLIBRARIES/s:$(pyexec_LTLIBRARIES)::g' \ - swig/Makefile.in || die - echo '#!/bin/sh' > py-compile - fi - epatch "${FILESDIR}"/${P}-fix-nlopt_hpp-location.patch - eautoreconf -} - -src_configure() { - if use octave; then - export OCT_INSTALL_DIR="${EPREFIX}"/usr/libexec/octave/site/oct/${CHOST} - export M_INSTALL_DIR="${EPREFIX}"/usr/share/octave/site/m - else - export MKOCTFILE=None - fi - myeconfargs+=( - $(use_with cxx) - $(use_with guile) - $(use_with octave) - $(use_with python) - --without-matlab - ) - autotools-utils_src_configure -} - -src_compile() { - autotools-utils_src_compile - if use python; then - python_copy_sources swig - compilation() { - autotools-utils_src_compile \ - PYTHON_CPPFLAGS="-I${EPREFIX}$(python_get_includedir)" \ - PYTHON_LDFLAGS="${EPREFIX}$(python_get_library -l)" \ - PYTHON_SITE_PKG="${EPREFIX}$(python_get_sitedir)" \ - PYTHON_VERSION="${EPREFIX}$(python_get_version)" \ - PYTHON_INCLUDES="${EPREFIX}$(python_get_includedir)" \ - pythondir="${EPREFIX}$(python_get_sitedir)" \ - pyexecdir="${EPREFIX}$(python_get_sitedir)" - } - python_execute_function -s --source-dir swig compilation - fi -} - -src_install() { - autotools-utils_src_install - if use python; then - installation() { - rm *.la - emake DESTDIR="${D}" install \ - pyexecdir="${EPREFIX}$(python_get_sitedir)" \ - pythondir="${EPREFIX}$(python_get_sitedir)" - } - python_execute_function -s --source-dir swig installation - python_clean_installation_image - fi - local r - for r in */README; do newdoc ${r} README.$(dirname ${r}); done -} - -pkg_postinst() { - use python && python_mod_optimize ${PN}.py -} - -pkg_postrm() { - use python && python_mod_cleanup ${PN}.py -} diff --git a/sci-libs/nlopt/nlopt-2.4.2.ebuild b/sci-libs/nlopt/nlopt-2.4.2.ebuild deleted file mode 100644 index 66137d5f3a4f..000000000000 --- a/sci-libs/nlopt/nlopt-2.4.2.ebuild +++ /dev/null @@ -1,103 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -AUTOTOOLS_AUTORECONF=1 - -inherit python-r1 autotools-utils - -DESCRIPTION="Non-linear optimization library" -HOMEPAGE="http://ab-initio.mit.edu/nlopt/" -SRC_URI="${HOMEPAGE}/${P}.tar.gz" - -LICENSE="LGPL-2.1 MIT" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -SLOT="0" -IUSE="cxx guile octave python static-libs" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" -DEPEND=" - guile? ( dev-scheme/guile:* ) - octave? ( sci-mathematics/octave ) - python? ( dev-python/numpy[${PYTHON_USEDEP}] )" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}"/${PN}-2.3-pkgconfig.patch - "${FILESDIR}"/${PN}-2.3-as-needed.patch -) - -src_prepare() { - autotools-utils_src_prepare - use cxx && BUILD_CXX="${S}_cxx" - use python && python_copy_sources -} - -src_configure() { - if use octave; then - export OCT_INSTALL_DIR="$(octave-config -p LOCALOCTFILEDIR)" - export M_INSTALL_DIR="$(octave-config -p LOCALFCNFILEDIR)" - - else - export MKOCTFILE=None - fi - local myeconfargs=( - $(use_with guile) - ) - if use python; then - python_foreach_impl run_in_build_dir autotools-utils_src_configure - else - autotools-utils_src_configure - fi - if use cxx; then - myeconfargs+=( --with-cxx --without-octave --without-python ) - BUILD_DIR="${BUILD_CXX}" autotools-utils_src_configure - fi -} - -src_compile() { - if use python; then - python_foreach_impl run_in_build_dir autotools-utils_src_compile - else - autotools-utils_src_compile - fi - use cxx && BUILD_DIR="${BUILD_CXX}" autotools-utils_src_compile - #-C "${BUILD_DIR}_cxx" -} - -src_test() { - do_test() { - local a f - cd "${BUILD_DIR}"/test - for a in {1..7}; do - for f in {5..9}; do - ./testopt -a $a -o $f || die "algorithm $a function $f failed" - done - done - } - if use python; then - python_foreach_impl run_in_build_dir do_test - else - do_test - fi - cd "${BUILD_CXX}"/test - for a in {1..9}; do - for f in {5..9}; do - ./testopt -a $a -o $f || die "algorithm $a function $f failed" - done - done -} - -src_install() { - # build cxx first so the c lib overwrites the pc file - use cxx && BUILD_DIR="${BUILD_CXX}" autotools-utils_src_install - if use python; then - python_foreach_impl run_in_build_dir autotools-utils_src_install - else - autotools-utils_src_install - fi - local r - for r in */README; do newdoc ${r} README.$(dirname ${r}); done -} diff --git a/sci-libs/vtk/Manifest b/sci-libs/vtk/Manifest index 9e64a2fff0be..18fdb61db726 100644 --- a/sci-libs/vtk/Manifest +++ b/sci-libs/vtk/Manifest @@ -1,6 +1,4 @@ DIST VTK-6.1.0.tar.gz 27608882 SHA256 bd7df10a479606d529a8b71f466c44a2bdd11fd534c62ce0aa44fad91883fa34 SHA512 3ab922166502348e5cdd68e14dbf4717c0405c9d8881c04aa8be8f95d8516af39cd02aaca5171c6de8af1b462ca386399b7a87a843ec62999f0f32c11788a2dc WHIRLPOOL e387390efdc8cd2e413524794786369ba8a2bfe788913dfb161b82d9bc041e15ed5585286bebe38f955d1def3043481303d3bc74c648bbf5bf856e212ac9950c DIST VTKData-6.1.0.tar.gz 94452190 SHA256 aba27ac05d721e36b9424131f1d0f673448f2b31aac34e9e74590fdf208ad0c7 SHA512 4e23cc3de3b81a852458849f2bd4dfe2e84e9df4f77f5f0d4ac249b04a7f74144a483a91876bd748bb90685d1943071e9b36fce8dd618376621bc37e63365e65 WHIRLPOOL 1ee803055e3bbf0c8150807a77efce81406c8a512c40644c5ccc35279cb1098bb8f0382b5f2bb01f483c8a38a4e81ee70ed39145c52b4375a0545919faee2a28 DIST VTKLargeData-6.1.0.tar.gz 166019220 SHA256 d8985508ff2b7fbfbae0aadedfbe2b293640cf6441d3cce41da5c3f591c96d4c SHA512 3663a124c16448882ad3aef0fb15f55f438863ba2176106803ad9c6fb561325accd74f2675d8b6e1de791babfa8b992e516d87640efedda4a6daeb5affc2cf3f WHIRLPOOL db62af365a5c1d71b209d21578184ff1ee7a5913aefd7e5729b7dc555bdd20a8f070ed83051387634bf6a9fc1141ab68a291ec0d557602fa5802e3e6020b7ae1 -DIST vtk-6.0.0.tar.gz 24170173 SHA256 426df543cffeacf21154dddcd2a6efbd91a586570a07a0db4c426d3e0acd10e4 SHA512 ac238e2d228df4fc4d324826b8729af9ab3274039d5abf834f013fb4deaddc116ba2b1b24fb93aaf4b1bfc4bb321d19bc05566883cf3db1f982c9650d77583e8 WHIRLPOOL b8619e254f97392dae01b8e2376bd70a07ce21504580d29844fcf1ab5621d85ba12bfd6047b4f90afd2b648d8b6c17e4ce5d789d6e1f84b5a4f847de5ee376b9 -DIST vtkDocHtml-6.0.0.tar.gz 204228463 SHA256 f5324c4c197b0cacd19bf1e5721bb012d753d49526e224d9f2dd7412f34e4434 SHA512 b6d5660f3ae6046c63b22b613cab6822f45f6b30a09522277e32f941c75dc48e8c92abc4d7f02b17e3f4d8e625de6dce7f000acc79e2d588a13d1577c139291a WHIRLPOOL b951c4ee62639c6bada2e02c2fceddbdb730c76d80c61a6ed013d8d9878b78a697158f41f53d68b5d62e4baa1f9ecb88e2437490da7610970622a40ecb14db1f DIST vtkDocHtml-6.1.0.tar.gz 230827905 SHA256 e35d0f5b7905e5c827d8daa71ee61b14dc080445efad91f97583a2b9303c1813 SHA512 fcae74a65157d87b39a162facdecbb0ab0a9b95b9f2555ed2b15d635b82034bfc62181eea441caf0b1edbe036b792a8231d409908b943398ce7f662c149d3a60 WHIRLPOOL bc1714223259953a605612c0da124ece60604989458b7de5cf24b37d0f4c339f50c07a13d899f218364e61a35f8e1ace126eda5e83acbc3fe4930b041df0f55d diff --git a/sci-libs/vtk/files/vtk-5.10.1-ffmpeg-1.patch b/sci-libs/vtk/files/vtk-5.10.1-ffmpeg-1.patch deleted file mode 100644 index 2cefb12591a5..000000000000 --- a/sci-libs/vtk/files/vtk-5.10.1-ffmpeg-1.patch +++ /dev/null @@ -1,49 +0,0 @@ -https://bugs.gentoo.org/show_bug.cgi?id=450464 - -Index: VTK5.10.1/IO/vtkFFMPEGWriter.cxx -=================================================================== ---- VTK5.10.1.orig/IO/vtkFFMPEGWriter.cxx -+++ VTK5.10.1/IO/vtkFFMPEGWriter.cxx -@@ -192,13 +192,6 @@ int vtkFFMPEGWriterInternal::Start() - c->bit_rate_tolerance = this->Writer->GetBitRateTolerance(); - } - -- //apply the chosen parameters -- if (av_set_parameters(this->avFormatContext, NULL) < 0) -- { -- vtkGenericWarningMacro (<< "Invalid output format parameters." ); -- return 0; -- } -- - //manufacture a codec with the chosen parameters - AVCodec *codec = avcodec_find_encoder(c->codec_id); - if (!codec) -@@ -259,14 +252,17 @@ int vtkFFMPEGWriterInternal::Start() - - - //Finally, open the file and start it off. -- if (url_fopen(&this->avFormatContext->pb, this->avFormatContext->filename, URL_WRONLY) < 0) -+ if (avio_open(&this->avFormatContext->pb, this->avFormatContext->filename, AVIO_FLAG_WRITE) < 0) - { - vtkGenericWarningMacro (<< "Could not open " << this->Writer->GetFileName() << "." ); - return 0; - } - this->openedFile = 1; - -- av_write_header(this->avFormatContext); -+ if(avformat_write_header(this->avFormatContext, NULL) < 0) { -+ vtkGenericWarningMacro (<< "Failed to write header." ); -+ return 0; -+ } - return 1; - } - -@@ -391,7 +387,7 @@ void vtkFFMPEGWriterInternal::End() - #ifdef VTK_FFMPEG_OLD_URL_FCLOSE - url_fclose(&this->avFormatContext->pb); - #else -- url_fclose(this->avFormatContext->pb); -+ avio_close(this->avFormatContext->pb); - #endif - this->openedFile = 0; - } diff --git a/sci-libs/vtk/files/vtk-5.10.1-libav-9.patch b/sci-libs/vtk/files/vtk-5.10.1-libav-9.patch deleted file mode 100644 index eb7b71c5ec9e..000000000000 --- a/sci-libs/vtk/files/vtk-5.10.1-libav-9.patch +++ /dev/null @@ -1,117 +0,0 @@ -diff -burN VTK5.10.1.old/IO/vtkFFMPEGWriter.cxx VTK5.10.1/IO/vtkFFMPEGWriter.cxx ---- VTK5.10.1.old/IO/vtkFFMPEGWriter.cxx 2013-05-25 01:26:52.768954436 +0200 -+++ VTK5.10.1/IO/vtkFFMPEGWriter.cxx 2013-05-25 11:13:53.112672449 +0200 -@@ -60,9 +60,6 @@ - - AVStream *avStream; - -- unsigned char *codecBuf; -- int codecBufSize; -- - AVFrame *rgbInput; - AVFrame *yuvOutput; - -@@ -83,7 +80,6 @@ - - this->avStream = NULL; - -- this->codecBuf = NULL; - this->rgbInput = NULL; - this->yuvOutput = NULL; - -@@ -140,7 +136,7 @@ - strcpy(this->avFormatContext->filename, this->Writer->GetFileName()); - - //create a stream for that file -- this->avStream = av_new_stream(this->avFormatContext, 0); -+ this->avStream = avformat_new_stream(this->avFormatContext, NULL); - if (!this->avStream) - { - vtkGenericWarningMacro (<< "Could not create video stream."); -@@ -199,7 +195,7 @@ - vtkGenericWarningMacro (<< "Codec not found." ); - return 0; - } -- if (avcodec_open(c, codec) < 0) -+ if (avcodec_open2(c, codec, NULL) < 0) - { - vtkGenericWarningMacro (<< "Could not open codec."); - return 0; -@@ -207,15 +203,6 @@ - - //create buffers for the codec to work with. - -- //working compression space -- this->codecBufSize = 2*c->width*c->height*4; //hopefully this is enough -- this->codecBuf = new unsigned char[this->codecBufSize]; -- if (!this->codecBuf) -- { -- vtkGenericWarningMacro (<< "Could not make codec working space." ); -- return 0; -- } -- - //for the output of the writer's input... - this->rgbInput = avcodec_alloc_frame(); - if (!this->rgbInput) -@@ -316,38 +303,24 @@ - return 0; - } - #endif -- -+ AVPacket pkt = { 0 }; -+ int got_frame; - - //run the encoder -- int toAdd = avcodec_encode_video(cc, -- this->codecBuf, -- this->codecBufSize, -- this->yuvOutput); -+ int ret = avcodec_encode_video2(cc, -+ &pkt, -+ this->yuvOutput, -+ &got_frame); - - //dump the compressed result to file -- if (toAdd) -+ if (got_frame) - { -- //create an avpacket to output the compressed result -- AVPacket pkt; -- av_init_packet(&pkt); -- -- //to do playback at actual recorded rate, this will need more work -- pkt.pts = cc->coded_frame->pts; -- //pkt.dts = ?; not dure what decompression time stamp should be -- pkt.data = this->codecBuf; -- pkt.size = toAdd; - pkt.stream_index = this->avStream->index; -- if (cc->coded_frame->key_frame) //treat keyframes well -- { -- pkt.flags |= AV_PKT_FLAG_KEY; -- } -- pkt.duration = 0; //presentation duration in time_base units or 0 if NA -- pkt.pos = -1; //byte position in stream or -1 if NA - -- toAdd = av_write_frame(this->avFormatContext, &pkt); -+ ret = av_write_frame(this->avFormatContext, &pkt); - } - -- if (toAdd) //should not have anything left over -+ if (ret < 0) //should not have anything left over - { - vtkGenericWarningMacro (<< "Problem encoding frame." ); - return 0; -@@ -373,12 +346,6 @@ - this->rgbInput = NULL; - } - -- if (this->codecBuf) -- { -- av_free(this->codecBuf); -- this->codecBuf = NULL; -- } -- - if (this->avFormatContext) - { - if (this->openedFile) -Binary files VTK5.10.1.old/IO/.vtkFFMPEGWriter.cxx.swp and VTK5.10.1/IO/.vtkFFMPEGWriter.cxx.swp differ diff --git a/sci-libs/vtk/files/vtk-5.10.1-tcl8.6.patch b/sci-libs/vtk/files/vtk-5.10.1-tcl8.6.patch deleted file mode 100644 index ed7ec08c2ea7..000000000000 --- a/sci-libs/vtk/files/vtk-5.10.1-tcl8.6.patch +++ /dev/null @@ -1,57 +0,0 @@ - Common/vtkTclUtil.cxx | 19 ++++++++++++++----- - 1 file changed, 14 insertions(+), 5 deletions(-) - -diff --git a/Common/vtkTclUtil.cxx b/Common/vtkTclUtil.cxx -index 390b0a4..2b7bccb 100644 ---- a/Common/vtkTclUtil.cxx -+++ b/Common/vtkTclUtil.cxx -@@ -21,6 +21,12 @@ - #include - #include - -+#if (TCL_MAJOR_VERSION == 8) && (TCL_MINOR_VERSION < 6) -+#define vtkTclGetErrorLine(m) (m->errorLine) -+#else -+#define vtkTclGetErrorLine(m) (Tcl_GetErrorLine(m)) -+#endif -+ - extern "C" - { - #if (TCL_MAJOR_VERSION == 8) && (TCL_MINOR_VERSION >= 4) -@@ -490,13 +496,15 @@ VTKTCL_EXPORT void vtkTclVoidFunc(void *arg) - vtkGenericWarningMacro("Error returned from vtk/tcl callback:\n" << - arg2->command << endl << - Tcl_GetVar(arg2->interp,(char *)("errorInfo"),0) << -- " at line number " << arg2->interp->errorLine); -+ " at line number " << -+ vtkTclGetErrorLine(arg2->interp)); - } - else - { - vtkGenericWarningMacro("Error returned from vtk/tcl callback:\n" << - arg2->command << endl << -- " at line number " << arg2->interp->errorLine); -+ " at line number " << -+ vtkTclGetErrorLine(arg2->interp)); - } - } - } -@@ -723,14 +731,15 @@ void vtkTclCommand::Execute(vtkObject *, unsigned long, void *) - vtkGenericWarningMacro("Error returned from vtk/tcl callback:\n" << - this->StringCommand << endl << - Tcl_GetVar(this->Interp,(char *)("errorInfo"),0) << -- " at line number " << this->Interp->errorLine); -+ " at line number " << -+ vtkTclGetErrorLine(this->Interp)); - } - else - { - vtkGenericWarningMacro("Error returned from vtk/tcl callback:\n" << - this->StringCommand << endl << -- " at line number " << -- this->Interp->errorLine); -+ " at line number " << -+ vtkTclGetErrorLine(this->Interp)); - } - } - else if (res == -1) diff --git a/sci-libs/vtk/files/vtk-5.2.0-tcl-install.patch b/sci-libs/vtk/files/vtk-5.2.0-tcl-install.patch deleted file mode 100644 index c7da78678825..000000000000 --- a/sci-libs/vtk/files/vtk-5.2.0-tcl-install.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur VTK/CMakeLists.txt VTK.new/CMakeLists.txt ---- VTK/CMakeLists.txt 2008-05-13 17:50:09.000000000 -0400 -+++ VTK.new/CMakeLists.txt 2008-10-05 10:34:42.000000000 -0400 -@@ -182,7 +182,7 @@ - # Compute the proper location for installing the Tcl package. This - # must be a fixed relative path below the library install location and - # is therefore not settable by parent projects. --SET(VTK_INSTALL_TCL_DIR ${VTK_INSTALL_LIB_DIR}) -+SET(VTK_INSTALL_TCL_DIR ${VTK_INSTALL_PACKAGE_DIR}) - - IF(NOT VTK_INSTALL_JAVA_DIR) - SET(VTK_INSTALL_JAVA_DIR ${VTK_INSTALL_PACKAGE_DIR}/java) diff --git a/sci-libs/vtk/files/vtk-5.4.2-boost-property_map.patch b/sci-libs/vtk/files/vtk-5.4.2-boost-property_map.patch deleted file mode 100644 index 90c6d6a1fed3..000000000000 --- a/sci-libs/vtk/files/vtk-5.4.2-boost-property_map.patch +++ /dev/null @@ -1,194 +0,0 @@ -diff --git a/Infovis/Testing/Cxx/TestBoostAdapter.cxx b/Infovis/Testing/Cxx/TestBoostAdapter.cxx -index 6af2855..484a9e0 100644 ---- a/Infovis/Testing/Cxx/TestBoostAdapter.cxx -+++ b/Infovis/Testing/Cxx/TestBoostAdapter.cxx -@@ -36,8 +36,8 @@ - #include - #include - #include --#include --#include -+#include -+#include - - #include "vtkGraph.h" - #include "vtkBoostGraphAdapter.h" -diff --git a/Infovis/vtkBoostBiconnectedComponents.cxx b/Infovis/vtkBoostBiconnectedComponents.cxx -index 6799dd0..dd759d5 100644 ---- a/Infovis/vtkBoostBiconnectedComponents.cxx -+++ b/Infovis/vtkBoostBiconnectedComponents.cxx -@@ -32,7 +32,7 @@ - #include "vtkGraph.h" - #include "vtkBoostGraphAdapter.h" - #include --#include -+#include - #include - #include - #include -diff --git a/Infovis/vtkBoostBrandesCentrality.cxx b/Infovis/vtkBoostBrandesCentrality.cxx -index e214a72..443c039 100644 ---- a/Infovis/vtkBoostBrandesCentrality.cxx -+++ b/Infovis/vtkBoostBrandesCentrality.cxx -@@ -36,7 +36,7 @@ - - #include - #include --#include -+#include - - using namespace boost; - -diff --git a/Infovis/vtkBoostBreadthFirstSearch.cxx b/Infovis/vtkBoostBreadthFirstSearch.cxx -index 7fab585..6e56a7c 100644 ---- a/Infovis/vtkBoostBreadthFirstSearch.cxx -+++ b/Infovis/vtkBoostBreadthFirstSearch.cxx -@@ -46,8 +46,8 @@ - - #include - #include --#include --#include -+#include -+#include - #include - - #include // for pair -diff --git a/Infovis/vtkBoostBreadthFirstSearchTree.cxx b/Infovis/vtkBoostBreadthFirstSearchTree.cxx -index 5c64516..64ee7b5 100644 ---- a/Infovis/vtkBoostBreadthFirstSearchTree.cxx -+++ b/Infovis/vtkBoostBreadthFirstSearchTree.cxx -@@ -39,7 +39,7 @@ - #include "vtkTree.h" - - #include --#include -+#include - #include - - using namespace boost; -diff --git a/Infovis/vtkBoostConnectedComponents.cxx b/Infovis/vtkBoostConnectedComponents.cxx -index 69e9d8f..c88f4ab 100644 ---- a/Infovis/vtkBoostConnectedComponents.cxx -+++ b/Infovis/vtkBoostConnectedComponents.cxx -@@ -33,7 +33,7 @@ - - #include "vtkBoostGraphAdapter.h" - #include --#include -+#include - - using namespace boost; - -diff --git a/Infovis/vtkBoostKruskalMinimumSpanningTree.cxx b/Infovis/vtkBoostKruskalMinimumSpanningTree.cxx -index b0c89de..7ea3aa9 100644 ---- a/Infovis/vtkBoostKruskalMinimumSpanningTree.cxx -+++ b/Infovis/vtkBoostKruskalMinimumSpanningTree.cxx -@@ -40,7 +40,7 @@ PURPOSE. See the above copyright notice for more information. - #include "vtkTree.h" - - #include --#include -+#include - #include - - using namespace boost; -diff --git a/Infovis/vtkBoostPrimMinimumSpanningTree.cxx b/Infovis/vtkBoostPrimMinimumSpanningTree.cxx -index 935d0f7..48716fd 100644 ---- a/Infovis/vtkBoostPrimMinimumSpanningTree.cxx -+++ b/Infovis/vtkBoostPrimMinimumSpanningTree.cxx -@@ -39,7 +39,7 @@ PURPOSE. See the above copyright notice for more information. - #include "vtkTree.h" - - #include --#include -+#include - #include - - using namespace boost; -diff --git a/Infovis/vtkTreeLayoutStrategy.cxx b/Infovis/vtkTreeLayoutStrategy.cxx -index 6efa586..222afe9 100644 ---- a/Infovis/vtkTreeLayoutStrategy.cxx -+++ b/Infovis/vtkTreeLayoutStrategy.cxx -@@ -375,8 +375,8 @@ void vtkTreeLayoutStrategy::PrintSelf(ostream& os, vtkIndent indent) - #include "vtkTreeToBoostAdapter.h" - #include - #include --#include --#include -+#include -+#include - #include - - using namespace boost; -diff --git a/Parallel/vtkPBGLBreadthFirstSearch.cxx b/Parallel/vtkPBGLBreadthFirstSearch.cxx -index 2b4681b..eebeaa9 100644 ---- a/Parallel/vtkPBGLBreadthFirstSearch.cxx -+++ b/Parallel/vtkPBGLBreadthFirstSearch.cxx -@@ -50,8 +50,8 @@ - #include - #include - #include --#include --#include -+#include -+#include - #include - - #include // for pair -diff --git a/Parallel/vtkPBGLGraphAdapter.h b/Parallel/vtkPBGLGraphAdapter.h -index 7b467b0..bacfd3a 100644 ---- a/Parallel/vtkPBGLGraphAdapter.h -+++ b/Parallel/vtkPBGLGraphAdapter.h -@@ -31,7 +31,7 @@ - #include - #include - #include --#include -+#include - #include - #include - //ETX -diff --git a/Parallel/vtkPBGLMinimumSpanningTree.cxx b/Parallel/vtkPBGLMinimumSpanningTree.cxx -index da4647e..f9c3229 100644 ---- a/Parallel/vtkPBGLMinimumSpanningTree.cxx -+++ b/Parallel/vtkPBGLMinimumSpanningTree.cxx -@@ -48,8 +48,8 @@ - #include - #include - #include --#include --#include -+#include -+#include - #include - - #include // for pair -diff --git a/Parallel/vtkPBGLShortestPaths.cxx b/Parallel/vtkPBGLShortestPaths.cxx -index 074143f..8517304 100644 ---- a/Parallel/vtkPBGLShortestPaths.cxx -+++ b/Parallel/vtkPBGLShortestPaths.cxx -@@ -49,8 +49,8 @@ - - #include - #include --#include --#include -+#include -+#include - - #include // for pair - -diff --git a/Parallel/vtkPBGLVertexColoring.cxx b/Parallel/vtkPBGLVertexColoring.cxx -index 9aa87a0..301a245 100644 ---- a/Parallel/vtkPBGLVertexColoring.cxx -+++ b/Parallel/vtkPBGLVertexColoring.cxx -@@ -47,7 +47,7 @@ - - #include - #include --#include -+#include - - #include // for pair - diff --git a/sci-libs/vtk/files/vtk-5.4.2-cg-path.patch b/sci-libs/vtk/files/vtk-5.4.2-cg-path.patch deleted file mode 100644 index 53d43ee804b9..000000000000 --- a/sci-libs/vtk/files/vtk-5.4.2-cg-path.patch +++ /dev/null @@ -1,35 +0,0 @@ -diff -Naur VTK/CMake/FindCg.cmake VTK.new/CMake/FindCg.cmake ---- VTK/CMake/FindCg.cmake 2005-10-04 11:25:51.000000000 -0400 -+++ VTK.new/CMake/FindCg.cmake 2009-07-17 14:10:30.000000000 -0400 -@@ -82,6 +82,7 @@ - FIND_PROGRAM( CG_COMPILER cgc - /usr/bin - /usr/local/bin -+ /opt/nvidia-cg-toolkit/bin - DOC "The Cg Compiler" - ) - GET_FILENAME_COMPONENT(CG_COMPILER_DIR "${CG_COMPILER}" PATH) -@@ -89,6 +90,7 @@ - FIND_PATH( CG_INCLUDE_PATH Cg/cg.h - /usr/include - /usr/local/include -+ /opt/nvidia-cg-toolkit/include - ${CG_COMPILER_SUPER_DIR}/include - DOC "The directory where Cg/cg.h resides" - ) -@@ -98,6 +100,7 @@ - /usr/lib - /usr/local/lib64 - /usr/local/lib -+ /opt/nvidia-cg-toolkit/lib - ${CG_COMPILER_SUPER_DIR}/lib64 - ${CG_COMPILER_SUPER_DIR}/lib - DOC "The Cg runtime library" -@@ -108,6 +111,7 @@ - /usr/lib - /usr/local/lib64 - /usr/local/lib -+ /opt/nvidia-cg-toolkit/lib - ${CG_COMPILER_SUPER_DIR}/lib64 - ${CG_COMPILER_SUPER_DIR}/lib - DOC "The Cg runtime library" diff --git a/sci-libs/vtk/files/vtk-5.4.2-libpng14.patch b/sci-libs/vtk/files/vtk-5.4.2-libpng14.patch deleted file mode 100644 index 1f12ae92658d..000000000000 --- a/sci-libs/vtk/files/vtk-5.4.2-libpng14.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- IO/vtkPNGReader.cxx -+++ IO/vtkPNGReader.cxx -@@ -116,7 +116,7 @@ - // minimum of a byte per pixel - if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8) - { -- png_set_gray_1_2_4_to_8(png_ptr); -+ png_set_expand_gray_1_2_4_to_8(png_ptr); - } - - // add alpha if any alpha found -@@ -225,7 +225,7 @@ - // minimum of a byte per pixel - if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8) - { -- png_set_gray_1_2_4_to_8(png_ptr); -+ png_set_expand_gray_1_2_4_to_8(png_ptr); - } - - // add alpha if any alpha found diff --git a/sci-libs/vtk/files/vtk-5.6.0-R.patch b/sci-libs/vtk/files/vtk-5.6.0-R.patch deleted file mode 100644 index 1327121c20c6..000000000000 --- a/sci-libs/vtk/files/vtk-5.6.0-R.patch +++ /dev/null @@ -1,57 +0,0 @@ -diff --git a/CMake/FindR.cmake b/CMake/FindR.cmake -index ee49570..c830db0 100644 ---- a/CMake/FindR.cmake -+++ b/CMake/FindR.cmake -@@ -18,13 +18,12 @@ IF (R_COMMAND) - ENDIF (R_COMMAND) - SET(CMAKE_FIND_APPBUNDLE ${TEMP_CMAKE_FIND_APPBUNDLE}) - --FIND_PATH(R_INCLUDE_DIR R.h PATHS /usr/local/lib /usr/local/lib64 PATH_SUFFIXES R/include DOC "Path to file R.h") -+FIND_PATH(R_INCLUDE_DIR R.h PATHS /usr/lib /usr/lib64 PATH_SUFFIXES R/include DOC "Path to file R.h") - FIND_LIBRARY(R_LIBRARY_BASE R PATHS ${R_BASE_DIR} PATH_SUFFIXES /lib DOC "R library (example libR.a, libR.dylib, etc.).") --FIND_LIBRARY(R_LIBRARY_BLAS Rblas PATHS ${R_BASE_DIR} PATH_SUFFIXES /lib DOC "Rblas library (example libRblas.a, libRblas.dylib, etc.).") --FIND_LIBRARY(R_LIBRARY_LAPACK Rlapack PATHS ${R_BASE_DIR} PATH_SUFFIXES /lib DOC "Rlapack library (example libRlapack.a, libRlapack.dylib, etc.).") -+FIND_LIBRARY(R_LIBRARY_MATH Rmath PATHS ${R_BASE_DIR} PATH_SUFFIXES /lib DOC "Rmath library (example libRmath.a, libRmath.dylib, etc.).") - FIND_LIBRARY(R_LIBRARY_READLINE readline DOC "(Optional) system readline library. Only required if the R libraries were build with readline support.") - --SET(R_LIBRARIES ${R_LIBRARY_BASE} ${R_LIBRARY_BLAS} ${R_LIBRARY_LAPACK} ${R_LIBRARY_BASE}) -+SET(R_LIBRARIES ${R_LIBRARY_BASE} ${R_LIBRARY_MATH} ${R_LIBRARY_BASE}) - IF (R_LIBRARY_READLINE) - SET(R_LIBRARIES ${R_LIBRARIES} ${R_LIBRARY_READLINE}) - ENDIF (R_LIBRARY_READLINE) -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 9d4e881..1a828a4 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -1054,8 +1054,18 @@ IF(VTK_WRAP_JAVA) - ENDIF(JAVA_AWT_LIBRARY) - ENDIF(VTK_WRAP_JAVA) - -+IF(VTK_USE_GNU_R) -+ FIND_PACKAGE(R) -+ENDIF(VTK_USE_GNU_R) - -- -+IF(VTK_USE_BOOST) -+ if (VTK_USE_PARALLEL_BGL) -+ FIND_PACKAGE(Boost 1.39.0 REQUIRED -+ COMPONENTS mpi serialization filesystem system graph_parallel) -+ else (VTK_USE_PARALLEL_BGL) -+ FIND_PACKAGE(Boost REQUIRED) -+ endif (VTK_USE_PARALLEL_BGL) -+ENDIF(VTK_USE_BOOST) - #----------------------------------------------------------------------------- - # The entire VTK tree should use the same include path. - -diff --git a/Graphics/vtkRInterface.cxx b/Graphics/vtkRInterface.cxx -index 324e845..56a4869 100644 ---- a/Graphics/vtkRInterface.cxx -+++ b/Graphics/vtkRInterface.cxx -@@ -23,6 +23,7 @@ - #undef HAVE_UINTPTR_T - #ifdef HAVE_VTK_UINTPTR_T - #define HAVE_UINTPTR_T HAVE_VTK_UINTPTR_T -+#include - #endif - - #include "vtkInformation.h" diff --git a/sci-libs/vtk/files/vtk-5.6.0-boost-property_map.patch b/sci-libs/vtk/files/vtk-5.6.0-boost-property_map.patch deleted file mode 100644 index 9319378acb1a..000000000000 --- a/sci-libs/vtk/files/vtk-5.6.0-boost-property_map.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/Infovis/vtkTreeLayoutStrategy.cxx b/Infovis/vtkTreeLayoutStrategy.cxx -index 4a764ea..74d0b53 100644 ---- a/Infovis/vtkTreeLayoutStrategy.cxx -+++ b/Infovis/vtkTreeLayoutStrategy.cxx -@@ -388,7 +388,7 @@ void vtkTreeLayoutStrategy::PrintSelf(ostream& os, vtkIndent indent) - #include "vtkTreeToBoostAdapter.h" - #include - #include --#include -+#include - #include - - using namespace boost; diff --git a/sci-libs/vtk/files/vtk-5.6.0-cg-path.patch b/sci-libs/vtk/files/vtk-5.6.0-cg-path.patch deleted file mode 100644 index 984bf5008497..000000000000 --- a/sci-libs/vtk/files/vtk-5.6.0-cg-path.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff --git a/CMake/FindCg.cmake b/CMake/FindCg.cmake -index ceb41de..5eb6003 100644 ---- a/CMake/FindCg.cmake -+++ b/CMake/FindCg.cmake -@@ -82,6 +82,7 @@ ELSE (APPLE) - FIND_PROGRAM( CG_COMPILER cgc - /usr/bin - /usr/local/bin -+ /opt/nvidia-cg-toolkit/bin - DOC "The Cg Compiler" - ) - GET_FILENAME_COMPONENT(CG_COMPILER_DIR "${CG_COMPILER}" PATH) -@@ -89,6 +90,7 @@ ELSE (APPLE) - FIND_PATH( CG_INCLUDE_PATH Cg/cg.h - /usr/include - /usr/local/include -+ /opt/nvidia-cg-toolkit/include - ${CG_COMPILER_SUPER_DIR}/include - DOC "The directory where Cg/cg.h resides" - ) -@@ -98,6 +100,7 @@ ELSE (APPLE) - /usr/lib - /usr/local/lib64 - /usr/local/lib -+ /opt/nvidia-cg-toolkit/lib - ${CG_COMPILER_SUPER_DIR}/lib64 - ${CG_COMPILER_SUPER_DIR}/lib - DOC "The Cg runtime library" -@@ -108,6 +111,7 @@ ELSE (APPLE) - /usr/lib - /usr/local/lib64 - /usr/local/lib -+ /opt/nvidia-cg-toolkit/lib - ${CG_COMPILER_SUPER_DIR}/lib64 - ${CG_COMPILER_SUPER_DIR}/lib - DOC "The Cg runtime library" diff --git a/sci-libs/vtk/files/vtk-5.6.0-ffmpeg.patch b/sci-libs/vtk/files/vtk-5.6.0-ffmpeg.patch deleted file mode 100644 index 2b600c067bc9..000000000000 --- a/sci-libs/vtk/files/vtk-5.6.0-ffmpeg.patch +++ /dev/null @@ -1,42 +0,0 @@ - CMake/vtkFFMPEGTestAvAlloc.cxx | 2 +- - CMake/vtkFFMPEGTestURLFClose.cxx | 2 +- - IO/vtkFFMPEGWriter.cxx | 2 +- - 3 files changed, 3 insertions(+), 3 deletions(-) - -diff --git a/CMake/vtkFFMPEGTestAvAlloc.cxx b/CMake/vtkFFMPEGTestAvAlloc.cxx -index ad691e3..1025c22 100644 ---- a/CMake/vtkFFMPEGTestAvAlloc.cxx -+++ b/CMake/vtkFFMPEGTestAvAlloc.cxx -@@ -1,6 +1,6 @@ - extern "C" { - #ifdef HAS_OLD_HEADER --# include -+# include - #else - # include - #endif -diff --git a/CMake/vtkFFMPEGTestURLFClose.cxx b/CMake/vtkFFMPEGTestURLFClose.cxx -index 0bf4314..8c1df58 100644 ---- a/CMake/vtkFFMPEGTestURLFClose.cxx -+++ b/CMake/vtkFFMPEGTestURLFClose.cxx -@@ -1,6 +1,6 @@ - extern "C" { - #ifdef HAS_OLD_HEADER --# include -+# include - #else - # include - #endif -diff --git a/IO/vtkFFMPEGWriter.cxx b/IO/vtkFFMPEGWriter.cxx -index b109c08..e056418 100644 ---- a/IO/vtkFFMPEGWriter.cxx -+++ b/IO/vtkFFMPEGWriter.cxx -@@ -22,7 +22,7 @@ - - extern "C" { - #ifdef VTK_FFMPEG_HAS_OLD_HEADER --# include -+# include - #else - # include - #endif diff --git a/sci-libs/vtk/files/vtk-5.6.0-libpng14.patch b/sci-libs/vtk/files/vtk-5.6.0-libpng14.patch deleted file mode 100644 index db1f87d3afb2..000000000000 --- a/sci-libs/vtk/files/vtk-5.6.0-libpng14.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff --git a/IO/vtkPNGReader.cxx b/IO/vtkPNGReader.cxx -index d1f5c2f..0bf00e4 100644 ---- a/IO/vtkPNGReader.cxx -+++ b/IO/vtkPNGReader.cxx -@@ -116,7 +116,7 @@ void vtkPNGReader::ExecuteInformation() - // minimum of a byte per pixel - if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8) - { -- png_set_gray_1_2_4_to_8(png_ptr); -+ png_set_expand_gray_1_2_4_to_8(png_ptr); - } - - // add alpha if any alpha found -@@ -225,7 +225,7 @@ void vtkPNGReaderUpdate2(vtkPNGReader *self, OT *outPtr, - // minimum of a byte per pixel - if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8) - { -- png_set_gray_1_2_4_to_8(png_ptr); -+ png_set_expand_gray_1_2_4_to_8(png_ptr); - } - - // add alpha if any alpha found diff --git a/sci-libs/vtk/files/vtk-5.6.0-odbc.patch b/sci-libs/vtk/files/vtk-5.6.0-odbc.patch deleted file mode 100644 index be24af11ac33..000000000000 --- a/sci-libs/vtk/files/vtk-5.6.0-odbc.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur CMake/FindODBC.cmake.orig CMake/FindODBC.cmake ---- CMake/FindODBC.cmake.orig 2008-10-08 13:51:36.000000000 -0400 -+++ CMake/FindODBC.cmake 2010-01-21 22:11:26.000000000 -0500 -@@ -30,7 +30,7 @@ - ) - - FIND_LIBRARY( ODBC_LIBRARY -- NAMES iodbc unixodbc -+ NAMES iodbc unixodbc odbc - PATHS - /usr/lib - /usr/lib/odbc diff --git a/sci-libs/vtk/files/vtk-5.6.1-ffmpeg.patch b/sci-libs/vtk/files/vtk-5.6.1-ffmpeg.patch deleted file mode 100644 index 34ec528854a7..000000000000 --- a/sci-libs/vtk/files/vtk-5.6.1-ffmpeg.patch +++ /dev/null @@ -1,42 +0,0 @@ - CMake/vtkFFMPEGTestAvAlloc.cxx | 2 +- - CMake/vtkFFMPEGTestURLFClose.cxx | 2 +- - IO/vtkFFMPEGWriter.cxx | 2 +- - 3 files changed, 3 insertions(+), 3 deletions(-) - -diff --git a/CMake/vtkFFMPEGTestAvAlloc.cxx b/CMake/vtkFFMPEGTestAvAlloc.cxx -index ad691e3..32489d5 100644 ---- a/CMake/vtkFFMPEGTestAvAlloc.cxx -+++ b/CMake/vtkFFMPEGTestAvAlloc.cxx -@@ -1,6 +1,6 @@ - extern "C" { - #ifdef HAS_OLD_HEADER --# include -+# include - #else - # include - #endif -diff --git a/CMake/vtkFFMPEGTestURLFClose.cxx b/CMake/vtkFFMPEGTestURLFClose.cxx -index 0bf4314..1c10a93 100644 ---- a/CMake/vtkFFMPEGTestURLFClose.cxx -+++ b/CMake/vtkFFMPEGTestURLFClose.cxx -@@ -1,6 +1,6 @@ - extern "C" { - #ifdef HAS_OLD_HEADER --# include -+# include - #else - # include - #endif -diff --git a/IO/vtkFFMPEGWriter.cxx b/IO/vtkFFMPEGWriter.cxx -index 52673ef..ffbb78f 100644 ---- a/IO/vtkFFMPEGWriter.cxx -+++ b/IO/vtkFFMPEGWriter.cxx -@@ -22,7 +22,7 @@ - - extern "C" { - #ifdef VTK_FFMPEG_HAS_OLD_HEADER --# include -+# include - #else - # include - #endif diff --git a/sci-libs/vtk/files/vtk-5.6.1-gcc-46.patch b/sci-libs/vtk/files/vtk-5.6.1-gcc-46.patch deleted file mode 100644 index 263e24f69b3d..000000000000 --- a/sci-libs/vtk/files/vtk-5.6.1-gcc-46.patch +++ /dev/null @@ -1,29 +0,0 @@ - Common/vtkPythonUtil.cxx | 2 ++ - Utilities/vtkmetaio/metaUtils.cxx | 1 + - 2 files changed, 3 insertions(+), 0 deletions(-) - -diff --git a/Common/vtkPythonUtil.cxx b/Common/vtkPythonUtil.cxx -index 7bc7660..d218e0d 100644 ---- a/Common/vtkPythonUtil.cxx -+++ b/Common/vtkPythonUtil.cxx -@@ -31,6 +31,8 @@ - #include - #include - -+#include -+ - // Silent warning like - // "dereferencing type-punned pointer will break strict-aliasing rules" - // it happens because this kind of expression: (long *)&ptr -diff --git a/Utilities/vtkmetaio/metaUtils.cxx b/Utilities/vtkmetaio/metaUtils.cxx -index 08d3e8d..bbcc9ec 100644 ---- a/Utilities/vtkmetaio/metaUtils.cxx -+++ b/Utilities/vtkmetaio/metaUtils.cxx -@@ -37,6 +37,7 @@ - #include - #include - #include -+#include - - #if defined (__BORLANDC__) && (__BORLANDC__ >= 0x0580) - #include diff --git a/sci-libs/vtk/files/vtk-5.6.1-libav-0.8.patch b/sci-libs/vtk/files/vtk-5.6.1-libav-0.8.patch deleted file mode 100644 index 523919d6f676..000000000000 --- a/sci-libs/vtk/files/vtk-5.6.1-libav-0.8.patch +++ /dev/null @@ -1,66 +0,0 @@ -Description: Upstream changes introduced in version 5.6.1-6.1 - This patch has been created by dpkg-source during the package build. - Here's the last changelog entry, hopefully it gives details on why - those changes were made: - . - vtk (5.6.1-6.1) unstable; urgency=low - . - [ Michael Schutte ] - * Non-maintainer upload. - * Remove absolute paths to required libraries from - /usr/lib/vtk-5.6/VTKLibraryDepends.cmake after building, closes: - #506992. Due to the multiarch transition, the original behavior - frequently causes reverse build-deps to FTBFS. This change should - probably be reverted once all required libraries are multiarched. - . - [ Steve M. Robbins ] - * Override lintian diagnostic about embedded libraries ftgl and sqlite. - * IO/vtkFFMPEGWriter.cxx: Applied fix from #638246 to build with libav - 0.7. - . - The person named in the Author field signed this changelog entry. -Author: Steve M. Robbins -Bug-Debian: http://bugs.debian.org/506992 - ---- -The information above should follow the Patch Tagging Guidelines, please -checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here -are templates for supplementary fields that you might want to add: - -Origin: , -Bug: -Bug-Debian: http://bugs.debian.org/ -Bug-Ubuntu: https://launchpad.net/bugs/ -Forwarded: -Reviewed-By: -Last-Update: - ---- vtk-5.6.1.orig/IO/vtkFFMPEGWriter.cxx -+++ vtk-5.6.1/IO/vtkFFMPEGWriter.cxx -@@ -123,7 +123,7 @@ int vtkFFMPEGWriterInternal::Start() - } - - //choose avi media file format -- this->avOutputFormat = guess_format("avi", NULL, NULL); -+ this->avOutputFormat = av_guess_format("avi", NULL, NULL); - if (!this->avOutputFormat) - { - vtkGenericWarningMacro (<< "Could not open the avi media file format."); -@@ -150,7 +150,7 @@ int vtkFFMPEGWriterInternal::Start() - //Set up the codec. - AVCodecContext *c = this->avStream->codec; - c->codec_id = (CodecID)this->avOutputFormat->video_codec; -- c->codec_type = CODEC_TYPE_VIDEO; -+ c->codec_type = AVMEDIA_TYPE_VIDEO; - c->width = this->Dim[0]; - c->height = this->Dim[1]; - c->pix_fmt = PIX_FMT_YUVJ420P; -@@ -329,7 +329,7 @@ int vtkFFMPEGWriterInternal::Write(vtkIm - pkt.stream_index = this->avStream->index; - if (cc->coded_frame->key_frame) //treat keyframes well - { -- pkt.flags |= PKT_FLAG_KEY; -+ pkt.flags |= AV_PKT_FLAG_KEY; - } - pkt.duration = 0; //presentation duration in time_base units or 0 if NA - pkt.pos = -1; //byte position in stream or -1 if NA diff --git a/sci-libs/vtk/files/vtk-5.6.1-libpng15.patch b/sci-libs/vtk/files/vtk-5.6.1-libpng15.patch deleted file mode 100644 index 5bb5cbfb8cd6..000000000000 --- a/sci-libs/vtk/files/vtk-5.6.1-libpng15.patch +++ /dev/null @@ -1,22 +0,0 @@ -http://bugs.gentoo.org/378393 - ---- VTK/IO/vtkPNGWriter.cxx -+++ VTK/IO/vtkPNGWriter.cxx -@@ -147,7 +147,7 @@ - void vtkPNGWriteErrorFunction(png_structp png_ptr, - png_const_charp vtkNotUsed(error_msg)) - { -- longjmp(png_ptr->jmpbuf, 1); -+ longjmp(png_jmpbuf(png_ptr), 1); - } - } - -@@ -223,7 +223,7 @@ - png_init_io(png_ptr, this->TempFP); - png_set_error_fn(png_ptr, png_ptr, - vtkPNGWriteErrorFunction, vtkPNGWriteWarningFunction); -- if (setjmp(png_ptr->jmpbuf)) -+ if (setjmp(png_jmpbuf(png_ptr))) - { - fclose(this->TempFP); - this->SetErrorCode(vtkErrorCode::OutOfDiskSpaceError); diff --git a/sci-libs/vtk/files/vtk-5.8.0-R.patch b/sci-libs/vtk/files/vtk-5.8.0-R.patch deleted file mode 100644 index ce6dcde59e9d..000000000000 --- a/sci-libs/vtk/files/vtk-5.8.0-R.patch +++ /dev/null @@ -1,45 +0,0 @@ -diff --git a/CMake/FindR.cmake b/CMake/FindR.cmake -index ee49570..c830db0 100644 ---- a/CMake/FindR.cmake -+++ b/CMake/FindR.cmake -@@ -18,13 +18,12 @@ IF (R_COMMAND) - ENDIF (R_COMMAND) - SET(CMAKE_FIND_APPBUNDLE ${TEMP_CMAKE_FIND_APPBUNDLE}) - --FIND_PATH(R_INCLUDE_DIR R.h PATHS /usr/local/lib /usr/local/lib64 PATH_SUFFIXES R/include DOC "Path to file R.h") -+FIND_PATH(R_INCLUDE_DIR R.h PATHS /usr/lib /usr/lib64 PATH_SUFFIXES R/include DOC "Path to file R.h") - FIND_LIBRARY(R_LIBRARY_BASE R PATHS ${R_BASE_DIR} PATH_SUFFIXES /lib DOC "R library (example libR.a, libR.dylib, etc.).") --FIND_LIBRARY(R_LIBRARY_BLAS Rblas PATHS ${R_BASE_DIR} PATH_SUFFIXES /lib DOC "Rblas library (example libRblas.a, libRblas.dylib, etc.).") --FIND_LIBRARY(R_LIBRARY_LAPACK Rlapack PATHS ${R_BASE_DIR} PATH_SUFFIXES /lib DOC "Rlapack library (example libRlapack.a, libRlapack.dylib, etc.).") -+FIND_LIBRARY(R_LIBRARY_MATH Rmath PATHS ${R_BASE_DIR} PATH_SUFFIXES /lib DOC "Rmath library (example libRmath.a, libRmath.dylib, etc.).") - FIND_LIBRARY(R_LIBRARY_READLINE readline DOC "(Optional) system readline library. Only required if the R libraries were build with readline support.") - --SET(R_LIBRARIES ${R_LIBRARY_BASE} ${R_LIBRARY_BLAS} ${R_LIBRARY_LAPACK} ${R_LIBRARY_BASE}) -+SET(R_LIBRARIES ${R_LIBRARY_BASE} ${R_LIBRARY_MATH} ${R_LIBRARY_BASE}) - IF (R_LIBRARY_READLINE) - SET(R_LIBRARIES ${R_LIBRARIES} ${R_LIBRARY_READLINE}) - ENDIF (R_LIBRARY_READLINE) -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 9d4e881..1a828a4 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -1054,8 +1054,18 @@ IF(VTK_WRAP_JAVA) - ENDIF(JAVA_AWT_LIBRARY) - ENDIF(VTK_WRAP_JAVA) - -+IF(VTK_USE_GNU_R) -+ FIND_PACKAGE(R) -+ENDIF(VTK_USE_GNU_R) - -- -+IF(VTK_USE_BOOST) -+ if (VTK_USE_PARALLEL_BGL) -+ FIND_PACKAGE(Boost 1.39.0 REQUIRED -+ COMPONENTS mpi serialization filesystem system graph_parallel) -+ else (VTK_USE_PARALLEL_BGL) -+ FIND_PACKAGE(Boost REQUIRED) -+ endif (VTK_USE_PARALLEL_BGL) -+ENDIF(VTK_USE_BOOST) - #----------------------------------------------------------------------------- - # The entire VTK tree should use the same include path. - diff --git a/sci-libs/vtk/files/vtk-5.8.0-boost.patch b/sci-libs/vtk/files/vtk-5.8.0-boost.patch deleted file mode 100644 index 30a0e9a4c606..000000000000 --- a/sci-libs/vtk/files/vtk-5.8.0-boost.patch +++ /dev/null @@ -1,39 +0,0 @@ -diff --git a/Infovis/vtkBoostBreadthFirstSearchTree.cxx b/Infovis/vtkBoostBreadthFirstSearchTree.cxx -index c789f6b..13e7cb6 100644 ---- a/Infovis/vtkBoostBreadthFirstSearchTree.cxx -+++ b/Infovis/vtkBoostBreadthFirstSearchTree.cxx -@@ -47,6 +47,21 @@ using namespace boost; - vtkStandardNewMacro(vtkBoostBreadthFirstSearchTree); - - -+#if BOOST_VERSION >= 104800 // Boost 1.48.x -+namespace { -+ vtkIdType unwrap_edge_id(vtkEdgeType const &e) { -+ return e.Id; -+ } -+ vtkIdType unwrap_edge_id(boost::detail::reverse_graph_edge_descriptor const &e) { -+# if BOOST_VERSION == 104800 -+ return e.underlying_desc.Id; -+# else -+ return e.underlying_descx.Id; -+# endif -+ } -+} -+#endif -+ - // Redefine the bfs visitor, the only visitor we - // are using is the tree_edge visitor. - template -@@ -95,7 +106,12 @@ public: - - // Copy the vertex and edge data from the graph to the tree. - tree->GetVertexData()->CopyData(graph->GetVertexData(), v, tree_v); -+#if BOOST_VERSION < 104800 // Boost 1.48.x - tree->GetEdgeData()->CopyData(graph->GetEdgeData(), e.Id, tree_e.Id); -+#else -+ tree->GetEdgeData()->CopyData(graph->GetEdgeData(), -+ unwrap_edge_id(e), tree_e.Id); -+#endif - } - - private: diff --git a/sci-libs/vtk/files/vtk-6.0.0-cg-path.patch b/sci-libs/vtk/files/vtk-6.0.0-cg-path.patch deleted file mode 100644 index c83a06b2f3e9..000000000000 --- a/sci-libs/vtk/files/vtk-6.0.0-cg-path.patch +++ /dev/null @@ -1,16 +0,0 @@ - Utilities/MaterialLibrary/CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/Utilities/MaterialLibrary/CMakeLists.txt b/Utilities/MaterialLibrary/CMakeLists.txt -index 330a189..ede97be 100644 ---- a/Utilities/MaterialLibrary/CMakeLists.txt -+++ b/Utilities/MaterialLibrary/CMakeLists.txt -@@ -116,7 +116,7 @@ MACRO(get_modules modules prefix files ) - ENDMACRO(get_modules) - - SET(CMD_DEP ProcessShader) --SET(CMD ProcessShader) -+SET(CMD ./ProcessShader.sh) - - IF (VTK_USE_CG_SHADERS) - # Create the Cg library. diff --git a/sci-libs/vtk/files/vtk-6.0.0-install.patch b/sci-libs/vtk/files/vtk-6.0.0-install.patch deleted file mode 100644 index a97755ab69ff..000000000000 --- a/sci-libs/vtk/files/vtk-6.0.0-install.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -up VTK6.0.0/CMake/vtkModuleTop.cmake.install VTK6.0.0/CMake/vtkModuleTop.cmake ---- VTK6.0.0/CMake/vtkModuleTop.cmake.install 2013-06-12 13:47:10.000000000 -0600 -+++ VTK6.0.0/CMake/vtkModuleTop.cmake 2013-07-12 16:15:15.706008475 -0600 -@@ -330,10 +330,15 @@ if (NOT VTK_INSTALL_NO_DEVELOPMENT) - CMake/pythonmodules.h.in - CMake/UseVTK.cmake - CMake/FindTCL.cmake -+ CMake/TopologicalSort.cmake - CMake/vtkTclTkMacros.cmake - CMake/vtk-forward.c.in - CMake/vtkForwardingExecutable.cmake -+ CMake/vtkGroups.cmake - CMake/vtkJavaWrapping.cmake -+ CMake/vtkMakeInstantiator.cmake -+ CMake/vtkMakeInstantiator.cxx.in -+ CMake/vtkMakeInstantiator.h.in - CMake/vtkModuleAPI.cmake - CMake/vtkModuleHeaders.cmake.in - CMake/vtkModuleInfo.cmake.in diff --git a/sci-libs/vtk/files/vtk-6.0.0-netcdf.patch b/sci-libs/vtk/files/vtk-6.0.0-netcdf.patch deleted file mode 100644 index df0ef94890f7..000000000000 --- a/sci-libs/vtk/files/vtk-6.0.0-netcdf.patch +++ /dev/null @@ -1,75 +0,0 @@ -diff -up VTK/IO/NetCDF/CMakeLists.txt.netcdf VTK/IO/NetCDF/CMakeLists.txt ---- VTK/IO/NetCDF/CMakeLists.txt.netcdf 2013-01-28 14:44:35.000000000 -0700 -+++ VTK/IO/NetCDF/CMakeLists.txt 2013-01-28 15:40:00.825176295 -0700 -@@ -10,5 +10,5 @@ set(Module_SRCS - - vtk_module_library(vtkIONetCDF ${Module_SRCS}) - --target_link_libraries(vtkIONetCDF vtkNetCDF_cxx) -+target_link_libraries(vtkIONetCDF netcdf_c++ netcdf) - set_target_properties(vtkIONetCDF PROPERTIES LINK_INTERFACE_LIBRARIES "") -diff -up VTK/IO/ParallelNetCDF/CMakeLists.txt.netcdf VTK/IO/ParallelNetCDF/CMakeLists.txt ---- VTK/IO/ParallelNetCDF/CMakeLists.txt.netcdf 2013-01-28 14:44:35.000000000 -0700 -+++ VTK/IO/ParallelNetCDF/CMakeLists.txt 2013-01-28 15:40:00.825176295 -0700 -@@ -8,4 +8,4 @@ set(Module_SRCS - - vtk_module_library(vtkIOParallelNetCDF ${Module_SRCS}) - --target_link_libraries(vtkIOParallelNetCDF vtkNetCDF_cxx) -+target_link_libraries(vtkIOParallelNetCDF netcdf) -diff -up VTK/ThirdParty/exodusII/vtkexodusII/CMakeLists.txt.netcdf VTK/ThirdParty/exodusII/vtkexodusII/CMakeLists.txt ---- VTK/ThirdParty/exodusII/vtkexodusII/CMakeLists.txt.netcdf 2013-01-28 14:44:36.000000000 -0700 -+++ VTK/ThirdParty/exodusII/vtkexodusII/CMakeLists.txt 2013-01-28 15:40:27.534030910 -0700 -@@ -241,7 +241,7 @@ ENDIF(APPLE) - - - VTK_ADD_LIBRARY(vtkexoIIc ${cbind_SRCS}) --TARGET_LINK_LIBRARIES(vtkexoIIc vtkNetCDF) -+TARGET_LINK_LIBRARIES(vtkexoIIc netcdf) - - #INCLUDE (${CMAKE_ROOT}/Modules/Dart.cmake) - -diff -up VTK/ThirdParty/netcdf/CMakeLists.txt.netcdf VTK/ThirdParty/netcdf/CMakeLists.txt ---- VTK/ThirdParty/netcdf/CMakeLists.txt.netcdf 2013-01-28 14:44:36.000000000 -0700 -+++ VTK/ThirdParty/netcdf/CMakeLists.txt 2013-01-28 15:40:00.825176295 -0700 -@@ -1,8 +1,12 @@ - set(vtknetcdf_THIRD_PARTY 1) --set(vtknetcdf_LIBRARIES vtkNetCDF vtkNetCDF_cxx) --set(vtknetcdf_INCLUDE_DIRS -- ${vtknetcdf_SOURCE_DIR}/vtknetcdf/include -- ${vtknetcdf_BINARY_DIR}/vtknetcdf -- ) -+if(NOT VTK_USE_SYSTEM_NETCDF) -+ set(vtknetcdf_LIBRARIES vtkNetCDF vtkNetCDF_cxx) -+ set(vtknetcdf_INCLUDE_DIRS -+ ${vtknetcdf_SOURCE_DIR}/vtknetcdf/include -+ ${vtknetcdf_BINARY_DIR}/vtknetcdf -+ ) -+ add_subdirectory(vtknetcdf) -+else(NOT VTK_USE_SYSTEM_NETCDF) -+ set(vtknetcdf_LIBRARIES netcdf) -+endif() - vtk_module_export_info() --add_subdirectory(vtknetcdf) -diff -up VTK/ThirdParty/netcdf/vtk_netcdfcpp.h.netcdf VTK/ThirdParty/netcdf/vtk_netcdfcpp.h ---- VTK/ThirdParty/netcdf/vtk_netcdfcpp.h.netcdf 2013-01-28 14:44:36.000000000 -0700 -+++ VTK/ThirdParty/netcdf/vtk_netcdfcpp.h 2013-01-28 15:40:00.826176289 -0700 -@@ -16,6 +16,6 @@ - #define __vtk_netcdfcpp_h - - /* Use the netcdf library configured for VTK. */ --#include -+#include - - #endif -diff -up VTK/ThirdParty/netcdf/vtk_netcdf.h.netcdf VTK/ThirdParty/netcdf/vtk_netcdf.h ---- VTK/ThirdParty/netcdf/vtk_netcdf.h.netcdf 2013-01-28 14:44:36.000000000 -0700 -+++ VTK/ThirdParty/netcdf/vtk_netcdf.h 2013-01-28 15:40:00.826176289 -0700 -@@ -16,6 +16,6 @@ - #define __vtk_netcdf_h - - /* Use the netcdf library configured for VTK. */ --#include -+#include - - #endif diff --git a/sci-libs/vtk/files/vtk-6.0.0-system.patch b/sci-libs/vtk/files/vtk-6.0.0-system.patch deleted file mode 100644 index 3e5762fe5d46..000000000000 --- a/sci-libs/vtk/files/vtk-6.0.0-system.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff -up VTK6.0.0/CMake/vtkModuleMacros.cmake.system VTK6.0.0/CMake/vtkModuleMacros.cmake ---- VTK6.0.0/CMake/vtkModuleMacros.cmake.system 2013-06-12 13:47:10.000000000 -0600 -+++ VTK6.0.0/CMake/vtkModuleMacros.cmake 2013-12-27 20:59:39.548152746 -0700 -@@ -613,7 +613,7 @@ macro(vtk_module_third_party _pkg) - message(FATAL_ERROR "Cannot specify both LIBRARIES and NO_LIBRARIES") - endif() - -- option(VTK_USE_SYSTEM_${_upper} "Use system-installed ${_pkg}" OFF) -+ option(VTK_USE_SYSTEM_${_upper} "Use system-installed ${_pkg}" ${VTK_USE_SYSTEM_LIBRARIES}) - mark_as_advanced(VTK_USE_SYSTEM_${_upper}) - - if(VTK_USE_SYSTEM_${_upper}) -diff -up VTK6.0.0/CMakeLists.txt.system VTK6.0.0/CMakeLists.txt ---- VTK6.0.0/CMakeLists.txt.system 2013-06-12 13:47:10.000000000 -0600 -+++ VTK6.0.0/CMakeLists.txt 2013-12-27 20:59:39.548152746 -0700 -@@ -107,6 +107,11 @@ set(VTK_INSTALL_INCLUDE_DIR_CM24 ${VTK_I - set(VTK_INSTALL_DOXYGEN_DIR_CM24 ${VTK_INSTALL_DATA_DIR}/doxygen) - - #----------------------------------------------------------------------------- -+# Do we try to use system libraries by default? -+OPTION(VTK_USE_SYSTEM_LIBRARIES "Use the system's libraries by default." OFF) -+MARK_AS_ADVANCED(VTK_USE_SYSTEM_LIBRARIES) -+ -+#----------------------------------------------------------------------------- - # The third party macros are still used in one or two third party builds. - include(vtkThirdParty) - diff --git a/sci-libs/vtk/files/vtk-6.0.0-vtkpython.patch b/sci-libs/vtk/files/vtk-6.0.0-vtkpython.patch deleted file mode 100644 index f310479e8ab8..000000000000 --- a/sci-libs/vtk/files/vtk-6.0.0-vtkpython.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up VTK6.0.0/Wrapping/Python/CMakeLists.txt.vtkpython VTK6.0.0/Wrapping/Python/CMakeLists.txt ---- VTK6.0.0/Wrapping/Python/CMakeLists.txt.vtkpython 2013-06-12 13:47:10.000000000 -0600 -+++ VTK6.0.0/Wrapping/Python/CMakeLists.txt 2013-07-26 16:44:19.954295281 -0600 -@@ -371,3 +371,8 @@ endif() - - configure_file(${CMAKE_CURRENT_SOURCE_DIR}/setup.py.in - ${CMAKE_CURRENT_BINARY_DIR}/setup.py @ONLY IMMEDIATE) -+ -+if(NOT VTK_INSTALL_NO_RUNTIME AND NOT VTK_INSTALL_NO_PYTHON) -+ install(TARGETS vtkpython ${VTKPYTHON_EXECUTABLE} -+ DESTINATION ${VTK_INSTALL_RUNTIME_DIR}) -+endif() diff --git a/sci-libs/vtk/vtk-6.0.0.ebuild b/sci-libs/vtk/vtk-6.0.0.ebuild deleted file mode 100644 index 4ad7b2863cac..000000000000 --- a/sci-libs/vtk/vtk-6.0.0.ebuild +++ /dev/null @@ -1,323 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -CMAKE_MAKEFILE_GENERATOR=ninja - -inherit eutils flag-o-matic java-pkg-opt-2 python-single-r1 qmake-utils versionator toolchain-funcs cmake-utils virtualx - -# Short package version -SPV="$(get_version_component_range 1-2)" - -DESCRIPTION="The Visualization Toolkit" -HOMEPAGE="http://www.vtk.org/" -SRC_URI=" - http://www.${PN}.org/files/release/${SPV}/${P/_rc/.rc}.tar.gz - doc? ( http://www.${PN}.org/files/release/${SPV}/${PN}DocHtml-${PV}.tar.gz )" - -LICENSE="BSD LGPL-2" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" -SLOT="0" -IUSE=" - aqua boost cg doc examples imaging ffmpeg java mpi mysql odbc - offscreen postgres python qt4 rendering test theora tk tcl - video_cards_nvidia views R +X" - -REQUIRED_USE=" - java? ( qt4 ) - python? ( ${PYTHON_REQUIRED_USE} ) - tcl? ( rendering ) - test? ( python ) - tk? ( tcl ) - ^^ ( X aqua offscreen )" - -RDEPEND=" - dev-libs/expat - dev-libs/libxml2:2 - media-libs/freetype - media-libs/libpng:0 - media-libs/mesa - media-libs/libtheora - media-libs/tiff:0 - sci-libs/exodusii - sci-libs/hdf5:= - sci-libs/netcdf-cxx:3 - sys-libs/zlib - virtual/jpeg:0 - virtual/opengl - >=x11-libs/gl2ps-1.3.8 - x11-libs/libX11 - x11-libs/libXmu - x11-libs/libXt - boost? ( >=dev-libs/boost-1.40.0[mpi?] ) - cg? ( media-gfx/nvidia-cg-toolkit ) - examples? ( - dev-qt/qtcore:4 - dev-qt/qtgui:4 - sci-libs/vtkdata - ) - ffmpeg? ( virtual/ffmpeg ) - java? ( >=virtual/jre-1.5:* ) - mpi? ( virtual/mpi[cxx,romio] ) - mysql? ( virtual/mysql ) - odbc? ( dev-db/unixODBC ) - offscreen? ( media-libs/mesa[osmesa] ) - postgres? ( dev-db/postgresql:= ) - python? ( - ${PYTHON_DEPS} - dev-python/sip[${PYTHON_USEDEP}] - ) - qt4? ( - dev-qt/designer:4 - dev-qt/qtcore:4 - dev-qt/qtgui:4 - dev-qt/qtopengl:4 - dev-qt/qtsql:4 - dev-qt/qtwebkit:4 - python? ( dev-python/PyQt4[${PYTHON_USEDEP}] ) - ) - tcl? ( dev-lang/tcl:0= ) - tk? ( dev-lang/tk:0= ) - video_cards_nvidia? ( media-video/nvidia-settings ) - R? ( dev-lang/R )" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen ) - java? ( >=virtual/jdk-1.5 ) - test? ( sci-libs/vtkdata )" - -S="${WORKDIR}"/VTK${PV} - -PATCHES=( - "${FILESDIR}"/${P}-cg-path.patch - "${FILESDIR}"/${P}-install.patch - "${FILESDIR}"/${P}-system.patch - "${FILESDIR}"/${P}-netcdf.patch - "${FILESDIR}"/${P}-vtkpython.patch - ) - -RESTRICT=test - -pkg_setup() { - use java && java-pkg-opt-2_pkg_setup - use python && python-single-r1_pkg_setup - - append-cppflags -D__STDC_CONSTANT_MACROS -D_UNICODE -} - -src_prepare() { - sed \ - -e 's:libproj4:libproj:g' \ - -e 's:lib_proj.h:lib_abi.h:g' \ - -i CMake/FindLIBPROJ4.cmake || die - - local x - for x in expat freetype gl2ps hdf5 jpeg libxml2 netcdf oggtheora png tiff zlib; do - rm -r ThirdParty/${x}/vtk${x} || die - done - - if use examples || use test; then - # Replace relative path ../../../VTKData with - # otherwise it will break on symlinks. - grep -rl '\.\./\.\./\.\./\.\./VTKData' . | xargs \ - sed \ - -e "s|\.\./\.\./\.\./\.\./VTKData|${EPREFIX}/usr/share/vtk/data|g" \ - -e "s|\.\./\.\./\.\./\.\./\.\./VTKData|${EPREFIX}/usr/share/vtk/data|g" \ - -i || die - fi - - use java && export JAVA_HOME="${EPREFIX}/etc/java-config-2/current-system-vm" - - cmake-utils_src_prepare -} - -src_configure() { - # general configuration - local mycmakeargs=( - -Wno-dev -# -DCMAKE_SKIP_RPATH=YES - -DVTK_DIR="${S}" - -DVTK_INSTALL_LIBRARY_DIR=$(get_libdir) - -DVTK_DATA_ROOT:PATH="${EPREFIX}/usr/share/${PN}/data" - -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr" - -DVTK_CUSTOM_LIBRARY_SUFFIX="" - -DBUILD_SHARED_LIBS=ON - -DVTK_USE_SYSTEM_EXPAT=ON - -DVTK_USE_SYSTEM_FREETYPE=ON - -DVTK_USE_SYSTEM_FreeType=ON - -DVTK_USE_SYSTEM_GL2PS=ON - -DVTK_USE_SYSTEM_HDF5=ON - -DVTK_USE_SYSTEM_JPEG=ON - -DVTK_USE_SYSTEM_LIBPROJ4=OFF -# -DLIBPROJ4_DIR="${EPREFIX}/usr" - -DVTK_USE_SYSTEM_LIBXML2=ON - -DVTK_USE_SYSTEM_LibXml2=ON - -DVTK_USE_SYSTEM_NETCDF=ON - -DVTK_USE_SYSTEM_OGGTHEORA=ON - -DVTK_USE_SYSTEM_PNG=ON - -DVTK_USE_SYSTEM_TIFF=ON -# -DVTK_USE_SYSTEM_XDMF2=ON - -DVTK_USE_SYSTEM_ZLIB=ON - -DVTK_USE_SYSTEM_LIBRARIES=ON - -DVTK_USE_GL2PS=ON - -DVTK_USE_PARALLEL=ON - ) - - mycmakeargs+=( - -DVTK_EXTRA_COMPILER_WARNINGS=ON - -DVTK_Group_StandAlone=ON - ) - - mycmakeargs+=( - $(cmake-utils_use_build doc DOCUMENTATION) - $(cmake-utils_use_build examples EXAMPLES) - $(cmake-utils_use_build test TESTING) - $(cmake-utils_use_build test VTK_BUILD_ALL_MODULES_FOR_TESTS) - $(cmake-utils_use doc DOCUMENTATION_HTML_HELP) - $(cmake-utils_use imaging VTK_Group_Imaging) - $(cmake-utils_use mpi VTK_Group_MPI) - $(cmake-utils_use qt4 VTK_Group_Qt) - $(cmake-utils_use rendering VTK_Group_Rendering) - $(cmake-utils_use tk VTK_Group_Tk) - $(cmake-utils_use views VTK_Group_Views) - $(cmake-utils_use java VTK_WRAP_JAVA) - $(cmake-utils_use python VTK_WRAP_PYTHON) - $(cmake-utils_use python VTK_WRAP_PYTHON_SIP) - $(cmake-utils_use tcl VTK_WRAP_TCL) -# -DVTK_BUILD_ALL_MODULES=ON - ) - - mycmakeargs+=( - $(cmake-utils_use boost VTK_USE_BOOST) - $(cmake-utils_use cg VTK_USE_CG_SHADERS) - $(cmake-utils_use odbc VTK_USE_ODBC) - $(cmake-utils_use offscreen VTK_USE_OFFSCREEN) - $(cmake-utils_use offscreen VTK_OPENGL_HAS_OSMESA) - $(cmake-utils_use theora VTK_USE_OGGTHEORA_ENCODER) - $(cmake-utils_use ffmpeg VTK_USE_FFMPEG_ENCODER) - $(cmake-utils_use video_cards_nvidia VTK_USE_NVCONTROL) - $(cmake-utils_use R Module_vtkFiltersStatisticsGnuR) - $(cmake-utils_use X VTK_USE_X) - ) - - # Apple stuff, does it really work? - mycmakeargs+=( $(cmake-utils_use aqua VTK_USE_COCOA) ) - - if use java; then -# local _ejavahome=${EPREFIX}/etc/java-config-2/current-system-vm -# -# mycmakeargs+=( -# -DJAVAC=${EPREFIX}/usr/bin/javac -# -DJAVAC=$(java-config -c) -# -DJAVA_AWT_INCLUDE_PATH=${JAVA_HOME}/include -# -DJAVA_INCLUDE_PATH:PATH=${JAVA_HOME}/include -# -DJAVA_INCLUDE_PATH2:PATH=${JAVA_HOME}/include/linux -# ) -# - if [ "${ARCH}" == "amd64" ]; then - mycmakeargs+=( -DJAVA_AWT_LIBRARY="${JAVA_HOME}/jre/lib/${ARCH}/libjawt.so;${JAVA_HOME}/jre/lib/${ARCH}/xawt/libmawt.so" ) - else - mycmakeargs+=( -DJAVA_AWT_LIBRARY="${JAVA_HOME}/jre/lib/i386/libjawt.so;${JAVA_HOME}/jre/lib/i386/xawt/libmawt.so" ) - fi - fi - if use python; then - mycmakeargs+=( - -DPYTHON_INCLUDE_DIR="$(python_get_includedir)" - -DPYTHON_LIBRARY="$(python_get_library_path)" - -DSIP_PYQT_DIR="${EPREFIX}/usr/share/sip" - -DSIP_INCLUDE_DIR="$(python_get_includedir)" - -DVTK_PYTHON_INCLUDE_DIR="$(python_get_includedir)" - -DVTK_PYTHON_LIBRARY="$(python_get_library_path)" - -DVTK_PYTHON_SETUP_ARGS:STRING="--prefix=${PREFIX} --root=${D}" - ) - fi - - if use qt4; then - mycmakeargs+=( - -DVTK_USE_QVTK=ON - -DVTK_USE_QVTK_OPENGL=ON - -DVTK_USE_QVTK_QTOPENGL=ON - -DQT_WRAP_CPP=ON - -DQT_WRAP_UI=ON - -DVTK_INSTALL_QT_DIR=/$(get_libdir)/qt4/plugins/designer - -DDESIRED_QT_VERSION=4 - -DQT_MOC_EXECUTABLE="$(qt4_get_bindir)/moc" - -DQT_UIC_EXECUTABLE="$(qt4_get_bindir)/uic" - -DQT_INCLUDE_DIR="${EPREFIX}/usr/include/qt4" - -DQT_QMAKE_EXECUTABLE="$(qt4_get_bindir)/qmake" - ) - fi - - if use R; then - mycmakeargs+=( -# -DR_LIBRARY_BLAS=$($(tc-getPKG_CONFIG) --libs blas) -# -DR_LIBRARY_LAPACK=$($(tc-getPKG_CONFIG) --libs lapack) - -DR_LIBRARY_BLAS=/usr/$(get_libdir)/R/lib/libR.so - -DR_LIBRARY_LAPACK=/usr/$(get_libdir)/R/lib/libR.so - ) - fi - - cmake-utils_src_configure - - cat >> "${BUILD_DIR}"/Utilities/MaterialLibrary/ProcessShader.sh <<- EOF - #!${EPREFIX}/bin/bash - - export LD_LIBRARY_PATH="${BUILD_DIR}"/lib - "${BUILD_DIR}"/bin/vtkProcessShader \$@ - EOF - chmod 750 "${BUILD_DIR}"/Utilities/MaterialLibrary/ProcessShader.sh || die -} - -src_test() { - local tcllib - ln -sf "${BUILD_DIR}"/lib "${BUILD_DIR}"/lib/Release || die - for tcllib in "${BUILD_DIR}"/lib/lib*TCL*so; do - ln -sf $(basename "${tcllib}").1 "${tcllib/.so/-${SPV}.so}" || die - done - export LD_LIBRARY_PATH="${BUILD_DIR}"/lib:"${JAVA_HOME}"/jre/lib/${ARCH}/:"${JAVA_HOME}"/jre/lib/${ARCH}/xawt/ - local VIRTUALX_COMMAND="cmake-utils_src_test" -# local VIRTUALX_COMMAND="cmake-utils_src_test -R Java" -# local VIRTUALX_COMMAND="cmake-utils_src_test -I 364,365" - virtualmake -} - -src_install() { - # install docs - HTML_DOCS=( "${S}"/README.html ) - - cmake-utils_src_install - - use java && java-pkg_regjar "${ED}"/usr/$(get_libdir)/${PN}.jar - - if use tcl; then - # install Tcl docs - docinto vtk_tcl - dodoc "${S}"/Wrapping/Tcl/README - fi - - # install examples - if use examples; then - insinto /usr/share/${PN} - mv -v Examples examples || die - doins -r examples - fi - - #install big docs - if use doc; then - cd "${WORKDIR}"/html || die - rm -f *.md5 || die "Failed to remove superfluous hashes" - einfo "Installing API docs. This may take some time." - insinto "/usr/share/doc/${PF}/api-docs" - doins -r ./* - fi - - # environment - cat >> "${T}"/40${PN} <<- EOF - VTK_DATA_ROOT=${EPREFIX}/usr/share/${PN}/data - VTK_DIR=${EPREFIX}/usr/$(get_libdir)/${PN}-${SPV} - VTKHOME=${EPREFIX}/usr - EOF - doenvd "${T}"/40${PN} -} diff --git a/sci-libs/vtk/vtk-6.1.0-r1.ebuild b/sci-libs/vtk/vtk-6.1.0-r1.ebuild deleted file mode 100644 index ba8425895d4f..000000000000 --- a/sci-libs/vtk/vtk-6.1.0-r1.ebuild +++ /dev/null @@ -1,389 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -CMAKE_MAKEFILE_GENERATOR=ninja -WEBAPP_OPTIONAL=yes -WEBAPP_MANUAL_SLOT=yes - -inherit eutils flag-o-matic java-pkg-opt-2 python-single-r1 qmake-utils versionator toolchain-funcs cmake-utils virtualx webapp - -# Short package version -SPV="$(get_version_component_range 1-2)" - -DESCRIPTION="The Visualization Toolkit" -HOMEPAGE="http://www.vtk.org/" -SRC_URI=" - http://www.${PN}.org/files/release/${SPV}/VTK-${PV}.tar.gz - doc? ( http://www.${PN}.org/files/release/${SPV}/${PN}DocHtml-${PV}.tar.gz ) - test? ( - http://www.${PN}.org/files/release/${SPV}/VTKData-${PV}.tar.gz - http://www.${PN}.org/files/release/${SPV}/VTKLargeData-${PV}.tar.gz - ) - " - -LICENSE="BSD LGPL-2" -KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux" -SLOT="0" -IUSE=" - all-modules aqua boost cg doc examples imaging ffmpeg gdal java json kaapi mpi - mysql odbc offscreen postgres python qt4 rendering smp tbb test theora tk tcl - video_cards_nvidia views web xdmf2 R +X" - -REQUIRED_USE=" - all-modules? ( python xdmf2 ) - java? ( qt4 ) - python? ( ${PYTHON_REQUIRED_USE} ) - tcl? ( rendering ) - smp? ( ^^ ( kaapi tbb ) ) - test? ( python ) - tk? ( tcl ) - web? ( python ) - ^^ ( X aqua offscreen ) - " - -RDEPEND=" - dev-libs/expat - dev-libs/jsoncpp - dev-libs/libxml2:2 - >=media-libs/freetype-2.5.4 - media-libs/libpng:0 - media-libs/mesa - media-libs/libtheora - media-libs/tiff:0 - sci-libs/exodusii - sci-libs/hdf5:= - sci-libs/netcdf-cxx:3 - sys-libs/zlib - virtual/jpeg:0 - virtual/opengl - >=x11-libs/gl2ps-1.3.8 - x11-libs/libX11 - x11-libs/libXmu - x11-libs/libXt - boost? ( >=dev-libs/boost-1.40.0[mpi?] ) - cg? ( media-gfx/nvidia-cg-toolkit ) - examples? ( - dev-qt/qtcore:4 - dev-qt/qtgui:4 - sci-libs/vtkdata - ) - ffmpeg? ( virtual/ffmpeg ) - gdal? ( sci-libs/gdal ) - java? ( >=virtual/jre-1.5:* ) - kaapi? ( > "${T}"/40${PN} <<- EOF - VTK_DATA_ROOT=${EPREFIX}/usr/share/${PN}/data - VTK_DIR=${EPREFIX}/usr/$(get_libdir)/${PN}-${SPV} - VTKHOME=${EPREFIX}/usr - EOF - doenvd "${T}"/40${PN} - - use web && webapp_src_install -} - -# webapp.eclass exports these but we want it optional #534036 -pkg_postinst() { - use web && webapp_pkg_postinst -} - -pkg_prerm() { - use web && webapp_pkg_prerm -} diff --git a/sci-libs/vtk/vtk-6.1.0.ebuild b/sci-libs/vtk/vtk-6.1.0.ebuild deleted file mode 100644 index d6e71e1eb2b9..000000000000 --- a/sci-libs/vtk/vtk-6.1.0.ebuild +++ /dev/null @@ -1,379 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -CMAKE_MAKEFILE_GENERATOR=ninja -WEBAPP_OPTIONAL=yes -WEBAPP_MANUAL_SLOT=yes - -inherit eutils flag-o-matic java-pkg-opt-2 python-single-r1 qmake-utils versionator toolchain-funcs cmake-utils virtualx webapp - -# Short package version -SPV="$(get_version_component_range 1-2)" - -DESCRIPTION="The Visualization Toolkit" -HOMEPAGE="http://www.vtk.org/" -SRC_URI=" - http://www.${PN}.org/files/release/${SPV}/VTK-${PV}.tar.gz - doc? ( http://www.${PN}.org/files/release/${SPV}/${PN}DocHtml-${PV}.tar.gz ) - test? ( - http://www.${PN}.org/files/release/${SPV}/VTKData-${PV}.tar.gz - http://www.${PN}.org/files/release/${SPV}/VTKLargeData-${PV}.tar.gz - ) - " - -LICENSE="BSD LGPL-2" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -SLOT="0" -IUSE=" - all-modules aqua boost cg doc examples imaging ffmpeg gdal java json kaapi mpi - mysql odbc offscreen postgres python qt4 rendering smp tbb test theora tk tcl - video_cards_nvidia views web xdmf2 R +X" - -REQUIRED_USE=" - all-modules? ( python xdmf2 ) - java? ( qt4 ) - python? ( ${PYTHON_REQUIRED_USE} ) - tcl? ( rendering ) - smp? ( ^^ ( kaapi tbb ) ) - test? ( python ) - tk? ( tcl ) - web? ( python ) - ^^ ( X aqua offscreen ) - " - -RDEPEND=" - dev-libs/expat - dev-libs/libxml2:2 - >=media-libs/freetype-2.5.4 - media-libs/libpng:0 - media-libs/mesa - media-libs/libtheora - media-libs/tiff:0 - sci-libs/exodusii - sci-libs/hdf5:= - sci-libs/netcdf-cxx:3 - sys-libs/zlib - virtual/jpeg:0 - virtual/opengl - >=x11-libs/gl2ps-1.3.8 - x11-libs/libX11 - x11-libs/libXmu - x11-libs/libXt - boost? ( >=dev-libs/boost-1.40.0[mpi?] ) - cg? ( media-gfx/nvidia-cg-toolkit ) - examples? ( - dev-qt/qtcore:4 - dev-qt/qtgui:4 - sci-libs/vtkdata - ) - ffmpeg? ( virtual/ffmpeg ) - gdal? ( sci-libs/gdal ) - java? ( >=virtual/jre-1.5:* ) - kaapi? ( > "${T}"/40${PN} <<- EOF - VTK_DATA_ROOT=${EPREFIX}/usr/share/${PN}/data - VTK_DIR=${EPREFIX}/usr/$(get_libdir)/${PN}-${SPV} - VTKHOME=${EPREFIX}/usr - EOF - doenvd "${T}"/40${PN} - - use web && webapp_src_install -} diff --git a/sci-mathematics/e/e-1.8-r1.ebuild b/sci-mathematics/e/e-1.8-r1.ebuild new file mode 100644 index 000000000000..7a798abaa862 --- /dev/null +++ b/sci-mathematics/e/e-1.8-r1.ebuild @@ -0,0 +1,119 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" + +MY_PN="E" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="E is a theorem prover for full first-order logic with equality" +HOMEPAGE="http://www4.informatik.tu-muenchen.de/~schulz/E/E.html" +SRC_URI="http://www4.in.tum.de/~schulz/WORK/E_DOWNLOAD/V_${PV}/${MY_PN}.tgz -> ${MY_P}.tgz" + +LICENSE="GPL-2" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="doc examples isabelle" + +RDEPEND="isabelle? ( + >=sci-mathematics/isabelle-2011.1-r1:= + )" +DEPEND="${RDEPEND}" + +S="${WORKDIR}"/${MY_PN} + +src_configure() { + ./configure --prefix="${ROOT}usr" \ + --man-prefix="${ROOT}share/man" \ + || die "E configure failed" + + sed -e "s@CFLAGS = @CFLAGS = ${CFLAGS} @" \ + -e "s@LD = \$(CC) @LD = \$(CC) ${LDFLAGS} @" \ + -i "${S}/Makefile.vars" \ + || die "Could not add our flags to Makefile.vars" +} + +src_install() { + dobin "${S}/PROVER/eprover" \ + "${S}/PROVER/epclextract" \ + "${S}/PROVER/eproof" \ + "${S}/PROVER/eproof_ram" \ + "${S}/PROVER/eground" \ + "${S}/PROVER/e_ltb_runner" \ + "${S}/PROVER/e_axfilter" \ + "${S}/PROVER/checkproof" \ + "${S}/PROVER/ekb_create" \ + "${S}/PROVER/ekb_delete" \ + "${S}/PROVER/ekb_ginsert" \ + "${S}/PROVER/ekb_insert" + + doman "${S}/DOC/man/eprover.1" \ + "${S}/DOC/man/epclextract.1" \ + "${S}/DOC/man/eproof.1" \ + "${S}/DOC/man/eproof_ram.1" \ + "${S}/DOC/man/eground.1" \ + "${S}/DOC/man/e_ltb_runner.1" \ + "${S}/DOC/man/e_axfilter.1" \ + "${S}/DOC/man/checkproof.1" \ + "${S}/DOC/man/ekb_create.1" \ + "${S}/DOC/man/ekb_delete.1" \ + "${S}/DOC/man/ekb_ginsert.1" \ + "${S}/DOC/man/ekb_insert.1" + + if use doc; then + pushd "${S}"/DOC || die "Could not cd to DOC" + dodoc ANNOUNCE CREDITS DONE E-REMARKS E-REMARKS.english E-USERS \ + HISTORY NEWS PORTING ReadMe THINKME TODO TPTP_SUBMISSION \ + WISHLIST eprover.pdf + dohtml *.html + dohtml estyle.sty + popd + fi + + if use examples; then + insinto /usr/share/${MY_PN}/examples + doins -r EXAMPLE_PROBLEMS + doins -r SIMPLE_APPS + fi + + if use isabelle; then + ISABELLE_HOME="$(isabelle getenv ISABELLE_HOME | cut -d'=' -f 2)" \ + || die "isabelle getenv ISABELLE_HOME failed" + [[ -n "${ISABELLE_HOME}" ]] || die "ISABELLE_HOME empty" + cat <<- EOF >> "${S}/settings" + E_HOME="${ROOT}usr/bin" + E_VERSION="${PV}" + EOF + insinto "${ISABELLE_HOME}/contrib/${PN}-${PV}/etc" + doins "${S}/settings" + fi +} + +pkg_postinst() { + if use isabelle; then + if [ -f "${ROOT}etc/isabelle/components" ]; then + if egrep "contrib/${PN}-[0-9.]*" "${ROOT}etc/isabelle/components"; then + sed -e "/contrib\/${PN}-[0-9.]*/d" \ + -i "${ROOT}etc/isabelle/components" + fi + cat <<- EOF >> "${ROOT}etc/isabelle/components" + contrib/${PN}-${PV} + EOF + fi + fi +} + +pkg_postrm() { + if use isabelle; then + if [ ! -f "${ROOT}usr/bin/eproof" ]; then + if [ -f "${ROOT}etc/isabelle/components" ]; then + # Note: this sed should only match the version of this ebuild + # Which is what we want as we do not want to remove the line + # of a new E being installed during an upgrade. + sed -e "/contrib\/${PN}-${PV}/d" \ + -i "${ROOT}etc/isabelle/components" + fi + fi + fi +} diff --git a/sci-mathematics/isabelle/Manifest b/sci-mathematics/isabelle/Manifest index 8e612b893f3e..613468cd97ce 100644 --- a/sci-mathematics/isabelle/Manifest +++ b/sci-mathematics/isabelle/Manifest @@ -1,7 +1,14 @@ DIST Isabelle2015.tar.gz 36529154 SHA256 08723d3be6f91c57a7a69a8624c54cc1e0cd31506988bf29ed365a5aa5a5156f SHA512 052bb80316a9345368a295a7c5f3869b58d71a6879548fc6240a04fd2cf8c11406274ead8a1ed098563ef9b7573a826656da543e745044fc1d275322af5cc212 WHIRLPOOL 0be4759a1064f4759c2f227b037c448093ff36b47e16002fbb7e99d2843583e01314c4ea5c7a8cbf4d1304f8f72a383052911e483d51e4af2e68c4c36dea5121 +DIST Isabelle2016-1.tar.gz 39567637 SHA256 79831f83df4f0275fbd64caf3cd3e170354809478139907f6e25ebc8fc4a083f SHA512 c7da7900033a8c816f002b8899e398da7819dc457b3b1176dc9a19adffeb42d5524f2d14581a391487da1f36ffeabd0867bacab6462f3decfc0f7a9caf81a2d2 WHIRLPOOL 98d8cd767e04a7c46d19c91886fd7a98ca935625454b57df4f968f874340aaa5a6184004c6879ebc1c35f971b4e5ff1a52f06e33e1d14e377dbce346e201d655 +DIST bash_process-isabelle-component-1.2.1.tar.gz 33182 SHA256 50ba6bed5a8fbcf26b9e9b090af783e1288daa9b6d2e67ec65e7de8621049bf4 SHA512 d9817191af5660e38f1647401803115a93f0052291bfbbcb1cd9b41a4bab89b3ebdde22b40744a04ad3268aed8ca037ae59981c513f71b3ff6d89855d29e14c3 WHIRLPOOL f8392e4df237e758568b3edd25b83b44b916a81f9a18f6d6dd931a084de9a915930ae9e65e39b7b39b80ab9f738fd112113c4c3496ef3433fd17efff2f51068a DIST csdp-isabelle-component-6.x.tar.gz 493 SHA256 65dde42fa476095052ca3820df4c0e45089653d4467a53de711c8e13670a1b19 SHA512 9be28ecbf61d0f6ad23e28d44bd7ceb8f06ab22f3a05a7c823a9c5bf52ddcf5e5c300c41e14451d6b8e6a4c32b1bbd17769c731cd890fab335a866cd5e735290 WHIRLPOOL c930c531637172e4c75ec44d68f71e69e748a8b976fa3651ef4015fb6a90e30b568bd092632dc16c6389aac09bc13f3249af6c3ac261f09ad2dc5ad915282f99 DIST exec_process-isabelle-component-1.0.3.tar.gz 814 SHA256 ee3b7b299852bcfd0bf7ffce6c8cd2279f2d71247c4a7b0042971b31c2b2a89d SHA512 7880b7f9843ff5806ab37d938a817a5b33e973772d9a6c6cf76bf04076fb532309bd22dfaa203be7c72c07f5a638f0f97e730c414ed164024fd31f1f09fc7c09 WHIRLPOOL 9d9beb7a41baac8b591ceee31bb7b69e1dd07fce66757511649977f6a85d85eef525ba0be13b0873c1aef47de0eace8bf88283b4a136397000e61cfc81da8d4d +DIST isabelle_fonts-isabelle-component-20160830.tar.gz 249427 SHA256 1e99293f2f77f906f32c3974becd7c4a9d474050d3ab78222e3e5f40fe3d8fce SHA512 a185f79990478861832e9400ea37ffd02f582d3f916d26d901b8b0ec923027c412538bafe4a763a132adb9277a4b00a7a510762928ec49433ef550ae3fe59dbc WHIRLPOOL c15a6df44fce1d5577a7642d7b659b4b202bfd148db35c2429ec8e6c2680e7f1302b6249792150f0563a4e9cd9c92325bedc33194c0c7cf5008f2a3f4677ef02 DIST jedit_build-isabelle-component-20150228.tar.gz 10674317 SHA256 2bee3c5242a3ce4150656f106e658096e82b6bd966e04d590e20023a956be29b SHA512 ba2d0804f21cee596fc3528a592941efc393e98b890efe054aed18fc0d31edfe459047b58ed79b42892e219b4c35a4fb5c8cca0f402b96d641ff8ce62e321339 WHIRLPOOL b2971bdef70e32d858385cb58603d6a5a7e357dbbc9810569093a31332a7838387f43a76a65048a12f259f08de86f200e962ccf2deb2bd3cd4e83dc4c1e41d8b +DIST jedit_build-isabelle-component-20161024.tar.gz 10819946 SHA256 5b3cc4d2916a77ceef1b7aea80c3ade715795d2c2359f4f8f73b32e334c3f22e SHA512 0563b696307dd33b244e4ecc62664056a2b003c3291a5e3d7dd4f1c936dac2c3257ff90273cb2c8dc3bf9dea40fae745fabb57fc5f4ed420d0c8fd7d2b917433 WHIRLPOOL 46edf80819abef2c900a2d0dfb20530685678c25780a56946f8fa4af66abb047cfdcab17a7bb9700e60028e5465d93c227d7515084f6020546c781419d91cc03 DIST jfreechart-isabelle-component-1.0.14-1.tar.gz 3444825 SHA256 b0eb7365c4c5877379889100f081a4afc4117afc0d332941c3dd01bef2c4aee9 SHA512 ee1d84a45e43029d5e3acee823176196da19789322e8d3c2c81d5504930ad81d50e16e5da87655e4151034901daefb4ce6b82334839e39134b3a7ce32203aa67 WHIRLPOOL e6f9caadb802ecb5b784e86e96c008e9271aa0b1c940152fb0b0358280d9c1e274bb0dee1507f8ff0fe7f43f863db538d631c76e146d1f66ab6e8a8fb27eb42d +DIST jortho-isabelle-component-1.0-2.tar.gz 1723761 SHA256 cf004d735252dcdc00ff6d3c9b5cc400f56bc8b7eb49ed9a3227f12779639bad SHA512 8bef5e025d13b76c86a727bf93887b846cc906b2ce00299c38f69ccf33fb9dc7411e55b6fd1c56ed993c180d83a7e9ed90122f7feb6ae4fb70df93802ac21211 WHIRLPOOL 2a9aae3dcc62c52c194f17d0b5e59d710bd8efdb9e75ed6dd9fa68746a9bbc5178a218e405d7a23bf15d3957c3e1a8543ccdeb04f8556b05b8802aed47d8e537 DIST polyml-isabelle-component-5.5.2-3.tar.gz 691 SHA256 1ba253974193efc70711b7fe32cc831d8bcc13107b0b130ddf6087bb6ff6d3e7 SHA512 45d68fa7a07ae9fc39cb21fa4c4c43a34576377fb828c8652002c56cc9ec7b3c7b5fcefb7604fc4bc90ce4868dd2fca41ddf37ce285da4902664ab21e4657b3f WHIRLPOOL 3a85c59b1bb928c5ea91f8150c6ded5309fae96bd7558b56e6c3d8f04c418b03b57fb49565af5ed919179fd9e30c957575ca7b65d938ce69c5d3131d8c55ab1e +DIST polyml-isabelle-component-5.6-1.tar.gz 822 SHA256 158d597bb103b173ce95b40f4a5ed3bf45fce9a7185be4240e0fb69dbb74431d SHA512 403239aa48aab8c39e12cd5f82cb5e3ba7c31f9325d88f5137d3ec509bb25ab4eb8b1103a66b8ea5ad45c7c968ef092749c486217528a5db4223819106c00a59 WHIRLPOOL 6a1f766c71543748cdeab6bc1e3e1e7b8ab81b49976bebf0ec72086be8f161cd23b913d28cf0f0386b8f33a7b9637427a2c57f1bd7adf58c8c0f58054f84a9db +DIST ssh-java-isabelle-component-20161009.tar.gz 412919 SHA256 60d9448e664a357816e64e4d21ce0db9fb27354e8c64e1199c4be839b084145e SHA512 685a9b8791046c1bc21aa77614fb1b304e7438715377e179954ebfd1603434ff66fe23e90de928a5af6f51a48ae6ea6f05f9ff8941d98f7c3a43fdda02d3b519 WHIRLPOOL 3c5c666f86e08c81d75b13442a98b6eaa51418a8a55310e87c53e68480e31ec6050c1e2b3876a0a3e06c58e5e8c9735150408e8fd120a8d83b9827b9b84b2c7c DIST xz-java-isabelle-component-1.5.tar.gz 315 SHA256 e7fdd433608561c87558d4d0ee39166e8396ce11242e85391417ec7fd3ce7b8e SHA512 6dfec49e12c4cafbb6b6386dd54477e86b6bb419a77c52d9606a0305aeea9cd11f087ed6bba77352c7bf9ec656052ef617e845f472e57b5cdfbccf22b2eeb4fa WHIRLPOOL 9c1fc16db0adc88557b81608902d9d69007dc90d5849f4f7501101930842ce81ded76af0e76e38df8bd0b07d137e53bafaa338bf6c7ae338e97af2a1433d5c1d diff --git a/sci-mathematics/isabelle/files/isabelle-2016-classpath.patch b/sci-mathematics/isabelle/files/isabelle-2016-classpath.patch new file mode 100644 index 000000000000..032b18b71f3b --- /dev/null +++ b/sci-mathematics/isabelle/files/isabelle-2016-classpath.patch @@ -0,0 +1,32 @@ +Index: Isabelle2016/lib/Tools/java +=================================================================== +--- Isabelle2016.orig/lib/Tools/java ++++ Isabelle2016/lib/Tools/java +@@ -10,5 +10,5 @@ declare -a JAVA_ARGS; eval "JAVA_ARGS=($ + unset CLASSPATH + + isabelle_java java "${JAVA_ARGS[@]}" \ +- -classpath "$(platform_path "$ISABELLE_CLASSPATH")" "$@" ++ -classpath "$(platform_path "$ISABELLE_CLASSPATH:$(java-config -p scala-2.11)")" "$@" + +Index: Isabelle2016/lib/Tools/scala +=================================================================== +--- Isabelle2016.orig/lib/Tools/scala ++++ Isabelle2016/lib/Tools/scala +@@ -14,4 +14,4 @@ do + done + + isabelle_scala scala "${SCALA_ARGS[@]}" \ +- -classpath "$(platform_path "$ISABELLE_CLASSPATH")" "$@" ++ -classpath "$(platform_path "$ISABELLE_CLASSPATH:$(java-config -p scala-2.11)")" "$@" +Index: Isabelle2016/lib/Tools/scalac +=================================================================== +--- Isabelle2016.orig/lib/Tools/scalac ++++ Isabelle2016/lib/Tools/scalac +@@ -7,5 +7,5 @@ + isabelle_admin_build jars || exit $? + + isabelle_scala scalac -Dfile.encoding=UTF-8 \ +- -classpath "$(platform_path "$ISABELLE_CLASSPATH")" "$@" ++ -classpath "$(platform_path "$ISABELLE_CLASSPATH:$(java-config -p scala-2.11)")" "$@" + diff --git a/sci-mathematics/isabelle/files/isabelle-2016-jfreechart-classpath.patch b/sci-mathematics/isabelle/files/isabelle-2016-jfreechart-classpath.patch new file mode 100644 index 000000000000..9a88ebef26ca --- /dev/null +++ b/sci-mathematics/isabelle/files/isabelle-2016-jfreechart-classpath.patch @@ -0,0 +1,16 @@ +--- Isabelle2016-orig/contrib/jfreechart-1.0.14-1/etc/settings 2013-09-12 07:46:57.000000000 +1000 ++++ Isabelle2016/contrib/jfreechart-1.0.14-1/etc/settings 2016-07-07 17:22:55.716464804 +1000 +@@ -1,9 +1,8 @@ + # -*- shell-script -*- :mode=shellscript: + + JFREECHART_HOME="$COMPONENT" +-JFREECHART_JAR_NAMES="iText-2.1.5.jar jcommon-1.0.18.jar jfreechart-1.0.14.jar" +- +-classpath "$JFREECHART_HOME/lib/iText-2.1.5.jar" +-classpath "$JFREECHART_HOME/lib/jcommon-1.0.18.jar" +-classpath "$JFREECHART_HOME/lib/jfreechart-1.0.14.jar" ++JFREECHART_JAR_NAMES="$(java-config --classpath itext | sed -e 's@:@ @g' -e 's@/[^ ]*/@@g') $(java-config --classpath jcommon-1.0 | sed -e 's@:@ @g' -e 's@/[^ ]*/@@g') $(java-config --classpath jfreechart-1.0 | sed -e 's@:@ @g' -e 's@/[^ ]*/@@g')" + ++classpath "$(java-config --classpath itext)" ++classpath "$(java-config --classpath jcommon-1.0)" ++classpath "$(java-config --classpath jfreechart-1.0)" diff --git a/sci-mathematics/isabelle/files/isabelle-2016-libsha1.patch b/sci-mathematics/isabelle/files/isabelle-2016-libsha1.patch new file mode 100644 index 000000000000..04dc405823e2 --- /dev/null +++ b/sci-mathematics/isabelle/files/isabelle-2016-libsha1.patch @@ -0,0 +1,13 @@ +Index: work/Isabelle2016/src/Pure/General/sha1_polyml.ML +=================================================================== +--- work.orig/Isabelle2016/src/Pure/General/sha1_polyml.ML ++++ work/Isabelle2016/src/Pure/General/sha1_polyml.ML +@@ -18,7 +18,7 @@ fun hex_string arr i = + in (op ^) (apply2 hex_digit (Integer.div_mod (Char.ord c) 16)) end + + val lib_path = +- ("$ML_HOME/" ^ (if ML_System.platform_is_windows then "sha1.dll" else "libsha1.so")) ++ ("$SHA1_HOME/" ^ (if ML_System.platform_is_windows then "sha1.dll" else "libsha1.so")) + |> Path.explode; + + val STRING_INPUT_BYTES = diff --git a/sci-mathematics/isabelle/files/isabelle-2016.1-bash_process-1.2.1-settings.patch b/sci-mathematics/isabelle/files/isabelle-2016.1-bash_process-1.2.1-settings.patch new file mode 100644 index 000000000000..38d047199ce8 --- /dev/null +++ b/sci-mathematics/isabelle/files/isabelle-2016.1-bash_process-1.2.1-settings.patch @@ -0,0 +1,7 @@ +--- Isabelle2016-1-orig/contrib/bash_process-1.2.1/etc/settings 2016-02-14 09:48:03.000000000 +1100 ++++ Isabelle2016-1/contrib/bash_process-1.2.1/etc/settings 2017-01-02 13:44:49.355549312 +1100 +@@ -1,3 +1,3 @@ + # -*- shell-script -*- :mode=shellscript: + +-ISABELLE_BASH_PROCESS="$COMPONENT/${ISABELLE_PLATFORM64:-$ISABELLE_PLATFORM32}/bash_process" ++ISABELLE_BASH_PROCESS="$COMPONENT/bash_process" diff --git a/sci-mathematics/isabelle/files/isabelle-2016.1-disable-jedit-build-after-install.patch b/sci-mathematics/isabelle/files/isabelle-2016.1-disable-jedit-build-after-install.patch new file mode 100644 index 000000000000..6bac5ccbe748 --- /dev/null +++ b/sci-mathematics/isabelle/files/isabelle-2016.1-disable-jedit-build-after-install.patch @@ -0,0 +1,128 @@ +--- Isabelle2016-1-orig/src/Tools/jEdit/lib/Tools/jedit 2016-12-13 01:03:49.000000000 +1100 ++++ Isabelle2016-1/src/Tools/jEdit/lib/Tools/jedit 2017-01-01 17:24:50.107722845 +1100 +@@ -239,125 +239,6 @@ + "$ISABELLE_JEDIT_BUILD_HOME/contrib/jsr305-2.0.0.jar" + ) + +- +-# target +- +-TARGET="dist/jars/Isabelle-jEdit.jar" +- +-declare -a UPDATED=() +- +-if [ "$BUILD_JARS" = jars_fresh ]; then +- OUTDATED=true +-else +- OUTDATED=false +- if [ ! -e "$TARGET" ]; then +- OUTDATED=true +- else +- if [ -n "$ISABELLE_JEDIT_BUILD_HOME" ]; then +- declare -a DEPS=( +- "$JEDIT_JAR" "${JEDIT_JARS[@]}" "$PURE_JAR" +- "${SOURCES[@]}" "${RESOURCES[@]}" +- ) +- elif [ -e "$ISABELLE_HOME/Admin/build" ]; then +- declare -a DEPS=("$PURE_JAR" "${SOURCES[@]}" "${RESOURCES[@]}") +- else +- declare -a DEPS=() +- fi +- for DEP in "${DEPS[@]}" +- do +- [ ! -e "$DEP" ] && fail "Missing file: $DEP" +- [ "$DEP" -nt "$TARGET" ] && { +- OUTDATED=true +- UPDATED["${#UPDATED[@]}"]="$DEP" +- } +- done +- fi +-fi +- +- +-# build +- +-if [ "$OUTDATED" = true ] +-then +- echo "### Building Isabelle/jEdit ..." +- +- [ "${#UPDATED[@]}" -gt 0 ] && { +- echo "Changed files:" +- for FILE in "${UPDATED[@]}" +- do +- echo " $FILE" +- done +- } +- +- [ -z "$ISABELLE_JEDIT_BUILD_HOME" ] && \ +- fail "Unknown ISABELLE_JEDIT_BUILD_HOME -- missing auxiliary component" +- +- rm -rf dist || failed +- mkdir -p dist dist/classes || failed +- +- cp -p -R -f "$ISABELLE_JEDIT_BUILD_HOME/contrib/$ISABELLE_JEDIT_BUILD_VERSION/." dist/. +- cp -p -R -f "${RESOURCES[@]}" dist/classes/. +- cp src/jEdit.props dist/properties/. +- cp -p -R -f src/modes/. dist/modes/. +- +- perl -i -e 'while (<>) { +- if (m/FILE="ml.xml"/ or m/FILE_NAME_GLOB="...sml,ml."/) { } +- elsif (m/NAME="javacc"/) { +- print qq!\n\n!; +- print qq!\n\n!; +- print qq!\n\n!; +- print qq!\n\n!; +- print qq!\n\n!; +- print; +- } +- elsif (m/NAME="sqr"/) { +- print qq!\n\n!; +- print; +- } +- else { print; } +- }' dist/modes/catalog +- +- cd dist +- isabelle_jdk jar xf jedit.jar +- cp "$ISABELLE_HOME/lib/logo/isabelle_transparent-32.gif" \ +- "org/gjt/sp/jedit/icons/themes/classic/32x32/apps/isabelle.gif" || failed +- cp "$ISABELLE_HOME/lib/logo/isabelle_transparent-32.gif" \ +- "org/gjt/sp/jedit/icons/themes/tango/32x32/apps/isabelle.gif" || failed +- isabelle_jdk jar cfe jedit.jar org.gjt.sp.jedit.jEdit org || failed +- rm -rf META-INF org +- cd .. +- +- cp -p -R -f "${JEDIT_JARS[@]}" dist/jars/. || failed +- ( +- #FIXME workarounds for scalac 2.11.0 +- export CYGWIN="nodosfilewarning" +- function stty() { :; } +- export -f stty +- +- for JAR in "$JEDIT_JAR" "${JEDIT_JARS[@]}" "$PURE_JAR" +- do +- classpath "$JAR" +- done +- export CLASSPATH="$(platform_path "$ISABELLE_CLASSPATH")" +- exec "$SCALA_HOME/bin/scalac" $ISABELLE_SCALA_BUILD_OPTIONS -d dist/classes "${SOURCES[@]}" +- ) || fail "Failed to compile sources" +- +- cd dist/classes +- isabelle_jdk jar cf "../jars/Isabelle-jEdit.jar" * || failed +- cd ../.. +- rm -rf dist/classes +- +- cp "$ISABELLE_JEDIT_BUILD_HOME/doc/jedit5.3.0manual-a4.pdf" dist/doc/jedit-manual.pdf +- cp dist/doc/CHANGES.txt dist/doc/jedit-changes +- cat > dist/doc/Contents </dev/null + + diff --git a/sci-mathematics/isabelle/files/isabelle-2016.1-jortho-1.0-2-classpath.patch b/sci-mathematics/isabelle/files/isabelle-2016.1-jortho-1.0-2-classpath.patch new file mode 100644 index 000000000000..a34cae3fcf45 --- /dev/null +++ b/sci-mathematics/isabelle/files/isabelle-2016.1-jortho-1.0-2-classpath.patch @@ -0,0 +1,8 @@ +--- Isabelle2016-1-orig/contrib/jortho-1.0-2/etc/settings 2014-04-16 06:03:34.000000000 +1000 ++++ Isabelle2016-1/contrib/jortho-1.0-2/etc/settings 2017-01-02 00:13:01.619790577 +1100 +@@ -3,4 +3,4 @@ + JORTHO_HOME="$COMPONENT" + JORTHO_DICTIONARIES="$JORTHO_HOME/dictionaries/en.gz:$JORTHO_HOME/dictionaries/en_US.gz:$JORTHO_HOME/dictionaries/en_GB-ise.gz:$JORTHO_HOME/dictionaries/en_GB-ize.gz:$JORTHO_HOME/dictionaries/en_CA.gz" + +-classpath "$JORTHO_HOME/jortho.jar" ++classpath "$(java-config -p jortho)" diff --git a/sci-mathematics/isabelle/files/isabelle-2016.1-libsha1.patch b/sci-mathematics/isabelle/files/isabelle-2016.1-libsha1.patch new file mode 100644 index 000000000000..f19436acd1c3 --- /dev/null +++ b/sci-mathematics/isabelle/files/isabelle-2016.1-libsha1.patch @@ -0,0 +1,11 @@ +--- Isabelle2016-1-orig/src/Pure/General/sha1.ML 2016-12-13 01:03:45.000000000 +1100 ++++ Isabelle2016-1/src/Pure/General/sha1.ML 2016-12-28 20:50:36.814706587 +1100 +@@ -146,7 +146,7 @@ + (* C library and memory *) + + val library_path = +- Path.explode ("$ML_HOME/" ^ (if ML_System.platform_is_windows then "sha1.dll" else "libsha1.so")); ++ Path.explode ("$SHA1_HOME/" ^ (if ML_System.platform_is_windows then "sha1.dll" else "libsha1.so")); + + fun with_memory n = + Thread_Attributes.uninterruptible (fn restore_attributes => fn f => diff --git a/sci-mathematics/isabelle/files/isabelle-2016.1-smt_read_only_certificates.patch b/sci-mathematics/isabelle/files/isabelle-2016.1-smt_read_only_certificates.patch new file mode 100644 index 000000000000..d766a957021d --- /dev/null +++ b/sci-mathematics/isabelle/files/isabelle-2016.1-smt_read_only_certificates.patch @@ -0,0 +1,33 @@ +--- Isabelle2016-1-orig/src/HOL/SMT_Examples/Boogie.thy 2016-12-13 01:03:38.000000000 +1100 ++++ Isabelle2016-1/src/HOL/SMT_Examples/Boogie.thy 2016-12-30 23:46:11.947737290 +1100 +@@ -52,7 +52,7 @@ + section \Verification condition proofs\ + + declare [[smt_oracle = false]] +-declare [[smt_read_only_certificates = true]] ++declare [[smt_read_only_certificates = false]] + + + declare [[smt_certificates = "Boogie_Max.certs"]] +--- Isabelle2016-1-orig/src/HOL/SMT_Examples/SMT_Examples.thy 2016-12-13 01:03:38.000000000 +1100 ++++ Isabelle2016-1/src/HOL/SMT_Examples/SMT_Examples.thy 2016-12-30 23:46:11.953737338 +1100 +@@ -9,7 +9,7 @@ + begin + + declare [[smt_certificates = "SMT_Examples.certs"]] +-declare [[smt_read_only_certificates = true]] ++declare [[smt_read_only_certificates = false]] + + + section \Propositional and first-order logic\ +--- Isabelle2016-1-orig/src/HOL/SMT_Examples/SMT_Word_Examples.thy 2016-12-13 01:03:38.000000000 +1100 ++++ Isabelle2016-1/src/HOL/SMT_Examples/SMT_Word_Examples.thy 2016-12-30 23:46:11.967737450 +1100 +@@ -11,7 +11,7 @@ + declare [[smt_oracle = true]] + declare [[z3_extensions = true]] + declare [[smt_certificates = "SMT_Word_Examples.certs"]] +-declare [[smt_read_only_certificates = true]] ++declare [[smt_read_only_certificates = false]] + + text \ + Currently, there is no proof reconstruction for words. diff --git a/sci-mathematics/isabelle/files/isabelle-2016.1-smt_timeout.patch b/sci-mathematics/isabelle/files/isabelle-2016.1-smt_timeout.patch new file mode 100644 index 000000000000..249c94bd2583 --- /dev/null +++ b/sci-mathematics/isabelle/files/isabelle-2016.1-smt_timeout.patch @@ -0,0 +1,22 @@ +--- Isabelle2016-1-orig/src/HOL/SMT.thy 2016-12-13 01:03:38.000000000 +1100 ++++ Isabelle2016-1/src/HOL/SMT.thy 2016-12-30 14:11:09.379863215 +1100 +@@ -201,7 +201,7 @@ + (given in seconds) to restrict their runtime. + \ + +-declare [[smt_timeout = 20]] ++declare [[smt_timeout = 300]] + + text \ + SMT solvers apply randomized heuristics. In case a problem is not +--- Isabelle2016-1-orig/src/HOL/Tools/SMT/smt_config.ML 2016-12-13 01:03:42.000000000 +1100 ++++ Isabelle2016-1/src/HOL/Tools/SMT/smt_config.ML 2016-12-30 14:11:27.186904132 +1100 +@@ -170,7 +170,7 @@ + (* options *) + + val oracle = Attrib.setup_config_bool @{binding smt_oracle} (K true) +-val timeout = Attrib.setup_config_real @{binding smt_timeout} (K 30.0) ++val timeout = Attrib.setup_config_real @{binding smt_timeout} (K 300.0) + val reconstruction_step_timeout = Attrib.setup_config_real @{binding smt_reconstruction_step_timeout} (K 10.0) + val random_seed = Attrib.setup_config_int @{binding smt_random_seed} (K 1) + val read_only_certificates = Attrib.setup_config_bool @{binding smt_read_only_certificates} (K false) diff --git a/sci-mathematics/isabelle/isabelle-2016.1.ebuild b/sci-mathematics/isabelle/isabelle-2016.1.ebuild new file mode 100644 index 000000000000..8d18ecba582d --- /dev/null +++ b/sci-mathematics/isabelle/isabelle-2016.1.ebuild @@ -0,0 +1,329 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" + +inherit eutils check-reqs java-pkg-2 versionator + +MY_PN="Isabelle" +MY_PV=$(replace_all_version_separators '-') +MY_P="${MY_PN}${MY_PV}" + +BP_PV="1.2.1" +BP_PN="bash_process" +BP_P="${BP_PN}-${BP_PV}" +BP_IC_PN="${BP_PN}-isabelle-component" +BP_IC_P="${BP_IC_PN}-${BP_PV}" + +# csdp is used in the compile of HOL_ex in +# Library/Sum_of_Squares/sos_wrapper.ML where it execs $ISABELLE_CSDP +CSDP_PV="6.x" +CSDP_PN="csdp" +CSDP_P="${CSDP_PN}-${CSDP_PV}" +CSDP_IC_PN="${CSDP_PN}-isabelle-component" +CSDP_IC_P="${CSDP_IC_PN}-${CSDP_PV}" + +ISABELLE_FONTS_PV="20160830" +ISABELLE_FONTS_PN="isabelle_fonts" +ISABELLE_FONTS_P="${ISABELLE_FONTS_PN}-${ISABELLE_FONTS_PV}" +ISABELLE_FONTS_IC_PN="${ISABELLE_FONTS_PN}-isabelle-component" +ISABELLE_FONTS_IC_P="${ISABELLE_FONTS_IC_PN}-${ISABELLE_FONTS_PV}" + +JEDIT_PV="20161024" +JEDIT_PN="jedit_build" +JEDIT_P="${JEDIT_PN}-${JEDIT_PV}" +JEDIT_IC_PN="${JEDIT_PN}-isabelle-component" +JEDIT_IC_P="${JEDIT_IC_PN}-${JEDIT_PV}" + +JORTHO_PV="1.0-2" +JORTHO_PN="jortho" +JORTHO_P="${JORTHO_PN}-${JORTHO_PV}" +JORTHO_IC_PN="${JORTHO_PN}-isabelle-component" +JORTHO_IC_P="${JORTHO_IC_PN}-${JORTHO_PV}" + +JFREECHART_PV="1.0.14-1" +JFREECHART_PN="jfreechart" +JFREECHART_P="${JFREECHART_PN}-${JFREECHART_PV}" +JFREECHART_IC_PN="${JFREECHART_PN}-isabelle-component" +JFREECHART_IC_P="${JFREECHART_IC_PN}-${JFREECHART_PV}" + +POLYML_PV="5.6-1" +POLYML_PN="polyml" +POLYML_P="${POLYML_PN}-${POLYML_PV}" +POLYML_IC_PN="${POLYML_PN}-isabelle-component" +POLYML_IC_P="${POLYML_IC_PN}-${POLYML_PV}" + +SSH_JAVA_PV="20161009" +SSH_JAVA_PN="ssh-java" +SSH_JAVA_P="${SSH_JAVA_PN}-${SSH_JAVA_PV}" +SSH_JAVA_IC_PN="${SSH_JAVA_PN}-isabelle-component" +SSH_JAVA_IC_P="${SSH_JAVA_IC_PN}-${SSH_JAVA_PV}" + +XZ_JAVA_PV="1.5" +XZ_JAVA_PN="xz-java" +XZ_JAVA_P="${XZ_JAVA_PN}-${XZ_JAVA_PV}" +XZ_JAVA_IC_PN="${XZ_JAVA_PN}-isabelle-component" +XZ_JAVA_IC_P="${XZ_JAVA_IC_PN}-${XZ_JAVA_PV}" + +SS="2.11" + +DESCRIPTION="Isabelle is a generic proof assistant" +HOMEPAGE="http://www.cl.cam.ac.uk/research/hvg/Isabelle/index.html" +SRC_URI="http://isabelle.in.tum.de/website-${MY_P}/dist/${MY_P}.tar.gz + http://isabelle.in.tum.de/dist/contrib/${BP_P}.tar.gz -> ${BP_IC_P}.tar.gz + http://dev.gentoo.org/~gienah/snapshots/${CSDP_IC_P}.tar.gz + http://isabelle.in.tum.de/dist/contrib/${ISABELLE_FONTS_P}.tar.gz -> ${ISABELLE_FONTS_IC_P}.tar.gz + http://isabelle.in.tum.de/components/${JORTHO_P}.tar.gz -> ${JORTHO_IC_P}.tar.gz + http://isabelle.in.tum.de/components/${JEDIT_P}.tar.gz -> ${JEDIT_IC_P}.tar.gz + http://isabelle.in.tum.de/dist/contrib/${JFREECHART_P}.tar.gz -> ${JFREECHART_IC_P}.tar.gz + http://dev.gentoo.org/~gienah/snapshots/${POLYML_IC_P}.tar.gz + http://isabelle.in.tum.de/dist/contrib/${SSH_JAVA_P}.tar.gz -> ${SSH_JAVA_IC_P}.tar.gz + http://dev.gentoo.org/~gienah/snapshots/${XZ_JAVA_IC_P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="doc graphbrowsing ledit readline" + +#upstream says +#bash 2.x/3.x, Poly/ML 5.x, Perl 5.x, +#for document preparation: complete LaTeX +DEPEND=">=app-shells/bash-3.0:* + >=dev-java/jcommon-1.0.18:1.0 + dev-java/jortho:0 + >=dev-java/jfreechart-1.0.14:1.0 + >=dev-java/itext-2.1.5:0 + dev-java/xz-java:0 + >=dev-lang/ghc-7.6.3 + >=dev-lang/polyml-5.6:=[-portable] + >=dev-lang/perl-5.8.8-r2 + >=dev-lang/swi-prolog-6.6.6 + sci-libs/coinor-csdp + =sci-mathematics/z3-4.4*[isabelle] + >=virtual/jdk-1.8 + doc? ( + virtual/latex-base + dev-tex/rail + ) + >=dev-lang/scala-2.11.8:${SS} + ledit? ( + app-misc/ledit + ) + readline? ( + app-misc/rlwrap + )" + +RDEPEND="dev-perl/libwww-perl + sci-mathematics/sha1-polyml + >=virtual/jre-1.8 + ${DEPEND}" + +S="${WORKDIR}"/Isabelle${MY_PV} +TARGETDIR="/usr/share/Isabelle" + +# Notes on QA warnings: * Class files not found via DEPEND in package.env +# Stuff with $ in the name appear to be spurious: +# isabelle/Markup_Tree$$anonfun$results$1$1.class +# scala/tools/nsc/backend/jvm/GenJVM$BytecodeGenerator$$anonfun$computeLocalVarsIndex$1.class +# It wants javafx, I am unsure how to fix this. I test isabelle with the Sun JDK: +# javafx/application/Platform.class javafx +# Presumably the user can provide the jEdit plugins if they are necessary: +# marker/MarkerSetsPlugin.class http://plugins.jedit.org/plugins/?MarkerSets +# projectviewer/gui/OptionPaneBase.class http://plugins.jedit.org/plugins/?ProjectViewer + +JAVA_GENTOO_CLASSPATH="itext,jcommon-1.0,jortho,jfreechart-1.0,scala-${SS},xz-java" + +CHECKREQS_MEMORY="8192M" +CHECKREQS_DISK_BUILD="17G" +CHECKREQS_DISK_USR="8G" + +src_unpack() { + unpack "${MY_P}.tar.gz" + cd "${S}/contrib" || die + unpack ${BP_IC_P}.tar.gz + unpack ${CSDP_IC_P}.tar.gz + unpack ${ISABELLE_FONTS_IC_P}.tar.gz + unpack ${JEDIT_IC_P}.tar.gz + unpack ${JORTHO_IC_P}.tar.gz + unpack ${JFREECHART_IC_P}.tar.gz + unpack ${POLYML_IC_P}.tar.gz + unpack ${SSH_JAVA_IC_P}.tar.gz + unpack ${XZ_JAVA_IC_P}.tar.gz +} + +pkg_setup() { + java-pkg-2_pkg_setup + check-reqs_pkg_setup +} + +src_prepare() { + java-pkg-2_src_prepare + java-pkg_getjars ${JAVA_GENTOO_CLASSPATH} + rm -rf "${S}/contrib/${BP_P}/{x86-cygwin,x86-darwin,x86_64-darwin,x86-linux,x86_64-linux}" \ + || die "Could not remove bash_process binaries" + rm -f "${S}/contrib/${JORTHI_P}/${JORTHO_PN}.jar" \ + || die "Could not remove contrib/${JORTHI_P}/${JORTHO_PN}.jar" + eapply "${FILESDIR}/${PN}-2016-classpath.patch" + eapply "${FILESDIR}/${PN}-2016-jfreechart-classpath.patch" + eapply "${FILESDIR}/${PN}-2016.1-bash_process-1.2.1-settings.patch" + eapply "${FILESDIR}/${PN}-2012-graphbrowser.patch" + eapply "${FILESDIR}/${PN}-2016.1-libsha1.patch" + eapply "${FILESDIR}/${PN}-2016.1-smt_timeout.patch" + eapply "${FILESDIR}/${PN}-2016.1-smt_read_only_certificates.patch" + eapply "${FILESDIR}/${PN}-2016.1-disable-jedit-build-after-install.patch" + eapply "${FILESDIR}/${PN}-2016.1-jortho-1.0-2-classpath.patch" + local polymlver=$(poly -v | cut -d' ' -f2) + local polymlarch=$(poly -v | cut -d' ' -f9 | cut -d'-' -f1) + cat <<- EOF >> "${S}/etc/settings" + # Poly/ML Gentoo (${polymlarch,,}) + ML_PLATFORM=${polymlarch,,}-linux + ML_HOME="${ROOT}usr/bin" + ML_SYSTEM=polyml-${polymlver} + ML_OPTIONS="-H 1000" + ML_SOURCES="${ROOT}usr/src/debug/dev-lang/polyml-${polymlver}" + + ISABELLE_GHC="${ROOT}usr/bin/ghc" + ISABELLE_OCAML="${ROOT}usr/bin/ocaml" + ISABELLE_SWIPL="${ROOT}usr/bin/swipl" + ISABELLE_JDK_HOME="\$(java-config --jdk-home)" + ISABELLE_BUILD_JAVA_OPTIONS="-Djava.awt.headless=true" + SCALA_HOME="${ROOT}usr/share/scala-${SS}" + SHA1_HOME="${ROOT}usr/$(get_libdir)/sha1-polyml" + EOF + local Z3_P="$(best_version sci-mathematics/z3 | sed 's:sci-mathematics/::')" + cat <<- EOF >> "${S}/etc/components" + #bundled components + contrib/${BP_P} + contrib/${CSDP_P} + contrib/${ISABELLE_FONTS_P} + contrib/${JEDIT_P} + contrib/${JORTHO_P} + contrib/${JFREECHART_P} + contrib/${POLYML_P} + contrib/${SSH_JAVA_P} + contrib/${XZ_JAVA_P} + contrib/${Z3_P} + EOF + local Z3_RC="${ROOT}usr/share/Isabelle/contrib/${Z3_P}" + [ -d "${Z3_RC}" ] \ + || die "z3 isabelle component directory ${Z3_RC} does not exist" + ln -s "${Z3_RC}" \ + "${S}/contrib/${Z3_P}" \ + || die "Failed to create z3 isabelle component symbolic link" + if use ledit && ! use readline; then + eapply "${FILESDIR}/${PN}-2012-reverse-line-editor-order.patch" + fi + rm -f "${S}/contrib/${JFREECHART_P}/lib"/*.jar \ + || die "Could not rm bundled jar files supplied by Gentoo" +} + +src_compile() { + unset DISPLAY + einfo "Building Isabelle. This may take some time." + pushd contrib/${BP_P} || die "Could not cd to contrib/${BP_P}" + $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o ${BP_PN} ${BP_PN}.c \ + || die "Could not build ${BP_PN}" + popd || die + if use graphbrowsing + then + rm -f "${S}/lib/browser/GraphBrowser.jar" \ + || die "failed cleaning graph browser directory" + pushd "${S}/lib/browser" \ + || die "Could not change directory to lib/browser" + ./build || die "failed building the graph browser" + popd + fi + ./bin/isabelle jedit -b -f || die "pide build failed" + pushd "${S}"/src/Pure || die "Could not change directory to src/Pure" + ../../bin/isabelle env ./build-jars -f || die "build-jars failed" + popd || die + ./bin/isabelle build -a -b -s -v || die "isabelle build failed" +} + +src_install() { + local Z3_P="$(best_version sci-mathematics/z3 | sed 's:sci-mathematics/::')" + rm "${S}/contrib/${Z3_P}" \ + || die "Failed to remove z3 isabelle component symbolic link" + + insinto ${TARGETDIR} + doins -r src + doins -r lib + doins -r contrib + doins ROOTS + + docompress -x /usr/share/doc/${PF} + dodoc -r doc + if use doc; then + dosym /usr/share/doc/${PF}/doc "${TARGETDIR}/doc" + # The build of sci-mathematics/haskabelle with use doc requires + # sci-mathematics/isabelle[doc?]. The haskabelle doc build requires + # the src/Doc directory stuff in the isabelle package. + doins -r src/Doc + for i in $(find ./src/Doc -type f -executable -print) + do + exeinto $(dirname "${TARGETDIR}/${i}") + doexe ${i} + done + fi + + for i in $(find \ + ./{bin,lib,"contrib/${BP_P}/${BP_PN}",src/HOL,src/Pure,src/Tools} \ + -type f -executable -print) + do + exeinto $(dirname "${TARGETDIR}/${i}") + doexe ${i} + done + + insinto /etc/isabelle + doins -r etc/* + dosym /etc/isabelle "${TARGETDIR}/etc" + + local LIBDIR="/usr/"$(get_libdir)"/Isabelle"${MY_PV} + dosym "${LIBDIR}/heaps" "${TARGETDIR}/heaps" + insinto ${LIBDIR} + doins -r heaps + + ./bin/isabelle install -d ${TARGETDIR} "${ED}usr/bin" \ + || die "isabelle install failed" + newicon lib/icons/"${PN}.xpm" "${PN}.xpm" + newicon lib/icons/"${PN}-mini.xpm" "${PN}-mini.xpm" + + java-pkg_regjar \ + $(find . -type f -name \*.jar -print | sed -e "s@^\.@${ED}${TARGETDIR}@g") + + local DOCS=( "ANNOUNCE" "CONTRIBUTORS" "COPYRIGHT" "NEWS" "README" ) + einstalldocs +} + +pkg_postinst() { + # If any of the directories in /etc/isabelle/components do not exist, then + # even isabelle getenv ISABELLE_HOME fails. Hence it is necessary to + # to delete any non-existing directories. If an old Isabelle version was + # installed with component ebuilds like sci-mathematics/e, then the + # Isabelle version is upgraded, then the contrib directories will not + # exist initially, it is necessary to delete them from /etc/isabelle/components. + # Then these components are rebuilt (creating these directories) using the + # EAPI=5 subslot depends. + for i in $(egrep '^[^#].*$' "${ROOT}etc/isabelle/components") + do + if [ ! -d ${TARGETDIR}/${i} ]; then + sed -e "\@${i}@d" -i "${ROOT}etc/isabelle/components" + fi + done + if use ledit && use readline; then + elog "Both readline and ledit use flags specified. The default setting" + elog "if both are installed is to use readline (rlwrap), this can be" + elog "modfied by editing the ISABELLE_LINE_EDITOR setting in" + elog "${ROOT}/etc/isabelle/settings" + fi + elog "Please ensure you have a pdf viewer installed, for example:" + elog "As root: emerge app-text/zathura-pdf-poppler" + elog "Please configure your preferred pdf viewer, something like:" + elog "As normal user: xdg-mime default zathura.desktop application/pdf" + elog "Or alternatively by editing the PDF_VIEWER variable in the system" + elog "settings file ${ROOT}etc/isabelle/settings and/or the user" + elog "settings file \$HOME/.isabelle/${MY_P}/etc/settings" + elog "For nitpick it is necessary to install:" + elog "emerge sci-mathematics/kodkodi" +} diff --git a/sci-mathematics/kodkod/kodkod-1.5.2-r1.ebuild b/sci-mathematics/kodkod/kodkod-1.5.2-r1.ebuild new file mode 100644 index 000000000000..a63600c99249 --- /dev/null +++ b/sci-mathematics/kodkod/kodkod-1.5.2-r1.ebuild @@ -0,0 +1,141 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" + +JAVA_PKG_IUSE="doc source" +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE='threads(+)' + +inherit eutils java-pkg-2 python-any-r1 waf-utils + +DESCRIPTION="a constraint solver for relational logic" +HOMEPAGE="http://alloy.mit.edu/kodkod/index.html" +SRC_URI="http://alloy.mit.edu/kodkod/${PV}/${P}.zip + https://waf.googlecode.com/files/waf-1.7.16" +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +COMMON_DEP="" +RDEPEND="${COMMON_DEP} + >=virtual/jre-1.6" +DEPEND="${COMMON_DEP} + >=virtual/jdk-1.6 + app-arch/unzip" + +S="${WORKDIR}/kodkod-1.5" + +JAVA_SRC_DIR="src" + +pkg_setup() { + python-any-r1_pkg_setup + java-pkg-2_pkg_setup +} + +src_unpack() { + unpack "${A% *}" + cp "${DISTDIR}/${A#* }" "${S}/waf" || die "Could not copy waf" +} + +src_prepare() { + java-pkg-2_src_prepare + chmod u+x waf \ + || die "Could not set execute permisions on waf file" + sed -e 's@private N parent, left, right@protected N parent, left, right@' \ + -e 's@private boolean color@protected boolean color@' \ + -i "${S}/src/kodkod/util/ints/IntTree.java" \ + || die "Could not change private to protected in IntTree.java" + sed -e 's@conf.env.LINKFLAGS =@conf.env.LINKFLAGS +=@' \ + -i "${S}/lib/cryptominisat-2.9.1/wscript" \ + -i "${S}/lib/lingeling-276/wscript" \ + || die "Could not fix wscripts to respect LDFLAGS" + # Fix bug 453162 - sci-mathematics/kodkod-1.5.2: fails to build + epatch "${FILESDIR}/${PN}-1.5.2-changes-in-most-specific-varargs-method-selection.patch" + + # Fix Bug 458462 sci-mathematics/kodkod-1.5.2: fails to build with JAVA_PKG_STRICT + local x="" + for i in $JAVACFLAGS + do + if [ "${x}" == "" ]; then + x="'${i}'" + else + x="${x}, '${i}'" + fi + done + for j in $(find . -name wscript -print) + do + sed -e "s@def configure(conf):@def configure(conf):\n conf.env.JAVACFLAGS = [${x}]@" \ + -i "${j}" \ + || die "Could not set JAVACFLAGS in ${j}" + done +} + +# note: kodkod waf fails when passed --libdir: +# waf: error: no such option: --libdir +src_configure() { + ${WAF_BINARY:="${S}/waf"} + + tc-export AR CC CPP CXX RANLIB + echo "CCFLAGS=\"${CFLAGS}\" LINKFLAGS=\"${LDFLAGS}\" \"${WAF_BINARY}\" --prefix=${EPREFIX}/usr $@ configure" + + CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS}" "${WAF_BINARY}" \ + "--prefix=${EPREFIX}/usr" \ + "$@" \ + configure || die "configure failed" +} + +src_compile() { + waf-utils_src_compile + if has doc ${JAVA_PKG_IUSE} && use doc; then + pushd src/kodkod || die "Could not cd to src/kodkod" + local doclint="-Xdoclint:none" + local jv="$(javac -version 2>&1 | cut -d' ' -f 2)" + if [[ "${jv}" == 1.6* ]] || [[ "${jv}" == 1.7* ]]; then + doclint="" + fi + javadoc ${doclint} -sourcepath "${S}"/src/kodkod:"${S}"/build/src/kodkod \ + -classpath $(find "${PWD}" -name \*.jar -print | xargs | sed -e 's@ @:@g') \ + $(find . -name \*.java -print) \ + || die "javadoc failed" + popd + fi +} + +src_install() { + insinto "/usr/"$(get_libdir) + dodir "/usr/"$(get_libdir)"/${PN}" + exeinto "/usr/"$(get_libdir)"/${PN}" + for i in $(find . \( -name \*.so -o -name plingeling \) -print | xargs); do + doexe $i + done + + for i in $(find . \( -name kodkod.jar -o -name org.sat4j.core.jar \) -print | xargs); do + einfo "java-pkg_dojar $i" + java-pkg_dojar $i + done + + # javadoc + if has doc ${JAVA_PKG_IUSE} && use doc; then + java-pkg_dojavadoc src/kodkod + fi + + # dosrc + if has source ${JAVA_PKG_IUSE} && use source; then + local srcdirs="" + if [[ ${JAVA_SRC_DIR} ]]; then + local parent child + for parent in ${JAVA_SRC_DIR}; do + for child in ${parent}/*; do + srcdirs="${srcdirs} ${child}" + done + done + else + # take all directories actually containing any sources + srcdirs="$(cut -d/ -f1 ${sources} | sort -u)" + fi + java-pkg_dosrc ${srcdirs} + fi +} diff --git a/sci-mathematics/kodkodi/kodkodi-1.5.2-r1.ebuild b/sci-mathematics/kodkodi/kodkodi-1.5.2-r1.ebuild new file mode 100644 index 000000000000..3a11b01304e5 --- /dev/null +++ b/sci-mathematics/kodkodi/kodkodi-1.5.2-r1.ebuild @@ -0,0 +1,108 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" + +JAVA_PKG_IUSE="doc source" + +inherit java-pkg-2 java-pkg-simple multilib + +DESCRIPTION="A text front-end for the Kodkod Java library" +HOMEPAGE="http://www21.in.tum.de/~blanchet/#software" +SRC_URI="http://www21.in.tum.de/~blanchet/${P}.tgz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="isabelle examples" + +COMMON_DEP="dev-java/antlr:3 + =sci-mathematics/kodkod-1.5*:=" +RDEPEND="${COMMON_DEP} + isabelle? ( + sci-mathematics/isabelle:= + ) + >=virtual/jre-1.6" +DEPEND="${COMMON_DEP} + >=virtual/jdk-1.6 + app-arch/unzip" + +S="${WORKDIR}/${P}" + +JAVA_GENTOO_CLASSPATH="kodkod,antlr-3" + +src_prepare() { + default + sed -e 's@exec "$ISABELLE_TOOL" java $KODKODI_JAVA_OPT@java@' \ + -i "${S}/bin/kodkodi" || die "Could not patch bin/kodkodi" + rm -f jar/*.jar || die "Could not rm jar files" +} + +src_compile() { + JAVA_SRC_DIR="src" + TARGETDIR="/usr/share/${P}" + KODKOD_LIBDIR="/usr/"$(get_libdir)"/kodkod" + + java-pkg-simple_src_compile + + pushd "${S}/target/classes" > /dev/null || die + jar -uf "${S}"/${PN}.jar $(find -name '*.class') || die + popd > /dev/null +} + +src_install() { + java-pkg-simple_src_install + dodoc README HISTORY manual/${PN}.pdf LICENSES/Kodkodi + insinto ${TARGETDIR} + if use examples; then + doins -r examples + fi + + if use isabelle; then + ISABELLE_HOME="$(isabelle getenv ISABELLE_HOME | cut -d'=' -f 2)" \ + || die "isabelle getenv ISABELLE_HOME failed" + [[ -n "${ISABELLE_HOME}" ]] || die "ISABELLE_HOME empty" + dodir "${ISABELLE_HOME}/contrib/${PN}-${PV}/etc" + cat <<- EOF >> "${S}/settings" + KODKODI="\$COMPONENT" + KODKODI_VERSION="${PV}" + KODKODI_PLATFORM=\$ISABELLE_PLATFORM + KODKODI_CLASSPATH="$(java-config --classpath=antlr:3):${ROOT}usr/share/${PN}-${SLOT}/lib/kodkodi.jar:$(java-config --classpath=kodkod)" + KODKODI_JAVA_LIBRARY_PATH="${KODKOD_LIBDIR}" + EOF + insinto "${ISABELLE_HOME}/contrib/${PN}-${PV}/etc" + doins "${S}/settings" + dodir "${ISABELLE_HOME}/contrib/${PN}-${PV}/bin" + exeinto "${ISABELLE_HOME}/contrib/${PN}-${PV}/bin" + doexe bin/kodkodi + fi +} + +pkg_postinst() { + if use isabelle; then + if [ -f "${ROOT}etc/isabelle/components" ]; then + if egrep "contrib/${PN}-[0-9.]*" "${ROOT}etc/isabelle/components"; then + sed -e "/contrib\/${PN}-[0-9.]*/d" \ + -i "${ROOT}etc/isabelle/components" + fi + cat <<- EOF >> "${ROOT}etc/isabelle/components" + contrib/${PN}-${PV} + EOF + fi + fi +} + +pkg_postrm() { + if use isabelle; then + if [ ! -f "${ROOT}usr/bin/kodkodi" ]; then + if [ -f "${ROOT}etc/isabelle/components" ]; then + # Note: this sed should only match the version of this ebuild + # Which is what we want as we do not want to remove the line + # of a new kodkodi being installed during an upgrade. + sed -e "/contrib\/${PN}-${PV}/d" \ + -i "${ROOT}etc/isabelle/components" + fi + fi + fi +} diff --git a/sci-mathematics/pspp/Manifest b/sci-mathematics/pspp/Manifest index 2a524b4ebe3c..3c578d066f65 100644 --- a/sci-mathematics/pspp/Manifest +++ b/sci-mathematics/pspp/Manifest @@ -1,4 +1,2 @@ DIST pspp-0.10.1.tar.gz 7269109 SHA256 44cc08864de736880bc0d7e2b1f8c8493ac0e0c2164a4f9471077608f00c8677 SHA512 a7f4eec3858340743ff845e67028af76d79a58968ceaa19a87e0443751917b2d70251e53231ecce15c937c9640ac733e00603baa76b4266d693375ab70b870b5 WHIRLPOOL 9a195051d5279a86cd05d586ca5a845443f08346f47aec859a3e768c38d5517f23f47d40cc6fb00c6af6c01af624d251575edfb34dfb0f7c7ee3def1a008a1c7 DIST pspp-0.10.2.tar.gz 7316470 SHA256 f77cacae6948689a60f1a5808a5d2e183c1cd0847c7fc6142646c63814c0daa9 SHA512 7d6656c03da46b088e87cba7a947d1e56031ff50d704be8201a38563515cf5cf324a05f1d4999ba8aec7b2269a8fdbd09374a11374c9c1b9dd6d78d34fda4b76 WHIRLPOOL f66f0ca98dce4de4b323aa42445d0c8fe3c7d252cd8ed6d1ad1dd961186bf063b9c92114a92e9afb2149b35c03fa595720c8a35b33ff81a56eb5e9e029c85119 -DIST pspp-0.8.1.tar.gz 6514528 SHA256 fd48145d2ff77c39f624e26bf3c9a5623c2afaee7c040675b06cb4ce57d31d62 SHA512 2df758b3a2d8eba724d84ce7d77a6c0bbe469a11b86a8eb4227ec12a4957f468e74b3af0f81c953d87403a962937eef2680979a21ceba4fe8b93b55252b84a18 WHIRLPOOL 5be6ebcecffc3d8a7da669ea49028307b784a5b8b5d8a510d0f9e82a3740800966da5390f8abc120b55c9c621850be906f7610f86404b92c994d9a72697d413d -DIST pspp-0.8.3.tar.gz 6247760 SHA256 adb8de281098b0d8632a8f2ea2af6514100786cf946f07a3c268d4baff15316f SHA512 7645a2de09ed1d6f1a53900961791b64b9420f457278d19e62ca7dabdb02b01ee78cdab0efddae384dc7deff65f7c5256227538caed89537efa014437937a61c WHIRLPOOL cff5921acce8bb3654ab0d10d63c42af8d5a9745263f423900ee290a30f1748aff023739ba49fabca33517e3deaf3fb0513a5fac7d0cf50170ba4b870d0ededf diff --git a/sci-mathematics/pspp/files/pspp-0.8.0-gettext.patch b/sci-mathematics/pspp/files/pspp-0.8.0-gettext.patch deleted file mode 100644 index 73fb8dc8790a..000000000000 --- a/sci-mathematics/pspp/files/pspp-0.8.0-gettext.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.ac.orig 2013-08-06 10:18:37.329909242 -0700 -+++ configure.ac 2013-08-06 10:18:51.011975942 -0700 -@@ -30,6 +30,7 @@ - - dnl Disable automatic po/ support, because PSPP provides its own po/ support. - AC_PROVIDE([AM_PO_SUBDIRS]) -+AM_GNU_GETTEXT_VERSION([0.17]) - AM_GNU_GETTEXT([external], [need-ngettext]) - LIBS="$LIBINTL $LIBS" - diff --git a/sci-mathematics/pspp/files/pspp-0.8.1-oos.patch b/sci-mathematics/pspp/files/pspp-0.8.1-oos.patch deleted file mode 100644 index 51612b993abd..000000000000 --- a/sci-mathematics/pspp/files/pspp-0.8.1-oos.patch +++ /dev/null @@ -1,28 +0,0 @@ - src/ui/gui/automake.mk | 8 ++++---- - 1 file changed, 4 insertions(+), 4 deletions(-) - -diff --git a/src/ui/gui/automake.mk b/src/ui/gui/automake.mk -index 47a3215..24f5b0b 100644 ---- a/src/ui/gui/automake.mk -+++ b/src/ui/gui/automake.mk -@@ -333,16 +333,16 @@ PHONY += yelp-check - AM_CPPFLAGS += -Isrc - - src/ui/gui/pspp.desktop: src/ui/gui/gen-dot-desktop.sh $(POFILES) -- POFILES="$(POFILES)" top_builddir="$(top_builddir)" $(SHELL) $< > $@ -+ POFILES="$(POFILES)" top_builddir="$(top_builddir)" $(SHELL) $< > ${top_srcdir}/$@ - - CLEANFILES+=src/ui/gui/pspp.desktop - - src/ui/gui/psppire-marshal.c: src/ui/gui/marshaller-list -- echo '#include ' > $@ -- $(GLIB_GENMARSHAL) --body --prefix=psppire_marshal $? >> $@ -+ echo '#include ' > ${top_srcdir}/$@ -+ $(GLIB_GENMARSHAL) --body --prefix=psppire_marshal $? >> ${top_srcdir}/$@ - - src/ui/gui/psppire-marshal.h: src/ui/gui/marshaller-list -- $(GLIB_GENMARSHAL) --header --prefix=psppire_marshal $? > $@ -+ $(GLIB_GENMARSHAL) --header --prefix=psppire_marshal $? > ${top_srcdir}/$@ - - desktopdir = $(datadir)/applications - desktop_DATA = src/ui/gui/pspp.desktop diff --git a/sci-mathematics/pspp/files/pspp-0.8.1-underlinking.patch b/sci-mathematics/pspp/files/pspp-0.8.1-underlinking.patch deleted file mode 100644 index 2c533ee49658..000000000000 --- a/sci-mathematics/pspp/files/pspp-0.8.1-underlinking.patch +++ /dev/null @@ -1,29 +0,0 @@ - src/automake.mk | 5 +++-- - 1 file changed, 3 insertions(+), 2 deletions(-) - -diff --git a/src/automake.mk b/src/automake.mk -index 73ff813..8524000 100644 ---- a/src/automake.mk -+++ b/src/automake.mk -@@ -20,7 +20,7 @@ src_libpspp_core_la_LIBADD = \ - src/data/libdata.la \ - src/libpspp/liblibpspp.la \ - $(LIBXML2_LIBS) $(PG_LIBS) \ -- gl/libgl.la -+ gl/libgl.la $(CAIRO_LIBS) - - src_libpspp_la_SOURCES = - -@@ -28,10 +28,11 @@ src_libpspp_la_CFLAGS = $(GSL_CFLAGS) - src_libpspp_la_LDFLAGS = -release $(VERSION) - - src_libpspp_la_LIBADD = \ -+ src/libpspp-core.la \ - src/language/liblanguage.la \ - src/math/libpspp-math.la \ - src/output/liboutput.la \ -- $(GSL_LIBS) -+ $(GSL_LIBS) $(CAIRO_LIBS) $(LIBXML2_LIBS) - - include $(top_srcdir)/src/math/automake.mk - include $(top_srcdir)/src/output/automake.mk diff --git a/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild b/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild deleted file mode 100644 index 194c4ccade40..000000000000 --- a/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -AUTOTOOLS_AUTORECONF=1 - -inherit eutils elisp-common autotools-utils multilib - -DESCRIPTION="Program for statistical analysis of sampled data" -HOMEPAGE="https://www.gnu.org/software/pspp/pspp.html" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="cairo doc emacs examples gtk ncurses nls perl postgres static-libs" - -RDEPEND=" - dev-libs/libxml2:2 - sci-libs/gsl - sys-devel/gettext - sys-libs/readline:0 - sys-libs/zlib - virtual/libiconv - cairo? ( x11-libs/cairo ) - emacs? ( virtual/emacs ) - gtk? ( - gnome-base/libglade:2.0 - x11-libs/gtk+:2 - >=x11-libs/gtksourceview-2.2:2.0 ) - ncurses? ( sys-libs/ncurses:0= ) - postgres? ( dev-db/postgresql:*[server] )" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( virtual/latex-base )" - -SITEFILE=50${PN}-gentoo.el - -PATCHES=( - "${FILESDIR}"/${PN}-0.8.0-gettext.patch - "${FILESDIR}"/${P}-underlinking.patch - "${FILESDIR}"/${P}-oos.patch -) - -src_configure() { - local myeconfargs=( - --disable-rpath - $(use_enable nls) - $(use_with cairo) - $(use_with gtk gui) - $(use_with ncurses libncurses) - $(use_with perl perl-module) - $(use_with postgres libpq) - ) - autotools-utils_src_configure -} - -src_compile() { - autotools-utils_src_compile pkglibdir="${EPREFIX}/usr/$(get_libdir)" - use doc && autotools-utils_src_compile html pdf - use emacs && elisp-compile *.el -} - -src_install() { - if use doc; then - HTML_DOCS=( "${BUILD_DIR}"/doc/pspp{,-dev}.html ) - DOCS=( "${BUILD_DIR}"/doc/pspp{,-dev}.pdf ) - fi - - autotools-utils_src_install pkglibdir="${EPREFIX}/usr/$(get_libdir)" - - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi - - if use emacs; then - elisp-install ${PN} *.el *.elc - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - fi -} - -pkg_postinst () { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/sci-mathematics/pspp/pspp-0.8.3.ebuild b/sci-mathematics/pspp/pspp-0.8.3.ebuild deleted file mode 100644 index d2400754ce23..000000000000 --- a/sci-mathematics/pspp/pspp-0.8.3.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -AUTOTOOLS_AUTORECONF=1 - -inherit eutils elisp-common autotools-utils multilib - -DESCRIPTION="Program for statistical analysis of sampled data" -HOMEPAGE="https://www.gnu.org/software/pspp/pspp.html" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="cairo doc emacs examples gtk ncurses nls perl postgres static-libs" - -RDEPEND=" - dev-libs/libxml2:2= - sci-libs/gsl:0= - sys-devel/gettext:0= - sys-libs/readline:0= - sys-libs/zlib:0= - virtual/libiconv - cairo? ( x11-libs/cairo:0= ) - emacs? ( virtual/emacs ) - gtk? ( - gnome-base/libglade:2.0 - x11-libs/gtk+:2 - >=x11-libs/gtksourceview-2.2:2.0 ) - ncurses? ( sys-libs/ncurses:0= ) - postgres? ( dev-db/postgresql:=[server] )" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( virtual/latex-base )" - -SITEFILE=50${PN}-gentoo.el - -PATCHES=( - "${FILESDIR}"/${PN}-0.8.0-gettext.patch - "${FILESDIR}"/${PN}-0.8.1-underlinking.patch - "${FILESDIR}"/${PN}-0.8.1-oos.patch -) - -src_configure() { - local myeconfargs=( - $(use_enable nls) - $(use_with cairo) - $(use_with gtk gui) - $(use_with ncurses libncurses) - $(use_with perl perl-module) - $(use_with postgres libpq) - ) - autotools-utils_src_configure -} - -src_compile() { - autotools-utils_src_compile pkglibdir="${EPREFIX}/usr/$(get_libdir)" - use doc && autotools-utils_src_compile html pdf - use emacs && elisp-compile *.el -} - -src_install() { - if use doc; then - HTML_DOCS=( "${BUILD_DIR}"/doc/pspp{,-dev}.html ) - DOCS=( "${BUILD_DIR}"/doc/pspp{,-dev}.pdf ) - fi - - autotools-utils_src_install pkglibdir="${EPREFIX}/usr/$(get_libdir)" - - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi - - if use emacs; then - elisp-install ${PN} *.el *.elc - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - fi -} - -pkg_postinst () { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/sci-mathematics/rstudio/Manifest b/sci-mathematics/rstudio/Manifest index 26d0c77a55f5..7366ec74612f 100644 --- a/sci-mathematics/rstudio/Manifest +++ b/sci-mathematics/rstudio/Manifest @@ -28,6 +28,7 @@ DIST rstudio-0.99.893.tar.gz 17407634 SHA256 90a657b1fa16cfc575ca884789bac47f178 DIST rstudio-0.99.896.tar.gz 17409121 SHA256 05fc7546ad1d21d7e6219538056ec2ee1b86d09b731a588198ce137d3fe25bae SHA512 c62df2a1c54f8c6d14b1239dd746b88693c11c48ec56aa5ae89023e98901793b0e65df44526cbc8c71036c0f73a512767cae086ed3777540b1ceda05e3398e17 WHIRLPOOL 7f4d0ebc8db509f09ccc15da02a4a426de431312f2dc65126bda76e11de0e106671fc7a83e9ea8e66b88f81268d0db8b44014a70744b30641bb58bedda73427d DIST rstudio-0.99.902.tar.gz 17408815 SHA256 703a3ebedbb4bb44d2cacffed2615b4f65156fcd4115029931eb5fd99950c689 SHA512 23db68f05900666287901d75f02006f7edacafab057d82a312b4e5aac639ef4b5db702420632f2768e509411bbfc73c32a533aa0f1b33379c10df82e009b974e WHIRLPOOL e7ef3cf0d9a414257c4c0c68809c674721f9513917bd450c9946133ee69dd735374417483c7dc380ee4d387119558c961d4ea815aac5bcd3fa22ee863556e0a4 DIST rstudio-0.99.903.tar.gz 17409865 SHA256 8902fe7a6f7f6e0d6e8fae2472e479bb9cbe9cbb2e0747e5f01a093d31993a3c SHA512 9ddcfdab187c907dfa3cbf386ee902b43ba35c242b44a4190c58d1e3bad590ca428209423739768b57f759c4bde61ef2b5958fb3cba366d7740753c3c5dbf739 WHIRLPOOL 82ca64883d02aacc0c1081779f769c3ea2bbac3c370f1e62fba18465547742114df18d431f30c3fe449c0ae2ac212cd7dd98a72bb2e5810eb1fc6cdbb3c82a69 +DIST rstudio-1.0.136.tar.gz 17786389 SHA256 bb6a8aa475e09dd090cd2b5ea505f578d270858784120599aee5c10bd8ca58e8 SHA512 cb4f98834f287267925169c8141bd0f95fd23cefdba8f407f76a24617bc40da56430745f112774838345330b9f99b9cac86d5b99517346a019e8e2cb3b01f713 WHIRLPOOL 5932ef2572670951a094f79e8805215fd50c3643b4a4654cb469d7181708a3327763531cb68e968e64ebdb7b44df03da0c18f9a06a12d968e908bedc43dac52f DIST rstudio-1.0.44.tar.gz 17774065 SHA256 43ece6cfdd1a13ac0e17f2a50154a30a1a14ad6c1b3cf381cc6007988ce44a0f SHA512 a8b975dc517125a257e5f61db5bb137e133b02d738d55553770aa65e388cd112ce646b53b77dc069d1ca95ccd95979f4a57ad60b99fc3b91543cf61e737e8169 WHIRLPOOL 4ad472aed130451e81d8d8e3251d3bbd701a8b8e2fbddf17dc357f39335e33c75505f9443c2c7208e60a19c2767b9328134433e5d4fd22504813020712c658ef DIST selenium-java-2.37.0.zip 24625928 SHA256 0eebba65d8edb01c1f46e462907c58f5d6e1cb0ddf63660a9985c8432bdffbb7 SHA512 68624e82dbc751a25c50fad72702a98eb30d77fd4337d2a969f8e06bcc49e5f8c835cd27ec53772f3375014ddde1d5636936e966b75f3594a9f86aa18ba4e779 WHIRLPOOL eb6659aae26f3c78b6f998546b23d0636c9d00ed8a7f985db1463ac4bd483ccb3e643d84e2ca0f59e0636a8de79eb552ff1d68eb6f9c06907029f7552d8f7777 DIST selenium-server-standalone-2.37.0.jar 34730734 SHA256 97bc8c699037fb6e99ba7af570fb60dbb1b7ce30cde2448287a44ef65b13023e SHA512 b215446d42d2d1f69664349b6ae6dc53a532d3624c91254f0f4183d0ad764648792e5cc1126a55a1e60d9687d55200fed01d6d2f46cc3d853b1fa6ee38111018 WHIRLPOOL 20640591534f31f24825a9ed139589b182e8b60d86541bf0be104d3cc0280983f6566bd0459f2253ac3875b48a2798b205bac8f815a119fff6db625ce9bbc29e diff --git a/sci-mathematics/rstudio/rstudio-1.0.136.ebuild b/sci-mathematics/rstudio/rstudio-1.0.136.ebuild new file mode 100644 index 000000000000..7fa520397937 --- /dev/null +++ b/sci-mathematics/rstudio/rstudio-1.0.136.ebuild @@ -0,0 +1,248 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit eutils user cmake-utils gnome2-utils pam versionator fdo-mime java-pkg-2 pax-utils + +# TODO +# * package gin and gwt +# * use dict from tree, linguas +# * do src_test (use junit from tree?) + +# update from scripts in dependencies/common +# egrep '(GWT_SDK_VER=|GIN_VER=|SELENIUM_VER=|CHROMEDRIVER_VER=)' dependencies/common/install-gwt +GWT_VER=2.7.0 +GIN_VER=1.5 +SELENIUM_VER=2.37.0 +CHROMEDRIVER_VER=2.7 +# grep 'PANDOC_VERSION=' dependencies/common/update-pandoc +PANDOC_VER=1.13.1 +# ls dependencies/common/*.tar.gz +PACKRAT_VER=0.98.1000 +RMARKDOWN_VER=0.98.1000 +SHINYAPPS_VER=0.98.1000 +RSCONNECT_VER=0.4.1.4_fcac892a69817febd7b655b189bf57193260cda0 + +DESCRIPTION="IDE for the R language" +HOMEPAGE=" + http://www.rstudio.org + https://github.com/rstudio/rstudio/" +SRC_URI=" + https://github.com/rstudio/rstudio/archive/v${PV}.tar.gz -> ${P}.tar.gz + https://s3.amazonaws.com/rstudio-buildtools/gin-${GIN_VER}.zip + https://s3.amazonaws.com/rstudio-buildtools/gwt-${GWT_VER}.zip + https://s3.amazonaws.com/rstudio-buildtools/selenium-java-${SELENIUM_VER}.zip + https://s3.amazonaws.com/rstudio-buildtools/selenium-server-standalone-${SELENIUM_VER}.jar + https://s3.amazonaws.com/rstudio-buildtools/chromedriver-linux + https://s3.amazonaws.com/rstudio-dictionaries/core-dictionaries.zip + https://dev.gentoo.org/~gienah/distfiles/packrat-${PACKRAT_VER}.tar.gz + https://dev.gentoo.org/~gienah/distfiles/rmarkdown-${RMARKDOWN_VER}.tar.gz + https://dev.gentoo.org/~gienah/distfiles/shinyapps-${SHINYAPPS_VER}.tar.gz + https://dev.gentoo.org/~gienah/distfiles/rsconnect_${RSCONNECT_VER}.tar.gz +" + +LICENSE="AGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="dedicated server" + +QT_VER=5.4 +QT_SLOT=5 +RDEPEND=" + app-text/pandoc + dev-haskell/pandoc-citeproc + >=dev-lang/R-2.11.1 + >=dev-libs/boost-1.50:= + >=dev-libs/mathjax-2.7.0 + dev-libs/openssl:0 + sys-apps/util-linux + >=sys-devel/clang-3.5.0 + sys-libs/zlib + >=virtual/jre-1.8:= + x11-libs/pango + !dedicated? ( + >=dev-qt/qtcore-${QT_VER}:${QT_SLOT} + >=dev-qt/qtdeclarative-${QT_VER}:${QT_SLOT} + >=dev-qt/qtdbus-${QT_VER}:${QT_SLOT} + >=dev-qt/qtgui-${QT_VER}:${QT_SLOT} + >=dev-qt/qtnetwork-${QT_VER}:${QT_SLOT} + >=dev-qt/qtopengl-${QT_VER}:${QT_SLOT} + >=dev-qt/qtpositioning-${QT_VER}:${QT_SLOT} + >=dev-qt/qtprintsupport-${QT_VER}:${QT_SLOT} + >=dev-qt/qtsingleapplication-2.6.1_p20150629[qt5] + >=dev-qt/qtsensors-${QT_VER}:${QT_SLOT} + >=dev-qt/qtsql-${QT_VER}:${QT_SLOT} + >=dev-qt/qtsvg-${QT_VER}:${QT_SLOT} + >=dev-qt/qtwebkit-${QT_VER}:${QT_SLOT} + >=dev-qt/qtwidgets-${QT_VER}:${QT_SLOT} + >=dev-qt/qtxml-${QT_VER}:${QT_SLOT} + >=dev-qt/qtxmlpatterns-${QT_VER}:${QT_SLOT} + server? ( virtual/pam ) + ) + dedicated? ( virtual/pam )" +DEPEND="${RDEPEND} + app-arch/unzip + dev-java/ant-core + >=virtual/jdk-1.8:= + virtual/pkgconfig" +# test? ( dev-java/junit:4 ) + +PATCHES=( + "${FILESDIR}/${PN}-0.99.879-prefs.patch" + "${FILESDIR}/${PN}-1.0.44-paths.patch" + "${FILESDIR}/${PN}-1.0.44-clang-pandoc.patch" + "${FILESDIR}/${PN}-0.98.490-linker_flags.patch" + "${FILESDIR}/${PN}-0.98.1091-boost-1.57.patch" + "${FILESDIR}/${PN}-0.99.473-qtsingleapplication.patch" + "${FILESDIR}/${PN}-1.0.44-systemd.patch" +) + +src_unpack() { + unpack ${P}.tar.gz gwt-${GWT_VER}.zip + cd "${S}" || die + mkdir -p src/gwt/lib/{gin,gwt} \ + dependencies/common/dictionaries \ + src/gwt/lib/selenium/${SELENIUM_VER} \ + src/gwt/lib/selenium/chromedriver/${CHROMEDRIVER_VER} || die + mv ../gwt-${GWT_VER} src/gwt/lib/gwt/${GWT_VER} || die + unzip -qd src/gwt/lib/gin/${GIN_VER} \ + "${DISTDIR}"/gin-${GIN_VER}.zip || die + unzip -qd dependencies/common/dictionaries \ + "${DISTDIR}"/core-dictionaries.zip || die + unzip -qd src/gwt/lib/selenium/${SELENIUM_VER} \ + "${DISTDIR}"/selenium-java-${SELENIUM_VER}.zip || die + cp "${DISTDIR}"/selenium-server-standalone-${SELENIUM_VER}.jar \ + src/gwt/lib/selenium/${SELENIUM_VER}/ || die + cp "${DISTDIR}"/chromedriver-linux \ + src/gwt/lib/selenium/chromedriver/${CHROMEDRIVER_VER}/ || die + cd dependencies/common || die + unpack packrat-${PACKRAT_VER}.tar.gz + unpack rmarkdown-${RMARKDOWN_VER}.tar.gz + unpack shinyapps-${SHINYAPPS_VER}.tar.gz + unpack rsconnect_${RSCONNECT_VER}.tar.gz + cp "${DISTDIR}"/rmarkdown-${RMARKDOWN_VER}.tar.gz \ + . || die + cp "${DISTDIR}"/packrat-${PACKRAT_VER}.tar.gz \ + . || die + cp "${DISTDIR}"/shinyapps-${SHINYAPPS_VER}.tar.gz \ + . || die + cp "${DISTDIR}"/rsconnect_${RSCONNECT_VER}.tar.gz \ + . || die +} + +src_prepare() { + default + java-pkg-2_src_prepare + egit_clean + + # Enable CMake to install our .service file for systemd usage + mkdir -vp "${S}/src/cpp/server/lib/systemd/system" || die + cp -v "${FILESDIR}/rstudio-server.service.in" "${S}/src/cpp/server/lib/systemd/system/" || die + + # Adding -DDISTRO_SHARE=... to append-flags breaks cmake so using + # this sed hack for now. ~RMH + sed -i \ + -e "s|DISTRO_SHARE|\"share/${PN}\"|g" \ + src/cpp/server/ServerOptions.cpp \ + src/cpp/session/SessionOptions.cpp || die + + # use mathjax from system + ln -sf "${EPREFIX}"/usr/share/mathjax dependencies/common/mathjax-26 || die + + # make sure icons and mime stuff are with prefix + sed -i \ + -e "s:/usr:${EPREFIX}/usr:g" \ + CMakeGlobals.txt src/cpp/desktop/CMakeLists.txt || die + + # On Gentoo the rstudio-server configuration file is /etc/conf.d/rstudio-server.conf + sed -e "s@/etc/rstudio/rserver.conf@${EROOT}etc/conf.d/rstudio-server.conf@" \ + -i src/cpp/server/ServerOptions.cpp \ + || die + + # Set the rsession.conf file location for Gentoo prefix + sed -e "s@/etc/rstudio/rsession.conf@${EROOT}etc/rstudio/rsession.conf@" \ + -i src/cpp/session/SessionOptions.cpp \ + || die + + # dev-qt/qtsingleapplication-2.6.1_p20150629 does not provide a cmake module. + # It provides a library that has its version number appended to the end, + # which is difficult to handle in cmake, as find_library does not support + # searching for wildcard library names. So I find the library name from the + # qmake spec, and then sed this into the patched src/cpp/desktop/CMakeLists.txt. + rm -rf "${S}"/src/cpp/desktop/3rdparty || die + local s=$(grep '\-lQt$${QT_MAJOR_VERSION}Solutions_SingleApplication' \ + "${EROOT}"/usr/lib64/qt5/mkspecs/features/qtsingleapplication.prf \ + | sed -e 's@\$\${QT_MAJOR_VERSION}@5@' \ + -e 's@LIBS \*= -l@@') + sed -e "s@Qt5Solutions_SingleApplication-2.6@${s}@g" \ + -i "${S}"/src/cpp/desktop/CMakeLists.txt \ + || die + + # The git commit for tag: git rev-list -n 1 v0.99.903 + sed -e 's@git ARGS rev-parse HEAD@echo ARGS 0eb2d8ea28ebc1ac6ac327e023becb6133b679c4@'\ + -i "${S}"/CMakeLists.txt \ + "${S}"/CMakeGlobals.txt \ + || die +} + +src_configure() { + export RSTUDIO_VERSION_MAJOR=$(get_version_component_range 1) + export RSTUDIO_VERSION_MINOR=$(get_version_component_range 2) + export RSTUDIO_VERSION_PATCH=$(get_version_component_range 3) + + local mycmakeargs=( + -DDISTRO_SHARE=share/${PN} + -DRSTUDIO_INSTALL_FREEDESKTOP="$(usex !dedicated "ON" "OFF")" + -DRSTUDIO_TARGET=$(usex dedicated "Server" "$(usex server "Development" "Desktop")") + -DQT_QMAKE_EXECUTABLE="${EROOT}"usr/lib64/qt5/bin/qmake + -DRSTUDIO_VERIFY_R_VERSION=FALSE + ) + + cmake-utils_src_configure +} + +src_compile() { + # Avoid the rest of the oracle-jdk-bin-1.8.0.60 sandbox violations F: mkdir S: deny + # P: /root/.oracle_jre_usage. + export ANT_OPTS="-Duser.home=${T}" + cmake-utils_src_compile +} + +src_install() { + export ANT_OPTS="-Duser.home=${T}" + cmake-utils_src_install + pax-mark m "${ED}usr/bin/rstudio" + doconfd "${FILESDIR}"/rstudio-server.conf + dodir /etc/rstudio + insinto /etc/rstudio + doins "${FILESDIR}"/rsession.conf + dosym /etc/conf.d/rstudio-server.conf /etc/rstudio/rserver.conf + if use dedicated || use server; then + dopamd src/cpp/server/extras/pam/rstudio + newinitd "${FILESDIR}"/rstudio-server.initd rstudio-server + fi +} + +pkg_preinst() { + use dedicated || gnome2_icon_savelist + java-pkg-2_pkg_preinst +} + +pkg_postinst() { + use dedicated || { fdo-mime_desktop_database_update + fdo-mime_mime_database_update + gnome2_icon_cache_update ;} + + if use dedicated || use server; then + enewgroup rstudio-server + enewuser rstudio-server -1 -1 -1 rstudio-server + fi +} + +pkg_postrm() { + use dedicated || { fdo-mime_desktop_database_update + fdo-mime_mime_database_update + gnome2_icon_cache_update ;} +} diff --git a/sci-mathematics/sha1-polyml/Manifest b/sci-mathematics/sha1-polyml/Manifest index 480d96f4a083..11d31b3f1f52 100644 --- a/sci-mathematics/sha1-polyml/Manifest +++ b/sci-mathematics/sha1-polyml/Manifest @@ -1 +1,2 @@ DIST polyml-5.5.0.tar.gz 12776783 SHA256 1ada41fba3f3cd5bb9b3e3dd1585e8576284e9a74ad7c4ddf88c020f716ec7dc SHA512 4d8accc7083e12a0117fb4e34367e9b22c500d31094d8f0e381b91e91a3e8122cb5ca760ecc86bdcf7ff50a460848a181747bafc068b4a300b01de54e55fbad7 WHIRLPOOL 2bc658af92f0b85ae8ba63d3f07caced91a335a3d5541e3988fa78147ef6f6c8713e479cde0ed41077621ead4b3d6eaca466a05d6d87d2f27d427299513d7033 +DIST polyml-5.6-1.tar.gz 22041657 SHA256 6091bbdbad437b6a0293e8091642bf204ff1d71f8d262de46ae200357d98f113 SHA512 3107f4a5b17283dc3873b0ecf7eb1c607c42e14e859b50345b666f19412a2592e359ea29f03e56d390491e9104a71e0bf80eb39884f51d8724b37f8f935fa7d2 WHIRLPOOL 13e8d61c0271855b8034426b6e41aacb1ff694f3fa0ce5c5b4806487567bded7230c5ff64390f163e07da8d78a08f19780ac84d3931e033e8496079a9f18f523 diff --git a/sci-mathematics/sha1-polyml/files/sha1-polyml-5.6_p1-build.patch b/sci-mathematics/sha1-polyml/files/sha1-polyml-5.6_p1-build.patch new file mode 100644 index 000000000000..86645b961134 --- /dev/null +++ b/sci-mathematics/sha1-polyml/files/sha1-polyml-5.6_p1-build.patch @@ -0,0 +1,60 @@ +--- polyml-5.6-1-orig/sha1/build 2015-09-09 03:05:54.000000000 +1000 ++++ polyml-5.6-1/sha1/build 2016-12-28 19:10:36.148579115 +1100 +@@ -32,34 +32,34 @@ + + case "$target" in + x86-linux) +- CFLAGS="-fPIC -I. -m32" +- LDFLAGS="-fPIC -m32 -shared" ++ CFLAGS="-O2 -march=native -ggdb -fvar-tracking-assignments -fvar-tracking -pipe -fPIC -I. -m32" ++ LDFLAGS="-Wl,-O1 -Wl,--as-needed -fPIC -m32 -shared" + library="$target/libsha1.so" + test_sha1="test_sha1" + ;; + x86_64-linux) +- CFLAGS="-fPIC -I. -m64" +- LDFLAGS="-fPIC -m64 -shared" ++ CFLAGS="-O2 -march=native -ggdb -fvar-tracking-assignments -fvar-tracking -pipe -fPIC -I. -m64" ++ LDFLAGS="-Wl,-O1 -Wl,--as-needed -fPIC -m64 -shared" + library="$target/libsha1.so" + test_sha1="test_sha1" + ;; + x86-darwin) + LD=libtool +- CFLAGS="-fPIC -I. -m32" +- LDFLAGS="-dynamic -lc" ++ CFLAGS="-O2 -march=native -ggdb -fvar-tracking-assignments -fvar-tracking -pipe -fPIC -I. -m32" ++ LDFLAGS="-Wl,-O1 -Wl,--as-needed -dynamic -lc" + library="$target/libsha1.so" + test_sha1="test_sha1" + ;; + x86_64-darwin) + LD=libtool +- CFLAGS="-fPIC -I. -m64" +- LDFLAGS="-dynamic -lc" ++ CFLAGS="-O2 -march=native -ggdb -fvar-tracking-assignments -fvar-tracking -pipe -fPIC -I. -m64" ++ LDFLAGS="-Wl,-O1 -Wl,--as-needed -dynamic -lc" + library="$target/libsha1.so" + test_sha1="test_sha1" + ;; + x86-cygwin) +- CFLAGS="-I. -m32" +- LDFLAGS="-shared" ++ CFLAGS="-O2 -march=native -ggdb -fvar-tracking-assignments -fvar-tracking -pipe -I. -m32" ++ LDFLAGS="-Wl,-O1 -Wl,--as-needed -shared" + library="$target/sha1.dll" + test_sha1="test_sha1.exe" + ;; +@@ -105,10 +105,6 @@ + $CC $CFLAGS -o $test_sha1 test_sha1.c -ldl + [ "$?" -ne 0 ] && { exit 1; } + +-echo "Running tests ..." +-./$test_sha1 $library +-[ "$?" -ne 0 ] && { exit 1; } +- +-rm test_sha1 sha1.o ++exit 0 + + fi +\ No newline at end of file diff --git a/sci-mathematics/sha1-polyml/sha1-polyml-5.6_p1.ebuild b/sci-mathematics/sha1-polyml/sha1-polyml-5.6_p1.ebuild new file mode 100644 index 000000000000..7349cf9621ac --- /dev/null +++ b/sci-mathematics/sha1-polyml/sha1-polyml-5.6_p1.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" + +inherit multilib toolchain-funcs + +MY_PN="polyml" +MY_PV="5.6-1" +MY_P="${MY_PN}-${MY_PV}" + +DESCRIPTION="implementation of SHA1 is taken from the GNU coreutils package" +HOMEPAGE="http://isabelle.in.tum.de/" +SRC_URI="http://isabelle.in.tum.de/components/${MY_P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" + +S="${WORKDIR}/${MY_P}/sha1" + +# sci-mathematics/isabelle requires sci-mathematics/sha1-polyml, to avoid +# this warning: +# ### load_lib : /usr/bin/libsha1.so: cannot open shared +# object file: No such file or directory +# ### Using slow ML implementation of SHA1.digest +# sci-mathematics/sha1-polyml supplies the library libsha1.so. Which +# is the implementation of SHA1 taken from the GNU coreutils package +# as described in the sci-mathematics/sha1-polyml README. Isabelle +# builds libsha1.so in the contrib/polyml/$ML_PLATFORM directory. +# isabelle dynamically loads libsha1.so as a plugin. The Isabelle-2012 +# linux binary bundle places libsha1.so in the contrib/polyml directory, which +# is referred to as ML_HOME in the Isabelle Pure/General/sha1_polyml.ML source file. +# ML_HOME is /usr/bin on Gentoo, and we want isabelle to depend o sha1-polyml. +# For these reasons isabelle is patched to load it from +# /usr/$(get_libdir)/sha1-polyml/libsha1.so + +src_compile() { + $(tc-getCC) \ + ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} -I. -fPIC -shared \ + -o libsha1.so sha1.c || die "compile libsha1.so failed" + $(tc-getCC) \ + ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} -I. \ + -o test_sha1 test_sha1.c -ldl || die "compile test_sha1 failed" +} + +src_test() { + ./test_sha1 ./libsha1.so || die "tests failed" +} + +src_install() { + dodoc README + local ld="${ROOT}usr/"$(get_libdir)"/${PN}" + dodir ${ld} + exeinto ${ld} + doexe libsha1.so +} diff --git a/sci-mathematics/snns/Manifest b/sci-mathematics/snns/Manifest index a997daedf118..daad1d43af84 100644 --- a/sci-mathematics/snns/Manifest +++ b/sci-mathematics/snns/Manifest @@ -1,8 +1,2 @@ -DIST PySNNS-20040605.tar.gz 20158 SHA256 c2dff5a88faa756546dac1c850d5196d8bba39f793537c5ebcaa61e21f0db317 SHA512 0649b4c9a84b92c7996b00dedf19f4f5c08e7d8b1fcb47b2f2078e19aec95b67740bc69cbabe658e3ac0bd6e40a7b8fa557ceefad4ffddcd4d0c54fba1aeaf30 WHIRLPOOL 2b42397ad4ae0e11d13067294e2d9bbcd83c95e7f0275e2de7b4f89b3d54fe03f9a05484539eaeb8673f114819c92409e2857c07ecfa1c8b7b6f949a9eaee324 -DIST PythonFunctionSupport-20050210.patch.gz 15728 SHA256 c507c70aa158ffb1422aeef693d45f2e8486b1fc7056142736796dd4273f4869 SHA512 1ecccef36a89ba6d172c986af89d6e7c34eb15c7b8a0437a0894531eeeecd26aef3ae853ce75649b407d75013fc6744a9899da965731f40f255c9f23d96ef128 WHIRLPOOL 92118512404e32daf66228593c921fe7821e0bb2cca176e8e5cf58191d547f610e8b71bb5977b33e6bcc26c881f46e6cb081ca6b55c170801d20c84686bdfea4 DIST SNNSv4.2.Manual.pdf 2103861 SHA256 ffed74a4d63f78b8bf8a400a18ce32c3e8d8b3e89682394cc6af122c097aba62 SHA512 204ff6cf31cdf6496042b7f1b6a1a446c4050c3d4d92ff046dc4970c4f8d3872f5d3430d2f41138e5e5b64a77348b95960eba53b2c305954b68dd0e483828016 WHIRLPOOL f21891640fd4428cf20e31766fd2cc304d003aba6e2277d2dc3f724747ab688621a90e4afecfa6a3c7cb799aee0fdc00574fc7c9eb102c55031767dea703a326 -DIST SNNSv4.2.tar.gz 2170375 SHA256 13a36eb7e7838cc7df92a2eaa36c955579a99007c2936d85c20ec0c6a3036c38 SHA512 1e7943204783f742048182cc2ea90fcf31f54c9ce868aef0c48baed68056ded2300f86bb0f2f3219fd9e2a6bab1e65aa3101734c0476a95af97e12cffc379614 WHIRLPOOL eb7c49e5039056e56bed3de10cb88f4d90cc65f89e7fe87747aea2b361f72dff04e78a06f8d8ade79de0da67031af1efb148e18a4a7a5935da4d07760d5bea04 DIST SNNSv4.3.tar.gz 5076669 SHA256 54bf92d23e9198f9030a3c3d2b741472e9b8660b27d3b419ade6393b1ebf6f62 SHA512 a057dc946b581eee01334956c33d6870b8b994d1b835834d58c37ae3a8585dfb1206f3082b17a49ee97b22f4c07c0efb47e4e3ae5aeb37e97f69472da3e21f0b WHIRLPOOL 29e1afc09a6e5ba7de5fc21d2a995f7f093e02e9f6125831ce29dfeaddd125241f440b362b97af5fe0933a21455b4002f606ecdce7b13f24046d20167bd5ad7d -DIST python.patch.gz 52650 SHA256 de4b97a208bf7a9a1ee40256e153fbd142aa612822e1451d50fd36cbd3ecc1d9 SHA512 62e3e052215ae4acbf9ea782fa397a0720ee1bbf9173f605ed2c3dbaded287eaf0bf3517b3c90cbe607bea822462e2fb1980126d1e5817cde268fb5a6eab586a WHIRLPOOL a221e5750b7c29196458734250b4608d710befbc18f51ab3124d2bfd94068b64a1e0e15ac1bc676f5e3fcad04e15a66274b5ed1333c6b40d23c7e0e32563603d -DIST snns-4.2-20040227.patch.gz 55476 SHA256 08a5fa51552b33e5e981d68cbf05792d40d6d0015abad090697b6f88544d3468 SHA512 29378fead9c59c5c3341e03aa08009230b805ce910a95932c34a9c0f6eaf31ef978410add7e79249fe302992890e693567e32d6686589f2d939efae7d0bc32b0 WHIRLPOOL 64f1283979a06e86d25cd2a750ff53978bc47e8fd5df708d416be3886288ebae6534b10d1a2a6eec3931c81b39ab9b5322c2602094b3b62c3397d7d41671eff8 -DIST snns-4.2-patched.tar.gz 2188658 SHA256 d0fc25dcb82979a46bfdfd24a090ec113b039d0f144f8f7c10404775acd129a7 SHA512 dc3744a5875d5670ba0626bb61e760eeb3bdcfd772afd86db8688697cb39b0e07771ed598d05a6bd406b9fe7df9444f44e4cccd51d88a5ec060c4357b8da5013 WHIRLPOOL bfd6e2de4825f96fc567d529b5816b1fd3b9fb1cf68b01f5dbe3ee7c17f9218aa8a5a31790649edce682231ff52d6c528419dee1153a97687b94e1f7285bb6d2 diff --git a/sci-mathematics/snns/files/4.2-fPIC-python.patch b/sci-mathematics/snns/files/4.2-fPIC-python.patch deleted file mode 100644 index c16e9e867280..000000000000 --- a/sci-mathematics/snns/files/4.2-fPIC-python.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urpN configuration.orig/Makefile.din configuration/Makefile.din ---- configuration.orig/Makefile.din 2005-01-30 16:40:54.430169528 +0100 -+++ configuration/Makefile.din 2005-01-30 16:41:20.971134688 +0100 -@@ -114,7 +114,7 @@ SUBSTOBJECTS = @LIBOBJS@ @ALLOCA@ - .SUFFIXES: - .SUFFIXES: .c .o - .c.o: -- $(CC) $(CPPFLAGS) $(CFLAGS) -c $< -+ $(CC) -fPIC $(CPPFLAGS) $(CFLAGS) -c $< - - #***************************************************************************** - # End of common Makefile.defs diff --git a/sci-mathematics/snns/snns-4.2-r8.ebuild b/sci-mathematics/snns/snns-4.2-r8.ebuild deleted file mode 100644 index 06b77c1f3f93..000000000000 --- a/sci-mathematics/snns/snns-4.2-r8.ebuild +++ /dev/null @@ -1,137 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" -PYTHON_DEPEND="python? 2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" - -inherit distutils eutils - -MY_P="SNNSv${PV}" -MYPATCH="${P}-20040227" -MYPYTHONEXT="PySNNS-20040605" -MYPYTHONPATCH="PythonFunctionSupport-20050210.patch" - -DESCRIPTION="Stuttgart Neural Network Simulator" -HOMEPAGE="http://www-ra.informatik.uni-tuebingen.de/SNNS/" -# mirror://berlios/snns-dev/${MYPATCH}.patch.gz -# python? ( mirror://berlios/snns-dev/${MYPYTHONEXT}.tar.gz -# mirror://berlios/snns-dev/${MYPYTHONPATCH}.gz )" -SRC_URI="http://www-ra.informatik.uni-tuebingen.de/downloads/SNNS/${MY_P}.tar.gz - mirror://gentoo/${MYPATCH}.patch.gz - doc? ( http://www-ra.informatik.uni-tuebingen.de/downloads/SNNS/${MY_P}.Manual.pdf ) - python? ( mirror://gentoo/${MYPYTHONEXT}.tar.gz - mirror://gentoo/${MYPYTHONPATCH}.gz )" - -LICENSE="SNNS-${PV}" -KEYWORDS="amd64 ppc x86" -SLOT="0" -IUSE="X doc python" - -RDEPEND="X? ( x11-libs/libXaw3d )" -DEPEND="${RDEPEND} - X? ( x11-proto/xproto )" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${MY_P}.tar.gz - unpack ${MYPATCH}.patch.gz - - if use python; then - unpack ${MYPYTHONEXT}.tar.gz - unpack ${MYPYTHONPATCH}.gz - fi -} - -src_prepare() { - epatch "${WORKDIR}/${MYPATCH}.patch" \ - "${FILESDIR}/${PV}-ldflags.patch" - - if use python; then - epatch "${FILESDIR}/${PV}-fPIC-python.patch" - epatch "${WORKDIR}/${MYPYTHONPATCH}" - fi - - cd xgui/sources - for file in *.c; do - sed -e "s:X11/Xaw/:X11/Xaw3d/:g" -i "${file}" - done -} - -src_configure() { - local myconf="--enable-global" - - if use X; then - myconf+=" --with-x" - else - myconf+=" --without-x" - fi - - econf ${myconf} -} - -src_compile() { - local compileopts="compile-kernel compile-tools" - if use X; then - compileopts+=" compile-xgui" - fi - - # parallel make sometimes fails (phosphan) - emake -j1 ${compileopts} || die "make failed" - - if use python; then - pushd python > /dev/null - distutils_src_compile - popd > /dev/null - fi -} - -src_install() { - for file in `find tools -type f -perm +100`; do - dobin $file - done - - mv "${D}/usr/bin/netperf" "${D}/usr/bin/snns-netperf" - - if use X; then - newbin xgui/sources/xgui snns - - dodir /etc/env.d - echo XGUILOADPATH=/usr/share/doc/${PF}/ > "${D}"/etc/env.d/99snns - - insinto /usr/share/doc/${PF} - doins default.cfg help.hdoc - fi - - if use python; then - pushd python > /dev/null - distutils_src_install - cp -pPR examples "${D}"/usr/share/doc/${PF}/python-examples - chmod +x "${D}"/usr/share/doc/${PF}/python-examples/*.py - newdoc README README.python - popd > /dev/null - fi - - insinto /usr/share/doc/${PF} - use doc && doins "${DISTDIR}"/${MY_P}.Manual.pdf - - insinto /usr/share/doc/${PF}/examples - doins examples/* - - doman man/man*/* -} - -pkg_postinst() { - if use python; then - distutils_pkg_postinst - fi -} - -pkg_postrm() { - if use python; then - distutils_pkg_postrm - fi -} diff --git a/sci-mathematics/snns/snns-4.2-r9.ebuild b/sci-mathematics/snns/snns-4.2-r9.ebuild deleted file mode 100644 index 9f7a6890440d..000000000000 --- a/sci-mathematics/snns/snns-4.2-r9.ebuild +++ /dev/null @@ -1,123 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" -PYTHON_DEPEND="python? 2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" - -inherit distutils eutils - -MY_P="SNNSv${PV}" -DESCRIPTION="Stuttgart Neural Network Simulator" -HOMEPAGE="https://sourceforge.net/projects/snns/" -SRC_URI="mirror://sourceforge/snns/${PN}-${PV}-patched.tar.gz - doc? ( http://www-ra.informatik.uni-tuebingen.de/downloads/SNNS/${MY_P}.Manual.pdf ) - python? ( mirror://sourceforge/snns/python.patch.gz )" - -LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~ppc ~x86" -SLOT="0" -IUSE="X doc python" - -RDEPEND="X? ( x11-libs/libXaw3d )" -DEPEND="${RDEPEND} - X? ( x11-proto/xproto )" - -S="${WORKDIR}/${PN}" - -src_unpack() { - unpack ${PN}-${PV}-patched.tar.gz - - if use python; then - unpack python.patch.gz - fi -} - -src_prepare() { - - if use python; then - epatch "${WORKDIR}/python.patch" - fi - - cd xgui/sources - for file in *.c; do - sed -e "s:X11/Xaw/:X11/Xaw3d/:g" -i "${file}" - done -} - -src_configure() { - local myconf="--enable-global" - - if use X; then - myconf+=" --with-x" - else - myconf+=" --without-x" - fi - - econf ${myconf} -} - -src_compile() { - local compileopts="compile-kernel compile-tools" - if use X; then - compileopts+=" compile-xgui" - fi - - # parallel make sometimes fails (phosphan) - emake -j1 ${compileopts} || die "make failed" - - if use python; then - pushd python > /dev/null - distutils_src_compile - popd > /dev/null - fi -} - -src_install() { - for file in `find tools -type f -perm +100`; do - dobin $file - done - - mv "${D}/usr/bin/netperf" "${D}/usr/bin/snns-netperf" - - if use X; then - newbin xgui/sources/xgui snns - - dodir /etc/env.d - echo XGUILOADPATH=/usr/share/doc/${PF}/ > "${D}"/etc/env.d/99snns - - insinto /usr/share/doc/${PF} - doins default.cfg help.hdoc - fi - - if use python; then - pushd python > /dev/null - distutils_src_install - cp -pPR examples "${D}"/usr/share/doc/${PF}/python-examples - chmod +x "${D}"/usr/share/doc/${PF}/python-examples/*.py - newdoc README README.python - popd > /dev/null - fi - - insinto /usr/share/doc/${PF} - use doc && doins "${DISTDIR}"/${MY_P}.Manual.pdf - - insinto /usr/share/doc/${PF}/examples - doins examples/* - - doman man/man*/* -} - -pkg_postinst() { - if use python; then - distutils_pkg_postinst - fi -} - -pkg_postrm() { - if use python; then - distutils_pkg_postrm - fi -} diff --git a/sci-mathematics/spass/Manifest b/sci-mathematics/spass/Manifest index 5fb13726e6ab..f1d7eaa76d4e 100644 --- a/sci-mathematics/spass/Manifest +++ b/sci-mathematics/spass/Manifest @@ -1 +1,2 @@ DIST spass37.tgz 1340925 SHA256 13c67e5e09b814ba50f38a391fe653661ba714e7541ffd4951efef91274aaacc SHA512 5b4efd7b767dfee3f24e7917a6ec58ac240ab33bf601722eabd50af57637d8fdd62de9e34e7cd1cd98b8b7e371c9e2d47c8fa3e07c6e7ce2fa616a76646a4e12 WHIRLPOOL 2fa8881b08a0fcdb9f1a6e7d27849f5c900a32f2cb27d878fbdae4986d0854608fd137e4608349c4eb612f4e1981142e63af8462ab904f7d08c3e2758f319835 +DIST spass39.tgz 554633 SHA256 1797c3fbd1954189c812fbab7927880bad964ded400bae733a9938c7e6b09e85 SHA512 d7ea0697426c476f2e03b2f9078b7e060671067a67fad7144bb5887a2dd3f39e19e1888f121fce546b5d6ea9a4dc458d1cbec56b59c93507e7dc2d0afa25a89b WHIRLPOOL ad69c2e3714c5c640898a71a47ad6ab8370d3dd568372d492e82e6ba17312e84d3885016db3f923a4d7b3967cb0ac65c8e9dd8f0c8ce93f9de0534be01a371aa diff --git a/sci-mathematics/spass/spass-3.7.ebuild b/sci-mathematics/spass/spass-3.7.ebuild index 30967c76c84d..755602885bae 100644 --- a/sci-mathematics/spass/spass-3.7.ebuild +++ b/sci-mathematics/spass/spass-3.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -40,6 +40,7 @@ src_install() { fi if use isabelle; then + ewarn "All open source versions of spass are broken with Isabelle 2016.1" ISABELLE_HOME="$(isabelle getenv ISABELLE_HOME | cut -d'=' -f 2)" [[ -n "${ISABELLE_HOME}" ]] || die "ISABELLE_HOME empty" dodir "${ISABELLE_HOME}/contrib/${PN}-${PV}/etc" diff --git a/sci-mathematics/spass/spass-3.9.ebuild b/sci-mathematics/spass/spass-3.9.ebuild new file mode 100644 index 000000000000..1804581ff3dc --- /dev/null +++ b/sci-mathematics/spass/spass-3.9.ebuild @@ -0,0 +1,146 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit versionator + +MY_PV=$(delete_all_version_separators "${PV}") +MY_P="${PN}${MY_PV}" + +DESCRIPTION="An Automated Theorem Prover for First-Order Logic with Equality" +HOMEPAGE="http://www.spass-prover.org/" +SRC_URI="http://www.spass-prover.org/download/sources/${MY_P}.tgz" + +LICENSE="BSD-2" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="isabelle" + +RDEPEND="isabelle? ( + sci-mathematics/isabelle:= + )" +DEPEND="${RDEPEND}" + +src_unpack() { + mkdir -p "${P}" || die + cd "${S}" || die + unpack "${MY_P}.tgz" +} + +src_compile() { + einfo "generating parsers" + bison -d -p pro_ -o proparser.c proparser.y || die + bison -d -p tptp_ -o tptpparser.c tptpparser.y || die + bison -d -p ia_ -o iaparser.c iaparser.y || die + + einfo "generating lexers" + flex -Ppro_ -o proscanner.c proscanner.l || die + flex -Ptptp_ -o tptpscanner.c tptpscanner.l || die + flex -Pia_ -o iascanner.c iascanner.l || die + + einfo "compiling sources" + local x + for x in *.c + do + $(tc-getCC) \ + ${CPPFLAGS} ${CFLAGS} \ + -c -o ${x/.c/.o} ${x} || die "compile ${x} failed" + done + + einfo "linking tptp2dfg" + $(tc-getCC) \ + ${LDFLAGS} -o tptp2dfg \ + array.o clause.o cmdline.o context.o description.o dfg_diagnostic.o \ + dfg_string_table.o dfg_token.o dfgparser.o dfglexer.o \ + tptpparser.o tptpscanner.o eml.o flags.o foldfg.o hashmap.o kbo.o \ + list.o memory.o misc.o order.o rpos.o sharing.o st.o stack.o \ + strings.o subst.o symbol.o term.o unify.o tptp2dfg.o -lm \ + || die "link tptp2dfg failed" + + einfo "linking dfg2ascii" + $(tc-getCC) \ + ${LDFLAGS} -o dfg2ascii \ + array.o clause.o cmdline.o context.o description.o dfg_diagnostic.o \ + dfg_string_table.o dfg_token.o dfgparser.o dfglexer.o \ + tptpparser.o tptpscanner.o eml.o flags.o foldfg.o hashmap.o kbo.o \ + list.o memory.o misc.o order.o rpos.o sharing.o st.o stack.o \ + strings.o subst.o symbol.o term.o unify.o dfg2ascii.o -lm \ + || die "link dfg2ascii failed" + + einfo "linking dfg2dfg" + $(tc-getCC) \ + ${LDFLAGS} -o dfg2dfg \ + array.o clause.o cmdline.o context.o description.o dfg_diagnostic.o \ + dfg_string_table.o dfg_token.o dfgparser.o dfglexer.o \ + tptpparser.o tptpscanner.o eml.o flags.o foldfg.o hashmap.o kbo.o \ + list.o memory.o misc.o order.o rpos.o sharing.o st.o stack.o \ + strings.o subst.o symbol.o term.o unify.o approx.o dfg2dfg.o -lm \ + || die "link dfg2dfg failed" + + einfo "linking SPASS" + $(tc-getCC) \ + ${LDFLAGS} -o SPASS \ + array.o clause.o cmdline.o context.o description.o dfg_diagnostic.o \ + dfg_string_table.o dfg_token.o dfgparser.o dfglexer.o \ + tptpparser.o tptpscanner.o eml.o flags.o foldfg.o hashmap.o kbo.o \ + list.o memory.o misc.o order.o rpos.o sharing.o st.o stack.o \ + strings.o subst.o symbol.o term.o unify.o analyze.o clock.o \ + closure.o cnf.o component.o condensing.o defs.o doc-proof.o graph.o \ + hash.o hasharray.o iaparser.o iascanner.o partition.o proofcheck.o \ + ras.o renaming.o resolution.o rules-inf.o rules-red.o rules-sort.o \ + rules-split.o rules-ur.o search.o sort.o subsumption.o table.o \ + tableau.o terminator.o top.o vector.o -lm \ + || die "link SPASS failed" +} + +src_install() { + exeinto /usr/bin + local x + for x in tptp2dfg dfg2ascii dfg2dfg SPASS + do + doexe ${x} + done + + if use isabelle; then + ewarn "All open source versions of spass are broken with Isabelle 2016.1" + ISABELLE_HOME="$(isabelle getenv ISABELLE_HOME | cut -d'=' -f 2)" + [[ -n "${ISABELLE_HOME}" ]] || die "ISABELLE_HOME empty" + dodir "${ISABELLE_HOME}/contrib/${PN}-${PV}/etc" + cat <<- EOF >> "${S}/settings" + SPASS_HOME="${ROOT}usr/bin" + SPASS_VERSION="${PV}" + EOF + insinto "${ISABELLE_HOME}/contrib/${PN}-${PV}/etc" + doins "${S}/settings" + fi +} + +pkg_postinst() { + if use isabelle; then + if [ -f "${ROOT}etc/isabelle/components" ]; then + if egrep "contrib/${PN}-[0-9.]*" "${ROOT}etc/isabelle/components"; then + sed -e "/contrib\/${PN}-[0-9.]*/d" \ + -i "${ROOT}etc/isabelle/components" + fi + cat <<- EOF >> "${ROOT}etc/isabelle/components" + contrib/${PN}-${PV} + EOF + fi + fi +} + +pkg_postrm() { + if use isabelle; then + if [ ! -f "${ROOT}usr/bin/SPASS" ]; then + if [ -f "${ROOT}etc/isabelle/components" ]; then + # Note: this sed should only match the version of this ebuild + # Which is what we want as we do not want to remove the line + # of a new spass being installed during an upgrade. + sed -e "/contrib\/${PN}-${PV}/d" \ + -i "${ROOT}etc/isabelle/components" + fi + fi + fi +} diff --git a/sci-mathematics/xmds/Manifest b/sci-mathematics/xmds/Manifest index 80e36670fb9a..d869051f8bcd 100644 --- a/sci-mathematics/xmds/Manifest +++ b/sci-mathematics/xmds/Manifest @@ -1,4 +1 @@ -DIST xmds-1.6.5.tar.gz 528593 SHA256 f7128c7c847bafd3a5ed582415cbddd1f31234278d62231faaeb9bec04d6b5ff SHA512 d360a78d3f2c64181d6ab9d80de652b4ba9da02b5d0f2fc6f42af943ffc7292b1eb7a7110793be2b8ef796f8547b94b7a6caaf2e0971d021925aa46f8f1c18f5 WHIRLPOOL 1c974066f54c64431580eccc6d3861227b0500c6b92bd8c2c3f493ec2c0ce2fb93dc2e53c1fb23d5645521e5b5adfb05189eb42a9c740fe2ef8d89c3e5895978 -DIST xmds-1.6.6.tar.gz 607585 SHA256 0deb74cf52ea9df58d1a5714d7edd42e027c06ae3eb2cfc12f1fcf477f69f11e SHA512 be01753fdaa93fc053f9859440925e1e754decf8e99dd3b648778240a1aa6210eb0ab2bc6286a0af8947c5fa4cd523f53a7892feac0f4e749774c2b92d06ab5c WHIRLPOOL 0ebbb1b33b65a871d3dd23b73dda0e007dcdf9ef9b84d1d709429d28497a70b8c17a443c49f8c7d8fb132534ce644bc2a2cd605081d27f62f178bdf8b2269bbd DIST xmds-2.2.2.tar.gz 33449671 SHA256 6ab07b2aa44ef24a81e6cac2b16a6d99f8840531116c25ea40fbe7de20d1b96d SHA512 470652112e17503f6f0a4da9a68d4f360e66d8b29701a30385f3d49f9b0359578c702ff92f54876b473976b0794f6c2b2302b0a16508e09a5ec53572454eda42 WHIRLPOOL 7a9083e02452f4becc69977fbb59b7bb708cdc67475b93e62e92368ba71a3c804165e50d559cda2bfad7d84db2f6e40bd9afbd7d43299a9dc6419a86d385e983 -DIST xmds_doc_20080226.pdf 8093270 SHA256 93ca478d70cfc684cabb24e278181a50f70f4a2b769e8cf7028b6ecc1cb10009 SHA512 40bfaf772013181f1251af4313fb11b079a7e5038e9515b9eb96c3c343f435d7a3a219246cc9a3ae9ba03cf51aa8dec9a66367992fef156ddc8fc3f82d2b473a WHIRLPOOL 649837d43dba8e3551f4c350a932766762ab0a831c449cedc2b9ecdc27a3a77b6cda22d72cbcfc4d372d8430478417ae977a0615e911769673eed402dd83011f diff --git a/sci-mathematics/xmds/files/xmds-1.6.5-gcc43.patch b/sci-mathematics/xmds/files/xmds-1.6.5-gcc43.patch deleted file mode 100644 index 766056d5ae51..000000000000 --- a/sci-mathematics/xmds/files/xmds-1.6.5-gcc43.patch +++ /dev/null @@ -1,108 +0,0 @@ -diff -Naurp xmds-1.6.5-orig/source/xmds_integrate_ark45.cc xmds-1.6.5/source/xmds_integrate_ark45.cc ---- xmds-1.6.5-orig/source/xmds_integrate_ark45.cc 2008-06-28 21:48:21.000000000 +0200 -+++ xmds-1.6.5/source/xmds_integrate_ark45.cc 2008-06-28 21:48:57.000000000 +0200 -@@ -35,6 +35,7 @@ - #include - #include - #include -+#include - - // ************************************************************************** - // ************************************************************************** -@@ -289,7 +290,7 @@ void xmdsIntegrateARK45::writeTimestepEr - fprintf(outfile, "for(unsigned long _i0=0; _i0<_%s_size; _i0++){\n", fieldName); - } - fprintf(outfile, " for(unsigned long _i1=0; _i1<_%s_main_ncomponents; _i1++){\n", fieldName); -- if (strcmp(typeName, "complex") == 0) { -+ if (std::strcmp(typeName, "complex") == 0) { - fprintf(outfile, " _temp_mod=mod2(_%s_main[_%s_main_index_pointer + _i1]);\n", fieldName, fieldName); - } - else { -@@ -347,7 +348,7 @@ void xmdsIntegrateARK45::writeTimestepEr - } - fprintf(outfile, " for(unsigned long _i1=0; _i1<_%s_main_ncomponents; _i1++)\n", fieldName); - -- if (strcmp(typeName, "complex") == 0) { -+ if (std::strcmp(typeName, "complex") == 0) { - fprintf(outfile, " if(mod2(_%s_main[_%s_main_index_pointer + _i1])>_peak[_i1]){\n", fieldName, fieldName); - fprintf(outfile, " _temp_error=mod(_%s_main[_%s_main_index_pointer + _i1]-_checkfield[_%s_main_index_pointer + _i1])/(mod(_%s_main[_%s_main_index_pointer + _i1])+1e-20);\n", fieldName, fieldName, fieldName, fieldName, fieldName); - } -@@ -364,7 +365,7 @@ void xmdsIntegrateARK45::writeTimestepEr - else{ // if ndims==0 - fprintf(outfile, " for(unsigned long _i1=0; _i1<_%s_main_ncomponents; _i1++){\n", fieldName); - -- if (strcmp(typeName, "complex") == 0) { -+ if (std::strcmp(typeName, "complex") == 0) { - fprintf(outfile, " _temp_error=mod(_%s_main[_i1]-_checkfield[_i1])/(mod(_%s_main[_i1])+1e-20);\n", fieldName, fieldName); - } - else{ -diff -Naurp xmds-1.6.5-orig/source/xmds_integrate_ark89.cc xmds-1.6.5/source/xmds_integrate_ark89.cc ---- xmds-1.6.5-orig/source/xmds_integrate_ark89.cc 2008-06-28 21:48:21.000000000 +0200 -+++ xmds-1.6.5/source/xmds_integrate_ark89.cc 2008-06-28 21:48:57.000000000 +0200 -@@ -35,6 +35,7 @@ - #include - #include - #include -+#include - - // ************************************************************************** - // ************************************************************************** -@@ -284,7 +285,7 @@ void xmdsIntegrateARK89::writeTimestepEr - fprintf(outfile, "for (unsigned long _i0=0; _i0<_%s_size; _i0++){\n", fieldName); - } - fprintf(outfile, " for (unsigned long _i1=0; _i1<_%s_main_ncomponents; _i1++){\n", fieldName); -- if (strcmp(typeName, "complex") == 0) { -+ if (std::strcmp(typeName, "complex") == 0) { - fprintf(outfile, " _temp_mod=mod2(_%s_main[_%s_main_index_pointer + _i1]);\n", fieldName, fieldName); - } - else { -@@ -334,7 +335,7 @@ void xmdsIntegrateARK89::writeTimestepEr - } - fprintf(outfile, " for (unsigned long _i1=0; _i1<_%s_main_ncomponents; _i1++)\n", fieldName); - -- if (strcmp(typeName, "complex") == 0) { -+ if (std::strcmp(typeName, "complex") == 0) { - fprintf(outfile, " if (mod2(_%s_main[_%s_main_index_pointer + _i1])>_peak[_i1]){\n", fieldName, fieldName); - fprintf(outfile, " _temp_error=mod(_%s_main[_%s_main_index_pointer + _i1]-_checkfield[_%s_main_index_pointer + _i1])/(mod(_%s_main[_%s_main_index_pointer + _i1])+1e-20);\n", fieldName, fieldName, fieldName, fieldName, fieldName); - } -@@ -352,7 +353,7 @@ void xmdsIntegrateARK89::writeTimestepEr - - fprintf(outfile, " for (unsigned long _i1=0; _i1<_%s_main_ncomponents; _i1++){\n", fieldName); - -- if (strcmp(typeName, "complex") == 0){ -+ if (std::strcmp(typeName, "complex") == 0){ - fprintf(outfile, " _temp_error=mod(_%s_main[_i1]-_checkfield[_i1])/(mod(_%s_main[_i1])+1e-20);\n", fieldName, fieldName); - } - else{ -diff -Naurp xmds-1.6.5-orig/source/xmds_simulation.h xmds-1.6.5/source/xmds_simulation.h ---- xmds-1.6.5-orig/source/xmds_simulation.h 2008-06-28 21:48:21.000000000 +0200 -+++ xmds-1.6.5/source/xmds_simulation.h 2008-06-28 21:48:57.000000000 +0200 -@@ -40,6 +40,8 @@ - #include - #include - -+#include -+ - // ***************************************************************************** - // ***************************************************************************** - // xmdsSimulation -diff -Naurp xmds-1.6.5-orig/source/xsil2graphics.cc xmds-1.6.5/source/xsil2graphics.cc ---- xmds-1.6.5-orig/source/xsil2graphics.cc 2008-06-28 21:48:21.000000000 +0200 -+++ xmds-1.6.5/source/xsil2graphics.cc 2008-06-28 21:48:57.000000000 +0200 -@@ -40,6 +40,7 @@ - #include - #include - #include -+#include - - // ********************************************************************** - -@@ -306,7 +307,7 @@ int main( - - const DOMString *mgName = nextElement->getAttribute("Name"); - int mgNumber = i+1; -- if (strcmp("breakpoint", mgName->c_str()) == 0) { -+ if (std::strcmp("breakpoint", mgName->c_str()) == 0) { - mgNumber = 1; - } - else { diff --git a/sci-mathematics/xmds/xmds-1.6.5.ebuild b/sci-mathematics/xmds/xmds-1.6.5.ebuild deleted file mode 100644 index 4ddb29d68b82..000000000000 --- a/sci-mathematics/xmds/xmds-1.6.5.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit eutils - -doc_ver=20080226 - -DESCRIPTION="XMDS - The eXtensible Multi-Dimensional Simulator" -HOMEPAGE="http://www.xmds.org" -SRC_URI="mirror://sourceforge/xmds/${P}.tar.gz - doc? ( mirror://sourceforge/xmds/xmds_doc_${doc_ver}.pdf )" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="doc examples mpi threads" - -DEPEND="sci-libs/fftw - mpi? ( virtual/mpi )" - -src_unpack() { - unpack ${P}.tar.gz - cd "${S}" - - epatch "${FILESDIR}"/${PN}-1.6.5-gcc43.patch - touch "${S}/source/version.h" - - # Fix broken installation of sample scripts. - sed -i -e 's/install-data-am: install-dist_doc_examplesDATA install-man/install-data-am: install-man/' Makefile.in -} - -src_compile() { - local my_opts="" - - if has_version "=sci-libs/fftw-3*" ; then - my_opts="${my_opts} --enable-fftw3" - fi - - econf \ - $(use_enable mpi) \ - $(use_enable threads) \ - ${my_opts} || die - emake || die -} - -src_install() { - make DESTDIR="${D}" install || die - - if use doc; then - insinto /usr/share/doc/${PF} - doins "${DISTDIR}/xmds_doc_${doc_ver}.pdf" - fi - - if use examples; then - insinto /usr/share/doc/${PF}/examples - doins examples/* - fi -} diff --git a/sci-mathematics/xmds/xmds-1.6.6.ebuild b/sci-mathematics/xmds/xmds-1.6.6.ebuild deleted file mode 100644 index 9d3e48b854d2..000000000000 --- a/sci-mathematics/xmds/xmds-1.6.6.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit eutils - -doc_ver=20080226 - -DESCRIPTION="XMDS - The eXtensible Multi-Dimensional Simulator" -HOMEPAGE="http://www.xmds.org" -SRC_URI="mirror://sourceforge/xmds/${P}.tar.gz - doc? ( mirror://sourceforge/xmds/xmds_doc_${doc_ver}.pdf )" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="doc examples mpi threads" - -DEPEND="sci-libs/fftw - mpi? ( virtual/mpi )" - -src_compile() { - local my_opts="" - - if has_version "=sci-libs/fftw-3*" ; then - my_opts="${my_opts} --enable-fftw3" - fi - - econf \ - $(use_enable mpi) \ - $(use_enable threads) \ - ${my_opts} || die - emake || die -} - -src_install() { - make DESTDIR="${D}" install || die - - if use doc; then - insinto /usr/share/doc/${PF} - doins "${DISTDIR}/xmds_doc_${doc_ver}.pdf" - fi - - if use examples; then - insinto /usr/share/doc/${PF}/examples - for i in "${D}"/usr/share/doc/${PN}/examples/* ; do - doins "$i" - done - fi - - rm -rf "${D}/usr/share/doc/${PN}" -} diff --git a/sci-mathematics/z3/z3-4.4.1.ebuild b/sci-mathematics/z3/z3-4.4.1.ebuild index 168ae61bb882..aacd12c91ef2 100644 --- a/sci-mathematics/z3/z3-4.4.1.ebuild +++ b/sci-mathematics/z3/z3-4.4.1.ebuild @@ -110,7 +110,7 @@ src_install() { fi local DOCS=( "README" "RELEASE_NOTES" ) - einstalldocs + use doc && einstalldocs } pkg_postinst() { diff --git a/sci-mathematics/z3/z3-4.5.0.ebuild b/sci-mathematics/z3/z3-4.5.0.ebuild index b8f03354bdc2..98a18ca067e2 100644 --- a/sci-mathematics/z3/z3-4.5.0.ebuild +++ b/sci-mathematics/z3/z3-4.5.0.ebuild @@ -22,6 +22,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} gmp? ( dev-libs/gmp:0 )" DEPEND="${RDEPEND} + doc? ( app-doc/doxygen ) java? ( >=virtual/jdk-1.8 )" S=${WORKDIR}/${PN}-${P} @@ -85,9 +86,11 @@ src_compile() { use java && java-pkg-simple_src_compile - pushd doc || die - ${EPYTHON} mk_api_doc.py || die - popd || die + if use doc; then + pushd doc || die + ${EPYTHON} mk_api_doc.py || die + popd || die + fi } src_install() { @@ -121,8 +124,8 @@ src_install() { fi local DOCS=( "README.md" "RELEASE_NOTES" ) - local HTML_DOCS=( "doc/api/html" ) - einstalldocs + local HTML_DOCS=( "doc/api/html/." ) + use doc && einstalldocs } pkg_postinst() { diff --git a/sci-visualization/gwyddion/Manifest b/sci-visualization/gwyddion/Manifest index 5d8336b8c021..0a88a1a64671 100644 --- a/sci-visualization/gwyddion/Manifest +++ b/sci-visualization/gwyddion/Manifest @@ -1,2 +1 @@ -DIST gwyddion-2.39.tar.xz 3130844 SHA256 f2346a706fa097e9186339f7e10b7837b20ce403b44bc7a85bc78b6b78a506d2 SHA512 5b9631c9eeb71a10d0be3533585eb61e8d27bc1147a1f3cf1ca333020271b579025ce752d302bd9474f1b3ed8c55ce679ac6a75bfb4a1093adef0727b824d435 WHIRLPOOL 90262b86d1bb01b6fdf5a67b447dc1177a523df368fbd040a87d7261e071844b86624dd6bb303c8a32302d16e5f7cb11e5f0744b2808e4f6d467cd27652efe23 DIST gwyddion-2.44.tar.xz 3517624 SHA256 e7ee7545770a276e78fdff1b51e547d5d0ba39b94995da91e0d6797122b7eda5 SHA512 c80a0e4e9dde2f669763629d34dacc0015770c4704a10fc820f4d8e75b4f4275852162653f0c6c52674ed76162861af860de6741466d939066bfea3fb584d2ff WHIRLPOOL 56f78efb477da520a65473ce6be9eff88897198e8a80e5971a2280755fdc61925405c0a464572cf7887689746d140eefc855562569919bc17e057f472ac0b597 diff --git a/sci-visualization/gwyddion/files/gwyddion-2.25-libpng15.patch b/sci-visualization/gwyddion/files/gwyddion-2.25-libpng15.patch deleted file mode 100644 index f13eaa985ad5..000000000000 --- a/sci-visualization/gwyddion/files/gwyddion-2.25-libpng15.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- modules/file/pixmap.c -+++ modules/file/pixmap.c -@@ -39,6 +39,7 @@ - #include - - #ifdef HAVE_PNG -+#include - #include - #endif - diff --git a/sci-visualization/gwyddion/files/gwyddion-2.30-BGRA.patch b/sci-visualization/gwyddion/files/gwyddion-2.30-BGRA.patch deleted file mode 100644 index c3b59122b99c..000000000000 --- a/sci-visualization/gwyddion/files/gwyddion-2.30-BGRA.patch +++ /dev/null @@ -1,22 +0,0 @@ -Index: libgwydgets/gwy3dview.c -=================================================================== ---- libgwydgets/gwy3dview.c (revision 13961) -+++ libgwydgets/gwy3dview.c (working copy) -@@ -48,7 +48,6 @@ - #include - #endif - #endif --#endif - - #ifndef GL_BGRA - #ifdef GL_BGRA_EXT -@@ -57,6 +56,7 @@ - #error FIXME: GL_BGRA is not available, should work around it. - #endif - #endif -+#endif - - #include - #include - - diff --git a/sci-visualization/gwyddion/files/gwyddion-2.30-color-button-debris-crash.patch b/sci-visualization/gwyddion/files/gwyddion-2.30-color-button-debris-crash.patch deleted file mode 100644 index e6ceedf919e3..000000000000 --- a/sci-visualization/gwyddion/files/gwyddion-2.30-color-button-debris-crash.patch +++ /dev/null @@ -1,37 +0,0 @@ -Index: modules/file/pixmap.c -=================================================================== ---- modules/file/pixmap.c (revision 13902) -+++ modules/file/pixmap.c (revision 13903) -@@ -2933,8 +2933,6 @@ - gwy_rgba_to_gdk_color(&controls->args->inset_color, &gdkcolor); - - dialog = gtk_color_selection_dialog_new(_("Change Inset Color")); -- if (gtk_major_version == 2 && gtk_minor_version < 10) -- - selector = GTK_COLOR_SELECTION_DIALOG(dialog)->colorsel; - gtk_color_selection_set_current_color(GTK_COLOR_SELECTION(selector), - &gdkcolor); -Index: libgwydgets/gwygraphareadialog.c -=================================================================== ---- libgwydgets/gwygraphareadialog.c (revision 13902) -+++ libgwydgets/gwygraphareadialog.c (revision 13903) -@@ -383,7 +383,6 @@ - dialog->color_dialog = selector; - dialog->old_color = cmodel->color; - -- if (gtk_major_version == 2 && gtk_minor_version < 10) - colorsel = GTK_COLOR_SELECTION_DIALOG(selector)->colorsel; - g_signal_connect(selector, "response", - G_CALLBACK(colorsel_response_cb), dialog); -Index: libgwydgets/gwydgetutils.c -=================================================================== ---- libgwydgets/gwydgetutils.c (revision 13902) -+++ libgwydgets/gwydgetutils.c (revision 13903) -@@ -561,7 +561,6 @@ - dialog = gtk_color_selection_dialog_new(dialog_title - ? dialog_title - : _("Change Mask Color")); -- if (gtk_major_version == 2 && gtk_minor_version < 10) - selector = GTK_COLOR_SELECTION_DIALOG(dialog)->colorsel; - gtk_color_selection_set_current_color(GTK_COLOR_SELECTION(selector), - &gdkcolor); diff --git a/sci-visualization/gwyddion/gwyddion-2.39.ebuild b/sci-visualization/gwyddion/gwyddion-2.39.ebuild deleted file mode 100644 index 818e98407a78..000000000000 --- a/sci-visualization/gwyddion/gwyddion-2.39.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -AUTOTOOLS_IN_SOURCE_BUILD=1 - -inherit autotools-utils fdo-mime gnome2-utils python-single-r1 - -DESCRIPTION="Framework for Scanning Mode Microscopy data analysis" -HOMEPAGE="http://gwyddion.net/" -SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="doc fits fftw gnome kde nls opengl perl python ruby sourceview xml X" - -RDEPEND=" - media-libs/libpng:0 - x11-libs/cairo - x11-libs/gtk+:2 - x11-libs/libXmu - x11-libs/pango - fits? ( sci-libs/cfitsio ) - fftw? ( sci-libs/fftw:3.0 ) - gnome? ( gnome-base/gconf:2 ) - kde? ( kde-frameworks/kdelibs:4 ) - opengl? ( virtual/opengl x11-libs/gtkglext ) - perl? ( dev-lang/perl ) - python? ( - ${PYTHON_DEPS} - dev-python/pygtk:2[${PYTHON_USEDEP}] - ) - ruby? ( dev-ruby/narray ) - sourceview? ( x11-libs/gtksourceview:2.0 ) - xml? ( dev-libs/libxml2:2 )" - -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( dev-util/gtk-doc ) -" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -MAKEOPTS+=" V=1" - -pkg_setup() { - use python && python-single-r1_pkg_setup -} - -src_configure() { - local myeconfargs=( - --disable-rpath - $(use_enable doc gtk-doc) - $(use_enable nls) - $(use_enable python pygwy) - $(use_enable fits cfitsio) - $(use_with perl) - $(use_with python) - $(use_with ruby) - $(use_with fftw fftw3) - $(use_with opengl gl) \ - $(use_with sourceview gtksourceview) - $(use_with xml libxml2) - $(use_with X x) - $(use_with kde kde4-thumbnailer) - ) - autotools-utils_src_configure -} - -src_install() { - autotools-utils_src_install - use python && dodoc modules/pygwy/README.pygwy -} - -pkg_postinst() { - use gnome && gnome2_gconf_install - fdo-mime_desktop_database_update -} - -pkg_prerm() { - use gnome && gnome2_gconf_uninstall -} - -pkg_postrm() { - fdo-mime_desktop_database_update -} diff --git a/sys-apps/hwloc/hwloc-1.11.2.ebuild b/sys-apps/hwloc/hwloc-1.11.2.ebuild index 4d769145e489..67e9904d7e28 100644 --- a/sys-apps/hwloc/hwloc-1.11.2.ebuild +++ b/sys-apps/hwloc/hwloc-1.11.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://www.open-mpi.org/software/${PN}/${MY_PV}/downloads/${P}.tar.bz2" LICENSE="BSD" SLOT="0/5" -KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="cairo cuda debug gl +numa opencl +pci plugins svg static-libs xml X" # TODO opencl only works with AMD so no virtual diff --git a/sys-apps/netplug/netplug-1.2.9.2-r2.ebuild b/sys-apps/netplug/netplug-1.2.9.2-r2.ebuild index 09d5aa1458b3..214e42a574ab 100644 --- a/sys-apps/netplug/netplug-1.2.9.2-r2.ebuild +++ b/sys-apps/netplug/netplug-1.2.9.2-r2.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://www.red-bean.com/~bos/netplug/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~mips ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~mips ~ppc ppc64 ~sparc ~x86" IUSE="debug doc" DEPEND="doc? ( app-text/ghostscript-gpl diff --git a/sys-apps/openrc/openrc-0.22.4.ebuild b/sys-apps/openrc/openrc-0.22.4.ebuild index 0781cfa5d582..8c6f1a61d756 100644 --- a/sys-apps/openrc/openrc-0.22.4.ebuild +++ b/sys-apps/openrc/openrc-0.22.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" + KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" fi LICENSE="BSD-2" diff --git a/sys-apps/pcsc-lite/pcsc-lite-1.8.16-r1.ebuild b/sys-apps/pcsc-lite/pcsc-lite-1.8.16-r1.ebuild index 3ca37a904217..a42b02090435 100644 --- a/sys-apps/pcsc-lite/pcsc-lite-1.8.16-r1.ebuild +++ b/sys-apps/pcsc-lite/pcsc-lite-1.8.16-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}" # upstream. LICENSE="BSD ISC MIT GPL-3+ GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" # This is called libusb so that it doesn't fool people in thinking that # it is _required_ for USB support. Otherwise they'll disable udev and diff --git a/sys-apps/shadow/shadow-4.2.1-r2.ebuild b/sys-apps/shadow/shadow-4.2.1-r2.ebuild index 2396a7983815..43e09dfbf1aa 100644 --- a/sys-apps/shadow/shadow-4.2.1-r2.ebuild +++ b/sys-apps/shadow/shadow-4.2.1-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://pkg-shadow.alioth.debian.org/releases/${P}.tar.xz" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86" IUSE="acl audit cracklib nls pam selinux skey xattr" # Taken from the man/Makefile.am file. LANGS=( cs da de es fi fr hu id it ja ko pl pt_BR ru sv tr zh_CN zh_TW ) diff --git a/sys-block/fio/fio-2.15.ebuild b/sys-block/fio/fio-2.15.ebuild index cf61c1444240..0f5967209c3c 100644 --- a/sys-block/fio/fio-2.15.ebuild +++ b/sys-block/fio/fio-2.15.ebuild @@ -16,7 +16,7 @@ SRC_URI="http://brick.kernel.dk/snaps/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ia64 ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ia64 ppc ppc64 x86" IUSE="aio glusterfs gnuplot gtk numa rbd rdma static zlib" # GTK+:2 does not offer static libaries. diff --git a/sys-block/open-isns/files/open-isns-0.97-musl.patch b/sys-block/open-isns/files/open-isns-0.97-musl.patch new file mode 100644 index 000000000000..098ade40a213 --- /dev/null +++ b/sys-block/open-isns/files/open-isns-0.97-musl.patch @@ -0,0 +1,11 @@ +--- ./include/libisns/util.h.orig ++++ ./include/libisns/util.h +@@ -114,6 +114,6 @@ + # define ntohll(x) __bswap_64(x) + # endif + # else +-# include ++# include + # define htonll(x) htobe64(x) + # define ntohll(x) be64toh(x) + # endif diff --git a/sys-block/open-isns/files/open-isns-0.97-ossl-1.1.patch b/sys-block/open-isns/files/open-isns-0.97-ossl-1.1.patch new file mode 100644 index 000000000000..ebb641af27d4 --- /dev/null +++ b/sys-block/open-isns/files/open-isns-0.97-ossl-1.1.patch @@ -0,0 +1,47 @@ +From 70b11a0f9c4056dc6891c2d5550c28993905f18a Mon Sep 17 00:00:00 2001 +From: eroen +Date: Mon, 2 Jan 2017 23:15:08 +0100 +Subject: [PATCH] Disable deprecated initializations for openssl-1.1.0 + +This fixes several undefined reference errors when linking with +openssl-1.1.0c. + +X-Gentoo-Bug: 604454 +X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=604454 +--- + pki.c | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/pki.c b/pki.c +index f69ddca..5fdf9f2 100644 +--- a/pki.c ++++ b/pki.c +@@ -67,7 +67,9 @@ void BN_GENCB_free(BN_GENCB *cb) + #endif + + ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + static int isns_openssl_init = 0; ++#endif + + static int isns_dsasig_verify(isns_security_t *ctx, + isns_principal_t *peer, +@@ -92,6 +94,7 @@ isns_create_dsa_context(void) + { + isns_security_t *ctx; + ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + if (!isns_openssl_init) { + ERR_load_crypto_strings(); + OpenSSL_add_all_algorithms(); +@@ -99,6 +102,7 @@ isns_create_dsa_context(void) + OpenSSL_add_all_digests(); + isns_openssl_init = 1; + } ++#endif + + ctx = isns_calloc(1, sizeof(*ctx)); + +-- +2.11.0 + diff --git a/sys-block/open-isns/open-isns-0.97.ebuild b/sys-block/open-isns/open-isns-0.97.ebuild index fd746860ac16..14701e2398cc 100644 --- a/sys-block/open-isns/open-isns-0.97.ebuild +++ b/sys-block/open-isns/open-isns-0.97.ebuild @@ -20,6 +20,11 @@ DEPEND=" slp? ( net-libs/openslp )" RDEPEND="${DEPEND}" +PATCHES=( + "${FILESDIR}/${P}-musl.patch" + "${FILESDIR}/${P}-ossl-1.1.patch" +) + src_configure() { use debug && append-cppflags -DDEBUG_TCP -DDEBUG_SCSI append-lfs-flags diff --git a/sys-boot/plymouth/plymouth-0.9.2.ebuild b/sys-boot/plymouth/plymouth-0.9.2.ebuild index 2e7abba62844..3ab3a6726fab 100644 --- a/sys-boot/plymouth/plymouth-0.9.2.ebuild +++ b/sys-boot/plymouth/plymouth-0.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -23,7 +23,7 @@ HOMEPAGE="https://cgit.freedesktop.org/plymouth/" LICENSE="GPL-2" SLOT="0" [[ ${PV} == 9999 ]] || \ -KEYWORDS="alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86" +KEYWORDS="alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86" IUSE="debug gdm +gtk +libkms +pango static-libs" CDEPEND=" diff --git a/sys-cluster/ipvsadm/ipvsadm-1.27-r1.ebuild b/sys-cluster/ipvsadm/ipvsadm-1.27-r1.ebuild index 74bfc4e85817..0d3575d81a18 100644 --- a/sys-cluster/ipvsadm/ipvsadm-1.27-r1.ebuild +++ b/sys-cluster/ipvsadm/ipvsadm-1.27-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://kernel.org/pub/linux/utils/kernel/ipvsadm/ipvsadm-${PV}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ~ppc64 ~s390 ~sparc x86" +KEYWORDS="amd64 ~ia64 ppc ppc64 ~s390 ~sparc x86" IUSE="static-libs" RDEPEND=">=sys-libs/ncurses-5.2:* diff --git a/sys-cluster/sanlock/sanlock-3.4.0.ebuild b/sys-cluster/sanlock/sanlock-3.4.0.ebuild index 9e0358e91bdd..a235166a20a1 100644 --- a/sys-cluster/sanlock/sanlock-3.4.0.ebuild +++ b/sys-cluster/sanlock/sanlock-3.4.0.ebuild @@ -77,6 +77,7 @@ src_install() { # systemd systemd_newunit init.d/sanlock.service.native sanlock.service + sed -i 's,^ExecStartPre=,#ExecStartPre=,' init.d/wdmd.service.native systemd_newunit init.d/wdmd.service.native wdmd.service systemd_dounit init.d/sanlk-resetd.service #systemd_dounit ${FILESDIR}/fence_sanlockd.service diff --git a/sys-devel/libtool/libtool-2.4.6-r2.ebuild b/sys-devel/libtool/libtool-2.4.6-r2.ebuild index bc81eb7401bc..fea991d0d81c 100644 --- a/sys-devel/libtool/libtool-2.4.6-r2.ebuild +++ b/sys-devel/libtool/libtool-2.4.6-r2.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 else SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" - KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" + KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" fi DESCRIPTION="A shared library tool for developers" diff --git a/sys-fs/mdadm/mdadm-3.4.ebuild b/sys-fs/mdadm/mdadm-3.4.ebuild index d48df31e116f..3b6dec25c9a2 100644 --- a/sys-fs/mdadm/mdadm-3.4.ebuild +++ b/sys-fs/mdadm/mdadm-3.4.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://kernel/linux/utils/raid/mdadm/${P}.tar.xz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ~ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="static" DEPEND="virtual/pkgconfig diff --git a/sys-fs/ntfs3g/ntfs3g-2016.2.22-r1.ebuild b/sys-fs/ntfs3g/ntfs3g-2016.2.22-r1.ebuild index c735123c382c..c8bf65e1c018 100644 --- a/sys-fs/ntfs3g/ntfs3g-2016.2.22-r1.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-2016.2.22-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://tuxera.com/opensource/${MY_P}.tgz" LICENSE="GPL-2" # The subslot matches the SONAME major #. SLOT="0/87" -KEYWORDS="alpha amd64 arm ppc ~ppc64 ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ppc ppc64 ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux" IUSE="acl debug +external-fuse ntfsdecrypt +ntfsprogs static-libs suid xattr" RDEPEND="! latest Git branch "master" +# genkernel-VERSION -> normal genkernel release + +EAPI=5 # approved 2012.09.11, required by all profiles since 2014.03.12 + +VERSION_BUSYBOX='1.26.0' +VERSION_DMRAID='1.0.0.rc16-3' +VERSION_MDADM='3.1.5' +VERSION_FUSE='2.8.6' +VERSION_ISCSI='2.0-872' +VERSION_LVM='2.02.88' +VERSION_UNIONFS_FUSE='0.24' +VERSION_GPG='1.4.11' + +RH_HOME="ftp://sourceware.org/pub" +DM_HOME="https://people.redhat.com/~heinzm/sw/dmraid/src" +BB_HOME="https://busybox.net/downloads" + +COMMON_URI="${DM_HOME}/dmraid-${VERSION_DMRAID}.tar.bz2 + ${DM_HOME}/old/dmraid-${VERSION_DMRAID}.tar.bz2 + mirror://kernel/linux/utils/raid/mdadm/mdadm-${VERSION_MDADM}.tar.bz2 + ${RH_HOME}/lvm2/LVM2.${VERSION_LVM}.tgz + ${RH_HOME}/lvm2/old/LVM2.${VERSION_LVM}.tgz + ${BB_HOME}/busybox-${VERSION_BUSYBOX}.tar.bz2 + http://www.open-iscsi.org/bits/open-iscsi-${VERSION_ISCSI}.tar.gz + mirror://sourceforge/fuse/fuse-${VERSION_FUSE}.tar.gz + http://podgorny.cz/unionfs-fuse/releases/unionfs-fuse-${VERSION_UNIONFS_FUSE}.tar.bz2 + mirror://gnupg/gnupg/gnupg-${VERSION_GPG}.tar.bz2" + +if [[ ${PV} == 9999* ]] +then + EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git + https://anongit.gentoo.org/git/proj/${PN}.git" + inherit git-2 bash-completion-r1 eutils + S="${WORKDIR}/${PN}" + SRC_URI="${COMMON_URI}" +else + inherit bash-completion-r1 eutils + SRC_URI="mirror://gentoo/${P}.tar.xz + ${COMMON_URI}" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +fi + +DESCRIPTION="Gentoo automatic kernel building scripts" +HOMEPAGE="https://www.gentoo.org" + +LICENSE="GPL-2" +SLOT="0" +RESTRICT="" +IUSE="cryptsetup ibm +firmware selinux" + +DEPEND="sys-fs/e2fsprogs + selinux? ( sys-libs/libselinux )" +RDEPEND="${DEPEND} + cryptsetup? ( sys-fs/cryptsetup ) + app-arch/cpio + >=app-misc/pax-utils-0.2.1 + firmware? ( sys-kernel/linux-firmware ) + !/dev/null || die + git log > "${S}"/ChangeLog || die + popd >/dev/null || die + fi + if use selinux ; then + sed -i 's/###//g' "${S}"/gen_compile.sh || die + fi + + # Update software.sh + sed -i \ + -e "s:VERSION_BUSYBOX:$VERSION_BUSYBOX:" \ + -e "s:VERSION_MDADM:$VERSION_MDADM:" \ + -e "s:VERSION_DMRAID:$VERSION_DMRAID:" \ + -e "s:VERSION_FUSE:$VERSION_FUSE:" \ + -e "s:VERSION_ISCSI:$VERSION_ISCSI:" \ + -e "s:VERSION_LVM:$VERSION_LVM:" \ + -e "s:VERSION_UNIONFS_FUSE:$VERSION_UNIONFS_FUSE:" \ + -e "s:VERSION_GPG:$VERSION_GPG:" \ + "${S}"/defaults/software.sh \ + || die "Could not adjust versions" + + epatch_user +} + +src_compile() { + if [[ ${PV} == 9999* ]]; then + emake + fi +} + +src_install() { + insinto /etc + doins "${S}"/genkernel.conf + + doman genkernel.8 + dodoc AUTHORS ChangeLog README TODO + dobin genkernel + rm -f genkernel genkernel.8 AUTHORS ChangeLog README TODO genkernel.conf + + if use ibm ; then + cp "${S}"/arch/ppc64/kernel-2.6{-pSeries,} || die + else + cp "${S}"/arch/ppc64/kernel-2.6{.g5,} || die + fi + insinto /usr/share/genkernel + doins -r "${S}"/* + + newbashcomp "${FILESDIR}"/genkernel.bash "${PN}" + insinto /etc + doins "${FILESDIR}"/initramfs.mounts + + cd "${DISTDIR}" + insinto /usr/share/genkernel/distfiles + doins ${A/${P}.tar.xz/} +} + +pkg_postinst() { + echo + elog 'Documentation is available in the genkernel manual page' + elog 'as well as the following URL:' + echo + elog 'https://www.gentoo.org/doc/en/genkernel.xml' + echo + ewarn "This package is known to not work with reiser4. If you are running" + ewarn "reiser4 and have a problem, do not file a bug. We know it does not" + ewarn "work and we don't plan on fixing it since reiser4 is the one that is" + ewarn "broken in this regard. Try using a sane filesystem like ext4." + echo + ewarn "The LUKS support has changed from versions prior to 3.4.4. Now," + ewarn "you use crypt_root=/dev/blah instead of real_root=luks:/dev/blah." + echo +} diff --git a/sys-kernel/genkernel/genkernel-9999.ebuild b/sys-kernel/genkernel/genkernel-9999.ebuild index 3cbe4ea8df6f..30f5dbef9d56 100644 --- a/sys-kernel/genkernel/genkernel-9999.ebuild +++ b/sys-kernel/genkernel/genkernel-9999.ebuild @@ -7,7 +7,7 @@ EAPI=5 # approved 2012.09.11, required by all profiles since 2014.03.12 -VERSION_BUSYBOX='1.20.2' +VERSION_BUSYBOX='1.26.0' VERSION_DMRAID='1.0.0.rc16-3' VERSION_MDADM='3.1.5' VERSION_FUSE='2.8.6' diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.39.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.4.39.ebuild index bb63c0bb3d15..6022550183ea 100644 --- a/sys-kernel/gentoo-sources/gentoo-sources-4.4.39.ebuild +++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.39.ebuild @@ -11,7 +11,7 @@ inherit kernel-2 detect_version detect_arch -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches" IUSE="experimental" diff --git a/sys-kernel/linux-headers/linux-headers-4.4.ebuild b/sys-kernel/linux-headers/linux-headers-4.4.ebuild index 9aafc6c8e911..c38570401f77 100644 --- a/sys-kernel/linux-headers/linux-headers-4.4.ebuild +++ b/sys-kernel/linux-headers/linux-headers-4.4.ebuild @@ -13,7 +13,7 @@ PATCH_VER="1" SRC_URI="mirror://gentoo/gentoo-headers-base-${PV}.tar.xz ${PATCH_VER:+mirror://gentoo/gentoo-headers-${PV}-${PATCH_VER}.tar.xz}" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ~ppc64 s390 sh ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux" DEPEND="app-arch/xz-utils dev-lang/perl" diff --git a/sys-libs/newlib/Manifest b/sys-libs/newlib/Manifest index 93ddac4bde06..74a429690a17 100644 --- a/sys-libs/newlib/Manifest +++ b/sys-libs/newlib/Manifest @@ -4,3 +4,4 @@ DIST newlib-2.2.0.20150423.tar.gz 17485660 SHA256 b1ff3642b246adc6ee546884cb9ea3 DIST newlib-2.2.0.tar.gz 16521910 SHA256 f8add263b0737591aff451b12a00c262c2efac4fa87d741fa1c318fc3bb335be SHA512 ab9161f16845367c823b6709e3c5708969f29f05c77edb1cf969ff4202f358648f1e55080974599dcefed2fbced4694dc73748596e76c1aa37c50cddff6e4be3 WHIRLPOOL 8dfc23f93d774c5092d64d1482c3ecc6e3ba35395822bb1d52f5e3b86f644ee803927bff133883926f3e019cfd5d9f04ffe0dcaac20bdf144c542ba1dc3edff9 DIST newlib-2.3.0.20160104.tar.gz 17674117 SHA256 c92a0e02904bd4fbe1dd416ed94e786c66afbaeae484e4c26be8bb7c7c1e4cd1 SHA512 d83ce298b1b72eabf92e4ec14af3afdf3122e34aff5e320295a398df077235a78aa87148895b441a4f7de3047815e7ce13ea06a06135dd86b69a200236514293 WHIRLPOOL 41ab57955b886dad8988bd06a18c1b5bbf21c7b554410711c17141bbc12d70af2f6ce6f9d3503c11180d46b42bcf305c6347ea58252d24459dc02c568aeb8497 DIST newlib-2.4.0.tar.gz 17574364 SHA256 545b3d235e350d2c61491df8b9f775b1b972f191380db8f52ec0b1c829c52706 SHA512 c60665e793dce2368a5baf23560beb50f641e1831854d702d1d7629fb6e9200cf814527f29796792a3d2dff81afee4255723df99ceb0732f99dd9580a17d2ac0 WHIRLPOOL 34648a203286c8adc18bd38ae43ef389d0eb46e4280501250ab05b413d82e028a68abb4e331744e078eacad1d40c67178a1d12c39767da7cf89d0a49a7d8762f +DIST newlib-2.5.0.tar.gz 17912392 SHA256 5b76a9b97c9464209772ed25ce55181a7bb144a66e5669aaec945aa64da3189b SHA512 4c99e8dfcb4a7ad0769b9e173ff06628d82e4993ef87d3adf9d6b5578626b14de81b4b3c5f0673ddbb49dc9f3d3628f9f8d4432dcded91f5cd3d27b7d44343cd WHIRLPOOL 45fdce47ecde0bb61367465ce2174cd3d00b5a034c0c204d19aba7850fd7d9151e89ad55c716ac0a7eba648f5e15d4ae0ca44f25cd7b27ed00f8968a53113f8a diff --git a/sys-libs/newlib/newlib-2.5.0.ebuild b/sys-libs/newlib/newlib-2.5.0.ebuild new file mode 100644 index 000000000000..6a325c787586 --- /dev/null +++ b/sys-libs/newlib/newlib-2.5.0.ebuild @@ -0,0 +1,82 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +inherit flag-o-matic toolchain-funcs + +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="git://sourceware.org/git/newlib-cygwin.git" + inherit git-r3 +else + SRC_URI="ftp://sourceware.org/pub/newlib/${P}.tar.gz" + if [[ ${PV} != *.201[5-9]???? ]] ; then + KEYWORDS="-* ~arm ~hppa ~m68k ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" + fi +fi + +export CBUILD=${CBUILD:-${CHOST}} +export CTARGET=${CTARGET:-${CHOST}} +if [[ ${CTARGET} == ${CHOST} ]] ; then + if [[ ${CATEGORY} == cross-* ]] ; then + export CTARGET=${CATEGORY#cross-} + fi +fi + +DESCRIPTION="Newlib is a C library intended for use on embedded systems" +HOMEPAGE="https://sourceware.org/newlib/" + +LICENSE="NEWLIB LIBGLOSS GPL-2" +SLOT="0" +IUSE="nls threads unicode crosscompile_opts_headers-only" +RESTRICT="strip" + +NEWLIBBUILD="${WORKDIR}/build" + +pkg_setup() { + # Reject newlib-on-glibc type installs + if [[ ${CTARGET} == ${CHOST} ]] ; then + case ${CHOST} in + *-newlib|*-elf) ;; + *) die "Use sys-devel/crossdev to build a newlib toolchain" ;; + esac + fi +} + +src_configure() { + # we should fix this ... + unset LDFLAGS + CHOST=${CTARGET} strip-unsupported-flags + + local myconf=( + # Disable legacy syscall stub code in newlib. These have been + # moved to libgloss for a long time now, so the code in newlib + # itself just gets in the way. + --disable-newlib-supplied-syscalls + ) + [[ ${CTARGET} == "spu" ]] \ + && myconf+=( --disable-newlib-multithread ) \ + || myconf+=( $(use_enable threads newlib-multithread) ) + + mkdir -p "${NEWLIBBUILD}" + cd "${NEWLIBBUILD}" + + ECONF_SOURCE=${S} \ + econf \ + $(use_enable unicode newlib-mb) \ + $(use_enable nls) \ + "${myconf[@]}" +} + +src_compile() { + emake -C "${NEWLIBBUILD}" +} + +src_install() { + cd "${NEWLIBBUILD}" + emake -j1 DESTDIR="${D}" install +# env -uRESTRICT CHOST=${CTARGET} prepallstrip + # minor hack to keep things clean + rm -fR "${D}"/usr/share/info + rm -fR "${D}"/usr/info +} diff --git a/sys-libs/newlib/newlib-9999.ebuild b/sys-libs/newlib/newlib-9999.ebuild index 9ef5293db416..6a325c787586 100644 --- a/sys-libs/newlib/newlib-9999.ebuild +++ b/sys-libs/newlib/newlib-9999.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI="4" +EAPI="6" -inherit flag-o-matic toolchain-funcs eutils +inherit flag-o-matic toolchain-funcs if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://sourceware.org/git/newlib-cygwin.git" @@ -44,10 +43,6 @@ pkg_setup() { fi } -src_prepare() { - epatch_user -} - src_configure() { # we should fix this ... unset LDFLAGS diff --git a/sys-libs/zlib/Manifest b/sys-libs/zlib/Manifest index 93516ff64cdb..15a8de4931e0 100644 --- a/sys-libs/zlib/Manifest +++ b/sys-libs/zlib/Manifest @@ -1,2 +1,3 @@ +DIST zlib-1.2.10.tar.gz 607647 SHA256 8d7e9f698ce48787b6e1c67e6bff79e487303e66077e25cb9784ac8835978017 SHA512 5fa71052a418a0f2b345fce28af9941bbd1c6ee276ce506ab3092157f15776ee41f96bb1799657227513b852913f96ac52dae8122a437f34b43933ee48d63ee0 WHIRLPOOL 9eba860cadb54110873d304ac8857d59454dd934878290191046d40ee044580582ed7316345a8dc97cd899396d156646623c6ac4a08127c291f532c589db30be DIST zlib-1.2.8.tar.gz 571091 SHA256 36658cb768a54c1d4dec43c3116c27ed893e88b02ecfcb44f2166f9c0b7f2a0d SHA512 ece209d4c7ec0cb58ede791444dc754e0d10811cbbdebe3df61c0fd9f9f9867c1c3ccd5f1827f847c005e24eef34fb5bf87b5d3f894d75da04f1797538290e4a WHIRLPOOL bcb6243f1a9370eafcea03c227938da1cc106c934193ce59ef4fbdca0167777b95c9baa376feb6d8d369023024a74de5df17c2b6ec5887cdb732ffc95808ef95 DIST zlib-1.2.9.tar.gz 607350 SHA256 73ab302ef31ed1e74895d2af56f52f5853f26b0370f3ef21954347acec5eaa21 SHA512 e3cca1bdd4d3a8a28a755f8b377a8077885df1cd8884d914ac08a1a1eac53cc371895410504b2754702b87e1e30834be5f93dca187c53d32fa2e0d383d0d5d80 WHIRLPOOL 4a055506d9ccc1360b8f200b76819db5acf810af3195c8dfaa9635d92563348cbc205baba43f5c42d884bbd762c65f55fc324fe65b22ab06d71c748fbdaa6cd7 diff --git a/sys-libs/zlib/zlib-1.2.10.ebuild b/sys-libs/zlib/zlib-1.2.10.ebuild new file mode 100644 index 000000000000..1c8a498ff4d6 --- /dev/null +++ b/sys-libs/zlib/zlib-1.2.10.ebuild @@ -0,0 +1,117 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +AUTOTOOLS_AUTO_DEPEND="no" + +inherit autotools toolchain-funcs multilib multilib-minimal + +DESCRIPTION="Standard (de)compression library" +HOMEPAGE="http://www.zlib.net/" +SRC_URI="http://zlib.net/${P}.tar.gz + http://www.gzip.org/zlib/${P}.tar.gz + http://www.zlib.net/current/beta/${P}.tar.gz" + +LICENSE="ZLIB" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +IUSE="minizip static-libs" + +DEPEND="minizip? ( ${AUTOTOOLS_DEPEND} )" +RDEPEND="abi_x86_32? ( + !<=app-emulation/emul-linux-x86-baselibs-20130224 + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] + ) + ! zlib.pc || die + ;; + *) + emake + ;; + esac + use minizip && emake -C contrib/minizip +} + +sed_macros() { + # clean up namespace a little #383179 + # we do it here so we only have to tweak 2 files + sed -i -r 's:\<(O[FN])\>:_Z_\1:g' "$@" || die +} + +multilib_src_install() { + case ${CHOST} in + *-mingw*|mingw*) + emake -f win32/Makefile.gcc install \ + BINARY_PATH="${ED}/usr/bin" \ + LIBRARY_PATH="${ED}/usr/$(get_libdir)" \ + INCLUDE_PATH="${ED}/usr/include" \ + SHARED_MODE=1 + insinto /usr/share/pkgconfig + doins zlib.pc + ;; + + *) + emake install DESTDIR="${D}" LDCONFIG=: + gen_usr_ldscript -a z + ;; + esac + sed_macros "${ED}"/usr/include/*.h + + if use minizip ; then + emake -C contrib/minizip install DESTDIR="${D}" + sed_macros "${ED}"/usr/include/minizip/*.h + fi + + use static-libs || rm -f "${ED}"/usr/$(get_libdir)/lib{z,minizip}.{a,la} #419645 +} + +multilib_src_install_all() { + dodoc FAQ README ChangeLog doc/*.txt + use minizip && dodoc contrib/minizip/*.txt +} diff --git a/sys-power/nut/nut-2.7.3.ebuild b/sys-power/nut/nut-2.7.3.ebuild index f97a9c18338c..a2373d115f29 100644 --- a/sys-power/nut/nut-2.7.3.ebuild +++ b/sys-power/nut/nut-2.7.3.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://random.networkupstools.org/source/${PV%.*}/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd" IUSE="cgi ipmi snmp +usb selinux ssl tcpd xml zeroconf" CDEPEND=" diff --git a/sys-power/pm-utils/pm-utils-1.4.1-r7.ebuild b/sys-power/pm-utils/pm-utils-1.4.1-r7.ebuild index e0e8fbe7484b..fed80ca98f5a 100644 --- a/sys-power/pm-utils/pm-utils-1.4.1-r7.ebuild +++ b/sys-power/pm-utils/pm-utils-1.4.1-r7.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://pm-utils.freedesktop.org/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 ~ia64 ~mips ppc ~ppc64 ~sparc x86" +KEYWORDS="alpha amd64 ~arm ~arm64 ~ia64 ~mips ppc ppc64 ~sparc x86" IUSE="alsa debug ntp video_cards_intel video_cards_radeon" vbetool="!video_cards_intel? ( sys-apps/vbetool )" diff --git a/sys-power/upower/upower-0.99.4.ebuild b/sys-power/upower/upower-0.99.4.ebuild index d28b8c8ed3c2..f90cc99c5d15 100644 --- a/sys-power/upower/upower-0.99.4.ebuild +++ b/sys-power/upower/upower-0.99.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz" LICENSE="GPL-2" SLOT="0/3" # based on SONAME of libupower-glib.so -KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" # gtk-doc files are not available as prebuilt in the tarball IUSE="doc +introspection ios kernel_FreeBSD kernel_linux selinux" diff --git a/sys-process/tini/Manifest b/sys-process/tini/Manifest index 025754c4079b..db45e305900a 100644 --- a/sys-process/tini/Manifest +++ b/sys-process/tini/Manifest @@ -1,3 +1,2 @@ -DIST tini-0.10.0.tar.gz 24722 SHA256 67ab1f8fda1b3fcceeea2e0b1e06874fc20938d605cecf96e95898b1c38f60ec SHA512 1ca4ede9116656c39b07216934b21e2b5e0cde154b80987b5d9209400ccae9f14c283de2bfffcae51e674e074560d2d60ced30f9d05e940ce422ac3f083a1dcf WHIRLPOOL 725efece7f923845ceee50f4238f81ad3902db316653129bb88c7d6b2093422b56738af440840c65d969eca9685dbc7e3e52b4f29c48a801b19003e871183ab5 -DIST tini-0.11.0.tar.gz 25218 SHA256 fdf86dce32e7e2c5b15bf56220a7e528f8e6d654397964a7046c71b07c9eecfe SHA512 f99004a56d732972a1e2f2232a7637e937980ed576c0e093a9307b5285ab6ba091edf3cd01c66d07ced245b7ca59ca86649470911144469b8c3a48ceacc32e90 WHIRLPOOL d9e4426e857b6ad43917eab3811e9b4ca7c494100db3b0106047104e7b5258c6708ce3e7b6b645a6297145dc4949b687affa50beef3e6e9be8a6bc7a77fc4a88 DIST tini-0.13.0.tar.gz 26098 SHA256 d0788dd2100d1e2d53d79815116f962a76ea17177159eb26e07702445c6cbdfd SHA512 f23b6457f0e19fa13f2148d85e28f09123cedb1ecefae8f6dda06d96e44aec3af1cf98cb4589e8b775158f78532a76b26d233aee78a4d6d2661305d8b5bc4363 WHIRLPOOL e3c5904f69b000aa1c21ede6446f72cd51807bf7a7eb34dbed69bc9f1e48735ddd797da9586127f08eefeb66ca23b4077c47b709fd094ebd9c85ea0a54a381ca +DIST tini-0.13.2.tar.gz 27828 SHA256 85e18a4e4089612821321d1d67c16337797c3c78e81117dea56ad75ece20d05f SHA512 117822bf2e45b7cf732bfcd2aa5ea268a189c395f189c03d0e5dcd982872cff29d50adbb1a4d1b85859db4736e932900cfb64a1c487ba271a305146e9677a1d4 WHIRLPOOL f271b592e5524a2297b5a6b8fb88371a9068f01122e7ea95c4d797d2f5da91847b65675a7b5043398b8c9553746a00e4b5fe5ecfd8a1171d3bba87ee78de9a55 diff --git a/sys-process/tini/tini-0.10.0.ebuild b/sys-process/tini/tini-0.10.0.ebuild deleted file mode 100644 index 7db7a1e9c7a2..000000000000 --- a/sys-process/tini/tini-0.10.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit cmake-utils flag-o-matic - -DESCRIPTION="A tiny but valid init for containers" -HOMEPAGE="https://github.com/krallin/${PN}" -SRC_URI="https://github.com/krallin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="static" - -# vim-core is needed just for the xxd program -DEPEND="app-editors/vim-core" - -src_compile() { - append-cflags -DPR_SET_CHILD_SUBREAPER=36 -DPR_GET_CHILD_SUBREAPER=37 - cmake-utils_src_compile -} - -src_install() { - cmake-utils_src_install - if use static; then - mv "${ED%/}"/usr/bin/{${PN}-static,${PN}} || die - else - rm "${ED%/}"/usr/bin/${PN}-static || die - fi -} diff --git a/sys-process/tini/tini-0.11.0.ebuild b/sys-process/tini/tini-0.11.0.ebuild deleted file mode 100644 index 715aed3fc000..000000000000 --- a/sys-process/tini/tini-0.11.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit cmake-utils flag-o-matic - -DESCRIPTION="A tiny but valid init for containers" -HOMEPAGE="https://github.com/krallin/${PN}" -SRC_URI="https://github.com/krallin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+args static" - -# vim-core is needed just for the xxd program -DEPEND="app-editors/vim-core" - -src_configure() { - local mycmakeargs=() - use args || mycmakeargs+=(-DNO_ARGS=ON) - - cmake-utils_src_configure -} - -src_compile() { - append-cflags -DPR_SET_CHILD_SUBREAPER=36 -DPR_GET_CHILD_SUBREAPER=37 - cmake-utils_src_compile -} - -src_install() { - cmake-utils_src_install - if use static; then - mv "${ED%/}"/usr/bin/{${PN}-static,${PN}} || die - else - rm "${ED%/}"/usr/bin/${PN}-static || die - fi -} diff --git a/sys-process/tini/tini-0.13.0.ebuild b/sys-process/tini/tini-0.13.2.ebuild similarity index 87% rename from sys-process/tini/tini-0.13.0.ebuild rename to sys-process/tini/tini-0.13.2.ebuild index 826d43240347..48e3ffc270fa 100644 --- a/sys-process/tini/tini-0.13.0.ebuild +++ b/sys-process/tini/tini-0.13.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,9 +15,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+args static" -# vim-core is needed just for the xxd program -DEPEND="app-editors/vim-core" - src_prepare() { default # Do not strip binary diff --git a/www-apps/owncloud/Manifest b/www-apps/owncloud/Manifest index d6b6a8cfa05a..ba50ca1ce900 100644 --- a/www-apps/owncloud/Manifest +++ b/www-apps/owncloud/Manifest @@ -1,10 +1,4 @@ -DIST owncloud-8.1.10.tar.bz2 24607017 SHA256 c330938471bc1028746b440a4b8d6fc4059372e34ef9da1a84b91a4447d357ef SHA512 3c798a55432dce29441d0c829edcc01c25860174be5f8b03e4dca939a9e16eb1704dcd9b8a501957f0f8d8212ccddb97b404a4f514e7bd8457d17163d9867f4c WHIRLPOOL 18d8c346745be9a8887e3149cd97a0eb98bca0f380825a73cd308a2118c4d6230bd601418981bfec605158e95241b4e06602dbbd436564a5ad09d8694925b39e DIST owncloud-8.1.11.tar.bz2 24608014 SHA256 a0aa349175459ab9539b3c9c0a638399fde3cd7d6f4e8150079a4d36e4773f12 SHA512 3b73f743c2fa555876ca4c3df73f038182add5db732021ca83c52f0e28b5c7ef3641061d8adafd070118ecd20b594e99753bc0f1a32a49ae30412fac6e8478b3 WHIRLPOOL 1a4b086128a4e48b0a0798a007b63bd6e04e9d391db3ec94e3a8f27a40116932349de05ac1da958175a3172d084ce5859e46eddfb489fc93bc85b41cc6954e27 -DIST owncloud-8.2.8.tar.bz2 28033756 SHA256 3e4a54d7ad972adbdf359c26a02aab9d00a08cdd40e5097b8d63baebde58204c SHA512 1063397cf0b886362e3422c30cbf748a33149887dcb91633ce53abc868f7ae56b0c931c37ce77182e59fa99198a293237d38ca2d7bc6d98fe867b2e2aa1d936b WHIRLPOOL c7079971858320ee08bec30d05321667112c8cead0c17f7e5ebb4cf4b7708bbae38a9c0e0de1824352f03fb819ca27251fb75096f8dcfe48fe4ff9c25444c97b DIST owncloud-8.2.9.tar.bz2 28036834 SHA256 fc2673c038868580fc92954f1f4a5acd15946d371948544f81e8c9975abfff25 SHA512 a8ab358947e930d96719b45845ed262004c8611fcde8ae34e08ececfe057a017bd7348cba7ded0433220fbab088484baaf357e441021044fa8283d4612c1af2e WHIRLPOOL c6aac23fa00208cb63596f8ef4b148ee2eceaf1513ec07965082f5bdc15b78aeb449691c608c3c37c10e0cb93539a59539a3acdc40a018d2e5e66e09ff624ab7 -DIST owncloud-9.0.5.tar.bz2 28435642 SHA256 c8c2c4f7a06208f006762740ca6bb6a4c4d8362fc8d226dcccb82b970993f7c5 SHA512 e100f2d84f2aa35669479618528b1d08c33a654378b6feae5b67430342f7ceacc7403e5bcb5447ded592a2a3a7f69fda55697d7b39d6382c9887da46a189b74e WHIRLPOOL 2cbab98a2f0f7423eb7d86236a73a6c18ef09f1f84827832ddd94c43a9c350e075df22e08519cc5b696e268a47cf54830840a2c1554a5b35569bcf17c661cce6 -DIST owncloud-9.0.6.tar.bz2 28459238 SHA256 2addd94cb537c52291e0d77d57fe8c0c64ceb59e24dbec96c2a73e84f7bb5c44 SHA512 722d0640dba1b856501b8ed07517f2b58f680dff5b64350603ee90c691e4345e27ed87d3e1c030c04dc8a16496396fd781237d9b9d7a85ad94d086b2204a90a2 WHIRLPOOL 0f29bce3435f7bb6ada18f127c363dce40658565b79cffcd7a75231099379bc61e4c98f7ee8f0b1a09748c85af71f84a8c7a1eeb4dc7923fe4784a65acbd81f0 DIST owncloud-9.0.7.tar.bz2 28376371 SHA256 d028bc76e208fd891ecad8f7beb6cd303167451a16fda154051b30d848cbddc8 SHA512 11d8c5cdc3ac27ab3c9dd0a5c452880a1433bc1f48b82939c1132a6cf726e3d53292630f7d37bda228bf5ccf7051e2a578bb5d82704896023a975939856dc2a4 WHIRLPOOL 7db733b6ed4750b8bd90a88df9ebe79a3573807e2a95ca045e670cea32d408603522b90c303b795a6c78d3918a6f9f72e0f5a04c760d316b16357742a523d6b1 -DIST owncloud-9.1.1.tar.bz2 28984910 SHA256 a6bf3531ebb7e09a11aaae641bc3af933f339261424782841c640bf9df1ba7b9 SHA512 dc83b411e54a233960dd16846b0b711c4f713a24c4b07bcc5441748270fee2e3eeaf3a49442e0caa618d10dae5be2d235ab7366240589a1d6d85e655b355a84e WHIRLPOOL d9275f97993fdbb796f63e10bf3e50ca8d7845842f1bafe2a44cdd2f06d43747ce1eb766d63521ab4cd5c32367590344db82dfbd3bfd7e4f410e24c0b6dce788 -DIST owncloud-9.1.2.tar.bz2 29041269 SHA256 108bd46864aac95c90c246a2eda35b00513c14df132177add07976c1cdb14933 SHA512 a2fb8c250cd83cf58dc755baff8a46c26f5ed323504a7250f7da05679ca2e93f4aa6b6875f9afa702e8a70a10457151e2f7da6184a4c1f43a68f65c1d58626c0 WHIRLPOOL 3d1321f83ec05d49156130cc5326cca75d8366d00e0d733c74f60ebaa759789a9c0b6e536375559def9b91b9ec35f7d65e7f0599fb33003f993b0819bc0919c3 DIST owncloud-9.1.3.tar.bz2 28977283 SHA256 e0a1eb35fffb61dab5ca41f6d3fdb4ddcc3ec09683cd620b8094846785d4f6e9 SHA512 e661d3a69d1bce51aa6336fddd2ba205970d0d14e306a6ea0befa9fad6bb3563ff26118cd0471d4728cd9387fe67b58ba55058109bbf84f6c5c71fd87be38cea WHIRLPOOL 5a26edbb0768d8045fbf93c870463cae270d024dec85cdb5a34e165ad36e18fb150f4bae2c176862afc8a1704f2e39810c123ff009e598ceec6ed3748ee7d98f diff --git a/www-apps/owncloud/owncloud-8.1.10.ebuild b/www-apps/owncloud/owncloud-8.1.10.ebuild deleted file mode 100644 index 98c81ffae5b2..000000000000 --- a/www-apps/owncloud/owncloud-8.1.10.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils webapp - -DESCRIPTION="Web-based storage application where all your data is under your own control" -HOMEPAGE="http://owncloud.org" -SRC_URI="http://download.owncloud.org/community/${P}.tar.bz2 -> ${PF}.tar.bz2" -LICENSE="AGPL-3" - -KEYWORDS="~amd64 ~arm ~x86" -IUSE="+curl mysql postgres +sqlite" -REQUIRED_USE="|| ( mysql postgres sqlite )" - -DEPEND="" -RDEPEND="dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlwriter,zip] - virtual/httpd-php" - -S=${WORKDIR}/${PN} - -pkg_setup() { - webapp_pkg_setup -} - -src_prepare() { - epatch_user -} - -src_install() { - webapp_src_preinst - - insinto "${MY_HTDOCSDIR}" - doins -r . - dodir "${MY_HTDOCSDIR}"/data - - webapp_serverowned -R "${MY_HTDOCSDIR}"/apps - webapp_serverowned -R "${MY_HTDOCSDIR}"/data - webapp_serverowned -R "${MY_HTDOCSDIR}"/config - webapp_configfile "${MY_HTDOCSDIR}"/.htaccess - - webapp_src_install -} - -pkg_postinst() { - elog "Additional applications (calendar, ...) are no longer provided by default." - elog "You can install them after login via the applications management page" - elog "(check the recommended tab). No application data is lost." - webapp_pkg_postinst -} diff --git a/www-apps/owncloud/owncloud-8.1.11.ebuild b/www-apps/owncloud/owncloud-8.1.11.ebuild index 98c81ffae5b2..1c590dd17e97 100644 --- a/www-apps/owncloud/owncloud-8.1.11.ebuild +++ b/www-apps/owncloud/owncloud-8.1.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,8 +16,8 @@ IUSE="+curl mysql postgres +sqlite" REQUIRED_USE="|| ( mysql postgres sqlite )" DEPEND="" -RDEPEND="dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlwriter,zip] - virtual/httpd-php" +RDEPEND="dev-lang/php:5.6[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlwriter,zip] + virtual/httpd-php:5.6" S=${WORKDIR}/${PN} diff --git a/www-apps/owncloud/owncloud-8.2.8.ebuild b/www-apps/owncloud/owncloud-8.2.8.ebuild deleted file mode 100644 index 98c81ffae5b2..000000000000 --- a/www-apps/owncloud/owncloud-8.2.8.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils webapp - -DESCRIPTION="Web-based storage application where all your data is under your own control" -HOMEPAGE="http://owncloud.org" -SRC_URI="http://download.owncloud.org/community/${P}.tar.bz2 -> ${PF}.tar.bz2" -LICENSE="AGPL-3" - -KEYWORDS="~amd64 ~arm ~x86" -IUSE="+curl mysql postgres +sqlite" -REQUIRED_USE="|| ( mysql postgres sqlite )" - -DEPEND="" -RDEPEND="dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlwriter,zip] - virtual/httpd-php" - -S=${WORKDIR}/${PN} - -pkg_setup() { - webapp_pkg_setup -} - -src_prepare() { - epatch_user -} - -src_install() { - webapp_src_preinst - - insinto "${MY_HTDOCSDIR}" - doins -r . - dodir "${MY_HTDOCSDIR}"/data - - webapp_serverowned -R "${MY_HTDOCSDIR}"/apps - webapp_serverowned -R "${MY_HTDOCSDIR}"/data - webapp_serverowned -R "${MY_HTDOCSDIR}"/config - webapp_configfile "${MY_HTDOCSDIR}"/.htaccess - - webapp_src_install -} - -pkg_postinst() { - elog "Additional applications (calendar, ...) are no longer provided by default." - elog "You can install them after login via the applications management page" - elog "(check the recommended tab). No application data is lost." - webapp_pkg_postinst -} diff --git a/www-apps/owncloud/owncloud-8.2.9.ebuild b/www-apps/owncloud/owncloud-8.2.9.ebuild index 98c81ffae5b2..0c4d54cb9209 100644 --- a/www-apps/owncloud/owncloud-8.2.9.ebuild +++ b/www-apps/owncloud/owncloud-8.2.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,8 +16,8 @@ IUSE="+curl mysql postgres +sqlite" REQUIRED_USE="|| ( mysql postgres sqlite )" DEPEND="" -RDEPEND="dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlwriter,zip] - virtual/httpd-php" +RDEPEND=" ${PN}_x86_64-${PV}.tar.bz2 ) -# x86? ( ${MOZ_HTTP_URI}/${MOZ_PV}/linux-i686/en-US/${MOZ_P}.tar.bz2 -> ${PN}_i686-${PV}.tar.bz2 )" - -HOMEPAGE="http://www.seamonkey-project.org/" -RESTRICT="strip mirror" - -KEYWORDS="-* ~amd64 ~x86" -SLOT="0" -LICENSE="MPL-2.0 GPL-2 LGPL-2.1" -IUSE="startup-notification" - -DEPEND="app-arch/unzip" -RDEPEND="dev-libs/atk - >=sys-apps/dbus-0.60 - >=dev-libs/dbus-glib-0.72 - >=dev-libs/glib-2.26:2 - >=media-libs/alsa-lib-1.0.16 - gnome-base/gconf - gnome-base/gnome-vfs - media-libs/fontconfig - >=media-libs/freetype-2.4.10 - >=x11-libs/cairo-1.10[X] - x11-libs/gdk-pixbuf - >=x11-libs/gtk+-2.14:2 - >=x11-libs/gtk+-3.4:3 - x11-libs/libX11 - x11-libs/libXcomposite - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXrender - x11-libs/libXt - >=x11-libs/pango-1.22.0 - virtual/freedesktop-icon-theme -" - -QA_PREBUILT=" - opt/${MOZ_PN}/*.so - opt/${MOZ_PN}/${MOZ_PN} - opt/${MOZ_PN}/${PN} - opt/${MOZ_PN}/components/*.so - opt/${MOZ_PN}/crashreporter - opt/${MOZ_PN}/webapprt-stub - opt/${MOZ_PN}/plugin-container - opt/${MOZ_PN}/mozilla-xremote-client - opt/${MOZ_PN}/updater -" - -S="${WORKDIR}/${MOZ_PN}" - -src_unpack() { - unpack ${A} - - # Unpack language packs - mozlinguas_src_unpack -} - -src_install() { - declare MOZILLA_FIVE_HOME=/opt/seamonkey - - # Install seamonkey in /opt - dodir ${MOZILLA_FIVE_HOME%/*} - mv "${S}" "${D}${MOZILLA_FIVE_HOME}" - - # Install language packs - mozlinguas_src_install - - # Create /usr/bin/seamonkey-bin - dodir /usr/bin/ - cat <"${D}"/usr/bin/seamonkey-bin -#!/bin/sh -unset LD_PRELOAD -exec /opt/seamonkey/seamonkey "\$@" -EOF - fperms 0755 /usr/bin/seamonkey-bin - - # Install icon and .desktop for menu entry - newicon "${D}${MOZILLA_FIVE_HOME}"/chrome/icons/default/default48.png ${PN}.png - domenu "${FILESDIR}/icon/${PN}.desktop" - - if use startup-notification; then - echo "StartupNotify=true" >> "${D}"/usr/share/applications/${PN}.desktop - fi - - # Fix prefs that make no sense for a system-wide install - insinto ${MOZILLA_FIVE_HOME}/defaults/pref/ - doins "${FILESDIR}"/local-settings.js - # Copy preferences file so we can do a simple rename. - cp "${FILESDIR}"/all-gentoo-1-cve-2015-4000.js "${D}"${MOZILLA_FIVE_HOME}/all-gentoo.js - - # revdep-rebuild entry - insinto /etc/revdep-rebuild - doins "${FILESDIR}"/10${PN} || die - - # Handle plugins dir through nsplugins.eclass - share_plugins_dir - - # Required in order to use plugins and even run seamonkey on hardened. - pax-mark mr "${ED}"/${MOZILLA_FIVE_HOME}/{seamonkey,seamonkey-bin,plugin-container} -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - # Update mimedb for the new .desktop file - fdo-mime_desktop_database_update - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/www-client/seamonkey-bin/seamonkey-bin-2.44_pre20160608.ebuild b/www-client/seamonkey-bin/seamonkey-bin-2.46.ebuild similarity index 76% rename from www-client/seamonkey-bin/seamonkey-bin-2.44_pre20160608.ebuild rename to www-client/seamonkey-bin/seamonkey-bin-2.46.ebuild index da3cd971a3e2..209e6e3759d0 100644 --- a/www-client/seamonkey-bin/seamonkey-bin-2.44_pre20160608.ebuild +++ b/www-client/seamonkey-bin/seamonkey-bin-2.46.ebuild @@ -1,15 +1,14 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 # This list can be updated with scripts/get_langs.sh from the mozilla overlay -MOZ_LANGS=(be cs de en-GB en-US es-AR es-ES fr gl hu it ja lt nb-NO nl pl +MOZ_LANGS=(be ca cs de en-GB en-US es-AR es-ES fi fr gl hu it ja lt nb-NO nl pl pt-PT ru sk sv-SE tr uk zh-CN zh-TW) -MOZ_PV="${PV/_pre*}" # drop prerelease when it is an unofficial release -MOZ_PV="${MOZ_PV/_alpha/a}" # Handle alpha for SRC_URI +MOZ_PV="${PV/_alpha/a}" # Handle alpha for SRC_URI MOZ_PV="${MOZ_PV/_beta/b}" # Handle beta for SRC_URI MOZ_PV="${MOZ_PV/_rc/rc}" # Handle rc for SRC_URI MOZ_PN="${PN/-bin}" @@ -18,25 +17,14 @@ MOZ_P="${MOZ_PN}-${MOZ_PV}" MOZ_LANGPACK_PREFIX="${MOZ_PV}/langpack/${MOZ_P}." MOZ_LANGPACK_SUFFIX=".langpack.xpi" -# official URL -#MOZ_HTTP_URI="http://archive.mozilla.org/pub/mozilla.org/${MOZ_PN}/releases" - -# Pre-release URL and langpack definitions -MOZ_HTTP_URI="https://l10n.mozilla-community.org/~akalla/unofficial/seamonkey/nightly/latest-comm-release-linux64" -MOZ_LANGPACK_PREFIX="${MOZ_P}." -MOZ_LANGPACK_SUFFIX=".langpack.xpi" +MOZ_HTTP_URI="http://archive.mozilla.org/pub/mozilla.org/${MOZ_PN}/releases" inherit eutils multilib mozextension pax-utils nsplugins fdo-mime gnome2-utils mozlinguas-v2 DESCRIPTION="Mozilla Application Suite - web browser, email, HTML editor, IRC" SRC_URI="${SRC_URI} - amd64? ( ${MOZ_HTTP_URI}/${MOZ_P}.en-US.linux-x86_64.tar.bz2 -> ${PN}_x86_64-${PV}.tar.bz2 ) - x86? ( ${MOZ_HTTP_URI/linux64/linux32}/${MOZ_P}.en-US.linux-i686.tar.bz2 -> ${PN}_i686-${PV}.tar.bz2 )" - -# official uris -# amd64? ( ${MOZ_HTTP_URI}/${MOZ_PV}/contrib/${MOZ_P}.en-US.linux-x86_64.tar.bz2 -> ${PN}_x86_64-${PV}.tar.bz2 ) -# x86? ( ${MOZ_HTTP_URI}/${MOZ_PV}/linux-i686/en-US/${MOZ_P}.tar.bz2 -> ${PN}_i686-${PV}.tar.bz2 )" - + amd64? ( ${MOZ_HTTP_URI}/${MOZ_PV}/contrib/${MOZ_P}.en-US.linux-x86_64.tar.bz2 -> ${PN}_x86_64-${PV}.tar.bz2 ) + x86? ( ${MOZ_HTTP_URI}/${MOZ_PV}/linux-i686/en-US/${MOZ_P}.tar.bz2 -> ${PN}_i686-${PV}.tar.bz2 )" HOMEPAGE="http://www.seamonkey-project.org/" RESTRICT="strip mirror" diff --git a/www-client/seamonkey/Manifest b/www-client/seamonkey/Manifest index 93119c3cde89..e162ef9bf78d 100644 --- a/www-client/seamonkey/Manifest +++ b/www-client/seamonkey/Manifest @@ -31,11 +31,13 @@ DIST seamonkey-2.40-zh-CN.xpi 839892 SHA256 28f634be2ed10526dbf6bf310b28f4da921d DIST seamonkey-2.40-zh-TW.xpi 861767 SHA256 eaec998d922789be13cfc42660ab96abd0b1ec47cb4394b8a9f725969141ba89 SHA512 7ab516753547aba8fbe48cf147082f1f282ecd6fceac0deb9795dbbd1b2962cdf82bc02128a04527a664e3cd00a4b529bff6e33a4f9fff4cbe998e2ec302ffbc WHIRLPOOL d0eb50f6990acfae199ff0e21b6d738271e8e30d91b8d0678e00e4871be69779f57b7642979485c6b2bcfbabc22c9002bff76a3b3a702fb1b747ceb10bbeb134 DIST seamonkey-2.40.source.tar.xz 193702432 SHA256 7ecccc039d03f38d197b123b59ea42eac4c0c10e4bdec779b3665d79b435fa01 SHA512 5a81a25c75af254f1508aa615a082f013d7d06950859822a134c51a0f4c12918081f69e7835dc85114e4285a67bc4be4d509db8374dec848f6381dfce447b696 WHIRLPOOL efeaaab91980fa98d3c13c2c99d5ca3f8a265ab2d978cbb3ebfdad87df481d97be9105decbf44e1bac2d8214e753eb9bdb78d1c2f64eaedef0c8cfa0f251db01 DIST seamonkey-2.46-be.xpi 936650 SHA256 d97376ff92ffcdf04ec08273b60b8750d2c4f65edd71eed734313f72885f45db SHA512 a48caf48c0f705e991c31f6f0191662c99bcf022e9bec59b6caeaf03cec384f5b45c6a03af1103d0889fed2d19e57ff5c61fc67faad9cc1786993d0e9368a954 WHIRLPOOL 5cd5a26c3c7bfc02add5063a18f806ebaf58bde1d621bc3d7185edef776254674aba7c4925ab248158c21c5a90b19d156973f8b4a4ace821df60c9586617f3eb +DIST seamonkey-2.46-ca.xpi 937577 SHA256 11adc88aab13826dbb7dd9374f877b80c87a085d75712c976173f243950292a6 SHA512 cf0d7c4829cae2baa064f8a68bfd827c6d596b9036d50e51f50a7d85faa7b1bd067c7dd84f7062affab6c1282186591c54f1cce60457e76924ae328eabca6505 WHIRLPOOL 80daf65a5d75038683f5a8c18f23c79d4f67c9daa7e7090aba8a9d7e610104dae890f45aa81a49a175542fd9c6fe08422f916e7d7d0854d12db7b346f0473be3 DIST seamonkey-2.46-cs.xpi 936101 SHA256 4fae0f46a8ba83a72e6c7a50b7ba73153f153055b874fa3e857ebf6867a48ff3 SHA512 faa70bfbd6b8ecf3bf31ae7da164922ed4618558c62d8263b5655d285c932f0b3fd2e501397845276c4a2d0e519fcfd6d20bf7f0af5323cf5b1c1de94385766e WHIRLPOOL 4dba7015f5702871bf96b55def971c34c02212279c3f4fc1b75336547f11b03ee9c3d837472ddfbff77878cd96dafb43cafd406c4d9a4492ad4a68c3035e78bf DIST seamonkey-2.46-de.xpi 942796 SHA256 e6d000492fbb3aa1f7624dbb3a546742bd9badb67a9cee8a95fd8b8ead7ac0eb SHA512 c52da108c93f7b8b57d09315ab391b34033d51a8df0db5bd65b2c0c5be3ad5ce3b1cf1b1066472fe208bb7ad2e4f000ce9a4d17c209efa52bf3f22c672e29835 WHIRLPOOL 6387b9f75a66a857537727f051598dcbfb72487d494ba6c6946812b8b6a4d0f46e942d023e41e3ba3ddb3618b04bd49ceb1fe18d64be3b0f98a02b61788f4e05 DIST seamonkey-2.46-en-GB.xpi 900232 SHA256 be1e956e11c4e36def6af6ee0c0795f5ec19e4370d811b6f3fdf60ed38f184c4 SHA512 879d1f0281d9e1232713377b5e1e2bd9ea91477f32c2cd50de823dfd6d7b5561b4597c4abba8e258ade561ec776a8f21839aff4b2be56ec54ad6cd510c7d1783 WHIRLPOOL 3de55e8b175727f4f68a6220d9725f07c04d95a6e01669209d853a504aabf2b0c971810152c7215738aa4fcc081a843f74ba5e13a9c2817485f9a32b8a5e22c2 DIST seamonkey-2.46-es-AR.xpi 952318 SHA256 5b7a9da73fe69c9004487f844f97f5f18d3db79e49dd151ae9a6229545ef7d2c SHA512 7b943846d37d4f492fdf16feeeb4202f09efa38920b0fdc3db8235d1493a4eea8a066d38d08a3cf77ad02e21ceb680b0235762eafe8e5dc3ead666dd81b2406d WHIRLPOOL 6bf17c7cdbc6af7f7b1d4260e8c254def532a8f6303f337fc2d81ab1c4fec0d63c5555aeef9fcd87b1f5a692234c104bb529b7027488a9d2359a00645ffce63a DIST seamonkey-2.46-es-ES.xpi 881728 SHA256 da0c4b4e156965310ad4280c5ab461abd778b89e55d16a1f1ee78f692bbb76cb SHA512 f8a63bfcf888c98af238d4cbd54a377981c13f0bb1c4d1c9e845aec76fbbf319435e99538c56c89c506c7657c0e1f24fa4f269d6f44e916b5d60eecfd8a9755f WHIRLPOOL df43942c35fa0ed7b079e7de1ddffbd8be9401f614093c8e6976f66d26a9985ee85151050f76ed8a5258c5cc6e5878ae1cb78296bf5b17b9fc687194dfa03011 +DIST seamonkey-2.46-fi.xpi 905048 SHA256 9242710c283628b6e9f68eee0425e1f7b81d81be27c1d5c3dc441018751b1511 SHA512 e78b9c9acea5524ce90310915d28bcd31f5001267bf81362ffed1dbc19fcfdf65ff3d128ba0bb67b28dae29b0bdcc5e283dc8fbdba196cda4c339fcefa5b7ac7 WHIRLPOOL b6bec23569a982cfe94fa6f5d36437a319e744f45f6956b7885a772fd44602a9d043108753645f43578e2bd666f923101c53df76ef8b7c8e65246b7686048420 DIST seamonkey-2.46-fr.xpi 945990 SHA256 e8e01037b879fe49e9dc042f27e08737083ac2bd7f9652ec2216d69f3de84ac9 SHA512 d68eedef674f61bb9bbf28c4b7b78ea5963537dfe5e13c4a9cd3277613df4a06c25d52e9ceafa319c25d2302b4c2a60c141e73478f9174449cfed55cd826c95b WHIRLPOOL c497b95bd828eaf0488bd487bc64acaf5ad37bdd440ffda36d25bdf9bdedfc5eff7aa57fdbc9a9feefcb8224240f7d15b72d03bcecdffdcc571d3d6462080a0b DIST seamonkey-2.46-gl.xpi 915640 SHA256 e10ed62becc1e090c1734434d4a48b403dadb75b2231b70b33e2f34666fa42fa SHA512 a3113eafd27129c8b18db7e1dfa6dd1c5581cb701bb569d9781215090f8c7e8112b083750c47d8233c23e4f78c09eb9903912a171a0076b4a7b99dbe03569bf8 WHIRLPOOL c4e60ff57a6d662dbaf3dffe37a653962345aa268eeebc768a4ddb478dd03b493d00398ebe94138ed27ca29d011bd4b1a38c16d34630244be0bcc5e84a9e5f07 DIST seamonkey-2.46-hu.xpi 950137 SHA256 7366d80af72e1e5c46275b0f3f4efa36290b59ac2c24dc4b2debf06dbdc469fe SHA512 35f77886c5be124d5fdbb35f03a6917f87c29d8c29e874c68d99b0dc9880481a95677001b7560ab887a7604303e698c5a15c68831c344069663d9dae09794f97 WHIRLPOOL cd87441d1c318d6f73293792373a0c62f00e26fc78d76d56795b75bc65f055673b397bae5bff683fdf7a970620353021a9acd0d2dd95d8c0e5e140c28c6427e5 diff --git a/www-client/seamonkey/seamonkey-2.46.ebuild b/www-client/seamonkey/seamonkey-2.46.ebuild index b723e5e3de0c..9d30f51160f2 100644 --- a/www-client/seamonkey/seamonkey-2.46.ebuild +++ b/www-client/seamonkey/seamonkey-2.46.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,8 +7,8 @@ WANT_AUTOCONF="2.1" # This list can be updated with scripts/get_langs.sh from the mozilla overlay # note - could not roll langpacks for: ca fi -MOZ_LANGS=(be cs de en-GB es-AR es-ES fr gl hu it ja lt nb-NO nl pl pt-PT ru sk - sv-SE tr uk zh-CN zh-TW) +MOZ_LANGS=(be ca cs de en-GB es-AR es-ES fi fr gl hu it ja lt nb-NO nl pl pt-PT + ru sk sv-SE tr uk zh-CN zh-TW) MOZ_PV="${PV/_pre*}" MOZ_PV="${MOZ_PV/_alpha/a}" diff --git a/x11-libs/motif/Manifest b/x11-libs/motif/Manifest index 7d9881298df9..582a574e0cfc 100644 --- a/x11-libs/motif/Manifest +++ b/x11-libs/motif/Manifest @@ -1,7 +1,6 @@ -DIST motif-2.3.4-patches-1.tar.xz 1776 SHA256 b5c9a0d026202c488a95b24beaefc63139b0cd30084af66da4247117c8c2d1e6 SHA512 f6773e0d7720adff8b5225025a682d12a4a60465c2a49d26df29daf7f8d7891f68b7ad3e284ff5cc73938ec4c78ed27216f9304f35905267b28c33f6d29b5666 WHIRLPOOL e677f210513dbb2ce68bffa0662443e232b2515c7796165cfe66e6c15cf765a9477362ba1d9ce42ef606c351df6e342063733fde907995d0954a10929ebacad1 -DIST motif-2.3.4-src.tgz 9527040 SHA256 637efa09608e0b8f93465dbeb7c92e58ebb14c4bc1b488040eb79a65af3efbe0 SHA512 fb1033caa68f25b93282fa6700d5b7856be217b3651072d86e7c93a747df5b31219230998eb93deae22a8fa698e816b1a30e52b3ae88ae1c01c1f0aac59a2af2 WHIRLPOOL 9e4447fb1ac09a41cd6c61af52584f42fee3d026874bc15e258bc79f239f95a21bb3fe79ed7df08d86aaac370a669ec83cacc9eadb11320fbad6df6c27715d95 DIST motif-2.3.5-patches-1.tar.xz 1408 SHA256 7c3e8fd55397e99c319652d1054156d4e62528f71cf85986417e20b5da66fef5 SHA512 cb157630f0c301e0cb6e5d17668486db41d90cf540ced234c96742e0ec7258fb2596a349a84db9fd4ac621f3cd019cdd89cdadce596a70ea1dec91cc69dd3351 WHIRLPOOL dccc460ec7eb00114470445caed7c92814d1b64b29338d5f2e57064fe71f198bc8d6eae45c702d4d20c3b6e6b6c9efb050fd639bf4481cf8770f112f6461eb59 DIST motif-2.3.5.tar.gz 6035803 SHA256 afc5c93c03327a7207f5822c272aaf0d98439007aa85a23149f833ba24916d25 SHA512 6c489409c8ac9d61da6aa916fde5b306d9175d329269885d1f8253f035c33b5b78e75e82178276538a84a6bd76f23c2fa31b40326ea0d00391c6e23afbcd1663 WHIRLPOOL 600e8ddd120447a9f71ad3ab4bd7b10f15b7a770cf289f1083a528dae79e4f08c8d1ffea1e7b04af43d25442cb117f0b9e0ee119cbcba360995c9609006f67b5 +DIST motif-2.3.6-patches-2.tar.xz 1600 SHA256 03478b2ef5c49b9854534ac4615f56d93e589daf50d9056c1abba372e157c947 SHA512 09c857f7f2ec0d48660e6fff8afddec99416084e2b80a8793401e7641a3669fbe4eb10811e60f3d9dc106c828a87324dfdd27cc91a62bf3dedbd9154542c7619 WHIRLPOOL 2d59ea61e646a827b0da3d6b44b72a7d42b8e60f1defcfc00c8c9689a97c6789cfd6f91ff858ee1b8cc8443c5510507ef14d37efd4e24928c0d9dc54f87a2b8f DIST motif-2.3.6.tar.gz 5725456 SHA256 fa810e6bedeca0f5a2eb8216f42129bcf6bd23919068d433e386b7bfc05d58cf SHA512 65c2d7666a916ab38878008915072317752ee2657ebaff869d274f9f9d9fba3ebfbb82c26d2517f3b9035e059ac99a9bf46d4be8d123115e3b23589517d28e60 WHIRLPOOL 88a88dbdeefce4ff01a5018f16cc687e9ac86af67344c5c292d0508abcada17d8dc7d65df2c2e6e4904d6c8524552e2607f1a926a745fe3196f866d9c5f93294 DIST openMotif-2.2.3.tar.gz 5149785 SHA256 12fc0d1de53ff30307603e31826db9b63a442f6f743451aed2cb7cedb038d3d9 SHA512 322381faf50bde6bbd2253f1b52a25e5471df87a2b01fba4de7e0d1bb4c1267e2b0d358e13e1b924a60d9e85316959fa6b2be5a458964d03f47a936bb618eae8 WHIRLPOOL 970f3f20eefde787af9fa932dcbf77e870ca6ba248e2632c358bbb7d149c2c4fef31a33a64888bc2b2e891f1c66a803a12e1121378539a94599e0be753c04bad DIST openmotif-2.2.3-patches-5.tar.xz 19972 SHA256 69e1b1e37023ce0aa65c1aa8bdb60a6b2ead3472df26f1d10bffae7386b24c35 SHA512 62c0489d1bda83952e1c8d39e8c8fe0ee5a4d2927f9139227cb80b2c58751d63d95b70fff3eb165219e75cdfdc299f92d90482124e6334a28781a13b174786c9 WHIRLPOOL e2f8abc439d25d631b8489e1007788e931ea4982957d50e0e3e1062b76a3d37b279140f30bac95ab378a76cc33d5a49c1c217a66c441959510d9a96d7409d4af diff --git a/x11-libs/motif/motif-2.3.4-r3.ebuild b/x11-libs/motif/motif-2.3.6-r1.ebuild similarity index 86% rename from x11-libs/motif/motif-2.3.4-r3.ebuild rename to x11-libs/motif/motif-2.3.6-r1.ebuild index afa5b78108a0..9343453cc06d 100644 --- a/x11-libs/motif/motif-2.3.4-r3.ebuild +++ b/x11-libs/motif/motif-2.3.6-r1.ebuild @@ -1,20 +1,20 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit autotools eutils flag-o-matic multilib toolchain-funcs multilib-minimal DESCRIPTION="The Motif user interface component toolkit" HOMEPAGE="https://sourceforge.net/projects/motif/ http://motif.ics.com/" -SRC_URI="mirror://sourceforge/project/motif/Motif%20${PV}%20Source%20Code/${P}-src.tgz - mirror://gentoo/${P}-patches-1.tar.xz" +SRC_URI="mirror://sourceforge/project/motif/Motif%20${PV}%20Source%20Code/${P}.tar.gz + http://dev.gentoo.org/~ulm/distfiles/${P}-patches-2.tar.xz" LICENSE="LGPL-2.1+ MIT" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="examples jpeg +motif22-compatibility png static-libs unicode xft" RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] @@ -36,8 +36,8 @@ DEPEND="${RDEPEND} x11-misc/xbitmaps" src_prepare() { - EPATCH_SUFFIX=patch epatch - epatch_user + eapply ../patch + eapply_user # disable compilation of demo binaries sed -i -e '/^SUBDIRS/{:x;/\\$/{N;bx;};s/[ \t\n\\]*demos//;}' Makefile.am @@ -45,6 +45,9 @@ src_prepare() { # add X.Org vendor string to aliases for virtual bindings echo -e '"The X.Org Foundation"\t\t\t\t\tpc' >>bindings/xmbind.alias + # remove header file which shouldn't be in the tarball #578168 + rm lib/Xm/Xm.h || die + AT_M4DIR=. eautoreconf # get around some LANG problems in make (#15119) diff --git a/x11-misc/ktsuss/ktsuss-2.ebuild b/x11-misc/ktsuss/ktsuss-2.ebuild index 432733f05cce..160b6d5892ed 100644 --- a/x11-misc/ktsuss/ktsuss-2.ebuild +++ b/x11-misc/ktsuss/ktsuss-2.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://ktsuss.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~mips ppc ~ppc64 x86" +KEYWORDS="amd64 ~mips ppc ppc64 x86" IUSE="" RDEPEND=">=x11-libs/gtk+-2.12.11:2 diff --git a/x11-misc/obmenu/obmenu-1.0-r1.ebuild b/x11-misc/obmenu/obmenu-1.0-r1.ebuild index 11042e198f8f..95c3a0fa74ff 100644 --- a/x11-misc/obmenu/obmenu-1.0-r1.ebuild +++ b/x11-misc/obmenu/obmenu-1.0-r1.ebuild @@ -12,6 +12,6 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" RDEPEND="dev-python/pygtk" diff --git a/x11-misc/x11vnc/x11vnc-0.9.14_p20161013.ebuild b/x11-misc/x11vnc/x11vnc-0.9.14_p20161013.ebuild index 6114071bbea8..53a89ec0d2ad 100644 --- a/x11-misc/x11vnc/x11vnc-0.9.14_p20161013.ebuild +++ b/x11-misc/x11vnc/x11vnc-0.9.14_p20161013.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/LibVNC/x11vnc/archive/e191071c1f375d04ba8f955ea0a302 LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="crypt fbcon libressl ssl xinerama zeroconf" RDEPEND=">=net-libs/libvncserver-0.9.8[ssl?] diff --git a/x11-misc/xclip/xclip-0.13.ebuild b/x11-misc/xclip/xclip-0.13.ebuild index 855ec9d020c5..8cf4d8b4a7f6 100644 --- a/x11-misc/xclip/xclip-0.13.ebuild +++ b/x11-misc/xclip/xclip-0.13.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/astrand/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux" IUSE="" RDEPEND="x11-libs/libX11 diff --git a/x11-misc/xlockmore/xlockmore-5.47.ebuild b/x11-misc/xlockmore/xlockmore-5.47.ebuild index 309bd0a4e253..4e6333e7db1f 100644 --- a/x11-misc/xlockmore/xlockmore-5.47.ebuild +++ b/x11-misc/xlockmore/xlockmore-5.47.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://www.tux.org/~bagleyd/xlock/${P}.tar.xz" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ppc64 ~sparc ~x86" IUSE="crypt debug gtk imagemagick motif nas opengl pam truetype xinerama xlockrc vtlock" REQUIRED_USE=" diff --git a/x11-plugins/wmweather+/Manifest b/x11-plugins/wmweather+/Manifest index 66930c0a1f1a..344e7c9af1db 100644 --- a/x11-plugins/wmweather+/Manifest +++ b/x11-plugins/wmweather+/Manifest @@ -1,2 +1,3 @@ DIST wmweather+-2.13.tar.gz 195094 SHA256 d15d8f491022e2f092d91a3a463b3200a4ac620ac93b0ecff796751d28e997d2 SHA512 ed92a5434658da795385ef8420357647dd359ca46d6347dc21648062b911b3393d5e84262c92dc18ec1add4ffcb81e02cb3f6863816662112595e03bc74688c2 WHIRLPOOL 910e0a74dc241569ff517625131a59b14d9fd0dbe191311aebf73e34e815ad4feb3cd86b7c41b93a054954374c361f27b7d1262c28bee1c08c78cb304dde9548 DIST wmweather+-2.15.tar.gz 209258 SHA256 3e7931527a1b5e8def17abc2987ec43508a2cc3394c2f340b6e0062e5bfadbd1 SHA512 9096a337d50586e9d5fdb28a0cd6e882fd58cace1e148cb0e2c14239f2f5121a5cdad5ed63a1c8cd2c3f1907c4aee772cea3f55656437a7ee319226efbf6f82a WHIRLPOOL ae3c66b9dcec2c6fa6f142176612f8fb44cf3941e7c5351451da18b5c0b9852e8a6e680672a4f539948b85a78adbe638e8106c2490e373bb4b1b93f85015e663 +DIST wmweather+-2.16.tar.gz 210953 SHA256 9dc8a15c4b5e3b6eba42d13c9ce796aa93283f1c69832ad63e09686299e7e485 SHA512 b156d65c69ef67b4116f68f975adb3e36c948715b32ca1efea800ec8a407f3f3065079236a1e28d5282a98c1421f98f4b9dc93a81e59198ec2aec010079528dd WHIRLPOOL a3f4b68b63b0c67bb587ae7c476672f739e5a525ff6a0e4d4fa8cb223efc566f44c00989fc1999d055d5f0625c3d3a4e4baf5b46401d9fa5740fea0c2f86b20f diff --git a/x11-plugins/wmweather+/wmweather+-2.16.ebuild b/x11-plugins/wmweather+/wmweather+-2.16.ebuild new file mode 100644 index 000000000000..046c4e8af0c3 --- /dev/null +++ b/x11-plugins/wmweather+/wmweather+-2.16.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="A dockapp for displaying data collected from METAR, AVN, ETA, and MRF forecasts" +HOMEPAGE="http://www.sourceforge.net/projects/wmweatherplus/" +SRC_URI="mirror://sourceforge/wmweatherplus/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="dev-libs/libpcre + >=net-misc/curl-7.17.1 + x11-libs/libXpm + x11-libs/libXext + x11-libs/libX11 + x11-wm/windowmaker" +RDEPEND="${DEPEND}" diff --git a/x11-themes/light-themes/Manifest b/x11-themes/light-themes/Manifest index 301c93a80f01..29398ac4ca70 100644 --- a/x11-themes/light-themes/Manifest +++ b/x11-themes/light-themes/Manifest @@ -1,3 +1,4 @@ DIST Gentoo-Buttons-r1.tar.xz 80476 SHA256 8de84366411d8a67e3550cd131fa9634614212f0127f73336e11f7aba6cc8799 SHA512 d1c093fe8ce905a409cd3ce85fde8490f26b918bb1dd3ccb6695eaa6c7a4908d7ba1e1d14a9443a16331168ca9b3fa58b5b28805fc583b4345932602f7c19168 WHIRLPOOL e12ba8b37260115f395e4a48ab211c788dbb7f967a3be63a6f80dee7841fd1a62adbf2a6c2ec608ed3532b8be513c6750300f7b3b9ed9a82d049dfc8078acba9 DIST light-themes_0.1.93.tar.gz 333969 SHA256 f44bda89c7328e2cda9e4f26d4cd26091fe462d581e8d9b7b73b982533146c37 SHA512 c59a0c3451d91a3e19cdfb91e67dbbfb7ff3f804d586383281fb9b2ad261953eb8549670ef0aaf87f6f0d497eec6cca8d78d19d4c8107b807fb768a1e155ed7e WHIRLPOOL 267e7e570f5b1d614a8a55067a5cef646a60e2e71bb0d96f197bbee429ed8adbe34237358c5011ca735ad07b3997dad0d43e49bd811028166179ef2bfc14d711 DIST ubuntu-themes_14.04+15.04.20150410.orig.tar.gz 31996792 SHA256 a17c010fd92ae645cb7a4d88a52f867fc220c5ed1ecc0b247b3d7721a6af2d85 SHA512 0f0afc545b6f323e20017cb42e704d231a5e11e88077ec60d2bc623991842a05f52e0cf1e6e71fc12fb4ce76dbbcfacff86bde0d43ebdf4784f2760f00ff3803 WHIRLPOOL baa721f11b42678b080fe692e67ebcf0549aff1b972682181bb8acdd9b0973fd47991e62a2b4158094c00af41209085bd69c26b461615c48bf562770b6ef7201 +DIST ubuntu-themes_16.10+17.04.20161205.orig.tar.gz 13834759 SHA256 ff9c002dd7668fdf65ddab392ed1eedc55c11cd7e2500d765a2d9b4607142799 SHA512 42bb622ad6818f7bf2e9f163f4a9a342fd7d8bad5e8a50db2d439857d053b0827543b7e8f626588316670fd6c63d050ecc522aef52e49c5c336ac08f6f303238 WHIRLPOOL 0dce7927bd66672b64e4db81db77534d648e84b08d65d324bfd44ee16176b789dfff074a33813475df33997b8372848345eb2e34574ffae510806b6cac0ffb43 diff --git a/x11-themes/light-themes/light-themes-0.1.93-r4.ebuild b/x11-themes/light-themes/light-themes-0.1.93-r4.ebuild index 97a0df144d70..b1590b9fb620 100644 --- a/x11-themes/light-themes/light-themes-0.1.93-r4.ebuild +++ b/x11-themes/light-themes/light-themes-0.1.93-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,7 +20,7 @@ IUSE="gtk3" DEPEND="app-arch/xz-utils" RDEPEND=" x11-themes/gtk-engines-murrine - gtk3? ( x11-themes/gtk-engines-unico ) + gtk3? ( x11-themes/gtk-engines-unico