diff --git a/app-admin/collectd/collectd-5.5.1-r2.ebuild b/app-admin/collectd/collectd-5.5.1-r3.ebuild similarity index 98% rename from app-admin/collectd/collectd-5.5.1-r2.ebuild rename to app-admin/collectd/collectd-5.5.1-r3.ebuild index 971532e90f27..81bf0c29c19d 100644 --- a/app-admin/collectd/collectd-5.5.1-r2.ebuild +++ b/app-admin/collectd/collectd-5.5.1-r3.ebuild @@ -76,11 +76,9 @@ COMMON_DEPEND=" collectd_plugins_curl_xml? ( net-misc/curl dev-libs/libxml2:= ) collectd_plugins_dbi? ( dev-db/libdbi ) collectd_plugins_dns? ( net-libs/libpcap ) - collectd_plugins_genericjmx? ( virtual/jre:= dev-java/java-config-wrapper ) collectd_plugins_gmond? ( sys-cluster/ganglia ) collectd_plugins_ipmi? ( >=sys-libs/openipmi-2.0.16-r1 ) collectd_plugins_iptables? ( >=net-firewall/iptables-1.4.13:= ) - collectd_plugins_java? ( virtual/jre:= dev-java/java-config-wrapper ) collectd_plugins_log_logstash? ( dev-libs/yajl ) collectd_plugins_lvm? ( sys-fs/lvm2 ) collectd_plugins_memcachec? ( dev-libs/libmemcached ) @@ -133,6 +131,8 @@ DEPEND="${COMMON_DEPEND} virtual/pkgconfig" RDEPEND="${COMMON_DEPEND} + collectd_plugins_genericjmx? ( >=virtual/jre-1.6 ) + collectd_plugins_java? ( >=virtual/jre-1.6 ) collectd_plugins_syslog? ( virtual/logger ) selinux? ( sec-policy/selinux-collectd )" @@ -195,7 +195,7 @@ collectd_linux_kernel_checks() { collectd_plugin_kernel_linux battery ACPI_BATTERY warn # cgroups.c: /sys/fs/cgroup/ - collectd_plugin_kernel_linux cgroups CONFIG_CGROUPS warn + collectd_plugin_kernel_linux cgroups CGROUPS warn # cpufreq.c: /sys/devices/system/cpu/cpu%d/cpufreq/ collectd_plugin_kernel_linux cpufreq SYSFS warn diff --git a/app-admin/supervisor/Manifest b/app-admin/supervisor/Manifest index d74ecd2c45b9..402a2eb33184 100644 --- a/app-admin/supervisor/Manifest +++ b/app-admin/supervisor/Manifest @@ -1,3 +1,4 @@ DIST supervisor-3.1.3.tar.gz 391529 SHA256 e32c546fe8d2a6e079ec4819c49fd24534d4075a58af39118d04367918b3c282 SHA512 40795bfd1aee3eba9e51b6dc1bfcff20c42c0a42ca7ceecc35c428f7840d5d631303b7f0c4eee85375296fd4e9a48f6b405a87caf038f8ffbfe227b5160e7aa5 WHIRLPOOL da8f41907857c46633e93e1806449babd9230994a528c73946276c10387e380763b7b9fb884bb3376537d6eb55428e5873ed8e9a11cd410a3d6c8d7593907552 DIST supervisor-3.2.1.tar.gz 410461 SHA256 d6b54903aab4214664b6f2c6400f673bee3e21aec7b14d08940ed431a3ead630 SHA512 a4fa8b1729a578c36c989e91a87c0ff4d2e5487b1beb58bd0695729553b5005cf4a282c6a193330c5b352d2467597bae330a28d6e42305c8108593fbf24b1b80 WHIRLPOOL 36f798f87a73e76b8cd79d4c417a64246e77b3114142a82fc322f302deb285f625f6a1bab738cb437116665b6172a1b643fa8c765e57591500c53ed6823b3372 DIST supervisor-3.2.2.tar.gz 410884 SHA256 67b07b75bdf4529af0ed99f3940bac73d8bcdd8acb1b7cadb7314152e73b8c5f SHA512 2a4beba2bb707ce0ec90a80e212d7edc5e3a74e36675bb483100d97f75e2826538c3bf604faf07fe435e7f4c89608694a22f59293f272ea1e03f8859c0bf9da2 WHIRLPOOL 48795b0e61f9c7a295c0a807db81362d00012a91c3f37f4d2ccfa4f6c171d89219ec24c74e1ea53885353c2ae55c208ba6b6441345e89379c6159145f889a4de +DIST supervisor-3.2.3.tar.gz 411342 SHA256 3d6f0304c8ce74ab2100dfc4ab0f70050568504216f9508a81b8ed269aec9705 SHA512 53ced6e918aaf4cf780787378cf1559579c66760dc85fe07fe42554d42434ed01dc7f36b4b59bb3f56064523a51fe9f9b509bfc5d83c2306e2dcb523070c989a WHIRLPOOL 03d76d41a3c809305754e13087c183748a4c321b5e0ddf2b19a4869bffc457611946524749a80b33ee965dd52c9b9aa50212e669d87285c3201b736034b51a11 diff --git a/app-admin/supervisor/supervisor-3.2.3.ebuild b/app-admin/supervisor/supervisor-3.2.3.ebuild new file mode 100644 index 000000000000..049c53de7c3b --- /dev/null +++ b/app-admin/supervisor/supervisor-3.2.3.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +PYTHON_COMPAT=( python2_7 ) # py2 only +# xml.etree.ElementTree module required. +PYTHON_REQ_USE="xml" + +inherit distutils-r1 + +MY_PV="${PV/_beta/b}" + +DESCRIPTION="A system for controlling process state under UNIX" +HOMEPAGE="http://supervisord.org/ https://pypi.python.org/pypi/supervisor" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${PN}-${MY_PV}.tar.gz" + +LICENSE="repoze ZPL BSD HPND GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc test" + +# ALL versions of meld3 match to >=meld3-0.6.5 +RDEPEND="dev-python/meld3[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + test? ( dev-python/mock[${PYTHON_USEDEP}] ) + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" + +S="${WORKDIR}/${PN}-${MY_PV}" + +python_compile_all() { + # Somehow the test phase is called and run on invoking a doc build; harmless + use doc && emake -C docs html +} + +python_test() { + esetup.py test +} + +python_install_all() { + newinitd "${FILESDIR}/init.d-r1" supervisord + newconfd "${FILESDIR}/conf.d" supervisord + use doc && local HTML_DOCS=( docs/.build/html/. ) + distutils-r1_python_install_all +} diff --git a/app-admin/vault/Manifest b/app-admin/vault/Manifest index cbbaea3174f6..f76414b0f77a 100644 --- a/app-admin/vault/Manifest +++ b/app-admin/vault/Manifest @@ -1 +1,2 @@ DIST vault-0.4.1.tar.gz 2108269 SHA256 e986424d9bb0ace5450e8ed576d102f1d2d3a9d2d4c2046710aa55464a9fc296 SHA512 5b46e7f28e4b79f48bdc03ee65177a2cc3e10b71a05f34bb78f9c00ee6b4249447c39f3830ce5bfa7a8289fad5fa532420f769c21bfc33168cfed86bacc228f5 WHIRLPOOL 5b5d65931dcb381f659fa423765783a78f812420c4de29102a50da8d7215fb96e34de39f407917a12a7aa21c3bbc01c751df278676aaefdd620edf6910949dbc +DIST vault-0.5.2.tar.gz 3590947 SHA256 f68382963a339d8e078d2b5dae55f4ce45f5637903646d842e1c99dff0108c96 SHA512 38df443b3725ead5911960ab23bdc562d0b8adefb26db569d91c951f5e4e863c902a4fba6dcb56477df61754050c86bd8c252acbe2ba378a36ca87b6ef552e25 WHIRLPOOL 00eecc08eeeca090a327dd8d469e782503ff6864faf1ed493067b830422fb232fe832a7b4b7dcf4c711db104b149eb87700af0259327ba37822d7d875289c38b diff --git a/app-admin/vault/vault-0.5.2.ebuild b/app-admin/vault/vault-0.5.2.ebuild new file mode 100644 index 000000000000..43475f752b14 --- /dev/null +++ b/app-admin/vault/vault-0.5.2.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit fcaps golang-vcs-snapshot systemd user + +EGO_PN="github.com/hashicorp/${PN}/..." +DESCRIPTION="A tool for managing secrets" +HOMEPAGE="https://vaultproject.io/" +SRC_URI="https://${EGO_PN%/*}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SLOT="0" +LICENSE="MPL-2.0" +KEYWORDS="~amd64" +IUSE="" + +RESTRICT="test" + +DEPEND="" +RDEPEND="" + +STRIP_MASK="*.a" + +S="${WORKDIR}/${P}" + +FILECAPS=( + -m 755 'cap_ipc_lock=+ei' usr/bin/${PN} +) + +pkg_setup() { + enewgroup ${PN} + enewuser ${PN} -1 -1 -1 ${PN} +} + +src_compile() { + GOPATH=${S} GO15VENDOREXPERIMENT=1 \ + go install -v -work -x ${EGO_BUILD_FLAGS} "${EGO_PN}" || die +} + +src_install() { + local x + + dodoc "${S}"/src/${EGO_PN%/*}/{CHANGELOG.md,CONTRIBUTING.md,README.md} + newinitd "${FILESDIR}/${PN}.initd" "${PN}" + newconfd "${FILESDIR}/${PN}.confd" "${PN}" + systemd_dounit "${FILESDIR}/${PN}.service" + + keepdir /etc/${PN}.d + insinto /etc/${PN}.d + doins "${FILESDIR}/"*.json.example + + keepdir /var/log/${PN} + fowners ${PN}:${PN} /var/log/${PN} + + dobin "${S}/bin/${PN}" + + rm -rf "${S}"/{src,pkg/$(go env GOOS)_$(go env GOARCH)}/${EGO_PN%/*}/vendor + find "${S}"/src/${EGO_PN%/*} -mindepth 1 -maxdepth 1 -type f -delete || die + + while read -r -d '' x; do + x=${x#${S}/src} + [[ -d ${S}/pkg/$(go env GOOS)_$(go env GOARCH)/${x} || + -f ${S}/pkg/$(go env GOOS)_$(go env GOARCH)/${x}.a ]] && continue + rm -rf "${S}"/src/${x} + done < <(find "${S}"/src/${EGO_PN%/*} -mindepth 1 -maxdepth 1 -type d -print0) + insopts -m0644 -p # preserve timestamps for bug 551486 + insinto $(dirname "$(get_golibdir)/pkg/$(go env GOOS)_$(go env GOARCH)/${EGO_PN%/*}") + doins -r "${S}"/pkg/$(go env GOOS)_$(go env GOARCH)/${EGO_PN%/*} + insinto $(dirname "$(get_golibdir)/src/${EGO_PN%/*}") + doins -r "${S}"/src/${EGO_PN%/*} +} diff --git a/app-arch/unzip/unzip-6.0_p20.ebuild b/app-arch/unzip/unzip-6.0_p20.ebuild index b0ea922e14bb..cb6eb1ed16d3 100644 --- a/app-arch/unzip/unzip-6.0_p20.ebuild +++ b/app-arch/unzip/unzip-6.0_p20.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/infozip/${MY_P}.tar.gz LICENSE="Info-ZIP" 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" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" IUSE="bzip2 natspec unicode" DEPEND="bzip2? ( app-arch/bzip2 ) diff --git a/app-backup/holland-backup-example/metadata.xml b/app-backup/holland-backup-example/metadata.xml index 9b3c6f8ef9df..2dc1ff32d41c 100644 --- a/app-backup/holland-backup-example/metadata.xml +++ b/app-backup/holland-backup-example/metadata.xml @@ -1,10 +1,7 @@ - - alunduil@gentoo.org - Alex Brandt - + diff --git a/app-backup/holland-backup-mysql-lvm/metadata.xml b/app-backup/holland-backup-mysql-lvm/metadata.xml index 9b3c6f8ef9df..2dc1ff32d41c 100644 --- a/app-backup/holland-backup-mysql-lvm/metadata.xml +++ b/app-backup/holland-backup-mysql-lvm/metadata.xml @@ -1,10 +1,7 @@ - - alunduil@gentoo.org - Alex Brandt - + diff --git a/app-backup/holland-backup-mysql-meta/metadata.xml b/app-backup/holland-backup-mysql-meta/metadata.xml index 93b270d5064f..d35f8e3237f7 100644 --- a/app-backup/holland-backup-mysql-meta/metadata.xml +++ b/app-backup/holland-backup-mysql-meta/metadata.xml @@ -1,10 +1,7 @@ - - alunduil@gentoo.org - Alex Brandt - + diff --git a/app-backup/holland-backup-mysqldump/metadata.xml b/app-backup/holland-backup-mysqldump/metadata.xml index 9b3c6f8ef9df..2dc1ff32d41c 100644 --- a/app-backup/holland-backup-mysqldump/metadata.xml +++ b/app-backup/holland-backup-mysqldump/metadata.xml @@ -1,10 +1,7 @@ - - alunduil@gentoo.org - Alex Brandt - + diff --git a/app-backup/holland-backup-mysqlhotcopy/metadata.xml b/app-backup/holland-backup-mysqlhotcopy/metadata.xml index 9b3c6f8ef9df..2dc1ff32d41c 100644 --- a/app-backup/holland-backup-mysqlhotcopy/metadata.xml +++ b/app-backup/holland-backup-mysqlhotcopy/metadata.xml @@ -1,10 +1,7 @@ - - alunduil@gentoo.org - Alex Brandt - + diff --git a/app-backup/holland-backup-pgdump/metadata.xml b/app-backup/holland-backup-pgdump/metadata.xml index 9b3c6f8ef9df..2dc1ff32d41c 100644 --- a/app-backup/holland-backup-pgdump/metadata.xml +++ b/app-backup/holland-backup-pgdump/metadata.xml @@ -1,10 +1,7 @@ - - alunduil@gentoo.org - Alex Brandt - + diff --git a/app-backup/holland-backup-random/metadata.xml b/app-backup/holland-backup-random/metadata.xml index 9b3c6f8ef9df..2dc1ff32d41c 100644 --- a/app-backup/holland-backup-random/metadata.xml +++ b/app-backup/holland-backup-random/metadata.xml @@ -1,10 +1,7 @@ - - alunduil@gentoo.org - Alex Brandt - + diff --git a/app-backup/holland-backup-sqlite/metadata.xml b/app-backup/holland-backup-sqlite/metadata.xml index 9b3c6f8ef9df..2dc1ff32d41c 100644 --- a/app-backup/holland-backup-sqlite/metadata.xml +++ b/app-backup/holland-backup-sqlite/metadata.xml @@ -1,10 +1,7 @@ - - alunduil@gentoo.org - Alex Brandt - + diff --git a/app-backup/holland-lib-common/metadata.xml b/app-backup/holland-lib-common/metadata.xml index 9b3c6f8ef9df..2dc1ff32d41c 100644 --- a/app-backup/holland-lib-common/metadata.xml +++ b/app-backup/holland-lib-common/metadata.xml @@ -1,10 +1,7 @@ - - alunduil@gentoo.org - Alex Brandt - + diff --git a/app-backup/holland-lib-lvm/metadata.xml b/app-backup/holland-lib-lvm/metadata.xml index 9b3c6f8ef9df..2dc1ff32d41c 100644 --- a/app-backup/holland-lib-lvm/metadata.xml +++ b/app-backup/holland-lib-lvm/metadata.xml @@ -1,10 +1,7 @@ - - alunduil@gentoo.org - Alex Brandt - + diff --git a/app-backup/holland-lib-mysql/metadata.xml b/app-backup/holland-lib-mysql/metadata.xml index 9b3c6f8ef9df..2dc1ff32d41c 100644 --- a/app-backup/holland-lib-mysql/metadata.xml +++ b/app-backup/holland-lib-mysql/metadata.xml @@ -1,10 +1,7 @@ - - alunduil@gentoo.org - Alex Brandt - + diff --git a/app-backup/holland/metadata.xml b/app-backup/holland/metadata.xml index 9b3c6f8ef9df..2dc1ff32d41c 100644 --- a/app-backup/holland/metadata.xml +++ b/app-backup/holland/metadata.xml @@ -1,10 +1,7 @@ - - alunduil@gentoo.org - Alex Brandt - + diff --git a/app-backup/kfoldersync/Manifest b/app-backup/kfoldersync/Manifest index 60e9947e1eda..182d56c478ec 100644 --- a/app-backup/kfoldersync/Manifest +++ b/app-backup/kfoldersync/Manifest @@ -1 +1 @@ -DIST kfoldersync-3.1.3.tar.xz 34152 SHA256 138b546e8976e6f78e1f68f3f2b2754bd17cefab847c4aba9173bf1bd8450bf1 SHA512 e0ac9337a266621a7500dbfd28e69d496eb3f11ddbf6f59fbade156578dd22b5a11eadf7068fe358461fc5c0d8a34aea225628bc69794b6d9e341bf43ad18638 WHIRLPOOL ad63cfecdec0b97bd28e249f8393810b09fff899168e17fa6e23baa3ad91ca7494f871b53495f363e7a7422dc1bffccc6a628b08920ba76cc716ccc83d463d30 +DIST kfoldersync-3.1.4.tar.xz 33808 SHA256 d9d5438b5af7609f2fb049590c6cc8ad5c7670c67514d8f06c63a2c47f8763f4 SHA512 bf70b536c2bcbe41a8fa41dbb8650b8c6b5c50ffc9dfbc06325bc86d1bf0b27d41f636a74238eeafc3c9dc5523c9550cfc6591b73ee9b45f80f39e8dfbcb09b7 WHIRLPOOL 578e1f3200d91aeec06752e7d75ce001da2cf61b845aabf4e7df9d0eef69b2c37a4c1f1a2ca421350e7d38e0dec537ba45b7ebb1f16dfe554629d3920c633382 diff --git a/app-backup/kfoldersync/kfoldersync-3.1.3.ebuild b/app-backup/kfoldersync/kfoldersync-3.1.4.ebuild similarity index 96% rename from app-backup/kfoldersync/kfoldersync-3.1.3.ebuild rename to app-backup/kfoldersync/kfoldersync-3.1.4.ebuild index a7f0de4edf68..7acfb98a91db 100644 --- a/app-backup/kfoldersync/kfoldersync-3.1.3.ebuild +++ b/app-backup/kfoldersync/kfoldersync-3.1.4.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="http://kde-apps.org/content/show.php/KFolderSync?content=164092" SRC_URI="http://kde-apps.org/CONTENT/content-files/164092-${PN}-${PV}.tar.xz -> ${P}.tar.xz" LICENSE="GPL-2+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="" RDEPEND=" diff --git a/app-backup/spideroak-bin/Manifest b/app-backup/spideroak-bin/Manifest index d105f61109e0..ce0f6c91a114 100644 --- a/app-backup/spideroak-bin/Manifest +++ b/app-backup/spideroak-bin/Manifest @@ -4,3 +4,5 @@ DIST spideroak-bin-5.2.0_amd64.deb 20284404 SHA256 f9b452f891796fcd1046c4a955d2b DIST spideroak-bin-5.2.0_x86.deb 19641884 SHA256 f4689dcc0630e4b46b039c64a16e291d740cc245b7507863ae5938473f504c30 SHA512 e98041b98c77e011774abe5b832c9a2ee4ecd179864bd39aacdb439f906110797f9f96e7326a394a6da0cbb88650c242da51060b501de0c379a0efdb75594403 WHIRLPOOL bf96a2cd8f3bbf6ab2ec26c532546b8c40dda09a1902075332fb2c8787af4a4a1808094fb6e7fb90f27c9da2d480b1129e235fa656c76bd1acbfd3b8bbda90d5 DIST spideroak-bin-6.0.1_amd64.deb 26718286 SHA256 7baa2573756ce174fbdff882be21de2306580de12d31cf760b706da72efdb711 SHA512 28551b5a5e7824e06c17a7f53a9218d82a18ddc9c9ba3bd19361eef02d02afb795ee75d4aad9819ff87de78193edca1015efcea0c65e36bcdfad9d9bdf96f819 WHIRLPOOL dd34a78a675beb8c08c7c36abc6fb65182dcb24ec9a446cc6fc6bb8114f457c2383743305eb3d5886ddb0d9cc3a4dc3489d75fef2226947660f19624b81b5098 DIST spideroak-bin-6.0.1_x86.deb 26232394 SHA256 084013d54c335e74fb853b74f54ac1ca2a90d96338cb6e3dbdf4f83dc718c611 SHA512 b94363fa66338be4af70ac753c7aac0e80dac6bea2a23310075de4e77c950fb67a63e9c6aa14734f00d49ea8a537b788379d3599dfa874fddc9f7455e805f773 WHIRLPOOL 7a735006f179ef1421cc071ebe7118650a6052f5563735beb290021420ef75730f2f105d2606f42a4721d48775eced463e9ca9da58315efae2b9e5c95087bf98 +DIST spideroak-bin-6.1.3_amd64.deb 26655852 SHA256 65ecab3096e6de675fd9facf81f387775c2419158112c4914447fa0af07d8015 SHA512 f9d4e4178721609ec4a544ac8b84e581088ad9be5aaf3aa68de12e2d7e17d7c148d9a619917b69ecfd9c08087d1987b0b67081673b81f56908089caa9ab0edc5 WHIRLPOOL 6751d84d9739bc66f189b52cf944544213f10e978b9e2cb1b85fcf1303fb4ae0373d7bf9633638586cceea659c2448a442b459fdaefc7306854f8b1f58c189d9 +DIST spideroak-bin-6.1.3_x86.deb 26173318 SHA256 50fd7d442291bb9ec64d51308444c83b7d76d55bafcc3e9f5d3009e6a49eee0f SHA512 0ddf1be909b44042e3fe0f7e791558e50c649a3d4472c3a05c78835c593d6db3369c0e862b79f2a4812232503346defc1c889fbc4c701a125d3364810b524481 WHIRLPOOL 2e19e4ac0f9028acea19eb2f395faba2031959c09544c07a7f10c690f67317558ac0fbdf2e1fe1b52a922e4ac9480486348b0c4cf053b03336018d3aef7f2dab diff --git a/app-backup/spideroak-bin/spideroak-bin-6.1.3.ebuild b/app-backup/spideroak-bin/spideroak-bin-6.1.3.ebuild new file mode 100644 index 000000000000..b31ccc43bc13 --- /dev/null +++ b/app-backup/spideroak-bin/spideroak-bin-6.1.3.ebuild @@ -0,0 +1,94 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit eutils unpacker + +SRC_URI_BASE="https://spideroak.com/getbuild?platform=ubuntu" + +DESCRIPTION="Secure free online backup, storage, access and sharing system" +HOMEPAGE="https://spideroak.com" +SRC_URI="x86? ( ${SRC_URI_BASE}&arch=i386&version=${PV} -> ${P}_x86.deb ) + amd64? ( ${SRC_URI_BASE}&arch=x86_64&version=${PV} -> ${P}_amd64.deb )" +RESTRICT="mirror strip" + +LICENSE="spideroak" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="dbus X" + +DEPEND="dev-util/patchelf" +RDEPEND=" + app-crypt/mit-krb5[keyutils] + dbus? ( sys-apps/dbus ) + X? ( + media-libs/fontconfig + media-libs/freetype:2 + dev-libs/glib:2 + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXmu + x11-libs/libXrender + x11-libs/libXt + ) +" + +S=${WORKDIR} + +QA_PREBUILT="*" + +src_prepare() { + # Set RPATH for preserve-libs handling (bug #400979). + cd "${S}/opt/SpiderOakONE/lib" || die + local x + for x in `find` ; do + # Use \x7fELF header to separate ELF executables and libraries + [[ -f ${x} && $(od -t x1 -N 4 "${x}") == *"7f 45 4c 46"* ]] || continue + patchelf --set-rpath '$ORIGIN' "${x}" || \ + die "patchelf failed on ${x}" + done +} + +src_install() { + #install the wrapper script + exeinto /usr/bin + doexe usr/bin/SpiderOakONE + + # inotify_dir_watcher needs to be marked executable, bug #453266 + #chmod a+rx opt/SpiderOakONE/lib/inotify_dir_watcher + + #install the executable + exeinto /opt/SpiderOakONE/lib + doexe opt/SpiderOakONE/lib/SpiderOakONE + doexe opt/SpiderOakONE/lib/inotify_dir_watcher + rm -f opt/SpiderOakONE/lib/{SpiderOakONE,inotify_dir_watcher} + + #install the prebundled libraries + insinto /opt/SpiderOakONE + doins -r opt/SpiderOakONE/lib + + #install the config files + use dbus || rm -rf etc/dbus-1 + insinto / + doins -r etc + + #install the manpage + doman usr/share/man/man1/SpiderOakONE.1.gz + + if use X; then + domenu usr/share/applications/SpiderOakONE.desktop + doicon usr/share/pixmaps/SpiderOakONE.png + fi +} + +pkg_postinst() { + if ! use X; then + einfo "For instructions on running SpiderOakONE without a GUI, please read the FAQ:" + einfo " https://spideroak.com/faq/questions/62/how_do_i_install_spideroak_on_a_headless_linux_server/" + einfo " https://spideroak.com/faq/questions/67/how_can_i_use_spideroak_from_the_commandline/" + fi +} diff --git a/app-emulation/docker-compose/Manifest b/app-emulation/docker-compose/Manifest index 342b7029ebb0..a6631d5635cb 100644 --- a/app-emulation/docker-compose/Manifest +++ b/app-emulation/docker-compose/Manifest @@ -1,3 +1,3 @@ -DIST docker-compose-1.5.1.tar.gz 104331 SHA256 df5e885fd758a2b5983574d6718b5a07f92c7166c5706dc6ff88687d27bfaf55 SHA512 be6678c27b73516e14bf80255e52bde72517bd65a91f1be2393a15f0f0b87ff9ddd785e22016a9a5e1a68d5e6b9be395a96d60b7bc862f24647adf81752b9baa WHIRLPOOL 0b1312cb0d99a7cf02d8a88a7b00f3105f497c1cfa0ac3b32b369cd3984f2b1eaa8ea2c9e2e5a70ada3a371fb8a774245b75eaf5a7665170398df5f703793311 DIST docker-compose-1.5.2.tar.gz 106583 SHA256 79aa7e2e6ef9ab1936f8777476ffd4bb329875ec3d3664d239896d2f2a3c4f4f SHA512 be671503bbb91fdb5fdf9ff593f28d290d1c65738d055629d8252cf4c4eea7f5931a1e1d6d7a0b27640166671ecb095b413cb694b768437be3ec207e059f4ccc WHIRLPOOL bb12df93739329b9577db41a317a22976dc97ca1d1d3dd72e2ff4b8c245caf106f1aab466d42ffa7b9e6a7bf6f628f8977d2700460591051dade074535f0175e DIST docker-compose-1.6.2.tar.gz 128730 SHA256 264e2cbdd3fa314ba75f2681d10b0cff8d989a62979c1ba42d15a6d4c4002482 SHA512 7254a7e88b9030eeac87c1c6abfeea12e978519cc4e0236e37537c3143198d448e504107b1599b355a3c75e03e0acbd6fe552d0ff482cd3e91772d759a85544a WHIRLPOOL 3755ef9c189bd08f5bb810bf527041393ab788dcd302e6f1553989de73375ba34e062d2b21c10b144132ce9eb3997310b683b1b5b46aaf992fedfaa652deb6b2 +DIST docker-compose-1.7.0_rc1.tar.gz 140008 SHA256 ae4777e14fa64d2016f2dcbca34b39e2976150ca324241b68b5a82f753ee08ef SHA512 3405f59fae198633f7bb8ac8d9c94294d221751a551a91a96ac131f520cabec068a5aa4ba502c5e8eb9a3907e6f8527de2e39a12a66980ad978cb5b7d96cac06 WHIRLPOOL 82e2226a0fdf06b25da3da27ddf53739c0e583e290ce94747298c75aee5f8f37b353d1bcf1fe7e57e20daa53637ac36d9fb1787e8243176c7108f38e5a697b42 diff --git a/app-emulation/docker-compose/docker-compose-1.5.1.ebuild b/app-emulation/docker-compose/docker-compose-1.7.0_rc1.ebuild similarity index 77% rename from app-emulation/docker-compose/docker-compose-1.5.1.ebuild rename to app-emulation/docker-compose/docker-compose-1.7.0_rc1.ebuild index e20684f26652..6434132257ef 100644 --- a/app-emulation/docker-compose/docker-compose-1.5.1.ebuild +++ b/app-emulation/docker-compose/docker-compose-1.7.0_rc1.ebuild @@ -1,15 +1,17 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_4 ) -inherit bash-completion-r1 distutils-r1 +inherit bash-completion-r1 distutils-r1 vcs-snapshot + +MY_PV=${PV//_/} DESCRIPTION="Multi-container orchestration for Docker" HOMEPAGE="https://www.docker.com/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" @@ -18,9 +20,11 @@ IUSE="test" CDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/dockerpty-0.3.4[${PYTHON_USEDEP}] - =dev-python/docker-py-1.5.0[${PYTHON_USEDEP}] + >=dev-python/cached-property-1.2.0[${PYTHON_USEDEP}] + =dev-python/dockerpty-0.4.1[${PYTHON_USEDEP}] + =dev-python/docker-py-1.7.2[${PYTHON_USEDEP}] =dev-python/docopt-0.6.1[${PYTHON_USEDEP}] - - Build benchmarks. - vincenthz/hs-crypto-pubkey diff --git a/dev-haskell/disk-free-space/Manifest b/dev-haskell/disk-free-space/Manifest new file mode 100644 index 000000000000..c25a5396522b --- /dev/null +++ b/dev-haskell/disk-free-space/Manifest @@ -0,0 +1 @@ +DIST disk-free-space-0.1.0.1.tar.gz 2771 SHA256 f17a4f9c3b41083ccbb6c11b2debdbc705f86097b7459ff0f46cc01d2692381f SHA512 7e798e5428a8ee1a226c28172aca93940dae7aeec5f6fc0a7500da0299074a007f3b5a1d53d7282def245e4b829f86ff9f18ee1f8e824fa259052d5f2434729a WHIRLPOOL 23c05349fa94ccace257c449097d7238615d14fd75ab9b59a1676a26865a11d53a315a9d8fd70747b05c5d10651acc4dc5122a656dc3ce65ca4d500576c23d2e diff --git a/dev-haskell/disk-free-space/disk-free-space-0.1.0.1.ebuild b/dev-haskell/disk-free-space/disk-free-space-0.1.0.1.ebuild new file mode 100644 index 000000000000..405c43e3b5fe --- /dev/null +++ b/dev-haskell/disk-free-space/disk-free-space-0.1.0.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.7.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Retrieve information about disk space usage" +HOMEPAGE="https://github.com/redneb/disk-free-space" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 +" diff --git a/dev-haskell/disk-free-space/metadata.xml b/dev-haskell/disk-free-space/metadata.xml new file mode 100644 index 000000000000..b57b9845eb52 --- /dev/null +++ b/dev-haskell/disk-free-space/metadata.xml @@ -0,0 +1,11 @@ + + + + + haskell@gentoo.org + Gentoo Haskell + + + A cross-platform library for retrieving information about disk space usage. + + diff --git a/dev-haskell/magic/Manifest b/dev-haskell/magic/Manifest new file mode 100644 index 000000000000..f66e46affb69 --- /dev/null +++ b/dev-haskell/magic/Manifest @@ -0,0 +1 @@ +DIST magic-1.1.tar.gz 4318 SHA256 b21c3b69f57b64199c1d7be0ac8ea1d02d698be59943058f6a2d642ea57ce082 SHA512 f400396b0f82f9655376ac72e721badcf60c356c8594b4b67922890f55bac8e15b7aa856fdf61942c40b2622bdc231914994968af3b98d353bf50aed09ebbef5 WHIRLPOOL 2979ed4441b2e2219c56d530e062665e0960c47c3081474f3f6fabd66c6624c43adc6bbbc3a12ec56d7e2b44bfcd0acc723a8d1078eef5e4e9878c60184cc840 diff --git a/dev-haskell/magic/magic-1.1.ebuild b/dev-haskell/magic/magic-1.1.ebuild new file mode 100644 index 000000000000..1d349367f6a9 --- /dev/null +++ b/dev-haskell/magic/magic-1.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.4 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Interface to C file/magic library" +HOMEPAGE="http://hackage.haskell.org/package/magic" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-7.4.1:= + sys-apps/file +" +DEPEND="${RDEPEND} + dev-haskell/cabal +" diff --git a/dev-haskell/magic/metadata.xml b/dev-haskell/magic/metadata.xml new file mode 100644 index 000000000000..32e691a5478a --- /dev/null +++ b/dev-haskell/magic/metadata.xml @@ -0,0 +1,14 @@ + + + + + haskell@gentoo.org + Gentoo Haskell + + + This package provides a Haskell interface to the C libmagic library. + With it, you can determine the type of a file by examining its contents + rather than its name. The Haskell interface provides a full-featured + binding. + + diff --git a/dev-haskell/mountpoints/Manifest b/dev-haskell/mountpoints/Manifest new file mode 100644 index 000000000000..6f8471f93b87 --- /dev/null +++ b/dev-haskell/mountpoints/Manifest @@ -0,0 +1 @@ +DIST mountpoints-1.0.2.tar.gz 13505 SHA256 67fcdf64fdb8111f58939c64b168a9dfa519d7068e0f439887d739866f18d5c2 SHA512 763b58944ef4422641d4ce92d7a61c79fa95cdae9795e48db194ce10df622a3e079670099daa35f7bb51d4d10ee54ccc411105eb918bab2327d54571d9bd9060 WHIRLPOOL 4d95ef2df2ab3451db796e7044f63f24b782756a74f738750ef5077219fdee1265ee2296e6d55526e43623c01f43e1d11665a1afc349a6bca7e15f61676cabb9 diff --git a/dev-haskell/mountpoints/metadata.xml b/dev-haskell/mountpoints/metadata.xml new file mode 100644 index 000000000000..b6a3cce6bc7d --- /dev/null +++ b/dev-haskell/mountpoints/metadata.xml @@ -0,0 +1,13 @@ + + + + + haskell@gentoo.org + Gentoo Haskell + + + Lists currently mounted filesystems. + + Works on: Linux, BSD, Mac OS X, Android + + diff --git a/dev-haskell/mountpoints/mountpoints-1.0.2.ebuild b/dev-haskell/mountpoints/mountpoints-1.0.2.ebuild new file mode 100644 index 000000000000..5d77fd83b905 --- /dev/null +++ b/dev-haskell/mountpoints/mountpoints-1.0.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.7.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="list mount points" +HOMEPAGE="http://hackage.haskell.org/package/mountpoints" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 +" diff --git a/dev-haskell/reflection/metadata.xml b/dev-haskell/reflection/metadata.xml index 4dc76a1dc406..0845fb397e13 100644 --- a/dev-haskell/reflection/metadata.xml +++ b/dev-haskell/reflection/metadata.xml @@ -48,7 +48,6 @@ Enable template haskell. - Enable template haskell. ekmett/reflection diff --git a/dev-java/jamon/Manifest b/dev-java/jamon/Manifest index c443308a737c..42bf3a45e538 100644 --- a/dev-java/jamon/Manifest +++ b/dev-java/jamon/Manifest @@ -1 +1 @@ -DIST JAMonAll_103005.zip 143825 SHA256 23eceb23264c4643846372c6454f9406d2435aeaf840a183033d9fa50176c9ab SHA512 bb4b7fbd108a0612ceb59486c985f32ffa4c9dd158fe6d6c307357d3ab76c53dfa87ed691295a9de9172744e46c6a01c2ed976d3959834e1665fbbc36dcafb97 WHIRLPOOL 53aa936d313f32e052609173dd94de9bc8b659babcca8af71f4729e646989fb44d25a49f442db792dcb1bde762c40f3b46db69d9c075f659125d233dfdf1e015 +DIST jamonapi-2_81.tar.gz 23149879 SHA256 7b88d90fc284375cb329569570a3c125f41590c95422239aaf661a5260b8004e SHA512 09fba65aec2754f8a1b85dd7f5691b8bae5c4f1c852dd69cddb3642a594bb44baa5b6a3c611657041d6ce2cc37c824a111adeaa929761e3983d43d7080ce05b1 WHIRLPOOL f2f281c491fe80602040086844f64ddbf99ba03334f734c9ad0a3d039903c13480a21f5eaf10acd991c252a589a0f2155d651f7015a7c728d8184125e08a7a15 diff --git a/dev-java/jamon/files/build-1.0.xml b/dev-java/jamon/files/build-1.0.xml deleted file mode 100644 index 4153ebfa4868..000000000000 --- a/dev-java/jamon/files/build-1.0.xml +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dev-java/jamon/files/jamon-1.01-java1.5.patch b/dev-java/jamon/files/jamon-1.01-java1.5.patch deleted file mode 100644 index e7ad896f1a11..000000000000 --- a/dev-java/jamon/files/jamon-1.01-java1.5.patch +++ /dev/null @@ -1,41 +0,0 @@ -diff -ru Code/com/jamonapi/utils/CommandIterator.java Code-patched/com/jamonapi/utils/CommandIterator.java ---- Code/com/jamonapi/utils/CommandIterator.java 2004-01-29 22:42:34.000000000 -0500 -+++ Code-patched/com/jamonapi/utils/CommandIterator.java 2005-11-04 08:52:30.000000000 -0500 -@@ -38,8 +38,8 @@ - - - /** Iterate through an Enumeration passing the Command object each element in the Collection **/ -- public static void iterate(Enumeration enum, Command command)throws Exception { -- iterate(new EnumIterator(enum) , command); -+ public static void iterate(Enumeration my_enum, Command command)throws Exception { -+ iterate(new EnumIterator(my_enum) , command); - } - - /** Iterate passing each Command each Object that is being iterated **/ -diff -ru Code/com/jamonapi/utils/EnumIterator.java Code-patched/com/jamonapi/utils/EnumIterator.java ---- Code/com/jamonapi/utils/EnumIterator.java 2004-01-29 22:42:34.000000000 -0500 -+++ Code-patched/com/jamonapi/utils/EnumIterator.java 2005-11-04 08:52:10.000000000 -0500 -@@ -6,18 +6,18 @@ - - - public class EnumIterator extends java.lang.Object implements java.util.Iterator { -- Enumeration enum; -+ Enumeration my_enum; - -- public EnumIterator(Enumeration enum) { -- this.enum=enum; -+ public EnumIterator(Enumeration my_enum) { -+ this.my_enum=my_enum; - } - - public boolean hasNext() { -- return enum.hasMoreElements(); -+ return my_enum.hasMoreElements(); - } - - public Object next() { -- return enum.nextElement(); -+ return my_enum.nextElement(); - } - - public void remove() { diff --git a/dev-java/jamon/jamon-1.01-r3.ebuild b/dev-java/jamon/jamon-1.01-r3.ebuild deleted file mode 100644 index 7af9c03b4c44..000000000000 --- a/dev-java/jamon/jamon-1.01-r3.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -JAVA_PKG_IUSE="doc" - -inherit java-pkg-2 java-ant-2 eutils - -MY_PN="JAMon" -MY_PV="103005" - -DESCRIPTION="Java API to monitor production applications" -HOMEPAGE="http://www.javaperformancetuning.com/tools/jamon/index.shtml" -SRC_URI="mirror://sourceforge/jamonapi/${MY_PN}All_${MY_PV}.zip" - -LICENSE="BSD" -SLOT="1" -KEYWORDS="~amd64 ~x86" - -RDEPEND=">=virtual/jre-1.4 - java-virtuals/servlet-api:2.3" - -DEPEND=">=virtual/jdk-1.4 - app-arch/unzip - ${RDEPEND}" - -S="${WORKDIR}" - -java_prepare() { - rm ${MY_PN}.{j,w}ar || die - - epatch "${FILESDIR}"/${P}-java1.5.patch - - mv Code src || die - - # No provided ant script! Bad upstream, bad! - cp "${FILESDIR}"/build-1.0.xml build.xml || die -} - -src_compile() { - eant jar $(use_doc) \ - -Dproject.name=${PN} \ - -Dclasspath=$(java-pkg_getjars servlet-api-2.3) -} - -src_install() { - java-pkg_dojar dist/${PN}.jar - - use doc && java-pkg_dojavadoc dist/doc/api -} diff --git a/dev-java/jamon/jamon-2.81.ebuild b/dev-java/jamon/jamon-2.81.ebuild new file mode 100644 index 000000000000..eaf1b5cb480d --- /dev/null +++ b/dev-java/jamon/jamon-2.81.ebuild @@ -0,0 +1,82 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +MY_PN="${PN}api" +MY_PV="${PV//./_}" +MY_P="${MY_PN}-${MY_PV}" + +JAVA_PKG_IUSE="doc source" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="Java API to monitor production applications" +HOMEPAGE="http://www.jamonapi.com/" +SRC_URI="https://github.com/stevensouza/${MY_PN}/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.gz" +LICENSE="BSD" +SLOT="2" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +CDEPEND="dev-java/log4j:0 + java-virtuals/interceptor-api:0 + java-virtuals/servlet-api:3.0 + www-servers/tomcat:7" + +RDEPEND="${CDEPEND} + >=virtual/jre-1.7 + dev-db/hsqldb:0 + dev-java/jakarta-oro:2.0" + +DEPEND="${CDEPEND} + >=virtual/jdk-1.7 + test? ( + dev-db/hsqldb:0 + dev-java/assertj-core:2 + dev-java/junit:4 + dev-java/mockito:0 + dev-java/objenesis:0 + )" + +S="${WORKDIR}/${MY_P}" +JAVA_GENTOO_CLASSPATH="interceptor-api,log4j,servlet-api-3.0,tomcat-7" +JAVA_SRC_DIR="${PN}/src/main/java" +WAR_DIR="jamon_war/src/main/webapp" + +java_prepare() { + # No Jetty or Hazelcast packaged right now and Spring is ancient. + find \( -name "*Jetty*.java" -o -name "*Hazelcast*.java" \) -exec rm -v {} + || die + rm -rv ./jamon/src/test/java/com/jamonapi/distributed/JamonDataPersisterFactoryTest.java \ + ./jamon/src/{main,test}/java/com/jamonapi/aop/spring || die + + # Keep fdsapi and xss-html-filter bundled as we lack packages. + rm -v ${WAR_DIR}/WEB-INF/lib/{hsqldb,jakarta-oro}*.jar || die +} + +src_compile() { + java-pkg-simple_src_compile + jar cf ${PN}.war -C ${WAR_DIR} . || die +} + +src_install() { + java-pkg-simple_src_install + java-pkg_dowar ${PN}.war + dodoc designnotes.txt README.md + + # hsqldb used by JSP files, oro used by fdsapi. + java-pkg_register-dependency hsqldb,jakarta-oro-2.0 +} + +src_test() { + cd jamon/src/test/java || die + + local CP=".:../resources:${S}/${PN}.jar:$(java-pkg_getjars assertj-core-2,hsqldb,junit-4,mockito,objenesis,${JAVA_GENTOO_CLASSPATH})" + local TESTS=$(find * -name "*Test.java") + TESTS="${TESTS//.java}" + TESTS="${TESTS//\//.}" + + ejavac -cp "${CP}" -d . $(find * -name "*.java") + ejunit4 -classpath "${CP}" ${TESTS} +} diff --git a/dev-java/jamon/metadata.xml b/dev-java/jamon/metadata.xml index 273d563979d8..5256079650cb 100644 --- a/dev-java/jamon/metadata.xml +++ b/dev-java/jamon/metadata.xml @@ -10,6 +10,7 @@ developers to easily monitor production applications + stevensouza/jamonapi jamonapi diff --git a/dev-java/java-config/java-config-2.2.0-r3.ebuild b/dev-java/java-config/java-config-2.2.0-r3.ebuild index 464984e86a34..6d97d040b328 100644 --- a/dev-java/java-config/java-config-2.2.0-r3.ebuild +++ b/dev-java/java-config/java-config-2.2.0-r3.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://dev.gentoo.org/~sera/distfiles/${P}.tar.bz2" LICENSE="GPL-2" SLOT="2" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd" IUSE="test" DEPEND="test? ( sys-apps/portage[${PYTHON_USEDEP}] )" diff --git a/dev-java/java-config/java-config-2.2.0.ebuild b/dev-java/java-config/java-config-2.2.0.ebuild deleted file mode 100644 index 082aac1ee3a4..000000000000 --- a/dev-java/java-config/java-config-2.2.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -# jython depends on java-config, so don't add it or things will break -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) - -inherit distutils-r1 - -DESCRIPTION="Java environment configuration query tool" -HOMEPAGE="https://www.gentoo.org/proj/en/java/" -SRC_URI="https://dev.gentoo.org/~sera/distfiles/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="2" -KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd" -IUSE="" - -# baselayout-java is added as a dep till it can be added to eclass. -RDEPEND=" - >=dev-java/java-config-wrapper-0.15 - sys-apps/baselayout-java - sys-apps/portage" - -python_test() { - esetup.py test -} diff --git a/dev-java/spymemcached/metadata.xml b/dev-java/spymemcached/metadata.xml index 82afaa0a5774..f120820fba70 100644 --- a/dev-java/spymemcached/metadata.xml +++ b/dev-java/spymemcached/metadata.xml @@ -5,9 +5,6 @@ java@gentoo.org Java - - Build support for the spring framework - spymemcached diff --git a/dev-java/spymemcached/spymemcached-2.9.1.ebuild b/dev-java/spymemcached/spymemcached-2.9.1-r1.ebuild similarity index 69% rename from dev-java/spymemcached/spymemcached-2.9.1.ebuild rename to dev-java/spymemcached/spymemcached-2.9.1-r1.ebuild index 5a9328d3a369..74e123ceeb15 100644 --- a/dev-java/spymemcached/spymemcached-2.9.1.ebuild +++ b/dev-java/spymemcached/spymemcached-2.9.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,11 +16,8 @@ LICENSE="MIT" SLOT="0" KEYWORDS="amd64 x86" -IUSE="spring" - CDEPEND="dev-java/log4j:0 - dev-java/slf4j-api:0 - spring? ( dev-java/spring-beans:3.2 )" + dev-java/slf4j-api:0" DEPEND=">=virtual/jdk-1.5 ${CDEPEND}" @@ -33,9 +30,5 @@ S="${WORKDIR}" JAVA_GENTOO_CLASSPATH="log4j,slf4j-api" java_prepare() { - if use spring; then - JAVA_GENTOO_CLASSPATH+=",spring-beans-3.2" - else - rm net/spy/memcached/spring/MemcachedClientFactoryBean.java || die - fi + rm net/spy/memcached/spring/MemcachedClientFactoryBean.java || die } diff --git a/dev-libs/libcec/Manifest b/dev-libs/libcec/Manifest index 8865a2405061..38ac81d27292 100644 --- a/dev-libs/libcec/Manifest +++ b/dev-libs/libcec/Manifest @@ -2,4 +2,3 @@ DIST libcec-2.1.3.tar.gz 1087121 SHA256 2aa88451b528184b02077ee8c6cd10e2f89121a6 DIST libcec-2.1.4.tar.gz 1093796 SHA256 79bef5232a5c9ab987ca3a2d4bfcaeb80480fd26f502dc1a996fe845d90fe147 SHA512 e2107b2003e003de8efea4b46a7776516652a2b27a0e0983a763324b3ac1ed2995cb0adb76e2f450bea72a1a0bdecfc5b3408fa702c74189204d694f5e9d2d8a WHIRLPOOL 4b8120755cf08dbc7ae8f2a5314f6c4e0c2ddc059b138ab594a26f7ac931cb34536a5bb2894a65902f1ba093007c1b08abeaf4306edef95059af8c85edad3e99 DIST libcec-2.2.0.tar.gz 1099150 SHA256 fd4f47a18d6e0f4b9e6f5831280207ee2b2a5fc2741ae32ae09ad12a8aa52917 SHA512 7932a45e581e207aa651e9fe72450fda52b0441fb48e40e971a530f9d5d26b87e6446322393750d85bae223519dc2a73613352a3fe42939eff2c5f8863a09cd7 WHIRLPOOL ff8581c21e280fda6333aec840cbc08fd8d23ffa795fe173076d1863c0b8fdc86fb7838c2035940dac61362ec1c74054e6e450fff7ba5426ff57a2016c6eab83 DIST libcec-3.0.1.tar.gz 1117284 SHA256 7e3670c8949a1964d6e5481f56dfff838857da10bdc60b506f6e9b7f117e253e SHA512 b579853d2d20d1007cb9128c8bb457da7c0c0138bba82fd45b05971be9c2232af6a064ab0a4f88bab10f6bda23baefffc43e717ad08b86bba3cf05c211ac5ee4 WHIRLPOOL 46583c7c8b45613a152fe37536992186a6929733dccde0399bed0cc86d07bb6e14da58ae42a12ee1ca192a2716b95b48bda9722749abfd40418b5f0f067f7a40 -DIST libcec-3.1.0.tar.gz 1097121 SHA256 09109d21a1b03f42c9e341d12600f2e4c41038d640269fa75408e2d36126f921 SHA512 e06f65d85ee268ec23380186d11e53f3e477bf25b955c9314cc13555eedeffee902dc8a0f3005248250c584760ab68c461b087b305dc4ef463da628ee1ab433b WHIRLPOOL 05e60255d00a897a53f042263ae73f61999875fe508a2fc6334cc00b62442d7e991a0f6a742acab440119ccdd34dfc842d97efe4fcb1a697181e76e3a0b414f8 diff --git a/dev-libs/libcec/libcec-3.1.0.ebuild b/dev-libs/libcec/libcec-3.1.0.ebuild deleted file mode 100644 index 8888ca364ecf..000000000000 --- a/dev-libs/libcec/libcec-3.1.0.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="5" - -PYTHON_COMPAT=( python2_7 python3_4 ) - -inherit cmake-utils eutils linux-info python-single-r1 - -DESCRIPTION="Library for communicating with the Pulse-Eight USB HDMI-CEC Adaptor" -HOMEPAGE="http://libcec.pulse-eight.com" -SRC_URI="https://github.com/Pulse-Eight/${PN}/archive/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="cubox exynos python raspberry-pi +xrandr" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND="virtual/udev - dev-libs/lockdev - dev-libs/libplatform - raspberry-pi? ( >=media-libs/raspberrypi-userland-0_pre20160305-r1 ) - xrandr? ( x11-libs/libXrandr )" -DEPEND="${RDEPEND} - virtual/pkgconfig - python? ( - dev-lang/swig - ${PYTHON_DEPS} - )" - -CONFIG_CHECK="~USB_ACM" - -S="${WORKDIR}/${PN}-${P}" - -pkg_setup() { - use python && python-single-r1_pkg_setup -} - -src_prepare() { - # Do not hardcode the python libpath #577612 - sed -i \ - -e '/DESTINATION/s:lib/python${PYTHON_VERSION}/dist-packages:${PYTHON_SITEDIR}:' \ - src/libcec/cmake/CheckPlatformSupport.cmake || die - - cmake-utils_src_prepare - use python || comment_add_subdirectory "src/pyCecClient" -} - -src_configure() { - local mycmakeargs=( - $(cmake-utils_useno python SKIP_PYTHON_WRAPPER) - $(cmake-utils_use_has exynos EXYNOS_API) - $(cmake-utils_use_has cubox TDA955X_API) - $(cmake-utils_use_has raspberry-pi RPI_API) - ) - use python && mycmakeargs+=( -DPYTHON_SITEDIR="$(python_get_sitedir)" ) - - # raspberrypi-userland itself does not provide .pc file so using - # bcm_host.pc instead - if use raspberry-pi ; then - mycmakeargs+=( \ - -DRPI_INCLUDE_DIR=$(pkg-config --variable=includedir bcm_host) \ - -DRPI_LIB_DIR=$(pkg-config --variable=libdir bcm_host) ) - fi - - cmake-utils_src_configure -} diff --git a/dev-libs/libixion/libixion-0.9.1-r1.ebuild b/dev-libs/libixion/libixion-0.9.1-r1.ebuild index 6dc3c0e382a6..e829d566c0e3 100644 --- a/dev-libs/libixion/libixion-0.9.1-r1.ebuild +++ b/dev-libs/libixion/libixion-0.9.1-r1.ebuild @@ -27,20 +27,25 @@ RDEPEND=" python? ( ${PYTHON_DEPS} ) " DEPEND="${RDEPEND} + >=sys-devel/boost-m4-0.4_p20160328 >=dev-util/mdds-0.12.0:0= " REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" +PATCHES=( + "${FILESDIR}/${PN}-0.9.1-typo.patch" + "${FILESDIR}/${PN}-0.9.1-python-optional.patch" +) pkg_setup() { use python && python-single-r1_pkg_setup } src_prepare() { - eapply_user + default - eapply "${FILESDIR}/${PN}-0.9.1-typo.patch" \ - "${FILESDIR}/${PN}-0.9.1-python-optional.patch" + # fixes bug 576462, which is due to an outdated bundled boost.m4 + rm m4/boost.m4 || die eautoreconf } diff --git a/dev-lisp/cmucl/Manifest b/dev-lisp/cmucl/Manifest index 35610f61eac3..296d1a4f3d9f 100644 --- a/dev-lisp/cmucl/Manifest +++ b/dev-lisp/cmucl/Manifest @@ -1,2 +1,4 @@ DIST cmucl-20e-x86-linux.tar.bz2 18861880 SHA256 94dc1c0ddcaa915f83cdc23462a4cc3c4af98d64fe42e79d7c5232225b149480 SHA512 1eee852b2a11733d0fac2c046137ccd099370bf208be71becc03710e832510b288768f557e326b1ce95cba16490413142e607fd71346e20e5f8592b51d86b0fe WHIRLPOOL 765476aeb037b782380b33fb8e7ae137bb38544547b427c54c23661122552108e8940413c55003c31ba05b4729bb18f99f5b462742cbd9c1c7426f0c04e26863 +DIST cmucl-21a-x86-linux.tar.bz2 10870693 SHA256 02d00c025723e7a2fa7a44e43d3f27ec39c9b871ea0332e472a439ada2620d71 SHA512 7f7d327e47b01dcee1cbb05aae826ef7c64d4d192d7d32d1aba51c8839a06d65942fff5d4c7dbccc955e1e233d2065d83d078266327caee07201e9dce59c39ee WHIRLPOOL 50e64b6d03464c9fc7015d3d6829949ab4bc41f69b890a82f36096f89d63da989197deaa7164c687d781b70ca2a7b23e3e23f9605bdb986f5a94553e9aa664c0 DIST cmucl-src-20e.tar.bz2 6147575 SHA256 b18fd27b67321a0c00f2019bbb18557f239062ba947080149ed42e30f72ae7cd SHA512 d04f6ac7335572198d37d5df00934edfc82495294446cc5420dada4f2df44009f0983b438d6f10ce5bb02e46fd89df985da5eee3e91a6a75d98e9f86240c0dcc WHIRLPOOL babb020bacf474e1cea4bc865ba7352686ff5d92d01dd4d44d121b101ac328da6cd3e63798a2086ce29ba260fdbefc26f5f7d496ecb0af9566cb1cbdbb3846bf +DIST cmucl-src-21a.tar.bz2 8195492 SHA256 41604a4f828a134dbf8a58623f45bd81b76ae05fc5c4cea5ccb74edfdc9e3167 SHA512 74b077732030dbc3681aadcf9c802fd5b399362c9653b972063e49eb0a2ad528d02d6dde74107210c94c94dc7e9664472c2d072a6ae6f75e7e8c4cf847987e3b WHIRLPOOL 8799e9a2171ef1a9eebce4deaed8aaaa3e2b5e0970ca158020792cc5d864f71525c175b2e9530f8faeee8d1c49a14b04803ed1aa83dc1247c2005a80f5fc972e diff --git a/dev-lisp/cmucl/cmucl-21a.ebuild b/dev-lisp/cmucl/cmucl-21a.ebuild new file mode 100644 index 000000000000..257f7391ac66 --- /dev/null +++ b/dev-lisp/cmucl/cmucl-21a.ebuild @@ -0,0 +1,93 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils toolchain-funcs multilib + +MY_PV=${PV:0:3} + +DESCRIPTION="CMU Common Lisp is an implementation of ANSI Common Lisp" +HOMEPAGE="http://www.cons.org/cmucl/" +SRC_URI="http://common-lisp.net/project/cmucl/downloads/release/${MY_PV}/cmucl-src-${MY_PV}.tar.bz2 + http://common-lisp.net/project/cmucl/downloads/release/${MY_PV}/cmucl-${MY_PV}-x86-linux.tar.bz2" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~x86" +IUSE="X source" + +CDEPEND=">=dev-lisp/asdf-2.33-r3:= + x11-libs/motif:0" +DEPEND="${CDEPEND} + sys-devel/bc" +RDEPEND="${CDEPEND}" + +S="${WORKDIR}" + +TARGET=linux-4 + +src_prepare() { + epatch "${FILESDIR}"/${MY_PV}-execstack-fixes.patch + epatch "${FILESDIR}"/${MY_PV}-customize-lisp-implementation-version.patch + epatch "${FILESDIR}"/${MY_PV}-build.patch + + cp /usr/share/common-lisp/source/asdf/build/asdf.lisp src/contrib/asdf/ || die +} + +src_compile() { + local cmuopts buildimage + + if use X; then + cmuopts="" + else + cmuopts="-u" + fi + + buildimage="bin/lisp -batch" + + env CC="$(tc-getCC)" bin/build.sh -v "-gentoo-${PR}" -C "" -o "${buildimage}" ${cmuopts} || die "Cannot build the compiler" + + # Compile up the asdf and defsystem modules + ${TARGET}/lisp/lisp -noinit -nositeinit -batch << EOF || die +(in-package :cl-user) +(setf (ext:search-list "target:") + '("$TARGET/" "src/")) +(setf (ext:search-list "modules:") + '("target:contrib/")) + +(compile-file "modules:asdf/asdf") +(compile-file "modules:defsystem/defsystem") +EOF +} + +src_install() { + env MANDIR=share/man/man1 DOCDIR=share/doc/${PF} \ + bin/make-dist.sh -S -g -G root -O root ${TARGET} ${MY_PV} x86 linux \ + || die "Cannot build installation archive" + # Necessary otherwise tar will fail + dodir /usr + pushd "${D}"/usr > /dev/null + tar xzpf "${WORKDIR}"/cmucl-${MY_PV}-x86-linux.tar.gz \ + || die "Cannot install main system" + if use X ; then + tar xzpf "${WORKDIR}"/cmucl-${MY_PV}-x86-linux.extra.tar.gz \ + || die "Cannot install extra files" + fi + if use source; then + # Necessary otherwise tar will fail + dodir /usr/share/common-lisp/source/${PN} + cd "${D}"/usr/share/common-lisp/source/${PN} + tar --strip-components 1 -xzpf "${WORKDIR}"/cmucl-src-${MY_PV}.tar.gz \ + || die "Cannot install sources" + fi + popd > /dev/null + + # Install site config file + sed "s,@PF@,${PF},g ; s,@VERSION@,$(date +%F),g" \ + < "${FILESDIR}"/site-init.lisp.in \ + > "${D}"/usr/$(get_libdir)/cmucl/site-init.lisp \ + || die "Cannot fix site-init.lisp" + insinto /etc/common-lisp + doins "${FILESDIR}"/cmuclrc || die "Failed to install cmuclrc" +} diff --git a/dev-lisp/cmucl/files/21a-build.patch b/dev-lisp/cmucl/files/21a-build.patch new file mode 100644 index 000000000000..464234109b32 --- /dev/null +++ b/dev-lisp/cmucl/files/21a-build.patch @@ -0,0 +1,22 @@ +diff -r -U2 21a.orig/bin/build.sh 21a/bin/build.sh +--- 21a.orig/bin/build.sh 2015-05-19 07:42:40.000000000 +0600 ++++ 21a/bin/build.sh 2016-04-03 20:54:08.597016537 +0600 +@@ -40,5 +40,5 @@ + ENABLE4="yes" + +-version=20f ++version=21a + SRCDIR=src + BINDIR=bin +@@ -145,10 +145,9 @@ + $TOOLDIR/load-world.sh $TARGET "$VERSION" || { echo "Failed: $TOOLDIR/load-world.sh"; exit 1; } + +- $TARGET/lisp/lisp -batch -noinit -nositeinit $FPU_MODE < /dev/null || { echo "Failed: $TARGET/lisp/lisp -batch -noinit $FPU_MODE"; exit 1; } ++ $TARGET/lisp/lisp -batch -noinit -nositeinit < /dev/null || { echo "Failed: $TARGET/lisp/lisp -batch -noinit"; exit 1; } + return 0; + fi + } + +-FPU_MODE= + BUILDWORLD="$TOOLDIR/build-world.sh" + BUILD_POT="yes" diff --git a/dev-lisp/cmucl/files/21a-customize-lisp-implementation-version.patch b/dev-lisp/cmucl/files/21a-customize-lisp-implementation-version.patch new file mode 100644 index 000000000000..8fc9278af87d --- /dev/null +++ b/dev-lisp/cmucl/files/21a-customize-lisp-implementation-version.patch @@ -0,0 +1,16 @@ +diff -ur cmucl.orig/src/code/misc.lisp cmucl/src/code/misc.lisp +--- cmucl.orig/src/code/misc.lisp 2011-10-25 05:31:39.000000000 +0200 ++++ cmucl/src/code/misc.lisp 2012-01-31 21:46:49.441273068 +0100 +@@ -187,8 +187,10 @@ + + (defun lisp-implementation-version () + "Returns a string describing the implementation version." +- (format nil "~A (~X~A)" *lisp-implementation-version* c:byte-fasl-file-version +- #+unicode _" Unicode" #-unicode "")) ++ (format nil "~X~A~A" ++ c:byte-fasl-file-version ++ #+unicode "-unicode" #-unicode "" ++ *lisp-implementation-version*)) + + (defun machine-instance () + "Returns a string giving the name of the local machine." diff --git a/dev-lisp/cmucl/files/21a-execstack-fixes.patch b/dev-lisp/cmucl/files/21a-execstack-fixes.patch new file mode 100644 index 000000000000..034848d64a26 --- /dev/null +++ b/dev-lisp/cmucl/files/21a-execstack-fixes.patch @@ -0,0 +1,118 @@ +diff -Naur work.old/src/lisp/alpha-assem.S work/src/lisp/alpha-assem.S +--- work.old/src/lisp/alpha-assem.S 2003-03-06 11:13:09.000000000 -0300 ++++ work/src/lisp/alpha-assem.S 2010-05-10 00:06:34.000000000 -0300 +@@ -297,3 +297,7 @@ + function_end_breakpoint_end: + + ++ ++#if defined(__linux__) && defined(__ELF__) ++.section .note.GNU-stack,"",%progbits ++#endif +diff -Naur work.old/src/lisp/amd64-assem.S work/src/lisp/amd64-assem.S +--- work.old/src/lisp/amd64-assem.S 2004-07-27 19:03:53.000000000 -0300 ++++ work/src/lisp/amd64-assem.S 2010-05-10 00:06:34.000000000 -0300 +@@ -1051,3 +1051,7 @@ + .end + + #endif /* LINKAGE_TABLE */ ++ ++#if defined(__linux__) && defined(__ELF__) ++.section .note.GNU-stack,"",%progbits ++#endif +diff -Naur work.old/src/lisp/backtrace.c work/src/lisp/backtrace.c +--- work.old/src/lisp/backtrace.c 2009-06-11 13:04:01.000000000 -0300 ++++ work/src/lisp/backtrace.c 2010-05-10 00:06:22.000000000 -0300 +@@ -3,6 +3,8 @@ + * Simple backtrace facility. More or less from Rob's lisp version. + */ + ++#include "os-common.h" ++ + #include + #include + #include "lisp.h" +diff -Naur work.old/src/lisp/hppa-assem.S work/src/lisp/hppa-assem.S +--- work.old/src/lisp/hppa-assem.S 2002-08-23 14:05:35.000000000 -0300 ++++ work/src/lisp/hppa-assem.S 2010-05-10 00:06:34.000000000 -0300 +@@ -460,3 +460,7 @@ + + .export function_end_breakpoint_end + function_end_breakpoint_end ++ ++#if defined(__linux__) && defined(__ELF__) ++.section .note.GNU-stack,"",%progbits ++#endif +diff -Naur work.old/src/lisp/linux-stubs.S work/src/lisp/linux-stubs.S +--- work.old/src/lisp/linux-stubs.S 2005-08-17 00:40:16.000000000 -0300 ++++ work/src/lisp/linux-stubs.S 2010-05-10 00:06:34.000000000 -0300 +@@ -995,3 +995,7 @@ + /* doe(yperr_string) */ + /* doe(ypprot_err) */ + #endif /* defined(LINKAGE_TABLE) && !defined(__FreeBSD__) */ ++ ++#if defined(__linux__) && defined(__ELF__) ++.section .note.GNU-stack,"",%progbits ++#endif +diff -Naur work.old/src/lisp/lisp.c work/src/lisp/lisp.c +--- work.old/src/lisp/lisp.c 2009-07-13 16:41:54.000000000 -0300 ++++ work/src/lisp/lisp.c 2010-05-10 00:05:55.000000000 -0300 +@@ -5,6 +5,9 @@ + * + */ + ++#include "os-common.h" ++#include ++ + #include + #include + #include +diff -Naur work.old/src/lisp/mips-assem.S work/src/lisp/mips-assem.S +--- work.old/src/lisp/mips-assem.S 2002-08-23 14:01:02.000000000 -0300 ++++ work/src/lisp/mips-assem.S 2010-05-10 00:06:34.000000000 -0300 +@@ -402,3 +402,7 @@ + move v0, a1 + j _restore_state + .end save_state ++ ++#if defined(__linux__) && defined(__ELF__) ++.section .note.GNU-stack,"",%progbits ++#endif +diff -Naur work.old/src/lisp/os-common.h work/src/lisp/os-common.h +--- work.old/src/lisp/os-common.h 1969-12-31 21:00:00.000000000 -0300 ++++ work/src/lisp/os-common.h 2010-05-10 00:06:22.000000000 -0300 +@@ -0,0 +1 @@ ++char* convert_lisp_string(char *c_string, void *lisp_string, int len); +diff -Naur work.old/src/lisp/ppc-assem.S work/src/lisp/ppc-assem.S +--- work.old/src/lisp/ppc-assem.S 2006-02-25 01:35:58.000000000 -0300 ++++ work/src/lisp/ppc-assem.S 2010-05-10 00:06:34.000000000 -0300 +@@ -721,3 +721,7 @@ + SET_SIZE(fpu_restore) + + #endif ++ ++#if defined(__linux__) && defined(__ELF__) ++.section .note.GNU-stack,"",%progbits ++#endif +diff -Naur work.old/src/lisp/sparc-assem.S work/src/lisp/sparc-assem.S +--- work.old/src/lisp/sparc-assem.S 2003-10-23 23:57:00.000000000 -0300 ++++ work/src/lisp/sparc-assem.S 2010-05-10 00:06:34.000000000 -0300 +@@ -837,3 +837,7 @@ + * End: + */ + ++ ++#if defined(__linux__) && defined(__ELF__) ++.section .note.GNU-stack,"",%progbits ++#endif +diff -Naur work.old/src/lisp/x86-assem.S work/src/lisp/x86-assem.S +--- work.old/src/lisp/x86-assem.S 2008-12-24 02:36:40.000000000 -0200 ++++ work/src/lisp/x86-assem.S 2010-05-10 00:06:34.000000000 -0300 +@@ -798,3 +798,7 @@ + ENDFUNC(undefined_foreign_symbol_trap) + + #endif /* LINKAGE_TABLE */ ++ ++#if defined(__linux__) && defined(__ELF__) ++.section .note.GNU-stack,"",%progbits ++#endif diff --git a/dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.670.0.ebuild b/dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.670.0-r1.ebuild similarity index 83% rename from dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.670.0.ebuild rename to dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.670.0-r1.ebuild index 4785777b737f..0c5286520c1e 100644 --- a/dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.670.0.ebuild +++ b/dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.670.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,10 +13,10 @@ DESCRIPTION="Building, finding and using wxWidgets binaries" SLOT="0" KEYWORDS="amd64 ~ia64 x86" -IUSE="gstreamer test" +IUSE="gstreamer opengl test" RDEPEND=" - >=x11-libs/wxGTK-3:3.0[X,tiff,gstreamer=] + >=x11-libs/wxGTK-3:3.0[gstreamer=,opengl=,tiff,X] >=dev-perl/Module-Pluggable-2.600.0 " DEPEND="${RDEPEND} diff --git a/dev-perl/Data-Float/Data-Float-0.12.0.ebuild b/dev-perl/Data-Float/Data-Float-0.12.0.ebuild new file mode 100644 index 000000000000..0ad7beceaa34 --- /dev/null +++ b/dev-perl/Data-Float/Data-Float-0.12.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR="ZEFRAM" +DIST_VERSION=0.012 +inherit perl-module + +DESCRIPTION="details of the floating point data type" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="virtual/perl-Carp + virtual/perl-Exporter + virtual/perl-parent" +DEPEND="${RDEPEND} + dev-perl/Module-Build + test? ( virtual/perl-Test-Simple )" + +src_test() { + perl_rm_files "t/pod_syn.t" "t/pod_cvg.t" + perl-module_src_test +} diff --git a/dev-perl/Data-Float/Manifest b/dev-perl/Data-Float/Manifest new file mode 100644 index 000000000000..53fee6d0f350 --- /dev/null +++ b/dev-perl/Data-Float/Manifest @@ -0,0 +1 @@ +DIST Data-Float-0.012.tar.gz 26213 SHA256 698ecb092a3284e260cd3c3208408feb791d7d0f06a02673f9125ab2d51cc2d8 SHA512 2ea314a1ee94189200262dcd15e6786d27bb010b8ca6e56e3214b4c2f80932f92d4227b2209a981fc7d3e7a8927624ced49d703349933d24c0f66b2a48c3d7f4 WHIRLPOOL 3154c87b39e80415b078ae073d2dcf8c10f291e764bf80c21b946fe4b369768f46825125fb52e64eabcfcde5a3f1009d8a11cb4cd84326a72c070d608adaf802 diff --git a/dev-perl/Data-Float/metadata.xml b/dev-perl/Data-Float/metadata.xml new file mode 100644 index 000000000000..452b18d15a1f --- /dev/null +++ b/dev-perl/Data-Float/metadata.xml @@ -0,0 +1,20 @@ + + + + + tomboy64@sina.cn + Proxy-Maintainer; please assign him to bugs. + + + perl@gentoo.org + Gentoo Perl Project + + + proxy-maint@gentoo.org + Gentoo Proxy Maintainers Project + + + Data-Float + Data::Float + + diff --git a/dev-perl/Encode-Locale/Encode-Locale-1.50.0.ebuild b/dev-perl/Encode-Locale/Encode-Locale-1.50.0.ebuild new file mode 100644 index 000000000000..947a2386c36b --- /dev/null +++ b/dev-perl/Encode-Locale/Encode-Locale-1.50.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=GAAS +DIST_VERSION=1.05 +inherit perl-module + +DESCRIPTION="Determine the locale encoding" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="test" + +RDEPEND=">=virtual/perl-Encode-2.0.0" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( virtual/perl-Test-Simple )" diff --git a/dev-perl/Encode-Locale/Manifest b/dev-perl/Encode-Locale/Manifest index aad2b26573f0..8560d6f8af0a 100644 --- a/dev-perl/Encode-Locale/Manifest +++ b/dev-perl/Encode-Locale/Manifest @@ -1 +1,2 @@ DIST Encode-Locale-1.03.tar.gz 6846 SHA256 f76337e0933225914111fcc3319ff4db359b1abfd1aa56dff2df5378db0e2d55 SHA512 f236a8d8dbf9c3af8cc382cb963e82bea289aa6ea57d5c36bf71c7cc0ba498ef1237357512418b7859723f865094057a827bd8043ad74b41a96e611a8ffebc0a WHIRLPOOL 159fbd4a3975c73aac1c353b0e3ba275f611e26c5f987df3364c05bfab44fb02b5f88d013d1f6bf449af890c6de483d0ed924a1db6f6f72e6e5e4f25f0a3c63a +DIST Encode-Locale-1.05.tar.gz 8355 SHA256 176fa02771f542a4efb1dbc2a4c928e8f4391bf4078473bd6040d8f11adb0ec1 SHA512 68ed5732fd3645eca2ea54080067677a48f90fc5a594a1b453a322f3127e67a984d539cb5fd41ac63a03b9dab693c070b65e3c70a2a677dc61b4634f3e212d06 WHIRLPOOL 7cc9e4f5611d352a4e8824dcffd2fcdf328ec9f2b54b63ca9f2fd8b5b8cd2f3824e3e7761f044215716c50cab4b64a7569b2afb0f54462ad5495c33db448ce60 diff --git a/dev-perl/ExtUtils-CppGuess/ExtUtils-CppGuess-0.110.0.ebuild b/dev-perl/ExtUtils-CppGuess/ExtUtils-CppGuess-0.110.0.ebuild new file mode 100644 index 000000000000..77718cc364fc --- /dev/null +++ b/dev-perl/ExtUtils-CppGuess/ExtUtils-CppGuess-0.110.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=DAVIDO +DIST_VERSION=0.11 +inherit perl-module + +DESCRIPTION="Guess C++ compiler and flags" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + dev-perl/Capture-Tiny +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Path + virtual/perl-Data-Dumper + virtual/perl-ExtUtils-Manifest + virtual/perl-File-Spec + virtual/perl-Test-Simple + dev-perl/Module-Build + ) +" diff --git a/dev-perl/ExtUtils-CppGuess/Manifest b/dev-perl/ExtUtils-CppGuess/Manifest new file mode 100644 index 000000000000..e902eebd6000 --- /dev/null +++ b/dev-perl/ExtUtils-CppGuess/Manifest @@ -0,0 +1 @@ +DIST ExtUtils-CppGuess-0.11.tar.gz 6794 SHA256 c70ce0d29476d76d9dea310850a270721e312eb79eb9bfd0a842c510b2855273 SHA512 68039779106386efb20cd6e9125d5882e20257f6a1b1f830b32c9f4df70f66a0cf1706f573e4c80159488526656732ede844b37edbf3f1d4a111898eca66fa9e WHIRLPOOL 265e29e8b3a92078e46f64c8f3aea758bcd566d0dc373e1262799ffa24a24755a184add912a64c197424fb645964699cccd200e21f1aea3c3f94cb77ff6ffa46 diff --git a/dev-perl/ExtUtils-CppGuess/metadata.xml b/dev-perl/ExtUtils-CppGuess/metadata.xml new file mode 100644 index 000000000000..5f6a374c440c --- /dev/null +++ b/dev-perl/ExtUtils-CppGuess/metadata.xml @@ -0,0 +1,20 @@ + + + + + tomboy64@sina.cn + Proxy-Maintainer; please assign him to bugs. + + + perl@gentoo.org + Gentoo Perl Project + + + proxy-maint@gentoo.org + Gentoo Proxy Maintainers Project + + + ExtUtils-CppGuess + ExtUtils::CppGuess + + diff --git a/dev-perl/ExtUtils-Typemaps-Default/ExtUtils-Typemaps-Default-1.50.0.ebuild b/dev-perl/ExtUtils-Typemaps-Default/ExtUtils-Typemaps-Default-1.50.0.ebuild new file mode 100644 index 000000000000..bf0a6ca95748 --- /dev/null +++ b/dev-perl/ExtUtils-Typemaps-Default/ExtUtils-Typemaps-Default-1.50.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=SMUELLER +DIST_VERSION=1.05 +inherit perl-module + +DESCRIPTION="A set of useful typemaps" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=">=virtual/perl-ExtUtils-ParseXS-3.180.300" +DEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.400.0 + test? ( virtual/perl-Test-Simple )" diff --git a/dev-perl/ExtUtils-Typemaps-Default/Manifest b/dev-perl/ExtUtils-Typemaps-Default/Manifest new file mode 100644 index 000000000000..6377cc5c06c7 --- /dev/null +++ b/dev-perl/ExtUtils-Typemaps-Default/Manifest @@ -0,0 +1 @@ +DIST ExtUtils-Typemaps-Default-1.05.tar.gz 9327 SHA256 3dfaf5837ebfdc007895bfca84c3c2e76d589a7d336400e8dfb3243d818215de SHA512 91f3f5e3abfe2532a38bfb097d06e5a4145c84729a906af5269353f92b19bfcb86ac5c664067dc3adad405bbc8d0b43071180da4e6575e468b7b946d6c44e949 WHIRLPOOL e33d47c237e1501492e3c25b0e5026a829bc4f1558ecc90289a231ed78c7862f1b4abaf77a3454016c7e86ef54bbc4849b431a82bff32a9bbc9c3c288da7cc1e diff --git a/dev-perl/ExtUtils-Typemaps-Default/metadata.xml b/dev-perl/ExtUtils-Typemaps-Default/metadata.xml new file mode 100644 index 000000000000..9f4fd86a9904 --- /dev/null +++ b/dev-perl/ExtUtils-Typemaps-Default/metadata.xml @@ -0,0 +1,26 @@ + + + + + tomboy64@sina.cn + Proxy-Maintainer; please assign him to bugs. + + + perl@gentoo.org + Gentoo Perl Project + + + proxy-maint@gentoo.org + Gentoo Proxy Maintainers Project + + + ExtUtils-Typemaps-Default + ExtUtils::Typemaps::Basic + ExtUtils::Typemaps::Default + ExtUtils::Typemaps::ObjectMap + ExtUtils::Typemaps::STL + ExtUtils::Typemaps::STL::List + ExtUtils::Typemaps::STL::String + ExtUtils::Typemaps::STL::Vector + + diff --git a/dev-perl/Growl-GNTP/Growl-GNTP-0.200.0.ebuild b/dev-perl/Growl-GNTP/Growl-GNTP-0.200.0.ebuild new file mode 100644 index 000000000000..2f55000d985b --- /dev/null +++ b/dev-perl/Growl-GNTP/Growl-GNTP-0.200.0.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=MATTN +DIST_VERSION=0.20 +inherit perl-module + +DESCRIPTION="Perl implementation of GNTP Protocol (Client Part)" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test examples" + +RDEPEND=" + examples? ( virtual/perl-Encode ) + >=dev-perl/Crypt-CBC-2.290.0 + >=dev-perl/Data-UUID-0.149.0 + >=virtual/perl-Digest-MD5-2.360.0 + >=virtual/perl-Digest-SHA-5.450.0 + virtual/perl-IO + dev-perl/IO-Socket-PortState +" +DEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.380.0 + virtual/perl-File-Spec + virtual/perl-CPAN-Meta" + +src_test() { + my_test_control=${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}} + if ! has 'network' ${my_test_control}; then + einfo "Network testing disabled" + perl_rm_files "t/01_simple.t" + fi + perl-module_src_test +} +src_install() { + perl-module_src_install + if use examples; then + docompress -x /usr/share/doc/${PF}/examples + dodoc -r examples + fi +} diff --git a/dev-perl/Growl-GNTP/Manifest b/dev-perl/Growl-GNTP/Manifest new file mode 100644 index 000000000000..af666b919733 --- /dev/null +++ b/dev-perl/Growl-GNTP/Manifest @@ -0,0 +1 @@ +DIST Growl-GNTP-0.20.tar.gz 23374 SHA256 b1c9795b72c750ca6bb69cfa7e50e78e429a8e1972d7cb9ed7ee1ec769311d94 SHA512 a8acd7cd9a46a8c81bc34a7076f379735ca9712bedbb7c8451aea6049113c477310093ac39e5f83c9b4a0b31f0ae4df25bb5cf682e4a7f0e113edb15e84c1977 WHIRLPOOL dbe87d2149e60d167b55472145a0187d7ac2ff383bcf2f34ab93e3d4ab1736cce1288f15547e13d88337a08ddd4c56142ce5f1c8fd95227915520e4354a4a9f6 diff --git a/dev-perl/Growl-GNTP/metadata.xml b/dev-perl/Growl-GNTP/metadata.xml new file mode 100644 index 000000000000..d9889d9f5092 --- /dev/null +++ b/dev-perl/Growl-GNTP/metadata.xml @@ -0,0 +1,20 @@ + + + + + tomboy64@sina.cn + Proxy-Maintainer; please assign him to bugs. + + + perl@gentoo.org + Gentoo Perl Project + + + proxy-maint@gentoo.org + Gentoo Proxy Maintainers Project + + + Growl-GNTP + Growl::GNTP + + diff --git a/dev-perl/IO-Socket-PortState/IO-Socket-PortState-0.30.0.ebuild b/dev-perl/IO-Socket-PortState/IO-Socket-PortState-0.30.0.ebuild new file mode 100644 index 000000000000..481021f6bbc2 --- /dev/null +++ b/dev-perl/IO-Socket-PortState/IO-Socket-PortState-0.30.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=DMUEY +DIST_VERSION=0.03 +inherit perl-module + +DESCRIPTION="Perl extension for checking the open or closed status of a port" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="virtual/perl-IO" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( virtual/perl-Test-Simple )" diff --git a/dev-perl/IO-Socket-PortState/Manifest b/dev-perl/IO-Socket-PortState/Manifest new file mode 100644 index 000000000000..cee9b7925d46 --- /dev/null +++ b/dev-perl/IO-Socket-PortState/Manifest @@ -0,0 +1 @@ +DIST IO-Socket-PortState-0.03.tar.gz 3380 SHA256 9b6272699d2afd6f65aaa118e2613da28a9f3ba7a80c30bd0cfb16619db131bc SHA512 84353b041558b5401f207d350b66ef696a9f3b23bddb845da76a98b072fe64f9761eb9f10e797744b5241d5eac606769ecc24cdfefb16669f446cf21968220e4 WHIRLPOOL 65dca6d2719d8446161f2b0ad85d6a08f63658039fb98aeb9883ed7ff731080c4b841b7966c3ed5549bad20bc0a94eec8c19ef25e3ab07d3a06aab23b5bd99b9 diff --git a/dev-perl/IO-Socket-PortState/metadata.xml b/dev-perl/IO-Socket-PortState/metadata.xml new file mode 100644 index 000000000000..2d34d2104e78 --- /dev/null +++ b/dev-perl/IO-Socket-PortState/metadata.xml @@ -0,0 +1,12 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + IO-Socket-PortState + IO::Socket::PortState + + diff --git a/dev-perl/Math-BigInt-Lite/Manifest b/dev-perl/Math-BigInt-Lite/Manifest new file mode 100644 index 000000000000..b2522f33c1f9 --- /dev/null +++ b/dev-perl/Math-BigInt-Lite/Manifest @@ -0,0 +1 @@ +DIST Math-BigInt-Lite-0.14.tar.gz 44517 SHA256 0ae0d1fdfbfe0d1801f3fd99d1958a61958f1d50ce4d38acca735e85ef3035ef SHA512 abee57d6497566f8dfa32d273f0ef9cf914ed57b9397c61455695cbfc141fce8f1ccd2c65a2043ec0d4843dc0a1cde978a0b8b05bcc12e71a7438cd379a462c5 WHIRLPOOL a64b379303cf26d048975087082aec768fbac1e46d9bcf03a6d43de0206f2fb2e649fe041628ea2fb90eae14f23d5778c246fb53c01ebd491f26e8362038c307 diff --git a/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.140.0.ebuild b/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.140.0.ebuild new file mode 100644 index 000000000000..1e7b1afedab0 --- /dev/null +++ b/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.140.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR="FLORA" +DIST_VERSION=0.14 +inherit perl-module + +DESCRIPTION="What BigInts are before they become big" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=">=virtual/perl-Math-BigInt-1.940.0 + >=virtual/perl-Math-BigRat-0.190.0" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.420.0 + test? ( >=virtual/perl-Test-Simple-0.520.0 )" + +src_test() { + local bad_files=( "t/pod_cov.t" "t/pod.t" ); + einfo "t/bigintpm.t is broken: https://rt.cpan.org/Public/Bug/Display.html?id=75667"; + bad_files+=( "t/bigintpm.t" ); + perl_rm_files "${bad_files[@]}"; + + perl-module_src_test; +} diff --git a/dev-perl/Math-BigInt-Lite/metadata.xml b/dev-perl/Math-BigInt-Lite/metadata.xml new file mode 100644 index 000000000000..8b0de0126c0c --- /dev/null +++ b/dev-perl/Math-BigInt-Lite/metadata.xml @@ -0,0 +1,20 @@ + + + + + tomboy64@sina.cn + Proxy-Maintainer; please assign him to bugs. + + + perl@gentoo.org + Gentoo Perl Project + + + proxy-maint@gentoo.org + Gentoo Proxy Maintainers Project + + + Math-BigInt-Lite + Math::BigInt::Lite + + diff --git a/dev-perl/Math-Factor-XS/Manifest b/dev-perl/Math-Factor-XS/Manifest new file mode 100644 index 000000000000..e0b0672e9aa7 --- /dev/null +++ b/dev-perl/Math-Factor-XS/Manifest @@ -0,0 +1 @@ +DIST Math-Factor-XS-0.40.tar.gz 62370 SHA256 f594f5f107ac1b6f2f1af76b7711121dbd7043cc7bad0bad1cdbfc3186239833 SHA512 3b7c2df63f02585ea5508217fa93292db74ed5c94e379dc6ef9b9887c6b5cdccf76f36e30b71e50848cfe698a262d99049918075b28ac44d07aabf7fb7d799b3 WHIRLPOOL 63af1db5a9b33942dbe69b0b7ae300917eb9e25ecc19ee08d6f4dd4f2c38b1a0f17d6fa705dfbf0cabf652a0309989eb96e1c585088bb60e0fa3f3530759fd11 diff --git a/dev-perl/Math-Factor-XS/Math-Factor-XS-0.400.0.ebuild b/dev-perl/Math-Factor-XS/Math-Factor-XS-0.400.0.ebuild new file mode 100644 index 000000000000..0a26dfdbe6ce --- /dev/null +++ b/dev-perl/Math-Factor-XS/Math-Factor-XS-0.400.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR="KRYDE" +DIST_VERSION=0.40 +inherit perl-module + +DESCRIPTION="Factorize numbers and calculate matching multiplications" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="dev-perl/boolean + dev-perl/List-MoreUtils + dev-perl/Params-Validate + virtual/perl-Carp + virtual/perl-Exporter + virtual/perl-Scalar-List-Utils + virtual/perl-XSLoader" +DEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.400.0 + virtual/perl-ExtUtils-CBuilder + test? ( virtual/perl-Test-Simple )" + +src_test() { + perl_rm_files "t/pod.t" "t/pod-coverage.t" + perl-module_src_test +} diff --git a/dev-perl/Math-Factor-XS/metadata.xml b/dev-perl/Math-Factor-XS/metadata.xml new file mode 100644 index 000000000000..4f8ad7eb3cb7 --- /dev/null +++ b/dev-perl/Math-Factor-XS/metadata.xml @@ -0,0 +1,20 @@ + + + + + tomboy64@sina.cn + Proxy-Maintainer; please assign him to bugs. + + + perl@gentoo.org + Gentoo Perl Project + + + proxy-maint@gentoo.org + Gentoo Proxy Maintainers Project + + + Math-Factor-XS + Math::Factor::XS + + diff --git a/dev-perl/Math-Libm/Manifest b/dev-perl/Math-Libm/Manifest new file mode 100644 index 000000000000..4a6f18cd438a --- /dev/null +++ b/dev-perl/Math-Libm/Manifest @@ -0,0 +1 @@ +DIST Math-Libm-1.00.tar.gz 4554 SHA256 bfd309f283ac8cb9bf00af8c7c3a10bf25abfd642861c2022efaff0a4a52c276 SHA512 17a1f38e32a82ec9a0307033920559dfe554fdae43b9fefffd7dc0ff690b6c5018079bded8554135da8546ccaf8dc0890e7e9b9a1e3845e53d46c993cec11540 WHIRLPOOL 09220baab48f6e907db3f7cca0770a85c7c3ae0c76bfe9d02058d848f388eb0594616cf17f04670ebfcbfbc6937e5031ebbc739b3bb607faf2bdb96903a1f4c0 diff --git a/dev-perl/Math-Libm/Math-Libm-1.0.0.ebuild b/dev-perl/Math-Libm/Math-Libm-1.0.0.ebuild new file mode 100644 index 000000000000..6defa7dd65b0 --- /dev/null +++ b/dev-perl/Math-Libm/Math-Libm-1.0.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR="DSLEWART" +DIST_VERSION="1.00" +inherit perl-module + +DESCRIPTION="wrapper to libm functions" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="virtual/perl-AutoLoader + virtual/perl-Carp" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker" diff --git a/dev-perl/Math-Libm/metadata.xml b/dev-perl/Math-Libm/metadata.xml new file mode 100644 index 000000000000..c0ad84dd1a55 --- /dev/null +++ b/dev-perl/Math-Libm/metadata.xml @@ -0,0 +1,20 @@ + + + + + tomboy64@sina.cn + Proxy-Maintainer; please assign him to bugs. + + + perl@gentoo.org + Gentoo Perl Project + + + proxy-maint@gentoo.org + Gentoo Proxy Maintainers Project + + + Math-Libm + Math::Libm + + diff --git a/dev-perl/Math-NumSeq/Manifest b/dev-perl/Math-NumSeq/Manifest new file mode 100644 index 000000000000..8d2971a81f29 --- /dev/null +++ b/dev-perl/Math-NumSeq/Manifest @@ -0,0 +1 @@ +DIST Math-NumSeq-71.tar.gz 824620 SHA256 53ab83bb14fdd3d5c37e3165d64fba87ca845e33c3d9dfcf2882e5e60c11884a SHA512 2679d6b28523b172e1ac4b48b018e896c083d1d45227fd0bd4d156c6dc2862edb234888701ce4019234a7cff888cf84bf72b4e8ebd2f5d78fb5ae12c8374ce2d WHIRLPOOL 4b5c135383a7135c642bae553086262879d89b0d2047d3b4f8ec00fcd2bec7fbd1d4585696402fd8eefaffc410c97dc2b3948894e163815c142f1275983dca4c diff --git a/dev-perl/Math-NumSeq/Math-NumSeq-71.0.0.ebuild b/dev-perl/Math-NumSeq/Math-NumSeq-71.0.0.ebuild new file mode 100644 index 000000000000..0c86b863b4ef --- /dev/null +++ b/dev-perl/Math-NumSeq/Math-NumSeq-71.0.0.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=KRYDE +DIST_VERSION=71 +inherit perl-module + +DESCRIPTION="number sequences (for example from OEIS)" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test examples" + +RDEPEND=" + dev-perl/File-HomeDir + virtual/perl-File-Spec + virtual/perl-File-Temp + virtual/perl-Scalar-List-Utils + >=dev-perl/Math-Factor-XS-0.400.0 + dev-perl/Math-Libm + >=dev-perl/Math-Prime-XS-0.260.0 + virtual/perl-Module-Load + >=dev-perl/Module-Pluggable-4.700.0 + dev-perl/Module-Util + >=dev-perl/constant-defer-1.0.0 +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + dev-perl/Data-Float + virtual/perl-Test + ) +" + +# Note: Examples need extra deps, but they're not critical LATER +src_install() { + perl-module_src_install + if use examples; then + docompress -x /usr/share/doc/${PF}/examples + docinto examples + dodoc -r examples/other/* + fi +} diff --git a/dev-perl/Math-NumSeq/metadata.xml b/dev-perl/Math-NumSeq/metadata.xml new file mode 100644 index 000000000000..ed313121be24 --- /dev/null +++ b/dev-perl/Math-NumSeq/metadata.xml @@ -0,0 +1,149 @@ + + + + + tomboy64@sina.cn + Proxy-Maintainer; please assign him to bugs. + + + perl@gentoo.org + Gentoo Perl Project + + + proxy-maint@gentoo.org + Gentoo Proxy Maintainers Project + + + Math-NumSeq + Math::NumSeq + Math::NumSeq::Abundant + Math::NumSeq::AlgebraicContinued + Math::NumSeq::All + Math::NumSeq::AllDigits + Math::NumSeq::AllPrimeFactors + Math::NumSeq::AlmostPrimes + Math::NumSeq::AsciiSelf + Math::NumSeq::BalancedBinary + Math::NumSeq::Base::Array + Math::NumSeq::Base::Cache + Math::NumSeq::Base::Digits + Math::NumSeq::Base::IterateIth + Math::NumSeq::Base::IteratePred + Math::NumSeq::Base::Sparse + Math::NumSeq::BaumSweet + Math::NumSeq::Beastly + Math::NumSeq::Catalan + Math::NumSeq::CollatzSteps + Math::NumSeq::ConcatNumbers + Math::NumSeq::Cubes + Math::NumSeq::CullenNumbers + Math::NumSeq::DedekindPsiCumulative + Math::NumSeq::DedekindPsiSteps + Math::NumSeq::DeletablePrimes + Math::NumSeq::DigitCount + Math::NumSeq::DigitCountHigh + Math::NumSeq::DigitCountLow + Math::NumSeq::DigitLength + Math::NumSeq::DigitLengthCumulative + Math::NumSeq::DigitProduct + Math::NumSeq::DigitProductSteps + Math::NumSeq::DigitSum + Math::NumSeq::DigitSumModulo + Math::NumSeq::DivisorCount + Math::NumSeq::DuffinianNumbers + Math::NumSeq::Emirps + Math::NumSeq::ErdosSelfridgeClass + Math::NumSeq::Even + Math::NumSeq::Expression + Math::NumSeq::Factorials + Math::NumSeq::Fibbinary + Math::NumSeq::FibbinaryBitCount + Math::NumSeq::Fibonacci + Math::NumSeq::FibonacciRepresentations + Math::NumSeq::FibonacciWord + Math::NumSeq::File + Math::NumSeq::FractionDigits + Math::NumSeq::GolayRudinShapiro + Math::NumSeq::GolayRudinShapiroCumulative + Math::NumSeq::GoldbachCount + Math::NumSeq::GolombSequence + Math::NumSeq::HafermanCarpet + Math::NumSeq::HappyNumbers + Math::NumSeq::HappySteps + Math::NumSeq::HarshadNumbers + Math::NumSeq::HofstadterFigure + Math::NumSeq::JugglerSteps + Math::NumSeq::KlarnerRado + Math::NumSeq::Kolakoski + Math::NumSeq::LemoineCount + Math::NumSeq::LiouvilleFunction + Math::NumSeq::LucasNumbers + Math::NumSeq::LuckyNumbers + Math::NumSeq::MaxDigitCount + Math::NumSeq::MephistoWaltz + Math::NumSeq::MobiusFunction + Math::NumSeq::Modulo + Math::NumSeq::MoranNumbers + Math::NumSeq::Multiples + Math::NumSeq::NumAronson + Math::NumSeq::Odd + Math::NumSeq::OEIS + Math::NumSeq::OEIS::Catalogue + Math::NumSeq::OEIS::Catalogue::Plugin + Math::NumSeq::OEIS::Catalogue::Plugin::BuiltinTable + Math::NumSeq::OEIS::Catalogue::Plugin::FractionDigits + Math::NumSeq::OEIS::Catalogue::Plugin::ZZ_Files + Math::NumSeq::OEIS::File + Math::NumSeq::Palindromes + Math::NumSeq::Pell + Math::NumSeq::Perrin + Math::NumSeq::PisanoPeriod + Math::NumSeq::PisanoPeriodSteps + Math::NumSeq::PolignacObstinate + Math::NumSeq::Polygonal + Math::NumSeq::PowerFlip + Math::NumSeq::Powerful + Math::NumSeq::PowerPart + Math::NumSeq::PrimeFactorCount + Math::NumSeq::PrimeIndexOrder + Math::NumSeq::PrimeIndexPrimes + Math::NumSeq::Primes + Math::NumSeq::Primorials + Math::NumSeq::Pronic + Math::NumSeq::ProthNumbers + Math::NumSeq::PythagoreanHypots + Math::NumSeq::RadixConversion + Math::NumSeq::RadixWithoutDigit + Math::NumSeq::RepdigitAny + Math::NumSeq::RepdigitRadix + Math::NumSeq::Repdigits + Math::NumSeq::ReReplace + Math::NumSeq::ReRound + Math::NumSeq::ReverseAdd + Math::NumSeq::ReverseAddSteps + Math::NumSeq::Runs + Math::NumSeq::SelfLengthCumulative + Math::NumSeq::SophieGermainPrimes + Math::NumSeq::SpiroFibonacci + Math::NumSeq::SqrtContinued + Math::NumSeq::SqrtContinuedPeriod + Math::NumSeq::SqrtDigits + Math::NumSeq::SqrtEngel + Math::NumSeq::Squares + Math::NumSeq::StarNumbers + Math::NumSeq::SternDiatomic + Math::NumSeq::Tetrahedral + Math::NumSeq::Totient + Math::NumSeq::TotientCumulative + Math::NumSeq::TotientPerfect + Math::NumSeq::TotientSteps + Math::NumSeq::TotientStepsSum + Math::NumSeq::Triangular + Math::NumSeq::Tribonacci + Math::NumSeq::TwinPrimes + Math::NumSeq::UlamSequence + Math::NumSeq::UndulatingNumbers + Math::NumSeq::WoodallNumbers + Math::NumSeq::Xenodromes + + diff --git a/dev-perl/Math-PlanePath/Manifest b/dev-perl/Math-PlanePath/Manifest new file mode 100644 index 000000000000..be529564e85a --- /dev/null +++ b/dev-perl/Math-PlanePath/Manifest @@ -0,0 +1 @@ +DIST Math-PlanePath-122.tar.gz 1290711 SHA256 edcf64f5cb9e4cca6dd6ee88c285551ee5151438c041cdeb41a4af88f184452f SHA512 06983ab17b50da9a6872a0c154e433736720c40fc2f845de606f7089697d00d22bc1b9a8580292258af0d3d6e1133363ec2894269ed472f1fb4e52f0af2709ed WHIRLPOOL 23576d1f5d74dd5753ac236a4cf4fc1de6df25950746c78211408389e3845f3bfe3610b7f2005ff2f20c4b8874ee1977498cf027e392b3de37f9f9296ac19a22 diff --git a/dev-perl/Math-PlanePath/Math-PlanePath-122.0.0.ebuild b/dev-perl/Math-PlanePath/Math-PlanePath-122.0.0.ebuild new file mode 100644 index 000000000000..c518925414a7 --- /dev/null +++ b/dev-perl/Math-PlanePath/Math-PlanePath-122.0.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR="KRYDE" +DIST_VERSION="122" +inherit perl-module + +DESCRIPTION="Mathematical paths through the 2-D plane" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="gmp test examples" + +RDEPEND="gmp? ( dev-perl/Math-BigInt-GMP ) + dev-perl/Math-Libm + dev-perl/Math-NumSeq + >=dev-perl/constant-defer-5.0.0 + virtual/perl-Scalar-List-Utils + virtual/perl-Math-BigInt" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( virtual/perl-Test + dev-perl/Math-BigInt-Lite + dev-perl/Number-Fraction )" + +src_install() { + perl-module_src_install + if use examples; then + docompress -x /usr/share/doc/${PF}/examples + dodoc -r examples + fi +} diff --git a/dev-perl/Math-PlanePath/metadata.xml b/dev-perl/Math-PlanePath/metadata.xml new file mode 100644 index 000000000000..0a245fbdd71a --- /dev/null +++ b/dev-perl/Math-PlanePath/metadata.xml @@ -0,0 +1,144 @@ + + + + + tomboy64@sina.cn + Proxy-Maintainer; please assign him to bugs. + + + perl@gentoo.org + Gentoo Perl Project + + + proxy-maint@gentoo.org + Gentoo Proxy Maintainers Project + + + Math-PlanePath + Math::NumSeq::OEIS::Catalogue::Plugin::PlanePath + Math::NumSeq::PlanePathCoord + Math::NumSeq::PlanePathDelta + Math::NumSeq::PlanePathN + Math::NumSeq::PlanePathTurn + Math::PlanePath + Math::PlanePath::AlternatePaper + Math::PlanePath::AlternatePaperMidpoint + Math::PlanePath::AnvilSpiral + Math::PlanePath::AR2W2Curve + Math::PlanePath::ArchimedeanChords + Math::PlanePath::AztecDiamondRings + Math::PlanePath::Base::Digits + Math::PlanePath::Base::Generic + Math::PlanePath::Base::NSEW + Math::PlanePath::BetaOmega + Math::PlanePath::CCurve + Math::PlanePath::CellularRule + Math::PlanePath::CellularRule190 + Math::PlanePath::CellularRule54 + Math::PlanePath::CellularRule57 + Math::PlanePath::CfracDigits + Math::PlanePath::ChanTree + Math::PlanePath::CincoCurve + Math::PlanePath::Columns + Math::PlanePath::ComplexMinus + Math::PlanePath::ComplexPlus + Math::PlanePath::ComplexRevolving + Math::PlanePath::CoprimeColumns + Math::PlanePath::Corner + Math::PlanePath::CornerReplicate + Math::PlanePath::CretanLabyrinth + Math::PlanePath::CubicBase + Math::PlanePath::DekkingCentres + Math::PlanePath::DekkingCurve + Math::PlanePath::DiagonalRationals + Math::PlanePath::Diagonals + Math::PlanePath::DiagonalsAlternating + Math::PlanePath::DiagonalsOctant + Math::PlanePath::DiamondArms + Math::PlanePath::DiamondSpiral + Math::PlanePath::DigitGroups + Math::PlanePath::DivisibleColumns + Math::PlanePath::DragonCurve + Math::PlanePath::DragonMidpoint + Math::PlanePath::DragonRounded + Math::PlanePath::FactorRationals + Math::PlanePath::FibonacciWordFractal + Math::PlanePath::File + Math::PlanePath::FilledRings + Math::PlanePath::Flowsnake + Math::PlanePath::FlowsnakeCentres + Math::PlanePath::FractionsTree + Math::PlanePath::GcdRationals + Math::PlanePath::GosperIslands + Math::PlanePath::GosperReplicate + Math::PlanePath::GosperSide + Math::PlanePath::GrayCode + Math::PlanePath::GreekKeySpiral + Math::PlanePath::HeptSpiralSkewed + Math::PlanePath::HexArms + Math::PlanePath::HexSpiral + Math::PlanePath::HexSpiralSkewed + Math::PlanePath::HilbertCurve + Math::PlanePath::HilbertSides + Math::PlanePath::HilbertSpiral + Math::PlanePath::HIndexing + Math::PlanePath::Hypot + Math::PlanePath::HypotOctant + Math::PlanePath::ImaginaryBase + Math::PlanePath::ImaginaryHalf + Math::PlanePath::KnightSpiral + Math::PlanePath::KochCurve + Math::PlanePath::KochelCurve + Math::PlanePath::KochPeaks + Math::PlanePath::KochSnowflakes + Math::PlanePath::KochSquareflakes + Math::PlanePath::LTiling + Math::PlanePath::MPeaks + Math::PlanePath::MultipleRings + Math::PlanePath::OctagramSpiral + Math::PlanePath::PeanoCurve + Math::PlanePath::PentSpiral + Math::PlanePath::PentSpiralSkewed + Math::PlanePath::PixelRings + Math::PlanePath::PowerArray + Math::PlanePath::PyramidRows + Math::PlanePath::PyramidSides + Math::PlanePath::PyramidSpiral + Math::PlanePath::PythagoreanTree + Math::PlanePath::QuadricCurve + Math::PlanePath::QuadricIslands + Math::PlanePath::QuintetCentres + Math::PlanePath::QuintetCurve + Math::PlanePath::QuintetReplicate + Math::PlanePath::R5DragonCurve + Math::PlanePath::R5DragonMidpoint + Math::PlanePath::RationalsTree + Math::PlanePath::Rows + Math::PlanePath::SacksSpiral + Math::PlanePath::SierpinskiArrowhead + Math::PlanePath::SierpinskiArrowheadCentres + Math::PlanePath::SierpinskiCurve + Math::PlanePath::SierpinskiCurveStair + Math::PlanePath::SierpinskiTriangle + Math::PlanePath::SquareArms + Math::PlanePath::SquareReplicate + Math::PlanePath::SquareSpiral + Math::PlanePath::Staircase + Math::PlanePath::StaircaseAlternating + Math::PlanePath::TerdragonCurve + Math::PlanePath::TerdragonMidpoint + Math::PlanePath::TerdragonRounded + Math::PlanePath::TheodorusSpiral + Math::PlanePath::TriangleSpiral + Math::PlanePath::TriangleSpiralSkewed + Math::PlanePath::TriangularHypot + Math::PlanePath::UlamWarburton + Math::PlanePath::UlamWarburtonQuarter + Math::PlanePath::VogelFloret + Math::PlanePath::WunderlichMeander + Math::PlanePath::WunderlichSerpentine + Math::PlanePath::WythoffArray + Math::PlanePath::WythoffPreliminaryTriangle + Math::PlanePath::ZOrderCurve + + diff --git a/dev-perl/Math-Prime-XS/Manifest b/dev-perl/Math-Prime-XS/Manifest new file mode 100644 index 000000000000..c46644f808b9 --- /dev/null +++ b/dev-perl/Math-Prime-XS/Manifest @@ -0,0 +1 @@ +DIST Math-Prime-XS-0.26.tar.gz 61354 SHA256 d595728a2a537edb22818f0050e0ff7c99b19f958386585715e777409b57f1e1 SHA512 4054114b320e15c349c6620fcd8b2ae6a94b590f2be2a6301577dae09aef3058f901cafd669ea9846c0b7adaaad46e18552cdf147c8412b297d96d5f3bbd6fa4 WHIRLPOOL ad30005deb6184acaf97d7558bd72cf4d89f3268bcce23479937e80a5dae407d6791a12c13523e0031ed027d476bef61bfd00ea12adb73d0ff36f34437f1bc9b diff --git a/dev-perl/Math-Prime-XS/Math-Prime-XS-0.260.0.ebuild b/dev-perl/Math-Prime-XS/Math-Prime-XS-0.260.0.ebuild new file mode 100644 index 000000000000..02850855008a --- /dev/null +++ b/dev-perl/Math-Prime-XS/Math-Prime-XS-0.260.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR="KRYDE" +DIST_VERSION=0.26 +inherit perl-module + +DESCRIPTION="Detect and calculate prime numbers with deterministic tests" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="dev-perl/boolean + dev-perl/Params-Validate + virtual/perl-Carp + virtual/perl-Exporter + virtual/perl-Scalar-List-Utils + virtual/perl-XSLoader" +DEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.380.0 + test? ( virtual/perl-Test-Simple ) + virtual/perl-ExtUtils-CBuilder" + +src_test() { + perl_rm_files "t/pod.t" "t/pod-coverage.t" + perl-module_src_test +} diff --git a/dev-perl/Math-Prime-XS/metadata.xml b/dev-perl/Math-Prime-XS/metadata.xml new file mode 100644 index 000000000000..e8fba464af45 --- /dev/null +++ b/dev-perl/Math-Prime-XS/metadata.xml @@ -0,0 +1,20 @@ + + + + + tomboy64@sina.cn + Proxy-Maintainer; please assign him to bugs. + + + perl@gentoo.org + Gentoo Perl Project + + + proxy-maint@gentoo.org + Gentoo Proxy Maintainers Project + + + Math-Prime-XS + Math::Prime::XS + + diff --git a/dev-perl/Module-Build-WithXSpp/Manifest b/dev-perl/Module-Build-WithXSpp/Manifest new file mode 100644 index 000000000000..a31a4e84d1f4 --- /dev/null +++ b/dev-perl/Module-Build-WithXSpp/Manifest @@ -0,0 +1 @@ +DIST Module-Build-WithXSpp-0.14.tar.gz 14103 SHA256 53b3c8c8fdbd50fc3dad3d19da20f1b6414ef70665b9311710c802969e746934 SHA512 2d334656128fe9e4b2e06ce23fc33b81bd4302477dcca2ac2cf87a74cbd4d160c7875e2a252e85116dc17a6e9ee53d43457a7d50e0cdd33d3514ad47eac4554c WHIRLPOOL 617ab44960c975551d62bb1f61a2c9a4f503edb0454f00bc3b21bd8a19ad6a8d31480324d71382979f3f368d93d1fd463d5480b91841929acd9cc14739857a78 diff --git a/dev-perl/Module-Build-WithXSpp/Module-Build-WithXSpp-0.140.0.ebuild b/dev-perl/Module-Build-WithXSpp/Module-Build-WithXSpp-0.140.0.ebuild new file mode 100644 index 000000000000..a5482881fdaf --- /dev/null +++ b/dev-perl/Module-Build-WithXSpp/Module-Build-WithXSpp-0.140.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR="SMUELLER" +DIST_VERSION=0.14 +inherit perl-module + +DESCRIPTION="XS++ enhanced flavour of Module::Build" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=">=dev-perl/ExtUtils-CppGuess-0.40.0 + >=dev-perl/ExtUtils-XSpp-0.110.0 + virtual/perl-Digest-MD5 + virtual/perl-ExtUtils-CBuilder + >=virtual/perl-ExtUtils-ParseXS-2.220.500 + >=dev-perl/Module-Build-0.260.0" +DEPEND="${RDEPEND} + test? ( virtual/perl-Test-Simple )" diff --git a/dev-perl/Module-Build-WithXSpp/metadata.xml b/dev-perl/Module-Build-WithXSpp/metadata.xml new file mode 100644 index 000000000000..bf76f9997793 --- /dev/null +++ b/dev-perl/Module-Build-WithXSpp/metadata.xml @@ -0,0 +1,20 @@ + + + + + tomboy64@sina.cn + Proxy-Maintainer; please assign him to bugs. + + + perl@gentoo.org + Gentoo Perl Project + + + proxy-maint@gentoo.org + Gentoo Proxy Maintainers Project + + + Module-Build-WithXSpp + Module::Build::WithXSpp + + diff --git a/dev-perl/Module-Build/Module-Build-0.421.600.ebuild b/dev-perl/Module-Build/Module-Build-0.421.600.ebuild index c7783586e7b0..356247bda4fa 100644 --- a/dev-perl/Module-Build/Module-Build-0.421.600.ebuild +++ b/dev-perl/Module-Build/Module-Build-0.421.600.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Build and install Perl modules" 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 ~hppa-hpux ~ia64-hpux ~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 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~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/Net-Bonjour/Manifest b/dev-perl/Net-Bonjour/Manifest new file mode 100644 index 000000000000..255e48aab7be --- /dev/null +++ b/dev-perl/Net-Bonjour/Manifest @@ -0,0 +1 @@ +DIST Net-Bonjour-0.96.tar.gz 8323 SHA256 c38a1f3ab200b08208d0c3a02b23d30653dfc62c09c6a12561c6ea08a69b1f97 SHA512 1d35f29dac829ba5cdd51878c00f361830d50862ebeb29dce942f4bf291de6f700015ea792061d3410fe315ba20b425222ac87dfb6843ebfb0b97d7dca736a65 WHIRLPOOL f26787d3a872ce18eda8855dd5c5e20178c98f6f4f282bb97977eadd1f2ce0a03bf183085e70379a78e05a70b44bc933f9c3675c97b922f1bd1907a073a2896f diff --git a/dev-perl/Net-Bonjour/Net-Bonjour-0.960.0.ebuild b/dev-perl/Net-Bonjour/Net-Bonjour-0.960.0.ebuild new file mode 100644 index 000000000000..2e1711a920dc --- /dev/null +++ b/dev-perl/Net-Bonjour/Net-Bonjour-0.960.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR="CHLIGE" +DIST_VERSION="0.96" +inherit perl-module + +DESCRIPTION="Module for DNS service discovery (Apple's Bonjour)" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test examples" + +RDEPEND=" + >=dev-perl/Net-DNS-0.500.0 + >=virtual/perl-Socket-1.750.0" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( virtual/perl-Test-Simple )" + +src_install() { + perl-module_src_install + if use examples; then + docompress -x /usr/share/doc/${PF}/examples + docinto examples + dodoc -r demo/* + fi +} diff --git a/dev-perl/Net-Bonjour/metadata.xml b/dev-perl/Net-Bonjour/metadata.xml new file mode 100644 index 000000000000..500a6ebe4f5d --- /dev/null +++ b/dev-perl/Net-Bonjour/metadata.xml @@ -0,0 +1,22 @@ + + + + + tomboy64@sina.cn + Proxy-Maintainer; please assign him to bugs. + + + perl@gentoo.org + Gentoo Perl Project + + + proxy-maint@gentoo.org + Gentoo Proxy Maintainers Project + + + Net-Bonjour + Net::Bonjour + Net::Bonjour::Entry + Net::Bonjour::Rendezvous + + diff --git a/dev-perl/Number-Fraction/Manifest b/dev-perl/Number-Fraction/Manifest new file mode 100644 index 000000000000..fd8927ef66a7 --- /dev/null +++ b/dev-perl/Number-Fraction/Manifest @@ -0,0 +1 @@ +DIST Number-Fraction-2.00.tar.gz 7771 SHA256 90c20d3d0ec8ef263679d0ce124dffc8e0441552db02eb1f094caf1c5e550397 SHA512 ce78d42b4d448ae1425f1a6c98a7c8a330d35aa510971748e30b55a235f26e3fae4f1cb498b9014fcee512fd19a72902c5d44b2f00ad6b03111783a757644135 WHIRLPOOL 05699245c53c67ea218c7604be359d064314ef4956784499095725978f55cca935c6cfea105e9d3a95f28595f5f5e432497188d1ec1b6912904cbad851bd462f diff --git a/dev-perl/Number-Fraction/Number-Fraction-2.0.0.ebuild b/dev-perl/Number-Fraction/Number-Fraction-2.0.0.ebuild new file mode 100644 index 000000000000..8c11ed1e5f4a --- /dev/null +++ b/dev-perl/Number-Fraction/Number-Fraction-2.0.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR="DAVECROSS" +DIST_VERSION=2.00 +inherit perl-module + +DESCRIPTION="Perl extension to model fractions" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="dev-perl/Moose + virtual/perl-Carp" +DEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.400.0 + test? ( virtual/perl-Test-Simple )" + +src_test() { + perl_rm_files "t/10_pod.t" "t/11_pod_coverage.t" + perl-module_src_test +} diff --git a/dev-perl/Number-Fraction/metadata.xml b/dev-perl/Number-Fraction/metadata.xml new file mode 100644 index 000000000000..74b2147dd31c --- /dev/null +++ b/dev-perl/Number-Fraction/metadata.xml @@ -0,0 +1,20 @@ + + + + + tomboy64@sina.cn + Proxy-Maintainer; please assign him to bugs. + + + perl@gentoo.org + Gentoo Perl Project + + + proxy-maint@gentoo.org + Gentoo Proxy Maintainers Project + + + Number-Fraction + Number::Fraction + + diff --git a/dev-perl/Pod-Markdown/Manifest b/dev-perl/Pod-Markdown/Manifest new file mode 100644 index 000000000000..84bd66347bb9 --- /dev/null +++ b/dev-perl/Pod-Markdown/Manifest @@ -0,0 +1 @@ +DIST Pod-Markdown-3.005.tar.gz 57716 SHA256 f8b7e7e4416b11442f9b003447d857cec3577022a153113dee6b133a0b394303 SHA512 1fb9879913a5f9229267c84bbe97aee624330f3079827f18aa7db31de0b70e0ef0df55ea2ea01655f4b335c7b2338bdc1e5156f49088d6ce048bfa38713ee2c8 WHIRLPOOL 8b301b1818b108041f8399be7d133aaa65667269b6ae1f6b31aac7c3efc322b5de7221446940cd8e4e44d32d37a52e58f49c190964f4ede8c2dab5bcf0770c94 diff --git a/dev-perl/Pod-Markdown/Pod-Markdown-3.5.0.ebuild b/dev-perl/Pod-Markdown/Pod-Markdown-3.5.0.ebuild new file mode 100644 index 000000000000..927f12f4d789 --- /dev/null +++ b/dev-perl/Pod-Markdown/Pod-Markdown-3.5.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=RWSTAUNER +DIST_VERSION=3.005 +inherit perl-module + +DESCRIPTION="Convert POD to Markdown" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test minimal" + +RDEPEND=" + !minimal? ( + dev-perl/HTML-Parser + ) + virtual/perl-Encode + virtual/perl-Getopt-Long + >=virtual/perl-Pod-Simple-3.270.0 + virtual/perl-parent +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + !minimal? ( + >=virtual/perl-CPAN-Meta-2.120.900 + ) + virtual/perl-Exporter + virtual/perl-File-Spec + virtual/perl-File-Temp + virtual/perl-IO + dev-perl/Test-Differences + >=virtual/perl-Test-Simple-0.880.0 + ) +" diff --git a/dev-perl/Pod-Markdown/metadata.xml b/dev-perl/Pod-Markdown/metadata.xml new file mode 100644 index 000000000000..4ca7857830f7 --- /dev/null +++ b/dev-perl/Pod-Markdown/metadata.xml @@ -0,0 +1,13 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + Pod-Markdown + Pod::Markdown + Perldoc::ToMarkdown + + diff --git a/dev-perl/Pod-Readme/Manifest b/dev-perl/Pod-Readme/Manifest index 9765555587d3..39effc7c8c31 100644 --- a/dev-perl/Pod-Readme/Manifest +++ b/dev-perl/Pod-Readme/Manifest @@ -1 +1,2 @@ DIST Pod-Readme-0.11.tar.gz 8022 SHA256 0d747b6ec2fda18c58ca8855f9923f8aad035e0ca7712153e1765f78dbb41ae9 SHA512 c62e3e18ecf3ea92ac013122063e959ee93e59f974b415dab750e16d5e1ef3052b6018be85da411068433a7218c33dc3459d676291aa65df6350e00dbc32fe19 WHIRLPOOL b3b487bfd75a48a7f4b4b6bb2a30b4b952e203f81d8d0e67b4f045a0f7df571c4b91cc8415be388d93712de30295ff1a70398c7c259de144d250ea95a9c924e4 +DIST Pod-Readme-v1.1.2.tar.gz 47521 SHA256 62e23194a386a9870e47dbb8847fca0443b09bb22d50f2e02f2d039159ef5c6a SHA512 b8d2cb11fa2018d91b4623c471206c057046daf2570500c828f6f8fbe9ef8fe45e4977396352878c1ca5a47ec27be04ca53c1c9240e7dfc09a9405b0af5dcf47 WHIRLPOOL 44a8d6da4c87cb65832c6aec31d8f8c32bef321a67359bb03122fd39b48d5bd406e8fe4a1b364c08ad0f0fff6818d9ab16a8b5b178bb89e7ad40cd94eeed1868 diff --git a/dev-perl/Pod-Readme/Pod-Readme-1.1.2.ebuild b/dev-perl/Pod-Readme/Pod-Readme-1.1.2.ebuild new file mode 100644 index 000000000000..ada61e93da14 --- /dev/null +++ b/dev-perl/Pod-Readme/Pod-Readme-1.1.2.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=RRWO +DIST_VERSION=v1.1.2 +inherit perl-module + +DESCRIPTION="Intelligently generate a README file from POD" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="minimal test" + +RDEPEND=" + !minimal? ( + dev-perl/Pod-Markdown + dev-perl/Pod-Simple-LaTeX + dev-perl/Type-Tiny-XS + virtual/perl-podlators + ) + >=dev-perl/CPAN-Changes-0.300.0 + virtual/perl-CPAN-Meta + virtual/perl-Carp + >=dev-perl/Class-Method-Modifiers-2.0.0 + virtual/perl-Exporter + >=virtual/perl-ExtUtils-MakeMaker-6.560.0 + dev-perl/File-Slurp + dev-perl/Getopt-Long-Descriptive + virtual/perl-IO + virtual/perl-Module-CoreList + virtual/perl-Module-Load + >=dev-perl/Moo-1.4.5 + dev-perl/MooX-HandlesVia + >=dev-perl/Path-Tiny-0.18.0 + virtual/perl-Pod-Simple + dev-perl/Role-Tiny + >=virtual/perl-Scalar-List-Utils-1.330.0 + dev-perl/Try-Tiny + dev-perl/Type-Tiny + dev-perl/namespace-autoclean + >=virtual/perl-version-0.770.0 +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.590.0 + virtual/perl-File-Temp + test? ( + dev-perl/IO-String + dev-perl/Test-Deep + dev-perl/Test-Exception + virtual/perl-Test-Simple + ) +" diff --git a/dev-perl/Pod-Readme/metadata.xml b/dev-perl/Pod-Readme/metadata.xml index 90e5ee14f4e4..e29e3c077bb3 100644 --- a/dev-perl/Pod-Readme/metadata.xml +++ b/dev-perl/Pod-Readme/metadata.xml @@ -16,5 +16,11 @@ Pod-Readme Pod::Readme + Pod::Readme::Filter + Pod::Readme::Plugin + Pod::Readme::Plugin::changes + Pod::Readme::Plugin::requires + Pod::Readme::Plugin::version + Pod::Readme::Types diff --git a/dev-perl/Pod-Simple-LaTeX/Manifest b/dev-perl/Pod-Simple-LaTeX/Manifest new file mode 100644 index 000000000000..46808ac5e5fe --- /dev/null +++ b/dev-perl/Pod-Simple-LaTeX/Manifest @@ -0,0 +1 @@ +DIST Pod-Simple-LaTeX-0.06.tar.gz 4839 SHA256 55937e36e695639e35b916de463afe47aa4d55de34579a031f8eda457a1b4188 SHA512 7f678b1ce40314c59a6dd355bbeabc2f3d8f86282609880bf97946611a1b64b9c724e538488196e8336ed2f3f4067d3a8dc0e518f69e5c1de7bbc185503a3f8b WHIRLPOOL b6ab504bc1dfaf99b7e9b09a52c9e7ae5f1d20e60cd54a8657bda2adb009219af2d7a69d2bce7fd20cf01510d2fef472aba60456e906d4318cbdfe6dfc0c0df8 diff --git a/dev-perl/Pod-Simple-LaTeX/Pod-Simple-LaTeX-0.60.0.ebuild b/dev-perl/Pod-Simple-LaTeX/Pod-Simple-LaTeX-0.60.0.ebuild new file mode 100644 index 000000000000..f3144fab85d2 --- /dev/null +++ b/dev-perl/Pod-Simple-LaTeX/Pod-Simple-LaTeX-0.60.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=JGOFF +DIST_VERSION=0.06 +inherit perl-module + +DESCRIPTION="format Pod as LaTeX" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + >=virtual/perl-Pod-Simple-0.10.0 +" +DEPEND="${RDEPEND}" diff --git a/dev-perl/Pod-Simple-LaTeX/metadata.xml b/dev-perl/Pod-Simple-LaTeX/metadata.xml new file mode 100644 index 000000000000..63f06f9e5a9a --- /dev/null +++ b/dev-perl/Pod-Simple-LaTeX/metadata.xml @@ -0,0 +1,12 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + Pod-Simple-LaTeX + Pod::Simple::LaTeX + + diff --git a/dev-perl/Socket6/Manifest b/dev-perl/Socket6/Manifest index dbcfe9d9c9d5..b5190d746782 100644 --- a/dev-perl/Socket6/Manifest +++ b/dev-perl/Socket6/Manifest @@ -1,2 +1,3 @@ DIST Socket6-0.23.tar.gz 57859 SHA256 eda753f0197e8c3c8d4ab20a634561ce84011fa51aa5ff40d4dbcb326ace0833 SHA512 39ced223ecdef89e6fa241031019bb5a73e63d2dfdaf3edb55bfea0cb81b91bea09f1cc26b2d15fa28d32227cc13cdb093c70f0ba346c9bdb523359de53d96f9 WHIRLPOOL f3ace817e2c49f1551f931ac80990a5c691df5188870090bde908d78c5b3e2da322c8114ce519135cc975cb9c46181c3a66a8204c9668497f8e4649e671ed202 DIST Socket6-0.25.tar.gz 58057 SHA256 da746f8e7740b4ef66f4ff70dfad4e90f001a47a4803de66b7d7e0bdc924baa9 SHA512 0b164bca51783798b9a65119f702c33578235478857aa0f5d6c7f3aaa987522c22e84f94197d34159cb7f07fbd1dd7c5fd5579b1d42c82a233aff071edfaa95c WHIRLPOOL 123f84ecd7a8c83c81f00b1b5dedc95c8b19bbfdea5c40dbe19980206f27a6d3b44823bc95d6702a40a7db8115569bb095c387edd15a24ec85477f6943ea23a3 +DIST Socket6-0.27.tar.gz 64936 SHA256 30d2881962720769909439b04077a06cc76c2da244f06b957468bfe22482cf8e SHA512 8431d3d3d48da0b55dbe5478f9226ddb77bc2fbd2db164683312d51446dfdf52c2f596ff1ee7287a4321386579db8713169eabf65b93ff900808ca311cefe6d5 WHIRLPOOL 72996635af13d59a5f5b321ad9d77bb24f947df31b9b67713985d410e7a8edd2cd4167951847e7ab6542aeeba15f52cca5580e3263c1eb298f672d3ec3cd46d6 diff --git a/dev-perl/Socket6/Socket6-0.270.0.ebuild b/dev-perl/Socket6/Socket6-0.270.0.ebuild new file mode 100644 index 000000000000..c179c0d7ec5c --- /dev/null +++ b/dev-perl/Socket6/Socket6-0.270.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=UMEMOTO +MODULE_VERSION=0.27 +inherit perl-module + +DESCRIPTION="IPv6 related part of the C socket.h defines and structure manipulators" + +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" +IUSE="" + +SRC_TEST="do" + +src_unpack() { + perl-module_src_unpack + tc-export CC +} diff --git a/dev-perl/Text-Unidecode/Manifest b/dev-perl/Text-Unidecode/Manifest index 248b22b45c55..4d70b1a0bb99 100644 --- a/dev-perl/Text-Unidecode/Manifest +++ b/dev-perl/Text-Unidecode/Manifest @@ -1,3 +1,4 @@ DIST Text-Unidecode-0.04.tar.gz 103091 SHA256 473da01fd4829fce3183ef6c5d8932a29a9a7c28ee65f066342069a87be16b06 SHA512 518d1cfa13134c133a1c369e3bc6a708c667e0fa500b20a225ddf216098c496968cd0767d3bc372fcc2444f196a485f7a89587cf0caebc3de4417769216683c9 WHIRLPOOL 945c1402b018e6a0b135269cef00a67a5fa0a88d4a316f4821068d2177f7b1c6d1ba77c87593c4d1e651536fd1d841aaaccbd2a08b7c9776d0ea154d2e2e0ff2 DIST Text-Unidecode-1.23.tar.gz 130431 SHA256 cb1d761edcd4ea25763726434713c3157d48ac7d75be27bed10bc0aa4ec1d6d6 SHA512 ee4381fd9a4c741973f2eb22c561303719b537b612405e19fdc934b0548870378b9d1f02bf68f3bf40e525339432c0189d9e323c9712acd450e602febc6b818f WHIRLPOOL b0677099eabc12f0eddc829ce192c092e9ac35f607571535f2e8dd62b836c73798a432785ef0c79f1ff5be392bd79c97da8e8b2fa958bfb1af5c10253300239e DIST Text-Unidecode-1.24.tar.gz 131589 SHA256 30efa496757f22e1d1d511c3d6a8f20d45b2ab932edb90ccffe0481fdd0f9888 SHA512 d9abcc2b3425457a814ffd2c1061d232d851633fca5780c87b4bfe0fcfa7025f1519776a433a650fe91f431f76ccf05b4e548f2a760acbd6fb2629675867fec0 WHIRLPOOL 2588ce9bc4bb70ddd7ed8c229d1d929fd4adec812fc3a834a5ddccd0486816a96e29f526eb20f4cf70b6df4a99547788ca053bea5427afc9e97ea76dc9fb617e +DIST Text-Unidecode-1.27.tar.gz 134929 SHA256 11876a90f0ce858d31203e80d62900383bb642ed8a470c67539b607f2a772d02 SHA512 c124e09b75050717fc13716b46ca54e607fd1e093f6ce06db466cda669d772661173a394eac81b5073a757f7af5e0174aa23eac037a356f008268b2bd767428c WHIRLPOOL 91a46f09ea5d758dadadc90db7a3c3b5b7d1ba5c4ec4e75940b25ae7cd8d39b9aa94fef4360937186a966b5c3150a379e981876dc214d6b640ccecb7763af893 diff --git a/dev-perl/Text-Unidecode/Text-Unidecode-1.270.0.ebuild b/dev-perl/Text-Unidecode/Text-Unidecode-1.270.0.ebuild new file mode 100644 index 000000000000..4b302b423e4f --- /dev/null +++ b/dev-perl/Text-Unidecode/Text-Unidecode-1.270.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=SBURKE +MODULE_VERSION=1.27 +inherit perl-module + +DESCRIPTION="Plain ASCII transliterations of Unicode text" + +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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" + +SRC_TEST="do parallel" diff --git a/dev-perl/Unicode-LineBreak/Manifest b/dev-perl/Unicode-LineBreak/Manifest index 007e30bd75aa..0cd048e00c82 100644 --- a/dev-perl/Unicode-LineBreak/Manifest +++ b/dev-perl/Unicode-LineBreak/Manifest @@ -1,3 +1,2 @@ -DIST Unicode-LineBreak-2013.11.tar.gz 289906 SHA256 8946b883ae687ff652e93d6185e23a936c7f337f2e115851fdfed72e1f73c7f9 SHA512 2b24ec1ab32127d2860d3e6bc060af95e0d3079191e17f00afed143cda0b8d8af5f0516180299ffa9cc8c2e1f047f022b64c39a308a8ac785362fac5aa166e86 WHIRLPOOL 928ff680803e888c68bc027c511ecc6611d09ac94466bbf6a1fc2da188180adedb757b64645e438a97c73b0f17e894d0d5f4bca15129e48dc27a854210fd6781 -DIST Unicode-LineBreak-2014.06.tar.gz 299755 SHA256 5c06dfb5036bbcc1043b366df48fd3a993a6cfaa1c2c5b4efd2b0d87fec54f8d SHA512 35c0ff92b02a152142d66bf47d976e616f24e9cc08d5ec101fb881a87d951e71b45674082b73677391180c20d4a8ad56acbb523b25c53726f2d0d80c619d75a3 WHIRLPOOL e651349974ba1c7525604c2a6a5068b46f6526ffb1501a255ca620cd2addb59aee42d9ca3330078558776b407ae46f1691df3a25c5e27557ee6d566b83ac7933 DIST Unicode-LineBreak-2015.06.tar.gz 243243 SHA256 4ecea8c87f35dff9e0281c846e3d5140d5323b64b5dc2c8f0d36020354e03881 SHA512 0bbe6b6a0c79ac5c6efac97bae2cda6a1c29997599a270966cfa7af006e7a08a240f9fc3f5bf68a26adc4398ca4219525c023127041917a0daf31641a94bb886 WHIRLPOOL 489acf0d8b8fbae613d598d3158e2d029aaaeff420a0b29d870854d63206e98f5d5eb0632b62945c722cfd9b57a1b96246ed53bcd20577c236d6aabeec5bc34f +DIST Unicode-LineBreak-2016.003.tar.gz 304042 SHA256 e64e2d990a8cc90f8a387866509c35a93c50b812f5a2e60f3d9deb947a71dc24 SHA512 c2296ebd87a06c55d95f198ef355566c05257a75a38876c726cebe309f5e6082a7bfd7d86f28505e183e3150313e781a6f1999e8de8b35ee772d94845cd08e2f WHIRLPOOL cf44fcfab9c0f7cfcd4a71372afc954df77f6f2620c32154de500b2adcbbea5cf4247afccafc3a92366a8a955374c8450fa98885680c4cee6a4ed370dc90480e diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2013.11.ebuild b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2013.11.ebuild deleted file mode 100644 index 9d463a0806f8..000000000000 --- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2013.11.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MODULE_AUTHOR="NEZUMI" - -inherit perl-module - -DESCRIPTION=" UAX #14 Unicode Line Breaking Algorithm" - -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="dev-perl/MIME-Charset - virtual/perl-Encode" -DEPEND="${RDEPEND}" - -SRC_TEST="do" diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2014.60.0.ebuild b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild similarity index 82% rename from dev-perl/Unicode-LineBreak/Unicode-LineBreak-2014.60.0.ebuild rename to dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild index b23280bcd916..cd7678a1a00d 100644 --- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2014.60.0.ebuild +++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 MODULE_AUTHOR="NEZUMI" -MODULE_VERSION="2014.06" +MODULE_VERSION="2016.003" inherit perl-module diff --git a/dev-perl/Wx-GLCanvas/Manifest b/dev-perl/Wx-GLCanvas/Manifest new file mode 100644 index 000000000000..9182190e1eaf --- /dev/null +++ b/dev-perl/Wx-GLCanvas/Manifest @@ -0,0 +1 @@ +DIST Wx-GLCanvas-0.09.tar.gz 13910 SHA256 6ad2c29ff06ff80a5c8b4b9d1d6bf0aed57489e831be59c94494f4f688dc8fe0 SHA512 2a866736a77c9de697ae474eae82363f89f5ac53c39fe2633b154f218f54d0ce9a0c08894152cee507969a0eaae9695472f27b353d4395469a97da758e59ce84 WHIRLPOOL 609ffcbc2f2d7d22c5f22e396442aed2566a479a3fda6575ffa41e043530852166614f1e8737a6d6f5b7c6157a8ee7ba79629a4eca451e71d86d0799edcfdf93 diff --git a/dev-perl/Wx-GLCanvas/Wx-GLCanvas-0.90.0.ebuild b/dev-perl/Wx-GLCanvas/Wx-GLCanvas-0.90.0.ebuild new file mode 100644 index 000000000000..a6a713098dc6 --- /dev/null +++ b/dev-perl/Wx-GLCanvas/Wx-GLCanvas-0.90.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=MBARBON +DIST_VERSION=0.09 +inherit perl-module virtualx + +DESCRIPTION="interface to wxWidgets' OpenGL canvas" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-perl/OpenGL + dev-perl/Alien-wxWidgets[opengl] + >=dev-perl/Wx-0.570.0 +" +DEPEND="${RDEPEND} + virtual/perl-Exporter + virtual/perl-ExtUtils-MakeMaker +" + +src_test() { + perl_rm_files "t/zz_pod.t" + virtx perl-module_src_test +} diff --git a/dev-perl/Wx-GLCanvas/metadata.xml b/dev-perl/Wx-GLCanvas/metadata.xml new file mode 100644 index 000000000000..55c3136daceb --- /dev/null +++ b/dev-perl/Wx-GLCanvas/metadata.xml @@ -0,0 +1,21 @@ + + + + + tomboy64@sina.cn + Proxy-Maintainer; please assign him to bugs. + + + perl@gentoo.org + Gentoo Perl Project + + + proxy-maint@gentoo.org + Gentoo Proxy Maintainers Project + + + Wx-GLCanvas + Wx::GLCanvas + Wx::DemoModules::wxGLCanvas + + diff --git a/dev-perl/XML-SAX-ExpatXS/Manifest b/dev-perl/XML-SAX-ExpatXS/Manifest new file mode 100644 index 000000000000..8f9054aea9ce --- /dev/null +++ b/dev-perl/XML-SAX-ExpatXS/Manifest @@ -0,0 +1 @@ +DIST XML-SAX-ExpatXS-1.33.tar.gz 156436 SHA256 1e3db191853d235c42c7d2a5dc2ea055158ff29c7d54c5c673d271cdbd43bc6a SHA512 bf00b444611baf215886534acc6ae16cbc8dc593223698762f3a68f2baca661fe82a6287e1c1c4bf3c5c005f165516eae32b22af7505c502009da0a46aeca40f WHIRLPOOL e98d1e72e54c661be2cd83ff8a0adfc618d860c1e541496fa267b515555bc92e0934125860d75e9d49af481ee016ced7e3a613b513e38aa1a5dfdbfc0d6a2870 diff --git a/dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0.ebuild b/dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0.ebuild new file mode 100644 index 000000000000..c77ad3cf59cf --- /dev/null +++ b/dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=PCIMPRICH +DIST_VERSION=1.33 +inherit perl-module + +DESCRIPTION="Perl SAX 2 XS extension to Expat parser" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="dev-libs/expat + >=dev-perl/XML-SAX-0.960.0" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( virtual/perl-ExtUtils-Command + virtual/perl-Test + virtual/perl-Test-Harness )" diff --git a/dev-perl/XML-SAX-ExpatXS/metadata.xml b/dev-perl/XML-SAX-ExpatXS/metadata.xml new file mode 100644 index 000000000000..c246d5dd3acc --- /dev/null +++ b/dev-perl/XML-SAX-ExpatXS/metadata.xml @@ -0,0 +1,14 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + XML-SAX-ExpatXS + XML::SAX::ExpatXS + XML::SAX::ExpatXS::Encoding + XML::SAX::ExpatXS::Preload + + diff --git a/dev-perl/constant-defer/Manifest b/dev-perl/constant-defer/Manifest new file mode 100644 index 000000000000..32d2786c4ed0 --- /dev/null +++ b/dev-perl/constant-defer/Manifest @@ -0,0 +1 @@ +DIST constant-defer-6.tar.gz 43427 SHA256 7b21263198ca22686efff3ae987a240be423dd2160afdeb29fe716d032986ffa SHA512 902916d32ed11737d34f8764af171ba1731de807ffbfd62e342f83bef05ab0a34ddaeec3f2c9b41814877b0568fc3e09fbf26e7ce2cd4a3dd6eeba75e6755b5f WHIRLPOOL ccd9e0fcb0763677e7fbdb5815d332bca69d3db117985582dd0f2469d4c70e27024f7f01a96d84ba8d0b8b009d4e6496402b7f2990b532f0995e84d7ed9f8067 diff --git a/dev-perl/constant-defer/constant-defer-6.0.0.ebuild b/dev-perl/constant-defer/constant-defer-6.0.0.ebuild new file mode 100644 index 000000000000..12d3cc66e01b --- /dev/null +++ b/dev-perl/constant-defer/constant-defer-6.0.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR="KRYDE" +DIST_VERSION="6" +inherit perl-module + +DESCRIPTION="constant subs with deferred value calculation" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test examples" + +RDEPEND="virtual/perl-Carp" +DEPEND="virtual/perl-ExtUtils-MakeMaker + virtual/perl-Exporter + test? ( virtual/perl-Data-Dumper + virtual/perl-Test + virtual/perl-Test-Simple )" + +src_install() { + perl-module_src_install + if use examples; then + docompress -x /usr/share/doc/${PF}/examples + dodoc -r examples + fi +} diff --git a/dev-perl/constant-defer/metadata.xml b/dev-perl/constant-defer/metadata.xml new file mode 100644 index 000000000000..0d2657f6ea8d --- /dev/null +++ b/dev-perl/constant-defer/metadata.xml @@ -0,0 +1,20 @@ + + + + + tomboy64@sina.cn + Proxy-Maintainer; please assign him to bugs. + + + perl@gentoo.org + Gentoo Perl Project + + + proxy-maint@gentoo.org + Gentoo Proxy Maintainers Project + + + constant-defer + constant::defer + + diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest index a793dd633faa..6ad2b9380411 100644 --- a/dev-python/botocore/Manifest +++ b/dev-python/botocore/Manifest @@ -1,5 +1,3 @@ -DIST botocore-1.2.10.tar.gz 2202147 SHA256 8541895aa2abe2183fa15efe33794db7428fec3302e0c9bf1db13fa1668e2b66 SHA512 5395776f50c5302d2fa75af702ced17da66a4c0435d62aed907f1ceaa93d38acc2d91a250d2153d852239a08d9f7f0bf361523cc89168a6cb81ef6f8a6ec5124 WHIRLPOOL aa4ff7a2aa1a900642782783b85479943bcce85c7df0c056d989d329c0693424110859a1d9d358e0cc5af94be174c96786c2f339e78934c114011606dfce11ec -DIST botocore-1.3.14.tar.gz 2289202 SHA256 44904496f26370f47469327e5df10e439aa07aaf1c0516c7c67352337eeeb729 SHA512 7cf1a342271b02842c5d989fa4ac2bb02074f8ff18dda70c751857f44b83e2ce02c904f0484a05f274bcb9459bf580e0456b72554e87509b2f2529170a239362 WHIRLPOOL efa0d700bdd7e9803be63fc3a54fffb4234356769b1dea69bf93c974deb9a3a3438d88de004dce6a0c83390042fb8f2b822d9204f6727eceb5aee657c22c6a98 -DIST botocore-1.3.20.tar.gz 2326244 SHA256 9760d883611110a05f5f8346c7b2198aef87be9117d4cbe1e4ee6608a560c4a2 SHA512 bd8d80598631610da4f05c8cc735affef31c726dc30512e358950e967efefbe63455bc63dccbb180f059a3f9da6c0004edfafc9bf99198732708c1ef141f0b06 WHIRLPOOL 18ba18fa6d62b10d7547f58bf6e8d26cab8564f4e8a229dd6f939db6b4f4d05edda4a239811067443d14edcfe2b293acdb449fc809f551f99b4ff37e4fb70fbd DIST botocore-1.3.22.tar.gz 2349601 SHA256 02a6d320b09179bc5dcbafd4be732d9431bfebf5bed6d6b6508eca96b599a399 SHA512 7b349a78c83051a29993ce00a11ecfa4734425c3ed27ce3e405140e19017b5c670d857ea489ea1f6f3ec767b3e4704547565b2ec67f5d7001a0cc30ff2a39de7 WHIRLPOOL 98c5e7488c6d1fe5c3e3484c770f8b346508359c5d174e5660f10ea62b054f442e3d15cc716ddd5acc42f1af0a10463c1923de138338175f1dcba9ced283c8ee DIST botocore-1.4.5.tar.gz 2415867 SHA256 d83d6623d9eba2d2e2474c35b6180809d3f4c36321006a49a8d1dd6f652a93c3 SHA512 275d9a44128137e387955a374af53227262c3faa6327bd93f58c7884666a05b44b90a9e8a06bdcfacd656a30a3694d337a09fc22ea623d7519a6f15ff047f705 WHIRLPOOL 3ad0898b872bd0f99293e36bffffe3e514da608c480eb068d9e098fa76ff68897088865249d143b82df021c71b00a63305bf017703cedd52a2665864487d6c2d +DIST botocore-1.4.7.tar.gz 2422444 SHA256 0c39162434ef65f16eb0ee1e1ef1e809cc2927b0ed89f437e1609834868aa469 SHA512 7c280064fdfcc74a29cd39bc48279453893350430c65a355a247d1fac6bf8fd36a377144ac0232e081f4a14120348a61d57cd1dc7cd114658fd4742d4ecedfae WHIRLPOOL 1a0753e37047958208655476684ade71d280bad9f473c04c714cd78f08f0fca0e3e8a3599fb59c0c2d6d58c22a4690799e3548789010590856fc31d5d45c15e7 diff --git a/dev-python/botocore/botocore-1.2.10.ebuild b/dev-python/botocore/botocore-1.2.10.ebuild deleted file mode 100644 index 6927baa78bfe..000000000000 --- a/dev-python/botocore/botocore-1.2.10.ebuild +++ /dev/null @@ -1,54 +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 vcs-snapshot - -DESCRIPTION="Low-level, data-driven core of boto 3." -HOMEPAGE="https://github.com/boto/botocore" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc test" - -CDEPEND=" - >=dev-python/docutils-0.10[${PYTHON_USEDEP}] - >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}] - =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}] - =dev-python/packaging-16.4[${PYTHON_USEDEP}] +# >=dev-python/six-1.10.0[${PYTHON_USEDEP}] +# " +DEPEND="${RDEPEND} + test? ( + >=dev-python/pytest-2.8[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] + ) +" +# >=dev-python/pyparsing-2.0.6[${PYTHON_USEDEP}] +PDEPEND=" + >=dev-python/certifi-2015.11.20[${PYTHON_USEDEP}]" + +# Force in-source build because build system modifies sources. +DISTUTILS_IN_SOURCE_BUILD=1 + +DOCS=( README.txt docs/{easy_install.txt,pkg_resources.txt,setuptools.txt} ) + +python_prepare_all() { +# rm -r ./pkg_resources/_vendor || die + # disable tests requiring a network connection + rm setuptools/tests/test_packageindex.py || die + + # don't run integration tests + rm setuptools/tests/test_integration.py || die + + distutils-r1_python_prepare_all +} + +python_test() { + # test_easy_install raises a SandboxViolation due to ${HOME}/.pydistutils.cfg + # It tries to sandbox the test in a tempdir + HOME="${PWD}" py.test --verbose ${PN} || die "Tests failed under ${EPYTHON}" +} + +python_install() { + export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1 + distutils-r1_python_install +} diff --git a/dev-python/urllib3/urllib3-1.14.ebuild b/dev-python/urllib3/urllib3-1.14.ebuild index cceab51e63f4..fd62a837f080 100644 --- a/dev-python/urllib3/urllib3-1.14.ebuild +++ b/dev-python/urllib3/urllib3-1.14.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="doc test" RDEPEND=" diff --git a/dev-python/whoosh/Manifest b/dev-python/whoosh/Manifest index 0c7752174988..00deffa7565d 100644 --- a/dev-python/whoosh/Manifest +++ b/dev-python/whoosh/Manifest @@ -1,3 +1,4 @@ DIST Whoosh-2.6.0.zip 1193541 SHA256 7de7bc4d00a6d051dbb360b48eb7f3cd002373d87252fb0b284a3c9c453a7677 SHA512 e50e47ec0d1c65ad3c7d657586f5380a1be748945c1ce964305fa68b99379f0da676faef6f0ca45ef151df7be71150601162ee966f3aaf84047a20bca36f7e37 WHIRLPOOL c42e9760833db7186f3df5946f6dd071288cfccf2eaefba95520a2415ca377c49cf74307b3fa2c9e655f134b086ae637e5db06330248b4a27e12175920f3c7b8 DIST Whoosh-2.7.0.zip 1080985 SHA256 733df1ad4142fcd1e8f3259070de0521d272d7685e2febc0f4fdd1668cfe0d48 SHA512 5126a9ed5ef50af391905347c7aa1c1cc7d100213c29f5a5f67fcfabab9cdcfcd14a6b75735df8e343f61254d1fec8610f0e1260167a321ab303a0a55b02673f WHIRLPOOL 6a35448280e3c6382b8a4b50432d5def3a910d9af95d35afc11544030b69f0103aae910bbf91cb5942ec80f10a848bbd32dbd828c71482f5e2fc15a9cd29c249 DIST Whoosh-2.7.2.zip 1096847 SHA256 0f72a49e02e2669a50f1ecaf0364fe0451619473c404efeca9914dd878de73f2 SHA512 3a5e41328e9bce102b9e68d648f6a0e61fa7e6be1585fd70a5885afb885717d0a4e73ef1b6d2086edec996228bbfbd6d7e01eaa64e831223ef1ea7b764d25d7f WHIRLPOOL eaaa85fd62e03bb63ac8cc48c9e29b2c9daf435e848aec7b7747e6fd390245bda044c5e9bafbf9e5f7df22b93e4cfacdc180cc821e3bd4739c229f6aaf9b58e0 +DIST Whoosh-2.7.3.zip 1097515 SHA256 aa6db447522e208ae652c6ce063bb23cedec47f5ed630121b3debaa011fcb9c4 SHA512 3df18ed30f63aaa9f858d596919fa8a927f7203a52bdb4c584117b28bce313cbbb530cdb144e35af99763edbbc7d3f5c79680d04fa7c04efa91376ba62b6f556 WHIRLPOOL 1829fd083485367dd0751844c77e5f7e8c8edee4021b8518415ab6cd6f8db84b5f2f188d6e2128a105cfd8076d8101c1421838ac18f10cd632c64eed5828a44e diff --git a/dev-python/whoosh/whoosh-2.7.3.ebuild b/dev-python/whoosh/whoosh-2.7.3.ebuild new file mode 100644 index 000000000000..dcff87783027 --- /dev/null +++ b/dev-python/whoosh/whoosh-2.7.3.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) + +MY_PN="Whoosh" + +inherit distutils-r1 + +DESCRIPTION="Fast, pure-Python full text indexing, search and spell checking library" +HOMEPAGE="https://bitbucket.org/mchaput/whoosh/wiki/Home/ https://pypi.python.org/pypi/Whoosh/" +SRC_URI="mirror://pypi/W/${MY_PN}/${MY_PN}-${PV}.zip" + +DEPEND="app-arch/unzip + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/pytest[${PYTHON_USEDEP}] )" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc test" + +S="${WORKDIR}/${MY_PN}-${PV}" + +python_prepare_all() { + # (backport from upstream) + sed -i -e '/cmdclass/s:pytest:PyTest:' setup.py || die + + # Prevent un-needed download during build + sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/source/conf.py || die + + distutils-r1_python_prepare_all +} + +python_compile_all() { + # https://bitbucket.org/mchaput/whoosh/issue/403/ + use doc && sphinx-build -b html -c docs/source/ docs/source/ docs/source/build/html +} + +python_test() { + # https://bitbucket.org/mchaput/whoosh/issue/412/tarball-of-whoosh-270-pypi-missing-english + # tarball missing a file english-words.10.gz which when added sees all tests pass. + esetup.py test +} + +python_install_all() { + local DOCS=( README.txt ) + use doc && local HTML_DOCS=( docs/source/build/html/. ) + distutils-r1_python_install_all +} diff --git a/dev-ruby/bcrypt-ruby/bcrypt-ruby-3.1.10.ebuild b/dev-ruby/bcrypt-ruby/bcrypt-ruby-3.1.10.ebuild index abad66a1d740..1c4024969164 100644 --- a/dev-ruby/bcrypt-ruby/bcrypt-ruby-3.1.10.ebuild +++ b/dev-ruby/bcrypt-ruby/bcrypt-ruby-3.1.10.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_TEST="rspec3" diff --git a/dev-ruby/bcrypt-ruby/bcrypt-ruby-3.1.9.ebuild b/dev-ruby/bcrypt-ruby/bcrypt-ruby-3.1.9.ebuild index 0bc5d10773be..dda6775e1521 100644 --- a/dev-ruby/bcrypt-ruby/bcrypt-ruby-3.1.9.ebuild +++ b/dev-ruby/bcrypt-ruby/bcrypt-ruby-3.1.9.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="rspec" diff --git a/dev-ruby/capistrano-stats/capistrano-stats-1.1.1.ebuild b/dev-ruby/capistrano-stats/capistrano-stats-1.1.1.ebuild index 8e8690357a65..852d9a6c647e 100644 --- a/dev-ruby/capistrano-stats/capistrano-stats-1.1.1.ebuild +++ b/dev-ruby/capistrano-stats/capistrano-stats-1.1.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_TEST="" diff --git a/dev-ruby/capybara/capybara-1.1.4.ebuild b/dev-ruby/capybara/capybara-1.1.4.ebuild index beae67b468af..4f8854453144 100644 --- a/dev-ruby/capybara/capybara-1.1.4.ebuild +++ b/dev-ruby/capybara/capybara-1.1.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=4 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc" diff --git a/dev-ruby/capybara/capybara-2.5.0.ebuild b/dev-ruby/capybara/capybara-2.5.0.ebuild index 301d9033be81..e59e5dbad05f 100644 --- a/dev-ruby/capybara/capybara-2.5.0.ebuild +++ b/dev-ruby/capybara/capybara-2.5.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_EXTRADOC="History.md README.md" diff --git a/dev-ruby/colorator/colorator-0.1-r1.ebuild b/dev-ruby/colorator/colorator-0.1-r1.ebuild index c60ccbf75b35..8fc82f2394d2 100644 --- a/dev-ruby/colorator/colorator-0.1-r1.ebuild +++ b/dev-ruby/colorator/colorator-0.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_EXTRADOC="README.markdown" RUBY_FAKEGEM_RECIPE_DOC="rdoc" diff --git a/dev-ruby/colored/colored-1.2.ebuild b/dev-ruby/colored/colored-1.2.ebuild index fceb635db0fd..3f36a2a6ce00 100644 --- a/dev-ruby/colored/colored-1.2.ebuild +++ b/dev-ruby/colored/colored-1.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_DOC="rdoc" diff --git a/dev-ruby/columnize/columnize-0.8.9.ebuild b/dev-ruby/columnize/columnize-0.8.9.ebuild index 6e4d875b7e15..bf8d2d8a302c 100644 --- a/dev-ruby/columnize/columnize-0.8.9.ebuild +++ b/dev-ruby/columnize/columnize-0.8.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="AUTHORS ChangeLog NEWS README.md" diff --git a/dev-ruby/columnize/columnize-0.9.0.ebuild b/dev-ruby/columnize/columnize-0.9.0.ebuild index 3e18acac7b70..4117ab6a0e00 100644 --- a/dev-ruby/columnize/columnize-0.9.0.ebuild +++ b/dev-ruby/columnize/columnize-0.9.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="AUTHORS ChangeLog NEWS README.md" diff --git a/dev-ruby/configliere/Manifest b/dev-ruby/configliere/Manifest index 1db241fc3b21..34ac67a631c2 100644 --- a/dev-ruby/configliere/Manifest +++ b/dev-ruby/configliere/Manifest @@ -1,2 +1 @@ -DIST configliere-0.4.18.gem 52736 SHA256 3d0769ecbb28111b162c704c4bb3c6d3926b6ba2dd609a481d5d4b6e355cdee2 SHA512 b958002290c8e10d562ccc1b5ec33f116d0d87620ef72c6789e9cca5552bee4f74a63949c8f3c11c709098ae2cc23bcb1c423c3a043472b95035056d848f015b WHIRLPOOL 2492c396067a34d5ba00300be8a523069facd364de621c3487cc214b88c27442f74714c8d908c84f06ff37aec73f3336516a863a08366cc7de7632494ed1281e DIST configliere-0.4.22.gem 53760 SHA256 94252eb03bac389b8a9164cf513fcdb0471cbe36368e6a7d8f4f48eecb3d266e SHA512 e5c1acc3bb4a9470bf18071ac2a09407ece4ce6bcb7d6d7931247aae8894f87f2bcfef5890569d9241b6d1fc6dfdbe10ee8fafadf0c9e139a31fad86df88579a WHIRLPOOL 2b522c0ac10ce8fd1d771d8fbd283bd5bdc5344028f24e1766100ea76a958b9a4dd3d9e97f2e7c2f777ad6bf68b0a4ac2ea5923ccde89ad117b666e3dd98a4a0 diff --git a/dev-ruby/configliere/configliere-0.4.18-r1.ebuild b/dev-ruby/configliere/configliere-0.4.18-r1.ebuild deleted file mode 100644 index bf44036527e5..000000000000 --- a/dev-ruby/configliere/configliere-0.4.18-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" -RUBY_FAKEGEM_RECIPE_DOC="rdoc" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.textile README.textile FEATURES.txt" - -inherit ruby-fakegem - -DESCRIPTION="Settings manager for Ruby scripts" -HOMEPAGE="https://github.com/infochimps-labs/configliere" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -ruby_add_rdepend " - >=dev-ruby/highline-1.5.2 - >=dev-ruby/multi_json-1.1" - -RUBY_PATCHES=( ${PN}-0.4.17-nobundler.patch ) - -all_ruby_prepare() { - rm Gemfile* || die -} - -all_ruby_install() { - all_fakegem_install - - insinto /usr/share/doc/${PF} - doins -r examples -} diff --git a/dev-ruby/configliere/configliere-0.4.22.ebuild b/dev-ruby/configliere/configliere-0.4.22.ebuild index d58ffb659d7a..2a8d07ddb50d 100644 --- a/dev-ruby/configliere/configliere-0.4.22.ebuild +++ b/dev-ruby/configliere/configliere-0.4.22.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_RECIPE_DOC="rdoc" diff --git a/dev-ruby/dbf/dbf-2.0.13.ebuild b/dev-ruby/dbf/dbf-2.0.13.ebuild index d251e2d76cc4..412cf3cb17dc 100644 --- a/dev-ruby/dbf/dbf-2.0.13.ebuild +++ b/dev-ruby/dbf/dbf-2.0.13.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_TEST="rspec3" diff --git a/dev-ruby/dbf/dbf-2.0.8.ebuild b/dev-ruby/dbf/dbf-2.0.8.ebuild index e83928603a61..1af2823e401b 100644 --- a/dev-ruby/dbf/dbf-2.0.8.ebuild +++ b/dev-ruby/dbf/dbf-2.0.8.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby20" RUBY_FAKEGEM_RECIPE_TEST="rspec" diff --git a/dev-ruby/deprecated/deprecated-3.0.1-r1.ebuild b/dev-ruby/deprecated/deprecated-3.0.1-r1.ebuild index 7b3cd195fdf7..7d6d45fa9991 100644 --- a/dev-ruby/deprecated/deprecated-3.0.1-r1.ebuild +++ b/dev-ruby/deprecated/deprecated-3.0.1-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby20" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_TASK_TEST="" diff --git a/dev-ruby/deprecated/deprecated-3.0.1-r2.ebuild b/dev-ruby/deprecated/deprecated-3.0.1-r2.ebuild index 4de6822ec3e4..0fb017f68dd4 100644 --- a/dev-ruby/deprecated/deprecated-3.0.1-r2.ebuild +++ b/dev-ruby/deprecated/deprecated-3.0.1-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_TASK_TEST="" diff --git a/dev-ruby/fakeweb/fakeweb-1.3.0-r1.ebuild b/dev-ruby/fakeweb/fakeweb-1.3.0-r1.ebuild index f85481e312cb..77cea55c6119 100644 --- a/dev-ruby/fakeweb/fakeweb-1.3.0-r1.ebuild +++ b/dev-ruby/fakeweb/fakeweb-1.3.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby20" RUBY_FAKEGEM_DOCDIR="html" RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc" diff --git a/dev-ruby/fakeweb/fakeweb-1.3.0-r2.ebuild b/dev-ruby/fakeweb/fakeweb-1.3.0-r2.ebuild index 8276a1a4d479..4e73aaefd31a 100644 --- a/dev-ruby/fakeweb/fakeweb-1.3.0-r2.ebuild +++ b/dev-ruby/fakeweb/fakeweb-1.3.0-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 # ruby22 -> not compatible with new net/http implementation -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_DOCDIR="html" RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc" diff --git a/dev-ruby/fast_xs/fast_xs-0.8.0-r1.ebuild b/dev-ruby/fast_xs/fast_xs-0.8.0-r1.ebuild index 226fa79dd910..cd7fa6d4c98c 100644 --- a/dev-ruby/fast_xs/fast_xs-0.8.0-r1.ebuild +++ b/dev-ruby/fast_xs/fast_xs-0.8.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby20" RUBY_FAKEGEM_TASK_DOC="docs" RUBY_FAKEGEM_DOCDIR="doc" diff --git a/dev-ruby/fxruby/fxruby-1.6.29-r1.ebuild b/dev-ruby/fxruby/fxruby-1.6.29-r1.ebuild index 6c9b99b633bc..8aa8c44c9356 100644 --- a/dev-ruby/fxruby/fxruby-1.6.29-r1.ebuild +++ b/dev-ruby/fxruby/fxruby-1.6.29-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 # ruby22 -> fails tests -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_NAME="fxruby" diff --git a/dev-ruby/fxruby/fxruby-1.6.29.ebuild b/dev-ruby/fxruby/fxruby-1.6.29.ebuild index 29835299f474..32d0b2fc964a 100644 --- a/dev-ruby/fxruby/fxruby-1.6.29.ebuild +++ b/dev-ruby/fxruby/fxruby-1.6.29.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 # ruby22 -> fails tests -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby20" RUBY_FAKEGEM_NAME="fxruby" diff --git a/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.2-r1.ebuild b/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.2-r1.ebuild index 0a5fc3f32a2b..56f5460488b1 100644 --- a/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.2-r1.ebuild +++ b/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby20" # no tests present RUBY_FAKEGEM_TASK_TEST="" diff --git a/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.3.ebuild b/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.3.ebuild index db582f4a7137..9207370cb839 100644 --- a/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.3.ebuild +++ b/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" # no tests present RUBY_FAKEGEM_TASK_TEST="" diff --git a/dev-ruby/mab/mab-0.0.3.ebuild b/dev-ruby/mab/mab-0.0.3.ebuild index cd16ec70e683..85a2b6b6a624 100644 --- a/dev-ruby/mab/mab-0.0.3.ebuild +++ b/dev-ruby/mab/mab-0.0.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_TEST="test" diff --git a/dev-ruby/metasploit-credential/metasploit-credential-1.0.0.ebuild b/dev-ruby/metasploit-credential/metasploit-credential-1.0.0.ebuild index 828717aeaf05..98a5d02050a2 100644 --- a/dev-ruby/metasploit-credential/metasploit-credential-1.0.0.ebuild +++ b/dev-ruby/metasploit-credential/metasploit-credential-1.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21" inherit ruby-fakegem versionator diff --git a/dev-ruby/rubytest/rubytest-0.7.0.ebuild b/dev-ruby/rubytest/rubytest-0.7.0.ebuild index 7af884e063fa..3db34d73a85a 100644 --- a/dev-ruby/rubytest/rubytest-0.7.0.ebuild +++ b/dev-ruby/rubytest/rubytest-0.7.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_TASK_TEST="" RUBY_FAKEGEM_RECIPE_DOC="yard" diff --git a/dev-ruby/rubytest/rubytest-0.8.1.ebuild b/dev-ruby/rubytest/rubytest-0.8.1.ebuild index e3bf609d2818..818ce39ac21b 100644 --- a/dev-ruby/rubytest/rubytest-0.8.1.ebuild +++ b/dev-ruby/rubytest/rubytest-0.8.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_TEST="" RUBY_FAKEGEM_RECIPE_DOC="yard" diff --git a/dev-ruby/shoulda-context/shoulda-context-1.1.6.ebuild b/dev-ruby/shoulda-context/shoulda-context-1.1.6.ebuild index 0b6ba5c30db1..22dccbaab694 100644 --- a/dev-ruby/shoulda-context/shoulda-context-1.1.6.ebuild +++ b/dev-ruby/shoulda-context/shoulda-context-1.1.6.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING.md README.md" diff --git a/dev-ruby/shoulda-context/shoulda-context-1.2.1.ebuild b/dev-ruby/shoulda-context/shoulda-context-1.2.1.ebuild index c72750e580d9..b92d6a3b473b 100644 --- a/dev-ruby/shoulda-context/shoulda-context-1.2.1.ebuild +++ b/dev-ruby/shoulda-context/shoulda-context-1.2.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING.md README.md" diff --git a/dev-ruby/stamp/stamp-0.5.0-r1.ebuild b/dev-ruby/stamp/stamp-0.5.0-r1.ebuild index 98d799a52d6e..8176e0e6c854 100644 --- a/dev-ruby/stamp/stamp-0.5.0-r1.ebuild +++ b/dev-ruby/stamp/stamp-0.5.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby20" RUBY_FAKEGEM_RECIPE_TEST="cucumber" RUBY_FAKEGEM_TASK_DOC="" diff --git a/dev-ruby/stamp/stamp-0.6.0.ebuild b/dev-ruby/stamp/stamp-0.6.0.ebuild index 36d1816f4bb0..a698b66c151c 100644 --- a/dev-ruby/stamp/stamp-0.6.0.ebuild +++ b/dev-ruby/stamp/stamp-0.6.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="cucumber" RUBY_FAKEGEM_TASK_DOC="" diff --git a/dev-ruby/trollop/trollop-1.16.2-r4.ebuild b/dev-ruby/trollop/trollop-1.16.2-r4.ebuild index 6cb31e69f387..573e1884c487 100644 --- a/dev-ruby/trollop/trollop-1.16.2-r4.ebuild +++ b/dev-ruby/trollop/trollop-1.16.2-r4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="FAQ.txt History.txt README.txt" diff --git a/dev-ruby/trollop/trollop-2.0.ebuild b/dev-ruby/trollop/trollop-2.0.ebuild index b17fefabab07..e3bd61f0a43b 100644 --- a/dev-ruby/trollop/trollop-2.0.ebuild +++ b/dev-ruby/trollop/trollop-2.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="FAQ.txt History.txt README.txt" diff --git a/dev-ruby/trollop/trollop-2.1.1.ebuild b/dev-ruby/trollop/trollop-2.1.1.ebuild index 1dc7cf653b34..c5a6764316ee 100644 --- a/dev-ruby/trollop/trollop-2.1.1.ebuild +++ b/dev-ruby/trollop/trollop-2.1.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="FAQ.txt History.txt README.md" diff --git a/dev-ruby/trollop/trollop-2.1.2.ebuild b/dev-ruby/trollop/trollop-2.1.2.ebuild index 8c5857d63364..72ef9f5c469f 100644 --- a/dev-ruby/trollop/trollop-2.1.2.ebuild +++ b/dev-ruby/trollop/trollop-2.1.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="FAQ.txt History.txt README.md" diff --git a/dev-ruby/uuidtools/uuidtools-2.1.4-r1.ebuild b/dev-ruby/uuidtools/uuidtools-2.1.4-r1.ebuild index 406c36e755d0..0d3339e9f695 100644 --- a/dev-ruby/uuidtools/uuidtools-2.1.4-r1.ebuild +++ b/dev-ruby/uuidtools/uuidtools-2.1.4-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby20" RUBY_FAKEGEM_RECIPE_TEST="rspec" diff --git a/dev-ruby/uuidtools/uuidtools-2.1.5.ebuild b/dev-ruby/uuidtools/uuidtools-2.1.5.ebuild index cc5315cf7999..e64b805b0ddd 100644 --- a/dev-ruby/uuidtools/uuidtools-2.1.5.ebuild +++ b/dev-ruby/uuidtools/uuidtools-2.1.5.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_TEST="rspec3" diff --git a/dev-ruby/wikicloth/wikicloth-0.8.1.ebuild b/dev-ruby/wikicloth/wikicloth-0.8.1.ebuild index 1e97d2a1c831..7cb6122c576a 100644 --- a/dev-ruby/wikicloth/wikicloth-0.8.1.ebuild +++ b/dev-ruby/wikicloth/wikicloth-0.8.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="README README.textile" diff --git a/dev-ruby/wikicloth/wikicloth-0.8.2.ebuild b/dev-ruby/wikicloth/wikicloth-0.8.2.ebuild index df63a7e62581..3444e8e7f712 100644 --- a/dev-ruby/wikicloth/wikicloth-0.8.2.ebuild +++ b/dev-ruby/wikicloth/wikicloth-0.8.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="README README.textile" diff --git a/dev-ruby/wikicloth/wikicloth-0.8.3.ebuild b/dev-ruby/wikicloth/wikicloth-0.8.3.ebuild index 571987fab7d5..3315c282960e 100644 --- a/dev-ruby/wikicloth/wikicloth-0.8.3.ebuild +++ b/dev-ruby/wikicloth/wikicloth-0.8.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="README README.textile" diff --git a/dev-util/bnfc/Manifest b/dev-util/bnfc/Manifest index 256ce5f827f8..1f36b26031f2 100644 --- a/dev-util/bnfc/Manifest +++ b/dev-util/bnfc/Manifest @@ -1,2 +1,2 @@ -DIST BNFC-2.7.1.tar.gz 208935 SHA256 d711c788c961e45d0b7ffe6b57b602eb01733be4b94c015d3c71a8f7393134d9 SHA512 ad4d779bd401d6fa5fe7cbd2dc4e3ca929f096562e1267fdede3e4a9dc8da1134f56054c206dac57131f3b90dfe8411ec89a899fe161c2941c843eb4e7ab010c WHIRLPOOL abcd91647e00585ceaddddc31144a0cc034271d08a449c710e055d1e489e0340e476e1378288b278f8523646f3d8788d1ea2dd6179c9699d58ae8b68b890e611 +DIST BNFC-2.8.1.tar.gz 225015 SHA256 2c1bea5c034483813091eea0ea5c830fdde8fedd31b1fc021ea69823b30a5920 SHA512 d5ea9b4129a4f71c2d66cda2f859a2c39be6d4400cddbd5a5303b5b408f4cf03ce7a92825224f4674c6cc48bec07429c447b9b39fc4e6d144c922bf1b0829561 WHIRLPOOL 445c6544067c6349efaca1b61e004a8df8eb035473056901d21b064965266f98acb271e36901acbcc963763ba06299d58f99be05f9383e2d4a380a4e07ca27d8 DIST BNFC-2.8.tar.gz 183591 SHA256 21be5fddcfe8e1970c94872f36d5f29d07709f69e8e139b68bf6b27e75677f34 SHA512 358700360dbfbeacf3276150856415e08e1498c6af27254302d406e5407b7b4f84ac0dcf9dcf8391128ac9d77a17a928c2427961ec8c3ffdb9af8d169145cafb WHIRLPOOL e234f98df56f69f3c130ee5592c53bfad6e66f9c414d8b1a46370d9662fc68a389a93256980de9ef07315bd40e617f7d6c3683c2340a2b53417acff57fc6f8b6 diff --git a/dev-util/bnfc/bnfc-2.7.1.ebuild b/dev-util/bnfc/bnfc-2.8.1.ebuild similarity index 85% rename from dev-util/bnfc/bnfc-2.7.1.ebuild rename to dev-util/bnfc/bnfc-2.8.1.ebuild index f4be929681e4..c6b21a0ed975 100644 --- a/dev-util/bnfc/bnfc-2.7.1.ebuild +++ b/dev-util/bnfc/bnfc-2.8.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -# ebuild generated by hackport 0.4.4.9999 +# ebuild generated by hackport 0.4.6.9999 CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal @@ -21,7 +21,7 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -RESTRICT=test # collides with monads-fd +RESTRICT=test # missing files RDEPEND="dev-haskell/mtl:=[profile?] >=dev-lang/ghc-7.4.1:= diff --git a/dev-util/bustle/Manifest b/dev-util/bustle/Manifest index b5696be8ce5e..d03b3ab32f0d 100644 --- a/dev-util/bustle/Manifest +++ b/dev-util/bustle/Manifest @@ -1,7 +1,4 @@ DIST bustle-0.4.0-tests.tar.gz 8340 SHA256 7e4c354479edc835457fdecc89ab7fc5e1087ab4637b7b1ac6fadfe860190fbe SHA512 c7685496f3a84c1615752ae9aad22202bfe703147441581abe599a5e5055cdef54f27b4e0d01603b23a83a4b42b0595b5538c5b4d65a522a9e76b8d187ae54b1 WHIRLPOOL 6591ed10c75ef044375bf5e80719aac4a40244f647c4045f45811c9e8736afaafa5b83b92803ef8912c2ecfe9672ac20734fc954ab2bb09cff2842c1e6b4fe5a DIST bustle-0.4.2.tar.gz 95707 SHA256 bf03fb0a14a2559b6abe4cfeb673b30d86a31a89fb45883d7594644afc434cee SHA512 8a6c1860cb655fc9bd7d42d130d87416c74b988b81749ec8cc1c25cacd3dd4516f59f5cb5954b473c3f6ac32b11853e9bc8881708962144067a0325845dd8562 WHIRLPOOL ebc31713bb202f247a38ed04357598ba9951f72a3fa18b679d83a3ce088dd8a144d7ee5a772ce02715dd735907ba2219541e971d5b1f3a16eb21d22ab1600753 -DIST bustle-0.4.3.tar.gz 96970 SHA256 255e035a8b494f7edd21e657c246be00da1452faa2341abccebd53e8f333e9d1 SHA512 263c929a38ffa8c0df03deb9736879d1fbc630f1dcd47183cc304495cb6d5d2fbdb01e4b83e25712ad13d57662d41d0eee35495b76ca52484b9b2352dfde1bdb WHIRLPOOL fe434e7468132e3ecca848bdc09db3bd6d3191ca7fb720fabab48e6181983e6a6facc437421ba4eaea3e17815ac0527e3c0bd648ff449f5fb02212c920c40ff4 DIST bustle-0.4.7.tar.gz 114231 SHA256 08b12207561157e639bc64e0b274e70e4909f50079cd97564c916d66a3f088b9 SHA512 c9b93ffda797a87342f5ba506db3c892bff8084fa0ec5897d676bef5e8367507970ae3e09555cda9b4de0c7b175dc396f2ccfb394d224e64225c0e7ded2164fd WHIRLPOOL 8f6a80b881b9c13498351e2dc4910406dc151db9c320b8fba291c9577b41eede58003b943de13bf637d28226e7301e4dfdc8f2b6a0fa4fda2792962505fd0153 -DIST bustle-0.5.1.tar.gz 118974 SHA256 06601c919d69bea28b116f6447f5557ce46a3e4c4b6b4b75bb65dc2579ff48d6 SHA512 8e77cd82253ba935f4f7b1edae5ba7a99c65cbee2ce6e7d8df48f3182ee5dac92c9b3bc9826a04555de605fa4577c51d9fd027d9e1b92e8a8cf149c466c04e8f WHIRLPOOL f77ca6da883d1b296c049ec67119e3fdf6114a48bd5c2432059b01c80e9e68ef9d0dc9ecd45510e8d4b37620337718bc75e67bc6ac326de9a5302d03d9a2eb22 -DIST bustle-0.5.2.tar.gz 122249 SHA256 659d75f91d2d08447bce484a8176f6a2cc94cc10a2d732b7e733e4312a527e90 SHA512 a5e14dcf6b39ceb16c0d8b4182b1c49858f3a076edcb30fb4b1c41c3e994b595f89f130527243441ff3fc7b08a8e9dfd6587efc7db74b85c385c0a94d544553d WHIRLPOOL c1f9f128d34da2e1a47293a7276d1501ebb464b7bb7af2610e9b299f78b2cd73deedf45200f27c252891df25b4b41d1779e85dc794a9ccffd1c9d1d2271d0e88 -DIST bustle-0.5.3.tar.gz 122624 SHA256 9e525611cfb0c0715969b0ea77c2f63aaf7bc6ad70c9cf889a1655b66c0c24fd SHA512 abdc56d57da1165d2e805abe8f1e278a8df3b73510b2420f89eaa8511b74db1dd071529ae2eadc5cd5679d9dd81df1e632603f191f03e42c74f1d3629814ad94 WHIRLPOOL 65cbd7ff001327377eea907ddb31693e3fb79a7d247e01120df40c41436f9735a66702f206e34f8fca5f75a8560ca000bfdf78901b52f92856122196bb0d9d76 +DIST bustle-0.5.4.tar.gz 122720 SHA256 921c2cbbb957dcb02c3aa8fd1eeff3534cb437fa9eeca1c25206ad1e741a3f14 SHA512 56eaeef831fb5929d57a008ae71d8409048ce5d12eaada98830ef742baf3479264203465d77591cb338374096eac2dc2b68b44f075b2761f16df63fad54b91fd WHIRLPOOL b804441443af0f6e922a3c16bb57b70b09332fe68834c2eec35f8e169b2247a506cbdaf5aea0df09985665f9993b615fb7e64892c77134cf7de898ed76af4b89 diff --git a/dev-util/bustle/bustle-0.4.3.ebuild b/dev-util/bustle/bustle-0.4.3.ebuild deleted file mode 100644 index 094d21cfec41..000000000000 --- a/dev-util/bustle/bustle-0.4.3.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -# ebuild generated by hackport 0.3.6.9999 - -CABAL_FEATURES="bin test-suite" -inherit haskell-cabal - -DESCRIPTION="Draw pretty sequence diagrams of D-Bus traffic" -HOMEPAGE="http://hackage.haskell.org/package/bustle" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="LGPL-2 GPL-2" # bustle-dbus-monitor.c is GPL-2, rest is LGPL-2 -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -RDEPEND="dev-libs/glib:2 - net-libs/libpcap - sys-apps/dbus - x11-libs/cairo - x11-libs/pango - gnome-base/libglade:2.0" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8.0.2 - dev-haskell/cairo - >=dev-haskell/dbus-0.10 - dev-haskell/glib - >=dev-haskell/gtk-0.12.4 - dev-haskell/mtl - dev-haskell/pango - dev-haskell/parsec - dev-haskell/pcap - dev-haskell/text - >=dev-lang/ghc-6.12.1 - virtual/pkgconfig - test? ( dev-haskell/hunit - dev-haskell/quickcheck - dev-haskell/test-framework - dev-haskell/test-framework-hunit ) -" - -src_compile() { - # compile haskell part - cabal_src_compile || die "could not build haskell parts" - - # compile C part - emake \ - "CC=$(tc-getCC)" \ - "CFLAGS=${CFLAGS}" \ - "CPPFLAGS=${CPPFLAGS}" \ - "LDFLAGS=${LDFLAGS}" -} - -src_install() { - # install haskell part - cabal_src_install || die "could not install haskell parts" - - dobin "${S}"/dist/build/bustle-pcap - doman bustle-pcap.1 - dodoc README HACKING NEWS -} diff --git a/dev-util/bustle/bustle-0.5.1.ebuild b/dev-util/bustle/bustle-0.5.1.ebuild deleted file mode 100644 index 8b01a1326114..000000000000 --- a/dev-util/bustle/bustle-0.5.1.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -# ebuild generated by hackport 0.4.5.9999 - -CABAL_FEATURES="bin test-suite" -inherit eutils haskell-cabal - -DESCRIPTION="Draw sequence diagrams of D-Bus traffic" -HOMEPAGE="http://hackage.haskell.org/package/bustle" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="LGPL-2 GPL-2 GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="interactivetests +threaded" - -RDEPEND="dev-haskell/cairo:= - >=dev-haskell/dbus-0.10:= - dev-haskell/gio:= - dev-haskell/glib:= - >=dev-haskell/gtk3-0.13.7:0= - >=dev-haskell/hgettext-0.1.5:= - >=dev-haskell/mtl-2.2.1:= - dev-haskell/pango:= - dev-haskell/parsec:= - dev-haskell/pcap:= - dev-haskell/setlocale:= - dev-haskell/text:= - >=dev-lang/ghc-7.4.1:= - dev-libs/glib:2 -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 - virtual/pkgconfig - test? ( dev-haskell/hunit - dev-haskell/quickcheck - dev-haskell/test-framework - dev-haskell/test-framework-hunit ) -" - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag interactivetests interactivetests) \ - $(cabal_flag threaded threaded) -} - -src_compile() { - # compile haskell part - cabal_src_compile || die "could not build haskell parts" - - # compile C part - emake \ - "CC=$(tc-getCC)" \ - "CFLAGS=${CFLAGS}" \ - "CPPFLAGS=${CPPFLAGS}" \ - "LDFLAGS=${LDFLAGS}" -} - -src_install() { - # install haskell part - cabal_src_install || die "could not install haskell parts" - - dobin "${S}"/dist/build/bustle-pcap - doman bustle-pcap.1 - dodoc README.md HACKING.md NEWS.md -} diff --git a/dev-util/bustle/bustle-0.5.2.ebuild b/dev-util/bustle/bustle-0.5.2.ebuild deleted file mode 100644 index 8b01a1326114..000000000000 --- a/dev-util/bustle/bustle-0.5.2.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -# ebuild generated by hackport 0.4.5.9999 - -CABAL_FEATURES="bin test-suite" -inherit eutils haskell-cabal - -DESCRIPTION="Draw sequence diagrams of D-Bus traffic" -HOMEPAGE="http://hackage.haskell.org/package/bustle" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="LGPL-2 GPL-2 GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="interactivetests +threaded" - -RDEPEND="dev-haskell/cairo:= - >=dev-haskell/dbus-0.10:= - dev-haskell/gio:= - dev-haskell/glib:= - >=dev-haskell/gtk3-0.13.7:0= - >=dev-haskell/hgettext-0.1.5:= - >=dev-haskell/mtl-2.2.1:= - dev-haskell/pango:= - dev-haskell/parsec:= - dev-haskell/pcap:= - dev-haskell/setlocale:= - dev-haskell/text:= - >=dev-lang/ghc-7.4.1:= - dev-libs/glib:2 -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 - virtual/pkgconfig - test? ( dev-haskell/hunit - dev-haskell/quickcheck - dev-haskell/test-framework - dev-haskell/test-framework-hunit ) -" - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag interactivetests interactivetests) \ - $(cabal_flag threaded threaded) -} - -src_compile() { - # compile haskell part - cabal_src_compile || die "could not build haskell parts" - - # compile C part - emake \ - "CC=$(tc-getCC)" \ - "CFLAGS=${CFLAGS}" \ - "CPPFLAGS=${CPPFLAGS}" \ - "LDFLAGS=${LDFLAGS}" -} - -src_install() { - # install haskell part - cabal_src_install || die "could not install haskell parts" - - dobin "${S}"/dist/build/bustle-pcap - doman bustle-pcap.1 - dodoc README.md HACKING.md NEWS.md -} diff --git a/dev-util/bustle/bustle-0.5.3.ebuild b/dev-util/bustle/bustle-0.5.4.ebuild similarity index 100% rename from dev-util/bustle/bustle-0.5.3.ebuild rename to dev-util/bustle/bustle-0.5.4.ebuild diff --git a/dev-util/jenkins-bin/Manifest b/dev-util/jenkins-bin/Manifest index fdf9215ed6f1..8b6d2e5bb0e3 100644 --- a/dev-util/jenkins-bin/Manifest +++ b/dev-util/jenkins-bin/Manifest @@ -1,3 +1,3 @@ -DIST jenkins-bin-1.642.3.war 63669423 SHA256 942478fbf16dfe8b338fd2402ed406a6d74f9154f749c424f3d2d1d389594d72 SHA512 b2d5e6b6f148794d3257ec59247e936b17523d433d7085ad3c0ba6cdffc47e9419f37601d3a6ca22c10ff0a1aee3cffec1824d123b016a3d12ac8266bf87d06e WHIRLPOOL 8bf2f96ef0fe765afb63752bb5fa93bc89fbaf55007e2a55bd3b30702ab65a2a0174be136c134e793da6584f8c795d63a788d28916d8d57ae9931c479d68250c -DIST jenkins-bin-1.653.war 64689474 SHA256 48e33fab851459c0e81fc2d6f36f1795490d862d1d1f3d3a79c46c945bdb44fc SHA512 ec6a3e9e2d45e026efd1366adc91a539eb3585a6aa900e2e3913ad5fffd9512252b11e24bc33409acfd87823f5376714b0e4473c26370c27ebe334860e8b0156 WHIRLPOOL ffc2c64be8dfa31007ecc782aa46574671781a54cedc4e5b0bc5b331117859b8c6fa90996b77e555636fa29d4368e8701d0a1b1c419a512e30a30524135e06db +DIST jenkins-bin-1.642.4.war 63668618 SHA256 74affea437708c2e1fbcd97cdf73dc1c1c78d7a6e7ea0c521c7084a140859f15 SHA512 ca745da260df3f4fef3d65e704c794781961426b33c83e3e6a0f9fc9fd7ea387ecaf533209bdc2de1c8e9f5494085c61e26ab4671c2684f2f8f9bc6956c6243b WHIRLPOOL c2901b14f07d0be511969f2f67f696c154bdb82ac82d0bd4e1706d0485a6768b1a7e86ae64dd553283b207ce561c44159c4a4ad5ac0418a4c7abb75aa40bc213 DIST jenkins-bin-1.654.war 64692780 SHA256 af4b338cc899a3a242cff89fda09224c20d349617d2519391e742ff9669121fc SHA512 9e006f1dc6f4953251ce95d2e3ac9608838b880e188bffb285d3b70b580f3be1d6c3ed6e848ddd053c5a671dd093b0c596b00faff7380a81ef27cfd16b3883e4 WHIRLPOOL d4be7357e006d74ec7878d1acc28425dc02ae5197e8c64cb62c8bd730e6e5bf132e4cea702c75696cbd0702e7147478836773587bd1faa7f066adee8e018e71e +DIST jenkins-bin-1.655.war 64683155 SHA256 0cee889af697c115961ce50229cc5e39d1b798c0a0a689687b745c0a938c8547 SHA512 7447f662903e82140784398b6df36bc254ef06ee2d3bd23cfd59b7abe087783961c0e8a61e46ddd81075aa521bc85c9a3ea527186bf2912e98928b06e22512f4 WHIRLPOOL d615c2fc9c7074ab27d15c9889ce684a6b170e3c7bb226ab425d1f3d3f8fa7fc4eae5cef56e24217a8e6f8bb74ad68946b22be9854e4e973c086360618a150a9 diff --git a/dev-util/jenkins-bin/jenkins-bin-1.642.3.ebuild b/dev-util/jenkins-bin/jenkins-bin-1.642.4.ebuild similarity index 100% rename from dev-util/jenkins-bin/jenkins-bin-1.642.3.ebuild rename to dev-util/jenkins-bin/jenkins-bin-1.642.4.ebuild diff --git a/dev-util/jenkins-bin/jenkins-bin-1.653.ebuild b/dev-util/jenkins-bin/jenkins-bin-1.655.ebuild similarity index 100% rename from dev-util/jenkins-bin/jenkins-bin-1.653.ebuild rename to dev-util/jenkins-bin/jenkins-bin-1.655.ebuild diff --git a/dev-vcs/darcs/Manifest b/dev-vcs/darcs/Manifest index ab2c10efefab..a0c8a4c6b4c7 100644 --- a/dev-vcs/darcs/Manifest +++ b/dev-vcs/darcs/Manifest @@ -1,2 +1,3 @@ DIST darcs-2.10.1.tar.gz 1509208 SHA256 f1ef65b43780e7593ca1afdae5ecf44ed91d62cc1be360693a52c5ff7b57ee94 SHA512 b8c3971da3d635a7d90e35226c2ffa6d6ca8e78ba18793c632b7509bc4d52c1bda2490d147cdaea5842fbe5d8826b0025de61e2fb4f58c441875c5858d910e47 WHIRLPOOL a44550b9e44125ee468b10da723742c992c215a42411c074e8c2547643694ce572db7f59b5ba4209cef5aac26bd1ddcef1c54f592e8b73fd0da941d0e9e77d93 +DIST darcs-2.10.3.tar.gz 1513296 SHA256 ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642 SHA512 cf8f34df331d8a47c6a25775c465824e5d71ed00ae6bc477989b4bb0e7fad606b213a4fb4e06b02dca096df2b6b1fe36f394672a112b48c6b56188a7eae8f90e WHIRLPOOL e52fdbe2bd87de7787c0d15ed8d7499a8514d4149a30139c18060139bcbe2ab56f9525b3b4222025cd71afb167b3cc0db265fb1c339eac1336d9cb3fef45eff1 DIST darcs-2.8.4.tar.gz 1301464 SHA256 3fab4dbb2d5dd9f381d49f4730c12e1534b5c484b0dde9712614a7151f659f98 SHA512 c60531bacea43bdd5a18ae461dd390fe64682cac56fa4e6b5153a5da3c003b59d8fb24827bd42b4b30f0d2c61877d36b58eb98317644f9f8a200ab7c5961c48e WHIRLPOOL 128e8e58e219d427928eb8725d9566c1b6b3bb478b3cda69b30ded8798fa104eb8dec0fda8a32701f5d074babf9f11f1b3036388cd15a82118853a566c832430 diff --git a/dev-vcs/darcs/darcs-2.10.3-r1.ebuild b/dev-vcs/darcs/darcs-2.10.3-r1.ebuild new file mode 100644 index 000000000000..57419fa4068a --- /dev/null +++ b/dev-vcs/darcs/darcs-2.10.3-r1.ebuild @@ -0,0 +1,104 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.6.9999 +#hackport: flags: +library,+executable,-hpc,-warn-as-error,+pkgconfig,-rts,-static,-optimize,hashed-storage-diff:diff + +CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="a distributed, interactive, smart revision control system" +HOMEPAGE="http://darcs.net/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="+curl diff +http +network-uri +terminfo +threaded" + +RESTRICT=test # occasionally hangs on directory creation race conditions + +RDEPEND=">=dev-haskell/attoparsec-0.11:=[profile?] =dev-haskell/base16-bytestring-0.1:=[profile?] =dev-haskell/binary-0.5:=[profile?] =dev-haskell/cryptohash-0.4:=[profile?] =dev-haskell/data-ordlist-0.4:=[profile?] =dev-haskell/hashable-1.0:=[profile?] =dev-haskell/haskeline-0.6.3:=[profile?] =dev-haskell/html-1.0:=[profile?] =dev-haskell/mmap-0.5:=[profile?] =dev-haskell/mtl-2.1:=[profile?] =dev-haskell/old-locale-1.0:=[profile?] =dev-haskell/old-time-1.1:=[profile?] =dev-haskell/parsec-3.1:=[profile?] =dev-haskell/random-1.0:=[profile?] =dev-haskell/regex-applicative-0.2:=[profile?] =dev-haskell/regex-compat-tdfa-0.95.1:=[profile?] =dev-haskell/sandi-0.2:=[profile?] =dev-haskell/tar-0.4:=[profile?] =dev-haskell/text-0.11.3.1:=[profile?] =dev-haskell/transformers-compat-0.4:=[profile?] =dev-haskell/unix-compat-0.1.2:=[profile?] =dev-haskell/utf8-string-0.3.6:=[profile?] =dev-haskell/vector-0.7:=[profile?] =dev-haskell/zip-archive-0.2.3:=[profile?] + >=dev-haskell/zlib-0.5.3.0:=[profile?] =dev-lang/ghc-7.4.1:= + virtual/libiconv + >=dev-haskell/transformers-0.3:=[profile?] =dev-haskell/http-4000.2.3:=[profile?] =dev-haskell/network-2.6:=[profile?] =dev-haskell/network-uri-2.6:=[profile?] =dev-haskell/network-2.3:=[profile?] =dev-haskell/terminfo-0.3:=[profile?] = 4.5 && < 4.9' 'base >= 4.5' \ + 'zip-archive >= 0.2.3 && < 0.3' 'zip-archive >= 0.2.3' +} + +src_configure() { + haskell-cabal_src_configure \ + $(cabal_flag curl curl) \ + --flag=executable \ + $(cabal_flag diff hashed-storage-diff) \ + --flag=-hpc \ + $(cabal_flag http http) \ + --flag=library \ + $(cabal_flag network-uri network-uri) \ + --flag=-optimize \ + --flag=pkgconfig \ + --flag=-rts \ + --flag=-static \ + $(cabal_flag terminfo terminfo) \ + $(cabal_flag threaded threaded) \ + --flag=-warn-as-error +} + +src_install() { + haskell-cabal_src_install + + # fixup perms in such an an awkward way + mv "${ED}/usr/share/man/man1/darcs.1" "${S}/darcs.1" || die "darcs.1 not found" + doman "${S}/darcs.1" || die "failed to register darcs.1 as a manpage" +} diff --git a/dev-vcs/darcs/metadata.xml b/dev-vcs/darcs/metadata.xml index 3d044715bb7c..f42758756fc4 100644 --- a/dev-vcs/darcs/metadata.xml +++ b/dev-vcs/darcs/metadata.xml @@ -5,10 +5,8 @@ haskell@gentoo.org - Use ansi color escapes. Use 'lcs' for diff building. Use the pure Haskell HTTP package for HTTP support. - Build with optimizations (-O2). Get Network.URI from the network-uri package. Use the terminfo package for enhanced console support. Use threading and SMP support. diff --git a/dev-vcs/git-annex/Manifest b/dev-vcs/git-annex/Manifest index e96e42d94155..acfd511df6b8 100644 --- a/dev-vcs/git-annex/Manifest +++ b/dev-vcs/git-annex/Manifest @@ -1 +1,2 @@ DIST git-annex-6.20160126.tar.gz 5146331 SHA256 dc59f670a3d0bdb90db8fc6cadba8003708219bb0dc3d56867a9246d825c0d11 SHA512 45828b5e9968ce037e48366deb537353368dbac9145fc93d56921444210c9f0d4af1460c047bcae3e85244ecdf7e272fb65860656a19c449add09bf697c0a37d WHIRLPOOL f9b350968e8e82f7e4523648d5aefd03689123165424e15fee71eaa67345d38a0efe71ea4fc1388b5b683925bc8f638dba130371c4f324ac5910d7a051ae5548 +DIST git-annex-6.20160318.tar.gz 5399078 SHA256 5c0067d161a3cd6b93822f85eb82e5cb4895d913b2593bc4fe3b74d3ed426e0b SHA512 62d0caef2f09a1d690229b720e81bf477715fd765a98c037b8e22e7e04ad72d91c81fdbe8bb61bdf4e0bf40cd5b81ea349e60a8e61690767db4a4b92541a063f WHIRLPOOL 96c0232790b0b2cf0d97df2984383a0616a56c695daac233da625fd08ccd8044ef26aed613341f47aa8b0ef70e806b5d0569ff733d3e0dee0e92ed7220b503bc diff --git a/dev-vcs/git-annex/git-annex-6.20160318.ebuild b/dev-vcs/git-annex/git-annex-6.20160318.ebuild new file mode 100644 index 000000000000..31ef5e61918e --- /dev/null +++ b/dev-vcs/git-annex/git-annex-6.20160318.ebuild @@ -0,0 +1,174 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.7.9999 +#hackport: flags: -production,-android,-androidsplice,-testsuite + +CABAL_FEATURES="bin" +inherit haskell-cabal + +DESCRIPTION="manage files with git, without checking their contents into git" +HOMEPAGE="http://git-annex.branchable.com/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" +RESTRICT="test" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux" +IUSE="+assistant benchmark +concurrentoutput +cryptonite doc +dbus ekg +magicmime +network-uri +pairing +s3 +torrentparser +webapp +webdav +xmpp" + +RDEPEND="dev-haskell/aeson:= + dev-haskell/async:= + dev-haskell/bloomfilter:= + dev-haskell/case-insensitive:= + dev-haskell/data-default:= + dev-haskell/disk-free-space:= + dev-haskell/dlist:= + dev-haskell/edit-distance:= + dev-haskell/esqueleto:= + >=dev-haskell/exceptions-0.6:= + dev-haskell/feed:= + dev-haskell/hslogger:= + dev-haskell/http-client:= + dev-haskell/http-conduit:= + dev-haskell/http-types:= + dev-haskell/ifelse:= + dev-haskell/json:= + dev-haskell/missingh:= + dev-haskell/monad-control:= + dev-haskell/monad-logger:= + >=dev-haskell/mtl-2:= + dev-haskell/old-locale:= + >=dev-haskell/optparse-applicative-0.11.0:= + dev-haskell/persistent:= + dev-haskell/persistent-sqlite:= + dev-haskell/persistent-template:= + >=dev-haskell/quickcheck-2.1:2= + dev-haskell/random:= + dev-haskell/regex-tdfa:= + dev-haskell/resourcet:= + dev-haskell/safesemaphore:= + dev-haskell/sandi:= + >=dev-haskell/stm-2.3:= + dev-haskell/text:= + dev-haskell/transformers:= + dev-haskell/unix-compat:= + dev-haskell/utf8-string:= + dev-haskell/uuid:= + >=dev-lang/ghc-7.6.1:= + assistant? ( dev-haskell/dns:= + dev-haskell/hinotify:= + dev-haskell/mountpoints:= ) + benchmark? ( dev-haskell/criterion:= ) + concurrentoutput? ( >=dev-haskell/concurrent-output-1.6:= ) + cryptonite? ( dev-haskell/cryptonite:= ) + !cryptonite? ( >=dev-haskell/cryptohash-0.11.0:= ) + dbus? ( >=dev-haskell/dbus-0.10.7:= + >=dev-haskell/fdo-notify-0.3:= ) + ekg? ( dev-haskell/ekg:= ) + magicmime? ( dev-haskell/magic:= ) + network-uri? ( >=dev-haskell/network-2.6:= + >=dev-haskell/network-uri-2.6:= ) + !network-uri? ( >=dev-haskell/network-2.4:= =dev-haskell/aws-0.9.2:= + dev-haskell/conduit:= + dev-haskell/conduit-extra:= ) + torrentparser? ( >=dev-haskell/torrent-10000.0.0:= ) + webapp? ( dev-haskell/blaze-builder:= + dev-haskell/byteable:= + dev-haskell/clientsession:= + dev-haskell/crypto-api:= + >=dev-haskell/path-pieces-0.1.4:= + dev-haskell/securemem:= + >=dev-haskell/shakespeare-2.0.0:= + dev-haskell/wai:= + dev-haskell/wai-extra:= + >=dev-haskell/warp-3.0.0.5:= + >=dev-haskell/warp-tls-1.4:= + >=dev-haskell/yesod-1.2.6:= + >=dev-haskell/yesod-core-1.2.19:= + >=dev-haskell/yesod-default-1.2.0:= + >=dev-haskell/yesod-form-1.3.15:= + >=dev-haskell/yesod-static-1.2.4:= ) + webdav? ( >=dev-haskell/dav-1.0:= ) + xmpp? ( >=dev-haskell/gnutls-0.1.4:= + dev-haskell/network-protocol-xmpp:= + dev-haskell/xml-types:= ) +" +# not generated by hackport: +RDEPEND="${RDEPEND} + dev-vcs/git +" + +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.16.0 +" + +# not generated by hackport: +DEPEND="${DEPEND} + dev-lang/perl + doc? ( www-apps/ikiwiki net-misc/rsync ) +" + +src_prepare() { + # does not respect staging dir + epatch "${FILESDIR}"/${PN}-5.20150731-no-strange-installs.patch + epatch "${FILESDIR}"/${PN}-6.20160114-QC-2.8.2.patch +} + +src_configure() { + haskell-cabal_src_configure \ + --flag=-android \ + --flag=-androidsplice \ + $(cabal_flag assistant assistant) \ + $(cabal_flag benchmark benchmark) \ + $(cabal_flag concurrentoutput concurrentoutput) \ + $(cabal_flag cryptonite cryptonite) \ + $(cabal_flag dbus dbus) \ + $(cabal_flag ekg ekg) \ + $(cabal_flag magicmime magicmime) \ + $(cabal_flag network-uri network-uri) \ + $(cabal_flag pairing pairing) \ + --flag=-production \ + $(cabal_flag s3 s3) \ + --flag=-testsuite \ + $(cabal_flag torrentparser torrentparser) \ + $(cabal_flag webapp webapp) \ + $(cabal_flag webdav webdav) \ + $(cabal_flag xmpp xmpp) +} + +src_compile() { + haskell-cabal_src_compile + use doc && emake docs +} + +src_test() { + if use webapp; then + export GIT_CONFIG=${T}/temp-git-config + git config user.email "git@src_test" + git config user.name "Mr. ${P} The Test" + + emake test + fi +} + +src_install() { + haskell-cabal_src_install + dosym git-annex /usr/bin/git-annex-shell # standard make install does more, than needed + + # install-mans wants ikiwiki. It returns 0 and builds the man pages without ikiwiki. + emake install-mans DESTDIR="${D}" PREFIX="${EPREFIX}/usr" + use doc && emake install-docs DESTDIR="${D}" PREFIX="${EPREFIX}/usr" + mv "${ED}"/usr/share/doc/{${PN},${PF}} + dodoc CHANGELOG README + if use webapp ; then + doicon "${FILESDIR}"/${PN}.xpm + make_desktop_entry "${PN} webapp" "git-annex" ${PN}.xpm "Office" + fi +} diff --git a/dev-vcs/git-annex/metadata.xml b/dev-vcs/git-annex/metadata.xml index a2415415f470..c880c40bd848 100644 --- a/dev-vcs/git-annex/metadata.xml +++ b/dev-vcs/git-annex/metadata.xml @@ -25,6 +25,7 @@ Use concurrent-output library (experimental) Use the cryptonite library, instead of the older cryptohash Enable use of EKG to monitor git-annex as it runs. + Use libmagic to determine file MIME types Get Network.URI from the network-uri package. Enable pairing of git annex repositories Enable Amazon S3 remote diff --git a/dev-vcs/mercurial/mercurial-3.7.3.ebuild b/dev-vcs/mercurial/mercurial-3.7.3.ebuild index b5508035a23f..1d927bc97a82 100644 --- a/dev-vcs/mercurial/mercurial-3.7.3.ebuild +++ b/dev-vcs/mercurial/mercurial-3.7.3.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://mercurial.selenic.com/release/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-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 hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="bugzilla emacs gpg test tk" RDEPEND="bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] ) diff --git a/media-gfx/freecad/files/freecad-0.15.4671-boost-1.60.patch b/media-gfx/freecad/files/freecad-0.15.4671-boost-1.60.patch new file mode 100644 index 000000000000..4a7dbabdfc55 --- /dev/null +++ b/media-gfx/freecad/files/freecad-0.15.4671-boost-1.60.patch @@ -0,0 +1,16 @@ +From e0683f4db0fb56f8139f78ca2e500b21ec2a67f0 Mon Sep 17 00:00:00 2001 +From: wmayer +Date: Mon, 28 Dec 2015 13:54:40 +0100 +Subject: [PATCH] + fixes #0002347: freecad fails to build with Boost 1.60.0 + +--- freecad-0.15.4671/src/Mod/Drawing/App/FeaturePage.cpp ++++ freecad-0.15.4671/src/Mod/Drawing/App/FeaturePage.cpp +@@ -195,7 +195,7 @@ + if (count < editText.size()) { + // change values of editable texts + boost::regex e2 ("((.*?)()"); +- boost::re_detail::string_out_iterator out(newfragment); ++ std::back_insert_iterator out(newfragment); + boost::regex_replace(out, begin, what[0].second, e2, "$1>"+editText[count]+"$3"); + } + count++; diff --git a/media-gfx/freecad/freecad-0.15.4671.ebuild b/media-gfx/freecad/freecad-0.15.4671.ebuild index d0e09c63b81c..4c5cb71353af 100644 --- a/media-gfx/freecad/freecad-0.15.4671.ebuild +++ b/media-gfx/freecad/freecad-0.15.4671.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -61,7 +61,8 @@ src_prepare() { einfo remove bundled libs rm -rf src/3rdParty/{boost,Pivy*} - epatch "${FILESDIR}"/${PN}-0.14.3702-install-paths.patch + epatch "${FILESDIR}"/${PN}-0.14.3702-install-paths.patch \ + "${FILESDIR}"/${P}-boost-1.60.patch #bug 518996 sed -e "/LibDir = /s:'lib':'"$(get_libdir)"':g" \ diff --git a/media-gfx/povray/files/povray-3.7.0.0-r1-boost-1.50.patch b/media-gfx/povray/files/povray-3.7.0.0-r1-boost-1.50.patch new file mode 100644 index 000000000000..8a30041469f8 --- /dev/null +++ b/media-gfx/povray/files/povray-3.7.0.0-r1-boost-1.50.patch @@ -0,0 +1,108 @@ +Remove bundled m4 macros, instead use system ones from +sys-devel/autoconf-archive. Use AX_BOOST_SYSTEM to prevent +underlinking issues with more recent boost versions. +See also: https://bugs.gentoo.org/show_bug.cgi?id=550018 + +--- povray-3.7.0.0/unix/configure.ac ++++ povray-3.7.0.0/unix/configure.ac +@@ -54,23 +54,7 @@ + AC_CONFIG_SRCDIR([unix/disp_text.cpp]) + + # Additional autoconf macros. +-m4_include([unix/config/acx_pthread.m4]) +-m4_include([unix/config/ax_arg_enable.m4]) +-m4_include([unix/config/ax_arg_with.m4]) +-m4_include([unix/config/ax_boost_base.m4]) +-m4_include([unix/config/ax_boost_thread.m4]) +-m4_include([unix/config/ax_test_compiler_flags.m4]) +-m4_include([unix/config/ax_check_lib.m4]) +-m4_include([unix/config/ax_check_libjpeg.m4]) +-m4_include([unix/config/ax_check_libsdl.m4]) +-m4_include([unix/config/ax_check_libtiff.m4]) +-m4_include([unix/config/ax_check_openexr.m4]) +-m4_include([unix/config/ax_compare_version.m4]) +-m4_include([unix/config/ax_compiler_vendor.m4]) +-m4_include([unix/config/ax_compiler_version.m4]) +-m4_include([unix/config/ax_fix_incorrect_path.m4]) +-m4_include([unix/config/ax_prog_ld_static.m4]) +-m4_include([unix/config/ax_x86_arch.m4]) ++AC_CONFIG_MACRO_DIR([unix/config]) + + # Required versions of the support libraries. + # Must be declared after AC_INIT. +@@ -166,7 +150,7 @@ + AC_CANONICAL_BUILD + AC_CANONICAL_HOST + +-AM_INIT_AUTOMAKE([1.9 dist-bzip2]) ++AM_INIT_AUTOMAKE([1.9 dist-bzip2 subdir-objects]) + AM_MAINTAINER_MODE + + AX_FIX_INCORRECT_PATH(C_INCLUDE_PATH, ".", [pov_warn_path="$pov_warn_path C_INCLUDE_PATH"]) +@@ -184,6 +168,7 @@ + CFLAGS="$CFLAGS" + AC_PROG_CC + AC_PROG_CPP ++AM_PROG_AR + + # Force checking essential (ANSI-compliant) headers. + AC_CHECK_HEADERS([stdlib.h]) +@@ -292,13 +277,14 @@ + fi + + # Posix threads +-ACX_PTHREAD ++AX_PTHREAD + CXXFLAGS="$CXXFLAGS $PTHREAD_CFLAGS" # append + LIBS="$LIBS $PTHREAD_CFLAGS $PTHREAD_LIBS" # append + + # Boost; required library + # the following macro stops with error when boost is not found + AX_BOOST_BASE([$required_libboost_version]) ++AX_BOOST_SYSTEM + AX_BOOST_THREAD + if test x"$ax_cv_boost_thread" != x"yes"; then + AC_MSG_ERROR([cannot find a suitable boost thread library]) +@@ -307,19 +293,6 @@ + LDFLAGS="$LDFLAGS $BOOST_LDFLAGS" # append + LIBS="$BOOST_THREAD_LIB $LIBS" + fi +-AC_MSG_CHECKING([whether the boost thread library is usable]) +-AC_RUN_IFELSE( +- [AC_LANG_PROGRAM([[ +-#include +- ]], +- [[boost::defer_lock_t(); return 0;]])], +- [AC_MSG_RESULT([yes])], +- [ +- AC_MSG_RESULT([no]) +- AC_MSG_FAILURE([cannot link with the boost thread library]) +- ], +- [AC_MSG_RESULT([cross-compiling])] # FIXME +-) + AC_DEFINE([USE_OFFICIAL_BOOST], [], [Use the official Boost libraries.]) + + # Intel Math Kernel library +--- povray-3.7.0.0/unix/prebuild.sh ++++ povray-3.7.0.0/unix/prebuild.sh +@@ -439,7 +439,8 @@ + # Beware: order does matter! + LDADD = \\ + \$(top_builddir)/vfe/libvfe.a \\ +- \$(top_builddir)/source/libpovray.a ++ \$(top_builddir)/source/libpovray.a \\ ++ @BOOST_SYSTEM_LIB@ + pbEOF + ;; + esac +--- povray-3.7.0.0/vfe/unix/platformbase.cpp ++++ povray-3.7.0.0/vfe/unix/platformbase.cpp +@@ -68,7 +68,7 @@ + #else + // taken from source/base/timer.cpp + boost::xtime t; +- boost::xtime_get(&t, boost::TIME_UTC); ++ boost::xtime_get(&t, POV_TIME_UTC); + POV_ULONG ns = (POV_ULONG)(t.sec) * (POV_ULONG)(1000000000) + (POV_ULONG)(t.nsec) + (POV_ULONG)(msec) * (POV_ULONG)(1000000); + t.sec = (boost::xtime::xtime_sec_t)(ns / (POV_ULONG)(1000000000)); + t.nsec = (boost::xtime::xtime_nsec_t)(ns % (POV_ULONG)(1000000000)); diff --git a/media-gfx/povray/povray-3.7.0.0-r1.ebuild b/media-gfx/povray/povray-3.7.0.0-r1.ebuild new file mode 100644 index 000000000000..5f0b81f0b037 --- /dev/null +++ b/media-gfx/povray/povray-3.7.0.0-r1.ebuild @@ -0,0 +1,142 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit autotools flag-o-matic versionator virtualx + +POVRAY_MAJOR_VER=$(get_version_component_range 1-3) +POVRAY_MINOR_VER=$(get_version_component_range 4) +if [ -n "$POVRAY_MINOR_VER" ]; then + POVRAY_MINOR_VER=${POVRAY_MINOR_VER/rc/RC} + MY_PV="${POVRAY_MAJOR_VER}.${POVRAY_MINOR_VER}" +else + MY_PV=${POVRAY_MAJOR_VER} +fi + +DESCRIPTION="The Persistence of Vision Raytracer" +HOMEPAGE="http://www.povray.org/" +SRC_URI="https://github.com/POV-Ray/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="AGPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="debug +io-restrictions openexr static-libs tiff X" + +DEPEND=" + >=dev-libs/boost-1.50.0:=[threads(+)] + media-libs/libpng:0 + sys-libs/zlib + virtual/jpeg:0 + openexr? ( + media-libs/ilmbase + media-libs/openexr ) + tiff? ( media-libs/tiff:0 ) + X? ( media-libs/libsdl )" +RDEPEND="${DEPEND}" +DEPEND="${DEPEND} + sys-devel/autoconf-archive" + +S=${WORKDIR}/${PN}-${MY_PV} + +PATCHES=( + "${FILESDIR}"/${P}-user-conf.patch + "${FILESDIR}"/${P}-automagic.patch +) + +src_prepare() { + [[ ${CHOST} == *-darwin* ]] && \ + PATCHES+=( "${FILESDIR}"/${PN}-3.7.0_rc6-darwin-defaults.patch ) + eapply "${FILESDIR}"/${PF}-boost-1.50.patch + + pushd unix + pushd config + rm -rf \ + acx_pthread.m4 \ + ax_boost_base.m4 \ + ax_boost_thread.m4 \ + ax_compare_version.m4 \ + ax_compiler_vendor.m4 \ + ax_compiler_version.m4 || die + popd + bash -x prebuild.sh || die + popd + + rm -rf libraries || die + + # Change some destination directories that cannot be adjusted via configure + sed \ + -e 's:${povsysconfdir}/$PACKAGE/$VERSION_BASE:${povsysconfdir}/'${PN}':g' \ + -e 's:${povdatadir}/$PACKAGE-$VERSION_BASE:${povdatadir}/'${PN}':g' \ + -e 's:${povdatadir}/doc/$PACKAGE-$VERSION_BASE:${povdatadir}/doc/'${PF}':g' \ + -e 's:BOOST_THREAD_LIBS $LIBS:BOOST_THREAD_LIBS $LIBS -lboost_date_time:g' \ + -i configure.ac || die + + sed \ + -e "s:^povlibdir = .*:povlibdir = @datadir@/${PN}:" \ + -e "s:^povdocdir = .*:povdocdir = @datadir@/doc/${PF}:" \ + -e "s:^povconfdir = .*:povconfdir = @sysconfdir@/${PN}:" \ + -e 's:mkdir_p:MKDIR_P:g' \ + -i Makefile.am || die + + # The "+p" option on the test command line causes a pause and + # prompts the user to interact, so remove it. + sed -i -e "s:biscuit.pov -f +d +p:biscuit.pov -f +d:" Makefile.am || die + default + + eautoreconf +} + +src_configure() { + # Fixes bug 71255 + if [[ $(get-flag march) == k6-2 ]]; then + filter-flags -fomit-frame-pointer + fi + + # The config files are installed correctly (e.g. povray.conf), + # but the code compiles using incorrect [default] paths + # (based on /usr/local...), so povray will not find the system + # config files without the following fix: + append-cppflags -DPOVLIBDIR=\\\"${EROOT}usr/share/${PN}\\\" -DPOVCONFDIR=\\\"${EROOT}etc/${PN}\\\" + + econf \ + COMPILED_BY="Portage (Gentoo $(uname)) on $(hostname -f)" \ + $(use_enable debug) \ + $(use_enable io-restrictions) \ + $(use_with openexr openexr "${EPREFIX}/usr/$(get_libdir)") \ + $(use_with tiff libtiff "${EPREFIX}/usr/$(get_libdir)") \ + $(use_with X libsdl "${EPREFIX}/usr/$(get_libdir)") \ + $(use_with X x "${EPREFIX}/usr/$(get_libdir)") \ + $(use_enable static-libs static) \ + $(usex tiff "" "NON_REDISTRIBUTABLE_BUILD=yes") \ + --without-libmkl \ + --disable-pipe \ + --disable-strip \ + --disable-optimiz \ + --disable-optimiz-arch +} + +src_test() { + # For the beta releases, we generate a license extension in case needed + VIRTUALX_COMMAND="autotools-utils_src_test" + virtualmake +} + +pkg_preinst() { + # Copy the old config files if they are in the old location + # but do not yet exist in the new location. + # This way, they can be treated by CONFIG_PROTECT as normal. + local conf_file version_dir + for conf_file in "${ED}"/etc/"${PN}"/*; do + if [ ! -e "${EROOT}etc/${PN}/${conf_file}" ]; then + for version_dir in $(echo "${EROOT}"etc/"${PN}"/* | grep "^[0-9]" | sort -rn); do + if [ -e "${EROOT}etc/${PN}/${version_dir}/${conf_file}" ]; then + mv "${EROOT}etc/${PN}/${version_dir}/${conf_file}" "${EROOT}etc/${PN}" || die + elog "Note: ${conf_file} moved from ${EROOT}etc/povray/${version_dir}/ to ${EROOT}etc/povray/" + break + fi + done + fi + done +} diff --git a/media-gfx/slic3r/Manifest b/media-gfx/slic3r/Manifest new file mode 100644 index 000000000000..e08cfb40480e --- /dev/null +++ b/media-gfx/slic3r/Manifest @@ -0,0 +1,2 @@ +DIST slic3r-1.1.7.tar.gz 2079200 SHA256 8e1f68a71d78686cf6957ee7665757a4e7d14646bdee262cef76cba47b3f0d50 SHA512 0c3a12890f57f422084b20152ede3467a8624db4ba8be774258df0af963c1f6f41fda7d96967f6355bd95727539e6aad51c30cf45284a7ee3fff294839acc650 WHIRLPOOL 18c95a59acff51891251852d59d4bf33b9c1ad8721f581e3c9f55b56bb62e087d030ecb701d16b07cca4567f142ea3b0693c0ab436f1c25b28d02b4a1ce351cd +DIST slic3r-1.2.9.tar.gz 2165322 SHA256 f1c231ae56039ccd4ecf624e288c1362cab49b0f751a4663857b916b7fa51f2f SHA512 c0284f40de43c54e775baccdb2a67813a6ca4b69db78a788f2023b3f34127e780e6d0160144b9df1e17a2992b3255ef9a372b61a594f503b21efad7334387a51 WHIRLPOOL fc3bee0188ab7bd54ac19f3d874acb20dd8614594b79a8539001fd9a682f10c3436ef477d60458c49c7028c8b4bb7bf8585b4b53e73ac3a411d1a18720820eb0 diff --git a/media-gfx/slic3r/files/slic3r-1.1.7-adjust_var_path.patch b/media-gfx/slic3r/files/slic3r-1.1.7-adjust_var_path.patch new file mode 100644 index 000000000000..ee4d75d0122a --- /dev/null +++ b/media-gfx/slic3r/files/slic3r-1.1.7-adjust_var_path.patch @@ -0,0 +1,11 @@ +--- a/lib/Slic3r.pm 2016-03-31 13:27:59.431548980 +0200 ++++ b/lib/Slic3r.pm 2016-03-31 13:28:21.658675137 +0200 +@@ -29,7 +29,7 @@ + if $^V >= v5.16; + + use FindBin; +-our $var = "$FindBin::Bin/var"; ++our $var = "$FindBin::RealBin/var"; + + use Encode; + use Encode::Locale; diff --git a/media-gfx/slic3r/files/slic3r-1.2.9-adjust_var_path.patch b/media-gfx/slic3r/files/slic3r-1.2.9-adjust_var_path.patch new file mode 100644 index 000000000000..9dc93a52dde3 --- /dev/null +++ b/media-gfx/slic3r/files/slic3r-1.2.9-adjust_var_path.patch @@ -0,0 +1,11 @@ +--- a/lib/Slic3r.pm 2015-06-17 04:38:28.000000000 -0400 ++++ b/lib/Slic3r.pm 2015-06-19 11:56:07.005873299 -0400 +@@ -30,7 +30,7 @@ + if $^V == v5.16; + + use FindBin; +-our $var = decode_path($FindBin::Bin) . "/var"; ++our $var = decode_path($FindBin::RealBin) . "/var"; + + use Moo 1.003001; + diff --git a/media-gfx/slic3r/files/slic3r-9999-adjust_var_path.patch b/media-gfx/slic3r/files/slic3r-9999-adjust_var_path.patch new file mode 100644 index 000000000000..9dc93a52dde3 --- /dev/null +++ b/media-gfx/slic3r/files/slic3r-9999-adjust_var_path.patch @@ -0,0 +1,11 @@ +--- a/lib/Slic3r.pm 2015-06-17 04:38:28.000000000 -0400 ++++ b/lib/Slic3r.pm 2015-06-19 11:56:07.005873299 -0400 +@@ -30,7 +30,7 @@ + if $^V == v5.16; + + use FindBin; +-our $var = decode_path($FindBin::Bin) . "/var"; ++our $var = decode_path($FindBin::RealBin) . "/var"; + + use Moo 1.003001; + diff --git a/media-gfx/slic3r/metadata.xml b/media-gfx/slic3r/metadata.xml new file mode 100644 index 000000000000..c0f39d3c0420 --- /dev/null +++ b/media-gfx/slic3r/metadata.xml @@ -0,0 +1,29 @@ + + + + + tomboy64@sina.cn + Proxy-Maintainer; please assign him to bugs. + + + proxy-maint@gentoo.org + Gentoo Proxy Maintainers Project + + + 3dprint@gentoo.org + Gentoo 3D Printer Project + + + perl@gentoo.org + Gentoo Perl Project + + + Enable GUI + + + Slic3r is the tool you need to convert a 3D model into printing instructions for your 3D printer. It cuts the model into horizontal slices (layers), generates toolpaths to fill them and calculates the amount of material to be extruded. + + + alexrj/Slic3r + + diff --git a/media-gfx/slic3r/slic3r-1.1.7.ebuild b/media-gfx/slic3r/slic3r-1.1.7.ebuild new file mode 100644 index 000000000000..81c710b38950 --- /dev/null +++ b/media-gfx/slic3r/slic3r-1.1.7.ebuild @@ -0,0 +1,115 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit eutils perl-module + +DESCRIPTION="A mesh slicer to generate G-code for fused-filament-fabrication (3D printers)" +HOMEPAGE="http://slic3r.org" +SRC_URI="https://github.com/alexrj/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="AGPL-3 CC-BY-3.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+gui test" + +# check Build.PL for dependencies +RDEPEND="!=dev-lang/perl-5.16* + >=dev-libs/boost-1.55[threads] + dev-perl/Class-XSAccessor + dev-perl/Encode-Locale + dev-perl/IO-stringy + >=dev-perl/Math-PlanePath-53.0.0 + >=dev-perl/Moo-1.3.1 + dev-perl/XML-SAX-ExpatXS + virtual/perl-Carp + virtual/perl-File-Spec + virtual/perl-Getopt-Long + virtual/perl-parent + virtual/perl-Scalar-List-Utils + virtual/perl-Test-Simple + virtual/perl-Thread-Semaphore + >=virtual/perl-threads-1.960.0 + virtual/perl-Time-HiRes + virtual/perl-XSLoader + gui? ( dev-perl/Class-Accessor + dev-perl/Growl-GNTP + dev-perl/libwww-perl + dev-perl/Module-Pluggable + dev-perl/Net-Bonjour + dev-perl/Net-DBus + dev-perl/OpenGL + >=dev-perl/Wx-0.991.800 + dev-perl/Wx-GLCanvas + >=media-libs/freeglut-3 + virtual/perl-Math-Complex + >=virtual/perl-Socket-2.16.0 + x11-libs/libXmu + )" +DEPEND="${RDEPEND} + >=dev-perl/ExtUtils-CppGuess-0.70.0 + >=dev-perl/ExtUtils-Typemaps-Default-1.50.0 + >=dev-perl/ExtUtils-XSpp-0.170.0 + >=dev-perl/Module-Build-0.380.0 + >=dev-perl/Module-Build-WithXSpp-0.140.0 + >=virtual/perl-ExtUtils-MakeMaker-6.800.0 + >=virtual/perl-ExtUtils-ParseXS-3.220.0 + test? ( virtual/perl-Test-Harness + virtual/perl-Test-Simple )" + +DIST_TEST="do" +S="${WORKDIR}/Slic3r-${PV}/xs" + +src_prepare() { + pushd "${WORKDIR}/Slic3r-${PV}" || die + eapply "${FILESDIR}/${P}-adjust_var_path.patch" + eapply_user + popd || die +} + +src_configure() { + SLIC3R_NO_AUTO=1 perl-module_src_configure +} + +src_test() { + perl-module_src_test + # 1.1.7 Is kinda broken after Perl 5.16 + pushd .. || die + ewarn "Some Tests Skipped due to consuming 100% of RAM" + local bad_files=( + t/combineinfill.t t/cooling.t t/custom_gcode.t t/fill.t + t/flow.t t/gaps.t t/gcode.t t/layers.t t/multi.t + t/perimeters.t t/print.t t/retraction.t t/shells.t + t/skirt_brim.t t/support.t t/threads.t t/vibrationlimit.t + ); + for filename in "${bad_files[@]}"; do + einfo "Removing bad test ${filename}"; + rm -f "./${filename}" || die "Cannot remove ./${filename}"; + done + prove -Ixs/blib/arch -Ixs/blib/lib/ t/ || die "Tests failed" + popd || die +} + +src_install() { + perl-module_src_install + + pushd .. || die + insinto "${VENDOR_LIB}" + doins -r lib/Slic3r.pm lib/Slic3r + + insinto "${VENDOR_LIB}"/Slic3r + doins -r var + + exeinto "${VENDOR_LIB}"/Slic3r + doexe slic3r.pl + + dosym "${VENDOR_LIB}"/Slic3r/slic3r.pl /usr/bin/slic3r.pl + + make_desktop_entry slic3r.pl \ + Slic3r \ + "${VENDOR_LIB}/Slic3r/var/Slic3r_128px.png" \ + "Graphics;3DGraphics;Engineering;Development" + popd || die +} diff --git a/media-gfx/slic3r/slic3r-1.2.9.ebuild b/media-gfx/slic3r/slic3r-1.2.9.ebuild new file mode 100644 index 000000000000..85be0f216221 --- /dev/null +++ b/media-gfx/slic3r/slic3r-1.2.9.ebuild @@ -0,0 +1,104 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit eutils perl-module + +DESCRIPTION="A mesh slicer to generate G-code for fused-filament-fabrication (3D printers)" +HOMEPAGE="http://slic3r.org" +SRC_URI="https://github.com/alexrj/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="AGPL-3 CC-BY-3.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+gui test" + +# check Build.PL for dependencies +RDEPEND="!=dev-lang/perl-5.16* + >=dev-libs/boost-1.55[threads] + dev-perl/Class-XSAccessor + >=dev-perl/Encode-Locale-0.50.0 + dev-perl/IO-stringy + >=dev-perl/Math-PlanePath-53.0.0 + >=dev-perl/Moo-1.3.1 + dev-perl/XML-SAX-ExpatXS + virtual/perl-Carp + virtual/perl-Encode + virtual/perl-File-Spec + virtual/perl-Getopt-Long + virtual/perl-parent + virtual/perl-Scalar-List-Utils + virtual/perl-Test-Simple + virtual/perl-Thread-Semaphore + >=virtual/perl-threads-1.960.0 + virtual/perl-Time-HiRes + virtual/perl-Unicode-Normalize + virtual/perl-XSLoader + gui? ( dev-perl/Class-Accessor + dev-perl/Growl-GNTP + dev-perl/libwww-perl + dev-perl/Module-Pluggable + dev-perl/Net-Bonjour + dev-perl/Net-DBus + dev-perl/OpenGL + >=dev-perl/Wx-0.991.800 + dev-perl/Wx-GLCanvas + >=media-libs/freeglut-3 + virtual/perl-Math-Complex + >=virtual/perl-Socket-2.16.0 + x11-libs/libXmu + )" +DEPEND="${RDEPEND} + >=dev-perl/ExtUtils-CppGuess-0.70.0 + >=dev-perl/ExtUtils-Typemaps-Default-1.50.0 + >=dev-perl/ExtUtils-XSpp-0.170.0 + >=dev-perl/Module-Build-0.380.0 + >=dev-perl/Module-Build-WithXSpp-0.140.0 + >=virtual/perl-ExtUtils-MakeMaker-6.800.0 + >=virtual/perl-ExtUtils-ParseXS-3.220.0 + test? ( virtual/perl-Test-Harness + virtual/perl-Test-Simple )" + +S="${WORKDIR}/Slic3r-${PV}/xs" + +src_prepare() { + pushd "${WORKDIR}/Slic3r-${PV}" || die + eapply "${FILESDIR}/${P}-adjust_var_path.patch" + eapply_user + popd || die +} + +src_configure() { + SLIC3R_NO_AUTO=1 perl-module_src_configure +} + +src_test() { + perl-module_src_test + pushd .. || die + prove -Ixs/blib/arch -Ixs/blib/lib/ t/ || die "Tests failed" + popd || die +} + +src_install() { + perl-module_src_install + + pushd .. || die + insinto "${VENDOR_LIB}" + doins -r lib/Slic3r.pm lib/Slic3r + + insinto "${VENDOR_LIB}"/Slic3r + doins -r var + + exeinto "${VENDOR_LIB}"/Slic3r + doexe slic3r.pl + + dosym "${VENDOR_LIB}"/Slic3r/slic3r.pl /usr/bin/slic3r.pl + + make_desktop_entry slic3r.pl \ + Slic3r \ + "${VENDOR_LIB}/Slic3r/var/Slic3r_128px.png" \ + "Graphics;3DGraphics;Engineering;Development" + popd || die +} diff --git a/media-gfx/slic3r/slic3r-9999.ebuild b/media-gfx/slic3r/slic3r-9999.ebuild new file mode 100644 index 000000000000..98aa4f9df45b --- /dev/null +++ b/media-gfx/slic3r/slic3r-9999.ebuild @@ -0,0 +1,111 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit eutils git-r3 perl-module + +DESCRIPTION="A mesh slicer to generate G-code for fused-filament-fabrication (3D printers)" +HOMEPAGE="http://slic3r.org" +SRC_URI="" +EGIT_REPO_URI="https://github.com/alexrj/Slic3r.git" + +LICENSE="AGPL-3 CC-BY-3.0" +SLOT="0" +KEYWORDS="" +IUSE="+gui test" + +# check Build.PL for dependencies +RDEPEND="!=dev-lang/perl-5.16* + >=dev-libs/boost-1.55[threads] + dev-perl/Class-XSAccessor + dev-perl/Devel-Size + >=dev-perl/Encode-Locale-1.50.0 + dev-perl/IO-stringy + >=dev-perl/Math-PlanePath-53.0.0 + >=dev-perl/Moo-1.3.1 + dev-perl/XML-SAX-ExpatXS + virtual/perl-Carp + virtual/perl-Encode + virtual/perl-File-Spec + virtual/perl-Getopt-Long + virtual/perl-parent + virtual/perl-Scalar-List-Utils + virtual/perl-Test-Simple + virtual/perl-Thread-Semaphore + >=virtual/perl-threads-1.960.0 + virtual/perl-Time-HiRes + virtual/perl-Unicode-Normalize + virtual/perl-XSLoader + gui? ( dev-perl/Class-Accessor + dev-perl/Growl-GNTP + dev-perl/libwww-perl + dev-perl/Module-Pluggable + dev-perl/Net-Bonjour + dev-perl/Net-DBus + dev-perl/OpenGL + >=dev-perl/Wx-0.991.800 + dev-perl/Wx-GLCanvas + >=media-libs/freeglut-3 + virtual/perl-Math-Complex + >=virtual/perl-Socket-2.16.0 + x11-libs/libXmu + )" +DEPEND="${RDEPEND} + dev-perl/Devel-CheckLib + >=dev-perl/ExtUtils-CppGuess-0.70.0 + >=dev-perl/ExtUtils-Typemaps-Default-1.50.0 + >=dev-perl/ExtUtils-XSpp-0.170.0 + >=dev-perl/Module-Build-0.380.0 + >=dev-perl/Module-Build-WithXSpp-0.140.0 + >=virtual/perl-ExtUtils-MakeMaker-6.800.0 + >=virtual/perl-ExtUtils-ParseXS-3.220.0 + test? ( virtual/perl-Test-Harness + virtual/perl-Test-Simple )" + +S="${WORKDIR}/slic3r-${PV}/xs" + +src_unpack() { + git-r3_src_unpack +} + +src_prepare() { + pushd "${WORKDIR}/slic3r-${PV}" || die + eapply "${FILESDIR}/${P}-adjust_var_path.patch" + eapply_user + popd || die +} + +src_configure() { + SLIC3R_NO_AUTO=1 perl-module_src_configure +} + +src_test() { + perl-module_src_test + pushd .. || die + prove -Ixs/blib/arch -Ixs/blib/lib/ t/ || die "Tests failed" + popd || die +} + +src_install() { + perl-module_src_install + + pushd .. || die + insinto "${VENDOR_LIB}" + doins -r lib/Slic3r.pm lib/Slic3r + + insinto "${VENDOR_LIB}"/Slic3r + doins -r var + + exeinto "${VENDOR_LIB}"/Slic3r + doexe slic3r.pl + + dosym "${VENDOR_LIB}"/Slic3r/slic3r.pl /usr/bin/slic3r.pl + + make_desktop_entry slic3r.pl \ + Slic3r \ + "${VENDOR_LIB}/Slic3r/var/Slic3r_128px.png" \ + "Graphics;3DGraphics;Engineering;Development" + popd || die +} diff --git a/media-libs/giflib/Manifest b/media-libs/giflib/Manifest index ded5682bc13a..8afb67d28f88 100644 --- a/media-libs/giflib/Manifest +++ b/media-libs/giflib/Manifest @@ -1,5 +1,5 @@ DIST giflib-4.1.6.tar.bz2 506050 SHA256 e1c1ced9c5bc8f93ef0faf0a8c7717abf784d10a7b270d2285e8e1f3b93f2bed SHA512 f47954218ed7d3415cc195a1031a688fcb7dd2bc2b394491830e6b5f5332903ed7c4433b795cd3da9ac53bfc969fe94bec2a4e66b15c0385c732c01b1b7e5057 WHIRLPOOL ee5c3c606dcc2a56151cfd8f9ec33ce6071fb433969df92fae5d51def5bdf974f6dcdb1acf7d83234967f0f5fd3822702822e1e6b274c2e6c39e3e324b54fe09 DIST giflib-4.2.3.tar.bz2 560968 SHA256 0ac8d56726f77c8bc9648c93bbb4d6185d32b15ba7bdb702415990f96f3cb766 SHA512 f582fafa3ccb0f9ae6f040df0e33469a26fb275437f8615c39af613523ef5f3b09003ed3419f62880200606edfbe08b5aa3ba18a4d615ecd8da27331aec16b36 WHIRLPOOL b23ef64d227eb5219a9a1143cdafea6cb0aea12409fc18a686d5bf2d5241f97ac1c8f8bb76b0c99a5fd60fcff45fc092a2226a6b54ee24a2ec3841765a102447 DIST giflib-5.0.6.tar.bz2 621073 SHA256 8909839ccbdfca75cfbe6a4db907b55978e11fb268a8f3cde24bd923a0f669ea SHA512 117e20319f2df32bdf094678cdececad2b6f33a40baff172d4df68ade86547825ebca81186071bff51e60126692df84dbd7bb5cc4877ba68448f7c47a2cc2491 WHIRLPOOL e9c0bce41f36c00a87ce119310f39ae9ba8af8b7fa029ce8481d9ed81aa9ef1e417fb7236d5e3ea0c93d7b40ce07876100515051628b504506ec0d1fffe00bad -DIST giflib-5.1.2.tar.bz2 638967 SHA256 76c0a084c3b02f9315ff937b8be6096186002fea26f33e2123081ba2be6e2a7c SHA512 062adabd25d8c879d2bd6fd007244efb5c41248f68b75d184d94836d2e5dcbfcb1427928a3bc78017ecb4e679a336178d28851ba1f3c1a40f70e694f3ff8449d WHIRLPOOL 84334ca3c452acb2e959c299cd7072d75b51cdce00c281d67c97e6d7b99adc9e82f1ae75cc03acb5a71d12e4837b7206af66b52419a54ef49f32075836ab9816 DIST giflib-5.1.3.tar.bz2 639420 SHA256 5096d27805283599b01074d487ad3f8e02bd26b84d759b9017be876ca3d5b81d SHA512 02c1fa3619e0bcd80db6ff12a5caf4c9e5ab370c7741956165fe6cc67fd15a00754d5a6e33dd9393e4754201ff60a4f1f0666026604a662bc0d120c6f13bb0e2 WHIRLPOOL 9141d31f228cf2914257d8c2eb8e791611a10a51c91dd41809f98d9c818377087101b75390d9a58aba798eebf98614983d5ff99b379f39e4c4d155f0711846a2 +DIST giflib-5.1.4.tar.bz2 639703 SHA256 df27ec3ff24671f80b29e6ab1c4971059c14ac3db95406884fc26574631ba8d5 SHA512 32b5e342056c210e6478e9cb3b6ceec9594dcfaf34feea1eb4dad633a081ed4465bceee578c19165907cb47cb83912ac359ceea666a8e07dbbb5420f9928f96d WHIRLPOOL 12f308335538fcf14eb95c7e76adfb8ecaf2f1fcdc051521a40ec65eccaa1520f11170bb4b879149ce9fdeb59ce4449a60b4e1290e685acc5e35b3bca8c0f693 diff --git a/media-libs/giflib/giflib-5.1.2.ebuild b/media-libs/giflib/giflib-5.1.4.ebuild similarity index 77% rename from media-libs/giflib/giflib-5.1.2.ebuild rename to media-libs/giflib/giflib-5.1.4.ebuild index 27e27c93a225..161a7a0b80f1 100644 --- a/media-libs/giflib/giflib-5.1.2.ebuild +++ b/media-libs/giflib/giflib-5.1.4.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -inherit eutils libtool autotools-multilib +inherit eutils libtool multilib-minimal DESCRIPTION="Library to handle, display and manipulate GIF images" HOMEPAGE="http://sourceforge.net/projects/giflib/" @@ -23,10 +23,11 @@ RDEPEND=" DEPEND="${RDEPEND}" src_prepare() { + default elibtoolize } -src_configure() { +multilib_src_configure() { local myeconfargs=( # No need for xmlto as they ship generated files. ac_cv_prog_have_xmlto=no @@ -34,16 +35,20 @@ src_configure() { $(use_enable static-libs static) ) - autotools-multilib_src_configure + ECONF_SOURCE="${S}" \ + econf "${myeconfargs[@]}" } -src_install() { - autotools-multilib_src_install +multilib_src_install() { + default # for static libs the .la file is required if built with +X use static-libs || prune_libtool_files --all +} +multilib_src_install_all() { doman doc/*.1 - dodoc doc/*.txt - dohtml -r doc + dodoc AUTHORS BUGS ChangeLog NEWS README TODO doc/*.txt + docinto html + dodoc -r doc/whatsinagif } diff --git a/media-libs/qt-gstreamer/files/qt-gstreamer-1.2.0-boost157.patch b/media-libs/qt-gstreamer/files/qt-gstreamer-1.2.0-boost157.patch index a795420e3bcc..e8227393c1a8 100644 --- a/media-libs/qt-gstreamer/files/qt-gstreamer-1.2.0-boost157.patch +++ b/media-libs/qt-gstreamer/files/qt-gstreamer-1.2.0-boost157.patch @@ -1,34 +1,204 @@ -From fbb9dc6e291eaa058f3ef1cd93711265bfbfd162 Mon Sep 17 00:00:00 2001 -From: Heiko Becker -Date: Fri, 7 Nov 2014 00:11:02 +0100 -Subject: [PATCH] Workaround build failures with boost>=1.57 and moc +Add include guards to all boost includes, as qt's moc trips +over nested BOOST_JOIN macros: +* AUTOGEN: error: process for /var/tmp/portage/media-libs/qt-gstreamer-1.2.0-r1/work/qt-gstreamer-1.2.0-4/src/QGst/moc_graphicsvideowidget.cpp failed: +* usr/include/boost/type_traits/detail/has_binary_operator.hp:50: Parse error at "BOOST_JOIN" +https://bugs.gentoo.org/show_bug.cgi?id=578906 -Otherwise I get the following error message: -'usr/include/boost/type_traits/detail/has_binary_operator.hp:50: -Parse error at "BOOST_JOIN"'. See -https://bugreports.qt-project.org/browse/QTBUG-22829 for details. - -The old workaround to define BOOST_TT_HAS_OPERATOR_HPP_INCLUDED -doesn't seem to work here. ---- - src/QGlib/connect.cpp | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/src/QGlib/connect.cpp b/src/QGlib/connect.cpp -index 9ff6fde..58a3367 100644 ---- a/src/QGlib/connect.cpp -+++ b/src/QGlib/connect.cpp -@@ -21,8 +21,10 @@ +--- qt-gstreamer-1.2.0/codegen/generator.cpp ++++ qt-gstreamer-1.2.0/codegen/generator.cpp +@@ -54,7 +54,9 @@ + << "*/" << endl + << endl + << "#define INCLUDED_FROM_CODEGEN" << endl ++ << "#ifndef Q_MOC_RUN" << endl + << "#include " << endl ++ << "#endif" << endl + << endl + << "#define REGISTER_TYPE_IMPLEMENTATION(T, GTYPE) \\" << endl + << " namespace QGlib { \\" << endl +--- qt-gstreamer-1.2.0/src/QGlib/connect.cpp ++++ qt-gstreamer-1.2.0/src/QGlib/connect.cpp +@@ -20,10 +20,12 @@ + #include #include #include ++#ifndef Q_MOC_RUN #include -+#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 #include #include -+#endif #include ++#endif namespace QGlib { --- -2.1.3 - + namespace Private { +--- qt-gstreamer-1.2.0/src/QGlib/connect.h ++++ qt-gstreamer-1.2.0/src/QGlib/connect.h +@@ -25,8 +25,10 @@ + #include + #include + #include ++#ifndef Q_MOC_RUN + #include + #include ++#endif + + namespace QGlib { + +--- qt-gstreamer-1.2.0/src/QGlib/connectimpl.h ++++ qt-gstreamer-1.2.0/src/QGlib/connectimpl.h +@@ -26,7 +26,9 @@ + # include "refpointer.h" + # include + # include ++#ifndef Q_MOC_RUN + # include ++#endif + + + namespace QGlib { +@@ -203,9 +205,11 @@ + + # else //QGLIB_HAVE_CXX0X + ++#ifndef Q_MOC_RUN + # include + # include + # include ++#endif + + // include the second part of this file as many times as QGLIB_CONNECT_MAX_ARGS specifies + # define BOOST_PP_ITERATION_PARAMS_1 (3,(0, QGLIB_CONNECT_MAX_ARGS, "QGlib/connectimpl.h")) +--- qt-gstreamer-1.2.0/src/QGlib/emitimpl.h ++++ qt-gstreamer-1.2.0/src/QGlib/emitimpl.h +@@ -125,7 +125,9 @@ + + # else //QGLIB_HAVE_CXX0X + ++#ifndef Q_MOC_RUN + # include ++#endif + + // include the second part of this file as many times as QGLIB_SIGNAL_MAX_ARGS specifies + # define BOOST_PP_ITERATION_PARAMS_1 (3,(0, QGLIB_SIGNAL_MAX_ARGS, "QGlib/emitimpl.h")) +--- qt-gstreamer-1.2.0/src/QGlib/gen.cpp ++++ qt-gstreamer-1.2.0/src/QGlib/gen.cpp +@@ -19,7 +19,9 @@ + */ + + #define INCLUDED_FROM_CODEGEN ++#ifndef Q_MOC_RUN + #include ++#endif + + #define REGISTER_TYPE_IMPLEMENTATION(T, GTYPE) \ + namespace QGlib { \ +--- qt-gstreamer-1.2.0/src/QGlib/global.h ++++ qt-gstreamer-1.2.0/src/QGlib/global.h +@@ -23,7 +23,9 @@ + #endif + + #include ++#ifndef Q_MOC_RUN + #include ++#endif + + /* defined by cmake when building this library */ + #if defined(QtGLib_EXPORTS) || defined(Qt5GLib_EXPORTS) +@@ -84,7 +86,9 @@ + # define QGLIB_STATIC_ASSERT(expr, message) static_assert(expr, message) + # define QGLIB_HAVE_CXX0X_STATIC_ASSERT 1 + #else ++#ifndef Q_MOC_RUN + # include ++#endif + # define QGLIB_STATIC_ASSERT(expr, message) BOOST_STATIC_ASSERT(expr) + #endif + +--- qt-gstreamer-1.2.0/src/QGlib/refpointer.h ++++ qt-gstreamer-1.2.0/src/QGlib/refpointer.h +@@ -23,8 +23,10 @@ + #include "type.h" + #include "wrap.h" + #include ++#ifndef Q_MOC_RUN + #include + #include ++#endif + #include + + namespace QGlib { +--- qt-gstreamer-1.2.0/src/QGlib/type.h ++++ qt-gstreamer-1.2.0/src/QGlib/type.h +@@ -21,7 +21,9 @@ + + #include "global.h" + #include ++#ifndef Q_MOC_RUN + #include ++#endif + + /* + * This is a re-definition of GType inside the QGlib::Private namespace. +--- qt-gstreamer-1.2.0/src/QGlib/value.cpp ++++ qt-gstreamer-1.2.0/src/QGlib/value.cpp +@@ -19,7 +19,9 @@ + #include "value.h" + #include "string.h" + #include ++#ifndef Q_MOC_RUN + #include ++#endif + #include + #include + #include +--- qt-gstreamer-1.2.0/src/QGlib/value.h ++++ qt-gstreamer-1.2.0/src/QGlib/value.h +@@ -23,8 +23,10 @@ + #include "type.h" + #include "refpointer.h" + #include "error.h" ++#ifndef Q_MOC_RUN + #include + #include ++#endif + #include + #include + #include +--- qt-gstreamer-1.2.0/src/QGst/bin.h ++++ qt-gstreamer-1.2.0/src/QGst/bin.h +@@ -28,8 +28,10 @@ + #endif + + #if !QGLIB_HAVE_CXX0X ++#ifndef Q_MOC_RUN + # include + #endif ++#endif + + namespace QGst { + +--- qt-gstreamer-1.2.0/src/QGst/element.h ++++ qt-gstreamer-1.2.0/src/QGst/element.h +@@ -22,8 +22,10 @@ + #include "clocktime.h" + + #if !QGLIB_HAVE_CXX0X ++#ifndef Q_MOC_RUN + # include + #endif ++#endif + + namespace QGst { + +--- qt-gstreamer-1.2.0/src/QGst/gen.cpp ++++ qt-gstreamer-1.2.0/src/QGst/gen.cpp +@@ -19,7 +19,9 @@ + */ + + #define INCLUDED_FROM_CODEGEN ++#ifndef Q_MOC_RUN + #include ++#endif + + #define REGISTER_TYPE_IMPLEMENTATION(T, GTYPE) \ + namespace QGlib { \ diff --git a/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r1.ebuild b/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r1.ebuild index 14cff1919d6e..e61e19af7e7e 100644 --- a/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r1.ebuild +++ b/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -54,8 +54,8 @@ DEPEND=" " PATCHES=( - "${FILESDIR}/${P}-boost157.patch" "${FILESDIR}/${P}-gstreamer15.patch" + "${FILESDIR}/${P}-boost157.patch" ) # bug 497880 diff --git a/media-sound/mpg123/mpg123-1.22.4.ebuild b/media-sound/mpg123/mpg123-1.22.4.ebuild index 5eed923d0457..2721fab2f00f 100644 --- a/media-sound/mpg123/mpg123-1.22.4.ebuild +++ b/media-sound/mpg123/mpg123-1.22.4.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://www.mpg123.org/download/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="cpu_flags_x86_3dnow cpu_flags_x86_3dnowext alsa altivec coreaudio int-quality ipv6 jack cpu_flags_x86_mmx nas oss portaudio pulseaudio sdl cpu_flags_x86_sse" # No MULTILIB_USEDEP here since we only build libmpg123 for non native ABIs. diff --git a/media-sound/sound-juicer/Manifest b/media-sound/sound-juicer/Manifest index e2e36ca14230..5c6723a4effd 100644 --- a/media-sound/sound-juicer/Manifest +++ b/media-sound/sound-juicer/Manifest @@ -1 +1,2 @@ DIST sound-juicer-3.18.1.tar.xz 819428 SHA256 526d5a84d9b6b8f002f82f9d5678e3850c48e3b5692a499451fc5f36eef0de76 SHA512 00091ab962409c97afee7dec0c8a4135c33203a439584c33f958e883338df9d4bbc8022e9541fcf061ab09bb14844f3d2480deb703709a4d077f0f07788462f2 WHIRLPOOL 74cd69c719da6cfec62b04c80e4919d4366c324a518fddcdad45ea2d7bd82c6470c80cbba76b4f79069c9433f97271e9c9ce945c878cfb92556a22ea529228cd +DIST sound-juicer-3.18.2.tar.xz 821624 SHA256 fd51d09dc733a5fa68dfa4457094ab0daa36eb4a76b3fdb27e36d61f533eac30 SHA512 34fbdbe0214afe20cb6eb5a60e47c08f98194f85f52c32336b457fc723a1cd2cae17a88fab3ec9508fa30771f3ae7191d560b9f2a47b208d426debabdc3636e9 WHIRLPOOL 234ecc5515dab9104e766e5a980b7de3fa3577b837b1228ea7585e9d84021acc4b6212137be1e7549dbf390f772833e11761b09173c2832e90fda5ea988cf234 diff --git a/media-sound/sound-juicer/sound-juicer-3.18.2.ebuild b/media-sound/sound-juicer/sound-juicer-3.18.2.ebuild new file mode 100644 index 000000000000..97b93b9bcd34 --- /dev/null +++ b/media-sound/sound-juicer/sound-juicer-3.18.2.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="yes" + +inherit gnome2 + +DESCRIPTION="CD ripper for GNOME" +HOMEPAGE="https://wiki.gnome.org/Apps/SoundJuicer" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="flac test vorbis" + +COMMON_DEPEND=" + app-text/iso-codes + >=dev-libs/glib-2.38:2[dbus] + >=x11-libs/gtk+-3.4:3 + media-libs/libcanberra[gtk3] + >=app-cdr/brasero-2.90 + sys-apps/dbus + gnome-base/gsettings-desktop-schemas + + >=media-libs/libdiscid-0.3.0 + >=media-libs/musicbrainz-5.0.1:5 + + media-libs/gstreamer:1.0 + media-libs/gst-plugins-base:1.0[vorbis?] + flac? ( media-plugins/gst-plugins-flac:1.0 ) +" +RDEPEND="${COMMON_DEPEND} + gnome-base/gvfs[cdda,udev] + || ( + media-plugins/gst-plugins-cdparanoia:1.0 + media-plugins/gst-plugins-cdio:1.0 ) + media-plugins/gst-plugins-meta:1.0 +" +DEPEND="${COMMON_DEPEND} + dev-libs/appstream-glib + >=dev-util/intltool-0.50 + dev-util/itstool + virtual/pkgconfig + test? ( ~app-text/docbook-xml-dtd-4.3 ) +" +# eautoreconf needs gnome-common + +src_prepare() { + gnome2_src_prepare + + # FIXME: gst macros does not take GST_INSPECT override anymore but we need a + # way to disable inspection due to gst-clutter always creating a GL context + # which is forbidden in sandbox since it needs write access to + # /dev/card*/dri + sed -e "s|\(gstinspect=\).*|\1$(type -P true)|" \ + -i configure || die +} diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index 28ec090e87b9..6bea54212edf 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Sun, 03 Apr 2016 14:09:11 +0000 +Mon, 04 Apr 2016 05:08:54 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index 96b700adc0dc..6bea54212edf 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Sun, 03 Apr 2016 14:09:12 +0000 +Mon, 04 Apr 2016 05:08:54 +0000 diff --git a/metadata/md5-cache/app-admin/collectd-5.5.1-r2 b/metadata/md5-cache/app-admin/collectd-5.5.1-r2 deleted file mode 100644 index 22c88790196e..000000000000 --- a/metadata/md5-cache/app-admin/collectd-5.5.1-r2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=configure install postinst preinst prepare setup -DEPEND=dev-libs/libgcrypt:= dev-libs/libltdl:0= perl? ( dev-lang/perl:=[ithreads] ) udev? ( virtual/udev ) collectd_plugins_amqp? ( net-libs/rabbitmq-c ) collectd_plugins_apache? ( net-misc/curl ) collectd_plugins_ascent? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_bind? ( dev-libs/libxml2:= ) collectd_plugins_ceph? ( dev-libs/yajl ) collectd_plugins_curl? ( net-misc/curl ) collectd_plugins_curl_json? ( net-misc/curl dev-libs/yajl ) collectd_plugins_curl_xml? ( net-misc/curl dev-libs/libxml2:= ) collectd_plugins_dbi? ( dev-db/libdbi ) collectd_plugins_dns? ( net-libs/libpcap ) collectd_plugins_genericjmx? ( virtual/jre:= dev-java/java-config-wrapper ) collectd_plugins_gmond? ( sys-cluster/ganglia ) collectd_plugins_ipmi? ( >=sys-libs/openipmi-2.0.16-r1 ) collectd_plugins_iptables? ( >=net-firewall/iptables-1.4.13:= ) collectd_plugins_java? ( virtual/jre:= dev-java/java-config-wrapper ) collectd_plugins_log_logstash? ( dev-libs/yajl ) collectd_plugins_lvm? ( sys-fs/lvm2 ) collectd_plugins_memcachec? ( dev-libs/libmemcached ) collectd_plugins_modbus? ( dev-libs/libmodbus ) collectd_plugins_mysql? ( >=virtual/mysql-5.0 ) collectd_plugins_netlink? ( net-libs/libmnl ) collectd_plugins_nginx? ( net-misc/curl ) collectd_plugins_notify_desktop? ( x11-libs/libnotify ) collectd_plugins_notify_email? ( net-libs/libesmtp ) collectd_plugins_nut? ( >=sys-power/nut-2.7.2-r2 ) collectd_plugins_openldap? ( net-nds/openldap ) collectd_plugins_onewire? ( >=sys-fs/owfs-3.1 ) collectd_plugins_oracle? ( dev-db/oracle-instantclient-basic ) collectd_plugins_perl? ( dev-lang/perl:=[ithreads] ) collectd_plugins_ping? ( net-libs/liboping ) collectd_plugins_postgresql? ( dev-db/postgresql:= ) collectd_plugins_python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_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_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),python_single_target_python2_7(+)?,python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] ) collectd_plugins_redis? ( dev-libs/hiredis:= ) collectd_plugins_routeros? ( net-libs/librouteros ) collectd_plugins_rrdcached? ( net-analyzer/rrdtool ) collectd_plugins_rrdtool? ( net-analyzer/rrdtool ) collectd_plugins_sensors? ( sys-apps/lm_sensors ) collectd_plugins_sigrok? ( sci-libs/libsigrok ) collectd_plugins_smart? ( dev-libs/libatasmart ) collectd_plugins_snmp? ( net-analyzer/net-snmp ) collectd_plugins_tokyotyrant? ( net-misc/tokyotyrant ) collectd_plugins_varnish? ( www-servers/varnish ) collectd_plugins_virt? ( app-emulation/libvirt dev-libs/libxml2:= ) collectd_plugins_write_http? ( net-misc/curl ) collectd_plugins_write_kafka? ( >=dev-libs/librdkafka-0.9.0.99:= ) collectd_plugins_write_redis? ( dev-libs/hiredis:= ) collectd_plugins_write_riemann? ( dev-libs/protobuf-c ) kernel_FreeBSD? ( collectd_plugins_disk? ( sys-libs/libstatgrab:= ) collectd_plugins_interface? ( sys-libs/libstatgrab:= ) collectd_plugins_load? ( sys-libs/libstatgrab:= ) collectd_plugins_memory? ( sys-libs/libstatgrab:= ) collectd_plugins_swap? ( sys-libs/libstatgrab:= ) collectd_plugins_users? ( sys-libs/libstatgrab:= ) ) collectd_plugins_cgroups? ( sys-fs/xfsprogs ) collectd_plugins_df? ( sys-fs/xfsprogs ) collectd_plugins_genericjmx? ( >=virtual/jdk-1.6 ) collectd_plugins_iptables? ( <=sys-kernel/linux-headers-4.4 ) collectd_plugins_java? ( >=virtual/jdk-1.6 ) virtual/pkgconfig !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 filecaps? ( sys-libs/libcap ) java? ( >=dev-java/java-config-2.2.0 ) virtual/pkgconfig -DESCRIPTION=Collects system statistics and provides mechanisms to store the values -EAPI=6 -HOMEPAGE=http://collectd.org/ -IUSE=contrib debug java kernel_Darwin kernel_FreeBSD kernel_linux perl selinux static-libs udev collectd_plugins_amqp collectd_plugins_aggregation collectd_plugins_apache collectd_plugins_apcups collectd_plugins_ascent collectd_plugins_battery collectd_plugins_bind collectd_plugins_ceph collectd_plugins_cgroups collectd_plugins_conntrack collectd_plugins_contextswitch collectd_plugins_cpu collectd_plugins_cpufreq collectd_plugins_csv collectd_plugins_curl collectd_plugins_curl_json collectd_plugins_curl_xml collectd_plugins_dbi collectd_plugins_df collectd_plugins_disk collectd_plugins_dns collectd_plugins_drbd collectd_plugins_email collectd_plugins_entropy collectd_plugins_ethstat collectd_plugins_exec collectd_plugins_fhcount collectd_plugins_filecount collectd_plugins_fscache collectd_plugins_genericjmx collectd_plugins_gmond collectd_plugins_hddtemp collectd_plugins_interface collectd_plugins_ipc collectd_plugins_ipmi collectd_plugins_iptables collectd_plugins_ipvs collectd_plugins_irq collectd_plugins_java collectd_plugins_load collectd_plugins_logfile collectd_plugins_log_logstash collectd_plugins_lvm collectd_plugins_madwifi collectd_plugins_match_empty_counter collectd_plugins_match_hashed collectd_plugins_match_regex collectd_plugins_match_timediff collectd_plugins_match_value collectd_plugins_mbmon collectd_plugins_md collectd_plugins_memcachec collectd_plugins_memcached collectd_plugins_memory collectd_plugins_modbus collectd_plugins_multimeter collectd_plugins_mysql collectd_plugins_netlink collectd_plugins_network collectd_plugins_network collectd_plugins_nfs collectd_plugins_nginx collectd_plugins_notify_desktop collectd_plugins_notify_email collectd_plugins_ntpd collectd_plugins_numa collectd_plugins_nut collectd_plugins_olsrd collectd_plugins_onewire collectd_plugins_openldap collectd_plugins_openvpn collectd_plugins_oracle collectd_plugins_perl collectd_plugins_ping collectd_plugins_postgresql collectd_plugins_powerdns collectd_plugins_processes collectd_plugins_protocols collectd_plugins_python collectd_plugins_python collectd_plugins_redis collectd_plugins_routeros collectd_plugins_rrdcached collectd_plugins_rrdtool collectd_plugins_sensors collectd_plugins_serial collectd_plugins_sigrok collectd_plugins_smart collectd_plugins_snmp collectd_plugins_statsd collectd_plugins_swap collectd_plugins_syslog collectd_plugins_table collectd_plugins_tail collectd_plugins_tail_csv collectd_plugins_target_notification collectd_plugins_target_replace collectd_plugins_target_scale collectd_plugins_target_set collectd_plugins_tcpconns collectd_plugins_teamspeak2 collectd_plugins_ted collectd_plugins_thermal collectd_plugins_threshold collectd_plugins_tokyotyrant collectd_plugins_turbostat collectd_plugins_unixsock collectd_plugins_uptime collectd_plugins_users collectd_plugins_uuid collectd_plugins_varnish collectd_plugins_virt collectd_plugins_vmem collectd_plugins_vserver collectd_plugins_wireless collectd_plugins_write_graphite collectd_plugins_write_http collectd_plugins_write_kafka collectd_plugins_write_log collectd_plugins_write_redis collectd_plugins_write_riemann collectd_plugins_write_sensu collectd_plugins_write_tsdb collectd_plugins_zfs_arc collectd_plugins_zookeeper +filecaps elibc_FreeBSD java 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 -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=dev-libs/libgcrypt:= dev-libs/libltdl:0= perl? ( dev-lang/perl:=[ithreads] ) udev? ( virtual/udev ) collectd_plugins_amqp? ( net-libs/rabbitmq-c ) collectd_plugins_apache? ( net-misc/curl ) collectd_plugins_ascent? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_bind? ( dev-libs/libxml2:= ) collectd_plugins_ceph? ( dev-libs/yajl ) collectd_plugins_curl? ( net-misc/curl ) collectd_plugins_curl_json? ( net-misc/curl dev-libs/yajl ) collectd_plugins_curl_xml? ( net-misc/curl dev-libs/libxml2:= ) collectd_plugins_dbi? ( dev-db/libdbi ) collectd_plugins_dns? ( net-libs/libpcap ) collectd_plugins_genericjmx? ( virtual/jre:= dev-java/java-config-wrapper ) collectd_plugins_gmond? ( sys-cluster/ganglia ) collectd_plugins_ipmi? ( >=sys-libs/openipmi-2.0.16-r1 ) collectd_plugins_iptables? ( >=net-firewall/iptables-1.4.13:= ) collectd_plugins_java? ( virtual/jre:= dev-java/java-config-wrapper ) collectd_plugins_log_logstash? ( dev-libs/yajl ) collectd_plugins_lvm? ( sys-fs/lvm2 ) collectd_plugins_memcachec? ( dev-libs/libmemcached ) collectd_plugins_modbus? ( dev-libs/libmodbus ) collectd_plugins_mysql? ( >=virtual/mysql-5.0 ) collectd_plugins_netlink? ( net-libs/libmnl ) collectd_plugins_nginx? ( net-misc/curl ) collectd_plugins_notify_desktop? ( x11-libs/libnotify ) collectd_plugins_notify_email? ( net-libs/libesmtp ) collectd_plugins_nut? ( >=sys-power/nut-2.7.2-r2 ) collectd_plugins_openldap? ( net-nds/openldap ) collectd_plugins_onewire? ( >=sys-fs/owfs-3.1 ) collectd_plugins_oracle? ( dev-db/oracle-instantclient-basic ) collectd_plugins_perl? ( dev-lang/perl:=[ithreads] ) collectd_plugins_ping? ( net-libs/liboping ) collectd_plugins_postgresql? ( dev-db/postgresql:= ) collectd_plugins_python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_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_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),python_single_target_python2_7(+)?,python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] ) collectd_plugins_redis? ( dev-libs/hiredis:= ) collectd_plugins_routeros? ( net-libs/librouteros ) collectd_plugins_rrdcached? ( net-analyzer/rrdtool ) collectd_plugins_rrdtool? ( net-analyzer/rrdtool ) collectd_plugins_sensors? ( sys-apps/lm_sensors ) collectd_plugins_sigrok? ( sci-libs/libsigrok ) collectd_plugins_smart? ( dev-libs/libatasmart ) collectd_plugins_snmp? ( net-analyzer/net-snmp ) collectd_plugins_tokyotyrant? ( net-misc/tokyotyrant ) collectd_plugins_varnish? ( www-servers/varnish ) collectd_plugins_virt? ( app-emulation/libvirt dev-libs/libxml2:= ) collectd_plugins_write_http? ( net-misc/curl ) collectd_plugins_write_kafka? ( >=dev-libs/librdkafka-0.9.0.99:= ) collectd_plugins_write_redis? ( dev-libs/hiredis:= ) collectd_plugins_write_riemann? ( dev-libs/protobuf-c ) kernel_FreeBSD? ( collectd_plugins_disk? ( sys-libs/libstatgrab:= ) collectd_plugins_interface? ( sys-libs/libstatgrab:= ) collectd_plugins_load? ( sys-libs/libstatgrab:= ) collectd_plugins_memory? ( sys-libs/libstatgrab:= ) collectd_plugins_swap? ( sys-libs/libstatgrab:= ) collectd_plugins_users? ( sys-libs/libstatgrab:= ) ) collectd_plugins_syslog? ( virtual/logger ) selinux? ( sec-policy/selinux-collectd ) java? ( >=dev-java/java-config-2.2.0 ) -REQUIRED_USE=collectd_plugins_genericjmx? ( java ) collectd_plugins_java? ( java ) collectd_plugins_python? ( ^^ ( python_single_target_python2_7 python_single_target_python3_4 python_single_target_python3_5 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_4? ( python_targets_python3_4 ) python_single_target_python3_5? ( python_targets_python3_5 ) ) collectd_plugins_smart? ( udev ) -SLOT=0 -SRC_URI=http://collectd.org//files/collectd-5.5.1.tar.bz2 -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e fcaps 6a1091a98b1dde01cc26ab3252da1a9b java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 libtool 4890219c51da247200223277f993e054 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib 3972ca401cf7dbb430df9995f5d8d580 perl-functions 15aff0b9cba2282790142295ceb6be0c python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs d513d423d449877e49d99af3f7af7acb user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=f3719197ffec52b766aabe7ca16b2e50 diff --git a/metadata/md5-cache/app-admin/collectd-5.5.1-r3 b/metadata/md5-cache/app-admin/collectd-5.5.1-r3 new file mode 100644 index 000000000000..11f95b62cf07 --- /dev/null +++ b/metadata/md5-cache/app-admin/collectd-5.5.1-r3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=configure install postinst preinst prepare setup +DEPEND=dev-libs/libgcrypt:= dev-libs/libltdl:0= perl? ( dev-lang/perl:=[ithreads] ) udev? ( virtual/udev ) collectd_plugins_amqp? ( net-libs/rabbitmq-c ) collectd_plugins_apache? ( net-misc/curl ) collectd_plugins_ascent? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_bind? ( dev-libs/libxml2:= ) collectd_plugins_ceph? ( dev-libs/yajl ) collectd_plugins_curl? ( net-misc/curl ) collectd_plugins_curl_json? ( net-misc/curl dev-libs/yajl ) collectd_plugins_curl_xml? ( net-misc/curl dev-libs/libxml2:= ) collectd_plugins_dbi? ( dev-db/libdbi ) collectd_plugins_dns? ( net-libs/libpcap ) collectd_plugins_gmond? ( sys-cluster/ganglia ) collectd_plugins_ipmi? ( >=sys-libs/openipmi-2.0.16-r1 ) collectd_plugins_iptables? ( >=net-firewall/iptables-1.4.13:= ) collectd_plugins_log_logstash? ( dev-libs/yajl ) collectd_plugins_lvm? ( sys-fs/lvm2 ) collectd_plugins_memcachec? ( dev-libs/libmemcached ) collectd_plugins_modbus? ( dev-libs/libmodbus ) collectd_plugins_mysql? ( >=virtual/mysql-5.0 ) collectd_plugins_netlink? ( net-libs/libmnl ) collectd_plugins_nginx? ( net-misc/curl ) collectd_plugins_notify_desktop? ( x11-libs/libnotify ) collectd_plugins_notify_email? ( net-libs/libesmtp ) collectd_plugins_nut? ( >=sys-power/nut-2.7.2-r2 ) collectd_plugins_openldap? ( net-nds/openldap ) collectd_plugins_onewire? ( >=sys-fs/owfs-3.1 ) collectd_plugins_oracle? ( dev-db/oracle-instantclient-basic ) collectd_plugins_perl? ( dev-lang/perl:=[ithreads] ) collectd_plugins_ping? ( net-libs/liboping ) collectd_plugins_postgresql? ( dev-db/postgresql:= ) collectd_plugins_python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_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_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),python_single_target_python2_7(+)?,python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] ) collectd_plugins_redis? ( dev-libs/hiredis:= ) collectd_plugins_routeros? ( net-libs/librouteros ) collectd_plugins_rrdcached? ( net-analyzer/rrdtool ) collectd_plugins_rrdtool? ( net-analyzer/rrdtool ) collectd_plugins_sensors? ( sys-apps/lm_sensors ) collectd_plugins_sigrok? ( sci-libs/libsigrok ) collectd_plugins_smart? ( dev-libs/libatasmart ) collectd_plugins_snmp? ( net-analyzer/net-snmp ) collectd_plugins_tokyotyrant? ( net-misc/tokyotyrant ) collectd_plugins_varnish? ( www-servers/varnish ) collectd_plugins_virt? ( app-emulation/libvirt dev-libs/libxml2:= ) collectd_plugins_write_http? ( net-misc/curl ) collectd_plugins_write_kafka? ( >=dev-libs/librdkafka-0.9.0.99:= ) collectd_plugins_write_redis? ( dev-libs/hiredis:= ) collectd_plugins_write_riemann? ( dev-libs/protobuf-c ) kernel_FreeBSD? ( collectd_plugins_disk? ( sys-libs/libstatgrab:= ) collectd_plugins_interface? ( sys-libs/libstatgrab:= ) collectd_plugins_load? ( sys-libs/libstatgrab:= ) collectd_plugins_memory? ( sys-libs/libstatgrab:= ) collectd_plugins_swap? ( sys-libs/libstatgrab:= ) collectd_plugins_users? ( sys-libs/libstatgrab:= ) ) collectd_plugins_cgroups? ( sys-fs/xfsprogs ) collectd_plugins_df? ( sys-fs/xfsprogs ) collectd_plugins_genericjmx? ( >=virtual/jdk-1.6 ) collectd_plugins_iptables? ( <=sys-kernel/linux-headers-4.4 ) collectd_plugins_java? ( >=virtual/jdk-1.6 ) virtual/pkgconfig !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 filecaps? ( sys-libs/libcap ) java? ( >=dev-java/java-config-2.2.0 ) virtual/pkgconfig +DESCRIPTION=Collects system statistics and provides mechanisms to store the values +EAPI=6 +HOMEPAGE=http://collectd.org/ +IUSE=contrib debug java kernel_Darwin kernel_FreeBSD kernel_linux perl selinux static-libs udev collectd_plugins_amqp collectd_plugins_aggregation collectd_plugins_apache collectd_plugins_apcups collectd_plugins_ascent collectd_plugins_battery collectd_plugins_bind collectd_plugins_ceph collectd_plugins_cgroups collectd_plugins_conntrack collectd_plugins_contextswitch collectd_plugins_cpu collectd_plugins_cpufreq collectd_plugins_csv collectd_plugins_curl collectd_plugins_curl_json collectd_plugins_curl_xml collectd_plugins_dbi collectd_plugins_df collectd_plugins_disk collectd_plugins_dns collectd_plugins_drbd collectd_plugins_email collectd_plugins_entropy collectd_plugins_ethstat collectd_plugins_exec collectd_plugins_fhcount collectd_plugins_filecount collectd_plugins_fscache collectd_plugins_genericjmx collectd_plugins_gmond collectd_plugins_hddtemp collectd_plugins_interface collectd_plugins_ipc collectd_plugins_ipmi collectd_plugins_iptables collectd_plugins_ipvs collectd_plugins_irq collectd_plugins_java collectd_plugins_load collectd_plugins_logfile collectd_plugins_log_logstash collectd_plugins_lvm collectd_plugins_madwifi collectd_plugins_match_empty_counter collectd_plugins_match_hashed collectd_plugins_match_regex collectd_plugins_match_timediff collectd_plugins_match_value collectd_plugins_mbmon collectd_plugins_md collectd_plugins_memcachec collectd_plugins_memcached collectd_plugins_memory collectd_plugins_modbus collectd_plugins_multimeter collectd_plugins_mysql collectd_plugins_netlink collectd_plugins_network collectd_plugins_network collectd_plugins_nfs collectd_plugins_nginx collectd_plugins_notify_desktop collectd_plugins_notify_email collectd_plugins_ntpd collectd_plugins_numa collectd_plugins_nut collectd_plugins_olsrd collectd_plugins_onewire collectd_plugins_openldap collectd_plugins_openvpn collectd_plugins_oracle collectd_plugins_perl collectd_plugins_ping collectd_plugins_postgresql collectd_plugins_powerdns collectd_plugins_processes collectd_plugins_protocols collectd_plugins_python collectd_plugins_python collectd_plugins_redis collectd_plugins_routeros collectd_plugins_rrdcached collectd_plugins_rrdtool collectd_plugins_sensors collectd_plugins_serial collectd_plugins_sigrok collectd_plugins_smart collectd_plugins_snmp collectd_plugins_statsd collectd_plugins_swap collectd_plugins_syslog collectd_plugins_table collectd_plugins_tail collectd_plugins_tail_csv collectd_plugins_target_notification collectd_plugins_target_replace collectd_plugins_target_scale collectd_plugins_target_set collectd_plugins_tcpconns collectd_plugins_teamspeak2 collectd_plugins_ted collectd_plugins_thermal collectd_plugins_threshold collectd_plugins_tokyotyrant collectd_plugins_turbostat collectd_plugins_unixsock collectd_plugins_uptime collectd_plugins_users collectd_plugins_uuid collectd_plugins_varnish collectd_plugins_virt collectd_plugins_vmem collectd_plugins_vserver collectd_plugins_wireless collectd_plugins_write_graphite collectd_plugins_write_http collectd_plugins_write_kafka collectd_plugins_write_log collectd_plugins_write_redis collectd_plugins_write_riemann collectd_plugins_write_sensu collectd_plugins_write_tsdb collectd_plugins_zfs_arc collectd_plugins_zookeeper +filecaps elibc_FreeBSD java 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 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=dev-libs/libgcrypt:= dev-libs/libltdl:0= perl? ( dev-lang/perl:=[ithreads] ) udev? ( virtual/udev ) collectd_plugins_amqp? ( net-libs/rabbitmq-c ) collectd_plugins_apache? ( net-misc/curl ) collectd_plugins_ascent? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_bind? ( dev-libs/libxml2:= ) collectd_plugins_ceph? ( dev-libs/yajl ) collectd_plugins_curl? ( net-misc/curl ) collectd_plugins_curl_json? ( net-misc/curl dev-libs/yajl ) collectd_plugins_curl_xml? ( net-misc/curl dev-libs/libxml2:= ) collectd_plugins_dbi? ( dev-db/libdbi ) collectd_plugins_dns? ( net-libs/libpcap ) collectd_plugins_gmond? ( sys-cluster/ganglia ) collectd_plugins_ipmi? ( >=sys-libs/openipmi-2.0.16-r1 ) collectd_plugins_iptables? ( >=net-firewall/iptables-1.4.13:= ) collectd_plugins_log_logstash? ( dev-libs/yajl ) collectd_plugins_lvm? ( sys-fs/lvm2 ) collectd_plugins_memcachec? ( dev-libs/libmemcached ) collectd_plugins_modbus? ( dev-libs/libmodbus ) collectd_plugins_mysql? ( >=virtual/mysql-5.0 ) collectd_plugins_netlink? ( net-libs/libmnl ) collectd_plugins_nginx? ( net-misc/curl ) collectd_plugins_notify_desktop? ( x11-libs/libnotify ) collectd_plugins_notify_email? ( net-libs/libesmtp ) collectd_plugins_nut? ( >=sys-power/nut-2.7.2-r2 ) collectd_plugins_openldap? ( net-nds/openldap ) collectd_plugins_onewire? ( >=sys-fs/owfs-3.1 ) collectd_plugins_oracle? ( dev-db/oracle-instantclient-basic ) collectd_plugins_perl? ( dev-lang/perl:=[ithreads] ) collectd_plugins_ping? ( net-libs/liboping ) collectd_plugins_postgresql? ( dev-db/postgresql:= ) collectd_plugins_python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_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_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),python_single_target_python2_7(+)?,python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] ) collectd_plugins_redis? ( dev-libs/hiredis:= ) collectd_plugins_routeros? ( net-libs/librouteros ) collectd_plugins_rrdcached? ( net-analyzer/rrdtool ) collectd_plugins_rrdtool? ( net-analyzer/rrdtool ) collectd_plugins_sensors? ( sys-apps/lm_sensors ) collectd_plugins_sigrok? ( sci-libs/libsigrok ) collectd_plugins_smart? ( dev-libs/libatasmart ) collectd_plugins_snmp? ( net-analyzer/net-snmp ) collectd_plugins_tokyotyrant? ( net-misc/tokyotyrant ) collectd_plugins_varnish? ( www-servers/varnish ) collectd_plugins_virt? ( app-emulation/libvirt dev-libs/libxml2:= ) collectd_plugins_write_http? ( net-misc/curl ) collectd_plugins_write_kafka? ( >=dev-libs/librdkafka-0.9.0.99:= ) collectd_plugins_write_redis? ( dev-libs/hiredis:= ) collectd_plugins_write_riemann? ( dev-libs/protobuf-c ) kernel_FreeBSD? ( collectd_plugins_disk? ( sys-libs/libstatgrab:= ) collectd_plugins_interface? ( sys-libs/libstatgrab:= ) collectd_plugins_load? ( sys-libs/libstatgrab:= ) collectd_plugins_memory? ( sys-libs/libstatgrab:= ) collectd_plugins_swap? ( sys-libs/libstatgrab:= ) collectd_plugins_users? ( sys-libs/libstatgrab:= ) ) collectd_plugins_genericjmx? ( >=virtual/jre-1.6 ) collectd_plugins_java? ( >=virtual/jre-1.6 ) collectd_plugins_syslog? ( virtual/logger ) selinux? ( sec-policy/selinux-collectd ) java? ( >=dev-java/java-config-2.2.0 ) +REQUIRED_USE=collectd_plugins_genericjmx? ( java ) collectd_plugins_java? ( java ) collectd_plugins_python? ( ^^ ( python_single_target_python2_7 python_single_target_python3_4 python_single_target_python3_5 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_4? ( python_targets_python3_4 ) python_single_target_python3_5? ( python_targets_python3_5 ) ) collectd_plugins_smart? ( udev ) +SLOT=0 +SRC_URI=http://collectd.org//files/collectd-5.5.1.tar.bz2 +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e fcaps 6a1091a98b1dde01cc26ab3252da1a9b java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 libtool 4890219c51da247200223277f993e054 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib 3972ca401cf7dbb430df9995f5d8d580 perl-functions 15aff0b9cba2282790142295ceb6be0c python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs d513d423d449877e49d99af3f7af7acb user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=52cc113191baeeacc69043ff3e4859a4 diff --git a/metadata/md5-cache/app-admin/supervisor-3.2.3 b/metadata/md5-cache/app-admin/supervisor-3.2.3 new file mode 100644 index 000000000000..fd4b35c6527d --- /dev/null +++ b/metadata/md5-cache/app-admin/supervisor-3.2.3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/meld3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] test? ( dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) doc? ( dev-python/sphinx[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +DESCRIPTION=A system for controlling process state under UNIX +EAPI=5 +HOMEPAGE=http://supervisord.org/ https://pypi.python.org/pypi/supervisor +IUSE=doc test python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=repoze ZPL BSD HPND GPL-2 +RDEPEND=dev-python/meld3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[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=mirror://pypi/s/supervisor/supervisor-3.2.3.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb +_md5_=ccc92f8dc778b534f1c32a988d74c6d1 diff --git a/metadata/md5-cache/app-admin/vault-0.5.2 b/metadata/md5-cache/app-admin/vault-0.5.2 new file mode 100644 index 000000000000..df8a24292032 --- /dev/null +++ b/metadata/md5-cache/app-admin/vault-0.5.2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install postinst setup unpack +DEPEND=filecaps? ( sys-libs/libcap ) >=dev-lang/go-1.4.2:= virtual/pkgconfig +DESCRIPTION=A tool for managing secrets +EAPI=5 +HOMEPAGE=https://vaultproject.io/ +IUSE=+filecaps +KEYWORDS=~amd64 +LICENSE=MPL-2.0 +RESTRICT=test +SLOT=0 +SRC_URI=https://github.com/hashicorp/vault/archive/v0.5.2.tar.gz -> vault-0.5.2.tar.gz +_eclasses_=fcaps 6a1091a98b1dde01cc26ab3252da1a9b golang-base 1f6a08c05da2d91150032ff45db6a2c5 golang-vcs-snapshot 1caa6d8238d2378ad688ae068ff22e5a multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs d513d423d449877e49d99af3f7af7acb user 906f3c8eb3a2350a4f1191a89baa3e46 +_md5_=9bfe75ec137f6012419d7129136fab4f diff --git a/metadata/md5-cache/app-arch/unzip-6.0_p20 b/metadata/md5-cache/app-arch/unzip-6.0_p20 index c62d908ac5e5..081c7c1714d5 100644 --- a/metadata/md5-cache/app-arch/unzip-6.0_p20 +++ b/metadata/md5-cache/app-arch/unzip-6.0_p20 @@ -4,10 +4,10 @@ DESCRIPTION=unzipper for pkzip-compressed files EAPI=5 HOMEPAGE=http://www.info-zip.org/ IUSE=bzip2 natspec unicode -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux +KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux LICENSE=Info-ZIP RDEPEND=bzip2? ( app-arch/bzip2 ) natspec? ( dev-libs/libnatspec ) SLOT=0 SRC_URI=mirror://sourceforge/infozip/unzip60.tar.gz mirror://debian/pool/main/u/unzip/unzip_6.0-20.debian.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=f83d70abeb8c77ef9158318c7e0786e2 +_md5_=266f059914240dd0c67847e07d88a4f0 diff --git a/metadata/md5-cache/app-backup/kfoldersync-3.1.3 b/metadata/md5-cache/app-backup/kfoldersync-3.1.4 similarity index 94% rename from metadata/md5-cache/app-backup/kfoldersync-3.1.3 rename to metadata/md5-cache/app-backup/kfoldersync-3.1.4 index c6f302750ec5..2d496bdad6f0 100644 --- a/metadata/md5-cache/app-backup/kfoldersync-3.1.3 +++ b/metadata/md5-cache/app-backup/kfoldersync-3.1.4 @@ -4,10 +4,10 @@ DESCRIPTION=Folder synchronization and backup tool for KDE EAPI=6 HOMEPAGE=http://kde-apps.org/content/show.php/KFolderSync?content=164092 IUSE=debug -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2+ RDEPEND=>=kde-frameworks/kconfig-5.18.0:5 >=kde-frameworks/kconfigwidgets-5.18.0:5 >=kde-frameworks/kcoreaddons-5.18.0:5 >=kde-frameworks/kdbusaddons-5.18.0:5 >=kde-frameworks/ki18n-5.18.0:5 >=kde-frameworks/kio-5.18.0:5 >=kde-frameworks/kitemviews-5.18.0:5 >=kde-frameworks/kwidgetsaddons-5.18.0:5 >=kde-frameworks/kwindowsystem-5.18.0:5 >=kde-frameworks/kxmlgui-5.18.0:5 >=dev-qt/qtconcurrent-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.5.1:5 SLOT=5 -SRC_URI=http://kde-apps.org/CONTENT/content-files/164092-kfoldersync-3.1.3.tar.xz -> kfoldersync-3.1.3.tar.xz +SRC_URI=http://kde-apps.org/CONTENT/content-files/164092-kfoldersync-3.1.4.tar.xz -> kfoldersync-3.1.4.tar.xz _eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 3fea92522c55e77439360caf8eb91554 kde5-functions 324130c9b06b57d5e15a6fb1c713d305 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=a1556cf05d94ba6124295663b99f4af7 +_md5_=e5314109ee6f3649eed3e2b295748a60 diff --git a/metadata/md5-cache/app-backup/spideroak-bin-6.1.3 b/metadata/md5-cache/app-backup/spideroak-bin-6.1.3 new file mode 100644 index 000000000000..6dbe6238fe8f --- /dev/null +++ b/metadata/md5-cache/app-backup/spideroak-bin-6.1.3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=install postinst prepare unpack +DEPEND=dev-util/patchelf +DESCRIPTION=Secure free online backup, storage, access and sharing system +EAPI=5 +HOMEPAGE=https://spideroak.com +IUSE=dbus X +KEYWORDS=~amd64 ~x86 +LICENSE=spideroak +RDEPEND=app-crypt/mit-krb5[keyutils] dbus? ( sys-apps/dbus ) X? ( media-libs/fontconfig media-libs/freetype:2 dev-libs/glib:2 x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXmu x11-libs/libXrender x11-libs/libXt ) +RESTRICT=mirror strip +SLOT=0 +SRC_URI=x86? ( https://spideroak.com/getbuild?platform=ubuntu&arch=i386&version=6.1.3 -> spideroak-bin-6.1.3_x86.deb ) amd64? ( https://spideroak.com/getbuild?platform=ubuntu&arch=x86_64&version=6.1.3 -> spideroak-bin-6.1.3_amd64.deb ) +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs d513d423d449877e49d99af3f7af7acb unpacker 45d07319df5f40ee6af58418b0f930be +_md5_=60b6807977290c355b388f7c31c574cb diff --git a/metadata/md5-cache/app-emulation/docker-compose-1.5.1 b/metadata/md5-cache/app-emulation/docker-compose-1.5.1 deleted file mode 100644 index b7308bbe6652..000000000000 --- a/metadata/md5-cache/app-emulation/docker-compose-1.5.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=test? ( dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/dockerpty-0.3.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/docker-py-1.5.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/docopt-0.6.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/jsonschema-2.5.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/pyyaml-3.10[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/requests-2.6.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/six-1.3.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/texttable-0.8.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/websocket-client-0.32.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/enum34-1.0.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) 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 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -DESCRIPTION=Multi-container orchestration for Docker -EAPI=5 -HOMEPAGE=https://www.docker.com/ -IUSE=test python_targets_python2_7 -KEYWORDS=~amd64 -LICENSE=Apache-2.0 -RDEPEND=dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/dockerpty-0.3.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/docker-py-1.5.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/docopt-0.6.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/jsonschema-2.5.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/pyyaml-3.10[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/requests-2.6.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/six-1.3.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/texttable-0.8.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/websocket-client-0.32.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/enum34-1.0.4[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/d/docker-compose/docker-compose-1.5.1.tar.gz -_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=af6232e9d4c2b386923a819fd0c98a8d diff --git a/metadata/md5-cache/app-emulation/docker-compose-1.7.0_rc1 b/metadata/md5-cache/app-emulation/docker-compose-1.7.0_rc1 new file mode 100644 index 000000000000..9be65e2a9fb0 --- /dev/null +++ b/metadata/md5-cache/app-emulation/docker-compose-1.7.0_rc1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=test? ( dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/cached-property-1.2.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/dockerpty-0.4.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/docker-py-1.7.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/docopt-0.6.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/jsonschema-2.5.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/pyyaml-3.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/requests-2.6.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/six-1.3.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/texttable-0.8.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/websocket-client-0.32.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/enum34-1.0.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) 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 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] +DESCRIPTION=Multi-container orchestration for Docker +EAPI=5 +HOMEPAGE=https://www.docker.com/ +IUSE=test python_targets_python2_7 python_targets_python3_4 +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RDEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/cached-property-1.2.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/dockerpty-0.4.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/docker-py-1.7.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/docopt-0.6.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/jsonschema-2.5.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/pyyaml-3.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/requests-2.6.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/six-1.3.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/texttable-0.8.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/websocket-client-0.32.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/enum34-1.0.4[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 ) >=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=mirror://pypi/d/docker-compose/docker-compose-1.7.0rc1.tar.gz -> docker-compose-1.7.0_rc1.tar.gz +_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb vcs-snapshot b45be87e7012be0af8424e8a5644da1d +_md5_=9189a784e341c4d3ce3599e2b8191f8a diff --git a/metadata/md5-cache/dev-db/postgresql-9.1.21 b/metadata/md5-cache/dev-db/postgresql-9.1.21 index 8e7be2894006..18fd0788e132 100644 --- a/metadata/md5-cache/dev-db/postgresql-9.1.21 +++ b/metadata/md5-cache/dev-db/postgresql-9.1.21 @@ -4,11 +4,11 @@ DESCRIPTION=PostgreSQL RDBMS EAPI=5 HOMEPAGE=http://www.postgresql.org/ IUSE=doc kerberos kernel_linux ldap libressl nls pam perl -pg_legacytimestamp python +readline selinux +server ssl static-libs tcl threads uuid xml zlib linguas_af linguas_cs linguas_de linguas_en linguas_es linguas_fa linguas_fr linguas_hr linguas_hu linguas_it linguas_ko linguas_nb linguas_pl linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sv linguas_tr linguas_zh_CN linguas_zh_TW python_targets_python2_7 python_targets_python3_4 python_single_target_python2_7 python_single_target_python3_4 -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris LICENSE=POSTGRESQL GPL-2 RDEPEND=>=app-eselect/eselect-postgresql-1.2.0 sys-apps/less virtual/libintl kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) pam? ( virtual/pam ) perl? ( >=dev-lang/perl-5.8 ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)?,python_single_target_python3_4(+)?] ) readline? ( sys-libs/readline:0= ) ssl? ( !libressl? ( >=dev-libs/openssl-0.9.6-r1:0= ) libressl? ( dev-libs/libressl:= ) ) tcl? ( >=dev-lang/tcl-8:0= ) uuid? ( dev-libs/ossp-uuid ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) zlib? ( sys-libs/zlib ) !dev-db/postgresql-docs:9.1 !dev-db/postgresql-base:9.1 !dev-db/postgresql-server:9.1 selinux? ( sec-policy/selinux-postgresql ) RESTRICT=test SLOT=9.1 SRC_URI=mirror://postgresql/source/v9.1.21/postgresql-9.1.21.tar.bz2 _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib 3972ca401cf7dbb430df9995f5d8d580 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 prefix e7f2b9c6e57342e5d25eac22fce23062 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs d513d423d449877e49d99af3f7af7acb user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=e7570c226530d4b2d1a3660ea5c6c266 +_md5_=99a2576b4e61004e54297414016e313a diff --git a/metadata/md5-cache/dev-db/postgresql-9.2.16 b/metadata/md5-cache/dev-db/postgresql-9.2.16 index 3d1c358e9b6c..86c95dee8277 100644 --- a/metadata/md5-cache/dev-db/postgresql-9.2.16 +++ b/metadata/md5-cache/dev-db/postgresql-9.2.16 @@ -4,10 +4,10 @@ DESCRIPTION=PostgreSQL RDBMS EAPI=5 HOMEPAGE=http://www.postgresql.org/ IUSE=doc kerberos kernel_linux ldap libressl nls pam perl -pg_legacytimestamp python +readline selinux +server ssl static-libs tcl threads uuid xml zlib linguas_af linguas_cs linguas_de linguas_en linguas_es linguas_fa linguas_fr linguas_hr linguas_hu linguas_it linguas_ko linguas_nb linguas_pl linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sv linguas_tr linguas_zh_CN linguas_zh_TW python_targets_python2_7 python_targets_python3_4 python_single_target_python2_7 python_single_target_python3_4 -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris LICENSE=POSTGRESQL GPL-2 RDEPEND=>=app-eselect/eselect-postgresql-1.2.0 sys-apps/less virtual/libintl kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) pam? ( virtual/pam ) perl? ( >=dev-lang/perl-5.8 ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)?,python_single_target_python3_4(+)?] ) readline? ( sys-libs/readline:0= ) ssl? ( !libressl? ( >=dev-libs/openssl-0.9.6-r1:0= ) libressl? ( dev-libs/libressl:= ) ) tcl? ( >=dev-lang/tcl-8:0= ) uuid? ( dev-libs/ossp-uuid ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) zlib? ( sys-libs/zlib ) !dev-db/postgresql-docs:9.2 !dev-db/postgresql-base:9.2 !dev-db/postgresql-server:9.2 selinux? ( sec-policy/selinux-postgresql ) SLOT=9.2 SRC_URI=mirror://postgresql/source/v9.2.16/postgresql-9.2.16.tar.bz2 _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib 3972ca401cf7dbb430df9995f5d8d580 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 prefix e7f2b9c6e57342e5d25eac22fce23062 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs d513d423d449877e49d99af3f7af7acb user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=0c951ff6f7c1e9848cebccb9264c60e7 +_md5_=ae68769b52af1d28c09591d628ff243f diff --git a/metadata/md5-cache/dev-db/postgresql-9.3.12 b/metadata/md5-cache/dev-db/postgresql-9.3.12 index 3819fcea4042..9668455f2d47 100644 --- a/metadata/md5-cache/dev-db/postgresql-9.3.12 +++ b/metadata/md5-cache/dev-db/postgresql-9.3.12 @@ -4,10 +4,10 @@ DESCRIPTION=PostgreSQL RDBMS EAPI=5 HOMEPAGE=http://www.postgresql.org/ IUSE=doc kerberos kernel_linux ldap libressl nls pam perl -pg_legacytimestamp python +readline selinux +server ssl static-libs tcl threads uuid xml zlib linguas_af linguas_cs linguas_de linguas_en linguas_es linguas_fa linguas_fr linguas_hr linguas_hu linguas_it linguas_ko linguas_nb linguas_pl linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sv linguas_tr linguas_zh_CN linguas_zh_TW python_targets_python2_7 python_targets_python3_4 python_single_target_python2_7 python_single_target_python3_4 -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris LICENSE=POSTGRESQL GPL-2 RDEPEND=>=app-eselect/eselect-postgresql-1.2.0 sys-apps/less virtual/libintl kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) pam? ( virtual/pam ) perl? ( >=dev-lang/perl-5.8 ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)?,python_single_target_python3_4(+)?] ) readline? ( sys-libs/readline:0= ) ssl? ( !libressl? ( >=dev-libs/openssl-0.9.6-r1:0= ) libressl? ( dev-libs/libressl:= ) ) tcl? ( >=dev-lang/tcl-8:0= ) uuid? ( dev-libs/ossp-uuid ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) zlib? ( sys-libs/zlib ) !dev-db/postgresql-docs:9.3 !dev-db/postgresql-base:9.3 !dev-db/postgresql-server:9.3 selinux? ( sec-policy/selinux-postgresql ) SLOT=9.3 SRC_URI=mirror://postgresql/source/v9.3.12/postgresql-9.3.12.tar.bz2 _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib 3972ca401cf7dbb430df9995f5d8d580 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 prefix e7f2b9c6e57342e5d25eac22fce23062 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs d513d423d449877e49d99af3f7af7acb user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=53292c295c3270df291745aad3c54673 +_md5_=a8f0c9e08701dda8d8f936315e3e8e9b diff --git a/metadata/md5-cache/dev-db/postgresql-9.4.7 b/metadata/md5-cache/dev-db/postgresql-9.4.7 index d4db3f2808df..65a844206a44 100644 --- a/metadata/md5-cache/dev-db/postgresql-9.4.7 +++ b/metadata/md5-cache/dev-db/postgresql-9.4.7 @@ -4,10 +4,10 @@ DESCRIPTION=PostgreSQL RDBMS EAPI=5 HOMEPAGE=http://www.postgresql.org/ IUSE=doc kerberos kernel_linux ldap libressl nls pam perl -pg_legacytimestamp python +readline selinux +server ssl static-libs tcl threads uuid xml zlib linguas_af linguas_cs linguas_de linguas_en linguas_es linguas_fa linguas_fr linguas_hr linguas_hu linguas_it linguas_ko linguas_nb linguas_pl linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sv linguas_tr linguas_zh_CN linguas_zh_TW elibc_glibc elibc_uclibc elibc_musl elibc_FreeBSD elibc_NetBSD elibc_OpenBSD python_targets_python2_7 python_targets_python3_4 python_single_target_python2_7 python_single_target_python3_4 -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris LICENSE=POSTGRESQL GPL-2 RDEPEND=>=app-eselect/eselect-postgresql-1.2.0 sys-apps/less virtual/libintl kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) pam? ( virtual/pam ) perl? ( >=dev-lang/perl-5.8 ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)?,python_single_target_python3_4(+)?] ) readline? ( sys-libs/readline:0= ) ssl? ( !libressl? ( >=dev-libs/openssl-0.9.6-r1:0= ) libressl? ( dev-libs/libressl:= ) ) tcl? ( >=dev-lang/tcl-8:0= ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) zlib? ( sys-libs/zlib ) uuid? ( elibc_glibc? ( sys-apps/util-linux ) elibc_uclibc? ( sys-apps/util-linux ) elibc_musl? ( sys-apps/util-linux ) !elibc_glibc? ( !elibc_uclibc? ( !elibc_musl? ( !elibc_FreeBSD? ( !elibc_NetBSD? ( !elibc_OpenBSD? ( dev-libs/ossp-uuid ) ) ) ) ) ) ) !dev-db/postgresql-docs:9.4 !dev-db/postgresql-base:9.4 !dev-db/postgresql-server:9.4 selinux? ( sec-policy/selinux-postgresql ) SLOT=9.4 SRC_URI=mirror://postgresql/source/v9.4.7/postgresql-9.4.7.tar.bz2 _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib 3972ca401cf7dbb430df9995f5d8d580 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 prefix e7f2b9c6e57342e5d25eac22fce23062 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs d513d423d449877e49d99af3f7af7acb user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=4a65532b6e80a007138119545e4043ca +_md5_=d145706daa724b77460a11de3453dd33 diff --git a/metadata/md5-cache/dev-db/postgresql-9.5.2 b/metadata/md5-cache/dev-db/postgresql-9.5.2 index 015b37d844b8..0caa3998fdaa 100644 --- a/metadata/md5-cache/dev-db/postgresql-9.5.2 +++ b/metadata/md5-cache/dev-db/postgresql-9.5.2 @@ -4,10 +4,10 @@ DESCRIPTION=PostgreSQL RDBMS EAPI=5 HOMEPAGE=http://www.postgresql.org/ IUSE=doc kerberos kernel_linux ldap libressl nls pam perl -pg_legacytimestamp python +readline selinux +server ssl static-libs tcl threads uuid xml zlib linguas_af linguas_cs linguas_de linguas_en linguas_es linguas_fa linguas_fr linguas_hr linguas_hu linguas_it linguas_ko linguas_nb linguas_pl linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sv linguas_tr linguas_zh_CN linguas_zh_TW elibc_glibc elibc_uclibc elibc_musl elibc_FreeBSD elibc_NetBSD elibc_OpenBSD 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 -KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris +KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris LICENSE=POSTGRESQL GPL-2 RDEPEND=>=app-eselect/eselect-postgresql-1.2.0 sys-apps/less virtual/libintl kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) pam? ( virtual/pam ) perl? ( >=dev-lang/perl-5.8 ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_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_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),python_single_target_python2_7(+)?,python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] ) readline? ( sys-libs/readline:0= ) ssl? ( !libressl? ( >=dev-libs/openssl-0.9.6-r1:0= ) libressl? ( dev-libs/libressl:= ) ) tcl? ( >=dev-lang/tcl-8:0= ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) zlib? ( sys-libs/zlib ) uuid? ( elibc_glibc? ( sys-apps/util-linux ) elibc_uclibc? ( sys-apps/util-linux ) elibc_musl? ( sys-apps/util-linux ) !elibc_glibc? ( !elibc_uclibc? ( !elibc_musl? ( !elibc_FreeBSD? ( !elibc_NetBSD? ( !elibc_OpenBSD? ( dev-libs/ossp-uuid ) ) ) ) ) ) ) !dev-db/postgresql-docs:9.5 !dev-db/postgresql-base:9.5 !dev-db/postgresql-server:9.5 selinux? ( sec-policy/selinux-postgresql ) SLOT=9.5 SRC_URI=mirror://postgresql/source/v9.5.2/postgresql-9.5.2.tar.bz2 _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib 3972ca401cf7dbb430df9995f5d8d580 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 prefix e7f2b9c6e57342e5d25eac22fce23062 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs d513d423d449877e49d99af3f7af7acb user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=cccc3b7597d779d59193be70fde287ab +_md5_=4c2f329902f45aaf7673219a5acf5f3d diff --git a/metadata/md5-cache/dev-db/sqlite-3.12.0 b/metadata/md5-cache/dev-db/sqlite-3.12.0 index 16890349da44..7d8d83c59046 100644 --- a/metadata/md5-cache/dev-db/sqlite-3.12.0 +++ b/metadata/md5-cache/dev-db/sqlite-3.12.0 @@ -4,10 +4,10 @@ DESCRIPTION=A SQL Database Engine in a C Library EAPI=5 HOMEPAGE=https://sqlite.org/ IUSE=debug doc icu +readline secure-delete static-libs tcl test tools 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 ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=public-domain RDEPEND=icu? ( dev-libs/icu: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(-)?] ) readline? ( sys-libs/readline: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(-)?] ) tcl? ( dev-lang/tcl: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(-)?] ) tools? ( dev-lang/tcl: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=3 SRC_URI=doc? ( https://sqlite.org/2016/sqlite-doc-3120000.zip ) tcl? ( https://sqlite.org/2016/sqlite-src-3120000.zip ) test? ( https://sqlite.org/2016/sqlite-src-3120000.zip ) tools? ( https://sqlite.org/2016/sqlite-src-3120000.zip ) !tcl? ( !test? ( !tools? ( https://sqlite.org/2016/sqlite-autoconf-3120000.tar.gz ) ) ) _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=622070ac42b8266ca8faf77bd7b3e6c2 +_md5_=5ec17a01ee7bacbda45d0f481c51e50e diff --git a/metadata/md5-cache/dev-haskell/alex-3.1.2 b/metadata/md5-cache/dev-haskell/alex-3.1.2 deleted file mode 100644 index 5222fd6ee38f..000000000000 --- a/metadata/md5-cache/dev-haskell/alex-3.1.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup test -DEPEND=>=dev-haskell/cabal-1.8 >=dev-haskell/quickcheck-2 >=dev-lang/ghc-6.10.4 doc? ( ~app-text/docbook-xml-dtd-4.2 app-text/docbook-xsl-stylesheets >=dev-libs/libxslt-1.1.2 ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=dev-haskell/cabal-1.1.4 -DESCRIPTION=Alex is a tool for generating lexical analysers in Haskell -EAPI=5 -HOMEPAGE=http://www.haskell.org/alex/ -IUSE=doc test -KEYWORDS=~alpha amd64 ia64 ppc ppc64 ~sparc x86 -LICENSE=BSD -SLOT=0 -SRC_URI=mirror://hackage/packages/archive/alex/3.1.2/alex-3.1.2.tar.gz -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e ghc-package 892c6c35a9ac0993e65049c039438508 haskell-cabal e93b3ae2b779ea727098c318740957e3 libtool 4890219c51da247200223277f993e054 multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=2b63fb6b0fad6a7da6f86030cfa0c89f diff --git a/metadata/md5-cache/dev-haskell/alex-3.1.3 b/metadata/md5-cache/dev-haskell/alex-3.1.3 index 267919901c43..63874821c16f 100644 --- a/metadata/md5-cache/dev-haskell/alex-3.1.3 +++ b/metadata/md5-cache/dev-haskell/alex-3.1.3 @@ -4,9 +4,9 @@ DESCRIPTION=Alex is a tool for generating lexical analysers in Haskell EAPI=5 HOMEPAGE=http://www.haskell.org/alex/ IUSE=doc test -KEYWORDS=alpha amd64 ~ia64 ppc ppc64 sparc x86 +KEYWORDS=alpha amd64 ia64 ppc ppc64 sparc x86 LICENSE=BSD SLOT=0 SRC_URI=mirror://hackage/packages/archive/alex/3.1.3/alex-3.1.3.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e ghc-package 892c6c35a9ac0993e65049c039438508 haskell-cabal e93b3ae2b779ea727098c318740957e3 libtool 4890219c51da247200223277f993e054 multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=fc0f5fb348ca0709fc0f2ae7e38d1944 +_md5_=0fc843896358fcda044c91c46d27f65e diff --git a/metadata/md5-cache/dev-haskell/disk-free-space-0.1.0.1 b/metadata/md5-cache/dev-haskell/disk-free-space-0.1.0.1 new file mode 100644 index 000000000000..d0c43f8dd660 --- /dev/null +++ b/metadata/md5-cache/dev-haskell/disk-free-space-0.1.0.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm setup test +DEPEND=>=dev-lang/ghc-7.4.1:= >=dev-haskell/cabal-1.10 doc? ( || ( dev-haskell/haddock >=dev-lang/ghc-7.10.2 ) ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 +DESCRIPTION=Retrieve information about disk space usage +EAPI=5 +HOMEPAGE=https://github.com/redneb/disk-free-space +IUSE=doc hscolour profile +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=>=dev-lang/ghc-7.4.1:= +SLOT=0/0.1.0.1 +SRC_URI=mirror://hackage/packages/archive/disk-free-space/0.1.0.1/disk-free-space-0.1.0.1.tar.gz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e ghc-package 892c6c35a9ac0993e65049c039438508 haskell-cabal e93b3ae2b779ea727098c318740957e3 multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=aa552c942bd9802e13cb145f20dca63c diff --git a/metadata/md5-cache/dev-haskell/magic-1.1 b/metadata/md5-cache/dev-haskell/magic-1.1 new file mode 100644 index 000000000000..e131c2f8057d --- /dev/null +++ b/metadata/md5-cache/dev-haskell/magic-1.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm setup test +DEPEND=>=dev-lang/ghc-7.4.1:= sys-apps/file dev-haskell/cabal doc? ( || ( dev-haskell/haddock >=dev-lang/ghc-7.10.2 ) ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 +DESCRIPTION=Interface to C file/magic library +EAPI=5 +HOMEPAGE=http://hackage.haskell.org/package/magic +IUSE=doc hscolour profile +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=>=dev-lang/ghc-7.4.1:= sys-apps/file +SLOT=0/1.1 +SRC_URI=mirror://hackage/packages/archive/magic/1.1/magic-1.1.tar.gz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e ghc-package 892c6c35a9ac0993e65049c039438508 haskell-cabal e93b3ae2b779ea727098c318740957e3 multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=49489b8042b5d233714d6d1b3a17b492 diff --git a/metadata/md5-cache/dev-haskell/mountpoints-1.0.2 b/metadata/md5-cache/dev-haskell/mountpoints-1.0.2 new file mode 100644 index 000000000000..b3cad5575f99 --- /dev/null +++ b/metadata/md5-cache/dev-haskell/mountpoints-1.0.2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm setup test +DEPEND=>=dev-lang/ghc-7.4.1:= >=dev-haskell/cabal-1.8 doc? ( || ( dev-haskell/haddock >=dev-lang/ghc-7.10.2 ) ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 +DESCRIPTION=list mount points +EAPI=5 +HOMEPAGE=http://hackage.haskell.org/package/mountpoints +IUSE=doc hscolour profile +KEYWORDS=~amd64 ~x86 +LICENSE=LGPL-2.1 +RDEPEND=>=dev-lang/ghc-7.4.1:= +SLOT=0/1.0.2 +SRC_URI=mirror://hackage/packages/archive/mountpoints/1.0.2/mountpoints-1.0.2.tar.gz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e ghc-package 892c6c35a9ac0993e65049c039438508 haskell-cabal e93b3ae2b779ea727098c318740957e3 multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=1ae47a33a3b224c98d356a5c84b901f5 diff --git a/metadata/md5-cache/dev-java/jamon-1.01-r3 b/metadata/md5-cache/dev-java/jamon-1.01-r3 deleted file mode 100644 index 2711850081e8..000000000000 --- a/metadata/md5-cache/dev-java/jamon-1.01-r3 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install preinst prepare setup -DEPEND=>=virtual/jdk-1.4 app-arch/unzip >=virtual/jre-1.4 java-virtuals/servlet-api:2.3 >=dev-java/java-config-2.2.0 >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=Java API to monitor production applications -EAPI=5 -HOMEPAGE=http://www.javaperformancetuning.com/tools/jamon/index.shtml -IUSE=elibc_FreeBSD doc elibc_FreeBSD -KEYWORDS=~amd64 ~x86 -LICENSE=BSD -RDEPEND=>=virtual/jre-1.4 java-virtuals/servlet-api:2.3 >=dev-java/java-config-2.2.0 -SLOT=1 -SRC_URI=mirror://sourceforge/jamonapi/JAMonAll_103005.zip -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=0fd3c2dbb0d8c2cd8c4e40eb4a61337b diff --git a/metadata/md5-cache/dev-java/jamon-2.81 b/metadata/md5-cache/dev-java/jamon-2.81 new file mode 100644 index 000000000000..60e48a91abc3 --- /dev/null +++ b/metadata/md5-cache/dev-java/jamon-2.81 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install preinst prepare setup test +DEPEND=dev-java/log4j:0 java-virtuals/interceptor-api:0 java-virtuals/servlet-api:3.0 www-servers/tomcat:7 >=virtual/jdk-1.7 test? ( dev-db/hsqldb:0 dev-java/assertj-core:2 dev-java/junit:4 dev-java/mockito:0 dev-java/objenesis:0 ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) +DESCRIPTION=Java API to monitor production applications +EAPI=5 +HOMEPAGE=http://www.jamonapi.com/ +IUSE=test elibc_FreeBSD doc source elibc_FreeBSD +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=dev-java/log4j:0 java-virtuals/interceptor-api:0 java-virtuals/servlet-api:3.0 www-servers/tomcat:7 >=virtual/jre-1.7 dev-db/hsqldb:0 dev-java/jakarta-oro:2.0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) +SLOT=2 +SRC_URI=https://github.com/stevensouza/jamonapi/archive/v2_81.tar.gz -> jamonapi-2_81.tar.gz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=bc81281fec77360cca01e0669bca1f82 diff --git a/metadata/md5-cache/dev-java/java-config-2.2.0 b/metadata/md5-cache/dev-java/java-config-2.2.0 deleted file mode 100644 index 82fbaa9ce0a7..000000000000 --- a/metadata/md5-cache/dev-java/java-config-2.2.0 +++ /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_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] -DESCRIPTION=Java environment configuration query tool -EAPI=5 -HOMEPAGE=https://www.gentoo.org/proj/en/java/ -IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 -KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=dev-java/java-config-wrapper-0.15 sys-apps/baselayout-java sys-apps/portage python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) -SLOT=2 -SRC_URI=https://dev.gentoo.org/~sera/distfiles/java-config-2.2.0.tar.bz2 -_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=02cd1c1d61799608bcc476765aaa2f2c diff --git a/metadata/md5-cache/dev-java/java-config-2.2.0-r3 b/metadata/md5-cache/dev-java/java-config-2.2.0-r3 index c07ce873ac43..a59183d533a7 100644 --- a/metadata/md5-cache/dev-java/java-config-2.2.0-r3 +++ b/metadata/md5-cache/dev-java/java-config-2.2.0-r3 @@ -4,11 +4,11 @@ DESCRIPTION=Java environment configuration query tool EAPI=6 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Java IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 -KEYWORDS=~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd LICENSE=GPL-2 RDEPEND=!dev-java/java-config-wrapper sys-apps/baselayout-java sys-apps/portage[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 ) SLOT=2 SRC_URI=https://dev.gentoo.org/~sera/distfiles/java-config-2.2.0.tar.bz2 _eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=a24942869392cb682d32c8e27e973853 +_md5_=c4defa51507ccf1e38f70540bf243707 diff --git a/metadata/md5-cache/dev-java/spymemcached-2.9.1 b/metadata/md5-cache/dev-java/spymemcached-2.9.1-r1 similarity index 67% rename from metadata/md5-cache/dev-java/spymemcached-2.9.1 rename to metadata/md5-cache/dev-java/spymemcached-2.9.1-r1 index 8d17273aed88..f421e36cb23a 100644 --- a/metadata/md5-cache/dev-java/spymemcached-2.9.1 +++ b/metadata/md5-cache/dev-java/spymemcached-2.9.1-r1 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile install preinst prepare setup -DEPEND=>=virtual/jdk-1.5 dev-java/log4j:0 dev-java/slf4j-api:0 spring? ( dev-java/spring-beans:3.2 ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) +DEPEND=>=virtual/jdk-1.5 dev-java/log4j:0 dev-java/slf4j-api:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) DESCRIPTION=A simple, asynchronous, single-threaded memcached client written in java EAPI=5 HOMEPAGE=https://code.google.com/p/spymemcached/ -IUSE=spring elibc_FreeBSD doc source elibc_FreeBSD +IUSE=elibc_FreeBSD doc source elibc_FreeBSD KEYWORDS=amd64 x86 LICENSE=MIT -RDEPEND=>=virtual/jre-1.5 dev-java/log4j:0 dev-java/slf4j-api:0 spring? ( dev-java/spring-beans:3.2 ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) +RDEPEND=>=virtual/jre-1.5 dev-java/log4j:0 dev-java/slf4j-api:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://spymemcached.googlecode.com/files/spymemcached-2.9.1-sources.jar _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=160b56929ace4a087b8ec4175af256dd +_md5_=6014c683cd4a6ce1f8470c53f1574a08 diff --git a/metadata/md5-cache/dev-libs/libcec-3.1.0 b/metadata/md5-cache/dev-libs/libcec-3.1.0 deleted file mode 100644 index b7447859b472..000000000000 --- a/metadata/md5-cache/dev-libs/libcec-3.1.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=virtual/udev dev-libs/lockdev dev-libs/libplatform raspberry-pi? ( >=media-libs/raspberrypi-userland-0_pre20160305-r1 ) xrandr? ( x11-libs/libXrandr ) virtual/pkgconfig python? ( dev-lang/swig python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)?,python_single_target_python3_4(+)?] ) sys-devel/make >=dev-util/cmake-2.8.12 -DESCRIPTION=Library for communicating with the Pulse-Eight USB HDMI-CEC Adaptor -EAPI=5 -HOMEPAGE=http://libcec.pulse-eight.com -IUSE=cubox exynos python raspberry-pi +xrandr python_targets_python2_7 python_targets_python3_4 python_single_target_python2_7 python_single_target_python3_4 -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=GPL-2 -RDEPEND=virtual/udev dev-libs/lockdev dev-libs/libplatform raspberry-pi? ( >=media-libs/raspberrypi-userland-0_pre20160305-r1 ) xrandr? ( x11-libs/libXrandr ) -REQUIRED_USE=python? ( ^^ ( python_single_target_python2_7 python_single_target_python3_4 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_4? ( python_targets_python3_4 ) ) -SLOT=0 -SRC_URI=https://github.com/Pulse-Eight/libcec/archive/libcec-3.1.0.tar.gz -_eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib 3972ca401cf7dbb430df9995f5d8d580 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=217d340459a36d0f742adbc01b4ed356 diff --git a/metadata/md5-cache/dev-libs/libixion-0.9.1-r1 b/metadata/md5-cache/dev-libs/libixion-0.9.1-r1 index 2077d4553582..2c39488cf6fa 100644 --- a/metadata/md5-cache/dev-libs/libixion-0.9.1-r1 +++ b/metadata/md5-cache/dev-libs/libixion-0.9.1-r1 @@ -1,5 +1,5 @@ DEFINED_PHASES=configure install prepare setup -DEPEND=dev-libs/boost:=[threads] 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_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) >=dev-util/mdds-0.12.0:0= !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DEPEND=dev-libs/boost:=[threads] 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_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) >=sys-devel/boost-m4-0.4_p20160328 >=dev-util/mdds-0.12.0:0= !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DESCRIPTION=General purpose formula parser & interpreter EAPI=6 HOMEPAGE=https://gitlab.com/ixion/ixion @@ -11,4 +11,4 @@ REQUIRED_USE=python? ( python_targets_python2_7 ) SLOT=0/0.10 SRC_URI=http://kohei.us/files/ixion/src/libixion-0.9.1.tar.xz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e libtool 4890219c51da247200223277f993e054 multilib 3972ca401cf7dbb430df9995f5d8d580 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=123eb7ece3dde8c564f82818fc27058a +_md5_=dfbe4eadc88ee66cf49c41975cf4790e diff --git a/metadata/md5-cache/dev-lisp/cmucl-21a b/metadata/md5-cache/dev-lisp/cmucl-21a new file mode 100644 index 000000000000..12c16cc54d38 --- /dev/null +++ b/metadata/md5-cache/dev-lisp/cmucl-21a @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install prepare +DEPEND=>=dev-lisp/asdf-2.33-r3:= x11-libs/motif:0 sys-devel/bc +DESCRIPTION=CMU Common Lisp is an implementation of ANSI Common Lisp +EAPI=5 +HOMEPAGE=http://www.cons.org/cmucl/ +IUSE=X source +KEYWORDS=~x86 +LICENSE=public-domain +RDEPEND=>=dev-lisp/asdf-2.33-r3:= x11-libs/motif:0 +SLOT=0 +SRC_URI=http://common-lisp.net/project/cmucl/downloads/release/21a/cmucl-src-21a.tar.bz2 http://common-lisp.net/project/cmucl/downloads/release/21a/cmucl-21a-x86-linux.tar.bz2 +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs d513d423d449877e49d99af3f7af7acb +_md5_=00f420027a60b11081dce70c06a9ae23 diff --git a/metadata/md5-cache/dev-perl/Alien-wxWidgets-0.670.0 b/metadata/md5-cache/dev-perl/Alien-wxWidgets-0.670.0-r1 similarity index 61% rename from metadata/md5-cache/dev-perl/Alien-wxWidgets-0.670.0 rename to metadata/md5-cache/dev-perl/Alien-wxWidgets-0.670.0-r1 index f30c4fbabc74..54b4918d84aa 100644 --- a/metadata/md5-cache/dev-perl/Alien-wxWidgets-0.670.0 +++ b/metadata/md5-cache/dev-perl/Alien-wxWidgets-0.670.0-r1 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=>=x11-libs/wxGTK-3:3.0[X,tiff,gstreamer=] >=dev-perl/Module-Pluggable-2.600.0 >=virtual/perl-ExtUtils-CBuilder-0.24 >=virtual/perl-File-Spec-1.500.0 >=dev-perl/Module-Build-0.280.0 test? ( dev-perl/Test-Pod dev-perl/Test-Pod-Coverage ) dev-lang/perl:=[-build(-)] +DEPEND=>=x11-libs/wxGTK-3:3.0[gstreamer=,opengl=,tiff,X] >=dev-perl/Module-Pluggable-2.600.0 >=virtual/perl-ExtUtils-CBuilder-0.24 >=virtual/perl-File-Spec-1.500.0 >=dev-perl/Module-Build-0.280.0 test? ( dev-perl/Test-Pod dev-perl/Test-Pod-Coverage ) dev-lang/perl:=[-build(-)] DESCRIPTION=Building, finding and using wxWidgets binaries EAPI=5 HOMEPAGE=http://search.cpan.org/dist/Alien-wxWidgets/ -IUSE=gstreamer test +IUSE=gstreamer opengl test KEYWORDS=amd64 ~ia64 x86 LICENSE=|| ( Artistic GPL-1+ ) -RDEPEND=>=x11-libs/wxGTK-3:3.0[X,tiff,gstreamer=] >=dev-perl/Module-Pluggable-2.600.0 dev-lang/perl:=[-build(-)] +RDEPEND=>=x11-libs/wxGTK-3:3.0[gstreamer=,opengl=,tiff,X] >=dev-perl/Module-Pluggable-2.600.0 dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=mirror://cpan/authors/id/M/MD/MDOOTSON/Alien-wxWidgets-0.67.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c toolchain-funcs d513d423d449877e49d99af3f7af7acb unpacker 45d07319df5f40ee6af58418b0f930be wxwidgets cf6a488b00cd81e258206bc14b4167d9 -_md5_=27e4534685d7ef9d3bdb07607038f99d +_md5_=b5a9e208858042c394b612c576ded47c diff --git a/metadata/md5-cache/dev-perl/Data-Float-0.12.0 b/metadata/md5-cache/dev-perl/Data-Float-0.12.0 new file mode 100644 index 000000000000..da9607026c6a --- /dev/null +++ b/metadata/md5-cache/dev-perl/Data-Float-0.12.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=virtual/perl-Carp virtual/perl-Exporter virtual/perl-parent dev-perl/Module-Build test? ( virtual/perl-Test-Simple ) dev-lang/perl:= +DESCRIPTION=details of the floating point data type +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/Data-Float/ +IUSE=test +KEYWORDS=~amd64 ~x86 +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=virtual/perl-Carp virtual/perl-Exporter virtual/perl-parent dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/Z/ZE/ZEFRAM/Data-Float-0.012.tar.gz +_eclasses_=multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c +_md5_=38a345abc3c018627c9449ef9959dfd8 diff --git a/metadata/md5-cache/dev-perl/Encode-Locale-1.50.0 b/metadata/md5-cache/dev-perl/Encode-Locale-1.50.0 new file mode 100644 index 000000000000..c09b69e9ced8 --- /dev/null +++ b/metadata/md5-cache/dev-perl/Encode-Locale-1.50.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=virtual/perl-Encode-2.0.0 virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-Test-Simple ) dev-lang/perl:= +DESCRIPTION=Determine the locale encoding +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/Encode-Locale/ +IUSE=test +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=>=virtual/perl-Encode-2.0.0 dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/G/GA/GAAS/Encode-Locale-1.05.tar.gz +_eclasses_=multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c +_md5_=03cc8f3cbc1bf94a5964774ea34f7846 diff --git a/metadata/md5-cache/dev-perl/ExtUtils-CppGuess-0.110.0 b/metadata/md5-cache/dev-perl/ExtUtils-CppGuess-0.110.0 new file mode 100644 index 000000000000..c98dc873f3f2 --- /dev/null +++ b/metadata/md5-cache/dev-perl/ExtUtils-CppGuess-0.110.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-perl/Capture-Tiny virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-File-Path virtual/perl-Data-Dumper virtual/perl-ExtUtils-Manifest virtual/perl-File-Spec virtual/perl-Test-Simple dev-perl/Module-Build ) dev-lang/perl:= +DESCRIPTION=Guess C++ compiler and flags +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/ExtUtils-CppGuess/ +IUSE=test +KEYWORDS=~amd64 ~x86 +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=dev-perl/Capture-Tiny dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/D/DA/DAVIDO/ExtUtils-CppGuess-0.11.tar.gz +_eclasses_=multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c +_md5_=af79f91c0fa58a904185724d8fd53b39 diff --git a/metadata/md5-cache/dev-perl/ExtUtils-Typemaps-Default-1.50.0 b/metadata/md5-cache/dev-perl/ExtUtils-Typemaps-Default-1.50.0 new file mode 100644 index 000000000000..85b0cfbf39c1 --- /dev/null +++ b/metadata/md5-cache/dev-perl/ExtUtils-Typemaps-Default-1.50.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=virtual/perl-ExtUtils-ParseXS-3.180.300 >=dev-perl/Module-Build-0.400.0 test? ( virtual/perl-Test-Simple ) dev-lang/perl:= +DESCRIPTION=A set of useful typemaps +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/ExtUtils-Typemaps-Default/ +IUSE=test +KEYWORDS=~amd64 ~x86 +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=>=virtual/perl-ExtUtils-ParseXS-3.180.300 dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/S/SM/SMUELLER/ExtUtils-Typemaps-Default-1.05.tar.gz +_eclasses_=multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c +_md5_=e851df9b25ef4aaa996e6dbf5a8f4c6d diff --git a/metadata/md5-cache/dev-perl/Growl-GNTP-0.200.0 b/metadata/md5-cache/dev-perl/Growl-GNTP-0.200.0 new file mode 100644 index 000000000000..981db374021f --- /dev/null +++ b/metadata/md5-cache/dev-perl/Growl-GNTP-0.200.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=examples? ( virtual/perl-Encode ) >=dev-perl/Crypt-CBC-2.290.0 >=dev-perl/Data-UUID-0.149.0 >=virtual/perl-Digest-MD5-2.360.0 >=virtual/perl-Digest-SHA-5.450.0 virtual/perl-IO dev-perl/IO-Socket-PortState >=dev-perl/Module-Build-0.380.0 virtual/perl-File-Spec virtual/perl-CPAN-Meta dev-lang/perl:= +DESCRIPTION=Perl implementation of GNTP Protocol (Client Part) +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/Growl-GNTP/ +IUSE=test examples +KEYWORDS=~amd64 ~x86 +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=examples? ( virtual/perl-Encode ) >=dev-perl/Crypt-CBC-2.290.0 >=dev-perl/Data-UUID-0.149.0 >=virtual/perl-Digest-MD5-2.360.0 >=virtual/perl-Digest-SHA-5.450.0 virtual/perl-IO dev-perl/IO-Socket-PortState dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/M/MA/MATTN/Growl-GNTP-0.20.tar.gz +_eclasses_=multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c +_md5_=2e2b760b0d6889933c002f883357245c diff --git a/metadata/md5-cache/dev-perl/IO-Socket-PortState-0.30.0 b/metadata/md5-cache/dev-perl/IO-Socket-PortState-0.30.0 new file mode 100644 index 000000000000..8fe5fe5c4629 --- /dev/null +++ b/metadata/md5-cache/dev-perl/IO-Socket-PortState-0.30.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=virtual/perl-IO virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-Test-Simple ) dev-lang/perl:= +DESCRIPTION=Perl extension for checking the open or closed status of a port +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/IO-Socket-PortState/ +IUSE=test +KEYWORDS=~amd64 ~x86 +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=virtual/perl-IO dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/D/DM/DMUEY/IO-Socket-PortState-0.03.tar.gz +_eclasses_=multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c +_md5_=ea137b5a625eeac4fd05ca19ea0c2afe diff --git a/metadata/md5-cache/dev-perl/Math-BigInt-Lite-0.140.0 b/metadata/md5-cache/dev-perl/Math-BigInt-Lite-0.140.0 new file mode 100644 index 000000000000..0ad737fd0dc3 --- /dev/null +++ b/metadata/md5-cache/dev-perl/Math-BigInt-Lite-0.140.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=virtual/perl-Math-BigInt-1.940.0 >=virtual/perl-Math-BigRat-0.190.0 >=virtual/perl-ExtUtils-MakeMaker-6.420.0 test? ( >=virtual/perl-Test-Simple-0.520.0 ) dev-lang/perl:= +DESCRIPTION=What BigInts are before they become big +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/Math-BigInt-Lite/ +IUSE=test +KEYWORDS=~amd64 ~x86 +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=>=virtual/perl-Math-BigInt-1.940.0 >=virtual/perl-Math-BigRat-0.190.0 dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/F/FL/FLORA/Math-BigInt-Lite-0.14.tar.gz +_eclasses_=multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c +_md5_=64a6f20c6f3d44a4d696248d79e6499f diff --git a/metadata/md5-cache/dev-perl/Math-Factor-XS-0.400.0 b/metadata/md5-cache/dev-perl/Math-Factor-XS-0.400.0 new file mode 100644 index 000000000000..e6cd63aba982 --- /dev/null +++ b/metadata/md5-cache/dev-perl/Math-Factor-XS-0.400.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-perl/boolean dev-perl/List-MoreUtils dev-perl/Params-Validate virtual/perl-Carp virtual/perl-Exporter virtual/perl-Scalar-List-Utils virtual/perl-XSLoader >=dev-perl/Module-Build-0.400.0 virtual/perl-ExtUtils-CBuilder test? ( virtual/perl-Test-Simple ) dev-lang/perl:= +DESCRIPTION=Factorize numbers and calculate matching multiplications +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/Math-Factor-XS/ +IUSE=test +KEYWORDS=~amd64 ~x86 +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=dev-perl/boolean dev-perl/List-MoreUtils dev-perl/Params-Validate virtual/perl-Carp virtual/perl-Exporter virtual/perl-Scalar-List-Utils virtual/perl-XSLoader dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/K/KR/KRYDE/Math-Factor-XS-0.40.tar.gz +_eclasses_=multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c +_md5_=5af1e4b3a11d21a301b7232192e7c8ed diff --git a/metadata/md5-cache/dev-perl/Math-Libm-1.0.0 b/metadata/md5-cache/dev-perl/Math-Libm-1.0.0 new file mode 100644 index 000000000000..e4b87f18ca53 --- /dev/null +++ b/metadata/md5-cache/dev-perl/Math-Libm-1.0.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=virtual/perl-AutoLoader virtual/perl-Carp virtual/perl-ExtUtils-MakeMaker dev-lang/perl:= +DESCRIPTION=wrapper to libm functions +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/Math-Libm/ +IUSE=test +KEYWORDS=~amd64 ~x86 +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=virtual/perl-AutoLoader virtual/perl-Carp dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/D/DS/DSLEWART/Math-Libm-1.00.tar.gz +_eclasses_=multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c +_md5_=eee4d2fc85b83509e5e6952fb3710cb9 diff --git a/metadata/md5-cache/dev-perl/Math-NumSeq-71.0.0 b/metadata/md5-cache/dev-perl/Math-NumSeq-71.0.0 new file mode 100644 index 000000000000..29be44c4eb1e --- /dev/null +++ b/metadata/md5-cache/dev-perl/Math-NumSeq-71.0.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-perl/File-HomeDir virtual/perl-File-Spec virtual/perl-File-Temp virtual/perl-Scalar-List-Utils >=dev-perl/Math-Factor-XS-0.400.0 dev-perl/Math-Libm >=dev-perl/Math-Prime-XS-0.260.0 virtual/perl-Module-Load >=dev-perl/Module-Pluggable-4.700.0 dev-perl/Module-Util >=dev-perl/constant-defer-1.0.0 virtual/perl-ExtUtils-MakeMaker test? ( dev-perl/Data-Float virtual/perl-Test ) dev-lang/perl:= +DESCRIPTION=number sequences (for example from OEIS) +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/Math-NumSeq/ +IUSE=test examples +KEYWORDS=~amd64 ~x86 +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=dev-perl/File-HomeDir virtual/perl-File-Spec virtual/perl-File-Temp virtual/perl-Scalar-List-Utils >=dev-perl/Math-Factor-XS-0.400.0 dev-perl/Math-Libm >=dev-perl/Math-Prime-XS-0.260.0 virtual/perl-Module-Load >=dev-perl/Module-Pluggable-4.700.0 dev-perl/Module-Util >=dev-perl/constant-defer-1.0.0 dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/K/KR/KRYDE/Math-NumSeq-71.tar.gz +_eclasses_=multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c +_md5_=6cdfdf8287e39433b943e9eb5729bfaf diff --git a/metadata/md5-cache/dev-perl/Math-PlanePath-122.0.0 b/metadata/md5-cache/dev-perl/Math-PlanePath-122.0.0 new file mode 100644 index 000000000000..382419971e6b --- /dev/null +++ b/metadata/md5-cache/dev-perl/Math-PlanePath-122.0.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=gmp? ( dev-perl/Math-BigInt-GMP ) dev-perl/Math-Libm dev-perl/Math-NumSeq >=dev-perl/constant-defer-5.0.0 virtual/perl-Scalar-List-Utils virtual/perl-Math-BigInt virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-Test dev-perl/Math-BigInt-Lite dev-perl/Number-Fraction ) dev-lang/perl:= +DESCRIPTION=Mathematical paths through the 2-D plane +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/Math-PlanePath/ +IUSE=gmp test examples +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=gmp? ( dev-perl/Math-BigInt-GMP ) dev-perl/Math-Libm dev-perl/Math-NumSeq >=dev-perl/constant-defer-5.0.0 virtual/perl-Scalar-List-Utils virtual/perl-Math-BigInt dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/K/KR/KRYDE/Math-PlanePath-122.tar.gz +_eclasses_=multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c +_md5_=8734b71203b1c418876a7fbe2010559a diff --git a/metadata/md5-cache/dev-perl/Math-Prime-XS-0.260.0 b/metadata/md5-cache/dev-perl/Math-Prime-XS-0.260.0 new file mode 100644 index 000000000000..eaf5f23ce479 --- /dev/null +++ b/metadata/md5-cache/dev-perl/Math-Prime-XS-0.260.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-perl/boolean dev-perl/Params-Validate virtual/perl-Carp virtual/perl-Exporter virtual/perl-Scalar-List-Utils virtual/perl-XSLoader >=dev-perl/Module-Build-0.380.0 test? ( virtual/perl-Test-Simple ) virtual/perl-ExtUtils-CBuilder dev-lang/perl:= +DESCRIPTION=Detect and calculate prime numbers with deterministic tests +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/Math-Prime-XS/ +IUSE=test +KEYWORDS=~amd64 ~x86 +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=dev-perl/boolean dev-perl/Params-Validate virtual/perl-Carp virtual/perl-Exporter virtual/perl-Scalar-List-Utils virtual/perl-XSLoader dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/K/KR/KRYDE/Math-Prime-XS-0.26.tar.gz +_eclasses_=multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c +_md5_=e2dcc7e243dd7310872bedafafabbd95 diff --git a/metadata/md5-cache/dev-perl/Module-Build-0.421.600 b/metadata/md5-cache/dev-perl/Module-Build-0.421.600 index d1834bca684c..dcc849fb9bd4 100644 --- a/metadata/md5-cache/dev-perl/Module-Build-0.421.600 +++ b/metadata/md5-cache/dev-perl/Module-Build-0.421.600 @@ -4,10 +4,10 @@ DESCRIPTION=Build and install Perl modules EAPI=6 HOMEPAGE=http://search.cpan.org/dist/Module-Build/ IUSE=test -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 ~hppa-hpux ~ia64-hpux ~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 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~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=>=virtual/perl-CPAN-Meta-2.142.60 virtual/perl-Data-Dumper >=virtual/perl-ExtUtils-CBuilder-0.270.0 virtual/perl-ExtUtils-Install virtual/perl-ExtUtils-Manifest virtual/perl-ExtUtils-MakeMaker >=virtual/perl-ExtUtils-ParseXS-2.210.0 >=virtual/perl-File-Spec-0.820.0 virtual/perl-Getopt-Long >=virtual/perl-Module-Metadata-1.0.2 >=virtual/perl-Perl-OSType-1 virtual/perl-Test-Harness virtual/perl-Text-ParseWords dev-lang/perl:= SLOT=0 SRC_URI=mirror://cpan/authors/id/L/LE/LEONT/Module-Build-0.4216.tar.gz _eclasses_=multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c -_md5_=fc26db06e4c79a9813e266169e06ad9b +_md5_=2ed95a83775ff87ae905cbbe7b57b680 diff --git a/metadata/md5-cache/dev-perl/Module-Build-WithXSpp-0.140.0 b/metadata/md5-cache/dev-perl/Module-Build-WithXSpp-0.140.0 new file mode 100644 index 000000000000..a3d9304371d0 --- /dev/null +++ b/metadata/md5-cache/dev-perl/Module-Build-WithXSpp-0.140.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-perl/ExtUtils-CppGuess-0.40.0 >=dev-perl/ExtUtils-XSpp-0.110.0 virtual/perl-Digest-MD5 virtual/perl-ExtUtils-CBuilder >=virtual/perl-ExtUtils-ParseXS-2.220.500 >=dev-perl/Module-Build-0.260.0 test? ( virtual/perl-Test-Simple ) dev-lang/perl:= +DESCRIPTION=XS++ enhanced flavour of Module::Build +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/Module-Build-WithXSpp/ +IUSE=test +KEYWORDS=~amd64 ~x86 +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=>=dev-perl/ExtUtils-CppGuess-0.40.0 >=dev-perl/ExtUtils-XSpp-0.110.0 virtual/perl-Digest-MD5 virtual/perl-ExtUtils-CBuilder >=virtual/perl-ExtUtils-ParseXS-2.220.500 >=dev-perl/Module-Build-0.260.0 dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/S/SM/SMUELLER/Module-Build-WithXSpp-0.14.tar.gz +_eclasses_=multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c +_md5_=6b32101d422f030beb3066e78151964a diff --git a/metadata/md5-cache/dev-perl/Net-Bonjour-0.960.0 b/metadata/md5-cache/dev-perl/Net-Bonjour-0.960.0 new file mode 100644 index 000000000000..44fffe9fff5a --- /dev/null +++ b/metadata/md5-cache/dev-perl/Net-Bonjour-0.960.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-perl/Net-DNS-0.500.0 >=virtual/perl-Socket-1.750.0 virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-Test-Simple ) dev-lang/perl:= +DESCRIPTION=Module for DNS service discovery (Apple's Bonjour) +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/Net-Bonjour/ +IUSE=test examples +KEYWORDS=~amd64 ~x86 +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=>=dev-perl/Net-DNS-0.500.0 >=virtual/perl-Socket-1.750.0 dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/C/CH/CHLIGE/Net-Bonjour-0.96.tar.gz +_eclasses_=multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c +_md5_=95a4cd14c1a0f5bbb71f0cefbca09b67 diff --git a/metadata/md5-cache/dev-perl/Number-Fraction-2.0.0 b/metadata/md5-cache/dev-perl/Number-Fraction-2.0.0 new file mode 100644 index 000000000000..5774fd8ce42d --- /dev/null +++ b/metadata/md5-cache/dev-perl/Number-Fraction-2.0.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-perl/Moose virtual/perl-Carp >=dev-perl/Module-Build-0.400.0 test? ( virtual/perl-Test-Simple ) dev-lang/perl:= +DESCRIPTION=Perl extension to model fractions +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/Number-Fraction/ +IUSE=test +KEYWORDS=~amd64 ~x86 +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=dev-perl/Moose virtual/perl-Carp dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/D/DA/DAVECROSS/Number-Fraction-2.00.tar.gz +_eclasses_=multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c +_md5_=75ed492f514c6f316060d4a9f7680d92 diff --git a/metadata/md5-cache/dev-perl/Pod-Markdown-3.5.0 b/metadata/md5-cache/dev-perl/Pod-Markdown-3.5.0 new file mode 100644 index 000000000000..1dc700eea6d3 --- /dev/null +++ b/metadata/md5-cache/dev-perl/Pod-Markdown-3.5.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=!minimal? ( dev-perl/HTML-Parser ) virtual/perl-Encode virtual/perl-Getopt-Long >=virtual/perl-Pod-Simple-3.270.0 virtual/perl-parent virtual/perl-ExtUtils-MakeMaker test? ( !minimal? ( >=virtual/perl-CPAN-Meta-2.120.900 ) virtual/perl-Exporter virtual/perl-File-Spec virtual/perl-File-Temp virtual/perl-IO dev-perl/Test-Differences >=virtual/perl-Test-Simple-0.880.0 ) dev-lang/perl:= +DESCRIPTION=Convert POD to Markdown +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/Pod-Markdown/ +IUSE=test minimal +KEYWORDS=~amd64 ~x86 +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=!minimal? ( dev-perl/HTML-Parser ) virtual/perl-Encode virtual/perl-Getopt-Long >=virtual/perl-Pod-Simple-3.270.0 virtual/perl-parent dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/R/RW/RWSTAUNER/Pod-Markdown-3.005.tar.gz +_eclasses_=multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c +_md5_=03a4853768e0e3a3b23959c13c8f29fd diff --git a/metadata/md5-cache/dev-perl/Pod-Readme-1.1.2 b/metadata/md5-cache/dev-perl/Pod-Readme-1.1.2 new file mode 100644 index 000000000000..eb63bc1e9146 --- /dev/null +++ b/metadata/md5-cache/dev-perl/Pod-Readme-1.1.2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=!minimal? ( dev-perl/Pod-Markdown dev-perl/Pod-Simple-LaTeX dev-perl/Type-Tiny-XS virtual/perl-podlators ) >=dev-perl/CPAN-Changes-0.300.0 virtual/perl-CPAN-Meta virtual/perl-Carp >=dev-perl/Class-Method-Modifiers-2.0.0 virtual/perl-Exporter >=virtual/perl-ExtUtils-MakeMaker-6.560.0 dev-perl/File-Slurp dev-perl/Getopt-Long-Descriptive virtual/perl-IO virtual/perl-Module-CoreList virtual/perl-Module-Load >=dev-perl/Moo-1.4.5 dev-perl/MooX-HandlesVia >=dev-perl/Path-Tiny-0.18.0 virtual/perl-Pod-Simple dev-perl/Role-Tiny >=virtual/perl-Scalar-List-Utils-1.330.0 dev-perl/Try-Tiny dev-perl/Type-Tiny dev-perl/namespace-autoclean >=virtual/perl-version-0.770.0 >=virtual/perl-ExtUtils-MakeMaker-6.590.0 virtual/perl-File-Temp test? ( dev-perl/IO-String dev-perl/Test-Deep dev-perl/Test-Exception virtual/perl-Test-Simple ) dev-lang/perl:= +DESCRIPTION=Intelligently generate a README file from POD +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/Pod-Readme/ +IUSE=minimal test +KEYWORDS=~amd64 ~x86 +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=!minimal? ( dev-perl/Pod-Markdown dev-perl/Pod-Simple-LaTeX dev-perl/Type-Tiny-XS virtual/perl-podlators ) >=dev-perl/CPAN-Changes-0.300.0 virtual/perl-CPAN-Meta virtual/perl-Carp >=dev-perl/Class-Method-Modifiers-2.0.0 virtual/perl-Exporter >=virtual/perl-ExtUtils-MakeMaker-6.560.0 dev-perl/File-Slurp dev-perl/Getopt-Long-Descriptive virtual/perl-IO virtual/perl-Module-CoreList virtual/perl-Module-Load >=dev-perl/Moo-1.4.5 dev-perl/MooX-HandlesVia >=dev-perl/Path-Tiny-0.18.0 virtual/perl-Pod-Simple dev-perl/Role-Tiny >=virtual/perl-Scalar-List-Utils-1.330.0 dev-perl/Try-Tiny dev-perl/Type-Tiny dev-perl/namespace-autoclean >=virtual/perl-version-0.770.0 dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/R/RR/RRWO/Pod-Readme-v1.1.2.tar.gz +_eclasses_=multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c +_md5_=1d7546bb508e46ed5e0a6254e3c04812 diff --git a/metadata/md5-cache/dev-perl/Pod-Simple-LaTeX-0.60.0 b/metadata/md5-cache/dev-perl/Pod-Simple-LaTeX-0.60.0 new file mode 100644 index 000000000000..6faf41eee97b --- /dev/null +++ b/metadata/md5-cache/dev-perl/Pod-Simple-LaTeX-0.60.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=virtual/perl-Pod-Simple-0.10.0 dev-lang/perl:= +DESCRIPTION=format Pod as LaTeX +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/Pod-Simple-LaTeX/ +IUSE=test +KEYWORDS=~amd64 ~x86 +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=>=virtual/perl-Pod-Simple-0.10.0 dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/J/JG/JGOFF/Pod-Simple-LaTeX-0.06.tar.gz +_eclasses_=multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c +_md5_=959ef173cbeacbb31c9850d336b879c5 diff --git a/metadata/md5-cache/dev-perl/Socket6-0.270.0 b/metadata/md5-cache/dev-perl/Socket6-0.270.0 new file mode 100644 index 000000000000..b608d8729072 --- /dev/null +++ b/metadata/md5-cache/dev-perl/Socket6-0.270.0 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test unpack +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 +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 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c toolchain-funcs d513d423d449877e49d99af3f7af7acb unpacker 45d07319df5f40ee6af58418b0f930be +_md5_=0643def869759cb1bd291537e8ef2775 diff --git a/metadata/md5-cache/dev-perl/Text-Unidecode-1.270.0 b/metadata/md5-cache/dev-perl/Text-Unidecode-1.270.0 new file mode 100644 index 000000000000..689cf204ea1e --- /dev/null +++ b/metadata/md5-cache/dev-perl/Text-Unidecode-1.270.0 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=virtual/perl-ExtUtils-MakeMaker dev-lang/perl:=[-build(-)] +DESCRIPTION=Plain ASCII transliterations of Unicode text +EAPI=5 +HOMEPAGE=http://search.cpan.org/dist/Text-Unidecode/ +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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=dev-lang/perl:=[-build(-)] +SLOT=0 +SRC_URI=mirror://cpan/authors/id/S/SB/SBURKE/Text-Unidecode-1.27.tar.gz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c toolchain-funcs d513d423d449877e49d99af3f7af7acb unpacker 45d07319df5f40ee6af58418b0f930be +_md5_=fe9da8645695f4c810e1c70f4e92566e diff --git a/metadata/md5-cache/dev-perl/Unicode-LineBreak-2013.11 b/metadata/md5-cache/dev-perl/Unicode-LineBreak-2013.11 deleted file mode 100644 index 33a1d19b89a8..000000000000 --- a/metadata/md5-cache/dev-perl/Unicode-LineBreak-2013.11 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=dev-perl/MIME-Charset virtual/perl-Encode dev-lang/perl:=[-build(-)] -DESCRIPTION=UAX #14 Unicode Line Breaking Algorithm -EAPI=5 -HOMEPAGE=http://search.cpan.org/dist/Unicode-LineBreak/ -KEYWORDS=~amd64 -LICENSE=|| ( Artistic GPL-1+ ) -RDEPEND=dev-perl/MIME-Charset virtual/perl-Encode dev-lang/perl:=[-build(-)] -SLOT=0 -SRC_URI=mirror://cpan/authors/id/N/NE/NEZUMI/Unicode-LineBreak-2013.11.tar.gz -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c toolchain-funcs d513d423d449877e49d99af3f7af7acb unpacker 45d07319df5f40ee6af58418b0f930be -_md5_=15fc1fd27049d1ac7d59a20fd975e9a6 diff --git a/metadata/md5-cache/dev-perl/Unicode-LineBreak-2014.60.0 b/metadata/md5-cache/dev-perl/Unicode-LineBreak-2016.3.0 similarity index 93% rename from metadata/md5-cache/dev-perl/Unicode-LineBreak-2014.60.0 rename to metadata/md5-cache/dev-perl/Unicode-LineBreak-2016.3.0 index b7fdc4af52fa..999edd430169 100644 --- a/metadata/md5-cache/dev-perl/Unicode-LineBreak-2014.60.0 +++ b/metadata/md5-cache/dev-perl/Unicode-LineBreak-2016.3.0 @@ -7,6 +7,6 @@ KEYWORDS=~amd64 LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=dev-perl/MIME-Charset virtual/perl-Encode dev-lang/perl:=[-build(-)] SLOT=0 -SRC_URI=mirror://cpan/authors/id/N/NE/NEZUMI/Unicode-LineBreak-2014.06.tar.gz +SRC_URI=mirror://cpan/authors/id/N/NE/NEZUMI/Unicode-LineBreak-2016.003.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c toolchain-funcs d513d423d449877e49d99af3f7af7acb unpacker 45d07319df5f40ee6af58418b0f930be -_md5_=fb4cfb7b919e1334e4c9d9dc8027b5b5 +_md5_=37ea2b1129a5c0b397c105bf2508275f diff --git a/metadata/md5-cache/dev-perl/Wx-GLCanvas-0.90.0 b/metadata/md5-cache/dev-perl/Wx-GLCanvas-0.90.0 new file mode 100644 index 000000000000..05216db22fef --- /dev/null +++ b/metadata/md5-cache/dev-perl/Wx-GLCanvas-0.90.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-perl/OpenGL dev-perl/Alien-wxWidgets[opengl] >=dev-perl/Wx-0.570.0 virtual/perl-Exporter virtual/perl-ExtUtils-MakeMaker dev-lang/perl:= test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DESCRIPTION=interface to wxWidgets' OpenGL canvas +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/Wx-GLCanvas/ +IUSE=test +KEYWORDS=~amd64 ~x86 +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=dev-perl/OpenGL dev-perl/Alien-wxWidgets[opengl] >=dev-perl/Wx-0.570.0 dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/M/MB/MBARBON/Wx-GLCanvas-0.09.tar.gz +_eclasses_=multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 +_md5_=87b92ed94044a93e0e005eb472c4308f diff --git a/metadata/md5-cache/dev-perl/XML-SAX-ExpatXS-1.330.0 b/metadata/md5-cache/dev-perl/XML-SAX-ExpatXS-1.330.0 new file mode 100644 index 000000000000..0321123cb40f --- /dev/null +++ b/metadata/md5-cache/dev-perl/XML-SAX-ExpatXS-1.330.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-libs/expat >=dev-perl/XML-SAX-0.960.0 virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-ExtUtils-Command virtual/perl-Test virtual/perl-Test-Harness ) dev-lang/perl:= +DESCRIPTION=Perl SAX 2 XS extension to Expat parser +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/XML-SAX-ExpatXS/ +IUSE=test +KEYWORDS=~amd64 ~x86 +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=dev-libs/expat >=dev-perl/XML-SAX-0.960.0 dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/P/PC/PCIMPRICH/XML-SAX-ExpatXS-1.33.tar.gz +_eclasses_=multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c +_md5_=95d13a0154a8296ccb11807f5f8ce258 diff --git a/metadata/md5-cache/dev-perl/constant-defer-6.0.0 b/metadata/md5-cache/dev-perl/constant-defer-6.0.0 new file mode 100644 index 000000000000..f51860312894 --- /dev/null +++ b/metadata/md5-cache/dev-perl/constant-defer-6.0.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=virtual/perl-ExtUtils-MakeMaker virtual/perl-Exporter test? ( virtual/perl-Data-Dumper virtual/perl-Test virtual/perl-Test-Simple ) dev-lang/perl:= +DESCRIPTION=constant subs with deferred value calculation +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/constant-defer/ +IUSE=test examples +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=virtual/perl-Carp dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/K/KR/KRYDE/constant-defer-6.tar.gz +_eclasses_=multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c +_md5_=aa41bc3a9fc071f878f5c652c21976cd diff --git a/metadata/md5-cache/dev-python/botocore-1.2.10 b/metadata/md5-cache/dev-python/botocore-1.2.10 deleted file mode 100644 index d8e9437d7078..000000000000 --- a/metadata/md5-cache/dev-python/botocore-1.2.10 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] doc? ( >=dev-python/guzzle_sphinx_theme-0.7.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/sphinx-1.1.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/docutils-0.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/jmespath-0.7.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/python-dateutil-2.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =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=Low-level, data-driven core of boto 3. -EAPI=5 -HOMEPAGE=https://github.com/boto/botocore -IUSE=doc test python_targets_python2_7 python_targets_python3_4 -KEYWORDS=~amd64 -LICENSE=Apache-2.0 -RDEPEND=>=dev-python/docutils-0.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/jmespath-0.7.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/python-dateutil-2.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =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=mirror://pypi/b/botocore/botocore-1.2.10.tar.gz -_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb vcs-snapshot b45be87e7012be0af8424e8a5644da1d -_md5_=734022e3f587d73e8c97350fb24568a0 diff --git a/metadata/md5-cache/dev-python/botocore-1.3.20 b/metadata/md5-cache/dev-python/botocore-1.3.20 deleted file mode 100644 index c8020b59924b..000000000000 --- a/metadata/md5-cache/dev-python/botocore-1.3.20 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] doc? ( >=dev-python/guzzle_sphinx_theme-0.7.10[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] =dev-python/sphinx-1.1.3[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] =dev-python/docutils-0.10[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/jmespath-0.7.1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] =dev-python/python-dateutil-2.1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] =dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] -DESCRIPTION=Low-level, data-driven core of boto 3. -EAPI=5 -HOMEPAGE=https://github.com/boto/botocore -IUSE=doc test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 -KEYWORDS=~amd64 -LICENSE=Apache-2.0 -RDEPEND=>=dev-python/docutils-0.10[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/jmespath-0.7.1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] =dev-python/python-dateutil-2.1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] =dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) -SLOT=0 -SRC_URI=mirror://pypi/b/botocore/botocore-1.3.20.tar.gz -_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb vcs-snapshot b45be87e7012be0af8424e8a5644da1d -_md5_=a776dde12ce2ab31088d71a2367ce244 diff --git a/metadata/md5-cache/dev-python/botocore-1.3.14 b/metadata/md5-cache/dev-python/botocore-1.4.7 similarity index 95% rename from metadata/md5-cache/dev-python/botocore-1.3.14 rename to metadata/md5-cache/dev-python/botocore-1.4.7 index a951304a141d..c94a52d6aca6 100644 --- a/metadata/md5-cache/dev-python/botocore-1.3.14 +++ b/metadata/md5-cache/dev-python/botocore-1.4.7 @@ -1,4 +1,4 @@ -DEFINED_PHASES=compile configure install prepare test unpack +DEFINED_PHASES=compile configure install prepare test DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] doc? ( >=dev-python/guzzle_sphinx_theme-0.7.10[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] =dev-python/sphinx-1.1.3[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] =dev-python/docutils-0.10[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/jmespath-0.7.1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] =dev-python/python-dateutil-2.1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] =dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] DESCRIPTION=Low-level, data-driven core of boto 3. EAPI=5 @@ -9,6 +9,6 @@ LICENSE=Apache-2.0 RDEPEND=>=dev-python/docutils-0.10[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/jmespath-0.7.1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] =dev-python/python-dateutil-2.1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] =dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) SLOT=0 -SRC_URI=mirror://pypi/b/botocore/botocore-1.3.14.tar.gz -_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb vcs-snapshot b45be87e7012be0af8424e8a5644da1d -_md5_=f1ff1947ff5e46423aefb245c527425d +SRC_URI=mirror://pypi/b/botocore/botocore-1.4.7.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb +_md5_=eff502152c96bb78be4c58404918e2e9 diff --git a/metadata/md5-cache/dev-python/cryptography-1.3.1 b/metadata/md5-cache/dev-python/cryptography-1.3.1 new file mode 100644 index 000000000000..7374791bbbbb --- /dev/null +++ b/metadata/md5-cache/dev-python/cryptography-1.3.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl ) python_targets_python2_7? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_3? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_4? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_5? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_pypy? ( dev-python/enum34[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-)] ) python_targets_python2_7? ( dev-python/enum34[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-)] ) python_targets_python3_3? ( dev-python/enum34[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-)] ) >=dev-python/idna-2.0[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pyasn1-0.1.8[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/six-1.4.1[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_pypy? ( >=virtual/pypy-2.6.0 ) virtual/python-ipaddress[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/setuptools-1.0[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] test? ( ~dev-python/cryptography-vectors-1.3.1[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/hypothesis[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/iso8601[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pretend[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pyasn1-modules[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pytest[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) python_targets_pypy? ( virtual/pypy:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[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_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +DESCRIPTION=Library providing cryptographic recipes and primitives +EAPI=5 +HOMEPAGE=https://github.com/pyca/cryptography/ https://pypi.python.org/pypi/cryptography/ +IUSE=libressl test python_targets_pypy python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux +LICENSE=|| ( Apache-2.0 BSD ) +RDEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl ) python_targets_python2_7? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_3? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_4? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_5? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_pypy? ( dev-python/enum34[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-)] ) python_targets_python2_7? ( dev-python/enum34[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-)] ) python_targets_python3_3? ( dev-python/enum34[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-)] ) >=dev-python/idna-2.0[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pyasn1-0.1.8[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/six-1.4.1[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_pypy? ( >=virtual/pypy-2.6.0 ) virtual/python-ipaddress[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_pypy? ( virtual/pypy:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[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_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 ) +SLOT=0 +SRC_URI=mirror://pypi/c/cryptography/cryptography-1.3.1.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb +_md5_=5b9ebcc9d236d199055182bf84b2975c diff --git a/metadata/md5-cache/dev-python/cryptography-vectors-1.3.1 b/metadata/md5-cache/dev-python/cryptography-vectors-1.3.1 new file mode 100644 index 000000000000..372d96b571d9 --- /dev/null +++ b/metadata/md5-cache/dev-python/cryptography-vectors-1.3.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,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_3(-),-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_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,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_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +DESCRIPTION=Test vectors for the cryptography package +EAPI=5 +HOMEPAGE=https://pypi.python.org/pypi/cryptography-vectors/ +IUSE=python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_3 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 +LICENSE=|| ( Apache-2.0 BSD ) +RDEPEND=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_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,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_3(-),-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_3 python_targets_python3_4 python_targets_python3_5 ) +SLOT=0 +SRC_URI=mirror://pypi/c/cryptography-vectors/cryptography_vectors-1.3.1.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb +_md5_=57d198a52e906de18fa0c265a34c7105 diff --git a/metadata/md5-cache/dev-python/docker-py-1.3.1 b/metadata/md5-cache/dev-python/docker-py-1.3.1 deleted file mode 100644 index 66c6dd133d86..000000000000 --- a/metadata/md5-cache/dev-python/docker-py-1.3.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] doc? ( >=dev-python/mkdocs-0.14.0[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) test? ( >=dev-python/mock-1.0.1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] -DESCRIPTION=Python client for Docker -EAPI=5 -HOMEPAGE=https://github.com/docker/docker-py -IUSE=doc test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 -KEYWORDS=~amd64 -LICENSE=Apache-2.0 -RDEPEND=>=dev-python/requests-2.5.2[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/six-1.3.0[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/websocket-client-0.32.0[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) -SLOT=0 -SRC_URI=https://github.com/docker/docker-py/archive/1.3.1.tar.gz -> docker-py-1.3.1.tar.gz -_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb vcs-snapshot b45be87e7012be0af8424e8a5644da1d -_md5_=552946d4a9c35c5b361b0a520b7e0e86 diff --git a/metadata/md5-cache/dev-python/docker-py-1.5.0 b/metadata/md5-cache/dev-python/docker-py-1.5.0 deleted file mode 100644 index 9e4fdc4ab113..000000000000 --- a/metadata/md5-cache/dev-python/docker-py-1.5.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] doc? ( >=dev-python/mkdocs-0.14.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] ) test? ( >=dev-python/mock-1.0.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/pytest-2.7.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/pytest-cov-2.1.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] ) 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=Python client for Docker -EAPI=5 -HOMEPAGE=https://github.com/docker/docker-py -IUSE=doc test python_targets_python2_7 python_targets_python3_4 -KEYWORDS=~amd64 -LICENSE=Apache-2.0 -RDEPEND=>=dev-python/requests-2.5.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/six-1.4.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/websocket-client-0.32.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] 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://github.com/docker/docker-py/archive/1.5.0.tar.gz -> docker-py-1.5.0.tar.gz -_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb vcs-snapshot b45be87e7012be0af8424e8a5644da1d -_md5_=bd43966216627ae1d7950e7f44a5e4b6 diff --git a/metadata/md5-cache/dev-python/docker-py-1.4.0 b/metadata/md5-cache/dev-python/docker-py-1.8.0_rc2 similarity index 65% rename from metadata/md5-cache/dev-python/docker-py-1.4.0 rename to metadata/md5-cache/dev-python/docker-py-1.8.0_rc2 index 12287b3eef9f..7a333f141b3d 100644 --- a/metadata/md5-cache/dev-python/docker-py-1.4.0 +++ b/metadata/md5-cache/dev-python/docker-py-1.8.0_rc2 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] doc? ( >=dev-python/mkdocs-0.14.0[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) test? ( >=dev-python/mock-1.0.1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/pytest-2.7.2[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/pytest-cov-2.1.0[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] doc? ( >=dev-python/mkdocs-0.14.0[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) test? ( ~dev-python/mock-1.0.1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ~dev-python/pytest-2.7.2[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ~dev-python/pytest-cov-2.1.0[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] DESCRIPTION=Python client for Docker EAPI=5 HOMEPAGE=https://github.com/docker/docker-py @@ -9,6 +9,6 @@ LICENSE=Apache-2.0 RDEPEND=>=dev-python/requests-2.5.2[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/six-1.4.0[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/websocket-client-0.32.0[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) SLOT=0 -SRC_URI=https://github.com/docker/docker-py/archive/1.4.0.tar.gz -> docker-py-1.4.0.tar.gz +SRC_URI=https://github.com/docker/docker-py/archive/1.8.0-rc2.tar.gz -> docker-py-1.8.0_rc2.tar.gz _eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb vcs-snapshot b45be87e7012be0af8424e8a5644da1d -_md5_=c812a5821d2cda41777761dcc21158b2 +_md5_=1f1a590195adae6dcfb3bf323f5906dd diff --git a/metadata/md5-cache/dev-python/idna-2.1 b/metadata/md5-cache/dev-python/idna-2.1 new file mode 100644 index 000000000000..d6d3bd3bbb29 --- /dev/null +++ b/metadata/md5-cache/dev-python/idna-2.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,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_3(-),-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_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,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_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +DESCRIPTION=Internationalized Domain Names in Applications (IDNA) +EAPI=5 +HOMEPAGE=https://github.com/kjd/idna +IUSE=python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux +LICENSE=BSD +RDEPEND=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_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,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_3(-),-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_3 python_targets_python3_4 python_targets_python3_5 ) +SLOT=0 +SRC_URI=mirror://pypi/i/idna/idna-2.1.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb +_md5_=18a0ce15644da80701bdab771268d85e diff --git a/metadata/md5-cache/dev-python/jaraco-functools-1.8.2 b/metadata/md5-cache/dev-python/jaraco-functools-1.11 similarity index 78% rename from metadata/md5-cache/dev-python/jaraco-functools-1.8.2 rename to metadata/md5-cache/dev-python/jaraco-functools-1.11 index 7c335dc10491..347898f06955 100644 --- a/metadata/md5-cache/dev-python/jaraco-functools-1.8.2 +++ b/metadata/md5-cache/dev-python/jaraco-functools-1.11 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=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(-)] >=dev-python/setuptools_scm-1.9[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/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-python/backports-functools-lru-cache[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-python/pytest-2.8[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/pytest-runner[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(-)] +DEPEND=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(-)] >=dev-python/setuptools_scm-1.9[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/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-python/backports-functools-lru-cache[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-python/pytest-2.8[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/pytest-runner[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(-)] ) 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=Additional functions used by other projects by developer jaraco EAPI=6 HOMEPAGE=https://github.com/jaraco/jaraco.functools @@ -9,6 +9,6 @@ LICENSE=MIT RDEPEND=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-python/backports-functools-lru-cache[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=mirror://pypi/j/jaraco.functools/jaraco.functools-1.8.2.tar.gz +SRC_URI=mirror://pypi/j/jaraco.functools/jaraco.functools-1.11.tar.gz _eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=e214ad4defcd5f49bb2cf69001aa11a2 +_md5_=63717272d56bdd61ee8b60989ebc30c4 diff --git a/metadata/md5-cache/dev-python/m2crypto-0.24.0 b/metadata/md5-cache/dev-python/m2crypto-0.24.0 new file mode 100644 index 000000000000..d8360b209a32 --- /dev/null +++ b/metadata/md5-cache/dev-python/m2crypto-0.24.0 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=!libressl? ( >=dev-libs/openssl-0.9.8:0= ) libressl? ( dev-libs/libressl:= ) >=dev-lang/swig-1.3.28:0 dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +DESCRIPTION=M2Crypto: A Python crypto and SSL toolkit +EAPI=5 +HOMEPAGE=https://github.com/martinpaljak/M2Crypto https://pypi.python.org/pypi/M2Crypto +IUSE=libressl python_targets_python2_7 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~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=BSD +RDEPEND=!libressl? ( >=dev-libs/openssl-0.9.8:0= ) libressl? ( dev-libs/libressl:= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://pypi/M/M2Crypto/M2Crypto-0.24.0.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb +_md5_=f5a92d570b2b3d446ec2d2f06de81190 diff --git a/metadata/md5-cache/dev-python/mysqlclient-1.3.7 b/metadata/md5-cache/dev-python/mysqlclient-1.3.7 index 0e0402c87437..c101adc9f078 100644 --- a/metadata/md5-cache/dev-python/mysqlclient-1.3.7 +++ b/metadata/md5-cache/dev-python/mysqlclient-1.3.7 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=!dev-python/mysql-python virtual/mysql dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] doc? ( dev-python/sphinx[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] +DEPEND=!dev-python/mysql-python virtual/mysql dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] doc? ( dev-python/sphinx[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] DESCRIPTION=Fork of MySQL-python EAPI=5 HOMEPAGE=https://pypi.python.org/pypi/mysqlclient/ https://github.com/PyMySQL/mysqlclient-python -IUSE=doc python_targets_pypy python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 +IUSE=doc python_targets_pypy python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 -RDEPEND=!dev-python/mysql-python virtual/mysql python_targets_pypy? ( virtual/pypy:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] -REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) +RDEPEND=!dev-python/mysql-python virtual/mysql python_targets_pypy? ( virtual/pypy:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 ) SLOT=0 SRC_URI=mirror://pypi/m/mysqlclient/mysqlclient-1.3.7.tar.gz _eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=7c13ab869256cefeb675e474164b5b7b +_md5_=8e34fc235d7a626c1ba7559146ac5301 diff --git a/metadata/md5-cache/dev-python/packaging-16.6 b/metadata/md5-cache/dev-python/packaging-16.6 new file mode 100644 index 000000000000..7641dfe7b282 --- /dev/null +++ b/metadata/md5-cache/dev-python/packaging-16.6 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install preinst prepare test +DEPEND=test? ( dev-python/pretend[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,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_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pytest[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,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_3(-),-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_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,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_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +DESCRIPTION=Core utilities for Python packages +EAPI=6 +HOMEPAGE=https://github.com/pypa/packaging https://pypi.python.org/pypi/packaging +IUSE=test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=|| ( Apache-2.0 BSD-2 ) +PDEPEND=dev-python/pyparsing[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,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_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/six[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,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_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +RDEPEND=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_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,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_3(-),-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_3 python_targets_python3_4 python_targets_python3_5 ) +SLOT=0 +SRC_URI=mirror://pypi/p/packaging/packaging-16.6.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb +_md5_=50849108cb13c02a04ec4c1637ace528 diff --git a/metadata/md5-cache/dev-python/psutil-4.1.0 b/metadata/md5-cache/dev-python/psutil-4.1.0 new file mode 100644 index 000000000000..524a4ec059d0 --- /dev/null +++ b/metadata/md5-cache/dev-python/psutil-4.1.0 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,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_3(-),-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_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,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_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +DESCRIPTION=Retrieve information on running processes and system utilization +EAPI=6 +HOMEPAGE=https://github.com/giampaolo/psutil https://pypi.python.org/pypi/psutil/ +IUSE=python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 +KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=BSD +RDEPEND=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_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,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_3(-),-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_3 python_targets_python3_4 python_targets_python3_5 ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://pypi/p/psutil/psutil-4.1.0.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb +_md5_=b96694ae106d5574ed91c0969b634b16 diff --git a/metadata/md5-cache/dev-python/pylint-1.5.5 b/metadata/md5-cache/dev-python/pylint-1.5.5 new file mode 100644 index 000000000000..07d4c78c3751 --- /dev/null +++ b/metadata/md5-cache/dev-python/pylint-1.5.5 @@ -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_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] doc? ( dev-python/sphinx[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) test? ( >=dev-python/astroid-1.4.1[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] =dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[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_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-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_3 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.1[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] =dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[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_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://pypi/p/pylint/pylint-1.5.5.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb +_md5_=88996332d462cf115ad5fc35a980fe0f diff --git a/metadata/md5-cache/dev-python/pytz-2016.3 b/metadata/md5-cache/dev-python/pytz-2016.3 new file mode 100644 index 000000000000..ce9584f0e4b2 --- /dev/null +++ b/metadata/md5-cache/dev-python/pytz-2016.3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,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_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=sys-libs/timezone-data-2015g python_targets_pypy? ( virtual/pypy:0=[threads(+)] ) python_targets_pypy3? ( virtual/pypy3:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[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_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,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_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +DESCRIPTION=World timezone definitions for Python +EAPI=5 +HOMEPAGE=http://pythonhosted.org/pytz/ https://pypi.python.org/pypi/pytz/ +IUSE=python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +LICENSE=MIT +RDEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,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_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=sys-libs/timezone-data-2015g python_targets_pypy? ( virtual/pypy:0=[threads(+)] ) python_targets_pypy3? ( virtual/pypy3:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[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_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,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_3(-),-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_3 python_targets_python3_4 python_targets_python3_5 ) +SLOT=0 +SRC_URI=mirror://pypi/p/pytz/pytz-2016.3.tar.bz2 +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb +_md5_=f7dfbae786cd25bd3512c30bccae8bfd diff --git a/metadata/md5-cache/dev-python/setuptools-20.6.7 b/metadata/md5-cache/dev-python/setuptools-20.6.7 new file mode 100644 index 000000000000..553d7f395e75 --- /dev/null +++ b/metadata/md5-cache/dev-python/setuptools-20.6.7 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=test? ( >=dev-python/pytest-2.8[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,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_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/mock[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,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_3(-),-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_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,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_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +DESCRIPTION=Collection of extensions to Distutils +EAPI=6 +HOMEPAGE=https://pypi.python.org/pypi/setuptools +IUSE=test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=MIT +PDEPEND=>=dev-python/certifi-2015.11.20[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,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_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +RDEPEND=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_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,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_3(-),-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_3 python_targets_python3_4 python_targets_python3_5 ) +SLOT=0 +SRC_URI=mirror://pypi/s/setuptools/setuptools-20.6.7.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb +_md5_=dbe841e82dd6a3a55f733bfa1e277b04 diff --git a/metadata/md5-cache/dev-python/urllib3-1.14 b/metadata/md5-cache/dev-python/urllib3-1.14 index 0c7c282b0518..efe310b7b940 100644 --- a/metadata/md5-cache/dev-python/urllib3-1.14 +++ b/metadata/md5-cache/dev-python/urllib3-1.14 @@ -4,11 +4,11 @@ DESCRIPTION=HTTP library with thread-safe connection pooling, file post, and mor EAPI=6 HOMEPAGE=https://github.com/shazow/urllib3 IUSE=doc test python_targets_pypy python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 -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 ~amd64-linux ~x86-linux LICENSE=MIT RDEPEND=dev-python/PySocks[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/certifi[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/six[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pyopenssl-0.13[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_pypy? ( dev-python/backports-ssl-match-hostname[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/backports-ssl-match-hostname[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_pypy? ( dev-python/ndg-httpsclient[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/ndg-httpsclient[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_pypy? ( dev-python/pyasn1[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/pyasn1[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_pypy? ( virtual/pypy:0=[ssl(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[ssl(+)] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[ssl(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[ssl(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[ssl(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 ) SLOT=0 SRC_URI=mirror://pypi/u/urllib3/urllib3-1.14.tar.gz _eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=49ea16faca1e3d9f72072ae3ed5043c6 +_md5_=edc65a923d9f167e7bcdab1e2d2a817f diff --git a/metadata/md5-cache/dev-python/whoosh-2.7.3 b/metadata/md5-cache/dev-python/whoosh-2.7.3 new file mode 100644 index 000000000000..a6625ddf1232 --- /dev/null +++ b/metadata/md5-cache/dev-python/whoosh-2.7.3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=app-arch/unzip dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] test? ( dev-python/pytest[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +DESCRIPTION=Fast, pure-Python full text indexing, search and spell checking library +EAPI=5 +HOMEPAGE=https://bitbucket.org/mchaput/whoosh/wiki/Home/ https://pypi.python.org/pypi/Whoosh/ +IUSE=doc test python_targets_pypy python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 +KEYWORDS=~amd64 ~x86 +LICENSE=BSD-2 +RDEPEND=python_targets_pypy? ( virtual/pypy:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 ) +SLOT=0 +SRC_URI=mirror://pypi/W/Whoosh/Whoosh-2.7.3.zip +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb +_md5_=2b1bd2a24ee4bae74d385b167b8f614d diff --git a/metadata/md5-cache/dev-ruby/bcrypt-ruby-3.1.10 b/metadata/md5-cache/dev-ruby/bcrypt-ruby-3.1.10 index 615a6a602582..3dc1c83b5e43 100644 --- a/metadata/md5-cache/dev-ruby/bcrypt-ruby-3.1.10 +++ b/metadata/md5-cache/dev-ruby/bcrypt-ruby-3.1.10 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) 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_ruby19? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=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_ruby20? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) 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] ) ) DESCRIPTION=An easy way to keep your users' passwords secure EAPI=5 HOMEPAGE=https://github.com/codahale/bcrypt-ruby -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test test +IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test test KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~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_ruby19? ( dev-lang/ruby:1.9 ) 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_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) SLOT=0 SRC_URI=mirror://rubygems/bcrypt-3.1.10.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=fb2c73a28f25088366ef9c9af5e20128 +_md5_=c0801462abea3e0be44666ab4426c81f diff --git a/metadata/md5-cache/dev-ruby/bcrypt-ruby-3.1.9 b/metadata/md5-cache/dev-ruby/bcrypt-ruby-3.1.9 index 9ad795d95bac..435b1885e2bb 100644 --- a/metadata/md5-cache/dev-ruby/bcrypt-ruby-3.1.9 +++ b/metadata/md5-cache/dev-ruby/bcrypt-ruby-3.1.9 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby19] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) +DEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) DESCRIPTION=An easy way to keep your users' passwords secure EAPI=5 HOMEPAGE=https://github.com/codahale/bcrypt-ruby -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 test test +IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 test test KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~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_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ) +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ) SLOT=0 SRC_URI=mirror://rubygems/bcrypt-3.1.9.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=96782ca68cec41fd9442e9e936323ea4 +_md5_=5790532158b2f2f51b697c81ec6e5dbd diff --git a/metadata/md5-cache/dev-ruby/capistrano-stats-1.1.1 b/metadata/md5-cache/dev-ruby/capistrano-stats-1.1.1 index 79b026aae9e7..ed15fc43fb9f 100644 --- a/metadata/md5-cache/dev-ruby/capistrano-stats-1.1.1 +++ b/metadata/md5-cache/dev-ruby/capistrano-stats-1.1.1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) 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_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) 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] ) ) DESCRIPTION=Official metrics to help the development direction of Capistrano EAPI=5 HOMEPAGE=http://metrics.capistranorb.com/ -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test +IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test KEYWORDS=~amd64 LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) 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_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) SLOT=1 SRC_URI=mirror://rubygems/capistrano-stats-1.1.1.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=0d34101f60ac22d0e6e5c61098a6f8e2 +_md5_=e44dc2080165abc40e70307a1b2c51cc diff --git a/metadata/md5-cache/dev-ruby/capybara-1.1.4 b/metadata/md5-cache/dev-ruby/capybara-1.1.4 index 1422d624cd80..c65dfc15f42d 100644 --- a/metadata/md5-cache/dev-ruby/capybara-1.1.4 +++ b/metadata/md5-cache/dev-ruby/capybara-1.1.4 @@ -1,15 +1,15 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( >=dev-ruby/mime-types-1.16[ruby_targets_ruby19] >=dev-ruby/nokogiri-1.3.3[ruby_targets_ruby19] >=dev-ruby/rack-1.0.0[ruby_targets_ruby19] >=dev-ruby/rack-test-0.5.4[ruby_targets_ruby19] >=dev-ruby/selenium-webdriver-2.0[ruby_targets_ruby19] >=dev-ruby/xpath-0.1.4:0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/mime-types-1.16[ruby_targets_ruby20] >=dev-ruby/nokogiri-1.3.3[ruby_targets_ruby20] >=dev-ruby/rack-1.0.0[ruby_targets_ruby20] >=dev-ruby/rack-test-0.5.4[ruby_targets_ruby20] >=dev-ruby/selenium-webdriver-2.0[ruby_targets_ruby20] >=dev-ruby/xpath-0.1.4:0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/mime-types-1.16[ruby_targets_ruby21] >=dev-ruby/nokogiri-1.3.3[ruby_targets_ruby21] >=dev-ruby/rack-1.0.0[ruby_targets_ruby21] >=dev-ruby/rack-test-0.5.4[ruby_targets_ruby21] >=dev-ruby/selenium-webdriver-2.0[ruby_targets_ruby21] >=dev-ruby/xpath-0.1.4:0[ruby_targets_ruby21] ) ) test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) +DEPEND=test? ( ruby_targets_ruby20? ( >=dev-ruby/mime-types-1.16[ruby_targets_ruby20] >=dev-ruby/nokogiri-1.3.3[ruby_targets_ruby20] >=dev-ruby/rack-1.0.0[ruby_targets_ruby20] >=dev-ruby/rack-test-0.5.4[ruby_targets_ruby20] >=dev-ruby/selenium-webdriver-2.0[ruby_targets_ruby20] >=dev-ruby/xpath-0.1.4:0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/mime-types-1.16[ruby_targets_ruby21] >=dev-ruby/nokogiri-1.3.3[ruby_targets_ruby21] >=dev-ruby/rack-1.0.0[ruby_targets_ruby21] >=dev-ruby/rack-test-0.5.4[ruby_targets_ruby21] >=dev-ruby/selenium-webdriver-2.0[ruby_targets_ruby21] >=dev-ruby/xpath-0.1.4:0[ruby_targets_ruby21] ) ) test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) DESCRIPTION=Capybara aims to simplify the process of integration testing Rack applications EAPI=4 HOMEPAGE=https://github.com/jnicklas/capybara -IUSE=test test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 test +IUSE=test test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 test KEYWORDS=~amd64 LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/mime-types-1.16[ruby_targets_ruby19] >=dev-ruby/nokogiri-1.3.3[ruby_targets_ruby19] >=dev-ruby/rack-1.0.0[ruby_targets_ruby19] >=dev-ruby/rack-test-0.5.4[ruby_targets_ruby19] >=dev-ruby/selenium-webdriver-2.0[ruby_targets_ruby19] >=dev-ruby/xpath-0.1.4:0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/mime-types-1.16[ruby_targets_ruby20] >=dev-ruby/nokogiri-1.3.3[ruby_targets_ruby20] >=dev-ruby/rack-1.0.0[ruby_targets_ruby20] >=dev-ruby/rack-test-0.5.4[ruby_targets_ruby20] >=dev-ruby/selenium-webdriver-2.0[ruby_targets_ruby20] >=dev-ruby/xpath-0.1.4:0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/mime-types-1.16[ruby_targets_ruby21] >=dev-ruby/nokogiri-1.3.3[ruby_targets_ruby21] >=dev-ruby/rack-1.0.0[ruby_targets_ruby21] >=dev-ruby/rack-test-0.5.4[ruby_targets_ruby21] >=dev-ruby/selenium-webdriver-2.0[ruby_targets_ruby21] >=dev-ruby/xpath-0.1.4:0[ruby_targets_ruby21] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ) +RDEPEND=ruby_targets_ruby20? ( >=dev-ruby/mime-types-1.16[ruby_targets_ruby20] >=dev-ruby/nokogiri-1.3.3[ruby_targets_ruby20] >=dev-ruby/rack-1.0.0[ruby_targets_ruby20] >=dev-ruby/rack-test-0.5.4[ruby_targets_ruby20] >=dev-ruby/selenium-webdriver-2.0[ruby_targets_ruby20] >=dev-ruby/xpath-0.1.4:0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/mime-types-1.16[ruby_targets_ruby21] >=dev-ruby/nokogiri-1.3.3[ruby_targets_ruby21] >=dev-ruby/rack-1.0.0[ruby_targets_ruby21] >=dev-ruby/rack-test-0.5.4[ruby_targets_ruby21] >=dev-ruby/selenium-webdriver-2.0[ruby_targets_ruby21] >=dev-ruby/xpath-0.1.4:0[ruby_targets_ruby21] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ) RESTRICT=test SLOT=0 SRC_URI=mirror://rubygems/capybara-1.1.4.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=43191e2c0215d200de9d5938ac733ede +_md5_=39af1f982ba466f051055e2ed8d25681 diff --git a/metadata/md5-cache/dev-ruby/capybara-2.5.0 b/metadata/md5-cache/dev-ruby/capybara-2.5.0 index 40c8d41b03c4..05bf0add64ee 100644 --- a/metadata/md5-cache/dev-ruby/capybara-2.5.0 +++ b/metadata/md5-cache/dev-ruby/capybara-2.5.0 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( www-client/firefox ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby19] dev-ruby/launchy[ruby_targets_ruby19] >=dev-ruby/selenium-webdriver-2.0[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] dev-ruby/launchy[ruby_targets_ruby20] >=dev-ruby/selenium-webdriver-2.0[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] dev-ruby/launchy[ruby_targets_ruby21] >=dev-ruby/selenium-webdriver-2.0[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby22] dev-ruby/launchy[ruby_targets_ruby22] >=dev-ruby/selenium-webdriver-2.0[ruby_targets_ruby22] ) ) test? ( ruby_targets_ruby19? ( >=dev-ruby/mime-types-1.16:*[ruby_targets_ruby19] >=dev-ruby/nokogiri-1.3.3[ruby_targets_ruby19] >=dev-ruby/rack-1.0.0:*[ruby_targets_ruby19] >=dev-ruby/rack-test-0.5.4[ruby_targets_ruby19] >=dev-ruby/xpath-2.0.0:2[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/mime-types-1.16:*[ruby_targets_ruby20] >=dev-ruby/nokogiri-1.3.3[ruby_targets_ruby20] >=dev-ruby/rack-1.0.0:*[ruby_targets_ruby20] >=dev-ruby/rack-test-0.5.4[ruby_targets_ruby20] >=dev-ruby/xpath-2.0.0:2[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/mime-types-1.16:*[ruby_targets_ruby21] >=dev-ruby/nokogiri-1.3.3[ruby_targets_ruby21] >=dev-ruby/rack-1.0.0:*[ruby_targets_ruby21] >=dev-ruby/rack-test-0.5.4[ruby_targets_ruby21] >=dev-ruby/xpath-2.0.0:2[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/mime-types-1.16:*[ruby_targets_ruby22] >=dev-ruby/nokogiri-1.3.3[ruby_targets_ruby22] >=dev-ruby/rack-1.0.0:*[ruby_targets_ruby22] >=dev-ruby/rack-test-0.5.4[ruby_targets_ruby22] >=dev-ruby/xpath-2.0.0:2[ruby_targets_ruby22] ) ) test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) 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_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=test? ( www-client/firefox ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] dev-ruby/launchy[ruby_targets_ruby20] >=dev-ruby/selenium-webdriver-2.0[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] dev-ruby/launchy[ruby_targets_ruby21] >=dev-ruby/selenium-webdriver-2.0[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby22] dev-ruby/launchy[ruby_targets_ruby22] >=dev-ruby/selenium-webdriver-2.0[ruby_targets_ruby22] ) ) test? ( ruby_targets_ruby20? ( >=dev-ruby/mime-types-1.16:*[ruby_targets_ruby20] >=dev-ruby/nokogiri-1.3.3[ruby_targets_ruby20] >=dev-ruby/rack-1.0.0:*[ruby_targets_ruby20] >=dev-ruby/rack-test-0.5.4[ruby_targets_ruby20] >=dev-ruby/xpath-2.0.0:2[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/mime-types-1.16:*[ruby_targets_ruby21] >=dev-ruby/nokogiri-1.3.3[ruby_targets_ruby21] >=dev-ruby/rack-1.0.0:*[ruby_targets_ruby21] >=dev-ruby/rack-test-0.5.4[ruby_targets_ruby21] >=dev-ruby/xpath-2.0.0:2[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/mime-types-1.16:*[ruby_targets_ruby22] >=dev-ruby/nokogiri-1.3.3[ruby_targets_ruby22] >=dev-ruby/rack-1.0.0:*[ruby_targets_ruby22] >=dev-ruby/rack-test-0.5.4[ruby_targets_ruby22] >=dev-ruby/xpath-2.0.0:2[ruby_targets_ruby22] ) ) test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) 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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) 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] ) ) DESCRIPTION=Capybara aims to simplify the process of integration testing Rack applications EAPI=5 HOMEPAGE=https://github.com/jnicklas/capybara -IUSE=test test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test +IUSE=test test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test KEYWORDS=~amd64 ~x86 LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/mime-types-1.16:*[ruby_targets_ruby19] >=dev-ruby/nokogiri-1.3.3[ruby_targets_ruby19] >=dev-ruby/rack-1.0.0:*[ruby_targets_ruby19] >=dev-ruby/rack-test-0.5.4[ruby_targets_ruby19] >=dev-ruby/xpath-2.0.0:2[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/mime-types-1.16:*[ruby_targets_ruby20] >=dev-ruby/nokogiri-1.3.3[ruby_targets_ruby20] >=dev-ruby/rack-1.0.0:*[ruby_targets_ruby20] >=dev-ruby/rack-test-0.5.4[ruby_targets_ruby20] >=dev-ruby/xpath-2.0.0:2[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/mime-types-1.16:*[ruby_targets_ruby21] >=dev-ruby/nokogiri-1.3.3[ruby_targets_ruby21] >=dev-ruby/rack-1.0.0:*[ruby_targets_ruby21] >=dev-ruby/rack-test-0.5.4[ruby_targets_ruby21] >=dev-ruby/xpath-2.0.0:2[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/mime-types-1.16:*[ruby_targets_ruby22] >=dev-ruby/nokogiri-1.3.3[ruby_targets_ruby22] >=dev-ruby/rack-1.0.0:*[ruby_targets_ruby22] >=dev-ruby/rack-test-0.5.4[ruby_targets_ruby22] >=dev-ruby/xpath-2.0.0:2[ruby_targets_ruby22] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) 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_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +RDEPEND=ruby_targets_ruby20? ( >=dev-ruby/mime-types-1.16:*[ruby_targets_ruby20] >=dev-ruby/nokogiri-1.3.3[ruby_targets_ruby20] >=dev-ruby/rack-1.0.0:*[ruby_targets_ruby20] >=dev-ruby/rack-test-0.5.4[ruby_targets_ruby20] >=dev-ruby/xpath-2.0.0:2[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/mime-types-1.16:*[ruby_targets_ruby21] >=dev-ruby/nokogiri-1.3.3[ruby_targets_ruby21] >=dev-ruby/rack-1.0.0:*[ruby_targets_ruby21] >=dev-ruby/rack-test-0.5.4[ruby_targets_ruby21] >=dev-ruby/xpath-2.0.0:2[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/mime-types-1.16:*[ruby_targets_ruby22] >=dev-ruby/nokogiri-1.3.3[ruby_targets_ruby22] >=dev-ruby/rack-1.0.0:*[ruby_targets_ruby22] >=dev-ruby/rack-test-0.5.4[ruby_targets_ruby22] >=dev-ruby/xpath-2.0.0:2[ruby_targets_ruby22] ) 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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) SLOT=2 SRC_URI=mirror://rubygems/capybara-2.5.0.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=b1f1cb27de52548371ba07f767250cd5 +_md5_=a64d58b064ee6a90ae93c41ee2a8515a diff --git a/metadata/md5-cache/dev-ruby/colorator-0.1-r1 b/metadata/md5-cache/dev-ruby/colorator-0.1-r1 index 296ccf4edcf5..338014ec5269 100644 --- a/metadata/md5-cache/dev-ruby/colorator-0.1-r1 +++ b/metadata/md5-cache/dev-ruby/colorator-0.1-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) 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_ruby19? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ) 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_ruby19? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby19] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) 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_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=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_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_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) 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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) 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] ) ) DESCRIPTION=Colorize your text in the terminal EAPI=5 HOMEPAGE=https://github.com/octopress/colorator -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test test +IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test test KEYWORDS=~amd64 LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) 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_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) SLOT=0 SRC_URI=mirror://rubygems/colorator-0.1.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=fa272429fda2a1b8fdad9ff231a09154 +_md5_=007babd08970d3aa6f919ad072d2ecdc diff --git a/metadata/md5-cache/dev-ruby/colored-1.2 b/metadata/md5-cache/dev-ruby/colored-1.2 index bf05dc297acb..7d3f773176b9 100644 --- a/metadata/md5-cache/dev-ruby/colored-1.2 +++ b/metadata/md5-cache/dev-ruby/colored-1.2 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) 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_ruby19? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ) 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_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) 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_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=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_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_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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) 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] ) ) DESCRIPTION=Console coloring EAPI=5 HOMEPAGE=https://github.com/defunkt/colored -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test test +IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test test KEYWORDS=~amd64 ~x86 LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) 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_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) SLOT=0 SRC_URI=mirror://rubygems/colored-1.2.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=696b0e47b23462f495bd02e9478b3391 +_md5_=7585fc20bec565731754bfcf3408d4e5 diff --git a/metadata/md5-cache/dev-ruby/columnize-0.8.9 b/metadata/md5-cache/dev-ruby/columnize-0.8.9 index 75a4c0dca99f..af400c42c615 100644 --- a/metadata/md5-cache/dev-ruby/columnize-0.8.9 +++ b/metadata/md5-cache/dev-ruby/columnize-0.8.9 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) +DEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) DESCRIPTION=Sorts an array in column order EAPI=5 HOMEPAGE=https://github.com/rocky/columnize -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 doc test test +IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 doc test test KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris LICENSE=Ruby -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ) +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ) SLOT=0 SRC_URI=mirror://rubygems/columnize-0.8.9.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8d263d7ab81729f1c1af9e6b18378ded +_md5_=0f2ac41ede64b318a20653292cb685e4 diff --git a/metadata/md5-cache/dev-ruby/columnize-0.9.0 b/metadata/md5-cache/dev-ruby/columnize-0.9.0 index f0868f90ad13..44cf55e9e8ba 100644 --- a/metadata/md5-cache/dev-ruby/columnize-0.9.0 +++ b/metadata/md5-cache/dev-ruby/columnize-0.9.0 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) 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_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) 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_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=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_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rake[ruby_targets_ruby22] ) ) 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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) 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] ) ) DESCRIPTION=Sorts an array in column order EAPI=5 HOMEPAGE=https://github.com/rocky/columnize -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test test +IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test test KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris LICENSE=Ruby -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) 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_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) SLOT=0 SRC_URI=mirror://rubygems/columnize-0.9.0.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=ef24e2c105997fb48c72b1e8deb1a7f8 +_md5_=6de28cf1ead1045e3dd44751c5eaf8a4 diff --git a/metadata/md5-cache/dev-ruby/configliere-0.4.18-r1 b/metadata/md5-cache/dev-ruby/configliere-0.4.18-r1 deleted file mode 100644 index bbd5c4c910ea..000000000000 --- a/metadata/md5-cache/dev-ruby/configliere-0.4.18-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( >=dev-ruby/highline-1.5.2[ruby_targets_ruby19] >=dev-ruby/multi_json-1.1[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/highline-1.5.2[ruby_targets_ruby20] >=dev-ruby/multi_json-1.1[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/highline-1.5.2[ruby_targets_ruby21] >=dev-ruby/multi_json-1.1[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby19] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) -DESCRIPTION=Settings manager for Ruby scripts -EAPI=5 -HOMEPAGE=https://github.com/infochimps-labs/configliere -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 doc test test -KEYWORDS=~amd64 -LICENSE=Apache-2.0 -RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/highline-1.5.2[ruby_targets_ruby19] >=dev-ruby/multi_json-1.1[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/highline-1.5.2[ruby_targets_ruby20] >=dev-ruby/multi_json-1.1[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/highline-1.5.2[ruby_targets_ruby21] >=dev-ruby/multi_json-1.1[ruby_targets_ruby21] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ) -SLOT=0 -SRC_URI=mirror://rubygems/configliere-0.4.18.gem -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=0071ba3585736a090b80028205c9042b diff --git a/metadata/md5-cache/dev-ruby/configliere-0.4.22 b/metadata/md5-cache/dev-ruby/configliere-0.4.22 index 009ea2fa676d..ee0d0aebed66 100644 --- a/metadata/md5-cache/dev-ruby/configliere-0.4.22 +++ b/metadata/md5-cache/dev-ruby/configliere-0.4.22 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( >=dev-ruby/highline-1.5.2[ruby_targets_ruby19] >=dev-ruby/multi_json-1.10.1[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/highline-1.5.2[ruby_targets_ruby20] >=dev-ruby/multi_json-1.10.1[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/highline-1.5.2[ruby_targets_ruby21] >=dev-ruby/multi_json-1.10.1[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby19] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) +DEPEND=test? ( ruby_targets_ruby20? ( >=dev-ruby/highline-1.5.2[ruby_targets_ruby20] >=dev-ruby/multi_json-1.10.1[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/highline-1.5.2[ruby_targets_ruby21] >=dev-ruby/multi_json-1.10.1[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) DESCRIPTION=Settings manager for Ruby scripts EAPI=5 HOMEPAGE=https://github.com/infochimps-labs/configliere -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 doc test test +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 doc test test KEYWORDS=~amd64 LICENSE=Apache-2.0 -RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/highline-1.5.2[ruby_targets_ruby19] >=dev-ruby/multi_json-1.10.1[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/highline-1.5.2[ruby_targets_ruby20] >=dev-ruby/multi_json-1.10.1[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/highline-1.5.2[ruby_targets_ruby21] >=dev-ruby/multi_json-1.10.1[ruby_targets_ruby21] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ) +RDEPEND=ruby_targets_ruby20? ( >=dev-ruby/highline-1.5.2[ruby_targets_ruby20] >=dev-ruby/multi_json-1.10.1[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/highline-1.5.2[ruby_targets_ruby21] >=dev-ruby/multi_json-1.10.1[ruby_targets_ruby21] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ) SLOT=0 SRC_URI=mirror://rubygems/configliere-0.4.22.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=30b53819c8c4f3d64f9537536c6f1446 +_md5_=28daa93f9113610b57ccfe346fde3d10 diff --git a/metadata/md5-cache/dev-ruby/dbf-2.0.13 b/metadata/md5-cache/dev-ruby/dbf-2.0.13 index 97b5567edbad..ff101decaec0 100644 --- a/metadata/md5-cache/dev-ruby/dbf-2.0.13 +++ b/metadata/md5-cache/dev-ruby/dbf-2.0.13 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) 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_ruby19? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ) 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_ruby19? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=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_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_ruby20? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) 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] ) ) DESCRIPTION=a small fast library for reading dBase, xBase, Clipper and FoxPro database files EAPI=5 HOMEPAGE=https://github.com/infused/dbf -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test test +IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test test KEYWORDS=~amd64 ~x86 LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) 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_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) SLOT=0 SRC_URI=mirror://rubygems/dbf-2.0.13.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=ad670f8cf7f200b79e96c34118dcd181 +_md5_=6a06aaa79e5c0a5b5115c2553092be66 diff --git a/metadata/md5-cache/dev-ruby/dbf-2.0.8 b/metadata/md5-cache/dev-ruby/dbf-2.0.8 index a1beabd57e3f..150e36ee80cc 100644 --- a/metadata/md5-cache/dev-ruby/dbf-2.0.8 +++ b/metadata/md5-cache/dev-ruby/dbf-2.0.8 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby19] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) +DEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) DESCRIPTION=a small fast library for reading dBase, xBase, Clipper and FoxPro database files EAPI=5 HOMEPAGE=https://github.com/infused/dbf -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 doc test test +IUSE=elibc_FreeBSD ruby_targets_ruby20 doc test test KEYWORDS=amd64 x86 LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ) +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ) SLOT=0 SRC_URI=mirror://rubygems/dbf-2.0.8.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=d1717acd72d1548448edab71d09fcbe9 +_md5_=ca6a31f194b52b189db2e53ec69b9d05 diff --git a/metadata/md5-cache/dev-ruby/deprecated-3.0.1-r1 b/metadata/md5-cache/dev-ruby/deprecated-3.0.1-r1 index f5c11748a316..6eac7ecb434e 100644 --- a/metadata/md5-cache/dev-ruby/deprecated-3.0.1-r1 +++ b/metadata/md5-cache/dev-ruby/deprecated-3.0.1-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) +DEPEND=ruby_targets_ruby20? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby20] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) DESCRIPTION=A Ruby library for handling deprecated code EAPI=5 HOMEPAGE=https://github.com/erikh/deprecated -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 test +IUSE=test elibc_FreeBSD ruby_targets_ruby20 test KEYWORDS=amd64 ppc x86 LICENSE=BSD -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ) +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ) SLOT=3 SRC_URI=mirror://rubygems/deprecated-3.0.1.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=6b18d3c713eb9cc6c88e8efa036ad8b5 +_md5_=1fa19fa995b4e3dbccffc3fe9ee0472d diff --git a/metadata/md5-cache/dev-ruby/deprecated-3.0.1-r2 b/metadata/md5-cache/dev-ruby/deprecated-3.0.1-r2 index f688a7388aa2..0fab328f43de 100644 --- a/metadata/md5-cache/dev-ruby/deprecated-3.0.1-r2 +++ b/metadata/md5-cache/dev-ruby/deprecated-3.0.1-r2 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) 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_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=ruby_targets_ruby20? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby22] ) ) 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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) 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] ) ) DESCRIPTION=A Ruby library for handling deprecated code EAPI=5 HOMEPAGE=https://github.com/erikh/deprecated -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test KEYWORDS=~amd64 ~ppc ~x86 LICENSE=BSD -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) 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_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) SLOT=3 SRC_URI=mirror://rubygems/deprecated-3.0.1.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9ee02b50ca9e421575dd8b2b2980ac25 +_md5_=c46bdea14da70a5ec35d31f534ec472f diff --git a/metadata/md5-cache/dev-ruby/fakeweb-1.3.0-r1 b/metadata/md5-cache/dev-ruby/fakeweb-1.3.0-r1 index 9943478a65da..281b88e6cbe2 100644 --- a/metadata/md5-cache/dev-ruby/fakeweb-1.3.0-r1 +++ b/metadata/md5-cache/dev-ruby/fakeweb-1.3.0-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( test? ( dev-ruby/mocha:0.13[ruby_targets_ruby19] dev-ruby/test-unit[ruby_targets_ruby19] dev-ruby/samuel[ruby_targets_ruby19] dev-ruby/right_http_connection[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/mocha:0.13[ruby_targets_ruby20] dev-ruby/test-unit[ruby_targets_ruby20] dev-ruby/samuel[ruby_targets_ruby20] dev-ruby/right_http_connection[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) +DEPEND=ruby_targets_ruby20? ( test? ( dev-ruby/mocha:0.13[ruby_targets_ruby20] dev-ruby/test-unit[ruby_targets_ruby20] dev-ruby/samuel[ruby_targets_ruby20] dev-ruby/right_http_connection[ruby_targets_ruby20] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) DESCRIPTION=Helper for faking web requests in Ruby EAPI=5 HOMEPAGE=https://github.com/chrisk/fakeweb -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 doc test test +IUSE=elibc_FreeBSD ruby_targets_ruby20 doc test test KEYWORDS=amd64 ~arm ~ppc ~ppc64 ~x86 LICENSE=GPL-2 -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ) +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ) SLOT=0 SRC_URI=mirror://rubygems/fakeweb-1.3.0.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=f89154eba515c2c6da2dc51ffb9d174f +_md5_=06e1cddfe26085b8abc167328cad3d61 diff --git a/metadata/md5-cache/dev-ruby/fakeweb-1.3.0-r2 b/metadata/md5-cache/dev-ruby/fakeweb-1.3.0-r2 index bf072ace9d1f..4abe75a7ba70 100644 --- a/metadata/md5-cache/dev-ruby/fakeweb-1.3.0-r2 +++ b/metadata/md5-cache/dev-ruby/fakeweb-1.3.0-r2 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( test? ( dev-ruby/mocha:0.14[ruby_targets_ruby19] dev-ruby/test-unit[ruby_targets_ruby19] dev-ruby/samuel[ruby_targets_ruby19] dev-ruby/right_http_connection[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/mocha:0.14[ruby_targets_ruby20] dev-ruby/test-unit[ruby_targets_ruby20] dev-ruby/samuel[ruby_targets_ruby20] dev-ruby/right_http_connection[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/mocha:0.14[ruby_targets_ruby21] dev-ruby/test-unit[ruby_targets_ruby21] dev-ruby/samuel[ruby_targets_ruby21] dev-ruby/right_http_connection[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) +DEPEND=ruby_targets_ruby20? ( test? ( dev-ruby/mocha:0.14[ruby_targets_ruby20] dev-ruby/test-unit[ruby_targets_ruby20] dev-ruby/samuel[ruby_targets_ruby20] dev-ruby/right_http_connection[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/mocha:0.14[ruby_targets_ruby21] dev-ruby/test-unit[ruby_targets_ruby21] dev-ruby/samuel[ruby_targets_ruby21] dev-ruby/right_http_connection[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) DESCRIPTION=Helper for faking web requests in Ruby EAPI=5 HOMEPAGE=https://github.com/chrisk/fakeweb -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 doc test test +IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 doc test test KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 LICENSE=GPL-2 -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ) +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ) SLOT=0 SRC_URI=mirror://rubygems/fakeweb-1.3.0.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=f872d5cb7bef72af813ee65cc2abbb64 +_md5_=1a74ae0d402ba979b4b94c143544c673 diff --git a/metadata/md5-cache/dev-ruby/fast_xs-0.8.0-r1 b/metadata/md5-cache/dev-ruby/fast_xs-0.8.0-r1 index dd511b9200ef..4caf1deca8de 100644 --- a/metadata/md5-cache/dev-ruby/fast_xs-0.8.0-r1 +++ b/metadata/md5-cache/dev-ruby/fast_xs-0.8.0-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( doc? ( >=dev-ruby/hoe-2.3.2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( >=dev-ruby/hoe-2.3.2[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( test? ( >=dev-ruby/hoe-2.3.2[ruby_targets_ruby19] dev-ruby/rack[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( >=dev-ruby/hoe-2.3.2[ruby_targets_ruby20] dev-ruby/rack[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) +DEPEND=ruby_targets_ruby20? ( doc? ( >=dev-ruby/hoe-2.3.2[ruby_targets_ruby20] ) ) ruby_targets_ruby20? ( test? ( >=dev-ruby/hoe-2.3.2[ruby_targets_ruby20] dev-ruby/rack[ruby_targets_ruby20] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) DESCRIPTION=fast_xs text escaping library ruby bindings EAPI=5 HOMEPAGE=https://github.com/brianmario/fast_xs -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 doc test test +IUSE=elibc_FreeBSD ruby_targets_ruby20 doc test test KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-solaris LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ) +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ) SLOT=0 SRC_URI=mirror://rubygems/fast_xs-0.8.0.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=d2312eabd4da3d1fc66dadf95b66ea1f +_md5_=7449f510ee89871711e861ffe4d2733a diff --git a/metadata/md5-cache/dev-ruby/fxruby-1.6.29 b/metadata/md5-cache/dev-ruby/fxruby-1.6.29 index 19f5c49668dc..2f7f9278ca7d 100644 --- a/metadata/md5-cache/dev-ruby/fxruby-1.6.29 +++ b/metadata/md5-cache/dev-ruby/fxruby-1.6.29 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=x11-libs/fox:1.6 >=x11-libs/fxscintilla-1.62-r1 dev-lang/swig ruby_targets_ruby19? ( test? ( dev-ruby/ruby-opengl[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/ruby-opengl[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) +DEPEND=x11-libs/fox:1.6 >=x11-libs/fxscintilla-1.62-r1 dev-lang/swig ruby_targets_ruby20? ( test? ( dev-ruby/ruby-opengl[ruby_targets_ruby20] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) DESCRIPTION=Ruby language binding to the FOX GUI toolkit EAPI=5 HOMEPAGE=http://www.fxruby.org/ -IUSE=examples doc test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 test test +IUSE=examples doc test elibc_FreeBSD ruby_targets_ruby20 test test KEYWORDS=amd64 hppa ppc ppc64 x86 ~x86-fbsd LICENSE=LGPL-2.1 -RDEPEND=x11-libs/fox:1.6 >=x11-libs/fxscintilla-1.62-r1 ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ) +RDEPEND=x11-libs/fox:1.6 >=x11-libs/fxscintilla-1.62-r1 ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ) SLOT=1.6 SRC_URI=mirror://rubygems/fxruby-1.6.29.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=20f0e44f0cded37b20f03bf07566724a +_md5_=cdde9312250c39fbf1a7492cb806bee1 diff --git a/metadata/md5-cache/dev-ruby/fxruby-1.6.29-r1 b/metadata/md5-cache/dev-ruby/fxruby-1.6.29-r1 index deee445dd05e..2e54436bc2ef 100644 --- a/metadata/md5-cache/dev-ruby/fxruby-1.6.29-r1 +++ b/metadata/md5-cache/dev-ruby/fxruby-1.6.29-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=x11-libs/fox:1.6 >=x11-libs/fxscintilla-1.62-r1 dev-lang/swig ruby_targets_ruby19? ( test? ( dev-ruby/ruby-opengl[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/ruby-opengl[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/ruby-opengl[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) +DEPEND=x11-libs/fox:1.6 >=x11-libs/fxscintilla-1.62-r1 dev-lang/swig ruby_targets_ruby20? ( test? ( dev-ruby/ruby-opengl[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/ruby-opengl[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) DESCRIPTION=Ruby language binding to the FOX GUI toolkit EAPI=5 HOMEPAGE=http://www.fxruby.org/ -IUSE=examples doc test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 test test +IUSE=examples doc test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 test test KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd LICENSE=LGPL-2.1 -RDEPEND=x11-libs/fox:1.6 >=x11-libs/fxscintilla-1.62-r1 ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ) +RDEPEND=x11-libs/fox:1.6 >=x11-libs/fxscintilla-1.62-r1 ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ) SLOT=1.6 SRC_URI=mirror://rubygems/fxruby-1.6.29.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=20f244f4231c73eecb5eb3d6b745d579 +_md5_=e434c02ddf1b4abe33bdf2a33641a838 diff --git a/metadata/md5-cache/dev-ruby/hoe-seattlerb-1.3.2-r1 b/metadata/md5-cache/dev-ruby/hoe-seattlerb-1.3.2-r1 index 1286bd65b431..3322e66a8c7d 100644 --- a/metadata/md5-cache/dev-ruby/hoe-seattlerb-1.3.2-r1 +++ b/metadata/md5-cache/dev-ruby/hoe-seattlerb-1.3.2-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( doc? ( >=dev-ruby/hoe-2.12[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( >=dev-ruby/hoe-2.12[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) +DEPEND=ruby_targets_ruby20? ( doc? ( >=dev-ruby/hoe-2.12[ruby_targets_ruby20] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) DESCRIPTION=Hoe plugins providing tasks used by seattle.rb EAPI=5 HOMEPAGE=http://seattlerb.rubyforge.org/hoe-seattlerb -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 doc test +IUSE=elibc_FreeBSD ruby_targets_ruby20 doc 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=MIT -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ) +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ) SLOT=0 SRC_URI=mirror://rubygems/hoe-seattlerb-1.3.2.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=29a2a5af7aa5ca4253b6bdda7f198ceb +_md5_=1ce66a1ee761247df9cfc890da40e442 diff --git a/metadata/md5-cache/dev-ruby/hoe-seattlerb-1.3.3 b/metadata/md5-cache/dev-ruby/hoe-seattlerb-1.3.3 index 77e63365f84d..3de6ecd39b03 100644 --- a/metadata/md5-cache/dev-ruby/hoe-seattlerb-1.3.3 +++ b/metadata/md5-cache/dev-ruby/hoe-seattlerb-1.3.3 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) 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_ruby19? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ) 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_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=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_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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) 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] ) ) DESCRIPTION=Hoe plugins providing tasks used by seattle.rb EAPI=5 HOMEPAGE=http://seattlerb.rubyforge.org/hoe-seattlerb -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test +IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc 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=MIT -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) 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_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) SLOT=0 SRC_URI=mirror://rubygems/hoe-seattlerb-1.3.3.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=1cbf30d654bf3107c520c52c098cfef9 +_md5_=639ae740ab0a90857cbf4ae73ab3f155 diff --git a/metadata/md5-cache/dev-ruby/mab-0.0.3 b/metadata/md5-cache/dev-ruby/mab-0.0.3 index 16f301ba386c..9a03eb2d223a 100644 --- a/metadata/md5-cache/dev-ruby/mab-0.0.3 +++ b/metadata/md5-cache/dev-ruby/mab-0.0.3 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( test? ( >=dev-ruby/minitest-4:0[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( >=dev-ruby/minitest-4:0[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( >=dev-ruby/minitest-4:0[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( >=dev-ruby/minitest-4:0[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) 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_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) 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_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=ruby_targets_ruby20? ( test? ( >=dev-ruby/minitest-4:0[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( >=dev-ruby/minitest-4:0[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( >=dev-ruby/minitest-4:0[ruby_targets_ruby22] ) ) 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_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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) 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] ) ) DESCRIPTION=Markup as Ruby EAPI=5 HOMEPAGE=https://github.com/camping/mab -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test test +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test test KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) 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_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) SLOT=0 SRC_URI=mirror://rubygems/mab-0.0.3.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=65f55a6dd22453cbdc59d8ca6516633c +_md5_=8ae660cfa83874bbc5d82cd72576b173 diff --git a/metadata/md5-cache/dev-ruby/metasploit-credential-1.0.0 b/metadata/md5-cache/dev-ruby/metasploit-credential-1.0.0 index 8fb3956f4511..c60f6dada64b 100644 --- a/metadata/md5-cache/dev-ruby/metasploit-credential-1.0.0 +++ b/metadata/md5-cache/dev-ruby/metasploit-credential-1.0.0 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( >=dev-ruby/metasploit-concern-1.0.0:1.0[ruby_targets_ruby19] >=dev-ruby/metasploit_data_models-1.2.0[ruby_targets_ruby19] >=dev-ruby/metasploit-model-1.0.0[ruby_targets_ruby19] dev-ruby/rubyzip:1[ruby_targets_ruby19] dev-ruby/rubyntlm[ruby_targets_ruby19] >=dev-ruby/railties-4.0.9:4.0[ruby_targets_ruby19] dev-ruby/pg[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/metasploit-concern-1.0.0:1.0[ruby_targets_ruby20] >=dev-ruby/metasploit_data_models-1.2.0[ruby_targets_ruby20] >=dev-ruby/metasploit-model-1.0.0[ruby_targets_ruby20] dev-ruby/rubyzip:1[ruby_targets_ruby20] dev-ruby/rubyntlm[ruby_targets_ruby20] >=dev-ruby/railties-4.0.9:4.0[ruby_targets_ruby20] dev-ruby/pg[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/metasploit-concern-1.0.0:1.0[ruby_targets_ruby21] >=dev-ruby/metasploit_data_models-1.2.0[ruby_targets_ruby21] >=dev-ruby/metasploit-model-1.0.0[ruby_targets_ruby21] dev-ruby/rubyzip:1[ruby_targets_ruby21] dev-ruby/rubyntlm[ruby_targets_ruby21] >=dev-ruby/railties-4.0.9:4.0[ruby_targets_ruby21] dev-ruby/pg[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) +DEPEND=test? ( ruby_targets_ruby20? ( >=dev-ruby/metasploit-concern-1.0.0:1.0[ruby_targets_ruby20] >=dev-ruby/metasploit_data_models-1.2.0[ruby_targets_ruby20] >=dev-ruby/metasploit-model-1.0.0[ruby_targets_ruby20] dev-ruby/rubyzip:1[ruby_targets_ruby20] dev-ruby/rubyntlm[ruby_targets_ruby20] >=dev-ruby/railties-4.0.9:4.0[ruby_targets_ruby20] dev-ruby/pg[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/metasploit-concern-1.0.0:1.0[ruby_targets_ruby21] >=dev-ruby/metasploit_data_models-1.2.0[ruby_targets_ruby21] >=dev-ruby/metasploit-model-1.0.0[ruby_targets_ruby21] dev-ruby/rubyzip:1[ruby_targets_ruby21] dev-ruby/rubyntlm[ruby_targets_ruby21] >=dev-ruby/railties-4.0.9:4.0[ruby_targets_ruby21] dev-ruby/pg[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) DESCRIPTION=Code for modeling and managing credentials in Metasploit EAPI=5 HOMEPAGE=https://github.com/rapid7/metasploit-credential -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 doc test test +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 doc test test KEYWORDS=~amd64 ~arm ~x86 LICENSE=BSD -RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/metasploit-concern-1.0.0:1.0[ruby_targets_ruby19] >=dev-ruby/metasploit_data_models-1.2.0[ruby_targets_ruby19] >=dev-ruby/metasploit-model-1.0.0[ruby_targets_ruby19] dev-ruby/rubyzip:1[ruby_targets_ruby19] dev-ruby/rubyntlm[ruby_targets_ruby19] >=dev-ruby/railties-4.0.9:4.0[ruby_targets_ruby19] dev-ruby/pg[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/metasploit-concern-1.0.0:1.0[ruby_targets_ruby20] >=dev-ruby/metasploit_data_models-1.2.0[ruby_targets_ruby20] >=dev-ruby/metasploit-model-1.0.0[ruby_targets_ruby20] dev-ruby/rubyzip:1[ruby_targets_ruby20] dev-ruby/rubyntlm[ruby_targets_ruby20] >=dev-ruby/railties-4.0.9:4.0[ruby_targets_ruby20] dev-ruby/pg[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/metasploit-concern-1.0.0:1.0[ruby_targets_ruby21] >=dev-ruby/metasploit_data_models-1.2.0[ruby_targets_ruby21] >=dev-ruby/metasploit-model-1.0.0[ruby_targets_ruby21] dev-ruby/rubyzip:1[ruby_targets_ruby21] dev-ruby/rubyntlm[ruby_targets_ruby21] >=dev-ruby/railties-4.0.9:4.0[ruby_targets_ruby21] dev-ruby/pg[ruby_targets_ruby21] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ) +RDEPEND=ruby_targets_ruby20? ( >=dev-ruby/metasploit-concern-1.0.0:1.0[ruby_targets_ruby20] >=dev-ruby/metasploit_data_models-1.2.0[ruby_targets_ruby20] >=dev-ruby/metasploit-model-1.0.0[ruby_targets_ruby20] dev-ruby/rubyzip:1[ruby_targets_ruby20] dev-ruby/rubyntlm[ruby_targets_ruby20] >=dev-ruby/railties-4.0.9:4.0[ruby_targets_ruby20] dev-ruby/pg[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/metasploit-concern-1.0.0:1.0[ruby_targets_ruby21] >=dev-ruby/metasploit_data_models-1.2.0[ruby_targets_ruby21] >=dev-ruby/metasploit-model-1.0.0[ruby_targets_ruby21] dev-ruby/rubyzip:1[ruby_targets_ruby21] dev-ruby/rubyntlm[ruby_targets_ruby21] >=dev-ruby/railties-4.0.9:4.0[ruby_targets_ruby21] dev-ruby/pg[ruby_targets_ruby21] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ) SLOT=1.0 SRC_URI=mirror://rubygems/metasploit-credential-1.0.0.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=bbbe551fc485d696000a190ca2acff77 +_md5_=6210106ac472cd4d5e32a24caa195925 diff --git a/metadata/md5-cache/dev-ruby/rubytest-0.7.0 b/metadata/md5-cache/dev-ruby/rubytest-0.7.0 index e48cd0fbcdf3..2f4c5fe02c4b 100644 --- a/metadata/md5-cache/dev-ruby/rubytest-0.7.0 +++ b/metadata/md5-cache/dev-ruby/rubytest-0.7.0 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( test? ( dev-ruby/ae[ruby_targets_ruby19] dev-ruby/qed[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/ae[ruby_targets_ruby20] dev-ruby/qed[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/ae[ruby_targets_ruby21] dev-ruby/qed[ruby_targets_ruby21] ) ) test? ( ruby_targets_ruby19? ( dev-ruby/ansi[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/ansi[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/ansi[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( doc? ( dev-ruby/yard[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/yard[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/yard[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) +DEPEND=ruby_targets_ruby20? ( test? ( dev-ruby/ae[ruby_targets_ruby20] dev-ruby/qed[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/ae[ruby_targets_ruby21] dev-ruby/qed[ruby_targets_ruby21] ) ) test? ( ruby_targets_ruby20? ( dev-ruby/ansi[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/ansi[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( doc? ( dev-ruby/yard[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/yard[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) DESCRIPTION=Ruby Test is a universal test harness for Ruby EAPI=5 HOMEPAGE=https://rubyworks.github.io/rubytest/ -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 doc test +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 doc test KEYWORDS=~amd64 LICENSE=BSD-2 -RDEPEND=ruby_targets_ruby19? ( dev-ruby/ansi[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/ansi[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/ansi[ruby_targets_ruby21] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ) +RDEPEND=ruby_targets_ruby20? ( dev-ruby/ansi[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/ansi[ruby_targets_ruby21] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ) SLOT=0 SRC_URI=mirror://rubygems/rubytest-0.7.0.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=959a61011ceb82f42f6985bf970bf198 +_md5_=bf725a5711770b4d46459a65ac2b7851 diff --git a/metadata/md5-cache/dev-ruby/rubytest-0.8.1 b/metadata/md5-cache/dev-ruby/rubytest-0.8.1 index 858118100219..939ef93db666 100644 --- a/metadata/md5-cache/dev-ruby/rubytest-0.8.1 +++ b/metadata/md5-cache/dev-ruby/rubytest-0.8.1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( test? ( dev-ruby/ae[ruby_targets_ruby19] dev-ruby/qed[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/ae[ruby_targets_ruby20] dev-ruby/qed[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/ae[ruby_targets_ruby21] dev-ruby/qed[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/ae[ruby_targets_ruby22] dev-ruby/qed[ruby_targets_ruby22] ) ) test? ( ruby_targets_ruby19? ( dev-ruby/ansi[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/ansi[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/ansi[ruby_targets_ruby21] ) ruby_targets_ruby22? ( dev-ruby/ansi[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) 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_ruby19? ( doc? ( dev-ruby/yard[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/yard[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/yard[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/yard[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=ruby_targets_ruby20? ( test? ( dev-ruby/ae[ruby_targets_ruby20] dev-ruby/qed[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/ae[ruby_targets_ruby21] dev-ruby/qed[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/ae[ruby_targets_ruby22] dev-ruby/qed[ruby_targets_ruby22] ) ) test? ( ruby_targets_ruby20? ( dev-ruby/ansi[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/ansi[ruby_targets_ruby21] ) ruby_targets_ruby22? ( dev-ruby/ansi[ruby_targets_ruby22] ) ) 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_ruby20? ( doc? ( dev-ruby/yard[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/yard[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/yard[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) 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] ) ) DESCRIPTION=Ruby Test is a universal test harness for Ruby EAPI=5 HOMEPAGE=https://rubyworks.github.io/rubytest/ -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=BSD-2 -RDEPEND=ruby_targets_ruby19? ( dev-ruby/ansi[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/ansi[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/ansi[ruby_targets_ruby21] ) ruby_targets_ruby22? ( dev-ruby/ansi[ruby_targets_ruby22] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) 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_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +RDEPEND=ruby_targets_ruby20? ( dev-ruby/ansi[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/ansi[ruby_targets_ruby21] ) ruby_targets_ruby22? ( dev-ruby/ansi[ruby_targets_ruby22] ) 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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) SLOT=0 SRC_URI=mirror://rubygems/rubytest-0.8.1.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=af04d74c42d0bc364bfa3ac795ff5332 +_md5_=bf47260fac687149af3110f4feb844b5 diff --git a/metadata/md5-cache/dev-ruby/shoulda-context-1.1.6 b/metadata/md5-cache/dev-ruby/shoulda-context-1.1.6 index 5e9d2c7c6869..125be126adbc 100644 --- a/metadata/md5-cache/dev-ruby/shoulda-context-1.1.6 +++ b/metadata/md5-cache/dev-ruby/shoulda-context-1.1.6 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby19] stamp-0.5.0.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b3dddf881ea6e800084cc24b56054f51 +_md5_=15296a7958618a6574a50bc799e6826f diff --git a/metadata/md5-cache/dev-ruby/stamp-0.6.0 b/metadata/md5-cache/dev-ruby/stamp-0.6.0 index ccd08584aa4a..efb425082a80 100644 --- a/metadata/md5-cache/dev-ruby/stamp-0.6.0 +++ b/metadata/md5-cache/dev-ruby/stamp-0.6.0 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( doc? ( dev-ruby/redcarpet[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/redcarpet[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/redcarpet[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( test? ( dev-util/cucumber[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-util/cucumber[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-util/cucumber[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) +DEPEND=ruby_targets_ruby20? ( doc? ( dev-ruby/redcarpet[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/redcarpet[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( test? ( dev-util/cucumber[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-util/cucumber[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) DESCRIPTION=Date and time formatting for humans EAPI=5 HOMEPAGE=https://github.com/jeremyw/stamp -IUSE=doc elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 doc test test +IUSE=doc elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 doc test test KEYWORDS=~amd64 LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ) +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ) SLOT=0 SRC_URI=https://github.com/jeremyw/stamp/archive/v0.6.0.tar.gz -> stamp-0.6.0.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=6dcbc8daa0b38a4d977e6dfc8ffaed2d +_md5_=ca24754a2c2e28d2e5f5a1ccb7f4832c diff --git a/metadata/md5-cache/dev-ruby/trollop-1.16.2-r4 b/metadata/md5-cache/dev-ruby/trollop-1.16.2-r4 index c620c3ccac02..08ce339b2d16 100644 --- a/metadata/md5-cache/dev-ruby/trollop-1.16.2-r4 +++ b/metadata/md5-cache/dev-ruby/trollop-1.16.2-r4 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) +DEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) DESCRIPTION=Trollop is a commandline option parser for Ruby EAPI=5 HOMEPAGE=http://trollop.rubyforge.org/ -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 test test +IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 test test KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris LICENSE=Ruby -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ) +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ) SLOT=0 SRC_URI=mirror://rubygems/trollop-1.16.2.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=408fd45abbea5fd5790b2285a942e44b +_md5_=351b79d017ae319beb7a3128d6f514d6 diff --git a/metadata/md5-cache/dev-ruby/trollop-2.0 b/metadata/md5-cache/dev-ruby/trollop-2.0 index 256ab34278bd..3d3d3459bec9 100644 --- a/metadata/md5-cache/dev-ruby/trollop-2.0 +++ b/metadata/md5-cache/dev-ruby/trollop-2.0 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) +DEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) DESCRIPTION=Trollop is a commandline option parser for Ruby EAPI=5 HOMEPAGE=http://trollop.rubyforge.org/ -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 test test +IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 test test KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris LICENSE=Ruby -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ) +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ) SLOT=2 SRC_URI=mirror://rubygems/trollop-2.0.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=c437b76b738794b833182f410f98cf1d +_md5_=f52c151e3fd4c7890a3656e5f26f188c diff --git a/metadata/md5-cache/dev-ruby/trollop-2.1.1 b/metadata/md5-cache/dev-ruby/trollop-2.1.1 index 7d0876790f32..47f8576d62ea 100644 --- a/metadata/md5-cache/dev-ruby/trollop-2.1.1 +++ b/metadata/md5-cache/dev-ruby/trollop-2.1.1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( test? ( dev-ruby/chronic[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/chronic[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/chronic[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/chronic[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) 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_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) 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_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=ruby_targets_ruby20? ( test? ( dev-ruby/chronic[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/chronic[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/chronic[ruby_targets_ruby22] ) ) 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_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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) 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] ) ) DESCRIPTION=Trollop is a commandline option parser for Ruby EAPI=5 HOMEPAGE=http://manageiq.github.io/trollop/ -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test test +IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test test KEYWORDS=~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) 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_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) SLOT=2 SRC_URI=mirror://rubygems/trollop-2.1.1.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=529200efe3d6cee3d556887a80c4ce46 +_md5_=142f843821b65fc7d892bd9d3bd88c04 diff --git a/metadata/md5-cache/dev-ruby/trollop-2.1.2 b/metadata/md5-cache/dev-ruby/trollop-2.1.2 index ae585dfd66c4..e0a8b7f75f79 100644 --- a/metadata/md5-cache/dev-ruby/trollop-2.1.2 +++ b/metadata/md5-cache/dev-ruby/trollop-2.1.2 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( test? ( dev-ruby/chronic[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/chronic[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/chronic[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/chronic[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) 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_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) 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_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=ruby_targets_ruby20? ( test? ( dev-ruby/chronic[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/chronic[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/chronic[ruby_targets_ruby22] ) ) 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_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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) 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] ) ) DESCRIPTION=Trollop is a commandline option parser for Ruby EAPI=5 HOMEPAGE=http://manageiq.github.io/trollop/ -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test test +IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test test KEYWORDS=~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) 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_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) SLOT=2 SRC_URI=mirror://rubygems/trollop-2.1.2.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=db3f1cfcbf786b5fdb0b7897d1b22784 +_md5_=0cfa89cf10e38dfb45024a191f526dfd diff --git a/metadata/md5-cache/dev-ruby/uuidtools-2.1.4-r1 b/metadata/md5-cache/dev-ruby/uuidtools-2.1.4-r1 index 95e1ce711033..80b5de389921 100644 --- a/metadata/md5-cache/dev-ruby/uuidtools-2.1.4-r1 +++ b/metadata/md5-cache/dev-ruby/uuidtools-2.1.4-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( doc? ( dev-ruby/yard[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/yard[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby19] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) +DEPEND=ruby_targets_ruby20? ( doc? ( dev-ruby/yard[ruby_targets_ruby20] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) DESCRIPTION=Simple library to generate UUIDs EAPI=5 HOMEPAGE=https://github.com/sporkmonger/uuidtools -IUSE=doc elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 doc test test +IUSE=doc elibc_FreeBSD ruby_targets_ruby20 doc test test KEYWORDS=amd64 x86 ~x86-macos LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ) +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ) SLOT=0 SRC_URI=mirror://rubygems/uuidtools-2.1.4.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=ed41527430c23be32291d33521ab7b3a +_md5_=456a707cea553fadd8c9ab1813e2186b diff --git a/metadata/md5-cache/dev-ruby/uuidtools-2.1.5 b/metadata/md5-cache/dev-ruby/uuidtools-2.1.5 index 149b21290746..1dec04fe84b4 100644 --- a/metadata/md5-cache/dev-ruby/uuidtools-2.1.5 +++ b/metadata/md5-cache/dev-ruby/uuidtools-2.1.5 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( doc? ( dev-ruby/yard[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/yard[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/yard[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/yard[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) 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_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=ruby_targets_ruby20? ( doc? ( dev-ruby/yard[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/yard[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/yard[ruby_targets_ruby22] ) ) 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_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) 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] ) ) DESCRIPTION=Simple library to generate UUIDs EAPI=5 HOMEPAGE=https://github.com/sporkmonger/uuidtools -IUSE=doc elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test test +IUSE=doc elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test test KEYWORDS=~amd64 ~x86 ~x86-macos LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) 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_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) SLOT=0 SRC_URI=mirror://rubygems/uuidtools-2.1.5.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=02a84c55ac92b613c80eb8643cc8d4c1 +_md5_=604b4fd3181590d27c7c521722152c52 diff --git a/metadata/md5-cache/dev-ruby/wikicloth-0.8.1 b/metadata/md5-cache/dev-ruby/wikicloth-0.8.1 index 6ff76c10afa0..8fae8328f198 100644 --- a/metadata/md5-cache/dev-ruby/wikicloth-0.8.1 +++ b/metadata/md5-cache/dev-ruby/wikicloth-0.8.1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( dev-ruby/builder[ruby_targets_ruby19] dev-ruby/expression_parser[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/builder[ruby_targets_ruby20] dev-ruby/expression_parser[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/builder[ruby_targets_ruby21] dev-ruby/expression_parser[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/activesupport[ruby_targets_ruby19] dev-ruby/test-unit[ruby_targets_ruby19] dev-ruby/i18n[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/activesupport[ruby_targets_ruby20] dev-ruby/test-unit[ruby_targets_ruby20] dev-ruby/i18n[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/activesupport[ruby_targets_ruby21] dev-ruby/test-unit[ruby_targets_ruby21] dev-ruby/i18n[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) +DEPEND=test? ( ruby_targets_ruby20? ( dev-ruby/builder[ruby_targets_ruby20] dev-ruby/expression_parser[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/builder[ruby_targets_ruby21] dev-ruby/expression_parser[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/activesupport[ruby_targets_ruby20] dev-ruby/test-unit[ruby_targets_ruby20] dev-ruby/i18n[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/activesupport[ruby_targets_ruby21] dev-ruby/test-unit[ruby_targets_ruby21] dev-ruby/i18n[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) DESCRIPTION=A mediawiki parser EAPI=5 HOMEPAGE=https://github.com/nricciar/wikicloth -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 doc test test +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 doc test test KEYWORDS=~amd64 LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( dev-ruby/builder[ruby_targets_ruby19] dev-ruby/expression_parser[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/builder[ruby_targets_ruby20] dev-ruby/expression_parser[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/builder[ruby_targets_ruby21] dev-ruby/expression_parser[ruby_targets_ruby21] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ) +RDEPEND=ruby_targets_ruby20? ( dev-ruby/builder[ruby_targets_ruby20] dev-ruby/expression_parser[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/builder[ruby_targets_ruby21] dev-ruby/expression_parser[ruby_targets_ruby21] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ) SLOT=0 SRC_URI=https://github.com/nricciar/wikicloth/archive/v0.8.1.tar.gz -> wikicloth-0.8.1.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=3dacd94eea1ab0ea1caaf4f2c587a26a +_md5_=87a9be60a54c0b27f3638105fff5a0d4 diff --git a/metadata/md5-cache/dev-ruby/wikicloth-0.8.2 b/metadata/md5-cache/dev-ruby/wikicloth-0.8.2 index 92b8fe3c274c..50cb057d2247 100644 --- a/metadata/md5-cache/dev-ruby/wikicloth-0.8.2 +++ b/metadata/md5-cache/dev-ruby/wikicloth-0.8.2 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( dev-ruby/builder[ruby_targets_ruby19] dev-ruby/expression_parser[ruby_targets_ruby19] dev-ruby/rinku[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/builder[ruby_targets_ruby20] dev-ruby/expression_parser[ruby_targets_ruby20] dev-ruby/rinku[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/builder[ruby_targets_ruby21] dev-ruby/expression_parser[ruby_targets_ruby21] dev-ruby/rinku[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/activesupport[ruby_targets_ruby19] dev-ruby/test-unit[ruby_targets_ruby19] dev-ruby/i18n[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/activesupport[ruby_targets_ruby20] dev-ruby/test-unit[ruby_targets_ruby20] dev-ruby/i18n[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/activesupport[ruby_targets_ruby21] dev-ruby/test-unit[ruby_targets_ruby21] dev-ruby/i18n[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) +DEPEND=test? ( ruby_targets_ruby20? ( dev-ruby/builder[ruby_targets_ruby20] dev-ruby/expression_parser[ruby_targets_ruby20] dev-ruby/rinku[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/builder[ruby_targets_ruby21] dev-ruby/expression_parser[ruby_targets_ruby21] dev-ruby/rinku[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/activesupport[ruby_targets_ruby20] dev-ruby/test-unit[ruby_targets_ruby20] dev-ruby/i18n[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/activesupport[ruby_targets_ruby21] dev-ruby/test-unit[ruby_targets_ruby21] dev-ruby/i18n[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) DESCRIPTION=A mediawiki parser EAPI=5 HOMEPAGE=https://github.com/nricciar/wikicloth -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 doc test test +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 doc test test KEYWORDS=~amd64 LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( dev-ruby/builder[ruby_targets_ruby19] dev-ruby/expression_parser[ruby_targets_ruby19] dev-ruby/rinku[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/builder[ruby_targets_ruby20] dev-ruby/expression_parser[ruby_targets_ruby20] dev-ruby/rinku[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/builder[ruby_targets_ruby21] dev-ruby/expression_parser[ruby_targets_ruby21] dev-ruby/rinku[ruby_targets_ruby21] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ) +RDEPEND=ruby_targets_ruby20? ( dev-ruby/builder[ruby_targets_ruby20] dev-ruby/expression_parser[ruby_targets_ruby20] dev-ruby/rinku[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/builder[ruby_targets_ruby21] dev-ruby/expression_parser[ruby_targets_ruby21] dev-ruby/rinku[ruby_targets_ruby21] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ) SLOT=0 SRC_URI=https://github.com/nricciar/wikicloth/archive/v0.8.2.tar.gz -> wikicloth-0.8.2.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=76082d0c46c04b1b80bd0863646a3499 +_md5_=2c12e0fa715b3a7d3af21535d34372e6 diff --git a/metadata/md5-cache/dev-ruby/wikicloth-0.8.3 b/metadata/md5-cache/dev-ruby/wikicloth-0.8.3 index d5bb900a1316..99a43bcacc58 100644 --- a/metadata/md5-cache/dev-ruby/wikicloth-0.8.3 +++ b/metadata/md5-cache/dev-ruby/wikicloth-0.8.3 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( dev-ruby/builder:*[ruby_targets_ruby19] dev-ruby/expression_parser[ruby_targets_ruby19] dev-ruby/htmlentities[ruby_targets_ruby19] dev-ruby/nokogiri[ruby_targets_ruby19] dev-ruby/rinku[ruby_targets_ruby19] dev-ruby/twitter-text[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/builder:*[ruby_targets_ruby20] dev-ruby/expression_parser[ruby_targets_ruby20] dev-ruby/htmlentities[ruby_targets_ruby20] dev-ruby/nokogiri[ruby_targets_ruby20] dev-ruby/rinku[ruby_targets_ruby20] dev-ruby/twitter-text[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/builder:*[ruby_targets_ruby21] dev-ruby/expression_parser[ruby_targets_ruby21] dev-ruby/htmlentities[ruby_targets_ruby21] dev-ruby/nokogiri[ruby_targets_ruby21] dev-ruby/rinku[ruby_targets_ruby21] dev-ruby/twitter-text[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/activesupport[ruby_targets_ruby19] dev-ruby/test-unit[ruby_targets_ruby19] dev-ruby/i18n[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/activesupport[ruby_targets_ruby20] dev-ruby/test-unit[ruby_targets_ruby20] dev-ruby/i18n[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/activesupport[ruby_targets_ruby21] dev-ruby/test-unit[ruby_targets_ruby21] dev-ruby/i18n[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) +DEPEND=test? ( ruby_targets_ruby20? ( dev-ruby/builder:*[ruby_targets_ruby20] dev-ruby/expression_parser[ruby_targets_ruby20] dev-ruby/htmlentities[ruby_targets_ruby20] dev-ruby/nokogiri[ruby_targets_ruby20] dev-ruby/rinku[ruby_targets_ruby20] dev-ruby/twitter-text[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/builder:*[ruby_targets_ruby21] dev-ruby/expression_parser[ruby_targets_ruby21] dev-ruby/htmlentities[ruby_targets_ruby21] dev-ruby/nokogiri[ruby_targets_ruby21] dev-ruby/rinku[ruby_targets_ruby21] dev-ruby/twitter-text[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/activesupport[ruby_targets_ruby20] dev-ruby/test-unit[ruby_targets_ruby20] dev-ruby/i18n[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/activesupport[ruby_targets_ruby21] dev-ruby/test-unit[ruby_targets_ruby21] dev-ruby/i18n[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) DESCRIPTION=A mediawiki parser EAPI=5 HOMEPAGE=https://github.com/nricciar/wikicloth -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 doc test test +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 doc test test KEYWORDS=~amd64 LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( dev-ruby/builder:*[ruby_targets_ruby19] dev-ruby/expression_parser[ruby_targets_ruby19] dev-ruby/htmlentities[ruby_targets_ruby19] dev-ruby/nokogiri[ruby_targets_ruby19] dev-ruby/rinku[ruby_targets_ruby19] dev-ruby/twitter-text[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/builder:*[ruby_targets_ruby20] dev-ruby/expression_parser[ruby_targets_ruby20] dev-ruby/htmlentities[ruby_targets_ruby20] dev-ruby/nokogiri[ruby_targets_ruby20] dev-ruby/rinku[ruby_targets_ruby20] dev-ruby/twitter-text[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/builder:*[ruby_targets_ruby21] dev-ruby/expression_parser[ruby_targets_ruby21] dev-ruby/htmlentities[ruby_targets_ruby21] dev-ruby/nokogiri[ruby_targets_ruby21] dev-ruby/rinku[ruby_targets_ruby21] dev-ruby/twitter-text[ruby_targets_ruby21] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ) +RDEPEND=ruby_targets_ruby20? ( dev-ruby/builder:*[ruby_targets_ruby20] dev-ruby/expression_parser[ruby_targets_ruby20] dev-ruby/htmlentities[ruby_targets_ruby20] dev-ruby/nokogiri[ruby_targets_ruby20] dev-ruby/rinku[ruby_targets_ruby20] dev-ruby/twitter-text[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/builder:*[ruby_targets_ruby21] dev-ruby/expression_parser[ruby_targets_ruby21] dev-ruby/htmlentities[ruby_targets_ruby21] dev-ruby/nokogiri[ruby_targets_ruby21] dev-ruby/rinku[ruby_targets_ruby21] dev-ruby/twitter-text[ruby_targets_ruby21] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ) SLOT=0 SRC_URI=https://github.com/nricciar/wikicloth/archive/v0.8.3.tar.gz -> wikicloth-0.8.3.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=2c08374ec3ff991fae655e06c1ec78a6 +_md5_=f8d6751079baf5166b131821f4096bd6 diff --git a/metadata/md5-cache/dev-util/bnfc-2.7.1 b/metadata/md5-cache/dev-util/bnfc-2.8.1 similarity index 89% rename from metadata/md5-cache/dev-util/bnfc-2.7.1 rename to metadata/md5-cache/dev-util/bnfc-2.8.1 index c0a8518ec442..e5f07d389c47 100644 --- a/metadata/md5-cache/dev-util/bnfc-2.7.1 +++ b/metadata/md5-cache/dev-util/bnfc-2.8.1 @@ -8,7 +8,7 @@ KEYWORDS=~amd64 ~ppc ~x86 LICENSE=GPL-2 RDEPEND=dev-haskell/mtl:=[profile?] >=dev-lang/ghc-7.4.1:= RESTRICT=test -SLOT=0/2.7.1 -SRC_URI=mirror://hackage/packages/archive/BNFC/2.7.1/BNFC-2.7.1.tar.gz +SLOT=0/2.8.1 +SRC_URI=mirror://hackage/packages/archive/BNFC/2.8.1/BNFC-2.8.1.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e ghc-package 892c6c35a9ac0993e65049c039438508 haskell-cabal e93b3ae2b779ea727098c318740957e3 multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9f6a0cc97efe8adc549967e32393cb4d +_md5_=153f3c864aa6408f6b7876ebcf743365 diff --git a/metadata/md5-cache/dev-util/bustle-0.4.3 b/metadata/md5-cache/dev-util/bustle-0.4.3 deleted file mode 100644 index 324f57872cb5..000000000000 --- a/metadata/md5-cache/dev-util/bustle-0.4.3 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm setup test -DEPEND=dev-libs/glib:2 net-libs/libpcap sys-apps/dbus x11-libs/cairo x11-libs/pango gnome-base/libglade:2.0 >=dev-haskell/cabal-1.8.0.2 dev-haskell/cairo >=dev-haskell/dbus-0.10 dev-haskell/glib >=dev-haskell/gtk-0.12.4 dev-haskell/mtl dev-haskell/pango dev-haskell/parsec dev-haskell/pcap dev-haskell/text >=dev-lang/ghc-6.12.1 virtual/pkgconfig test? ( dev-haskell/hunit dev-haskell/quickcheck dev-haskell/test-framework dev-haskell/test-framework-hunit ) >=dev-haskell/cabal-1.1.4 -DESCRIPTION=Draw pretty sequence diagrams of D-Bus traffic -EAPI=5 -HOMEPAGE=http://hackage.haskell.org/package/bustle -IUSE=test -KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 -LICENSE=LGPL-2 GPL-2 -RDEPEND=dev-libs/glib:2 net-libs/libpcap sys-apps/dbus x11-libs/cairo x11-libs/pango gnome-base/libglade:2.0 -SLOT=0 -SRC_URI=mirror://hackage/packages/archive/bustle/0.4.3/bustle-0.4.3.tar.gz -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e ghc-package 892c6c35a9ac0993e65049c039438508 haskell-cabal e93b3ae2b779ea727098c318740957e3 multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9f7fa51cf8546ec5ef92898a70ed4be1 diff --git a/metadata/md5-cache/dev-util/bustle-0.5.1 b/metadata/md5-cache/dev-util/bustle-0.5.1 deleted file mode 100644 index 261a18ef05ef..000000000000 --- a/metadata/md5-cache/dev-util/bustle-0.5.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm setup test -DEPEND=dev-haskell/cairo:= >=dev-haskell/dbus-0.10:= dev-haskell/gio:= dev-haskell/glib:= >=dev-haskell/gtk3-0.13.7:0= >=dev-haskell/hgettext-0.1.5:= >=dev-haskell/mtl-2.2.1:= dev-haskell/pango:= dev-haskell/parsec:= dev-haskell/pcap:= dev-haskell/setlocale:= dev-haskell/text:= >=dev-lang/ghc-7.4.1:= dev-libs/glib:2 >=dev-haskell/cabal-1.8 virtual/pkgconfig test? ( dev-haskell/hunit dev-haskell/quickcheck dev-haskell/test-framework dev-haskell/test-framework-hunit ) >=dev-haskell/cabal-1.1.4 -DESCRIPTION=Draw sequence diagrams of D-Bus traffic -EAPI=5 -HOMEPAGE=http://hackage.haskell.org/package/bustle -IUSE=interactivetests +threaded test -KEYWORDS=~amd64 ~x86 -LICENSE=LGPL-2 GPL-2 GPL-3 -RDEPEND=dev-haskell/cairo:= >=dev-haskell/dbus-0.10:= dev-haskell/gio:= dev-haskell/glib:= >=dev-haskell/gtk3-0.13.7:0= >=dev-haskell/hgettext-0.1.5:= >=dev-haskell/mtl-2.2.1:= dev-haskell/pango:= dev-haskell/parsec:= dev-haskell/pcap:= dev-haskell/setlocale:= dev-haskell/text:= >=dev-lang/ghc-7.4.1:= dev-libs/glib:2 -SLOT=0 -SRC_URI=mirror://hackage/packages/archive/bustle/0.5.1/bustle-0.5.1.tar.gz -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e ghc-package 892c6c35a9ac0993e65049c039438508 haskell-cabal e93b3ae2b779ea727098c318740957e3 multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=2bcb1d6426d4647dfad11d135f3930d8 diff --git a/metadata/md5-cache/dev-util/bustle-0.5.2 b/metadata/md5-cache/dev-util/bustle-0.5.2 deleted file mode 100644 index d929c4efccd9..000000000000 --- a/metadata/md5-cache/dev-util/bustle-0.5.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm setup test -DEPEND=dev-haskell/cairo:= >=dev-haskell/dbus-0.10:= dev-haskell/gio:= dev-haskell/glib:= >=dev-haskell/gtk3-0.13.7:0= >=dev-haskell/hgettext-0.1.5:= >=dev-haskell/mtl-2.2.1:= dev-haskell/pango:= dev-haskell/parsec:= dev-haskell/pcap:= dev-haskell/setlocale:= dev-haskell/text:= >=dev-lang/ghc-7.4.1:= dev-libs/glib:2 >=dev-haskell/cabal-1.8 virtual/pkgconfig test? ( dev-haskell/hunit dev-haskell/quickcheck dev-haskell/test-framework dev-haskell/test-framework-hunit ) >=dev-haskell/cabal-1.1.4 -DESCRIPTION=Draw sequence diagrams of D-Bus traffic -EAPI=5 -HOMEPAGE=http://hackage.haskell.org/package/bustle -IUSE=interactivetests +threaded test -KEYWORDS=~amd64 ~x86 -LICENSE=LGPL-2 GPL-2 GPL-3 -RDEPEND=dev-haskell/cairo:= >=dev-haskell/dbus-0.10:= dev-haskell/gio:= dev-haskell/glib:= >=dev-haskell/gtk3-0.13.7:0= >=dev-haskell/hgettext-0.1.5:= >=dev-haskell/mtl-2.2.1:= dev-haskell/pango:= dev-haskell/parsec:= dev-haskell/pcap:= dev-haskell/setlocale:= dev-haskell/text:= >=dev-lang/ghc-7.4.1:= dev-libs/glib:2 -SLOT=0 -SRC_URI=mirror://hackage/packages/archive/bustle/0.5.2/bustle-0.5.2.tar.gz -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e ghc-package 892c6c35a9ac0993e65049c039438508 haskell-cabal e93b3ae2b779ea727098c318740957e3 multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=2bcb1d6426d4647dfad11d135f3930d8 diff --git a/metadata/md5-cache/dev-util/bustle-0.5.3 b/metadata/md5-cache/dev-util/bustle-0.5.4 similarity index 95% rename from metadata/md5-cache/dev-util/bustle-0.5.3 rename to metadata/md5-cache/dev-util/bustle-0.5.4 index a865ef377c99..b72b1a5a924d 100644 --- a/metadata/md5-cache/dev-util/bustle-0.5.3 +++ b/metadata/md5-cache/dev-util/bustle-0.5.4 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~x86 LICENSE=LGPL-2 GPL-2 GPL-3 RDEPEND=dev-haskell/cairo:= >=dev-haskell/dbus-0.10:= dev-haskell/gio:= dev-haskell/glib:= >=dev-haskell/gtk3-0.13.7:0= >=dev-haskell/hgettext-0.1.5:= dev-haskell/mtl:= dev-haskell/pango:= dev-haskell/parsec:= dev-haskell/pcap:= dev-haskell/setlocale:= dev-haskell/text:= >=dev-lang/ghc-7.4.1:= dev-libs/glib:2 SLOT=0 -SRC_URI=mirror://hackage/packages/archive/bustle/0.5.3/bustle-0.5.3.tar.gz +SRC_URI=mirror://hackage/packages/archive/bustle/0.5.4/bustle-0.5.4.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e ghc-package 892c6c35a9ac0993e65049c039438508 haskell-cabal e93b3ae2b779ea727098c318740957e3 multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=6dc887a25518ec1c233ff323c40a96c2 diff --git a/metadata/md5-cache/dev-util/jenkins-bin-1.642.3 b/metadata/md5-cache/dev-util/jenkins-bin-1.642.4 similarity index 84% rename from metadata/md5-cache/dev-util/jenkins-bin-1.642.3 rename to metadata/md5-cache/dev-util/jenkins-bin-1.642.4 index 0724bde3772e..188033be775e 100644 --- a/metadata/md5-cache/dev-util/jenkins-bin-1.642.3 +++ b/metadata/md5-cache/dev-util/jenkins-bin-1.642.4 @@ -8,6 +8,6 @@ LICENSE=MIT RDEPEND=media-fonts/dejavu media-libs/freetype !dev-util/jenkins-bin:0 >=virtual/jre-1.7.0 RESTRICT=mirror SLOT=lts -SRC_URI=http://mirrors.jenkins-ci.org/war-stable/1.642.3/jenkins.war -> jenkins-bin-1.642.3.war +SRC_URI=http://mirrors.jenkins-ci.org/war-stable/1.642.4/jenkins.war -> jenkins-bin-1.642.4.war _eclasses_=multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs d513d423d449877e49d99af3f7af7acb user 906f3c8eb3a2350a4f1191a89baa3e46 _md5_=d297ab1fdcad60f9ab4a1ca8eb54bf0e diff --git a/metadata/md5-cache/dev-util/jenkins-bin-1.653 b/metadata/md5-cache/dev-util/jenkins-bin-1.655 similarity index 85% rename from metadata/md5-cache/dev-util/jenkins-bin-1.653 rename to metadata/md5-cache/dev-util/jenkins-bin-1.655 index 277da6e996e6..5cd3fea02d63 100644 --- a/metadata/md5-cache/dev-util/jenkins-bin-1.653 +++ b/metadata/md5-cache/dev-util/jenkins-bin-1.655 @@ -8,6 +8,6 @@ LICENSE=MIT RDEPEND=media-fonts/dejavu media-libs/freetype !dev-util/jenkins-bin:lts >=virtual/jre-1.7.0 RESTRICT=mirror SLOT=0 -SRC_URI=http://mirrors.jenkins-ci.org/war/1.653/jenkins.war -> jenkins-bin-1.653.war +SRC_URI=http://mirrors.jenkins-ci.org/war/1.655/jenkins.war -> jenkins-bin-1.655.war _eclasses_=multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs d513d423d449877e49d99af3f7af7acb user 906f3c8eb3a2350a4f1191a89baa3e46 _md5_=cded610abe0099aba95306ccfd404b3a diff --git a/metadata/md5-cache/dev-vcs/darcs-2.10.3-r1 b/metadata/md5-cache/dev-vcs/darcs-2.10.3-r1 new file mode 100644 index 000000000000..824014dd1048 --- /dev/null +++ b/metadata/md5-cache/dev-vcs/darcs-2.10.3-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare setup test +DEPEND=>=dev-haskell/attoparsec-0.11:=[profile?] =dev-haskell/base16-bytestring-0.1:=[profile?] =dev-haskell/binary-0.5:=[profile?] =dev-haskell/cryptohash-0.4:=[profile?] =dev-haskell/data-ordlist-0.4:=[profile?] =dev-haskell/hashable-1.0:=[profile?] =dev-haskell/haskeline-0.6.3:=[profile?] =dev-haskell/html-1.0:=[profile?] =dev-haskell/mmap-0.5:=[profile?] =dev-haskell/mtl-2.1:=[profile?] =dev-haskell/old-locale-1.0:=[profile?] =dev-haskell/old-time-1.1:=[profile?] =dev-haskell/parsec-3.1:=[profile?] =dev-haskell/random-1.0:=[profile?] =dev-haskell/regex-applicative-0.2:=[profile?] =dev-haskell/regex-compat-tdfa-0.95.1:=[profile?] =dev-haskell/sandi-0.2:=[profile?] =dev-haskell/tar-0.4:=[profile?] =dev-haskell/text-0.11.3.1:=[profile?] =dev-haskell/transformers-compat-0.4:=[profile?] =dev-haskell/unix-compat-0.1.2:=[profile?] =dev-haskell/utf8-string-0.3.6:=[profile?] =dev-haskell/vector-0.7:=[profile?] =dev-haskell/zip-archive-0.2.3:=[profile?] >=dev-haskell/zlib-0.5.3.0:=[profile?] =dev-lang/ghc-7.4.1:= virtual/libiconv >=dev-haskell/transformers-0.3:=[profile?] =dev-haskell/http-4000.2.3:=[profile?] =dev-haskell/network-2.6:=[profile?] =dev-haskell/network-uri-2.6:=[profile?] =dev-haskell/network-2.3:=[profile?] =dev-haskell/terminfo-0.3:=[profile?] =dev-haskell/cabal-1.10 test? ( >=dev-haskell/cmdargs-0.10 =dev-haskell/findbin-0.0 =dev-haskell/hunit-1.0 =dev-haskell/quickcheck-2.3 =dev-haskell/shelly-1.6.2 =dev-haskell/split-0.1.4.1 =dev-haskell/test-framework-0.4.0 =dev-haskell/test-framework-hunit-0.2.2 =dev-haskell/test-framework-quickcheck2-0.3 =dev-lang/ghc-7.10.2 ) ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 +DESCRIPTION=a distributed, interactive, smart revision control system +EAPI=5 +HOMEPAGE=http://darcs.net/ +IUSE=+curl diff +http +network-uri +terminfo +threaded doc hscolour profile test +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=dev-haskell/attoparsec-0.11:=[profile?] =dev-haskell/base16-bytestring-0.1:=[profile?] =dev-haskell/binary-0.5:=[profile?] =dev-haskell/cryptohash-0.4:=[profile?] =dev-haskell/data-ordlist-0.4:=[profile?] =dev-haskell/hashable-1.0:=[profile?] =dev-haskell/haskeline-0.6.3:=[profile?] =dev-haskell/html-1.0:=[profile?] =dev-haskell/mmap-0.5:=[profile?] =dev-haskell/mtl-2.1:=[profile?] =dev-haskell/old-locale-1.0:=[profile?] =dev-haskell/old-time-1.1:=[profile?] =dev-haskell/parsec-3.1:=[profile?] =dev-haskell/random-1.0:=[profile?] =dev-haskell/regex-applicative-0.2:=[profile?] =dev-haskell/regex-compat-tdfa-0.95.1:=[profile?] =dev-haskell/sandi-0.2:=[profile?] =dev-haskell/tar-0.4:=[profile?] =dev-haskell/text-0.11.3.1:=[profile?] =dev-haskell/transformers-compat-0.4:=[profile?] =dev-haskell/unix-compat-0.1.2:=[profile?] =dev-haskell/utf8-string-0.3.6:=[profile?] =dev-haskell/vector-0.7:=[profile?] =dev-haskell/zip-archive-0.2.3:=[profile?] >=dev-haskell/zlib-0.5.3.0:=[profile?] =dev-lang/ghc-7.4.1:= virtual/libiconv >=dev-haskell/transformers-0.3:=[profile?] =dev-haskell/http-4000.2.3:=[profile?] =dev-haskell/network-2.6:=[profile?] =dev-haskell/network-uri-2.6:=[profile?] =dev-haskell/network-2.3:=[profile?] =dev-haskell/terminfo-0.3:=[profile?] =dev-haskell/exceptions-0.6:= dev-haskell/feed:= dev-haskell/hslogger:= dev-haskell/http-client:= dev-haskell/http-conduit:= dev-haskell/http-types:= dev-haskell/ifelse:= dev-haskell/json:= dev-haskell/missingh:= dev-haskell/monad-control:= dev-haskell/monad-logger:= >=dev-haskell/mtl-2:= dev-haskell/old-locale:= >=dev-haskell/optparse-applicative-0.11.0:= dev-haskell/persistent:= dev-haskell/persistent-sqlite:= dev-haskell/persistent-template:= >=dev-haskell/quickcheck-2.1:2= dev-haskell/random:= dev-haskell/regex-tdfa:= dev-haskell/resourcet:= dev-haskell/safesemaphore:= dev-haskell/sandi:= >=dev-haskell/stm-2.3:= dev-haskell/text:= dev-haskell/transformers:= dev-haskell/unix-compat:= dev-haskell/utf8-string:= dev-haskell/uuid:= >=dev-lang/ghc-7.6.1:= assistant? ( dev-haskell/dns:= dev-haskell/hinotify:= dev-haskell/mountpoints:= ) benchmark? ( dev-haskell/criterion:= ) concurrentoutput? ( >=dev-haskell/concurrent-output-1.6:= ) cryptonite? ( dev-haskell/cryptonite:= ) !cryptonite? ( >=dev-haskell/cryptohash-0.11.0:= ) dbus? ( >=dev-haskell/dbus-0.10.7:= >=dev-haskell/fdo-notify-0.3:= ) ekg? ( dev-haskell/ekg:= ) magicmime? ( dev-haskell/magic:= ) network-uri? ( >=dev-haskell/network-2.6:= >=dev-haskell/network-uri-2.6:= ) !network-uri? ( >=dev-haskell/network-2.4:= =dev-haskell/aws-0.9.2:= dev-haskell/conduit:= dev-haskell/conduit-extra:= ) torrentparser? ( >=dev-haskell/torrent-10000.0.0:= ) webapp? ( dev-haskell/blaze-builder:= dev-haskell/byteable:= dev-haskell/clientsession:= dev-haskell/crypto-api:= >=dev-haskell/path-pieces-0.1.4:= dev-haskell/securemem:= >=dev-haskell/shakespeare-2.0.0:= dev-haskell/wai:= dev-haskell/wai-extra:= >=dev-haskell/warp-3.0.0.5:= >=dev-haskell/warp-tls-1.4:= >=dev-haskell/yesod-1.2.6:= >=dev-haskell/yesod-core-1.2.19:= >=dev-haskell/yesod-default-1.2.0:= >=dev-haskell/yesod-form-1.3.15:= >=dev-haskell/yesod-static-1.2.4:= ) webdav? ( >=dev-haskell/dav-1.0:= ) xmpp? ( >=dev-haskell/gnutls-0.1.4:= dev-haskell/network-protocol-xmpp:= dev-haskell/xml-types:= ) dev-vcs/git >=dev-haskell/cabal-1.16.0 dev-lang/perl doc? ( www-apps/ikiwiki net-misc/rsync ) >=dev-haskell/cabal-1.1.4 +DESCRIPTION=manage files with git, without checking their contents into git +EAPI=5 +HOMEPAGE=http://git-annex.branchable.com/ +IUSE=+assistant benchmark +concurrentoutput +cryptonite doc +dbus ekg +magicmime +network-uri +pairing +s3 +torrentparser +webapp +webdav +xmpp +KEYWORDS=~amd64 ~x86 ~amd64-linux +LICENSE=GPL-3 +RDEPEND=dev-haskell/aeson:= dev-haskell/async:= dev-haskell/bloomfilter:= dev-haskell/case-insensitive:= dev-haskell/data-default:= dev-haskell/disk-free-space:= dev-haskell/dlist:= dev-haskell/edit-distance:= dev-haskell/esqueleto:= >=dev-haskell/exceptions-0.6:= dev-haskell/feed:= dev-haskell/hslogger:= dev-haskell/http-client:= dev-haskell/http-conduit:= dev-haskell/http-types:= dev-haskell/ifelse:= dev-haskell/json:= dev-haskell/missingh:= dev-haskell/monad-control:= dev-haskell/monad-logger:= >=dev-haskell/mtl-2:= dev-haskell/old-locale:= >=dev-haskell/optparse-applicative-0.11.0:= dev-haskell/persistent:= dev-haskell/persistent-sqlite:= dev-haskell/persistent-template:= >=dev-haskell/quickcheck-2.1:2= dev-haskell/random:= dev-haskell/regex-tdfa:= dev-haskell/resourcet:= dev-haskell/safesemaphore:= dev-haskell/sandi:= >=dev-haskell/stm-2.3:= dev-haskell/text:= dev-haskell/transformers:= dev-haskell/unix-compat:= dev-haskell/utf8-string:= dev-haskell/uuid:= >=dev-lang/ghc-7.6.1:= assistant? ( dev-haskell/dns:= dev-haskell/hinotify:= dev-haskell/mountpoints:= ) benchmark? ( dev-haskell/criterion:= ) concurrentoutput? ( >=dev-haskell/concurrent-output-1.6:= ) cryptonite? ( dev-haskell/cryptonite:= ) !cryptonite? ( >=dev-haskell/cryptohash-0.11.0:= ) dbus? ( >=dev-haskell/dbus-0.10.7:= >=dev-haskell/fdo-notify-0.3:= ) ekg? ( dev-haskell/ekg:= ) magicmime? ( dev-haskell/magic:= ) network-uri? ( >=dev-haskell/network-2.6:= >=dev-haskell/network-uri-2.6:= ) !network-uri? ( >=dev-haskell/network-2.4:= =dev-haskell/aws-0.9.2:= dev-haskell/conduit:= dev-haskell/conduit-extra:= ) torrentparser? ( >=dev-haskell/torrent-10000.0.0:= ) webapp? ( dev-haskell/blaze-builder:= dev-haskell/byteable:= dev-haskell/clientsession:= dev-haskell/crypto-api:= >=dev-haskell/path-pieces-0.1.4:= dev-haskell/securemem:= >=dev-haskell/shakespeare-2.0.0:= dev-haskell/wai:= dev-haskell/wai-extra:= >=dev-haskell/warp-3.0.0.5:= >=dev-haskell/warp-tls-1.4:= >=dev-haskell/yesod-1.2.6:= >=dev-haskell/yesod-core-1.2.19:= >=dev-haskell/yesod-default-1.2.0:= >=dev-haskell/yesod-form-1.3.15:= >=dev-haskell/yesod-static-1.2.4:= ) webdav? ( >=dev-haskell/dav-1.0:= ) xmpp? ( >=dev-haskell/gnutls-0.1.4:= dev-haskell/network-protocol-xmpp:= dev-haskell/xml-types:= ) dev-vcs/git +RESTRICT=test +SLOT=0 +SRC_URI=mirror://hackage/packages/archive/git-annex/6.20160318/git-annex-6.20160318.tar.gz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e ghc-package 892c6c35a9ac0993e65049c039438508 haskell-cabal e93b3ae2b779ea727098c318740957e3 multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=dd15ca85f160d22d91606fd0dd84a15c diff --git a/metadata/md5-cache/dev-vcs/mercurial-3.7.3 b/metadata/md5-cache/dev-vcs/mercurial-3.7.3 index d182210e5640..51d770def31b 100644 --- a/metadata/md5-cache/dev-vcs/mercurial-3.7.3 +++ b/metadata/md5-cache/dev-vcs/mercurial-3.7.3 @@ -4,11 +4,11 @@ DESCRIPTION=Scalable distributed SCM EAPI=6 HOMEPAGE=http://mercurial.selenic.com/ IUSE=bugzilla emacs gpg test tk python_targets_python2_7 -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-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 hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-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=bugzilla? ( dev-python/mysql-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) gpg? ( app-crypt/gnupg ) tk? ( dev-lang/tk ) app-misc/ca-certificates python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) >=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://mercurial.selenic.com/release/mercurial-3.7.3.tar.gz _eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c elisp-common 9f56c4e9bf1282dbfc2a5a09e1124e74 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=19cea9c4056ee434ac223f9d6f9ac944 +_md5_=bfbfae88420ece3a1ca3673f85aecf19 diff --git a/metadata/md5-cache/media-gfx/freecad-0.15.4671 b/metadata/md5-cache/media-gfx/freecad-0.15.4671 index 6e6d00fed54b..19ca76193ad6 100644 --- a/metadata/md5-cache/media-gfx/freecad-0.15.4671 +++ b/metadata/md5-cache/media-gfx/freecad-0.15.4671 @@ -11,4 +11,4 @@ RESTRICT=bindist mirror SLOT=0 SRC_URI=mirror://sourceforge/free-cad/freecad_0.15.4671.tar.gz -> freecad-0.15.4671.tar.gz _eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e fortran-2 8200fc942c3b3c1fc75d4d5bfd0ba7a2 multilib 3972ca401cf7dbb430df9995f5d8d580 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=ad25bc2bacda92e3c5bffb5ee15f559e +_md5_=8a58fcbadd94e15baed88f0664c63ca0 diff --git a/metadata/md5-cache/media-gfx/povray-3.7.0.0-r1 b/metadata/md5-cache/media-gfx/povray-3.7.0.0-r1 new file mode 100644 index 000000000000..33c692652f6d --- /dev/null +++ b/metadata/md5-cache/media-gfx/povray-3.7.0.0-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure preinst prepare test +DEPEND=>=dev-libs/boost-1.50.0:=[threads(+)] media-libs/libpng:0 sys-libs/zlib virtual/jpeg:0 openexr? ( media-libs/ilmbase media-libs/openexr ) tiff? ( media-libs/tiff:0 ) X? ( media-libs/libsdl ) sys-devel/autoconf-archive !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DESCRIPTION=The Persistence of Vision Raytracer +EAPI=6 +HOMEPAGE=http://www.povray.org/ +IUSE=debug +io-restrictions openexr static-libs tiff X test +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +LICENSE=AGPL-3 +RDEPEND=>=dev-libs/boost-1.50.0:=[threads(+)] media-libs/libpng:0 sys-libs/zlib virtual/jpeg:0 openexr? ( media-libs/ilmbase media-libs/openexr ) tiff? ( media-libs/tiff:0 ) X? ( media-libs/libsdl ) +SLOT=0 +SRC_URI=https://github.com/POV-Ray/povray/archive/v3.7.0.0.tar.gz -> povray-3.7.0.0.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 +_md5_=cc41e5a1d7b3f497b2a036df23b75f21 diff --git a/metadata/md5-cache/media-gfx/slic3r-1.1.7 b/metadata/md5-cache/media-gfx/slic3r-1.1.7 new file mode 100644 index 000000000000..b5801e8d6f56 --- /dev/null +++ b/metadata/md5-cache/media-gfx/slic3r-1.1.7 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=!=dev-lang/perl-5.16* >=dev-libs/boost-1.55[threads] dev-perl/Class-XSAccessor dev-perl/Encode-Locale dev-perl/IO-stringy >=dev-perl/Math-PlanePath-53.0.0 >=dev-perl/Moo-1.3.1 dev-perl/XML-SAX-ExpatXS virtual/perl-Carp virtual/perl-File-Spec virtual/perl-Getopt-Long virtual/perl-parent virtual/perl-Scalar-List-Utils virtual/perl-Test-Simple virtual/perl-Thread-Semaphore >=virtual/perl-threads-1.960.0 virtual/perl-Time-HiRes virtual/perl-XSLoader gui? ( dev-perl/Class-Accessor dev-perl/Growl-GNTP dev-perl/libwww-perl dev-perl/Module-Pluggable dev-perl/Net-Bonjour dev-perl/Net-DBus dev-perl/OpenGL >=dev-perl/Wx-0.991.800 dev-perl/Wx-GLCanvas >=media-libs/freeglut-3 virtual/perl-Math-Complex >=virtual/perl-Socket-2.16.0 x11-libs/libXmu ) >=dev-perl/ExtUtils-CppGuess-0.70.0 >=dev-perl/ExtUtils-Typemaps-Default-1.50.0 >=dev-perl/ExtUtils-XSpp-0.170.0 >=dev-perl/Module-Build-0.380.0 >=dev-perl/Module-Build-WithXSpp-0.140.0 >=virtual/perl-ExtUtils-MakeMaker-6.800.0 >=virtual/perl-ExtUtils-ParseXS-3.220.0 test? ( virtual/perl-Test-Harness virtual/perl-Test-Simple ) dev-lang/perl:= +DESCRIPTION=A mesh slicer to generate G-code for fused-filament-fabrication (3D printers) +EAPI=6 +HOMEPAGE=http://slic3r.org +IUSE=+gui test +KEYWORDS=~amd64 ~x86 +LICENSE=AGPL-3 CC-BY-3.0 +RDEPEND=!=dev-lang/perl-5.16* >=dev-libs/boost-1.55[threads] dev-perl/Class-XSAccessor dev-perl/Encode-Locale dev-perl/IO-stringy >=dev-perl/Math-PlanePath-53.0.0 >=dev-perl/Moo-1.3.1 dev-perl/XML-SAX-ExpatXS virtual/perl-Carp virtual/perl-File-Spec virtual/perl-Getopt-Long virtual/perl-parent virtual/perl-Scalar-List-Utils virtual/perl-Test-Simple virtual/perl-Thread-Semaphore >=virtual/perl-threads-1.960.0 virtual/perl-Time-HiRes virtual/perl-XSLoader gui? ( dev-perl/Class-Accessor dev-perl/Growl-GNTP dev-perl/libwww-perl dev-perl/Module-Pluggable dev-perl/Net-Bonjour dev-perl/Net-DBus dev-perl/OpenGL >=dev-perl/Wx-0.991.800 dev-perl/Wx-GLCanvas >=media-libs/freeglut-3 virtual/perl-Math-Complex >=virtual/perl-Socket-2.16.0 x11-libs/libXmu ) dev-lang/perl:= +SLOT=0 +SRC_URI=https://github.com/alexrj/slic3r/archive/1.1.7.tar.gz -> slic3r-1.1.7.tar.gz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c toolchain-funcs d513d423d449877e49d99af3f7af7acb +_md5_=42a6aacefd9ac15044f004229675359d diff --git a/metadata/md5-cache/media-gfx/slic3r-1.2.9 b/metadata/md5-cache/media-gfx/slic3r-1.2.9 new file mode 100644 index 000000000000..8fb19b780db6 --- /dev/null +++ b/metadata/md5-cache/media-gfx/slic3r-1.2.9 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=!=dev-lang/perl-5.16* >=dev-libs/boost-1.55[threads] dev-perl/Class-XSAccessor >=dev-perl/Encode-Locale-0.50.0 dev-perl/IO-stringy >=dev-perl/Math-PlanePath-53.0.0 >=dev-perl/Moo-1.3.1 dev-perl/XML-SAX-ExpatXS virtual/perl-Carp virtual/perl-Encode virtual/perl-File-Spec virtual/perl-Getopt-Long virtual/perl-parent virtual/perl-Scalar-List-Utils virtual/perl-Test-Simple virtual/perl-Thread-Semaphore >=virtual/perl-threads-1.960.0 virtual/perl-Time-HiRes virtual/perl-Unicode-Normalize virtual/perl-XSLoader gui? ( dev-perl/Class-Accessor dev-perl/Growl-GNTP dev-perl/libwww-perl dev-perl/Module-Pluggable dev-perl/Net-Bonjour dev-perl/Net-DBus dev-perl/OpenGL >=dev-perl/Wx-0.991.800 dev-perl/Wx-GLCanvas >=media-libs/freeglut-3 virtual/perl-Math-Complex >=virtual/perl-Socket-2.16.0 x11-libs/libXmu ) >=dev-perl/ExtUtils-CppGuess-0.70.0 >=dev-perl/ExtUtils-Typemaps-Default-1.50.0 >=dev-perl/ExtUtils-XSpp-0.170.0 >=dev-perl/Module-Build-0.380.0 >=dev-perl/Module-Build-WithXSpp-0.140.0 >=virtual/perl-ExtUtils-MakeMaker-6.800.0 >=virtual/perl-ExtUtils-ParseXS-3.220.0 test? ( virtual/perl-Test-Harness virtual/perl-Test-Simple ) dev-lang/perl:= +DESCRIPTION=A mesh slicer to generate G-code for fused-filament-fabrication (3D printers) +EAPI=6 +HOMEPAGE=http://slic3r.org +IUSE=+gui test +KEYWORDS=~amd64 ~x86 +LICENSE=AGPL-3 CC-BY-3.0 +RDEPEND=!=dev-lang/perl-5.16* >=dev-libs/boost-1.55[threads] dev-perl/Class-XSAccessor >=dev-perl/Encode-Locale-0.50.0 dev-perl/IO-stringy >=dev-perl/Math-PlanePath-53.0.0 >=dev-perl/Moo-1.3.1 dev-perl/XML-SAX-ExpatXS virtual/perl-Carp virtual/perl-Encode virtual/perl-File-Spec virtual/perl-Getopt-Long virtual/perl-parent virtual/perl-Scalar-List-Utils virtual/perl-Test-Simple virtual/perl-Thread-Semaphore >=virtual/perl-threads-1.960.0 virtual/perl-Time-HiRes virtual/perl-Unicode-Normalize virtual/perl-XSLoader gui? ( dev-perl/Class-Accessor dev-perl/Growl-GNTP dev-perl/libwww-perl dev-perl/Module-Pluggable dev-perl/Net-Bonjour dev-perl/Net-DBus dev-perl/OpenGL >=dev-perl/Wx-0.991.800 dev-perl/Wx-GLCanvas >=media-libs/freeglut-3 virtual/perl-Math-Complex >=virtual/perl-Socket-2.16.0 x11-libs/libXmu ) dev-lang/perl:= +SLOT=0 +SRC_URI=https://github.com/alexrj/slic3r/archive/1.2.9.tar.gz -> slic3r-1.2.9.tar.gz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c toolchain-funcs d513d423d449877e49d99af3f7af7acb +_md5_=3141c46d78d3ea8cfe065e1c01f0e22b diff --git a/metadata/md5-cache/media-gfx/slic3r-9999 b/metadata/md5-cache/media-gfx/slic3r-9999 new file mode 100644 index 000000000000..d901c5c3b97c --- /dev/null +++ b/metadata/md5-cache/media-gfx/slic3r-9999 @@ -0,0 +1,11 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=!=dev-lang/perl-5.16* >=dev-libs/boost-1.55[threads] dev-perl/Class-XSAccessor dev-perl/Devel-Size >=dev-perl/Encode-Locale-1.50.0 dev-perl/IO-stringy >=dev-perl/Math-PlanePath-53.0.0 >=dev-perl/Moo-1.3.1 dev-perl/XML-SAX-ExpatXS virtual/perl-Carp virtual/perl-Encode virtual/perl-File-Spec virtual/perl-Getopt-Long virtual/perl-parent virtual/perl-Scalar-List-Utils virtual/perl-Test-Simple virtual/perl-Thread-Semaphore >=virtual/perl-threads-1.960.0 virtual/perl-Time-HiRes virtual/perl-Unicode-Normalize virtual/perl-XSLoader gui? ( dev-perl/Class-Accessor dev-perl/Growl-GNTP dev-perl/libwww-perl dev-perl/Module-Pluggable dev-perl/Net-Bonjour dev-perl/Net-DBus dev-perl/OpenGL >=dev-perl/Wx-0.991.800 dev-perl/Wx-GLCanvas >=media-libs/freeglut-3 virtual/perl-Math-Complex >=virtual/perl-Socket-2.16.0 x11-libs/libXmu ) dev-perl/Devel-CheckLib >=dev-perl/ExtUtils-CppGuess-0.70.0 >=dev-perl/ExtUtils-Typemaps-Default-1.50.0 >=dev-perl/ExtUtils-XSpp-0.170.0 >=dev-perl/Module-Build-0.380.0 >=dev-perl/Module-Build-WithXSpp-0.140.0 >=virtual/perl-ExtUtils-MakeMaker-6.800.0 >=virtual/perl-ExtUtils-ParseXS-3.220.0 test? ( virtual/perl-Test-Harness virtual/perl-Test-Simple ) >=dev-vcs/git-1.8.2.1 dev-lang/perl:= +DESCRIPTION=A mesh slicer to generate G-code for fused-filament-fabrication (3D printers) +EAPI=6 +HOMEPAGE=http://slic3r.org +IUSE=+gui test +LICENSE=AGPL-3 CC-BY-3.0 +RDEPEND=!=dev-lang/perl-5.16* >=dev-libs/boost-1.55[threads] dev-perl/Class-XSAccessor dev-perl/Devel-Size >=dev-perl/Encode-Locale-1.50.0 dev-perl/IO-stringy >=dev-perl/Math-PlanePath-53.0.0 >=dev-perl/Moo-1.3.1 dev-perl/XML-SAX-ExpatXS virtual/perl-Carp virtual/perl-Encode virtual/perl-File-Spec virtual/perl-Getopt-Long virtual/perl-parent virtual/perl-Scalar-List-Utils virtual/perl-Test-Simple virtual/perl-Thread-Semaphore >=virtual/perl-threads-1.960.0 virtual/perl-Time-HiRes virtual/perl-Unicode-Normalize virtual/perl-XSLoader gui? ( dev-perl/Class-Accessor dev-perl/Growl-GNTP dev-perl/libwww-perl dev-perl/Module-Pluggable dev-perl/Net-Bonjour dev-perl/Net-DBus dev-perl/OpenGL >=dev-perl/Wx-0.991.800 dev-perl/Wx-GLCanvas >=media-libs/freeglut-3 virtual/perl-Math-Complex >=virtual/perl-Socket-2.16.0 x11-libs/libXmu ) dev-lang/perl:= +SLOT=0 +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e git-r3 ef66dfc3db09f327af21cf32f140fb2b multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c toolchain-funcs d513d423d449877e49d99af3f7af7acb +_md5_=156fe41cbe0490b0811a574a0ab2d385 diff --git a/metadata/md5-cache/media-libs/giflib-5.1.2 b/metadata/md5-cache/media-libs/giflib-5.1.4 similarity index 58% rename from metadata/md5-cache/media-libs/giflib-5.1.2 rename to metadata/md5-cache/media-libs/giflib-5.1.4 index f34505584a47..ce162b4ece28 100644 --- a/metadata/md5-cache/media-libs/giflib-5.1.2 +++ b/metadata/md5-cache/media-libs/giflib-5.1.4 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install prepare test DEPEND=abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140406-r1 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] ) DESCRIPTION=Library to handle, display and manipulate GIF images -EAPI=5 +EAPI=6 HOMEPAGE=http://sourceforge.net/projects/giflib/ IUSE=static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140406-r1 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] ) SLOT=0/7 -SRC_URI=mirror://sourceforge/giflib/giflib-5.1.2.tar.bz2 -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 9d81603248f2ba3ec59124320d123e5e libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=ea60464e671b361e73afceee34d4561f +SRC_URI=mirror://sourceforge/giflib/giflib-5.1.4.tar.bz2 +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs d513d423d449877e49d99af3f7af7acb +_md5_=57fecfc2bf14c2abca56e2c646711068 diff --git a/metadata/md5-cache/media-libs/qt-gstreamer-1.2.0-r1 b/metadata/md5-cache/media-libs/qt-gstreamer-1.2.0-r1 index afacc02cf039..bbebdedbb857 100644 --- a/metadata/md5-cache/media-libs/qt-gstreamer-1.2.0-r1 +++ b/metadata/md5-cache/media-libs/qt-gstreamer-1.2.0-r1 @@ -12,4 +12,4 @@ RESTRICT=test SLOT=0 SRC_URI=http://gstreamer.freedesktop.org/src/qt-gstreamer/qt-gstreamer-1.2.0.tar.xz _eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=a05b4c2e45cc494b696e91a3e7dd002a +_md5_=0a11a89490292c1282b126039b725ecd diff --git a/metadata/md5-cache/media-sound/mpg123-1.22.4 b/metadata/md5-cache/media-sound/mpg123-1.22.4 index dbec2b469d69..6173b2bc9431 100644 --- a/metadata/md5-cache/media-sound/mpg123-1.22.4 +++ b/metadata/md5-cache/media-sound/mpg123-1.22.4 @@ -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://www.mpg123.org/ IUSE=cpu_flags_x86_3dnow cpu_flags_x86_3dnowext alsa altivec coreaudio int-quality ipv6 jack cpu_flags_x86_mmx nas oss portaudio pulseaudio sdl cpu_flags_x86_sse 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-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=GPL-2 LGPL-2.1 RDEPEND=app-eselect/eselect-mpg123 || ( dev-libs/libltdl:0 =dev-libs/glib-2.38:2[dbus] >=x11-libs/gtk+-3.4:3 media-libs/libcanberra[gtk3] >=app-cdr/brasero-2.90 sys-apps/dbus gnome-base/gsettings-desktop-schemas >=media-libs/libdiscid-0.3.0 >=media-libs/musicbrainz-5.0.1:5 media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0[vorbis?] flac? ( media-plugins/gst-plugins-flac:1.0 ) dev-libs/appstream-glib >=dev-util/intltool-0.50 dev-util/itstool virtual/pkgconfig test? ( ~app-text/docbook-xml-dtd-4.3 ) app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info +DESCRIPTION=CD ripper for GNOME +EAPI=5 +HOMEPAGE=https://wiki.gnome.org/Apps/SoundJuicer +IUSE=flac test vorbis debug +KEYWORDS=~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd +LICENSE=GPL-2+ +RDEPEND=app-text/iso-codes >=dev-libs/glib-2.38:2[dbus] >=x11-libs/gtk+-3.4:3 media-libs/libcanberra[gtk3] >=app-cdr/brasero-2.90 sys-apps/dbus gnome-base/gsettings-desktop-schemas >=media-libs/libdiscid-0.3.0 >=media-libs/musicbrainz-5.0.1:5 media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0[vorbis?] flac? ( media-plugins/gst-plugins-flac:1.0 ) gnome-base/gvfs[cdda,udev] || ( media-plugins/gst-plugins-cdparanoia:1.0 media-plugins/gst-plugins-cdio:1.0 ) media-plugins/gst-plugins-meta:1.0 +SLOT=0 +SRC_URI=mirror://gnome/sources/sound-juicer/3.18/sound-juicer-3.18.2.tar.xz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 21c81ea94c12e45a63f7f14fba666e3d gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 libtool 4890219c51da247200223277f993e054 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=dc656731ef3a0862ef285dee2661a523 diff --git a/metadata/md5-cache/net-dns/updatedd-2.6-r1 b/metadata/md5-cache/net-dns/updatedd-2.6-r1 new file mode 100644 index 000000000000..54cd41a883fe --- /dev/null +++ b/metadata/md5-cache/net-dns/updatedd-2.6-r1 @@ -0,0 +1,10 @@ +DEFINED_PHASES=configure install prepare +DESCRIPTION=Dynamic DNS client with plugins for several dynamic dns services +EAPI=6 +HOMEPAGE=http://savannah.nongnu.org/projects/updatedd/ +KEYWORDS=~amd64 ~arm ~ppc ~x86 +LICENSE=GPL-2 +SLOT=0 +SRC_URI=http://savannah.nongnu.org/download/updatedd/updatedd_2.6.tar.gz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs d513d423d449877e49d99af3f7af7acb +_md5_=23b5a031295071a44fe2fb91edbd7491 diff --git a/metadata/md5-cache/net-fs/samba-4.2.9 b/metadata/md5-cache/net-fs/samba-4.2.9 index 447042d73068..4275015de6d2 100644 --- a/metadata/md5-cache/net-fs/samba-4.2.9 +++ b/metadata/md5-cache/net-fs/samba-4.2.9 @@ -4,11 +4,11 @@ DESCRIPTION=Samba Suite Version 4 EAPI=5 HOMEPAGE=http://www.samba.org/ IUSE=acl addc addns ads aio avahi client cluster cups dmapi fam gnutls iprint ldap pam quota selinux syslog +system-mitkrb5 systemd test winbind 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 ~hppa ia64 ppc ppc64 x86 +KEYWORDS=amd64 ~arm ~hppa ia64 ppc ppc64 x86 LICENSE=GPL-3 RDEPEND=>=dev-lang/python-2.7.5-r2:2.7[threads(+),xml(+)] >=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_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] >=app-arch/libarchive-3.1.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(-)?] dev-libs/libbsd[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/iniparser:0 dev-libs/popt[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-libs/readline:= virtual/libiconv dev-python/subunit[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_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(-)?] >=net-libs/socket_wrapper-1.1.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/attr[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-libs/libcap >=sys-libs/ldb-1.1.24[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-libs/ncurses: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(-)?] >=sys-libs/nss_wrapper-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(-)?] >=sys-libs/ntdb-1.0[python,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_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(-)?] >=sys-libs/talloc-2.1.2[python,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_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(-)?] >=sys-libs/tdb-1.3.6[python,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_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(-)?] >=sys-libs/tevent-0.9.25[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-libs/uid_wrapper-1.0.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(-)?] sys-libs/zlib[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(-)?] acl? ( virtual/acl ) addns? ( net-dns/bind-tools[gssapi] ) aio? ( dev-libs/libaio ) cluster? ( !dev-db/ctdb ) cups? ( net-print/cups ) dmapi? ( sys-apps/dmapi ) fam? ( virtual/fam ) gnutls? ( dev-libs/libgcrypt:0 >=net-libs/gnutls-1.4.0 ) ldap? ( net-nds/openldap[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pam? ( virtual/pam ) system-mitkrb5? ( app-crypt/mit-krb5[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(-)?] ) !system-mitkrb5? ( >=app-crypt/heimdal-1.5[-ssl,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(-)?] ) systemd? ( sys-apps/systemd:0= ) client? ( net-fs/cifs-utils[ads?] ) selinux? ( sec-policy/selinux-samba ) REQUIRED_USE=addc? ( gnutls !system-mitkrb5 ) ads? ( acl gnutls ldap ) python_targets_python2_7 SLOT=0 SRC_URI=mirror://samba/stable/samba-4.2.9.tar.gz https://dev.gentoo.org/~polynomial-c/samba-disable-python-patches-4.2.9.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e linux-info fd1e29abbb02cbc49f1a14299846e9c4 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c waf-utils c21174962af5ca8091b66f58612797ce -_md5_=81f93cd37f15e2876724001ba7890426 +_md5_=7bf67a9fc13a1d1948e5cf5a1c8d25c5 diff --git a/metadata/md5-cache/net-irc/rbot-0.9.15_p20131020-r1 b/metadata/md5-cache/net-irc/rbot-0.9.15_p20131020-r1 index a186107ba22a..e6b5c04f3b9b 100644 --- a/metadata/md5-cache/net-irc/rbot-0.9.15_p20131020-r1 +++ b/metadata/md5-cache/net-irc/rbot-0.9.15_p20131020-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install postinst prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( nls? ( >=dev-ruby/ruby-gettext-2[ruby_targets_ruby19] dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( nls? ( >=dev-ruby/ruby-gettext-2[ruby_targets_ruby20] dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( nls? ( >=dev-ruby/ruby-gettext-2[ruby_targets_ruby21] dev-ruby/rake[ruby_targets_ruby21] ) ) test? ( ruby_targets_ruby19? ( dev-ruby/tokyocabinet[ruby_targets_ruby19] timezone? ( dev-ruby/tzinfo[ruby_targets_ruby19] ) translator? ( dev-ruby/mechanize[ruby_targets_ruby19] ) shorturl? ( dev-ruby/shorturl[ruby_targets_ruby19] ) nls? ( dev-ruby/ruby-gettext[ruby_targets_ruby19] >=dev-ruby/locale-2.0.5-r2[ruby_targets_ruby19] ) dict? ( >=dev-ruby/ruby-dict-0.9.4-r2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( dev-ruby/tokyocabinet[ruby_targets_ruby20] timezone? ( dev-ruby/tzinfo[ruby_targets_ruby20] ) translator? ( dev-ruby/mechanize[ruby_targets_ruby20] ) shorturl? ( dev-ruby/shorturl[ruby_targets_ruby20] ) nls? ( dev-ruby/ruby-gettext[ruby_targets_ruby20] >=dev-ruby/locale-2.0.5-r2[ruby_targets_ruby20] ) dict? ( >=dev-ruby/ruby-dict-0.9.4-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( dev-ruby/tokyocabinet[ruby_targets_ruby21] timezone? ( dev-ruby/tzinfo[ruby_targets_ruby21] ) translator? ( dev-ruby/mechanize[ruby_targets_ruby21] ) shorturl? ( dev-ruby/shorturl[ruby_targets_ruby21] ) nls? ( dev-ruby/ruby-gettext[ruby_targets_ruby21] >=dev-ruby/locale-2.0.5-r2[ruby_targets_ruby21] ) dict? ( >=dev-ruby/ruby-dict-0.9.4-r2[ruby_targets_ruby21] ) ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) +DEPEND=ruby_targets_ruby20? ( nls? ( >=dev-ruby/ruby-gettext-2[ruby_targets_ruby20] dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( nls? ( >=dev-ruby/ruby-gettext-2[ruby_targets_ruby21] dev-ruby/rake[ruby_targets_ruby21] ) ) test? ( ruby_targets_ruby20? ( dev-ruby/tokyocabinet[ruby_targets_ruby20] timezone? ( dev-ruby/tzinfo[ruby_targets_ruby20] ) translator? ( dev-ruby/mechanize[ruby_targets_ruby20] ) shorturl? ( dev-ruby/shorturl[ruby_targets_ruby20] ) nls? ( dev-ruby/ruby-gettext[ruby_targets_ruby20] >=dev-ruby/locale-2.0.5-r2[ruby_targets_ruby20] ) dict? ( >=dev-ruby/ruby-dict-0.9.4-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( dev-ruby/tokyocabinet[ruby_targets_ruby21] timezone? ( dev-ruby/tzinfo[ruby_targets_ruby21] ) translator? ( dev-ruby/mechanize[ruby_targets_ruby21] ) shorturl? ( dev-ruby/shorturl[ruby_targets_ruby21] ) nls? ( dev-ruby/ruby-gettext[ruby_targets_ruby21] >=dev-ruby/locale-2.0.5-r2[ruby_targets_ruby21] ) dict? ( >=dev-ruby/ruby-dict-0.9.4-r2[ruby_targets_ruby21] ) ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) DESCRIPTION=A ruby IRC bot EAPI=5 HOMEPAGE=http://ruby-rbot.org/ -IUSE=spell aspell timezone translator shorturl nls dict figlet fortune cal host toilet linguas_zh_CN linguas_zh_TW linguas_ru linguas_nl linguas_de linguas_fi linguas_fr linguas_it linguas_ja test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 +IUSE=spell aspell timezone translator shorturl nls dict figlet fortune cal host toilet linguas_zh_CN linguas_zh_TW linguas_ru linguas_nl linguas_de linguas_fi linguas_fr linguas_it linguas_ja test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 KEYWORDS=~amd64 ~ppc ~x86 LICENSE=|| ( feh GPL-2 ) -RDEPEND=spell? ( aspell? ( app-text/aspell ) !aspell? ( app-text/hunspell ) ) figlet? ( app-misc/figlet ) toilet? ( app-misc/toilet ) fortune? ( games-misc/fortune-mod ) cal? ( || ( sys-apps/util-linux sys-freebsd/freebsd-ubin ) ) host? ( net-dns/bind-tools ) ruby_targets_ruby19? ( dev-ruby/tokyocabinet[ruby_targets_ruby19] timezone? ( dev-ruby/tzinfo[ruby_targets_ruby19] ) translator? ( dev-ruby/mechanize[ruby_targets_ruby19] ) shorturl? ( dev-ruby/shorturl[ruby_targets_ruby19] ) nls? ( dev-ruby/ruby-gettext[ruby_targets_ruby19] >=dev-ruby/locale-2.0.5-r2[ruby_targets_ruby19] ) dict? ( >=dev-ruby/ruby-dict-0.9.4-r2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( dev-ruby/tokyocabinet[ruby_targets_ruby20] timezone? ( dev-ruby/tzinfo[ruby_targets_ruby20] ) translator? ( dev-ruby/mechanize[ruby_targets_ruby20] ) shorturl? ( dev-ruby/shorturl[ruby_targets_ruby20] ) nls? ( dev-ruby/ruby-gettext[ruby_targets_ruby20] >=dev-ruby/locale-2.0.5-r2[ruby_targets_ruby20] ) dict? ( >=dev-ruby/ruby-dict-0.9.4-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( dev-ruby/tokyocabinet[ruby_targets_ruby21] timezone? ( dev-ruby/tzinfo[ruby_targets_ruby21] ) translator? ( dev-ruby/mechanize[ruby_targets_ruby21] ) shorturl? ( dev-ruby/shorturl[ruby_targets_ruby21] ) nls? ( dev-ruby/ruby-gettext[ruby_targets_ruby21] >=dev-ruby/locale-2.0.5-r2[ruby_targets_ruby21] ) dict? ( >=dev-ruby/ruby-dict-0.9.4-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ) +RDEPEND=spell? ( aspell? ( app-text/aspell ) !aspell? ( app-text/hunspell ) ) figlet? ( app-misc/figlet ) toilet? ( app-misc/toilet ) fortune? ( games-misc/fortune-mod ) cal? ( || ( sys-apps/util-linux sys-freebsd/freebsd-ubin ) ) host? ( net-dns/bind-tools ) ruby_targets_ruby20? ( dev-ruby/tokyocabinet[ruby_targets_ruby20] timezone? ( dev-ruby/tzinfo[ruby_targets_ruby20] ) translator? ( dev-ruby/mechanize[ruby_targets_ruby20] ) shorturl? ( dev-ruby/shorturl[ruby_targets_ruby20] ) nls? ( dev-ruby/ruby-gettext[ruby_targets_ruby20] >=dev-ruby/locale-2.0.5-r2[ruby_targets_ruby20] ) dict? ( >=dev-ruby/ruby-dict-0.9.4-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( dev-ruby/tokyocabinet[ruby_targets_ruby21] timezone? ( dev-ruby/tzinfo[ruby_targets_ruby21] ) translator? ( dev-ruby/mechanize[ruby_targets_ruby21] ) shorturl? ( dev-ruby/shorturl[ruby_targets_ruby21] ) nls? ( dev-ruby/ruby-gettext[ruby_targets_ruby21] >=dev-ruby/locale-2.0.5-r2[ruby_targets_ruby21] ) dict? ( >=dev-ruby/ruby-dict-0.9.4-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ) SLOT=0 SRC_URI=http://dev.a3li.li/gentoo/distfiles/rbot-0.9.15_p20131020.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=3fdfb7b09bac3a7d96cd7d8a6e21e856 +_md5_=e7fa31c01385da6e382e7d0b3fb428d5 diff --git a/metadata/md5-cache/net-libs/libinfinity-0.6.7 b/metadata/md5-cache/net-libs/libinfinity-0.6.7 new file mode 100644 index 000000000000..b9cf030f37a0 --- /dev/null +++ b/metadata/md5-cache/net-libs/libinfinity-0.6.7 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=dev-libs/glib:2 dev-libs/libxml2 net-libs/gnutls sys-libs/pam virtual/gsasl avahi? ( net-dns/avahi ) gtk? ( x11-libs/gtk+:3 ) virtual/pkgconfig sys-devel/gettext doc? ( dev-util/gtk-doc ) +DESCRIPTION=An implementation of the Infinote protocol written in GObject-based C +EAPI=5 +HOMEPAGE=http://gobby.0x539.de/ +IUSE=avahi doc gtk server static-libs +KEYWORDS=~amd64 ~x86 +LICENSE=LGPL-2.1 +RDEPEND=dev-libs/glib:2 dev-libs/libxml2 net-libs/gnutls sys-libs/pam virtual/gsasl avahi? ( net-dns/avahi ) gtk? ( x11-libs/gtk+:3 ) +SLOT=0 +SRC_URI=http://releases.0x539.de/libinfinity/libinfinity-0.6.7.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 9d81603248f2ba3ec59124320d123e5e libtool 4890219c51da247200223277f993e054 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs d513d423d449877e49d99af3f7af7acb user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=b8a1b0edb59945b4073ce27990133b04 diff --git a/metadata/md5-cache/net-libs/libssh-0.7.3-r1 b/metadata/md5-cache/net-libs/libssh-0.7.3-r1 index 7dd23cb1d11b..df0de28d9191 100644 --- a/metadata/md5-cache/net-libs/libssh-0.7.3-r1 +++ b/metadata/md5-cache/net-libs/libssh-0.7.3-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Access a working SSH implementation by means of a library EAPI=6 HOMEPAGE=http://www.libssh.org/ IUSE=debug doc examples gcrypt gssapi libressl pcap +sftp ssh1 server static-libs test zlib 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 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux +KEYWORDS=~alpha ~amd64 arm ~arm64 hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux LICENSE=LGPL-2.1 RDEPEND=zlib? ( >=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(-)?] ) !gcrypt? ( !libressl? ( >=dev-libs/openssl-1.0.1h-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(-)?] ) libressl? ( dev-libs/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(-)?] ) ) gcrypt? ( >=dev-libs/libgcrypt-1.5.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(-)?] ) gssapi? ( >=virtual/krb5-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(-)?] ) SLOT=0/4 SRC_URI=https://red.libssh.org/attachments/download/195/libssh-0.7.3.tar.xz -> libssh-0.7.3.tar.xz _eclasses_=cmake-multilib 273c15f5a0a06438a38bb5c3e98fa2db cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=7ba9f34e447ed036961f265c05e32ce1 +_md5_=4b884642937cad6227f527829d34d221 diff --git a/metadata/md5-cache/net-libs/mbedtls-2.2.0 b/metadata/md5-cache/net-libs/mbedtls-2.2.0 index dfbb3408ea7f..bbaaf17ff034 100644 --- a/metadata/md5-cache/net-libs/mbedtls-2.2.0 +++ b/metadata/md5-cache/net-libs/mbedtls-2.2.0 @@ -4,10 +4,10 @@ DESCRIPTION=Cryptographic library for embedded systems EAPI=5 HOMEPAGE=https://tls.mbed.org/ IUSE=cpu_flags_x86_sse2 doc havege libressl programs test threads zlib 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 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=~alpha ~amd64 ~arm hppa ~mips ~ppc ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=programs? ( !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) ) zlib? ( >=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/10 SRC_URI=https://github.com/ARMmbed/mbedtls/archive/mbedtls-2.2.0.tar.gz _eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=3fba62fce2685d467505f923ac5297b2 +_md5_=5b3cb95fbf76c9eb934385d45b827b8a diff --git a/metadata/md5-cache/net-libs/mbedtls-2.2.1 b/metadata/md5-cache/net-libs/mbedtls-2.2.1 new file mode 100644 index 000000000000..3dd28e7e9109 --- /dev/null +++ b/metadata/md5-cache/net-libs/mbedtls-2.2.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=programs? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) zlib? ( >=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(-)?] ) doc? ( app-doc/doxygen media-gfx/graphviz ) test? ( dev-lang/perl ) sys-devel/make >=dev-util/cmake-2.8.12 +DESCRIPTION=Cryptographic library for embedded systems +EAPI=5 +HOMEPAGE=https://tls.mbed.org/ +IUSE=cpu_flags_x86_sse2 doc havege libressl programs test threads zlib 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 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd +LICENSE=Apache-2.0 +RDEPEND=programs? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) zlib? ( >=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/10 +SRC_URI=https://github.com/ARMmbed/mbedtls/archive/mbedtls-2.2.1.tar.gz +_eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=6dc967ae02dcb94caf3aa7e1eaeefe85 diff --git a/metadata/md5-cache/net-libs/ripe-atlas-sagan-1.1.10 b/metadata/md5-cache/net-libs/ripe-atlas-sagan-1.1.10 new file mode 100644 index 000000000000..f5525477f5c1 --- /dev/null +++ b/metadata/md5-cache/net-libs/ripe-atlas-sagan-1.1.10 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] test? ( dev-python/python-dateutil[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-python/pytz[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-python/pyopenssl[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-python/ujson[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] ) 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=A parsing library for RIPE Atlas result strings +EAPI=5 +HOMEPAGE=https://atlas.ripe.net/ +IUSE=test python_targets_python2_7 python_targets_python3_4 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=dev-python/python-dateutil[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-python/pytz[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-python/pyopenssl[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-python/ujson[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] 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=mirror://pypi/r/ripe.atlas.sagan/ripe.atlas.sagan-1.1.10.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb +_md5_=e79af5534c137e96086989655cf12511 diff --git a/metadata/md5-cache/net-libs/socket_wrapper-1.1.6 b/metadata/md5-cache/net-libs/socket_wrapper-1.1.6 index 1f97b0045210..ed4fb763bf34 100644 --- a/metadata/md5-cache/net-libs/socket_wrapper-1.1.6 +++ b/metadata/md5-cache/net-libs/socket_wrapper-1.1.6 @@ -4,9 +4,9 @@ DESCRIPTION=A library passing all socket communications through unix sockets EAPI=6 HOMEPAGE=https://cwrap.org/socket_wrapper.html 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 ~hppa ia64 ppc ppc64 x86 +KEYWORDS=amd64 ~arm ~hppa ia64 ppc ppc64 x86 LICENSE=BSD SLOT=0 SRC_URI=https://ftp.samba.org/pub/cwrap/socket_wrapper-1.1.6.tar.gz _eclasses_=cmake-multilib 273c15f5a0a06438a38bb5c3e98fa2db cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=4077a0d0b388e06c772d900b22fc6c7a +_md5_=1d291002d1864bbe67f0b74bc434739b diff --git a/metadata/md5-cache/net-libs/webkit-gtk-2.10.4-r1 b/metadata/md5-cache/net-libs/webkit-gtk-2.10.4-r1 deleted file mode 100644 index b30df49a2f7c..000000000000 --- a/metadata/md5-cache/net-libs/webkit-gtk-2.10.4-r1 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-db/sqlite:3= >=dev-libs/glib-2.36:2 >=dev-libs/icu-3.8.1-r1:= >=dev-libs/libxml2-2.8:2 >=dev-libs/libxslt-1.1.7 >=media-libs/fontconfig-2.8:1.0 >=media-libs/freetype-2.4.2:2 >=media-libs/harfbuzz-0.9.18:=[icu(+)] >=media-libs/libpng-1.4:0= media-libs/libwebp:= >=net-libs/gnutls-3 >=net-libs/libsoup-2.42:2.4[introspection?] virtual/jpeg:0= >=x11-libs/cairo-1.10.2:= >=x11-libs/gtk+-3.14:3[introspection?] x11-libs/libnotify >=x11-libs/pango-1.30.0 aqua? ( >=x11-libs/gtk+-3.14:3[aqua] ) egl? ( media-libs/mesa[egl] ) geoloc? ( >=app-misc/geoclue-2.1.5:2.0 ) gles2? ( media-libs/mesa[gles2] ) gnome-keyring? ( app-crypt/libsecret ) gstreamer? ( >=media-libs/gstreamer-1.2:1.0 >=media-libs/gst-plugins-base-1.2:1.0 >=media-libs/gst-plugins-bad-1.5.0:1.0[opengl?] ) introspection? ( >=dev-libs/gobject-introspection-1.32.0:= ) nsplugin? ( >=x11-libs/gtk+-2.24.10:2 ) opengl? ( virtual/opengl x11-libs/cairo[opengl] ) spell? ( >=app-text/enchant-0.22:= ) wayland? ( >=x11-libs/gtk+-3.14:3[wayland] ) webgl? ( x11-libs/cairo[opengl] x11-libs/libXcomposite x11-libs/libXdamage ) X? ( x11-libs/cairo[X] >=x11-libs/gtk+-3.14:3[X] x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXrender x11-libs/libXt ) || ( >=dev-lang/python-2.7.5-r2:2.7 ) || ( dev-lang/ruby:2.0 dev-lang/ruby:2.1 dev-lang/ruby:2.2 ) virtual/rubygems >=dev-lang/perl-5.10 >=app-accessibility/at-spi2-core-2.5.3 >=dev-libs/atk-2.8.0 dev-libs/hyphen >=dev-util/gtk-doc-am-1.10 >=dev-util/gperf-3.0.1 >=sys-devel/bison-2.4.3 >=sys-devel/flex-2.5.34 || ( >=sys-devel/gcc-4.9 >=sys-devel/clang-3.3 ) sys-devel/gettext virtual/pkgconfig doc? ( >=dev-util/gtk-doc-1.10 ) geoloc? ( dev-util/gdbus-codegen ) introspection? ( jit? ( sys-apps/paxctl ) ) test? ( dev-lang/python:2.7 dev-python/pygobject:3[python_targets_python2_7] x11-themes/hicolor-icon-theme jit? ( sys-apps/paxctl ) ) dev-util/ninja >=dev-util/cmake-2.8.12 app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) -DESCRIPTION=Open source web browser engine -EAPI=5 -HOMEPAGE=http://www.webkitgtk.org/ -IUSE=aqua coverage doc +egl +geoloc gles2 gnome-keyring +gstreamer +introspection +jit nsplugin +opengl spell wayland +webgl X test -KEYWORDS=~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos -LICENSE=LGPL-2+ BSD -RDEPEND=dev-db/sqlite:3= >=dev-libs/glib-2.36:2 >=dev-libs/icu-3.8.1-r1:= >=dev-libs/libxml2-2.8:2 >=dev-libs/libxslt-1.1.7 >=media-libs/fontconfig-2.8:1.0 >=media-libs/freetype-2.4.2:2 >=media-libs/harfbuzz-0.9.18:=[icu(+)] >=media-libs/libpng-1.4:0= media-libs/libwebp:= >=net-libs/gnutls-3 >=net-libs/libsoup-2.42:2.4[introspection?] virtual/jpeg:0= >=x11-libs/cairo-1.10.2:= >=x11-libs/gtk+-3.14:3[introspection?] x11-libs/libnotify >=x11-libs/pango-1.30.0 aqua? ( >=x11-libs/gtk+-3.14:3[aqua] ) egl? ( media-libs/mesa[egl] ) geoloc? ( >=app-misc/geoclue-2.1.5:2.0 ) gles2? ( media-libs/mesa[gles2] ) gnome-keyring? ( app-crypt/libsecret ) gstreamer? ( >=media-libs/gstreamer-1.2:1.0 >=media-libs/gst-plugins-base-1.2:1.0 >=media-libs/gst-plugins-bad-1.5.0:1.0[opengl?] ) introspection? ( >=dev-libs/gobject-introspection-1.32.0:= ) nsplugin? ( >=x11-libs/gtk+-2.24.10:2 ) opengl? ( virtual/opengl x11-libs/cairo[opengl] ) spell? ( >=app-text/enchant-0.22:= ) wayland? ( >=x11-libs/gtk+-3.14:3[wayland] ) webgl? ( x11-libs/cairo[opengl] x11-libs/libXcomposite x11-libs/libXdamage ) X? ( x11-libs/cairo[X] >=x11-libs/gtk+-3.14:3[X] x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXrender x11-libs/libXt ) -REQUIRED_USE=geoloc? ( introspection ) gles2? ( egl ) introspection? ( gstreamer ) nsplugin? ( X ) webgl? ( ^^ ( gles2 opengl ) ) !webgl? ( ?? ( gles2 opengl ) ) || ( aqua wayland X ) -RESTRICT=test -SLOT=4/37 -SRC_URI=http://www.webkitgtk.org/releases/webkitgtk-2.10.4.tar.xz -_eclasses_=check-reqs aee25bdf4e2f459af86d17f7c41dcdf6 cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 21c81ea94c12e45a63f7f14fba666e3d gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 libtool 4890219c51da247200223277f993e054 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 ruby-single c49250968781888465d5a8597376297f ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=f599a409d02711885b04bc69c7d49f41 diff --git a/metadata/md5-cache/net-libs/webkit-gtk-2.10.8 b/metadata/md5-cache/net-libs/webkit-gtk-2.10.9 similarity index 96% rename from metadata/md5-cache/net-libs/webkit-gtk-2.10.8 rename to metadata/md5-cache/net-libs/webkit-gtk-2.10.9 index 7eef7db1ba10..aa24407577f1 100644 --- a/metadata/md5-cache/net-libs/webkit-gtk-2.10.8 +++ b/metadata/md5-cache/net-libs/webkit-gtk-2.10.9 @@ -7,9 +7,9 @@ IUSE=aqua coverage doc +egl +geoloc gles2 gnome-keyring +gstreamer +introspectio KEYWORDS=~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos LICENSE=LGPL-2+ BSD RDEPEND=dev-db/sqlite:3= >=dev-libs/glib-2.36:2 >=dev-libs/icu-3.8.1-r1:= >=dev-libs/libxml2-2.8:2 >=dev-libs/libxslt-1.1.7 >=media-libs/fontconfig-2.8:1.0 >=media-libs/freetype-2.4.2:2 >=media-libs/harfbuzz-0.9.18:=[icu(+)] >=media-libs/libpng-1.4:0= media-libs/libwebp:= >=net-libs/gnutls-3 >=net-libs/libsoup-2.42:2.4[introspection?] virtual/jpeg:0= >=x11-libs/cairo-1.10.2:= >=x11-libs/gtk+-3.14:3[introspection?] x11-libs/libnotify >=x11-libs/pango-1.30.0 aqua? ( >=x11-libs/gtk+-3.14:3[aqua] ) egl? ( media-libs/mesa[egl] ) geoloc? ( >=app-misc/geoclue-2.1.5:2.0 ) gles2? ( media-libs/mesa[gles2] ) gnome-keyring? ( app-crypt/libsecret ) gstreamer? ( >=media-libs/gstreamer-1.2:1.0 >=media-libs/gst-plugins-base-1.2:1.0 >=media-libs/gst-plugins-bad-1.5.0:1.0[opengl?] ) introspection? ( >=dev-libs/gobject-introspection-1.32.0:= ) nsplugin? ( >=x11-libs/gtk+-2.24.10:2 ) opengl? ( virtual/opengl x11-libs/cairo[opengl] ) spell? ( >=app-text/enchant-0.22:= ) wayland? ( >=x11-libs/gtk+-3.14:3[wayland] ) webgl? ( x11-libs/cairo[opengl] x11-libs/libXcomposite x11-libs/libXdamage ) X? ( x11-libs/cairo[X] >=x11-libs/gtk+-3.14:3[X] x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXrender x11-libs/libXt ) -REQUIRED_USE=geoloc? ( introspection ) gles2? ( egl ) introspection? ( gstreamer ) nsplugin? ( X ) webgl? ( ^^ ( gles2 opengl ) ) !webgl? ( ?? ( gles2 opengl ) ) || ( aqua wayland X ) +REQUIRED_USE=geoloc? ( introspection ) gles2? ( egl ) introspection? ( gstreamer ) nsplugin? ( X ) webgl? ( ^^ ( gles2 opengl ) ) !webgl? ( ?? ( gles2 opengl ) ) webgl? ( gstreamer ) || ( aqua wayland X ) RESTRICT=test SLOT=4/37 -SRC_URI=http://www.webkitgtk.org/releases/webkitgtk-2.10.8.tar.xz +SRC_URI=http://www.webkitgtk.org/releases/webkitgtk-2.10.9.tar.xz _eclasses_=check-reqs aee25bdf4e2f459af86d17f7c41dcdf6 cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 21c81ea94c12e45a63f7f14fba666e3d gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 libtool 4890219c51da247200223277f993e054 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 ruby-single c49250968781888465d5a8597376297f ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=597e2ab4cf377acd07b7b08c23ecb2ed +_md5_=61d5ad68d5b464d1c9a2c26445bfddd7 diff --git a/metadata/md5-cache/net-libs/webkit-gtk-2.4.10 b/metadata/md5-cache/net-libs/webkit-gtk-2.4.10 new file mode 100644 index 000000000000..fec511f544ee --- /dev/null +++ b/metadata/md5-cache/net-libs/webkit-gtk-2.4.10 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=dev-db/sqlite:3= >=dev-libs/glib-2.36:2 >=dev-libs/icu-3.8.1-r1:= >=dev-libs/libxml2-2.6:2 >=dev-libs/libxslt-1.1.7 >=media-libs/fontconfig-2.5:1.0 >=media-libs/freetype-2.4.2:2 >=media-libs/harfbuzz-0.9.7:=[icu(+)] >=media-libs/libpng-1.4:0= media-libs/libwebp:= >=net-libs/libsoup-2.42:2.4[introspection?] virtual/jpeg:0= >=x11-libs/cairo-1.10:=[X?] >=x11-libs/gtk+-3.6.0:3[X?,aqua?,introspection?] >=x11-libs/pango-1.30.0 >=x11-libs/gtk+-2.24.10:2 egl? ( media-libs/mesa[egl] ) geoloc? ( >=app-misc/geoclue-2.1.5:2.0 ) gles2? ( media-libs/mesa[gles2] ) gnome-keyring? ( app-crypt/libsecret ) gstreamer? ( >=media-libs/gstreamer-1.2:1.0 >=media-libs/gst-plugins-base-1.2:1.0 ) introspection? ( >=dev-libs/gobject-introspection-1.32.0:= ) opengl? ( virtual/opengl ) spell? ( >=app-text/enchant-0.22:= ) wayland? ( >=x11-libs/gtk+-3.10:3[wayland] ) webgl? ( x11-libs/cairo[opengl] x11-libs/libXcomposite x11-libs/libXdamage ) X? ( x11-libs/libX11 x11-libs/libXrender x11-libs/libXt ) || ( >=dev-lang/python-2.7.5-r2:2.7 ) || ( dev-lang/ruby:2.0 dev-lang/ruby:2.1 dev-lang/ruby:2.2 dev-lang/ruby:2.3 ) virtual/rubygems >=dev-lang/perl-5.10 >=app-accessibility/at-spi2-core-2.5.3 >=dev-libs/atk-2.8.0 >=dev-util/gtk-doc-am-1.10 >=dev-util/gperf-3.0.1 >=sys-devel/bison-2.4.3 >=sys-devel/flex-2.5.34 || ( >=sys-devel/gcc-4.7 >=sys-devel/clang-3.3 ) sys-devel/gettext >=sys-devel/make-3.82-r4 virtual/pkgconfig geoloc? ( dev-util/gdbus-codegen ) introspection? ( jit? ( sys-apps/paxctl ) ) test? ( dev-lang/python:2.7 dev-python/pygobject:3[python_targets_python2_7] x11-themes/hicolor-icon-theme jit? ( sys-apps/paxctl ) ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DESCRIPTION=Open source web browser engine +EAPI=5 +HOMEPAGE=http://www.webkitgtk.org/ +IUSE=aqua coverage debug +egl +geoloc gles2 gnome-keyring +gstreamer +introspection +jit +opengl spell wayland +webgl +X test +KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos +LICENSE=LGPL-2+ BSD +RDEPEND=dev-db/sqlite:3= >=dev-libs/glib-2.36:2 >=dev-libs/icu-3.8.1-r1:= >=dev-libs/libxml2-2.6:2 >=dev-libs/libxslt-1.1.7 >=media-libs/fontconfig-2.5:1.0 >=media-libs/freetype-2.4.2:2 >=media-libs/harfbuzz-0.9.7:=[icu(+)] >=media-libs/libpng-1.4:0= media-libs/libwebp:= >=net-libs/libsoup-2.42:2.4[introspection?] virtual/jpeg:0= >=x11-libs/cairo-1.10:=[X?] >=x11-libs/gtk+-3.6.0:3[X?,aqua?,introspection?] >=x11-libs/pango-1.30.0 >=x11-libs/gtk+-2.24.10:2 egl? ( media-libs/mesa[egl] ) geoloc? ( >=app-misc/geoclue-2.1.5:2.0 ) gles2? ( media-libs/mesa[gles2] ) gnome-keyring? ( app-crypt/libsecret ) gstreamer? ( >=media-libs/gstreamer-1.2:1.0 >=media-libs/gst-plugins-base-1.2:1.0 ) introspection? ( >=dev-libs/gobject-introspection-1.32.0:= ) opengl? ( virtual/opengl ) spell? ( >=app-text/enchant-0.22:= ) wayland? ( >=x11-libs/gtk+-3.10:3[wayland] ) webgl? ( x11-libs/cairo[opengl] x11-libs/libXcomposite x11-libs/libXdamage ) X? ( x11-libs/libX11 x11-libs/libXrender x11-libs/libXt ) +REQUIRED_USE=geoloc? ( introspection ) gles2? ( egl ) introspection? ( gstreamer ) webgl? ( ^^ ( gles2 opengl ) ) !webgl? ( ?? ( gles2 opengl ) ) || ( aqua wayland X ) +SLOT=3/25 +SRC_URI=http://www.webkitgtk.org/releases/webkitgtk-2.4.10.tar.xz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c check-reqs aee25bdf4e2f459af86d17f7c41dcdf6 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 21c81ea94c12e45a63f7f14fba666e3d gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 libtool 4890219c51da247200223277f993e054 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 ruby-single c49250968781888465d5a8597376297f ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=98b4f332f899e1acd8c7c96f14bebd57 diff --git a/metadata/md5-cache/net-libs/webkit-gtk-2.4.10-r200 b/metadata/md5-cache/net-libs/webkit-gtk-2.4.10-r200 new file mode 100644 index 000000000000..1cdeff78f6c8 --- /dev/null +++ b/metadata/md5-cache/net-libs/webkit-gtk-2.4.10-r200 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=dev-db/sqlite:3= >=dev-libs/glib-2.36:2 >=dev-libs/icu-3.8.1-r1:= >=dev-libs/libxml2-2.6:2 >=dev-libs/libxslt-1.1.7 >=media-libs/fontconfig-2.5:1.0 >=media-libs/freetype-2.4.2:2 >=media-libs/harfbuzz-0.9.7:=[icu(+)] >=media-libs/libpng-1.4:0= media-libs/libwebp:= >=net-libs/libsoup-2.42:2.4[introspection?] virtual/jpeg:0= >=x11-libs/cairo-1.10:=[X] >=x11-libs/gtk+-2.24.10:2[aqua?,introspection?] x11-libs/libXrender x11-libs/libXt >=x11-libs/pango-1.30.0 egl? ( media-libs/mesa[egl] ) geoloc? ( >=app-misc/geoclue-2.1.5:2.0 ) gles2? ( media-libs/mesa[gles2] ) gnome-keyring? ( app-crypt/libsecret ) gstreamer? ( >=media-libs/gstreamer-1.2:1.0 >=media-libs/gst-plugins-base-1.2:1.0 ) introspection? ( >=dev-libs/gobject-introspection-1.32.0:= ) opengl? ( virtual/opengl ) spell? ( >=app-text/enchant-0.22:= ) webgl? ( x11-libs/cairo[opengl] x11-libs/libXcomposite x11-libs/libXdamage ) || ( >=dev-lang/python-2.7.5-r2:2.7 ) || ( dev-lang/ruby:2.0 dev-lang/ruby:2.1 dev-lang/ruby:2.2 dev-lang/ruby:2.3 ) virtual/rubygems >=dev-lang/perl-5.10 >=dev-libs/atk-2.8.0 >=dev-util/gtk-doc-am-1.10 >=dev-util/gperf-3.0.1 >=sys-devel/bison-2.4.3 >=sys-devel/flex-2.5.34 || ( >=sys-devel/gcc-4.7 >=sys-devel/clang-3.3 ) sys-devel/gettext >=sys-devel/make-3.82-r4 virtual/pkgconfig geoloc? ( dev-util/gdbus-codegen ) introspection? ( jit? ( sys-apps/paxctl ) ) test? ( dev-lang/python:2.7 dev-python/pygobject:3[python_targets_python2_7] x11-themes/hicolor-icon-theme jit? ( sys-apps/paxctl ) ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DESCRIPTION=Open source web browser engine +EAPI=5 +HOMEPAGE=http://www.webkitgtk.org/ +IUSE=aqua coverage debug +egl +geoloc gles2 gnome-keyring +gstreamer +introspection +jit +opengl spell +webgl +X test +KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos +LICENSE=LGPL-2+ BSD +RDEPEND=dev-db/sqlite:3= >=dev-libs/glib-2.36:2 >=dev-libs/icu-3.8.1-r1:= >=dev-libs/libxml2-2.6:2 >=dev-libs/libxslt-1.1.7 >=media-libs/fontconfig-2.5:1.0 >=media-libs/freetype-2.4.2:2 >=media-libs/harfbuzz-0.9.7:=[icu(+)] >=media-libs/libpng-1.4:0= media-libs/libwebp:= >=net-libs/libsoup-2.42:2.4[introspection?] virtual/jpeg:0= >=x11-libs/cairo-1.10:=[X] >=x11-libs/gtk+-2.24.10:2[aqua?,introspection?] x11-libs/libXrender x11-libs/libXt >=x11-libs/pango-1.30.0 egl? ( media-libs/mesa[egl] ) geoloc? ( >=app-misc/geoclue-2.1.5:2.0 ) gles2? ( media-libs/mesa[gles2] ) gnome-keyring? ( app-crypt/libsecret ) gstreamer? ( >=media-libs/gstreamer-1.2:1.0 >=media-libs/gst-plugins-base-1.2:1.0 ) introspection? ( >=dev-libs/gobject-introspection-1.32.0:= ) opengl? ( virtual/opengl ) spell? ( >=app-text/enchant-0.22:= ) webgl? ( x11-libs/cairo[opengl] x11-libs/libXcomposite x11-libs/libXdamage ) +REQUIRED_USE=geoloc? ( introspection ) gles2? ( egl ) introspection? ( gstreamer ) webgl? ( ^^ ( gles2 opengl ) ) !webgl? ( ?? ( gles2 opengl ) ) || ( aqua X ) +SLOT=2 +SRC_URI=http://www.webkitgtk.org/releases/webkitgtk-2.4.10.tar.xz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c check-reqs aee25bdf4e2f459af86d17f7c41dcdf6 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 21c81ea94c12e45a63f7f14fba666e3d gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 libtool 4890219c51da247200223277f993e054 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 ruby-single c49250968781888465d5a8597376297f ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=8d67a5214316d639e99406c0ddb8d0a3 diff --git a/metadata/md5-cache/net-misc/curl-7.47.1 b/metadata/md5-cache/net-misc/curl-7.47.1 index 353879d75ef4..0b786425bc7a 100644 --- a/metadata/md5-cache/net-misc/curl-7.47.1 +++ b/metadata/md5-cache/net-misc/curl-7.47.1 @@ -4,7 +4,7 @@ DESCRIPTION=A Client that groks URLs EAPI=5 HOMEPAGE=http://curl.haxx.se/ IUSE=adns http2 idn ipv6 kerberos ldap metalink rtmp samba ssh ssl static-libs test threads curl_ssl_axtls curl_ssl_gnutls curl_ssl_libressl curl_ssl_mbedtls curl_ssl_nss +curl_ssl_openssl curl_ssl_polarssl curl_ssl_winssl elibc_Winnt 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 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha ~amd64 ~arm arm64 hppa ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ldap? ( net-nds/openldap[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ssl? ( curl_ssl_axtls? ( net-libs/axtls[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] app-misc/ca-certificates ) curl_ssl_gnutls? ( net-libs/gnutls:0=[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(-)?] dev-libs/nettle: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(-)?] app-misc/ca-certificates ) curl_ssl_libressl? ( dev-libs/libressl:0=[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(-)?] ) curl_ssl_mbedtls? ( net-libs/mbedtls: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(-)?] app-misc/ca-certificates ) curl_ssl_openssl? ( dev-libs/openssl:0=[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(-)?] ) curl_ssl_nss? ( dev-libs/nss: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(-)?] app-misc/ca-certificates ) curl_ssl_polarssl? ( net-libs/polarssl: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(-)?] app-misc/ca-certificates ) ) http2? ( net-libs/nghttp2[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(-)?] ) idn? ( net-dns/libidn:0[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(-)?] ) adns? ( net-dns/c-ares: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(-)?] ) kerberos? ( >=virtual/krb5-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(-)?] ) metalink? ( >=media-libs/libmetalink-0.1.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(-)?] ) rtmp? ( media-video/rtmpdump[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(-)?] ) ssh? ( net-libs/libssh2[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(-)?] ) sys-libs/zlib[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-20140508-r13 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) REQUIRED_USE=curl_ssl_winssl? ( elibc_Winnt ) threads? ( !adns ) ssl? ( ^^ ( curl_ssl_axtls curl_ssl_gnutls curl_ssl_libressl curl_ssl_mbedtls curl_ssl_nss curl_ssl_openssl curl_ssl_polarssl curl_ssl_winssl ) ) @@ -12,4 +12,4 @@ RESTRICT=test SLOT=0 SRC_URI=http://curl.haxx.se/download/curl-7.47.1.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=e645f85c4b3898d6a0f190f32033d1bc +_md5_=350baf3c0484b993b70106811cab7c46 diff --git a/metadata/md5-cache/net-misc/i2pd-2.6.0 b/metadata/md5-cache/net-misc/i2pd-2.6.0-r1 similarity index 84% rename from metadata/md5-cache/net-misc/i2pd-2.6.0 rename to metadata/md5-cache/net-misc/i2pd-2.6.0-r1 index 574042d13b04..379d1a23b6ea 100644 --- a/metadata/md5-cache/net-misc/i2pd-2.6.0 +++ b/metadata/md5-cache/net-misc/i2pd-2.6.0-r1 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install prepare setup test -DEPEND=!static? ( >=dev-libs/boost-1.46[threads] dev-libs/crypto++ !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) upnp? ( net-libs/miniupnpc ) ) static? ( >=dev-libs/boost-1.46[static-libs,threads] dev-libs/crypto++[static-libs] !libressl? ( dev-libs/openssl:0[-bindist,static-libs] ) libressl? ( dev-libs/libressl[static-libs] ) upnp? ( net-libs/miniupnpc[static-libs] ) ) i2p-hardening? ( >=sys-devel/gcc-4.7 ) || ( >=sys-devel/gcc-4.7 >=sys-devel/clang-3.3 ) virtual/pkgconfig sys-devel/make >=dev-util/cmake-2.8.12 +DEPEND=!static? ( >=dev-libs/boost-1.49[threads] dev-libs/crypto++ !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) upnp? ( net-libs/miniupnpc ) ) static? ( >=dev-libs/boost-1.49[static-libs,threads] dev-libs/crypto++[static-libs] !libressl? ( dev-libs/openssl:0[-bindist,static-libs] ) libressl? ( dev-libs/libressl[static-libs] ) upnp? ( net-libs/miniupnpc[static-libs] ) ) i2p-hardening? ( >=sys-devel/gcc-4.7 ) || ( >=sys-devel/gcc-4.7 >=sys-devel/clang-3.3 ) virtual/pkgconfig sys-devel/make >=dev-util/cmake-2.8.12 DESCRIPTION=A C++ daemon for accessing the I2P anonymous network EAPI=6 HOMEPAGE=https://github.com/PurpleI2P/i2pd IUSE=cpu_flags_x86_aes i2p-hardening libressl pch static +upnp KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2 -RDEPEND=!static? ( >=dev-libs/boost-1.46[threads] dev-libs/crypto++ !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) upnp? ( net-libs/miniupnpc ) ) +RDEPEND=!static? ( >=dev-libs/boost-1.49[threads] dev-libs/crypto++ !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) upnp? ( net-libs/miniupnpc ) ) SLOT=0 SRC_URI=https://github.com/PurpleI2P/i2pd/archive/2.6.0.tar.gz -> i2pd-2.6.0.tar.gz _eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs d513d423d449877e49d99af3f7af7acb user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=bdb6de0182f3bab26e6bb99d99e1ce17 +_md5_=37701c399b0662c5a54ebd04f56704a4 diff --git a/metadata/md5-cache/net-misc/memcached-1.4.25 b/metadata/md5-cache/net-misc/memcached-1.4.25 index e14b613967d5..83f555b765f7 100644 --- a/metadata/md5-cache/net-misc/memcached-1.4.25 +++ b/metadata/md5-cache/net-misc/memcached-1.4.25 @@ -4,10 +4,10 @@ DESCRIPTION=High-performance, distributed memory object caching system EAPI=5 HOMEPAGE=http://memcached.org/ IUSE=test slabs-reassign debug sasl selinux -KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=BSD RDEPEND=>=dev-libs/libevent-1.4 dev-lang/perl sasl? ( dev-libs/cyrus-sasl ) selinux? ( sec-policy/selinux-memcached ) SLOT=0 SRC_URI=http://www.memcached.org/files/memcached-1.4.25.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs d513d423d449877e49d99af3f7af7acb user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=90ff43e1d197edb8c30d9ec03d503fda +_md5_=c8520ea632aae8f62fcc34cf7b1441a0 diff --git a/metadata/md5-cache/net-misc/radvd-2.12 b/metadata/md5-cache/net-misc/radvd-2.12 index 195e74dd7ab7..d4f0bfdea036 100644 --- a/metadata/md5-cache/net-misc/radvd-2.12 +++ b/metadata/md5-cache/net-misc/radvd-2.12 @@ -4,10 +4,10 @@ DESCRIPTION=Linux IPv6 Router Advertisement Daemon EAPI=5 HOMEPAGE=http://v6web.litech.org/radvd/ IUSE=kernel_FreeBSD selinux test -KEYWORDS=amd64 ~arm ~arm64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd +KEYWORDS=amd64 arm ~arm64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd LICENSE=BSD RDEPEND=dev-libs/libdaemon selinux? ( sec-policy/selinux-radvd ) SLOT=0 SRC_URI=http://v6web.litech.org/radvd/dist/radvd-2.12.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 readme.gentoo df3fc8fdaf5a519e7d48c83e7592c95f systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs d513d423d449877e49d99af3f7af7acb user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=61220db034638d3b566268fbc76fd6c5 +_md5_=a09121d5ea911b2593b7f4de3943c4e9 diff --git a/metadata/md5-cache/net-misc/stunnel-5.31 b/metadata/md5-cache/net-misc/stunnel-5.31 new file mode 100644 index 000000000000..23dfe20a4606 --- /dev/null +++ b/metadata/md5-cache/net-misc/stunnel-5.31 @@ -0,0 +1,14 @@ +DEFINED_PHASES=configure install postinst prepare setup +DEPEND=tcpd? ( sys-apps/tcp-wrappers ) !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) ssl? ( dev-libs/openssl ) virtual/pkgconfig +DESCRIPTION=TLS/SSL - Port Wrapper +EAPI=5 +HOMEPAGE=http://www.stunnel.org/index.html +IUSE=ipv6 libressl selinux stunnel3 tcpd ssl +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos +LICENSE=GPL-2 +RDEPEND=tcpd? ( sys-apps/tcp-wrappers ) !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) stunnel3? ( dev-lang/perl ) selinux? ( sec-policy/selinux-stunnel ) +RESTRICT=test +SLOT=0 +SRC_URI=ftp://ftp.stunnel.org/stunnel/archive/5.x/stunnel-5.31.tar.gz http://www.usenix.org.uk/mirrors/stunnel/archive/5.x/stunnel-5.31.tar.gz http://ftp.nluug.nl/pub/networking/stunnel/archive/5.x/stunnel-5.31.tar.gz http://www.namesdir.com/mirrors/stunnel/archive/5.x/stunnel-5.31.tar.gz http://stunnel.cybermirror.org/archive/5.x/stunnel-5.31.tar.gz http://mirrors.zerg.biz/stunnel/archive/5.x/stunnel-5.31.tar.gz ftp://mirrors.go-parts.com/stunnel/archive/5.x/stunnel-5.31.tar.gz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 ssl-cert fd7c91ac6f84156489f28c0bc7a114e0 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs d513d423d449877e49d99af3f7af7acb user 906f3c8eb3a2350a4f1191a89baa3e46 +_md5_=ec07b0079a4968f86598012208030b40 diff --git a/metadata/md5-cache/net-print/hplip-plugin-3.16.3 b/metadata/md5-cache/net-print/hplip-plugin-3.16.3 new file mode 100644 index 000000000000..303910752c95 --- /dev/null +++ b/metadata/md5-cache/net-print/hplip-plugin-3.16.3 @@ -0,0 +1,13 @@ +DEFINED_PHASES=install unpack +DEPEND=virtual/pkgconfig +DESCRIPTION=Proprietary plugins and firmware for HPLIP +EAPI=6 +HOMEPAGE=http://hplipopensource.com/hplip-web/index.html +KEYWORDS=~amd64 ~x86 +LICENSE=hplip-plugin +RDEPEND=~net-print/hplip-3.16.3 virtual/udev +RESTRICT=mirror +SLOT=0 +SRC_URI=http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-3.16.3-plugin.run +_eclasses_=multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs d513d423d449877e49d99af3f7af7acb udev 73058269b3e70e34e084fa3981282338 unpacker 45d07319df5f40ee6af58418b0f930be +_md5_=40eff63d1fb3e879d88a7cb7afe365ce diff --git a/metadata/md5-cache/net-wireless/bluez-5.38 b/metadata/md5-cache/net-wireless/bluez-5.38 index ee747d9253c5..bb9781e5502c 100644 --- a/metadata/md5-cache/net-wireless/bluez-5.38 +++ b/metadata/md5-cache/net-wireless/bluez-5.38 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install postinst prepare setup test -DEPEND=>=dev-libs/glib-2.28:2 >=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 ) virtual/pkgconfig test? ( >=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_3(-),-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_3(-),-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_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] dev-python/pygobject:2[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig virtual/pkgconfig +DEPEND=>=dev-libs/glib-2.28:2 >=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 ) virtual/pkgconfig test? ( python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] >=dev-python/dbus-python-1[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] || ( dev-python/pygobject:3[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] dev-python/pygobject:2[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] ) ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig virtual/pkgconfig DESCRIPTION=Bluetooth Tools and System Daemons for Linux EAPI=6 HOMEPAGE=http://www.bluez.org -IUSE=cups doc debug 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 +IUSE=cups doc debug extra-tools experimental +obex +readline selinux systemd test test-programs +udev python_targets_python3_4 python_targets_python3_5 python_single_target_python3_4 python_single_target_python3_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 KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86 LICENSE=GPL-2+ LGPL-2.1+ -RDEPEND=>=dev-libs/glib-2.28:2 >=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_3(-),-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_3(-),-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_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] dev-python/pygobject:2[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) ) -REQUIRED_USE=test? ( python_targets_python2_7 ) test-programs? ( python_targets_python2_7 ) +RDEPEND=>=dev-libs/glib-2.28:2 >=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? ( python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] >=dev-python/dbus-python-1[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] || ( dev-python/pygobject:3[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] dev-python/pygobject:2[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] ) ) +REQUIRED_USE=test? ( ^^ ( python_single_target_python3_4 python_single_target_python3_5 ) python_single_target_python3_4? ( python_targets_python3_4 ) python_single_target_python3_5? ( python_targets_python3_5 ) ) test-programs? ( ^^ ( python_single_target_python3_4 python_single_target_python3_5 ) python_single_target_python3_4? ( python_targets_python3_4 ) python_single_target_python3_5? ( python_targets_python3_5 ) ) SLOT=0/3 SRC_URI=mirror://kernel/linux/bluetooth/bluez-5.38.tar.xz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 readme.gentoo-r1 03878c06495db70bc36bd717383c09f7 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs d513d423d449877e49d99af3f7af7acb udev 73058269b3e70e34e084fa3981282338 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=8b1369dffaeb32187a30baa6ac47580f +_md5_=8da17bca1cae25c137970c32da019163 diff --git a/metadata/md5-cache/perl-core/CPAN-Meta-2.150.1 b/metadata/md5-cache/perl-core/CPAN-Meta-2.150.1 index 91eb3cb02a8e..532d2eebd2bf 100644 --- a/metadata/md5-cache/perl-core/CPAN-Meta-2.150.1 +++ b/metadata/md5-cache/perl-core/CPAN-Meta-2.150.1 @@ -4,10 +4,10 @@ DESCRIPTION=The distribution metadata for a CPAN dist EAPI=6 HOMEPAGE=http://search.cpan.org/dist/CPAN-Meta/ IUSE=test -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=|| ( Artistic GPL-1+ ) RDEPEND=>=virtual/perl-CPAN-Meta-Requirements-2.121.0 >=virtual/perl-CPAN-Meta-YAML-0.8.0 virtual/perl-Carp >=virtual/perl-JSON-PP-2.272.0 >=virtual/perl-Parse-CPAN-Meta-1.441.400 virtual/perl-Scalar-List-Utils >=virtual/perl-version-0.880.0 dev-lang/perl:= SLOT=0 SRC_URI=mirror://cpan/authors/id/D/DA/DAGOLDEN/CPAN-Meta-2.150001.tar.gz _eclasses_=alternatives b19e1ec28e600fa497461bddfb9c1f16 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c -_md5_=521a69900cd2bf85be07964bce6b0f8c +_md5_=2b2a8760f9d7da96784d1960d0814a88 diff --git a/metadata/md5-cache/sci-biology/abyss-1.3.4 b/metadata/md5-cache/sci-biology/abyss-1.3.4 deleted file mode 100644 index 51cb5f44adf9..000000000000 --- a/metadata/md5-cache/sci-biology/abyss-1.3.4 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-cpp/sparsehash mpi? ( virtual/mpi ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=Assembly By Short Sequences - a de novo, parallel, paired-end sequence assembler -EAPI=5 -HOMEPAGE=http://www.bcgsc.ca/platform/bioinfo/software/abyss/ -IUSE=+mpi openmp -KEYWORDS=~amd64 ~x86 -LICENSE=abyss -RDEPEND=dev-cpp/sparsehash mpi? ( virtual/mpi ) -SLOT=0 -SRC_URI=http://www.bcgsc.ca/downloads/abyss/abyss-1.3.4.tar.gz -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 9d81603248f2ba3ec59124320d123e5e libtool 4890219c51da247200223277f993e054 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=13be6da97f86464db22f77158fc8a5f9 diff --git a/metadata/md5-cache/sci-biology/abyss-1.3.6 b/metadata/md5-cache/sci-biology/abyss-1.3.6-r1 similarity index 64% rename from metadata/md5-cache/sci-biology/abyss-1.3.6 rename to metadata/md5-cache/sci-biology/abyss-1.3.6-r1 index 9ac0727da5ea..03543938cff6 100644 --- a/metadata/md5-cache/sci-biology/abyss-1.3.6 +++ b/metadata/md5-cache/sci-biology/abyss-1.3.6-r1 @@ -1,7 +1,7 @@ -DEFINED_PHASES=compile configure install prepare test +DEFINED_PHASES=configure prepare DEPEND=dev-cpp/sparsehash dev-libs/boost misc-haskell? ( dev-libs/gmp:0= virtual/libffi:0= ) mpi? ( virtual/mpi ) misc-haskell? ( dev-lang/ghc dev-haskell/mmap ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DESCRIPTION=Assembly By Short Sequences - a de novo, parallel, paired-end sequence assembler -EAPI=5 +EAPI=6 HOMEPAGE=http://www.bcgsc.ca/platform/bioinfo/software/abyss/ IUSE=+mpi openmp misc-haskell KEYWORDS=~amd64 ~x86 @@ -9,5 +9,5 @@ LICENSE=abyss RDEPEND=dev-cpp/sparsehash dev-libs/boost misc-haskell? ( dev-libs/gmp:0= virtual/libffi:0= ) mpi? ( virtual/mpi ) SLOT=0 SRC_URI=http://www.bcgsc.ca/downloads/abyss/abyss-1.3.6.tar.gz -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 9d81603248f2ba3ec59124320d123e5e libtool 4890219c51da247200223277f993e054 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=7c38277481611802cbb8363842e6a527 +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c libtool 4890219c51da247200223277f993e054 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs d513d423d449877e49d99af3f7af7acb +_md5_=5edcc89dbe8b21d260f6545673c709d5 diff --git a/metadata/md5-cache/sci-biology/cufflinks-1.3.0-r1 b/metadata/md5-cache/sci-biology/cufflinks-1.3.0-r1 deleted file mode 100644 index a4f2498635cc..000000000000 --- a/metadata/md5-cache/sci-biology/cufflinks-1.3.0-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=>=sci-biology/samtools-0.1.18 =sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=Transcript assembly, differential expression, and differential regulation for RNA-Seq -EAPI=5 -HOMEPAGE=http://cufflinks.cbcb.umd.edu/ -IUSE=debug -KEYWORDS=~amd64 ~x86 -LICENSE=Artistic -RDEPEND=>=sci-biology/samtools-0.1.18 =sci-biology/samtools-0.1.18 =dev-libs/boost-1.47.0:= =sci-biology/samtools-0.1.18 =dev-libs/boost-1.47.0:= =sci-biology/samtools-0.1.18 sci-libs/htslib ) =dev-libs/boost-1.47.0:= =sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=Transcript assembly, differential expression, and differential regulation for RNA-Seq -EAPI=5 -HOMEPAGE=http://cufflinks.cbcb.umd.edu/ -IUSE=debug -KEYWORDS=~amd64 ~x86 -LICENSE=Artistic -RDEPEND=|| ( ( >=sci-biology/samtools-0.1.18 sci-libs/htslib ) =dev-libs/boost-1.47.0:= =dev-libs/boost-1.59.0:= dev-cpp/eigen:3 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=Transcript assembly and differential expression/regulation for RNA-Seq +EAPI=6 +HOMEPAGE=http://cufflinks.cbcb.umd.edu/ +IUSE=debug +KEYWORDS=~amd64 ~x86 +LICENSE=Artistic +RDEPEND=sci-biology/samtools:0.1-legacy >=dev-libs/boost-1.59.0:= dev-cpp/eigen:3 +SLOT=0 +SRC_URI=http://cufflinks.cbcb.umd.edu/downloads/cufflinks-2.2.1.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs d513d423d449877e49d99af3f7af7acb +_md5_=6b93e6dbae7355a08affefe4c39cf8dc diff --git a/metadata/md5-cache/sci-biology/readseq-20080420-r1 b/metadata/md5-cache/sci-biology/readseq-20080420-r1 deleted file mode 100644 index 4779e45f2374..000000000000 --- a/metadata/md5-cache/sci-biology/readseq-20080420-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst preinst prepare setup -DEPEND=>=virtual/jdk-1.4 app-arch/unzip >=dev-java/java-config-2.2.0 >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=Reads and writes nucleic/protein sequences in various formats -EAPI=5 -HOMEPAGE=http://iubio.bio.indiana.edu/soft/molbio/readseq/ -IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=~amd64 ~x86 -LICENSE=public-domain -RDEPEND=!=sci-biology/meme-4.8.1 >=virtual/jre-1.4 >=dev-java/java-config-2.2.0 -SLOT=0 -SRC_URI=https://dev.gentoo.org/~dberkholz/distfiles/readseq-source-20080420.zip -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=f2f6328657ec6c6a3348b6f206e57854 diff --git a/metadata/md5-cache/sci-biology/readseq-20100513 b/metadata/md5-cache/sci-biology/readseq-20100513 deleted file mode 100644 index 4a8df3a11010..000000000000 --- a/metadata/md5-cache/sci-biology/readseq-20100513 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst preinst prepare setup -DEPEND=>=virtual/jdk-1.4 app-arch/unzip >=dev-java/java-config-2.2.0 >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=Reads and writes nucleic/protein sequences in various formats -EAPI=5 -HOMEPAGE=http://iubio.bio.indiana.edu/soft/molbio/readseq/ -IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=~amd64 ~x86 -LICENSE=public-domain -RDEPEND=!=sci-biology/meme-4.8.1 >=virtual/jre-1.4 >=dev-java/java-config-2.2.0 -SLOT=0 -SRC_URI=https://dev.gentoo.org/~ercpe/distfiles/sci-biology/readseq/readseq-20100513.zip -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=f3cbc3bbddd9b0dbc36233f8b8ffd58a diff --git a/metadata/md5-cache/sci-mathematics/agda-2.4.0.1 b/metadata/md5-cache/sci-mathematics/agda-2.4.0.1 deleted file mode 100644 index 10e1e7b10a63..000000000000 --- a/metadata/md5-cache/sci-mathematics/agda-2.4.0.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup test -DEPEND=>=dev-haskell/binary-0.6:=[profile?] =dev-haskell/boxes-0.1.3:=[profile?] =dev-haskell/equivalence-0.2.3:=[profile?] =dev-haskell/geniplate-0.6.0.3:=[profile?] =dev-haskell/hashtables-1.0:=[profile?] =dev-haskell/haskeline-0.7:=[profile?] =dev-haskell/haskell-src-exts-1.9.6:=[profile?] =dev-haskell/mtl-2.1.1:=[profile?] =dev-haskell/quickcheck-2.7.5:2=[profile?] =dev-haskell/stmonadtrans-0.3.2:=[profile?] =dev-haskell/strict-0.3.2:=[profile?] =dev-haskell/text-0.11:=[profile?] =dev-haskell/transformers-0.3:=[profile?] =dev-haskell/unordered-containers-0.2:=[profile?] =dev-haskell/xhtml-3000.2:=[profile?] =dev-haskell/zlib-0.4.0.1:=[profile?] =dev-lang/ghc-7.4.1:= || ( ( >=dev-haskell/hashable-1.1.2.3:=[profile?] =dev-haskell/hashable-1.2.1.0:=[profile?] =dev-lang/epic-0.1.13:=[profile?] =dev-haskell/cabal-1.8 dev-haskell/happy doc? ( || ( dev-haskell/haddock >=dev-lang/ghc-7.10.2 ) ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 -DESCRIPTION=A dependently typed functional programming language and proof assistant -EAPI=5 -HOMEPAGE=http://wiki.portal.chalmers.se/agda/ -IUSE=epic +stdlib doc hscolour profile -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -PDEPEND=stdlib? ( sci-mathematics/agda-stdlib ) -RDEPEND=>=dev-haskell/binary-0.6:=[profile?] =dev-haskell/boxes-0.1.3:=[profile?] =dev-haskell/equivalence-0.2.3:=[profile?] =dev-haskell/geniplate-0.6.0.3:=[profile?] =dev-haskell/hashtables-1.0:=[profile?] =dev-haskell/haskeline-0.7:=[profile?] =dev-haskell/haskell-src-exts-1.9.6:=[profile?] =dev-haskell/mtl-2.1.1:=[profile?] =dev-haskell/quickcheck-2.7.5:2=[profile?] =dev-haskell/stmonadtrans-0.3.2:=[profile?] =dev-haskell/strict-0.3.2:=[profile?] =dev-haskell/text-0.11:=[profile?] =dev-haskell/transformers-0.3:=[profile?] =dev-haskell/unordered-containers-0.2:=[profile?] =dev-haskell/xhtml-3000.2:=[profile?] =dev-haskell/zlib-0.4.0.1:=[profile?] =dev-lang/ghc-7.4.1:= || ( ( >=dev-haskell/hashable-1.1.2.3:=[profile?] =dev-haskell/hashable-1.2.1.0:=[profile?] =dev-lang/epic-0.1.13:=[profile?] =dev-haskell/binary-0.6:=[profile?] =dev-haskell/boxes-0.1.3:=[profile?] =dev-haskell/equivalence-0.2.5:=[profile?] =dev-haskell/geniplate-0.6.0.3:=[profile?] =dev-haskell/hashtables-1.0:=[profile?] =dev-haskell/haskeline-0.7:=[profile?] =dev-haskell/haskell-src-exts-1.9.6:=[profile?] =dev-haskell/quickcheck-2.7.5:2=[profile?] =dev-haskell/stmonadtrans-0.3.2:=[profile?] =dev-haskell/strict-0.3.2:=[profile?] =dev-haskell/text-0.11:=[profile?] =dev-haskell/unordered-containers-0.2:=[profile?] =dev-haskell/xhtml-3000.2:=[profile?] =dev-haskell/zlib-0.4.0.1:=[profile?] =dev-lang/ghc-7.4.1:= || ( ( >=dev-haskell/hashable-1.1.2.3:=[profile?] =dev-haskell/hashable-1.2.1.0:=[profile?] =dev-haskell/mtl-2.1.1:=[profile?] <=dev-haskell/mtl-2.1.3.1:=[profile?] ) ( >=dev-haskell/mtl-2.2.1:=[profile?] =dev-haskell/transformers-0.3:=[profile?] =dev-haskell/transformers-0.4.1.0:=[profile?] =dev-lang/epic-0.1.13:=[profile?] =dev-haskell/cabal-1.8 dev-haskell/happy cpphs? ( dev-haskell/cpphs ) doc? ( || ( dev-haskell/haddock >=dev-lang/ghc-7.10.2 ) ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 -DESCRIPTION=A dependently typed functional programming language and proof assistant -EAPI=5 -HOMEPAGE=http://wiki.portal.chalmers.se/agda/ -IUSE=+cpphs epic +stdlib doc hscolour profile -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -PDEPEND=stdlib? ( sci-mathematics/agda-stdlib ) -RDEPEND=>=dev-haskell/binary-0.6:=[profile?] =dev-haskell/boxes-0.1.3:=[profile?] =dev-haskell/equivalence-0.2.5:=[profile?] =dev-haskell/geniplate-0.6.0.3:=[profile?] =dev-haskell/hashtables-1.0:=[profile?] =dev-haskell/haskeline-0.7:=[profile?] =dev-haskell/haskell-src-exts-1.9.6:=[profile?] =dev-haskell/quickcheck-2.7.5:2=[profile?] =dev-haskell/stmonadtrans-0.3.2:=[profile?] =dev-haskell/strict-0.3.2:=[profile?] =dev-haskell/text-0.11:=[profile?] =dev-haskell/unordered-containers-0.2:=[profile?] =dev-haskell/xhtml-3000.2:=[profile?] =dev-haskell/zlib-0.4.0.1:=[profile?] =dev-lang/ghc-7.4.1:= || ( ( >=dev-haskell/hashable-1.1.2.3:=[profile?] =dev-haskell/hashable-1.2.1.0:=[profile?] =dev-haskell/mtl-2.1.1:=[profile?] <=dev-haskell/mtl-2.1.3.1:=[profile?] ) ( >=dev-haskell/mtl-2.2.1:=[profile?] =dev-haskell/transformers-0.3:=[profile?] =dev-haskell/transformers-0.4.1.0:=[profile?] =dev-lang/epic-0.1.13:=[profile?] =dev-haskell/base-orphans-0.3.1:=[profile?] =dev-haskell/binary-0.6:=[profile?] =dev-haskell/boxes-0.1.3:=[profile?] =dev-haskell/data-hash-0.2.0.0:=[profile?] =dev-haskell/edit-distance-0.2.1.2:=[profile?] =dev-haskell/equivalence-0.2.5:=[profile?] =dev-haskell/geniplate-mirror-0.6.0.6:=[profile?] =dev-haskell/haskeline-0.7:=[profile?] =dev-haskell/haskell-src-exts-1.16.0.1:=[profile?] =dev-haskell/old-time-1.1.0.0:=[profile?] =dev-haskell/parallel-3.2.0.4:=[profile?] =dev-haskell/quickcheck-2.8:2=[profile?] =dev-haskell/strict-0.3.2:=[profile?] =dev-haskell/text-0.11:=[profile?] =dev-haskell/transformers-compat-0.3.3.2:=[profile?] =dev-haskell/unordered-containers-0.2:=[profile?] =dev-haskell/xhtml-3000.2:=[profile?] =dev-haskell/zlib-0.4.0.1:=[profile?] =dev-lang/ghc-7.4.1:= || ( ( >=dev-haskell/hashable-1.1.2.3:=[profile?] =dev-haskell/hashable-1.2.1.0:=[profile?] =dev-haskell/hashtables-1.0:=[profile?] =dev-haskell/hashtables-1.2.0.2:=[profile?] =dev-haskell/mtl-2.1.1:=[profile?] <=dev-haskell/mtl-2.1.3.1:=[profile?] ) ( >=dev-haskell/mtl-2.2.1:=[profile?] =dev-haskell/transformers-0.3:=[profile?] =dev-haskell/transformers-0.4.1.0:=[profile?] =dev-haskell/cabal-1.8 dev-haskell/happy cpphs? ( dev-haskell/cpphs ) doc? ( || ( dev-haskell/haddock >=dev-lang/ghc-7.10.2 ) ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 -DESCRIPTION=A dependently typed functional programming language and proof assistant -EAPI=5 -HOMEPAGE=http://wiki.portal.chalmers.se/agda/ -IUSE=+cpphs +stdlib doc hscolour profile -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -PDEPEND=stdlib? ( =sci-mathematics/agda-stdlib-2.4.2.3 ) -RDEPEND=>=dev-haskell/base-orphans-0.3.1:=[profile?] =dev-haskell/binary-0.6:=[profile?] =dev-haskell/boxes-0.1.3:=[profile?] =dev-haskell/data-hash-0.2.0.0:=[profile?] =dev-haskell/edit-distance-0.2.1.2:=[profile?] =dev-haskell/equivalence-0.2.5:=[profile?] =dev-haskell/geniplate-mirror-0.6.0.6:=[profile?] =dev-haskell/haskeline-0.7:=[profile?] =dev-haskell/haskell-src-exts-1.16.0.1:=[profile?] =dev-haskell/old-time-1.1.0.0:=[profile?] =dev-haskell/parallel-3.2.0.4:=[profile?] =dev-haskell/quickcheck-2.8:2=[profile?] =dev-haskell/strict-0.3.2:=[profile?] =dev-haskell/text-0.11:=[profile?] =dev-haskell/transformers-compat-0.3.3.2:=[profile?] =dev-haskell/unordered-containers-0.2:=[profile?] =dev-haskell/xhtml-3000.2:=[profile?] =dev-haskell/zlib-0.4.0.1:=[profile?] =dev-lang/ghc-7.4.1:= || ( ( >=dev-haskell/hashable-1.1.2.3:=[profile?] =dev-haskell/hashable-1.2.1.0:=[profile?] =dev-haskell/hashtables-1.0:=[profile?] =dev-haskell/hashtables-1.2.0.2:=[profile?] =dev-haskell/mtl-2.1.1:=[profile?] <=dev-haskell/mtl-2.1.3.1:=[profile?] ) ( >=dev-haskell/mtl-2.2.1:=[profile?] =dev-haskell/transformers-0.3:=[profile?] =dev-haskell/transformers-0.4.1.0:=[profile?] =dev-haskell/base-orphans-0.3.1:=[profile?] =dev-haskell/binary-0.6:=[profile?] =dev-haskell/boxes-0.1.3:=[profile?] =dev-haskell/data-hash-0.2.0.0:=[profile?] =dev-haskell/edit-distance-0.2.1.2:=[profile?] =dev-haskell/equivalence-0.2.5:=[profile?] =dev-haskell/geniplate-mirror-0.6.0.6:=[profile?] =dev-haskell/haskeline-0.7:=[profile?] =dev-haskell/haskell-src-exts-1.16.0.1:=[profile?] =dev-haskell/old-time-1.1.0.0:=[profile?] =dev-haskell/parallel-3.2.0.4:=[profile?] =dev-haskell/quickcheck-2.8:2=[profile?] =dev-haskell/strict-0.3.2:=[profile?] =dev-haskell/text-0.11:=[profile?] =dev-haskell/transformers-compat-0.3.3.2:=[profile?] =dev-haskell/unordered-containers-0.2:=[profile?] =dev-haskell/xhtml-3000.2:=[profile?] =dev-haskell/zlib-0.4.0.1:=[profile?] =dev-lang/ghc-7.4.1:= || ( ( >=dev-haskell/hashable-1.1.2.3:=[profile?] =dev-haskell/hashable-1.2.1.0:=[profile?] =dev-haskell/hashtables-1.0:=[profile?] =dev-haskell/hashtables-1.2.0.2:=[profile?] =dev-haskell/mtl-2.1.1:=[profile?] <=dev-haskell/mtl-2.1.3.1:=[profile?] ) ( >=dev-haskell/mtl-2.2.1:=[profile?] =dev-haskell/transformers-0.3:=[profile?] =dev-haskell/transformers-0.4.1.0:=[profile?] =dev-haskell/cabal-1.8 dev-haskell/happy cpphs? ( dev-haskell/cpphs ) doc? ( || ( dev-haskell/haddock >=dev-lang/ghc-7.10.2 ) ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 -DESCRIPTION=A dependently typed functional programming language and proof assistant -EAPI=5 -HOMEPAGE=http://wiki.portal.chalmers.se/agda/ -IUSE=+cpphs +stdlib doc hscolour profile -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -PDEPEND=stdlib? ( =sci-mathematics/agda-stdlib-2.4.2.3 ) -RDEPEND=>=dev-haskell/base-orphans-0.3.1:=[profile?] =dev-haskell/binary-0.6:=[profile?] =dev-haskell/boxes-0.1.3:=[profile?] =dev-haskell/data-hash-0.2.0.0:=[profile?] =dev-haskell/edit-distance-0.2.1.2:=[profile?] =dev-haskell/equivalence-0.2.5:=[profile?] =dev-haskell/geniplate-mirror-0.6.0.6:=[profile?] =dev-haskell/haskeline-0.7:=[profile?] =dev-haskell/haskell-src-exts-1.16.0.1:=[profile?] =dev-haskell/old-time-1.1.0.0:=[profile?] =dev-haskell/parallel-3.2.0.4:=[profile?] =dev-haskell/quickcheck-2.8:2=[profile?] =dev-haskell/strict-0.3.2:=[profile?] =dev-haskell/text-0.11:=[profile?] =dev-haskell/transformers-compat-0.3.3.2:=[profile?] =dev-haskell/unordered-containers-0.2:=[profile?] =dev-haskell/xhtml-3000.2:=[profile?] =dev-haskell/zlib-0.4.0.1:=[profile?] =dev-lang/ghc-7.4.1:= || ( ( >=dev-haskell/hashable-1.1.2.3:=[profile?] =dev-haskell/hashable-1.2.1.0:=[profile?] =dev-haskell/hashtables-1.0:=[profile?] =dev-haskell/hashtables-1.2.0.2:=[profile?] =dev-haskell/mtl-2.1.1:=[profile?] <=dev-haskell/mtl-2.1.3.1:=[profile?] ) ( >=dev-haskell/mtl-2.2.1:=[profile?] =dev-haskell/transformers-0.3:=[profile?] =dev-haskell/transformers-0.4.1.0:=[profile?] =dev-haskell/base-orphans-0.3.1:=[profile?] =dev-haskell/binary-0.6:=[profile?] =dev-haskell/boxes-0.1.3:=[profile?] =dev-haskell/data-hash-0.2.0.0:=[profile?] =dev-haskell/edit-distance-0.2.1.2:=[profile?] =dev-haskell/equivalence-0.2.5:=[profile?] =dev-haskell/geniplate-mirror-0.6.0.6:=[profile?] =dev-haskell/haskeline-0.7:=[profile?] =dev-haskell/haskell-src-exts-1.16.0.1:=[profile?] =dev-haskell/old-time-1.1.0.0:=[profile?] =dev-haskell/parallel-3.2.0.4:=[profile?] =dev-haskell/quickcheck-2.8:2=[profile?] =dev-haskell/strict-0.3.2:=[profile?] =dev-haskell/text-0.11:=[profile?] =dev-haskell/transformers-compat-0.3.3.2:=[profile?] =dev-haskell/unordered-containers-0.2:=[profile?] =dev-haskell/xhtml-3000.2:=[profile?] =dev-haskell/zlib-0.4.0.1:=[profile?] =dev-lang/ghc-7.4.1:= || ( ( >=dev-haskell/hashable-1.1.2.3:=[profile?] =dev-haskell/hashable-1.2.1.0:=[profile?] =dev-haskell/hashtables-1.0:=[profile?] =dev-haskell/hashtables-1.2.0.2:=[profile?] =dev-haskell/mtl-2.1.1:=[profile?] <=dev-haskell/mtl-2.1.3.1:=[profile?] ) ( >=dev-haskell/mtl-2.2.1:=[profile?] =dev-haskell/transformers-0.3:=[profile?] =dev-haskell/transformers-0.4.1.0:=[profile?] =dev-haskell/cabal-1.8 dev-haskell/happy cpphs? ( >=dev-haskell/cpphs-1.19 =dev-lang/ghc-7.10.2 ) ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 -DESCRIPTION=A dependently typed functional programming language and proof assistant -EAPI=5 -HOMEPAGE=http://wiki.portal.chalmers.se/agda/ -IUSE=+cpphs +stdlib doc hscolour profile -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -PDEPEND=stdlib? ( =sci-mathematics/agda-stdlib-2.4.2.3 ) -RDEPEND=>=dev-haskell/base-orphans-0.3.1:=[profile?] =dev-haskell/binary-0.6:=[profile?] =dev-haskell/boxes-0.1.3:=[profile?] =dev-haskell/data-hash-0.2.0.0:=[profile?] =dev-haskell/edit-distance-0.2.1.2:=[profile?] =dev-haskell/equivalence-0.2.5:=[profile?] =dev-haskell/geniplate-mirror-0.6.0.6:=[profile?] =dev-haskell/haskeline-0.7:=[profile?] =dev-haskell/haskell-src-exts-1.16.0.1:=[profile?] =dev-haskell/old-time-1.1.0.0:=[profile?] =dev-haskell/parallel-3.2.0.4:=[profile?] =dev-haskell/quickcheck-2.8:2=[profile?] =dev-haskell/strict-0.3.2:=[profile?] =dev-haskell/text-0.11:=[profile?] =dev-haskell/transformers-compat-0.3.3.2:=[profile?] =dev-haskell/unordered-containers-0.2:=[profile?] =dev-haskell/xhtml-3000.2:=[profile?] =dev-haskell/zlib-0.4.0.1:=[profile?] =dev-lang/ghc-7.4.1:= || ( ( >=dev-haskell/hashable-1.1.2.3:=[profile?] =dev-haskell/hashable-1.2.1.0:=[profile?] =dev-haskell/hashtables-1.0:=[profile?] =dev-haskell/hashtables-1.2.0.2:=[profile?] =dev-haskell/mtl-2.1.1:=[profile?] <=dev-haskell/mtl-2.1.3.1:=[profile?] ) ( >=dev-haskell/mtl-2.2.1:=[profile?] =dev-haskell/transformers-0.3:=[profile?] =dev-haskell/transformers-0.4.1.0:=[profile?] =dev-haskell/binary-0.7.2.1:=[profile?] =dev-haskell/boxes-0.1.3:=[profile?] =dev-haskell/data-hash-0.2.0.0:=[profile?] =dev-haskell/edit-distance-0.2.1.2:=[profile?] =dev-haskell/equivalence-0.2.5:=[profile?] =dev-haskell/geniplate-mirror-0.6.0.6:=[profile?] =dev-haskell/hashable-1.2.1.0:=[profile?] =dev-haskell/haskeline-0.7.1.3:=[profile?] =dev-haskell/haskell-src-exts-1.16.0.1:=[profile?] =dev-haskell/parallel-3.2.0.4:=[profile?] =dev-haskell/quickcheck-2.8:2=[profile?] =dev-haskell/strict-0.3.2:=[profile?] =dev-haskell/text-0.11.3.1:=[profile?] =dev-haskell/transformers-compat-0.3.3.3:=[profile?] >=dev-haskell/unordered-containers-0.2.5.0:=[profile?] =dev-haskell/void-0.5.4:=[profile?] =dev-haskell/xhtml-3000.2.1:=[profile?] =dev-haskell/zlib-0.4.0.1:=[profile?] >=dev-lang/ghc-7.6.2:= >=dev-haskell/hashtables-1.0.1.8:=[profile?] =dev-haskell/mtl-2.1.1:=[profile?] =dev-haskell/transformers-0.3:=[profile?] =dev-haskell/cabal-1.16.0 dev-haskell/happy cpphs? ( dev-haskell/cpphs ) doc? ( || ( dev-haskell/haddock >=dev-lang/ghc-7.10.2 ) ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 +DESCRIPTION=A dependently typed functional programming language and proof assistant +EAPI=5 +HOMEPAGE=http://wiki.portal.chalmers.se/agda/ +IUSE=+cpphs +stdlib emacs doc hscolour profile +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +PDEPEND=stdlib? ( =sci-mathematics/agda-stdlib-2.4.2.5 ) +RDEPEND=>=dev-haskell/binary-0.7.2.1:=[profile?] =dev-haskell/boxes-0.1.3:=[profile?] =dev-haskell/data-hash-0.2.0.0:=[profile?] =dev-haskell/edit-distance-0.2.1.2:=[profile?] =dev-haskell/equivalence-0.2.5:=[profile?] =dev-haskell/geniplate-mirror-0.6.0.6:=[profile?] =dev-haskell/hashable-1.2.1.0:=[profile?] =dev-haskell/haskeline-0.7.1.3:=[profile?] =dev-haskell/haskell-src-exts-1.16.0.1:=[profile?] =dev-haskell/parallel-3.2.0.4:=[profile?] =dev-haskell/quickcheck-2.8:2=[profile?] =dev-haskell/strict-0.3.2:=[profile?] =dev-haskell/text-0.11.3.1:=[profile?] =dev-haskell/transformers-compat-0.3.3.3:=[profile?] >=dev-haskell/unordered-containers-0.2.5.0:=[profile?] =dev-haskell/void-0.5.4:=[profile?] =dev-haskell/xhtml-3000.2.1:=[profile?] =dev-haskell/zlib-0.4.0.1:=[profile?] >=dev-lang/ghc-7.6.2:= >=dev-haskell/hashtables-1.0.1.8:=[profile?] =dev-haskell/mtl-2.1.1:=[profile?] =dev-haskell/transformers-0.3:=[profile?] =dev-lang/ghc-6.10.4:= >=dev-haskell/cabal-1.8 >=dev-haskell/cabal-1.1.4 DESCRIPTION=Auxiliary Haskell code used by Agda's standard library EAPI=5 @@ -9,4 +9,4 @@ RDEPEND=>=dev-lang/ghc-6.10.4:= SLOT=0/0.0.2 SRC_URI=https://github.com/agda/agda-stdlib/archive/2.4.2.3.tar.gz -> agda-stdlib-2.4.2.3.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e ghc-package 892c6c35a9ac0993e65049c039438508 haskell-cabal e93b3ae2b779ea727098c318740957e3 multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=fa416abebe99d3ab772f39cdf7e14bd1 +_md5_=3a0fe1a83d4afb273d5d2f7654f34695 diff --git a/metadata/md5-cache/sci-mathematics/agda-stdlib-0.8 b/metadata/md5-cache/sci-mathematics/agda-stdlib-0.8 deleted file mode 100644 index 489fe20f6602..000000000000 --- a/metadata/md5-cache/sci-mathematics/agda-stdlib-0.8 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup test -DEPEND=>=sci-mathematics/agda-2.4:=[profile?] =dev-haskell/filemanip-0.3*[profile?] >=sci-mathematics/agda-executable-2.3.0.1:= >=dev-lang/ghc-6.12.1 ffi? ( =sci-mathematics/agda-lib-ffi-0.0.2 ) >=dev-haskell/cabal-1.8.0.2 >=dev-haskell/cabal-1.1.4 -DESCRIPTION=Agda standard library -EAPI=5 -HOMEPAGE=http://wiki.portal.chalmers.se/agda/ -IUSE=profile +ffi -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -RDEPEND=>=sci-mathematics/agda-2.4:=[profile?] =dev-haskell/filemanip-0.3*[profile?] >=sci-mathematics/agda-executable-2.3.0.1:= >=dev-lang/ghc-6.12.1 ffi? ( =sci-mathematics/agda-lib-ffi-0.0.2 ) -SLOT=0 -SRC_URI=https://github.com/agda/agda-stdlib/archive/v0.8.tar.gz -> agda-stdlib-0.8.tar.gz -_eclasses_=elisp-common 9f56c4e9bf1282dbfc2a5a09e1124e74 eutils 9d81603248f2ba3ec59124320d123e5e ghc-package 892c6c35a9ac0993e65049c039438508 haskell-cabal e93b3ae2b779ea727098c318740957e3 multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b17438bd25f4f57a877efb21e2bbafc0 diff --git a/metadata/md5-cache/sci-mathematics/agda-stdlib-0.9 b/metadata/md5-cache/sci-mathematics/agda-stdlib-0.9 deleted file mode 100644 index 0c2d431d2bea..000000000000 --- a/metadata/md5-cache/sci-mathematics/agda-stdlib-0.9 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup test -DEPEND=>=sci-mathematics/agda-2.4:=[profile?] =dev-haskell/filemanip-0.3*[profile?] >=sci-mathematics/agda-executable-2.3.0.1:= >=dev-lang/ghc-6.12.1 ffi? ( =sci-mathematics/agda-lib-ffi-0.0.2 ) >=dev-haskell/cabal-1.8.0.2 >=dev-haskell/cabal-1.1.4 -DESCRIPTION=Agda standard library -EAPI=5 -HOMEPAGE=http://wiki.portal.chalmers.se/agda/ -IUSE=profile +ffi -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -RDEPEND=>=sci-mathematics/agda-2.4:=[profile?] =dev-haskell/filemanip-0.3*[profile?] >=sci-mathematics/agda-executable-2.3.0.1:= >=dev-lang/ghc-6.12.1 ffi? ( =sci-mathematics/agda-lib-ffi-0.0.2 ) -SLOT=0 -SRC_URI=https://github.com/agda/agda-stdlib/archive/v0.9.tar.gz -> agda-stdlib-0.9.tar.gz -_eclasses_=elisp-common 9f56c4e9bf1282dbfc2a5a09e1124e74 eutils 9d81603248f2ba3ec59124320d123e5e ghc-package 892c6c35a9ac0993e65049c039438508 haskell-cabal e93b3ae2b779ea727098c318740957e3 multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b17438bd25f4f57a877efb21e2bbafc0 diff --git a/metadata/md5-cache/sci-mathematics/agda-stdlib-2.4.2.3 b/metadata/md5-cache/sci-mathematics/agda-stdlib-2.4.2.3 deleted file mode 100644 index a2acba2409a6..000000000000 --- a/metadata/md5-cache/sci-mathematics/agda-stdlib-2.4.2.3 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup test -DEPEND==sci-mathematics/agda-2.4.2.3*:=[profile?] =dev-haskell/filemanip-0.3*[profile?] >=dev-lang/ghc-6.12.1 ffi? ( sci-mathematics/agda-lib-ffi ) >=dev-haskell/cabal-1.8.0.2 >=dev-haskell/cabal-1.1.4 -DESCRIPTION=Agda standard library -EAPI=5 -HOMEPAGE=http://wiki.portal.chalmers.se/agda/ -IUSE=profile +ffi -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -RDEPEND==sci-mathematics/agda-2.4.2.3*:=[profile?] =dev-haskell/filemanip-0.3*[profile?] >=dev-lang/ghc-6.12.1 ffi? ( sci-mathematics/agda-lib-ffi ) -SLOT=0 -SRC_URI=https://github.com/agda/agda-stdlib/archive/2.4.2.3.tar.gz -> agda-stdlib-2.4.2.3.tar.gz -_eclasses_=elisp-common 9f56c4e9bf1282dbfc2a5a09e1124e74 eutils 9d81603248f2ba3ec59124320d123e5e ghc-package 892c6c35a9ac0993e65049c039438508 haskell-cabal e93b3ae2b779ea727098c318740957e3 multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=3e247089ff5a1a1e96334475d515da11 diff --git a/metadata/md5-cache/sci-mathematics/wxmaxima-16.04.0 b/metadata/md5-cache/sci-mathematics/wxmaxima-16.04.0 new file mode 100644 index 000000000000..489b6749289d --- /dev/null +++ b/metadata/md5-cache/sci-mathematics/wxmaxima-16.04.0 @@ -0,0 +1,12 @@ +DEFINED_PHASES=configure install postinst postrm preinst prepare +DEPEND=dev-libs/libxml2:2 x11-libs/wxGTK:3.0 >=sys-apps/sed-4 +DESCRIPTION=Graphical frontend to Maxima, using the wxWidgets toolkit +EAPI=5 +HOMEPAGE=http://andrejv.github.io/wxmaxima/ +KEYWORDS=~amd64 ~ppc ~x86 +LICENSE=GPL-2 +RDEPEND=dev-libs/libxml2:2 x11-libs/wxGTK:3.0 media-fonts/jsmath sci-visualization/gnuplot[wxwidgets] sci-mathematics/maxima +SLOT=0 +SRC_URI=mirror://sourceforge/wxmaxima/wxmaxima-16.04.0.tar.gz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs d513d423d449877e49d99af3f7af7acb wxwidgets cf6a488b00cd81e258206bc14b4167d9 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=f65571ed27a0cbd2594e8de9dae8e51c diff --git a/metadata/md5-cache/sys-apps/dbus-1.10.8-r1 b/metadata/md5-cache/sys-apps/dbus-1.10.8-r1 index 875f06d02d78..e074bf270f21 100644 --- a/metadata/md5-cache/sys-apps/dbus-1.10.8-r1 +++ b/metadata/md5-cache/sys-apps/dbus-1.10.8-r1 @@ -11,4 +11,4 @@ RESTRICT=test SLOT=0 SRC_URI=http://dbus.freedesktop.org/releases/dbus/dbus-1.10.8.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 readme.gentoo-r1 03878c06495db70bc36bd717383c09f7 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs d513d423d449877e49d99af3f7af7acb user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=ce24c715aa0668b2425ed9e4cae11908 +_md5_=886ac6880dc59206567d9ff357e452dd diff --git a/metadata/md5-cache/sys-apps/hdparm-9.48 b/metadata/md5-cache/sys-apps/hdparm-9.48 index 5f71a44abfa6..2dd594d975cd 100644 --- a/metadata/md5-cache/sys-apps/hdparm-9.48 +++ b/metadata/md5-cache/sys-apps/hdparm-9.48 @@ -3,9 +3,9 @@ DESCRIPTION=Utility to change hard drive performance parameters EAPI=4 HOMEPAGE=http://sourceforge.net/projects/hdparm/ IUSE=static -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux +KEYWORDS=~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux LICENSE=BSD GPL-2 SLOT=0 SRC_URI=mirror://sourceforge/hdparm/hdparm-9.48.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=1e905336b893f52be37fcccdea0a1f3b +_md5_=2670fb87be9f564c45aa34987b9cb533 diff --git a/metadata/md5-cache/sys-kernel/git-sources-4.6_rc2 b/metadata/md5-cache/sys-kernel/git-sources-4.6_rc2 new file mode 100644 index 000000000000..b2408abd8e50 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/git-sources-4.6_rc2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst setup test unpack +DEPEND=>=sys-devel/patch-2.7.4 !build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=The very latest -git version of the Linux kernel +EAPI=5 +HOMEPAGE=https://www.kernel.org +IUSE=symlink build +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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.6_rc2 +SRC_URI=mirror://kernel/linux/kernel/v4.x/testing/patch-4.6-rc2.xz mirror://kernel/linux/kernel/v4.x/linux-4.5.tar.xz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e kernel-2 f745fe70cd0e35af07412905687b9a7f multilib 3972ca401cf7dbb430df9995f5d8d580 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=c6a30da7f5e5f8e4d5452735d1f48467 diff --git a/metadata/md5-cache/sys-kernel/rt-sources-4.4.6_p13 b/metadata/md5-cache/sys-kernel/rt-sources-4.4.6_p13 new file mode 100644 index 000000000000..a2ff5285ab35 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/rt-sources-4.4.6_p13 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) deblob? ( || ( >=dev-lang/python-2.7.5-r2:2.7 ) ) +DESCRIPTION=Full Linux 4.4 kernel sources with the CONFIG_PREEMPT_RT patch +EAPI=5 +HOMEPAGE=https://www.kernel.org/ https://www.gentoo.org/ https://www.kernel.org/pub/linux/kernel/projects/rt/ http://www.fsfla.org/svn/fsfla/software/linux-libre/releases/tags +IUSE=symlink build deblob +KEYWORDS=~amd64 +LICENSE=GPL-2 !deblob? ( freedist ) +RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) +RESTRICT=binchecks strip +SLOT=4.4.6_p13 +SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.4.6.xz mirror://kernel/linux/kernel/v4.x/linux-4.4.tar.xz deblob? ( http://www.fsfla.org/svn/fsfla/software/linux-libre/releases/tags/4.4-gnu/deblob-4.4 http://www.fsfla.org/svn/fsfla/software/linux-libre/releases/tags/4.4-gnu/deblob-check -> deblob-check-4.4 ) mirror://kernel/linux/kernel/projects/rt/4.4/patch-4.4.6-rt13.patch.xz mirror://kernel/linux/kernel/projects/rt/4.4/older/patch-4.4.6-rt13.patch.xz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e kernel-2 f745fe70cd0e35af07412905687b9a7f multilib 3972ca401cf7dbb430df9995f5d8d580 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=60f2dacbe2734b96817f33ce57dfb649 diff --git a/metadata/md5-cache/sys-libs/binutils-libs-2.25.1-r2 b/metadata/md5-cache/sys-libs/binutils-libs-2.25.1-r2 index 53cbaffa687a..b2e5595b746a 100644 --- a/metadata/md5-cache/sys-libs/binutils-libs-2.25.1-r2 +++ b/metadata/md5-cache/sys-libs/binutils-libs-2.25.1-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Core binutils libraries (libbfd, libopcodes, libiberty) for external EAPI=5 HOMEPAGE=https://sourceware.org/binutils/ IUSE=64-bit-bfd multitarget nls static-libs zlib 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 ~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 ~amd64-fbsd -sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=|| ( GPL-3 LGPL-3 ) RDEPEND=zlib? ( sys-libs/zlib[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/binutils-config-5 nls? ( !=dev-lang/python-2.7.5-r2:2.7[threads(+)] >=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_3(-),-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=http://samba.org/ftp/tdb/ntdb-1.0.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb waf-utils c21174962af5ca8091b66f58612797ce -_md5_=0ebc844ab272a49e4f4ad3b05466f9ca +_md5_=ad8b08a45c9bece66aef1a961d33d62f diff --git a/metadata/md5-cache/sys-libs/uid_wrapper-1.2.1 b/metadata/md5-cache/sys-libs/uid_wrapper-1.2.1 index fa76489a13e3..416443dfdec9 100644 --- a/metadata/md5-cache/sys-libs/uid_wrapper-1.2.1 +++ b/metadata/md5-cache/sys-libs/uid_wrapper-1.2.1 @@ -4,9 +4,9 @@ DESCRIPTION=A wrapper to fake privilege separation EAPI=6 HOMEPAGE=https://cwrap.org/uid_wrapper.html 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 ~hppa ia64 ppc ppc64 x86 +KEYWORDS=amd64 ~arm ~hppa ia64 ppc ppc64 x86 LICENSE=GPL-3 SLOT=0 SRC_URI=ftp://ftp.samba.org/pub/cwrap/uid_wrapper-1.2.1.tar.gz https://ftp.samba.org/pub/cwrap/uid_wrapper-1.2.1.tar.gz _eclasses_=cmake-multilib 273c15f5a0a06438a38bb5c3e98fa2db cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=33a54a37e3fc9f3277c49749760b8755 +_md5_=4c1502e533fbd792b56b6da8fdf1da5e diff --git a/metadata/md5-cache/virtual/perl-CPAN-Meta-2.150.1 b/metadata/md5-cache/virtual/perl-CPAN-Meta-2.150.1 index 42c630de3a1e..526fa1301fcc 100644 --- a/metadata/md5-cache/virtual/perl-CPAN-Meta-2.150.1 +++ b/metadata/md5-cache/virtual/perl-CPAN-Meta-2.150.1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for CPAN-Meta EAPI=5 -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 RDEPEND=|| ( =dev-lang/perl-5.22* ~perl-core/CPAN-Meta-2.150.1 ) >=virtual/perl-CPAN-Meta-YAML-0.11.0 >=virtual/perl-JSON-PP-2.271.30 >=virtual/perl-Parse-CPAN-Meta-1.441.400 SLOT=0 -_md5_=516a4d1ffa1a652952831a6b0ed36d7d +_md5_=05862176c8a3e3d17899c0fa06b37981 diff --git a/metadata/md5-cache/x11-drivers/xf86-video-ati-7.3.0 b/metadata/md5-cache/x11-drivers/xf86-video-ati-7.3.0 deleted file mode 100644 index 6518480c95d5..000000000000 --- a/metadata/md5-cache/x11-drivers/xf86-video-ati-7.3.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare pretend setup test unpack -DEPEND=>=x11-libs/libdrm-2.4.46[video_cards_radeon] glamor? ( >=x11-libs/glamor-0.6 ) udev? ( virtual/udev ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.18 >=media-fonts/font-util-1.2.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.18 >=media-fonts/font-util-1.2.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.18 >=media-fonts/font-util-1.2.0 ) virtual/pkgconfig x11-proto/xf86driproto x11-proto/glproto x11-proto/dri2proto x11-proto/fontsproto x11-proto/randrproto x11-proto/renderproto x11-proto/videoproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto x11-base/xorg-server[-minimal] x11-libs/libdrm x11-base/xorg-server[xorg] x11-libs/libpciaccess -DESCRIPTION=ATI video driver -EAPI=5 -HOMEPAGE=http://xorg.freedesktop.org/ -IUSE=+glamor udev -KEYWORDS=alpha amd64 ia64 ppc ppc64 sparc x86 -LICENSE=MIT -RDEPEND=>=x11-libs/libdrm-2.4.46[video_cards_radeon] glamor? ( >=x11-libs/glamor-0.6 ) udev? ( virtual/udev ) x11-base/xorg-server:= x11-base/xorg-server[-minimal] x11-libs/libdrm x11-base/xorg-server[xorg] x11-libs/libpciaccess -SLOT=0 -SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-ati-7.3.0.tar.bz2 -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=29090576d0f2f86af137dab2ebf04872 diff --git a/metadata/md5-cache/x11-drivers/xf86-video-ati-7.4.0 b/metadata/md5-cache/x11-drivers/xf86-video-ati-7.4.0 deleted file mode 100644 index 6f9efda89100..000000000000 --- a/metadata/md5-cache/x11-drivers/xf86-video-ati-7.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare pretend setup test unpack -DEPEND=>=x11-libs/libdrm-2.4.54[video_cards_radeon] glamor? ( || ( x11-base/xorg-server[glamor] >=x11-libs/glamor-0.6 ) ) udev? ( virtual/udev ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.18 >=media-fonts/font-util-1.2.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.18 >=media-fonts/font-util-1.2.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.18 >=media-fonts/font-util-1.2.0 ) virtual/pkgconfig x11-proto/xf86driproto x11-proto/glproto x11-proto/dri2proto x11-proto/fontsproto x11-proto/randrproto x11-proto/renderproto x11-proto/videoproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto x11-base/xorg-server[-minimal] x11-libs/libdrm x11-base/xorg-server[xorg] x11-libs/libpciaccess -DESCRIPTION=ATI video driver -EAPI=5 -HOMEPAGE=http://xorg.freedesktop.org/ -IUSE=+glamor udev -KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 -LICENSE=MIT -RDEPEND=>=x11-libs/libdrm-2.4.54[video_cards_radeon] glamor? ( || ( x11-base/xorg-server[glamor] >=x11-libs/glamor-0.6 ) ) udev? ( virtual/udev ) x11-base/xorg-server:= x11-base/xorg-server[-minimal] x11-libs/libdrm x11-base/xorg-server[xorg] x11-libs/libpciaccess -SLOT=0 -SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-ati-7.4.0.tar.bz2 -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=66615b7511b5e82e82a3ac6a6a8026b2 diff --git a/metadata/md5-cache/x11-drivers/xf86-video-ati-7.6.1_p20160401 b/metadata/md5-cache/x11-drivers/xf86-video-ati-7.6.1_p20160401 new file mode 100644 index 000000000000..9229e9794b92 --- /dev/null +++ b/metadata/md5-cache/x11-drivers/xf86-video-ati-7.6.1_p20160401 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare pretend setup test unpack +DEPEND=>=x11-libs/libdrm-2.4.58[video_cards_radeon] >=x11-libs/libpciaccess-0.8.0 glamor? ( x11-base/xorg-server[glamor] ) udev? ( virtual/udev ) x11-proto/fontsproto x11-proto/randrproto x11-proto/renderproto x11-proto/videoproto x11-proto/xextproto x11-proto/xf86driproto x11-proto/xproto !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.18 >=media-fonts/font-util-1.2.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.18 >=media-fonts/font-util-1.2.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.18 >=media-fonts/font-util-1.2.0 ) >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.18 >=media-fonts/font-util-1.2.0 virtual/pkgconfig x11-proto/xf86driproto x11-proto/glproto x11-proto/dri2proto x11-proto/fontsproto x11-proto/randrproto x11-proto/renderproto x11-proto/videoproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto x11-base/xorg-server[-minimal] x11-libs/libdrm x11-base/xorg-server[xorg] x11-libs/libpciaccess +DESCRIPTION=ATI video driver +EAPI=5 +HOMEPAGE=http://www.x.org/wiki/ati/ +IUSE=+glamor udev +KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd +LICENSE=MIT +RDEPEND=>=x11-libs/libdrm-2.4.58[video_cards_radeon] >=x11-libs/libpciaccess-0.8.0 glamor? ( x11-base/xorg-server[glamor] ) udev? ( virtual/udev ) x11-base/xorg-server:= x11-base/xorg-server[-minimal] x11-libs/libdrm x11-base/xorg-server[xorg] x11-libs/libpciaccess +SLOT=0 +SRC_URI=http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/snapshot/4693b1bd5b5c381e8b7b68a6f7f0c6696d6a68df.tar.xz -> xf86-video-ati-7.6.1_p20160401.tar.xz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c xorg-2 b41f09eee8d441f780b7413dba7e120b +_md5_=ae93479f18b43d493b0b8d1e72ec4dbc diff --git a/metadata/md5-cache/x11-drivers/xf86-video-intel-2.99.917_p20160316 b/metadata/md5-cache/x11-drivers/xf86-video-intel-2.99.917_p20160403 similarity index 94% rename from metadata/md5-cache/x11-drivers/xf86-video-intel-2.99.917_p20160316 rename to metadata/md5-cache/x11-drivers/xf86-video-intel-2.99.917_p20160403 index 0303d9a74f40..4a7bc5c19927 100644 --- a/metadata/md5-cache/x11-drivers/xf86-video-intel-2.99.917_p20160316 +++ b/metadata/md5-cache/x11-drivers/xf86-video-intel-2.99.917_p20160403 @@ -9,6 +9,6 @@ LICENSE=MIT RDEPEND=x11-libs/libXext x11-libs/libXfixes >=x11-libs/pixman-0.27.1 >=x11-libs/libdrm-2.4.29[video_cards_intel] dri3? ( >=x11-base/xorg-server-1.18 ) sna? ( >=x11-base/xorg-server-1.10 ) udev? ( virtual/udev ) xvmc? ( x11-libs/libXvMC >=x11-libs/libxcb-1.5 x11-libs/xcb-util ) x11-base/xorg-server:= dri? ( x11-base/xorg-server[-minimal] x11-libs/libdrm ) x11-base/xorg-server[xorg] x11-libs/libpciaccess REQUIRED_USE=|| ( sna uxa ) SLOT=0 -SRC_URI=http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/snapshot/74cd4d09ae051d3a1f4cb9fe29e656b044f03ece.tar.xz -> xf86-video-intel-2.99.917_p20160316.tar.xz +SRC_URI=http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/snapshot/90792c933d9a6160e6646121cfe79ee857f70655.tar.xz -> xf86-video-intel-2.99.917_p20160403.tar.xz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=af44621f8ba06e9c1795f9b356c4f39c +_md5_=ca0381252d9feb25798832932df18a92 diff --git a/metadata/md5-cache/x11-misc/xosview-1.17 b/metadata/md5-cache/x11-misc/xosview-1.17 index 75a93ea30a20..15178590ae84 100644 --- a/metadata/md5-cache/x11-misc/xosview-1.17 +++ b/metadata/md5-cache/x11-misc/xosview-1.17 @@ -4,10 +4,10 @@ DESCRIPTION=X11 operating system viewer EAPI=5 HOMEPAGE=http://www.pogo.org.uk/~mark/xosview/ IUSE=suid -KEYWORDS=amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=amd64 ~ppc ppc64 ~x86 LICENSE=GPL-2 BSD RDEPEND=x11-libs/libX11 x11-libs/libXpm x11-libs/libXt media-fonts/font-misc-misc SLOT=0 SRC_URI=http://www.pogo.org.uk/~mark/xosview/releases/xosview-1.17.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=25966521a58676b73f09cf253dff7f8b +_md5_=bde7f908634d3d7cc310c61b6e01db22 diff --git a/metadata/md5-cache/x11-wm/xmonad-0.11-r1 b/metadata/md5-cache/x11-wm/xmonad-0.11-r1 index 4d3f5d9dee8f..ba805087bc5d 100644 --- a/metadata/md5-cache/x11-wm/xmonad-0.11-r1 +++ b/metadata/md5-cache/x11-wm/xmonad-0.11-r1 @@ -11,4 +11,4 @@ RDEPEND=dev-haskell/extensible-exceptions:=[profile?] dev-haskell/mtl:=[profile? SLOT=0/0.11 SRC_URI=mirror://hackage/packages/archive/xmonad/0.11/xmonad-0.11.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e ghc-package 892c6c35a9ac0993e65049c039438508 haskell-cabal e93b3ae2b779ea727098c318740957e3 multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b2dfc0122bf61286bb37090ac1db8b03 +_md5_=b460da1865e642954410e19beb4263ca diff --git a/metadata/md5-cache/x11-wm/xmonad-0.11-r3 b/metadata/md5-cache/x11-wm/xmonad-0.11-r3 index 3e40e7aa67f2..218d5d83439c 100644 --- a/metadata/md5-cache/x11-wm/xmonad-0.11-r3 +++ b/metadata/md5-cache/x11-wm/xmonad-0.11-r3 @@ -11,4 +11,4 @@ RDEPEND=dev-haskell/extensible-exceptions:=[profile?] dev-haskell/mtl:=[profile? SLOT=0/0.11 SRC_URI=mirror://hackage/packages/archive/xmonad/0.11/xmonad-0.11.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e ghc-package 892c6c35a9ac0993e65049c039438508 haskell-cabal e93b3ae2b779ea727098c318740957e3 multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=1cab9b11eb49a32681cab4626fac0f43 +_md5_=7e0529a15a818cbfbba5aa38d1f8ec4e diff --git a/metadata/md5-cache/x11-wm/xmonad-0.11.1 b/metadata/md5-cache/x11-wm/xmonad-0.11.1 index 16f9fbe6b20d..117871f49051 100644 --- a/metadata/md5-cache/x11-wm/xmonad-0.11.1 +++ b/metadata/md5-cache/x11-wm/xmonad-0.11.1 @@ -11,4 +11,4 @@ RDEPEND=dev-haskell/extensible-exceptions:=[profile?] dev-haskell/mtl:=[profile? SLOT=0/0.11.1 SRC_URI=mirror://hackage/packages/archive/xmonad/0.11.1/xmonad-0.11.1.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e ghc-package 892c6c35a9ac0993e65049c039438508 haskell-cabal e93b3ae2b779ea727098c318740957e3 multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b3a6ccfdb03038d4c2ac6978c78c2dcd +_md5_=08f4c40ba616359edabb78b748f82212 diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index 96b700adc0dc..6bea54212edf 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Sun, 03 Apr 2016 14:09:12 +0000 +Mon, 04 Apr 2016 05:08:54 +0000 diff --git a/metadata/timestamp b/metadata/timestamp index 55548a997bbc..a91f632b2747 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Sun Apr 3 14:08:22 UTC 2016 +Mon Apr 4 05:08:03 UTC 2016 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index 159b1c5ae95a..6df38b890baf 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Sun, 03 Apr 2016 14:30:01 +0000 +Mon, 04 Apr 2016 05:30:01 +0000 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index 65b6e94c2991..03b87309fa60 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1459692601 Sun 03 Apr 2016 02:10:01 PM UTC +1459746601 Mon 04 Apr 2016 05:10:01 AM UTC diff --git a/net-dns/updatedd/updatedd-2.6-r1.ebuild b/net-dns/updatedd/updatedd-2.6-r1.ebuild new file mode 100644 index 000000000000..f72f2d318f3d --- /dev/null +++ b/net-dns/updatedd/updatedd-2.6-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit eutils + +DESCRIPTION="Dynamic DNS client with plugins for several dynamic dns services" +HOMEPAGE="http://savannah.nongnu.org/projects/updatedd/" +SRC_URI="http://savannah.nongnu.org/download/updatedd/${PN}_${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86" +IUSE="" + +RDEPEND="" +DEPEND="" + +src_prepare() { + epatch "${FILESDIR}"/${P}-options.patch + default +} + +src_configure() { + econf --disable-static +} + +src_install() { + default + mv "${D}"/usr/share/doc/updatedd "${D}"/usr/share/doc/${PF} + prune_libtool_files +} diff --git a/net-fs/samba/samba-4.2.9.ebuild b/net-fs/samba/samba-4.2.9.ebuild index 381f62aa415a..eba522aa42ff 100644 --- a/net-fs/samba/samba-4.2.9.ebuild +++ b/net-fs/samba/samba-4.2.9.ebuild @@ -16,7 +16,7 @@ SRC_PATH="stable" SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz https://dev.gentoo.org/~polynomial-c/samba-disable-python-patches-4.2.9.tar.xz" -KEYWORDS="amd64 ~hppa ia64 ppc ppc64 x86" +KEYWORDS="amd64 ~arm ~hppa ia64 ppc ppc64 x86" [[ ${PV} = *_rc* ]] && KEYWORDS="~hppa" DESCRIPTION="Samba Suite Version 4" diff --git a/net-irc/rbot/rbot-0.9.15_p20131020-r1.ebuild b/net-irc/rbot/rbot-0.9.15_p20131020-r1.ebuild index 5c5c2792dcd2..581cccb3fe1e 100644 --- a/net-irc/rbot/rbot-0.9.15_p20131020-r1.ebuild +++ b/net-irc/rbot/rbot-0.9.15_p20131020-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21" inherit ruby-ng eutils user diff --git a/net-libs/libinfinity/Manifest b/net-libs/libinfinity/Manifest index 3aebbc490394..33e74907b809 100644 --- a/net-libs/libinfinity/Manifest +++ b/net-libs/libinfinity/Manifest @@ -1 +1,2 @@ DIST libinfinity-0.5.4.tar.gz 1452217 SHA256 04004fc1097e0e45945180f844b1f7cef62db18390d752c8abca78253192f6c4 SHA512 3586865b0cbae7a7397fc819613eb336901daf9d99cc7bcab72e8b38ee10aa1df8b737872c83ff409b29eae8e3667ea81565d624e8357d7506f138677536b4ae WHIRLPOOL 20c5baf2b69f4b5d0a4846510e999f4f477ae3afe4df39e0e45f65c3c0d092ed52b21ff59fc712b265a8614286c1fce07510d3850b20dea6a32257d06407c373 +DIST libinfinity-0.6.7.tar.gz 1989993 SHA256 4ca20160221de2b139e2d32efd1e7fdec0b2e429041d807f23a35bb6da6fbcc1 SHA512 9142badee0976019937c29d9badd404d64e49031007863c254c312d999b9790fa4f2ff80ac982b709744e1bfa532b1bc331b3bf1d55aac3ac70c9cae6a7afd3b WHIRLPOOL eb2f35e870b001c7d35b8be0042de1b2de4775a23020c9ed700b215ec5f189831640ab1e817940db7d87db988a6901a6d5a75143600c710f7221120b90f694e4 diff --git a/net-libs/libinfinity/libinfinity-0.6.7.ebuild b/net-libs/libinfinity/libinfinity-0.6.7.ebuild new file mode 100644 index 000000000000..bbc0a6ebc0ba --- /dev/null +++ b/net-libs/libinfinity/libinfinity-0.6.7.ebuild @@ -0,0 +1,70 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit autotools-utils eutils versionator user + +MY_PV=$(get_version_component_range 1-2) + +DESCRIPTION="An implementation of the Infinote protocol written in GObject-based C" +HOMEPAGE="http://gobby.0x539.de/" +SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz" +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="avahi doc gtk server static-libs" + +RDEPEND="dev-libs/glib:2 + dev-libs/libxml2 + net-libs/gnutls + sys-libs/pam + virtual/gsasl + avahi? ( net-dns/avahi ) + gtk? ( x11-libs/gtk+:3 )" +DEPEND="${RDEPEND} + virtual/pkgconfig + sys-devel/gettext + doc? ( dev-util/gtk-doc )" + +DOCS=(AUTHORS NEWS README.md TODO) + +pkg_setup() { + if use server ; then + enewgroup infinote 100 + enewuser infinote 100 /bin/bash /var/lib/infinote infinote + fi +} + +src_configure() { + local myeconfargs=( + $(use_enable doc gtk-doc) + $(use_with gtk inftextgtk) + $(use_with gtk infgtk) + $(use_with gtk gtk3) + $(use_with server infinoted) + $(use_with avahi) + $(use_with avahi libdaemon) + ) + autotools-utils_src_configure +} + +src_install() { + autotools-utils_src_install + + if use server ; then + newinitd "${FILESDIR}/infinoted.initd" infinoted + newconfd "${FILESDIR}/infinoted.confd" infinoted + + keepdir /var/lib/infinote + fowners infinote:infinote /var/lib/infinote + fperms 770 /var/lib/infinote + + dosym /usr/bin/infinoted-${MY_PV} /usr/bin/infinoted + + elog "Add local users who should have local access to the documents" + elog "created by infinoted to the infinote group." + elog "The documents are saved in /var/lib/infinote per default." + fi +} diff --git a/net-libs/libssh/libssh-0.7.3-r1.ebuild b/net-libs/libssh/libssh-0.7.3-r1.ebuild index 61d9ce2f1278..1d64015b2b0f 100644 --- a/net-libs/libssh/libssh-0.7.3-r1.ebuild +++ b/net-libs/libssh/libssh-0.7.3-r1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="http://www.libssh.org/" SRC_URI="https://red.libssh.org/attachments/download/195/${MY_P}.tar.xz -> ${P}.tar.xz" LICENSE="LGPL-2.1" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" SLOT="0/4" # subslot = soname major version IUSE="debug doc examples gcrypt gssapi libressl pcap +sftp ssh1 server static-libs test zlib" # Maintainer: check IUSE-defaults at DefineOptions.cmake diff --git a/net-libs/mbedtls/Manifest b/net-libs/mbedtls/Manifest index 21c794d25bde..c8ddd5cfff4c 100644 --- a/net-libs/mbedtls/Manifest +++ b/net-libs/mbedtls/Manifest @@ -1,2 +1,3 @@ DIST mbedtls-2.1.3.tar.gz 1789846 SHA256 94da4618d5a518b99f7914a5e348be436e3571113d9a9978d130725a1fc7bfac SHA512 c9ab514779c20b632d3a4027dd7c0027a916ff8d55f1f8ba80b0ef0d47a1d09f4bab7cb8bbd910d4e130e1f19d043d681572ba86ace9c3a4db60b2b051141a93 WHIRLPOOL 0547690b76f44c36da0eecf36bc8ce3ae6cd840ad8029f5711b6dc275b371abb6e2a87346ccb0bc9ce14b2b777b665a88364eecd7ab16a0d321dc8bc91c0c000 DIST mbedtls-2.2.0.tar.gz 1803014 SHA256 75494361e412444b38ebb9c908b7e17a5fb582eb9c3fadb2fe9b21e96f1bf8cb SHA512 cf9ea03792ef6c54e77cd4c2410517b6e124f8ee7132c78c0463fc1cf3a6eff656d8436abfb0c6238bd5484fcefc1ec42598ee6d8128ec88df1d04b053739fd1 WHIRLPOOL 7bdfdabf043f0eee8edd0af286640a3ae6bee928ede3f74a32d6bafc921a874a9d2af78aa7f6d637394abe1ea92ef0caca9c42e6808d530007fc6b99ab3ee18a +DIST mbedtls-2.2.1.tar.gz 1807209 SHA256 32819c62c20e8740a11b49daa5d09ac6f179edf120a87ac559cd63120b66b699 SHA512 bc97e7ddf2fcbd1c22927f5c01cfd0706a6f1051f5a62f42e97db49dcd98afbee8878b1dd815da830e3fe1b66b04ada8a0a88baf32833b2c13070c2bd29b62d5 WHIRLPOOL 2ae84564a0e35de60539030fac913396acf385e948095c2e9ee2cfe9d814c90a448d596a75cdffbb054a63ffe0a1a87b9161d5d512ec4bc7935e97803c39d139 diff --git a/net-libs/mbedtls/mbedtls-2.2.0.ebuild b/net-libs/mbedtls/mbedtls-2.2.0.ebuild index ec6bd00323d7..073f48f2af16 100644 --- a/net-libs/mbedtls/mbedtls-2.2.0.ebuild +++ b/net-libs/mbedtls/mbedtls-2.2.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/ARMmbed/mbedtls/archive/mbedtls-${PV}.tar.gz" LICENSE="Apache-2.0" SLOT="0/10" # slot for libmbedtls.so -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm hppa ~mips ~ppc ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="cpu_flags_x86_sse2 doc havege libressl programs test threads zlib" RDEPEND=" diff --git a/net-libs/mbedtls/mbedtls-2.2.1.ebuild b/net-libs/mbedtls/mbedtls-2.2.1.ebuild new file mode 100644 index 000000000000..6e966eb60004 --- /dev/null +++ b/net-libs/mbedtls/mbedtls-2.2.1.ebuild @@ -0,0 +1,94 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils multilib cmake-utils multilib-minimal + +DESCRIPTION="Cryptographic library for embedded systems" +HOMEPAGE="https://tls.mbed.org/" +SRC_URI="https://github.com/ARMmbed/mbedtls/archive/mbedtls-${PV}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/10" # slot for libmbedtls.so +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="cpu_flags_x86_sse2 doc havege libressl programs test threads zlib" + +RDEPEND=" + programs? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + ) + zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )" +DEPEND="${RDEPEND} + doc? ( app-doc/doxygen media-gfx/graphviz ) + test? ( dev-lang/perl )" + +S=${WORKDIR}/${PN}-${P} + +enable_mbedtls_option() { + local myopt="$@" + # check that config.h syntax is the same at version bump + sed -i \ + -e "s://#define ${myopt}:#define ${myopt}:" \ + include/mbedtls/config.h || die +} + +src_prepare() { + use cpu_flags_x86_sse2 && enable_mbedtls_option MBEDTLS_HAVE_SSE2 + use zlib && enable_mbedtls_option MBEDTLS_ZLIB_SUPPORT + use havege && enable_mbedtls_option MBEDTLS_HAVEGE_C + use threads && enable_mbedtls_option MBEDTLS_THREADING_C + use threads && enable_mbedtls_option MBEDTLS_THREADING_PTHREAD +} + +multilib_src_configure() { + local mycmakeargs=( + $(multilib_is_native_abi && cmake-utils_use_enable programs PROGRAMS \ + || echo -DENABLE_PROGRAMS=OFF) + $(cmake-utils_use_enable zlib ZLIB_SUPPORT) + -DUSE_STATIC_MBEDTLS_LIBRARY=OFF + $(cmake-utils_use_enable test TESTING) + -DUSE_SHARED_MBEDTLS_LIBRARY=ON + -DINSTALL_MBEDTLS_HEADERS=ON + -DLIB_INSTALL_DIR="/usr/$(get_libdir)" + ) + + cmake-utils_src_configure +} + +multilib_src_compile() { + cmake-utils_src_compile + use doc && multilib_is_native_abi && emake apidoc +} + +multilib_src_test() { + LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${BUILD_DIR}/library" \ + cmake-utils_src_test +} + +multilib_src_install() { + cmake-utils_src_install +} + +multilib_src_install_all() { + einstalldocs + + use doc && dohtml -r apidoc + + if use programs ; then + # avoid file collisions with sys-apps/coreutils + local p e + for p in "${ED%/}"/usr/bin/* ; do + if [[ -x "${p}" && ! -d "${p}" ]] ; then + mv "${p}" "${ED%/}"/usr/bin/mbedtls_${p##*/} || die + fi + done + for e in aes hash pkey ssl test ; do + docinto "${e}" + dodoc programs/"${e}"/*.c + dodoc programs/"${e}"/*.txt + done + fi +} diff --git a/net-libs/mbedtls/metadata.xml b/net-libs/mbedtls/metadata.xml index 020c2309df6a..336afbec1898 100644 --- a/net-libs/mbedtls/metadata.xml +++ b/net-libs/mbedtls/metadata.xml @@ -1,14 +1,14 @@ - - hasufell@gentoo.org - Julian Ospald - blueness@gentoo.org Anthony G. Basile + + hasufell@gentoo.org + Julian Ospald + The aim of the mbed TLS project is to provide a quality, open-source cryptographic library written in C and targeted at embedded systems. diff --git a/net-libs/ripe-atlas-sagan/Manifest b/net-libs/ripe-atlas-sagan/Manifest index 25ea14e833e4..f42cec37ce28 100644 --- a/net-libs/ripe-atlas-sagan/Manifest +++ b/net-libs/ripe-atlas-sagan/Manifest @@ -1 +1,2 @@ +DIST ripe.atlas.sagan-1.1.10.tar.gz 128425 SHA256 3831bf2bc66188c5764b3d0b3c0e5387b3d670d0a8839ed464a244c6ffe5288b SHA512 dab5aa200a77ca4f4a29b2cef79df7c12cee4e6ff2583e5cdf1e6e381b9ca4de2e4bf8c56e9856f9b79ed196f72304d62b8cbaa76b0aa9a5d5294559b8f6bbce WHIRLPOOL 576de474f85db1c6eb22ed897a08deeae9d071b132ae67502ab849753d49760abf7a0facf20eabfe2c15f10331c245237d07149d3cf8e4243cd6a6a50bd73d57 DIST ripe.atlas.sagan-1.1.8.tar.gz 100037 SHA256 bb394f738570b0b0c18257856b61c730375d91996c8c726f9dcd367fd618b3d8 SHA512 9e89eff270d58ac0d69abf5c589a129b468ad7adbe49144eae9e3ee1a73ada3278efbf395aea02b612fd3b3b3db2996d68587f5465b1cec29de79b112cb20b53 WHIRLPOOL 7bb747e21a0ab6030e9fa1de827bfecddc34e596aadea5f9de2f05b13d6aff221982ed3a7bdd13256c6686e644b611bc80d395a401eaa0c0fda95f856b543339 diff --git a/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.10.ebuild b/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.10.ebuild new file mode 100644 index 000000000000..3691913a271a --- /dev/null +++ b/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.10.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_4 ) + +inherit distutils-r1 + +MY_PN=${PN//-/.} +DESCRIPTION="A parsing library for RIPE Atlas result strings" +HOMEPAGE="https://atlas.ripe.net/" +SRC_URI="mirror://pypi/${PN:0:1}/ripe.atlas.sagan/ripe.atlas.sagan-${PVR}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +S="${WORKDIR}/${MY_PN}-${PVR}" + +RDEPEND=" + dev-python/python-dateutil[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] + dev-python/pyopenssl[${PYTHON_USEDEP}] + dev-python/ujson[${PYTHON_USEDEP}]" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + "${RDEPEND}" + dev-python/nose[${PYTHON_USEDEP}] )" + +python_test() { + nosetests --verbose || die "Tests failed with ${EPYTHON}" +} diff --git a/net-libs/socket_wrapper/socket_wrapper-1.1.6.ebuild b/net-libs/socket_wrapper/socket_wrapper-1.1.6.ebuild index 81588d480b60..0a3bef213921 100644 --- a/net-libs/socket_wrapper/socket_wrapper-1.1.6.ebuild +++ b/net-libs/socket_wrapper/socket_wrapper-1.1.6.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://cwrap.org/socket_wrapper.html" SRC_URI="https://ftp.samba.org/pub/cwrap/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~hppa ia64 ppc ppc64 x86" +KEYWORDS="amd64 ~arm ~hppa ia64 ppc ppc64 x86" IUSE="test" DEPEND="" diff --git a/net-libs/webkit-gtk/Manifest b/net-libs/webkit-gtk/Manifest index d3a7341a5495..2c59e223f274 100644 --- a/net-libs/webkit-gtk/Manifest +++ b/net-libs/webkit-gtk/Manifest @@ -1,5 +1,5 @@ -DIST webkitgtk-2.10.4.tar.xz 11015164 SHA256 dbf8260da5cac0c74de2d3cce1fe7c519da3cd816a2c769cb6c6d56addd2f055 SHA512 1d1c79fb863be192639304c5616fb875ccfe541617fdc5c973e79d8159131080ba734199959a01760b9d06accaae7e2e87bec3bcc42dcd2e6b0d19a5b82ed039 WHIRLPOOL 60c789cd2802827dfa90a46debe7506c03ee0203ebbe81db53eba87994ea56ec93b1e9b61253e6411e27faca813ebb27d0ca460e980ddf983afc4e53fcb72744 DIST webkitgtk-2.10.7.tar.xz 10988396 SHA256 990d62c82ed6dede31a6ff0a82d847f16b812842ff3e1093d17113627652864e SHA512 f0d7b303236910d18568ab1e0a522915a70e9d3658537b32ea2c6a42b8b3ece034a292490f7882760338f2afc56468fd7a8ad8659b7afaf87906220a5c815b5b WHIRLPOOL 7cbe8c42e9c245709eee19a9a01f2a4b238596d8119e3420ca750abb3518e1333ff99a596e9f09d511773a964bafed5baa91efca7b711ddc1c91cb601c520328 -DIST webkitgtk-2.10.8.tar.xz 10994340 SHA256 313682b23f03c457b28a7ef2d5bdb70a8174cca1d32e0a853fb36fa4dcf928a9 SHA512 ec49b2549756953b25d4488f5f2c9932ac43f81febe5f24ce0e170440089aaa0326a8cf3af767d161dd6a9ee27d21748e91ee6ebc55c3143260326fe9823e924 WHIRLPOOL 4f5cb6467ee7f431e2b07d9110c754d7171ffe0c31c35b23f826da7f6058d20168a6bdf9cf865c0dda2e9a7266b0d58668922866ccf5c60f80a22ef39ad9f445 +DIST webkitgtk-2.10.9.tar.xz 10992980 SHA256 bbb18d741780b1b7fa284beb9a97361ac57cda2e42bad2ae2fcdbf797919e969 SHA512 a8eda5381f227098e208a81c093f0b83f4996378e8f54ddfbe5c164254d7e1ff4a260c827e2521c748ca02bc5a691e8bbd0f59da0718cfe18812c3b257ec5228 WHIRLPOOL c6f36d4195bbd9f97358700ac446ad65d5a426ba7f0913d69163b2f37c1aedc623bdea3650f2ad7da009f1d234c9d54a163e9155794d8218342332b82ead76df +DIST webkitgtk-2.4.10.tar.xz 9867504 SHA256 33fda4b20d7fec2d6e9399ba03ef3f6d2a733c628bd77d397880c44e4bf7c614 SHA512 09cff437dadfa6ba1b90674ef4d9db558710247559bb8c2894b54a43504428b99465aa5d35bf3323c22827b67711e8dc031d4b63361eb9906c96e2bfd8ee11a8 WHIRLPOOL af08ef45249313915003a150a56228b1edc25f870c149d4ece5783da302d307b40046a05bf3c157807465f248d083ebe549c48d13eefdf820eb51c2efe0f5f98 DIST webkitgtk-2.4.9.tar.xz 9840740 SHA256 afdf29e7828816cad0be2604cf19421e96d96bf493987328ffc8813bb20ac564 SHA512 5dfe5c31e0fcbab5e468a18e08918a439b214dcd620386fa32d35e9110e479b552a4b0b88a1bb8574b34445d5cc5219be349feded32fc1d2791a6c6279d61f98 WHIRLPOOL 26141cd12878bc8136ecffc1636fdcb037f342e5c27c8c557117564af9d1673af84c8c4fd10d3fdbe890bdf183791b18a210f57de9750422959a45c60390076c DIST webkitgtk-2.8.5.tar.xz 10455256 SHA256 3d1f0c534935f43fd74df90f2648fcee672d60f1f57a30fa557a77891ae04d20 SHA512 b87a4149aa133824c7855d562a872fef9067d8c7a78026b9ec29d9eb0798a4da827aac4a1ec4eb1a117f7ae50b14c415c6f04ba4ddee851cf55e2dc503c3eddb WHIRLPOOL 1bb1c542d73db31985d4afc6a9ab59730118e57f99aba1a8e81820880bf832386f77aee70f4a50cece180fdb905b7aa5a0f08b91a5eb64a77c3ad5dd82792ead diff --git a/net-libs/webkit-gtk/webkit-gtk-2.10.4-r1.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.10.4-r1.ebuild deleted file mode 100644 index 153acb04e2b4..000000000000 --- a/net-libs/webkit-gtk/webkit-gtk-2.10.4-r1.ebuild +++ /dev/null @@ -1,262 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -CMAKE_MAKEFILE_GENERATOR="ninja" -GCONF_DEBUG="no" -PYTHON_COMPAT=( python2_7 ) -USE_RUBY="ruby20 ruby21 ruby22" - -inherit check-reqs cmake-utils eutils flag-o-matic gnome2 pax-utils python-any-r1 ruby-single toolchain-funcs versionator virtualx - -MY_P="webkitgtk-${PV}" -DESCRIPTION="Open source web browser engine" -HOMEPAGE="http://www.webkitgtk.org/" -SRC_URI="http://www.webkitgtk.org/releases/${MY_P}.tar.xz" - -LICENSE="LGPL-2+ BSD" -SLOT="4/37" # soname version of libwebkit2gtk-4.0 -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos" - -IUSE="aqua coverage doc +egl +geoloc gles2 gnome-keyring +gstreamer +introspection +jit nsplugin +opengl spell wayland +webgl X" -# seccomp - -REQUIRED_USE=" - geoloc? ( introspection ) - gles2? ( egl ) - introspection? ( gstreamer ) - nsplugin? ( X ) - webgl? ( ^^ ( gles2 opengl ) ) - !webgl? ( ?? ( gles2 opengl ) ) - || ( aqua wayland X ) -" - -# Tests fail to link for inexplicable reasons -# https://bugs.webkit.org/show_bug.cgi?id=148210 -RESTRICT="test" - -# use sqlite, svg by default -# Aqua support in gtk3 is untested -# gtk2 is needed for plugin process support, should we add a USE flag to configure this? -# Dependencies found at Sources/cmake/OptionsGTK.cmake -RDEPEND=" - dev-db/sqlite:3= - >=dev-libs/glib-2.36:2 - >=dev-libs/icu-3.8.1-r1:= - >=dev-libs/libxml2-2.8:2 - >=dev-libs/libxslt-1.1.7 - >=media-libs/fontconfig-2.8:1.0 - >=media-libs/freetype-2.4.2:2 - >=media-libs/harfbuzz-0.9.18:=[icu(+)] - >=media-libs/libpng-1.4:0= - media-libs/libwebp:= - >=net-libs/gnutls-3 - >=net-libs/libsoup-2.42:2.4[introspection?] - virtual/jpeg:0= - >=x11-libs/cairo-1.10.2:= - >=x11-libs/gtk+-3.14:3[introspection?] - x11-libs/libnotify - >=x11-libs/pango-1.30.0 - - aqua? ( >=x11-libs/gtk+-3.14:3[aqua] ) - egl? ( media-libs/mesa[egl] ) - geoloc? ( >=app-misc/geoclue-2.1.5:2.0 ) - gles2? ( media-libs/mesa[gles2] ) - gnome-keyring? ( app-crypt/libsecret ) - gstreamer? ( - >=media-libs/gstreamer-1.2:1.0 - >=media-libs/gst-plugins-base-1.2:1.0 - >=media-libs/gst-plugins-bad-1.5.0:1.0[opengl?] ) - introspection? ( >=dev-libs/gobject-introspection-1.32.0:= ) - nsplugin? ( >=x11-libs/gtk+-2.24.10:2 ) - opengl? ( virtual/opengl - x11-libs/cairo[opengl] ) - spell? ( >=app-text/enchant-0.22:= ) - wayland? ( >=x11-libs/gtk+-3.14:3[wayland] ) - webgl? ( - x11-libs/cairo[opengl] - x11-libs/libXcomposite - x11-libs/libXdamage ) - X? ( - x11-libs/cairo[X] - >=x11-libs/gtk+-3.14:3[X] - x11-libs/libX11 - x11-libs/libXcomposite - x11-libs/libXrender - x11-libs/libXt ) -" -# Control knob is private and set to off -# seccomp? ( sys-libs/libseccomp ) - -# paxctl needed for bug #407085 -# Need real bison, not yacc -DEPEND="${RDEPEND} - ${PYTHON_DEPS} - ${RUBY_DEPS} - >=dev-lang/perl-5.10 - >=app-accessibility/at-spi2-core-2.5.3 - >=dev-libs/atk-2.8.0 - dev-libs/hyphen - >=dev-util/gtk-doc-am-1.10 - >=dev-util/gperf-3.0.1 - >=sys-devel/bison-2.4.3 - >=sys-devel/flex-2.5.34 - || ( >=sys-devel/gcc-4.9 >=sys-devel/clang-3.3 ) - sys-devel/gettext - virtual/pkgconfig - - doc? ( >=dev-util/gtk-doc-1.10 ) - geoloc? ( dev-util/gdbus-codegen ) - introspection? ( jit? ( sys-apps/paxctl ) ) - test? ( - dev-lang/python:2.7 - dev-python/pygobject:3[python_targets_python2_7] - x11-themes/hicolor-icon-theme - jit? ( sys-apps/paxctl ) ) -" - -S="${WORKDIR}/${MY_P}" - -CHECKREQS_DISK_BUILD="18G" # and even this might not be enough, bug #417307 - -pkg_pretend() { - if [[ ${MERGE_TYPE} != "binary" ]] ; then - if is-flagq "-g*" && ! is-flagq "-g*0" ; then - einfo "Checking for sufficient disk space to build ${PN} with debugging CFLAGS" - check-reqs_pkg_pretend - fi - - if ! test-flag-CXX -std=c++11 ; then - die "You need at least GCC 4.9.x or Clang >= 3.3 for C++11-specific compiler flags" - fi - - if [[ $(tc-getCXX) == *g++* && $(gcc-version) < 4.9 ]] ; then - die 'The active compiler needs to be gcc 4.9 (or newer)' - fi - fi -} - -pkg_setup() { - if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" && ! is-flagq "-g*0" ; then - check-reqs_pkg_setup - fi - - [[ ${MERGE_TYPE} = "binary" ]] || python-any-r1_pkg_setup -} - -src_prepare() { - # https://bugs.gentoo.org/show_bug.cgi?id=555504 - epatch "${FILESDIR}"/${PN}-2.8.5-fix-ia64-build.patch - - # https://bugs.gentoo.org/show_bug.cgi?id=564352 - epatch "${FILESDIR}"/${PN}-2.8.5-fix-alpha-build.patch - - # https://bugs.webkit.org/show_bug.cgi?id=148379 - epatch "${FILESDIR}"/${PN}-2.8.5-webkit2gtkinjectedbundle-j1.patch - - gnome2_src_prepare -} - -src_configure() { - # Respect CC, otherwise fails on prefix #395875 - tc-export CC - - # Arches without JIT support also need this to really disable it in all places - use jit || append-cppflags -DENABLE_JIT=0 -DENABLE_YARR_JIT=0 -DENABLE_ASSEMBLER=0 - - # It does not compile on alpha without this in LDFLAGS - # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648761 - use alpha && append-ldflags "-Wl,--no-relax" - - # ld segfaults on ia64 with LDFLAGS --as-needed, bug #555504 - use ia64 && append-ldflags "-Wl,--no-as-needed" - - # Sigbuses on SPARC with mcpu and co., bug #??? - use sparc && filter-flags "-mvis" - - # https://bugs.webkit.org/show_bug.cgi?id=42070 , #301634 - use ppc64 && append-flags "-mminimal-toc" - - # Try to use less memory, bug #469942 (see Fedora .spec for reference) - # --no-keep-memory doesn't work on ia64, bug #502492 - if ! use ia64; then - append-ldflags "-Wl,--no-keep-memory" - fi - if ! tc-ld-is-gold ; then - append-ldflags "-Wl,--reduce-memory-overheads" - fi - - # older glibc needs this for INTPTR_MAX, bug #533976 - if has_version "= 3.3 for C++11-specific compiler flags" + fi +} + +pkg_setup() { + # Check whether any of the debugging flags is enabled + if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" && ! is-flagq "-g*0" ; then + if is-flagq "-ggdb" && [[ ${WEBKIT_GTK_GGDB} != "yes" ]]; then + replace-flags -ggdb -g + ewarn "Replacing \"-ggdb\" with \"-g\" in your CFLAGS." + ewarn "Building ${PN} with \"-ggdb\" produces binaries which are too" + ewarn "large for current binutils releases (bug #432784) and has very" + ewarn "high temporary build space and memory requirements." + ewarn "If you really want to build ${PN} with \"-ggdb\", add" + ewarn "WEBKIT_GTK_GGDB=yes" + ewarn "to your make.conf file." + fi + einfo "You need to have at least 18GB of temporary build space available" + einfo "to build ${PN} with debugging CFLAGS. Note that it might still" + einfo "not be enough, as the total space requirements depend on the flags" + einfo "(-ggdb vs -g1) and enabled features." + check-reqs_pkg_setup + fi + + [[ ${MERGE_TYPE} = "binary" ]] || python-any-r1_pkg_setup +} + +src_prepare() { + # intermediate MacPorts hack while upstream bug is not fixed properly + # https://bugs.webkit.org/show_bug.cgi?id=28727 + use aqua && epatch "${FILESDIR}"/${PN}-1.6.1-darwin-quartz.patch + + # Leave optimization level to user CFLAGS + # FORTIFY_SOURCE is enabled by default in Gentoo + sed -e 's/-O[012]//g' \ + -e 's/-D_FORTIFY_SOURCE=2//g' \ + -i Source/autotools/SetupCompilerFlags.m4 || die + + # bug #459978, upstream bug #113397 + epatch "${FILESDIR}"/${PN}-1.11.90-gtk-docize-fix.patch + + # Debian patches to fix support for some arches + # https://bugs.webkit.org/show_bug.cgi?id=129540 + epatch "${FILESDIR}"/${PN}-2.2.5-{hppa,ia64}-platform.patch + # https://bugs.webkit.org/show_bug.cgi?id=129542 + epatch "${FILESDIR}"/${PN}-2.4.1-ia64-malloc.patch + + # Fix build with recent libjpeg, bug #481688 + # https://bugs.webkit.org/show_bug.cgi?id=122412 + epatch "${FILESDIR}"/${PN}-2.4.4-jpeg-9a.patch + + # Fix building with --disable-webgl, bug #500966 + # https://bugs.webkit.org/show_bug.cgi?id=131267 + epatch "${FILESDIR}"/${PN}-2.4.7-disable-webgl.patch + + AT_M4DIR=Source/autotools eautoreconf + + gnome2_src_prepare +} + +src_configure() { + # Respect CC, otherwise fails on prefix #395875 + tc-export CC + + # Arches without JIT support also need this to really disable it in all places + use jit || append-cppflags -DENABLE_JIT=0 -DENABLE_YARR_JIT=0 -DENABLE_ASSEMBLER=0 + + # It does not compile on alpha without this in LDFLAGS + # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648761 + use alpha && append-ldflags "-Wl,--no-relax" + + # Sigbuses on SPARC with mcpu and co., bug #??? + use sparc && filter-flags "-mvis" + + # https://bugs.webkit.org/show_bug.cgi?id=42070 , #301634 + use ppc64 && append-flags "-mminimal-toc" + + # Try to use less memory, bug #469942 (see Fedora .spec for reference) + # --no-keep-memory doesn't work on ia64, bug #502492 + if ! use ia64; then + append-ldflags "-Wl,--no-keep-memory" + fi + if ! $(tc-getLD) --version | grep -q "GNU gold"; then + append-ldflags "-Wl,--reduce-memory-overheads" + fi + + local ruby_interpreter="" + + if has_version "virtual/rubygems[ruby_targets_ruby23]"; then + ruby_interpreter="RUBY=$(type -P ruby23)" + elif has_version "virtual/rubygems[ruby_targets_ruby22]"; then + ruby_interpreter="RUBY=$(type -P ruby22)" + elif has_version "virtual/rubygems[ruby_targets_ruby21]"; then + ruby_interpreter="RUBY=$(type -P ruby21)" + else + ruby_interpreter="RUBY=$(type -P ruby20)" + fi + + # TODO: Check Web Audio support + # should somehow let user select between them? + # + # * dependency-tracking is required so parallel builds won't fail + gnome2_src_configure \ + $(use_enable aqua quartz-target) \ + $(use_enable coverage) \ + $(use_enable debug) \ + $(use_enable egl) \ + $(use_enable geoloc geolocation) \ + $(use_enable gles2) \ + $(use_enable gnome-keyring credential_storage) \ + $(use_enable gstreamer video) \ + $(use_enable gstreamer web-audio) \ + $(use_enable introspection) \ + $(use_enable jit) \ + $(use_enable opengl glx) \ + $(use_enable spell spellcheck) \ + $(use_enable webgl) \ + $(use_enable webgl accelerated-compositing) \ + $(use_enable X x11-target) \ + --with-gtk=2.0 \ + --disable-webkit2 \ + --enable-dependency-tracking \ + --disable-gtk-doc \ + ${ruby_interpreter} +} + +src_compile() { + # Try to avoid issues like bug #463960 + unset DISPLAY + gnome2_src_compile +} + +src_test() { + # Tests expect an out-of-source build in WebKitBuild + ln -s . WebKitBuild || die "ln failed" + + # Prevents test failures on PaX systems + use jit && pax-mark m $(list-paxables Programs/*[Tt]ests/*) # Programs/unittests/.libs/test* + + unset DISPLAY + # Tests need virtualx, bug #294691, bug #310695 + # Parallel tests sometimes fail + Xemake -j1 check +} + +src_install() { + DOCS="ChangeLog NEWS" # other ChangeLog files handled by src_install + + # https://bugs.webkit.org/show_bug.cgi?id=129242 + MAKEOPTS="${MAKEOPTS} -j1" gnome2_src_install + + newdoc Source/WebKit/gtk/ChangeLog ChangeLog.gtk + newdoc Source/JavaScriptCore/ChangeLog ChangeLog.JavaScriptCore + newdoc Source/WebCore/ChangeLog ChangeLog.WebCore + + # Prevents crashes on PaX systems + use jit && pax-mark m "${ED}usr/bin/jsc-1" + + # File collisions with slot 3 + # bug #402699, https://bugs.webkit.org/show_bug.cgi?id=78134 + rm -rf "${ED}usr/share/gtk-doc" || die +} diff --git a/net-libs/webkit-gtk/webkit-gtk-2.4.10.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.4.10.ebuild new file mode 100644 index 000000000000..86e8c6c7268e --- /dev/null +++ b/net-libs/webkit-gtk/webkit-gtk-2.4.10.ebuild @@ -0,0 +1,276 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" +PYTHON_COMPAT=( python2_7 ) +USE_RUBY="ruby20 ruby21 ruby22 ruby23" + +inherit autotools check-reqs eutils flag-o-matic gnome2 pax-utils python-any-r1 ruby-single toolchain-funcs versionator virtualx + +MY_P="webkitgtk-${PV}" +DESCRIPTION="Open source web browser engine" +HOMEPAGE="http://www.webkitgtk.org/" +SRC_URI="http://www.webkitgtk.org/releases/${MY_P}.tar.xz" + +LICENSE="LGPL-2+ BSD" +SLOT="3/25" # soname version of libwebkit2gtk-3.0 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos" + +IUSE="aqua coverage debug +egl +geoloc gles2 gnome-keyring +gstreamer +introspection +jit +opengl spell wayland +webgl +X" +# bugs 372493, 416331 +REQUIRED_USE=" + geoloc? ( introspection ) + gles2? ( egl ) + introspection? ( gstreamer ) + webgl? ( ^^ ( gles2 opengl ) ) + !webgl? ( ?? ( gles2 opengl ) ) + || ( aqua wayland X ) +" + +# use sqlite, svg by default +# Aqua support in gtk3 is untested +# gtk2 is needed for plugin process support +# gtk3-3.10 required for wayland +RDEPEND=" + dev-db/sqlite:3= + >=dev-libs/glib-2.36:2 + >=dev-libs/icu-3.8.1-r1:= + >=dev-libs/libxml2-2.6:2 + >=dev-libs/libxslt-1.1.7 + >=media-libs/fontconfig-2.5:1.0 + >=media-libs/freetype-2.4.2:2 + >=media-libs/harfbuzz-0.9.7:=[icu(+)] + >=media-libs/libpng-1.4:0= + media-libs/libwebp:= + >=net-libs/libsoup-2.42:2.4[introspection?] + virtual/jpeg:0= + >=x11-libs/cairo-1.10:=[X?] + >=x11-libs/gtk+-3.6.0:3[X?,aqua?,introspection?] + >=x11-libs/pango-1.30.0 + + >=x11-libs/gtk+-2.24.10:2 + + egl? ( media-libs/mesa[egl] ) + geoloc? ( >=app-misc/geoclue-2.1.5:2.0 ) + gles2? ( media-libs/mesa[gles2] ) + gnome-keyring? ( app-crypt/libsecret ) + gstreamer? ( + >=media-libs/gstreamer-1.2:1.0 + >=media-libs/gst-plugins-base-1.2:1.0 ) + introspection? ( >=dev-libs/gobject-introspection-1.32.0:= ) + opengl? ( virtual/opengl ) + spell? ( >=app-text/enchant-0.22:= ) + wayland? ( >=x11-libs/gtk+-3.10:3[wayland] ) + webgl? ( + x11-libs/cairo[opengl] + x11-libs/libXcomposite + x11-libs/libXdamage ) + X? ( + x11-libs/libX11 + x11-libs/libXrender + x11-libs/libXt ) +" + +# paxctl needed for bug #407085 +# Need real bison, not yacc +DEPEND="${RDEPEND} + ${PYTHON_DEPS} + ${RUBY_DEPS} + >=dev-lang/perl-5.10 + >=app-accessibility/at-spi2-core-2.5.3 + >=dev-libs/atk-2.8.0 + >=dev-util/gtk-doc-am-1.10 + >=dev-util/gperf-3.0.1 + >=sys-devel/bison-2.4.3 + >=sys-devel/flex-2.5.34 + || ( >=sys-devel/gcc-4.7 >=sys-devel/clang-3.3 ) + sys-devel/gettext + >=sys-devel/make-3.82-r4 + virtual/pkgconfig + + geoloc? ( dev-util/gdbus-codegen ) + introspection? ( jit? ( sys-apps/paxctl ) ) + test? ( + dev-lang/python:2.7 + dev-python/pygobject:3[python_targets_python2_7] + x11-themes/hicolor-icon-theme + jit? ( sys-apps/paxctl ) ) +" + +S="${WORKDIR}/${MY_P}" + +CHECKREQS_DISK_BUILD="18G" # and even this might not be enough, bug #417307 + +pkg_pretend() { + if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" && ! is-flagq "-g*0" ; then + einfo "Checking for sufficient disk space to build ${PN} with debugging CFLAGS" + check-reqs_pkg_pretend + fi + + if [[ ${MERGE_TYPE} != "binary" ]] && ! test-flag-CXX -std=c++11; then + die "You need at least GCC 4.7.x or Clang >= 3.3 for C++11-specific compiler flags" + fi +} + +pkg_setup() { + # Check whether any of the debugging flags is enabled + if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" && ! is-flagq "-g*0" ; then + if is-flagq "-ggdb" && [[ ${WEBKIT_GTK_GGDB} != "yes" ]]; then + replace-flags -ggdb -g + ewarn "Replacing \"-ggdb\" with \"-g\" in your CFLAGS." + ewarn "Building ${PN} with \"-ggdb\" produces binaries which are too" + ewarn "large for current binutils releases (bug #432784) and has very" + ewarn "high temporary build space and memory requirements." + ewarn "If you really want to build ${PN} with \"-ggdb\", add" + ewarn "WEBKIT_GTK_GGDB=yes" + ewarn "to your make.conf file." + fi + einfo "You need to have at least 18GB of temporary build space available" + einfo "to build ${PN} with debugging CFLAGS. Note that it might still" + einfo "not be enough, as the total space requirements depend on the flags" + einfo "(-ggdb vs -g1) and enabled features." + check-reqs_pkg_setup + fi + + [[ ${MERGE_TYPE} = "binary" ]] || python-any-r1_pkg_setup +} + +src_prepare() { + # intermediate MacPorts hack while upstream bug is not fixed properly + # https://bugs.webkit.org/show_bug.cgi?id=28727 + use aqua && epatch "${FILESDIR}"/${PN}-1.6.1-darwin-quartz.patch + + # Leave optimization level to user CFLAGS + # FORTIFY_SOURCE is enabled by default in Gentoo + sed -e 's/-O[012]//g' \ + -e 's/-D_FORTIFY_SOURCE=2//g' \ + -i Source/autotools/SetupCompilerFlags.m4 || die + + # bug #459978, upstream bug #113397 + epatch "${FILESDIR}"/${PN}-1.11.90-gtk-docize-fix.patch + + # Debian patches to fix support for some arches + # https://bugs.webkit.org/show_bug.cgi?id=129540 + epatch "${FILESDIR}"/${PN}-2.2.5-{hppa,ia64}-platform.patch + # https://bugs.webkit.org/show_bug.cgi?id=129542 + epatch "${FILESDIR}"/${PN}-2.4.1-ia64-malloc.patch + + # Fix building on ppc (from OpenBSD, only needed on slot 3) + # https://bugs.webkit.org/show_bug.cgi?id=130837 + epatch "${FILESDIR}"/${PN}-2.4.4-atomic-ppc.patch + + # Fix build with recent libjpeg, bug #481688 + # https://bugs.webkit.org/show_bug.cgi?id=122412 + epatch "${FILESDIR}"/${PN}-2.4.4-jpeg-9a.patch + + # Fix building with --disable-webgl, bug #500966 + # https://bugs.webkit.org/show_bug.cgi?id=131267 + epatch "${FILESDIR}"/${PN}-2.4.7-disable-webgl.patch + + AT_M4DIR=Source/autotools eautoreconf + + gnome2_src_prepare +} + +src_configure() { + # Respect CC, otherwise fails on prefix #395875 + tc-export CC + + # Arches without JIT support also need this to really disable it in all places + use jit || append-cppflags -DENABLE_JIT=0 -DENABLE_YARR_JIT=0 -DENABLE_ASSEMBLER=0 + + # It does not compile on alpha without this in LDFLAGS + # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648761 + use alpha && append-ldflags "-Wl,--no-relax" + + # Sigbuses on SPARC with mcpu and co., bug #??? + use sparc && filter-flags "-mvis" + + # https://bugs.webkit.org/show_bug.cgi?id=42070 , #301634 + use ppc64 && append-flags "-mminimal-toc" + + # Try to use less memory, bug #469942 (see Fedora .spec for reference) + # --no-keep-memory doesn't work on ia64, bug #502492 + if ! use ia64; then + append-ldflags "-Wl,--no-keep-memory" + fi + if ! $(tc-getLD) --version | grep -q "GNU gold"; then + append-ldflags "-Wl,--reduce-memory-overheads" + fi + + local ruby_interpreter="" + + if has_version "virtual/rubygems[ruby_targets_ruby23]"; then + ruby_interpreter="RUBY=$(type -P ruby23)" + elif has_version "virtual/rubygems[ruby_targets_ruby22]"; then + ruby_interpreter="RUBY=$(type -P ruby22)" + elif has_version "virtual/rubygems[ruby_targets_ruby21]"; then + ruby_interpreter="RUBY=$(type -P ruby21)" + else + ruby_interpreter="RUBY=$(type -P ruby20)" + fi + + # TODO: Check Web Audio support + # should somehow let user select between them? + # + # * Aqua support in gtk3 is untested + # * dependency-tracking is required so parallel builds won't fail + gnome2_src_configure \ + $(use_enable aqua quartz-target) \ + $(use_enable coverage) \ + $(use_enable debug) \ + $(use_enable egl) \ + $(use_enable geoloc geolocation) \ + $(use_enable gles2) \ + $(use_enable gnome-keyring credential_storage) \ + $(use_enable gstreamer video) \ + $(use_enable gstreamer web-audio) \ + $(use_enable introspection) \ + $(use_enable jit) \ + $(use_enable opengl glx) \ + $(use_enable spell spellcheck) \ + $(use_enable webgl) \ + $(use_enable webgl accelerated-compositing) \ + $(use_enable wayland wayland-target) \ + $(use_enable X x11-target) \ + --with-gtk=3.0 \ + --enable-dependency-tracking \ + --disable-gtk-doc \ + ${ruby_interpreter} +} + +src_compile() { + # Try to avoid issues like bug #463960 + unset DISPLAY + gnome2_src_compile +} + +src_test() { + # Tests expect an out-of-source build in WebKitBuild + ln -s . WebKitBuild || die "ln failed" + + # Prevents test failures on PaX systems + use jit && pax-mark m $(list-paxables Programs/*[Tt]ests/*) # Programs/unittests/.libs/test* + + unset DISPLAY + # Tests need virtualx, bug #294691, bug #310695 + # Parallel tests sometimes fail + Xemake -j1 check +} + +src_install() { + DOCS="ChangeLog NEWS" # other ChangeLog files handled by src_install + + # https://bugs.webkit.org/show_bug.cgi?id=129242 + MAKEOPTS="${MAKEOPTS} -j1" gnome2_src_install + + newdoc Source/WebKit/gtk/ChangeLog ChangeLog.gtk + newdoc Source/JavaScriptCore/ChangeLog ChangeLog.JavaScriptCore + newdoc Source/WebCore/ChangeLog ChangeLog.WebCore + + # Prevents crashes on PaX systems, bug #522808 + use jit && pax-mark m "${ED}usr/bin/jsc-3" "${ED}usr/libexec/WebKitWebProcess" + pax-mark m "${ED}usr/libexec/WebKitPluginProcess" +} diff --git a/net-misc/curl/curl-7.47.1.ebuild b/net-misc/curl/curl-7.47.1.ebuild index bef192423d4c..77a029087f0d 100644 --- a/net-misc/curl/curl-7.47.1.ebuild +++ b/net-misc/curl/curl-7.47.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="adns http2 idn ipv6 kerberos ldap metalink rtmp samba ssh ssl static-libs test threads" IUSE+=" curl_ssl_axtls curl_ssl_gnutls curl_ssl_libressl curl_ssl_mbedtls curl_ssl_nss +curl_ssl_openssl curl_ssl_polarssl curl_ssl_winssl" IUSE+=" elibc_Winnt" diff --git a/net-misc/i2pd/files/i2pd-2.6.0.confd b/net-misc/i2pd/files/i2pd-2.6.0.confd new file mode 100644 index 000000000000..47483eecbdf7 --- /dev/null +++ b/net-misc/i2pd/files/i2pd-2.6.0.confd @@ -0,0 +1,9 @@ +I2PD_USER="${I2PD_USER:-i2pd}" +I2PD_GROUP="${I2PD_GROUP:-i2pd}" +I2PD_LOG="/var/log/i2pd.log" +I2PD_PID="/var/run/i2pd.pid" +I2PD_CFGDIR="/etc/i2pd/" +# Options to i2pd +I2PDOPTIONS="--daemon --service --pidfile=${I2PD_PID} \ +--log=file --logfile=${I2PD_LOG} \ +--conf=${I2PD_CFGDIR}i2pd.conf --tunconf=${I2PD_CFGDIR}tunnels.conf" diff --git a/net-misc/i2pd/files/i2pd-2.6.0.service b/net-misc/i2pd/files/i2pd-2.6.0.service new file mode 100644 index 000000000000..2f1449aec19b --- /dev/null +++ b/net-misc/i2pd/files/i2pd-2.6.0.service @@ -0,0 +1,18 @@ +[Unit] +Description=C++ daemon for accessing the I2P network +After=network.target + +[Service] +Type=forking +Restart=on-abnormal +PIDFile=/var/run/i2pd.pid +User=i2pd +Group=i2pd +PermissionsStartOnly=yes +ExecStartPre=/bin/touch /var/run/i2pd.pid /var/log/i2pd.log +ExecStartPre=/bin/chown i2pd:i2pd /var/run/i2pd.pid /var/log/i2pd.log +ExecStart=/usr/bin/i2pd --daemon --service --pidfile=/var/run/i2pd.pid --log=file --logfile=/var/log/i2pd.log --conf=/etc/i2pd/i2pd.conf --tunconf=/etc/i2pd/tunnels.conf + +[Install] +WantedBy=multi-user.target + diff --git a/net-misc/i2pd/i2pd-2.6.0.ebuild b/net-misc/i2pd/i2pd-2.6.0-r1.ebuild similarity index 83% rename from net-misc/i2pd/i2pd-2.6.0.ebuild rename to net-misc/i2pd/i2pd-2.6.0-r1.ebuild index d5e9a7d388c8..4af91eaccc4b 100644 --- a/net-misc/i2pd/i2pd-2.6.0.ebuild +++ b/net-misc/i2pd/i2pd-2.6.0-r1.ebuild @@ -13,14 +13,14 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="cpu_flags_x86_aes i2p-hardening libressl pch static +upnp" -RDEPEND="!static? ( >=dev-libs/boost-1.46[threads] +RDEPEND="!static? ( >=dev-libs/boost-1.49[threads] dev-libs/crypto++ !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) upnp? ( net-libs/miniupnpc ) )" DEPEND="${RDEPEND} - static? ( >=dev-libs/boost-1.46[static-libs,threads] + static? ( >=dev-libs/boost-1.49[static-libs,threads] dev-libs/crypto++[static-libs] !libressl? ( dev-libs/openssl:0[-bindist,static-libs] ) libressl? ( dev-libs/libressl[static-libs] ) @@ -35,7 +35,6 @@ CMAKE_USE_DIR="${S}/build" src_prepare() { eapply "${FILESDIR}/${PN}-2.5.1-fix_installed_components.patch" - eapply "${FILESDIR}/${PN}-2.5.1-disable_ipv6_in_i2pd_conf.patch" eapply_user } @@ -55,7 +54,6 @@ src_configure() { src_install() { cmake-utils_src_install dodoc README.md - doman "${FILESDIR}/${PN}.1" keepdir /var/lib/i2pd/ insinto "/var/lib/i2pd" doins -r "${S}/contrib/certificates" @@ -64,22 +62,22 @@ src_install() { fperms 700 /var/lib/i2pd/ dodir "/etc/${PN}" insinto "/etc/${PN}" - doins "${S}/debian/${PN}.conf" + doins "${S}/docs/${PN}.conf" doins "${S}/debian/subscriptions.txt" - doins "${FILESDIR}/tunnels.cfg" + doins "${S}/debian/tunnels.conf" dodir /usr/share/i2pd - newconfd "${FILESDIR}/${PN}-2.5.1.confd" "${PN}" + newconfd "${FILESDIR}/${PN}-2.6.0.confd" "${PN}" newinitd "${FILESDIR}/${PN}-2.5.1.initd" "${PN}" - systemd_newunit "${FILESDIR}/${PN}-2.5.1.service" "${PN}.service" + systemd_newunit "${FILESDIR}/${PN}-2.6.0.service" "${PN}.service" doenvd "${FILESDIR}/99${PN}" insinto /etc/logrotate.d newins "${FILESDIR}/${PN}-2.5.0.logrotate" "${PN}" fowners "${I2PD_USER}:${I2PD_GROUP}" "/etc/${PN}/${PN}.conf" \ "/etc/${PN}/subscriptions.txt" \ - "/etc/${PN}/tunnels.cfg" + "/etc/${PN}/tunnels.conf" fperms 600 "/etc/${PN}/${PN}.conf" \ "/etc/${PN}/subscriptions.txt" \ - "/etc/${PN}/tunnels.cfg" + "/etc/${PN}/tunnels.conf" } pkg_setup() { diff --git a/net-misc/memcached/memcached-1.4.25.ebuild b/net-misc/memcached/memcached-1.4.25.ebuild index 91d4f7de188f..afcdbd83e9d0 100644 --- a/net-misc/memcached/memcached-1.4.25.ebuild +++ b/net-misc/memcached/memcached-1.4.25.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://www.memcached.org/files/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="test slabs-reassign debug sasl selinux" # hugetlbfs later RDEPEND=">=dev-libs/libevent-1.4 diff --git a/net-misc/radvd/radvd-2.12.ebuild b/net-misc/radvd/radvd-2.12.ebuild index c8f9e3a83c48..0ee029e0e27b 100644 --- a/net-misc/radvd/radvd-2.12.ebuild +++ b/net-misc/radvd/radvd-2.12.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://v6web.litech.org/radvd/dist/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="kernel_FreeBSD selinux test" CDEPEND="dev-libs/libdaemon" diff --git a/net-misc/stunnel/Manifest b/net-misc/stunnel/Manifest index 4ae371701e17..48bff4d82f7c 100644 --- a/net-misc/stunnel/Manifest +++ b/net-misc/stunnel/Manifest @@ -1,3 +1,4 @@ DIST stunnel-5.24.tar.gz 631730 SHA256 ab2e5a1034d422951ddad21b572eb7fa8efb4c4ce04bc86536c6845f3d02b07e SHA512 d9a1ef9cdd3ffafc2a3d1b3383bcf3dfc1a52cdd5a0bcfd64f50addf78a0fd0ce0def6b32ed801f8dfcabbecd64284454b1c90a18435b5d603ecba594d840340 WHIRLPOOL b625adbc9299c04308733bb5ee732350084b603128734214ec3079f58c02b58d08bfc53bf604468cd83cc5dc1bf5d968a4d5139cd98d7b2219303fdd3d6eae64 DIST stunnel-5.29.tar.gz 637806 SHA256 43909625403ea634fa7cb8399d58faf8e7f11c1b7b29097491469951f56df551 SHA512 1a7017921e29416dfb934d258c89b9b47db9922e6af1a29bd53895cb153d7de3908fd4cfd6e65e6aa8992cb26670dbfeab366c0f7ce0317d9045a67d1e30a934 WHIRLPOOL c15e09aa9777f6150f9cf3663c8e1dc32e3556295a63945aa7b4186e2c7a52e0d766f010afce548798aba2d7a2165b6af46613457e0b7339da8f438cb4694085 DIST stunnel-5.30.tar.gz 638771 SHA256 7d6eb389f6a1954b3bcf6c71d4ae3c5f9dde1990dd0b9e0cb1c7caf138d60570 SHA512 66bb610241e70881f8b14bfaec712a48361ec43a631db8b38ea0c94547fa184896e2d1fbbce52eb13c65411aa1ca10b3e9e42bde1651b38a5d551504b3b38f3c WHIRLPOOL 6b375be08c52088de065028d4d2e4d99301dbeb3a6771bbfe19f715d1dd9f7ccf893b87b973dbb19bfc5decf7f6e487322d857e04fdccdd535140ebecef358f8 +DIST stunnel-5.31.tar.gz 639381 SHA256 a746b71ab3dc6c23eacb0daf7342467870e43ac933430905eb1b1d050bbae0b7 SHA512 250d55e684311ed79d43f25f7980e67627d8d58cfe8c13d4f90a8e0b00f13819adc1732bbc94ebba7dccc183384ea75c8ff3171f697d147f204b62fa60f63b67 WHIRLPOOL 61664e7e7d075627d6cbbfd0663d6d4770243ed2b469199a06d3d6b0ff338f631a51f6510bef5d761e56301c3f2c46a622c949f14b0560117fd756780c2945bb diff --git a/net-misc/stunnel/stunnel-5.31.ebuild b/net-misc/stunnel/stunnel-5.31.ebuild new file mode 100644 index 000000000000..4eac53ed941b --- /dev/null +++ b/net-misc/stunnel/stunnel-5.31.ebuild @@ -0,0 +1,90 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit ssl-cert eutils multilib systemd user + +DESCRIPTION="TLS/SSL - Port Wrapper" +HOMEPAGE="http://www.stunnel.org/index.html" +SRC_URI="ftp://ftp.stunnel.org/stunnel/archive/${PV%%.*}.x/${P}.tar.gz + http://www.usenix.org.uk/mirrors/stunnel/archive/${PV%%.*}.x/${P}.tar.gz + http://ftp.nluug.nl/pub/networking/stunnel/archive/${PV%%.*}.x/${P}.tar.gz + http://www.namesdir.com/mirrors/stunnel/archive/${PV%%.*}.x/${P}.tar.gz + http://stunnel.cybermirror.org/archive/${PV%%.*}.x/${P}.tar.gz + http://mirrors.zerg.biz/stunnel/archive/${PV%%.*}.x/${P}.tar.gz + ftp://mirrors.go-parts.com/stunnel/archive/${PV%%.*}.x/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="ipv6 libressl selinux stunnel3 tcpd" + +DEPEND="tcpd? ( sys-apps/tcp-wrappers ) + !libressl? ( dev-libs/openssl:0 ) + libressl? ( dev-libs/libressl )" +RDEPEND="${DEPEND} + stunnel3? ( dev-lang/perl ) + selinux? ( sec-policy/selinux-stunnel )" + +RESTRICT="test" + +pkg_setup() { + enewgroup stunnel + enewuser stunnel -1 -1 -1 stunnel +} + +src_prepare() { + # Hack away generation of certificate + sed -i -e "s/^install-data-local:/do-not-run-this:/" \ + tools/Makefile.in || die "sed failed" + + echo "CONFIG_PROTECT=\"/etc/stunnel/stunnel.conf\"" > "${T}"/20stunnel +} + +src_configure() { + econf \ + --libdir="${EPREFIX}/usr/$(get_libdir)" \ + $(use_enable ipv6) \ + $(use_enable tcpd libwrap) \ + --with-ssl="${EPREFIX}"/usr \ + --disable-fips +} + +src_install() { + emake DESTDIR="${D}" install + rm -rf "${ED}"/usr/share/doc/${PN} + rm -f "${ED}"/etc/stunnel/stunnel.conf-sample \ + "${ED}"/usr/share/man/man8/stunnel.{fr,pl}.8 + use stunnel3 || rm -f "${ED}"/usr/bin/stunnel3 + + # The binary was moved to /usr/bin with 4.21, + # symlink for backwards compatibility + dosym ../bin/stunnel /usr/sbin/stunnel + + dodoc AUTHORS BUGS CREDITS PORTS README TODO ChangeLog + dohtml doc/stunnel.html doc/en/VNC_StunnelHOWTO.html tools/ca.html \ + tools/importCA.html + + insinto /etc/stunnel + doins "${FILESDIR}"/stunnel.conf + doinitd "${FILESDIR}"/stunnel + + doenvd "${T}"/20stunnel + + systemd_dounit "${S}/tools/stunnel.service" + systemd_newtmpfilesd "${FILESDIR}"/stunnel.tmpfiles.conf stunnel.conf +} + +pkg_postinst() { + if [ ! -f "${EROOT}"/etc/stunnel/stunnel.key ]; then + install_cert /etc/stunnel/stunnel + chown stunnel:stunnel "${EROOT}"/etc/stunnel/stunnel.{crt,csr,key,pem} + chmod 0640 "${EROOT}"/etc/stunnel/stunnel.{crt,csr,key,pem} + fi + + einfo "If you want to run multiple instances of stunnel, create a new config" + einfo "file ending with .conf in /etc/stunnel/. **Make sure** you change " + einfo "\'pid= \' with a unique filename." +} diff --git a/net-p2p/transmission/files/transmission-daemon.confd.4 b/net-p2p/transmission/files/transmission-daemon.confd.4 index 8f3b1317a74b..64ecd8091a3a 100644 --- a/net-p2p/transmission/files/transmission-daemon.confd.4 +++ b/net-p2p/transmission/files/transmission-daemon.confd.4 @@ -3,7 +3,8 @@ # better to configure some settings (like username/password) in # /var/lib/transmission/config/settings.json to avoid other users see it with `ps` -TRANSMISSION_OPTIONS="--encryption-preferred" +# Parameters to pass to transmission-daemon +# TRANSMISSION_OPTIONS="" # Run daemon as another user (username or username:groupname) # If you change this setting, chown -R /var/lib/transmission/config diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest index 12e474cf1a76..5e2a6049e336 100644 --- a/net-print/hplip-plugin/Manifest +++ b/net-print/hplip-plugin/Manifest @@ -1 +1,2 @@ DIST hplip-3.14.10-plugin.run 1869038 SHA256 b395b480ad86b9f27b6a2f63b6ecb00beb78e762a6137efb81dc1104837f9b81 SHA512 3e5bea924e989d902aea0de182941be692a124ba8c27f53ce2e4f137308bad8373462c6128c26716e481e758f76533163d311a2676df034c1b15d6ef6ed008be WHIRLPOOL 18375de4cc92cb73bcaa109927bd34f8487938b02472f0b7adbf44ad4688e5c6a1d030077b1e3c14f15f9b8e4cc86d195b0195e2d08121f746c62624db4658db +DIST hplip-3.16.3-plugin.run 2084271 SHA256 b7edef2a1c5c0a5e001deb4a18c0ef7202e653596e97144b8908ae093818070f SHA512 2ae8aeb40c2604a2c6b9725700f9addf7a82e819d603631158a5d5feac931248e53e7533178100df1fc12b0dc2340cb3ae0d85f145cd023a311f77bbe67e7c7f WHIRLPOOL 928117f862030eca9c3e5813eb8c4db66570923695b0c7af17df1992f339d2478f42af67ca0e0eb8cfa1d7425b522082fde3b8c829c3f5167e1ec503c95a986b diff --git a/net-print/hplip-plugin/hplip-plugin-3.16.3.ebuild b/net-print/hplip-plugin/hplip-plugin-3.16.3.ebuild new file mode 100644 index 000000000000..8408448871b0 --- /dev/null +++ b/net-print/hplip-plugin/hplip-plugin-3.16.3.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" + +inherit udev unpacker + +DESCRIPTION="Proprietary plugins and firmware for HPLIP" +HOMEPAGE="http://hplipopensource.com/hplip-web/index.html" +SRC_URI="http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-${PV}-plugin.run" + +LICENSE="hplip-plugin" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + ~net-print/hplip-${PV} + virtual/udev +" +DEPEND="" + +S=${WORKDIR} + +HPLIP_HOME=/usr/share/hplip + +# Binary prebuilt package +QA_PRESTRIPPED=" + /usr/share/hplip/fax/plugins/fax_marvell.so + /usr/share/hplip/prnt/plugins/hbpl1.so + /usr/share/hplip/prnt/plugins/lj.so + /usr/share/hplip/scan/plugins/bb_marvell.so + /usr/share/hplip/scan/plugins/bb_soapht.so + /usr/share/hplip/scan/plugins/bb_soap.so +" + +# License does not allow us to redistribute the "source" package +RESTRICT="mirror" + +src_unpack() { + unpack_makeself "hplip-${PV}-plugin.run" +} + +src_install() { + local hplip_arch=$(use amd64 && echo 'x86_64' || echo 'x86_32') + + insinto "${HPLIP_HOME}"/data/firmware + doins *.fw.gz + + for plugin in *-${hplip_arch}.so; do + local plugin_type=prnt + case "${plugin}" in + fax_*) plugin_type=fax ;; + bb_*) plugin_type=scan ;; + esac + + exeinto "${HPLIP_HOME}"/${plugin_type}/plugins + newexe ${plugin} ${plugin/-${hplip_arch}} + done + + mkdir -p "${ED}/var/lib/hp/" + cat >> "${ED}/var/lib/hp/hplip.state" <<-_EOF_ + [plugin] + installed = 1 + eula = 1 + version = ${PV} + _EOF_ +} diff --git a/net-wireless/bluez/bluez-5.38.ebuild b/net-wireless/bluez/bluez-5.38.ebuild index cac4be515fd2..114f6ac1d72e 100644 --- a/net-wireless/bluez/bluez-5.38.ebuild +++ b/net-wireless/bluez/bluez-5.38.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=6 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python3_{4,5} ) inherit autotools eutils multilib python-single-r1 readme.gentoo-r1 systemd udev user multilib-minimal diff --git a/perl-core/CPAN-Meta/CPAN-Meta-2.150.1.ebuild b/perl-core/CPAN-Meta/CPAN-Meta-2.150.1.ebuild index e4ee568ad35b..a7c1942f44f9 100644 --- a/perl-core/CPAN-Meta/CPAN-Meta-2.150.1.ebuild +++ b/perl-core/CPAN-Meta/CPAN-Meta-2.150.1.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="The distribution metadata for a CPAN dist" 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="test" RDEPEND=" diff --git a/profiles/package.mask b/profiles/package.mask index 7835e416b23c..2ae3cf54afc2 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -30,6 +30,29 @@ #--- END OF EXAMPLES --- +# James Le Cuirot (03 Apr 2016) +# Legacy migration package that is no longer needed. See +# bug #549508. Removal in 30 days. +dev-java/java-config-wrapper + +# James Le Cuirot (03 Apr 2016) +# Masking Spring Framework for the time being as 3.2.4 is old, has +# multiple vulnerabilities, and we're not likely to update it +# soon. Hopefully we can revisit it when the Maven stuff works out. +dev-java/spring-aop +dev-java/spring-beans +dev-java/spring-core +dev-java/spring-expression +dev-java/spring-instrument + +# Andreas K. Hüttel (03 Apr 2016) +# Can exhaust all available memory depending on task +# but is made available for experts who heed this warning +# as newer versions produce different output. Contact +# the proxied maintainer Matthew Brewer +# for questions. +<=media-gfx/slic3r-1.1.9999 + # William Hubbs (02 Apr 2016) # Stable dev-lang/go no longer needs this; end users should have never # installed it on their own. @@ -219,10 +242,6 @@ net-im/qwit >=dev-ml/camlp4-4.03 >=dev-ml/ppx_tools-4.03 -# James Le Cuirot (29 Feb 2016) -# Dead upstream and doesn't build with Java 8. Removal in 30 days. -sci-biology/readseq - # Patrice Clement (29 Feb 2016) # Duplicate of dev-libs/libedit. # Masked for removal in 30 days. diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 6a810d21a7db..427f59e512ca 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1554,7 +1554,6 @@ dev-haskell/contravariant:tagged - You can disable the use of the `tagged` packa dev-haskell/cpu:executable - build 'cpuid' tool dev-haskell/crypto-api:all_cpolys - Build all the CMAC polynomes up to 10000 bits instead of just the usual ones dev-haskell/crypto-conduit:conduit11 - Use conduit >= 1.1. -dev-haskell/crypto-pubkey:benchmark - Build benchmarks. dev-haskell/cryptohash:cryptoapi - Defines crypto-api instances dev-haskell/cryptonite:integer-gmp - Whether or not to use GMP for some functions dev-haskell/cryptonite:support_aesni - allow compilation with AESNI on system and architecture that supports it @@ -1636,7 +1635,6 @@ dev-haskell/publicsuffixlist:runtimelist - read suffix list from dist at startup dev-haskell/quickcheck:template_haskell - Enable additional test modules requiring Template Haskell support. dev-haskell/recaptcha:network-uri - Get Network.URI from the network-uri package. dev-haskell/reflection:template-haskell - Enable template haskell. -dev-haskell/reflection:th - Enable template haskell. dev-haskell/regex-compat-tdfa:newbase - Use base-4.0 or newer. dev-haskell/regex-compat-tdfa:splitbase - Use the new smaller, split-up base package. dev-haskell/rfc5051:mkunicodedata - build codes generator itself @@ -1794,7 +1792,6 @@ dev-java/proguard:ant - Ant task for using ProGuard in build.xml scripts dev-java/proguard:j2me - Adds support for J2ME Wireless Toolkit dev-java/rxtx:lfd - Installs and uses LockFileServer daemon (lfd) dev-java/sbt:binary - Install from (Gentoo-compiled) binary instead of building from sources. Set this when you run out of memory during build. -dev-java/spymemcached:spring - Build support for the spring framework dev-java/sun-jdk:derby - Enable Installation of Bundled Derby (Java DB) dev-java/sun-jdk:jce - Enable Java Cryptographic Extension Unlimited Strength Policy files dev-java/sun-jdk:pax_kernel - Use paxctl to mark the JVM binaries. @@ -2773,11 +2770,9 @@ dev-vcs/cvs2svn:bazaar - Support for dev-vcs/bzr dev-vcs/cvsync:gcrypt - Use dev-libs/libgcrypt for hash functions. dev-vcs/cvsync:mhash - Use app-crypt/mhash for hash functions. dev-vcs/cvsync:openssl - Use dev-libs/openssl for hash functions. -dev-vcs/darcs:color - Use ansi color escapes. dev-vcs/darcs:diff - Use 'lcs' for diff building. dev-vcs/darcs:http - Use the pure Haskell HTTP package for HTTP support. dev-vcs/darcs:network-uri - Get Network.URI from the network-uri package. -dev-vcs/darcs:optimize - Build with optimizations (-O2). dev-vcs/darcs:terminfo - Use the terminfo package for enhanced console support. dev-vcs/darcs:threaded - Use threading and SMP support. dev-vcs/fossil:fusefs - Enable the Fuse Filesystem @@ -2805,6 +2800,7 @@ dev-vcs/git-annex:benchmark - Enable benchmarking dev-vcs/git-annex:concurrentoutput - Use concurrent-output library (experimental) dev-vcs/git-annex:cryptonite - Use the cryptonite library, instead of the older cryptohash dev-vcs/git-annex:ekg - Enable use of EKG to monitor git-annex as it runs. +dev-vcs/git-annex:magicmime - Use libmagic to determine file MIME types dev-vcs/git-annex:network-uri - Get Network.URI from the network-uri package. dev-vcs/git-annex:pairing - Enable pairing of git annex repositories dev-vcs/git-annex:s3 - Enable Amazon S3 remote @@ -3861,6 +3857,7 @@ media-gfx/pstoedit:pptx - Enable support for generating PowerPoint pptx files media-gfx/qiv:magic - Use libmagic to determine mimetypes media-gfx/qiviewer:webp - Build support for WEBP image format media-gfx/simple-scan:colord - Support color management using x11-misc/colord +media-gfx/slic3r:gui - Enable GUI media-gfx/splashutils:fbcondecor - Support for the fbcondecor kernel patch. media-gfx/ufraw:contrast - enable contrast setting option media-gfx/ufraw:fits - Enable support for the FITS image format through sci-libs/cfitsio @@ -6951,7 +6948,6 @@ sci-libs/xkaapi:blas - Kaapi BLAS tasks for PLASMA sci-libs/xkaapi:gpu - Build library for gpu threading sci-mathematics/Macaulay2:optimization - Accept upstream's choices for -O option, i.e. -O3 almost everywhere. sci-mathematics/agda:cpphs - Use cpphs instead of cpp. -sci-mathematics/agda:epic - Add support for the epic compiler. sci-mathematics/agda:stdlib - Install the standard library. sci-mathematics/agda-stdlib:ffi - Install agda-lib-ffi for compilation using the MAlonzo backend sci-mathematics/bertini:optimization - Accept upstream's choices for -O option. diff --git a/sci-biology/abyss/Manifest b/sci-biology/abyss/Manifest index 77dfde1ec9c8..9284afa5fe8f 100644 --- a/sci-biology/abyss/Manifest +++ b/sci-biology/abyss/Manifest @@ -1,3 +1,2 @@ DIST abyss-1.3.3.tar.gz 621480 SHA256 60396e2c8813952ceb1c66a3ad7c87eda984aa1e4952a14265217d9f639706a0 SHA512 4ec7fdd24bdb1e3d66e2bda50929122ff347107010701703e81ca1609fb1b4913c713991b3fe84a48ccfbc069e126f4f4120aafbab81e54e567a95a2f1099fb2 WHIRLPOOL 35f6fdfe60b70316e67bcbbb0a9c67e952302333e9ec71d893f2de7a94482dca1a604dc8cfef1ecee49e464244bb5df7469a8ad7bdc37bd54ff455b0f75b7914 -DIST abyss-1.3.4.tar.gz 640545 SHA256 6b6ccb04baaa9d244dd67d95e1512a934d2e54fd28a539149b6845ed5c496baf SHA512 0fa4c14117699945e007412deaeeccca27124a210669accbc1444baf5a4de1a17e1f9b48e6ee43fefed63f0d56b933c847363e59a0fc2bad60ae6d603cd8c09e WHIRLPOOL 42b16f22bc47c8f29b07c256d504d6f58119c64fdcf0e198fd8b836ceb45139fd5cadc7feec72adf958800e55eb1065a449ce7dd288339887dcea4ab13623c01 DIST abyss-1.3.6.tar.gz 678880 SHA256 4432a8b5046bdcb548b6f1b22069a6cade4dea26fc6f83ad5467548e4f3e7c95 SHA512 2c6d72e0227c4af2d5740a989168ad35a84b9236dc53b65a29a010c4e5f77e5c4bfaa38bfaa2f14fd530ae6df204294ff167bd40e79f61e8bad6a7489bf34ace WHIRLPOOL 0677b1fd4090ba155fb876c0047a1ccd2ec2e220950e1e9940e1f3df05ef0abd3ba2e3dbabd500d6fab39a8f7d94e02e0a07410934733682a70fa605d2a8bc07 diff --git a/sci-biology/abyss/abyss-1.3.4.ebuild b/sci-biology/abyss/abyss-1.3.4.ebuild deleted file mode 100644 index e230da8847ff..000000000000 --- a/sci-biology/abyss/abyss-1.3.4.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -AUTOTOOLS_AUTORECONF=true - -inherit autotools-utils - -DESCRIPTION="Assembly By Short Sequences - a de novo, parallel, paired-end sequence assembler" -HOMEPAGE="http://www.bcgsc.ca/platform/bioinfo/software/abyss/" -SRC_URI="http://www.bcgsc.ca/downloads/abyss/${P}.tar.gz" - -LICENSE="abyss" -SLOT="0" -IUSE="+mpi openmp" -KEYWORDS="~amd64 ~x86" - -DEPEND=" - dev-cpp/sparsehash - mpi? ( virtual/mpi )" -RDEPEND="${DEPEND}" - -# todo: --enable-maxk=N configure option -# todo: fix automagic mpi toggling - -PATCHES=( - "${FILESDIR}"/${P}-gcc-4.7.patch - "${FILESDIR}"/${PN}-1.3.3-ac_prog_ar.patch - ) - -src_prepare() { - tc-export AR - sed -i -e "s/-Werror//" configure.ac || die #365195 - sed -i -e "/dist_pkgdoc_DATA/d" Makefile.am || die - autotools-utils_src_prepare -} - -src_configure() { - local myeconfargs=( - --docdir="${EPREFIX}/usr/share/doc/${PF}" - $(use_enable openmp) - ) - autotools-utils_src_configure -} diff --git a/sci-biology/abyss/abyss-1.3.6.ebuild b/sci-biology/abyss/abyss-1.3.6-r1.ebuild similarity index 80% rename from sci-biology/abyss/abyss-1.3.6.ebuild rename to sci-biology/abyss/abyss-1.3.6-r1.ebuild index 904b3e1e65a6..a4327b06b4c7 100644 --- a/sci-biology/abyss/abyss-1.3.6.ebuild +++ b/sci-biology/abyss/abyss-1.3.6-r1.ebuild @@ -1,12 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -AUTOTOOLS_AUTORECONF=true - -inherit autotools-utils +inherit autotools toolchain-funcs DESCRIPTION="Assembly By Short Sequences - a de novo, parallel, paired-end sequence assembler" HOMEPAGE="http://www.bcgsc.ca/platform/bioinfo/software/abyss/" @@ -36,13 +34,15 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}"/${P}-gcc-4.7.patch "${FILESDIR}"/${P}-ac_prog_ar.patch - ) + "${FILESDIR}"/${P}-samtoafg.patch +) src_prepare() { + default tc-export AR sed -i -e "s/-Werror//" configure.ac || die #365195 sed -i -e "/dist_pkgdoc_DATA/d" Makefile.am || die - autotools-utils_src_prepare + eautoreconf } src_configure() { @@ -50,9 +50,5 @@ src_configure() { # unless request by user: bug #534412 use misc-haskell || export ac_cv_prog_ac_ct_GHC= - local myeconfargs=( - --docdir="${EPREFIX}/usr/share/doc/${PF}" - $(use_enable openmp) - ) - autotools-utils_src_configure + econf $(use_enable openmp) } diff --git a/sci-biology/abyss/files/abyss-1.3.4-gcc-4.7.patch b/sci-biology/abyss/files/abyss-1.3.4-gcc-4.7.patch deleted file mode 100644 index c2cc35c31d98..000000000000 --- a/sci-biology/abyss/files/abyss-1.3.4-gcc-4.7.patch +++ /dev/null @@ -1,15 +0,0 @@ - ParseAligns/abyss-fixmate.cc | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) - -diff --git a/ParseAligns/abyss-fixmate.cc b/ParseAligns/abyss-fixmate.cc -index 1a169cf..36cc05b 100644 ---- a/ParseAligns/abyss-fixmate.cc -+++ b/ParseAligns/abyss-fixmate.cc -@@ -16,6 +16,7 @@ - #include - #include - #include -+#include - - using namespace std; - diff --git a/sci-biology/abyss/files/abyss-1.3.6-samtoafg.patch b/sci-biology/abyss/files/abyss-1.3.6-samtoafg.patch new file mode 100644 index 000000000000..cb7dfb08a84d --- /dev/null +++ b/sci-biology/abyss/files/abyss-1.3.6-samtoafg.patch @@ -0,0 +1,40 @@ +Hello, + +I see Shaun Jackmans' (abyss-)sam2afg script is available within the +Amos source repository. I find this very useful for coercing output from +assemblers which which don't track read location into amos by remapping +reads against the assembly and converting to afg - not ideal but better +than nothing when you don't have the 'real' read locations to work with. + +This fails, however when reads are aligned with 'bwa mem', which can +output multi-part alignments. sam2afg checks for reuse of the same read +id (presumably to prevent the generation of non-unique eid values), +consequently encountering multiple alignments for a read causes it to die. + +The following one-line patch allows sam2afg to skip these secondary +alignments present in 'bwa mem' output, provided bwa mem has been run +with the '-M' argument which sets the SAM 'secondary alignment' flag on +the alignments in question. + +Hopefully this will also be of use to others... + +Best Regards, +James + +-- +Dr. James Abbott +Lead Bioinformatician +Bioinformatics Support Service +Imperial College, London + + +--- abyss-1.3.6/bin/abyss-samtoafg.ori 2015-05-23 23:43:46.797747928 +0200 ++++ abyss-1.3.6/bin/abyss-samtoafg 2015-05-23 23:44:09.227747743 +0200 +@@ -105,6 +105,7 @@ + die unless defined $qqual; + + $tstart--; # convert to zero-based coordinate ++ next if $flag & 0x100; # secondary alignment + $qid .= "/1" if $flag & 0x40; #FREAD1 + $qid .= "/2" if $flag & 0x80; #FREAD2 + diff --git a/sci-biology/cufflinks/Manifest b/sci-biology/cufflinks/Manifest index 017836ee07ad..88bfcfa10d11 100644 --- a/sci-biology/cufflinks/Manifest +++ b/sci-biology/cufflinks/Manifest @@ -1,2 +1 @@ -DIST cufflinks-1.3.0.tar.gz 676660 SHA256 c1e194e30e6ba2e1cbbd35e5f92be59f9fdef95a12079b3141790efbbdbdfd86 SHA512 b493c06b00093958aa3bf4aefa6435b89aa3fa8f90b9adea955b38aaa0301fafe3f028321573855d2af9515f9792a8a9c3851bd9352846131658e54b5a6ac68a WHIRLPOOL 649ed7638bdc655cc38d9c0ec6c81bc464e648e6e684e31af955a424510ee4702e2cec8e3dbfa2d97859ed27e04ff45fe2e07cb0a548c87674337bb94f5352ce DIST cufflinks-2.2.1.tar.gz 766280 SHA256 e8316b66177914f14b3a0c317e436d386a46c4c212ca1b2326f89f8a2e08d5ae SHA512 4da7f3a6090ea8cf469a85208c91073abdcd8b0e71c51b0f7052ce8001c368055b9d9cb7726d463196f5b3ab0b4a49bf5241d321ac3fe061225ecc47b4ca209b WHIRLPOOL bd40e6612f3c16466cf14efe706e38663c61d01661f901d9fdb140d0419e47e2ff10515dc7a0ff81da081e87af6d5d393d88cc4d036e8b921491fb5a790ae224 diff --git a/sci-biology/cufflinks/cufflinks-1.3.0-r1.ebuild b/sci-biology/cufflinks/cufflinks-1.3.0-r1.ebuild deleted file mode 100644 index 36322f463de6..000000000000 --- a/sci-biology/cufflinks/cufflinks-1.3.0-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -AUTOTOOLS_AUTORECONF=yes - -inherit autotools-utils - -DESCRIPTION="Transcript assembly, differential expression, and differential regulation for RNA-Seq" -HOMEPAGE="http://cufflinks.cbcb.umd.edu/" -SRC_URI="http://cufflinks.cbcb.umd.edu/downloads/${P}.tar.gz" - -SLOT="0" -LICENSE="Artistic" -IUSE="debug" -KEYWORDS="~amd64 ~x86" - -DEPEND=" - >=sci-biology/samtools-0.1.18 - ]) - AC_CHECK_DECLS([sysctl, CTL_HW, HW_PHYSMEM], [], [], [#include ]) - --AM_INIT_AUTOMAKE([-Wall -Werror tar-pax foreign]) -+AM_INIT_AUTOMAKE([-Wall tar-pax foreign subdir-objects]) - - AC_CONFIG_FILES([Makefile - src/Makefile]) diff --git a/sci-biology/cufflinks/files/cufflinks-1.3.0-boost.patch b/sci-biology/cufflinks/files/cufflinks-1.3.0-boost.patch deleted file mode 100644 index d45391bf4f3a..000000000000 --- a/sci-biology/cufflinks/files/cufflinks-1.3.0-boost.patch +++ /dev/null @@ -1,1320 +0,0 @@ - ax_boost_thread.m4 | 6 +++--- - src/abundances.cpp | 56 +++++++++++++++++++++++++------------------------- - src/biascorrection.cpp | 2 +- - src/bundles.cpp | 10 ++++----- - src/bundles.h | 10 ++++----- - src/common.h | 4 ++-- - src/compress_gtf.cpp | 12 +++++------ - src/cuffdiff.cpp | 30 +++++++++++++-------------- - src/cufflinks.cpp | 34 +++++++++++++++--------------- - src/differential.cpp | 38 +++++++++++++++++----------------- - src/filters.cpp | 8 ++++---- - src/genes.h | 6 +++--- - src/gtf_to_sam.cpp | 8 ++++---- - src/hits.cpp | 4 ++-- - src/replicates.cpp | 6 +++--- - src/replicates.h | 18 ++++++++-------- - src/scaffolds.cpp | 28 ++++++++++++------------- - src/scaffolds.h | 2 +- - 18 files changed, 141 insertions(+), 141 deletions(-) - -diff --git a/ax_boost_thread.m4 b/ax_boost_thread.m4 -index d1d42f6..6f99f1b 100644 ---- a/ax_boost_thread.m4 -+++ b/ax_boost_thread.m4 -@@ -105,20 +105,20 @@ AC_DEFUN([AX_BOOST_THREAD], - for libextension in `ls $BOOSTLIBDIR/libboost_thread*.so* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_thread.*\)\.so.*$;\1;'` `ls $BOOSTLIBDIR/libboost_thread*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_thread.*\)\.a*$;\1;'`; do - ax_lib=${libextension} - AC_CHECK_LIB($ax_lib, exit, -- [BOOST_THREAD_LIB="-l$ax_lib"; AC_SUBST(BOOST_THREAD_LIB) link_thread="yes"; break], -+ [BOOST_THREAD_LIB="-l$ax_lib -lboost_system"; AC_SUBST(BOOST_THREAD_LIB) link_thread="yes"; break], - [link_thread="no"]) - done - if test "x$link_thread" != "xyes"; then - for libextension in `ls $BOOSTLIBDIR/boost_thread*.dll* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_thread.*\)\.dll.*$;\1;'` `ls $BOOSTLIBDIR/boost_thread*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_thread.*\)\.a*$;\1;'` ; do - ax_lib=${libextension} - AC_CHECK_LIB($ax_lib, exit, -- [BOOST_THREAD_LIB="-l$ax_lib"; AC_SUBST(BOOST_THREAD_LIB) link_thread="yes"; break], -+ [BOOST_THREAD_LIB="-l$ax_lib -lboost_system"; AC_SUBST(BOOST_THREAD_LIB) link_thread="yes"; break], - [link_thread="no"]) - done - fi - - else -- BOOST_THREAD_LIB="$ax_boost_user_thread_lib"; -+ BOOST_THREAD_LIB="$ax_boost_user_thread_lib -lboost_system"; - AC_SUBST(BOOST_THREAD_LIB) - link_thread="yes"; - -diff --git a/src/abundances.cpp b/src/abundances.cpp -index d8f81d0..6e717dc 100644 ---- a/src/abundances.cpp -+++ b/src/abundances.cpp -@@ -140,7 +140,7 @@ AbundanceStatus AbundanceGroup::status() const - { - bool has_lowdata_member = false; - bool has_ok_member = false; -- foreach(shared_ptr ab, _abundances) -+ for_each(shared_ptr ab, _abundances) - { - if (ab->status() == NUMERIC_FAIL) - { -@@ -205,7 +205,7 @@ void TranscriptAbundance::FPKM_variance(double v) - - bool AbundanceGroup::has_member_with_status(AbundanceStatus member_status) - { -- foreach(shared_ptr ab, _abundances) -+ for_each(shared_ptr ab, _abundances) - { - if (ab->status() == member_status) - { -@@ -219,7 +219,7 @@ double AbundanceGroup::num_fragments() const - { - double num_f = 0; - -- foreach(shared_ptr ab, _abundances) -+ for_each(shared_ptr ab, _abundances) - { - num_f += ab->num_fragments(); - } -@@ -231,7 +231,7 @@ double AbundanceGroup::mass_fraction() const - { - double mass = 0; - -- foreach(shared_ptr ab, _abundances) -+ for_each(shared_ptr ab, _abundances) - { - mass += ab->mass_fraction(); - } -@@ -242,7 +242,7 @@ double AbundanceGroup::mass_variance() const - { - double mass_var = 0; - -- foreach(shared_ptr ab, _abundances) -+ for_each(shared_ptr ab, _abundances) - { - mass_var += ab->mass_variance(); - } -@@ -253,7 +253,7 @@ double AbundanceGroup::FPKM() const - { - double fpkm = 0; - -- foreach(shared_ptr ab, _abundances) -+ for_each(shared_ptr ab, _abundances) - { - fpkm += ab->FPKM(); - } -@@ -265,7 +265,7 @@ double AbundanceGroup::gamma() const - { - double gamma = 0; - -- foreach(shared_ptr ab, _abundances) -+ for_each(shared_ptr ab, _abundances) - { - gamma += ab->gamma(); - } -@@ -281,7 +281,7 @@ void AbundanceGroup::filter_group(const vector& to_keep, - assert (to_keep.size() == _abundances.size()); - - size_t num_kept = 0; -- foreach(bool keeper, to_keep) -+ for_each(bool keeper, to_keep) - { - num_kept += keeper; - } -@@ -331,7 +331,7 @@ void AbundanceGroup::filter_group(const vector& to_keep, - void AbundanceGroup::get_transfrags(vector >& transfrags) const - { - transfrags.clear(); -- foreach(shared_ptr pA, _abundances) -+ for_each(shared_ptr pA, _abundances) - { - shared_ptr pS = pA->transfrag(); - if (pS) -@@ -345,7 +345,7 @@ set AbundanceGroup::gene_id() const - { - set s; - -- foreach (shared_ptr pA, _abundances) -+ for_each (shared_ptr pA, _abundances) - { - set sub = pA->gene_id(); - s.insert(sub.begin(), sub.end()); -@@ -358,7 +358,7 @@ set AbundanceGroup::gene_name() const - { - set s; - -- foreach (shared_ptr pA, _abundances) -+ for_each (shared_ptr pA, _abundances) - { - set sub = pA->gene_name(); - s.insert(sub.begin(), sub.end()); -@@ -372,7 +372,7 @@ set AbundanceGroup::tss_id() const - { - set s; - -- foreach (shared_ptr pA, _abundances) -+ for_each (shared_ptr pA, _abundances) - { - set sub = pA->tss_id(); - s.insert(sub.begin(), sub.end()); -@@ -385,7 +385,7 @@ set AbundanceGroup::protein_id() const - { - set s; - -- foreach (shared_ptr pA, _abundances) -+ for_each (shared_ptr pA, _abundances) - { - set sub = pA->protein_id(); - s.insert(sub.begin(), sub.end()); -@@ -398,7 +398,7 @@ const string& AbundanceGroup::locus_tag() const - { - static string default_locus_tag = "-"; - const string* pLast = NULL; -- foreach (shared_ptr pA, _abundances) -+ for_each (shared_ptr pA, _abundances) - { - if (pLast) - { -@@ -422,7 +422,7 @@ const string& AbundanceGroup::reference_tag() const - { - static string default_reference_tag = "-"; - const string* pLast = NULL; -- foreach (shared_ptr pA, _abundances) -+ for_each (shared_ptr pA, _abundances) - { - if (pLast) - { -@@ -448,7 +448,7 @@ double AbundanceGroup::effective_length() const - double group_fpkm = FPKM(); - if (group_fpkm == 0) - return 0; -- foreach (shared_ptr ab, _abundances) -+ for_each (shared_ptr ab, _abundances) - { - eff_len += (ab->effective_length() * (ab->FPKM() / group_fpkm)); - } -@@ -1216,7 +1216,7 @@ void AbundanceGroup::estimate_count_covariance() - { - // if the entire group is unstable, then set LOWDATA on all members of - // it to reduce false positives in differential expression analysis. -- foreach(shared_ptr ab, _abundances) -+ for_each(shared_ptr ab, _abundances) - { - ab->status(NUMERIC_LOW_DATA); - } -@@ -1468,7 +1468,7 @@ void AbundanceGroup::calculate_conf_intervals() - double sum_transfrag_FPKM_hi = 0; - double max_fpkm = 0.0; - //double min_fpkm = 1e100; -- foreach(shared_ptr pA, _abundances) -+ for_each(shared_ptr pA, _abundances) - { - double FPKM_hi; - double FPKM_lo; -@@ -1586,7 +1586,7 @@ void AbundanceGroup::calculate_conf_intervals() - // double sum_transfrag_FPKM_hi = 0; - // double max_fpkm = 0.0; - // //double min_fpkm = 1e100; --// foreach(shared_ptr pA, _abundances) -+// for_each(shared_ptr pA, _abundances) - // { - // double FPKM_hi; - // double FPKM_lo; -@@ -1732,7 +1732,7 @@ bool AbundanceGroup::calculate_gammas(const vector& nr_alignments, - if (mapped_transcripts.empty()) - { - //gammas = vector(transfrags.size(), 0.0); -- foreach (shared_ptr ab, _abundances) -+ for_each (shared_ptr ab, _abundances) - { - ab->gamma(0); - } -@@ -1783,7 +1783,7 @@ bool AbundanceGroup::calculate_gammas(const vector& nr_alignments, - if (filtered_transcripts.empty()) - { - //gammas = vector(transfrags.size(), 0.0); -- foreach (shared_ptr ab, _abundances) -+ for_each (shared_ptr ab, _abundances) - { - ab->gamma(0); - } -@@ -2117,7 +2117,7 @@ void AbundanceGroup::calculate_kappas() - double S_FPKM = 0.0; - double Z_kappa = 0.0; - double X_S = 0.0; -- foreach (shared_ptr pA, _abundances) -+ for_each (shared_ptr pA, _abundances) - { - if (pA->effective_length() > 0) - { -@@ -2128,7 +2128,7 @@ void AbundanceGroup::calculate_kappas() - } - - //fprintf (stderr, "*********\n"); -- foreach (shared_ptr pA, _abundances) -+ for_each (shared_ptr pA, _abundances) - { - if (S_FPKM > 0) - { -@@ -2201,7 +2201,7 @@ void get_alignments_from_scaffolds(const vector >& abundan - { - set hits_in_gene_set; - -- foreach(shared_ptr pA, abundances) -+ for_each(shared_ptr pA, abundances) - { - shared_ptr pS = pA->transfrag(); - assert (pS); -@@ -2787,7 +2787,7 @@ AbundanceStatus empirical_mean_replicate_gamma_mle(const vector(N,N); - ublas::vector expected_mle_gamma = ublas::zero_vector(N); - // -- foreach(ublas::vector& mle, mle_gammas) -+ for_each(ublas::vector& mle, mle_gammas) - { - expected_mle_gamma += mle; - } -@@ -3122,7 +3122,7 @@ AbundanceStatus bootstrap_gamma_mle(const vector >& transc - gamma_covariance = ublas::zero_matrix(N,N); - ublas::vector expected_mle_gamma = ublas::zero_vector(N); - -- foreach(ublas::vector& mle, mle_gammas) -+ for_each(ublas::vector& mle, mle_gammas) - { - //cerr << "MLE # "<< MLENUM++ << endl; - //cerr << mle << endl; -@@ -3586,7 +3586,7 @@ AbundanceStatus gamma_mle(const vector >& transcripts, - - double round_err = 0.0; - double num_good = 0; -- foreach (double& g, gammas) -+ for_each (double& g, gammas) - { - if (g < min_isoform_fraction) - { -@@ -3598,7 +3598,7 @@ AbundanceStatus gamma_mle(const vector >& transcripts, - num_good += 1; - } - } -- foreach (double& g, gammas) -+ for_each (double& g, gammas) - { - if (g != 0) - { -diff --git a/src/biascorrection.cpp b/src/biascorrection.cpp -index 0d49851..55884f4 100644 ---- a/src/biascorrection.cpp -+++ b/src/biascorrection.cpp -@@ -207,7 +207,7 @@ void BiasLearner::preProcessTranscript(const Scaffold& transcript) - vector startHist(transcript.length()+1, 0.0); // +1 catches overhangs - vector endHist(transcript.length()+1, 0.0); - -- foreach (const MateHit* hit_p, transcript.mate_hits()) -+ for_each (const MateHit* hit_p, transcript.mate_hits()) - { - const MateHit& hit = *hit_p; - if (!hit.left_alignment() && !hit.right_alignment()) -diff --git a/src/bundles.cpp b/src/bundles.cpp -index ead07f2..a392514 100644 ---- a/src/bundles.cpp -+++ b/src/bundles.cpp -@@ -228,7 +228,7 @@ void load_ref_rnas(FILE* ref_mRNA_file, - } - } - -- foreach (shared_ptr s, ref_mRNAs) -+ for_each (shared_ptr s, ref_mRNAs) - { - assert (s); - } -@@ -418,7 +418,7 @@ void HitBundle::finalize_open_mates() - - for(OpenMates::iterator itr = _open_mates.begin(); itr != _open_mates.end(); ++itr) - { -- foreach (MateHit& hit, itr->second) -+ for_each (MateHit& hit, itr->second) - { - delete hit.left_alignment(); - delete hit.right_alignment(); -@@ -438,7 +438,7 @@ void HitBundle::remove_hitless_scaffolds() - void HitBundle::remove_unmapped_hits() - { - -- foreach (MateHit& hit, _hits) -+ for_each (MateHit& hit, _hits) - { - if (unmapped_hit(hit)) - { -@@ -586,7 +586,7 @@ void HitBundle::finalize(bool is_combined) - } - else - { -- foreach (MateHit& hit, _hits) -+ for_each (MateHit& hit, _hits) - { - hit.incr_collapse_mass(hit.common_scale_mass()); - } -@@ -1316,7 +1316,7 @@ void identify_bad_splices(const HitBundle& bundle, - ins_itr = bad_splice_ops.insert(make_pair(ref_id, vector())); - vector& bad_introns = ins_itr.first->second; - -- foreach (const MateHit& hit, bundle.hits()) -+ for_each (const MateHit& hit, bundle.hits()) - { - if (hit.left_alignment()) - { -diff --git a/src/bundles.h b/src/bundles.h -index 15f51ee..aec725e 100644 ---- a/src/bundles.h -+++ b/src/bundles.h -@@ -57,7 +57,7 @@ public: - ~HitBundle() - { - vector >& bundle_ref_scaffs = ref_scaffolds(); -- foreach(shared_ptr& ref_scaff, bundle_ref_scaffs) -+ for_each(shared_ptr& ref_scaff, bundle_ref_scaffs) - { - // This bundle and the factory that actually owns the ref_mRNAs - // are the only objects that should have access to these scaffolds -@@ -73,7 +73,7 @@ public: - } - } - -- foreach (MateHit& hit, _hits) -+ for_each (MateHit& hit, _hits) - { - delete hit.left_alignment(); - delete hit.right_alignment(); -@@ -81,7 +81,7 @@ public: - - for(OpenMates::iterator itr = _open_mates.begin(); itr != _open_mates.end(); ++itr) - { -- foreach (MateHit& hit, itr->second) -+ for_each (MateHit& hit, itr->second) - { - delete hit.left_alignment(); - delete hit.right_alignment(); -@@ -113,7 +113,7 @@ public: - _hits.clear(); - _non_redundant.clear(); - vector >& bundle_ref_scaffs = ref_scaffolds(); -- foreach(shared_ptr& ref_scaff, bundle_ref_scaffs) -+ for_each(shared_ptr& ref_scaff, bundle_ref_scaffs) - { - if (ref_scaff.use_count() <= 3) - { -@@ -250,7 +250,7 @@ public: - next_ref_scaff = ref_mRNAs.begin(); - next_mask_scaff = mask_gtf_recs.begin(); - -- foreach(shared_ptr ref_scaff, ref_mRNAs) -+ for_each(shared_ptr ref_scaff, ref_mRNAs) - { - ref_scaff->clear_hits(); - } -diff --git a/src/common.h b/src/common.h -index b715e9c..1ed7d77 100644 ---- a/src/common.h -+++ b/src/common.h -@@ -22,8 +22,8 @@ - using boost::math::normal; - - #include --#define foreach BOOST_FOREACH --#define reverse_foreach BOOST_REVERSE_FOREACH -+#define for_each BOOST_FOREACH -+#define reverse_for_each BOOST_REVERSE_FOREACH - - #include - #include -diff --git a/src/compress_gtf.cpp b/src/compress_gtf.cpp -index a2cd10a..a3796fd 100644 ---- a/src/compress_gtf.cpp -+++ b/src/compress_gtf.cpp -@@ -159,7 +159,7 @@ void compress_genes(FILE* ftranscripts, - vector >& gene = grouped_scaffolds[i]; - vector gene_scaffs; - string gene_id; -- foreach (shared_ptr s, gene) -+ for_each (shared_ptr s, gene) - { - if (gene_id == "") - gene_id = s->annotated_gene_id(); -@@ -175,7 +175,7 @@ void compress_genes(FILE* ftranscripts, - Scaffold smashed_gene; - if (!proj_intersection && !proj_union) - { -- foreach (shared_ptr s, gene) -+ for_each (shared_ptr s, gene) - { - /* - *transfrag, -@@ -224,7 +224,7 @@ void compress_genes(FILE* ftranscripts, - int gmax = -1; - int gmin = numeric_limits::max(); - -- foreach (shared_ptr s, gene) -+ for_each (shared_ptr s, gene) - { - //iso_ops.push_back(s->augmented_ops()); - //sort (iso_ops.back().begin(), iso_ops.back().end()); -@@ -234,7 +234,7 @@ void compress_genes(FILE* ftranscripts, - gmax = s->right(); - } - -- foreach (shared_ptr s, gene) -+ for_each (shared_ptr s, gene) - { - if (s->left() > gmin) - { -@@ -347,7 +347,7 @@ void driver(vector ref_gtf_files, FILE* gtf_out) - vector > > ref_mRNA_table; - vector > > sample_count_table; - -- foreach (FILE* ref_gtf, ref_gtf_files) -+ for_each (FILE* ref_gtf, ref_gtf_files) - { - vector > ref_mRNAs; - ::load_ref_rnas(ref_gtf, rt, ref_mRNAs, false, true); -@@ -393,7 +393,7 @@ int main(int argc, char** argv) - - vector ref_gtf_files; - -- foreach (const string& ref_gtf_in_filename, ref_gtf_filenames) -+ for_each (const string& ref_gtf_in_filename, ref_gtf_filenames) - { - FILE* ref_gtf = NULL; - if (ref_gtf_in_filename != "") -diff --git a/src/cuffdiff.cpp b/src/cuffdiff.cpp -index 575b064..7725910 100644 ---- a/src/cuffdiff.cpp -+++ b/src/cuffdiff.cpp -@@ -490,7 +490,7 @@ void print_FPKM_tracking(FILE* fout, - const vector& fpkms = track.fpkm_series; - - AbundanceStatus status = NUMERIC_OK; -- foreach (const FPKMContext& c, fpkms) -+ for_each (const FPKMContext& c, fpkms) - { - if (c.status == NUMERIC_FAIL) - status = NUMERIC_FAIL; -@@ -811,7 +811,7 @@ void driver(FILE* ref_gtf, FILE* mask_gtf, vector& sam_hit_filename_list - ::load_ref_rnas(mask_gtf, rt, mask_rnas, false, false); - } - -- foreach (shared_ptr fac, bundle_factories) -+ for_each (shared_ptr fac, bundle_factories) - { - fac->set_ref_rnas(ref_mRNAs); - if (mask_gtf) -@@ -826,7 +826,7 @@ void driver(FILE* ref_gtf, FILE* mask_gtf, vector& sam_hit_filename_list - int tmp_max_frag_len = 0; - - ProgressBar p_bar("Inspecting maps and determining fragment length distributions.",0); -- foreach (shared_ptr fac, bundle_factories) -+ for_each (shared_ptr fac, bundle_factories) - { - #if ENABLE_THREADS - while(1) -@@ -877,7 +877,7 @@ void driver(FILE* ref_gtf, FILE* mask_gtf, vector& sam_hit_filename_list - { - long double total_mass = 0.0; - long double total_norm_mass = 0.0; -- foreach (shared_ptr rg, all_read_groups) -+ for_each (shared_ptr rg, all_read_groups) - { - total_mass += rg->total_map_mass(); - total_norm_mass += rg->normalized_map_mass(); -@@ -886,7 +886,7 @@ void driver(FILE* ref_gtf, FILE* mask_gtf, vector& sam_hit_filename_list - if (total_mass > 0) - { - double scaling_factor = total_mass / total_norm_mass; -- foreach (shared_ptr rg, all_read_groups) -+ for_each (shared_ptr rg, all_read_groups) - { - double scaled_mass = scaling_factor * rg->normalized_map_mass(); - -@@ -916,7 +916,7 @@ void driver(FILE* ref_gtf, FILE* mask_gtf, vector& sam_hit_filename_list - - if (most_reps != 1 && poisson_dispersion == false) - { -- foreach (shared_ptr fac, bundle_factories) -+ for_each (shared_ptr fac, bundle_factories) - { - if (fac->num_replicates() == 1) - { -@@ -990,7 +990,7 @@ void driver(FILE* ref_gtf, FILE* mask_gtf, vector& sam_hit_filename_list - shared_ptr disperser; - disperser = fit_dispersion_model("pooled", scale_factors, sample_count_table); - -- foreach (shared_ptr rg_props, all_read_groups) -+ for_each (shared_ptr rg_props, all_read_groups) - { - rg_props->mass_dispersion_model(disperser); - } -@@ -999,7 +999,7 @@ void driver(FILE* ref_gtf, FILE* mask_gtf, vector& sam_hit_filename_list - - long double total_norm_mass = 0.0; - long double total_mass = 0.0; -- foreach (shared_ptr rg_props, all_read_groups) -+ for_each (shared_ptr rg_props, all_read_groups) - { - total_norm_mass += rg_props->normalized_map_mass(); - total_mass += rg_props->total_map_mass(); -@@ -1007,7 +1007,7 @@ void driver(FILE* ref_gtf, FILE* mask_gtf, vector& sam_hit_filename_list - - // scale the normalized masses so that both quantile total count normalization - // are roughly on the same numerical scale -- foreach (shared_ptr rg_props, all_read_groups) -+ for_each (shared_ptr rg_props, all_read_groups) - { - long double new_norm = rg_props->normalized_map_mass() * (total_mass / total_norm_mass); - rg_props->normalized_map_mass(new_norm); -@@ -1039,7 +1039,7 @@ void driver(FILE* ref_gtf, FILE* mask_gtf, vector& sam_hit_filename_list - shared_ptr > > abundances(new vector >()); - quantitate_next_locus(rt, bundle_factories, test_launcher); - bool more_loci_remain = false; -- foreach (shared_ptr rep_fac, bundle_factories) -+ for_each (shared_ptr rep_fac, bundle_factories) - { - if (rep_fac->bundles_remain()) - { -@@ -1071,7 +1071,7 @@ void driver(FILE* ref_gtf, FILE* mask_gtf, vector& sam_hit_filename_list - } - } - -- foreach (shared_ptr rep_fac, bundle_factories) -+ for_each (shared_ptr rep_fac, bundle_factories) - { - rep_fac->reset(); - } -@@ -1081,9 +1081,9 @@ void driver(FILE* ref_gtf, FILE* mask_gtf, vector& sam_hit_filename_list - if (corr_bias) - { - p_bar = ProgressBar("Learning bias parameters.", 0); -- foreach (shared_ptr rep_fac, bundle_factories) -+ for_each (shared_ptr rep_fac, bundle_factories) - { -- foreach (shared_ptr fac, rep_fac->factories()) -+ for_each (shared_ptr fac, rep_fac->factories()) - { - #if ENABLE_THREADS - while(1) -@@ -1124,7 +1124,7 @@ void driver(FILE* ref_gtf, FILE* mask_gtf, vector& sam_hit_filename_list - boost::this_thread::sleep(boost::posix_time::milliseconds(5)); - } - #endif -- foreach (shared_ptr rep_fac, bundle_factories) -+ for_each (shared_ptr rep_fac, bundle_factories) - { - rep_fac->reset(); - } -@@ -1167,7 +1167,7 @@ void driver(FILE* ref_gtf, FILE* mask_gtf, vector& sam_hit_filename_list - //shared_ptr > > abundances(new vector >()); - quantitate_next_locus(rt, bundle_factories, test_launcher); - bool more_loci_remain = false; -- foreach (shared_ptr rep_fac, bundle_factories) -+ for_each (shared_ptr rep_fac, bundle_factories) - { - if (rep_fac->bundles_remain()) - { -diff --git a/src/cufflinks.cpp b/src/cufflinks.cpp -index 796af98..1030ae8 100644 ---- a/src/cufflinks.cpp -+++ b/src/cufflinks.cpp -@@ -471,7 +471,7 @@ void combine_strand_assemblies(vector& lhs, - { - for(size_t l = 0; l < lhs.size(); ++l) - { -- foreach(shared_ptr ref_scaff, *ref_scaffs) -+ for_each(shared_ptr ref_scaff, *ref_scaffs) - { - // if we're past all the overlaps, just stop - if (ref_scaff->left() >= lhs[l].right() + overhang_3) -@@ -504,7 +504,7 @@ void combine_strand_assemblies(vector& lhs, - } - for(size_t r = 0; r < rhs.size(); ++r) - { -- foreach(shared_ptr ref_scaff, *ref_scaffs) -+ for_each(shared_ptr ref_scaff, *ref_scaffs) - { - if (ref_scaff->left() >= rhs[r].right() + overhang_3) - { -@@ -665,7 +665,7 @@ bool scaffolds_for_bundle(const HitBundle& bundle, - if (ref_guided && enable_faux_reads && !hits.empty()) - { - vector pseudohits; -- foreach(shared_ptr ref_scaff, *ref_scaffs) -+ for_each(shared_ptr ref_scaff, *ref_scaffs) - { - ref_scaff->tile_with_scaffs(pseudohits, tile_len, tile_off); - } -@@ -842,7 +842,7 @@ bool scaffolds_for_bundle(const HitBundle& bundle, - } - if (assembled_successfully) - { -- foreach(Scaffold& scaff, tmp_scaffs) -+ for_each(Scaffold& scaff, tmp_scaffs) - { - scaffolds.push_back(shared_ptr(new Scaffold(scaff))); - } -@@ -886,7 +886,7 @@ void quantitate_transcript_cluster(AbundanceGroup& transfrag_cluster, - - // need the avg read length for depth of coverage calculation - double avg_read_length = 0; -- foreach (MateHit& hit, hits_in_cluster) -+ for_each (MateHit& hit, hits_in_cluster) - { - if (hit.left_alignment()) - avg_read_length += hit.left_alignment()->read_len(); -@@ -905,7 +905,7 @@ void quantitate_transcript_cluster(AbundanceGroup& transfrag_cluster, - } - else - { -- foreach(shared_ptr ab, transfrag_cluster.abundances()) -+ for_each(shared_ptr ab, transfrag_cluster.abundances()) - { - ab->status(NUMERIC_HI_DATA); - } -@@ -939,7 +939,7 @@ void quantitate_transcript_cluster(AbundanceGroup& transfrag_cluster, - { - shared_ptr ab_i = abundances[i]; - bool found = false; -- foreach (shared_ptr ab_j, filtered_transcripts) -+ for_each (shared_ptr ab_j, filtered_transcripts) - { - if (ab_i == ab_j) - { -@@ -961,7 +961,7 @@ void quantitate_transcript_cluster(AbundanceGroup& transfrag_cluster, - transfrags_by_strand); - - -- foreach (const AbundanceGroup& strand_group, transfrags_by_strand) -+ for_each (const AbundanceGroup& strand_group, transfrags_by_strand) - { - vector transfrags_by_gene; - -@@ -974,7 +974,7 @@ void quantitate_transcript_cluster(AbundanceGroup& transfrag_cluster, - cluster_transcripts(strand_group, transfrags_by_gene); - } - -- foreach(const AbundanceGroup& gene, transfrags_by_gene) -+ for_each(const AbundanceGroup& gene, transfrags_by_gene) - { - const vector >& iso_abundances = gene.abundances(); - vector isoforms; -@@ -985,7 +985,7 @@ void quantitate_transcript_cluster(AbundanceGroup& transfrag_cluster, - string ref_gene_id = ""; - - double major_isoform_FPKM = 0; -- foreach (shared_ptr iso_ab, iso_abundances) -+ for_each (shared_ptr iso_ab, iso_abundances) - { - if (iso_ab->transfrag()->is_ref()) - { -@@ -1002,7 +1002,7 @@ void quantitate_transcript_cluster(AbundanceGroup& transfrag_cluster, - major_isoform_FPKM = max(iso_ab->FPKM(), major_isoform_FPKM); - } - -- foreach (shared_ptr iso_ab, iso_abundances) -+ for_each (shared_ptr iso_ab, iso_abundances) - { - // Calculate transcript depth of coverage and FMI from FPKM - double FPKM = iso_ab->FPKM(); -@@ -1067,7 +1067,7 @@ void quantitate_transcript_clusters(vector >& scaffolds, - { - vector c; - scaffolds[i]->get_complete_subscaffolds(c); -- foreach (Scaffold& s, c) -+ for_each (Scaffold& s, c) - { - split_partials.push_back(shared_ptr(new Scaffold(s))); - } -@@ -1076,7 +1076,7 @@ void quantitate_transcript_clusters(vector >& scaffolds, - scaffolds = split_partials; - - vector > abundances; -- foreach(shared_ptr s, scaffolds) -+ for_each(shared_ptr s, scaffolds) - { - TranscriptAbundance* pT = new TranscriptAbundance; - pT->transfrag(s); -@@ -1091,7 +1091,7 @@ void quantitate_transcript_clusters(vector >& scaffolds, - cluster_transcripts(transfrags, - transfrags_by_cluster); - -- foreach(AbundanceGroup& cluster, transfrags_by_cluster) -+ for_each(AbundanceGroup& cluster, transfrags_by_cluster) - { - quantitate_transcript_cluster(cluster, total_map_mass, genes, bundle_too_large); - } -@@ -1233,10 +1233,10 @@ void assemble_bundle(const RefSequenceTable& rt, - if (init_bundle_mode == REF_GUIDED) - { - hit_introns = new set(); -- foreach(const MateHit& h, bundle.non_redundant_hits()) -+ for_each(const MateHit& h, bundle.non_redundant_hits()) - { - Scaffold s(h); -- foreach (AugmentedCuffOp a, s.augmented_ops()) -+ for_each (AugmentedCuffOp a, s.augmented_ops()) - { - if (a.opcode == CUFF_INTRON) - { -@@ -1567,7 +1567,7 @@ void driver(const string& hit_file_name, FILE* ref_gtf, FILE* mask_gtf) - verbose_msg("%d ReadHits still live\n", num_deleted); - verbose_msg("Found %lu reference contigs\n", rt.size()); - -- foreach(shared_ptr ref_scaff, ref_mRNAs) -+ for_each(shared_ptr ref_scaff, ref_mRNAs) - { - ref_scaff->clear_hits(); - } -diff --git a/src/differential.cpp b/src/differential.cpp -index 3e5cff0..6b108cb 100644 ---- a/src/differential.cpp -+++ b/src/differential.cpp -@@ -84,7 +84,7 @@ void TestLauncher::abundance_avail(const string& locus_id, - // acquire the lock itself. - bool TestLauncher::all_samples_reported_in(vector >& abundances) - { -- foreach (shared_ptr ab, abundances) -+ for_each (shared_ptr ab, abundances) - { - if (!ab) - { -@@ -436,7 +436,7 @@ pair get_de_tests(const string& description, - // ublas::vector null_kappa_mean; - // null_kappa_mean = ublas::zero_vector(curr_kappa_cov.size1()); - // --// foreach(ublas::vector& sample, samples) -+// for_each(ublas::vector& sample, samples) - // { - // null_kappa_mean += sample; - // } -@@ -1056,7 +1056,7 @@ void sample_abundance_worker(const string& locus_tag, - { - vector > abundances; - -- foreach(shared_ptr s, sample_bundle->ref_scaffolds()) -+ for_each(shared_ptr s, sample_bundle->ref_scaffolds()) - { - TranscriptAbundance* pT = new TranscriptAbundance; - pT->transfrag(s); -@@ -1082,7 +1082,7 @@ void sample_abundance_worker(const string& locus_tag, - } - else - { -- foreach(shared_ptr ab, abundances) -+ for_each(shared_ptr ab, abundances) - { - ab->status(NUMERIC_HI_DATA); - } -@@ -1093,7 +1093,7 @@ void sample_abundance_worker(const string& locus_tag, - cluster_transcripts(sample.transcripts, - transcripts_by_gene_id); - -- foreach(AbundanceGroup& ab_group, transcripts_by_gene_id) -+ for_each(AbundanceGroup& ab_group, transcripts_by_gene_id) - { - ab_group.locus_tag(locus_tag); - set gene_ids = ab_group.gene_id(); -@@ -1119,7 +1119,7 @@ void sample_abundance_worker(const string& locus_tag, - &cds_count_cov, - &cds_fpkm_cov, - &cds_gamma_boot_cov); -- foreach(AbundanceGroup& ab_group, transcripts_by_cds) -+ for_each(AbundanceGroup& ab_group, transcripts_by_cds) - { - ab_group.locus_tag(locus_tag); - set protein_ids = ab_group.protein_id(); -@@ -1135,7 +1135,7 @@ void sample_abundance_worker(const string& locus_tag, - vector > cds_abundances; - double max_cds_mass_variance = 0.0; - set > rg_props; -- foreach (AbundanceGroup& ab_group, sample.cds) -+ for_each (AbundanceGroup& ab_group, sample.cds) - { - cds_abundances.push_back(shared_ptr(new AbundanceGroup(ab_group))); - max_cds_mass_variance = max(ab_group.max_mass_variance(), max_cds_mass_variance); -@@ -1155,7 +1155,7 @@ void sample_abundance_worker(const string& locus_tag, - cluster_transcripts(cds, - cds_by_gene); - -- foreach(AbundanceGroup& ab_group, cds_by_gene) -+ for_each(AbundanceGroup& ab_group, cds_by_gene) - { - ab_group.locus_tag(locus_tag); - set gene_ids = ab_group.gene_id(); -@@ -1185,7 +1185,7 @@ void sample_abundance_worker(const string& locus_tag, - &tss_gamma_boot_cov); - - -- foreach(AbundanceGroup& ab_group, transcripts_by_tss) -+ for_each(AbundanceGroup& ab_group, transcripts_by_tss) - { - ab_group.locus_tag(locus_tag); - set tss_ids = ab_group.tss_id(); -@@ -1202,7 +1202,7 @@ void sample_abundance_worker(const string& locus_tag, - // Group TSS clusters by gene - vector > primary_transcript_abundances; - set > rg_props; -- foreach (AbundanceGroup& ab_group, sample.primary_transcripts) -+ for_each (AbundanceGroup& ab_group, sample.primary_transcripts) - { - primary_transcript_abundances.push_back(shared_ptr(new AbundanceGroup(ab_group))); - max_tss_mass_variance = max(max_tss_mass_variance, ab_group.max_mass_variance()); -@@ -1223,13 +1223,13 @@ void sample_abundance_worker(const string& locus_tag, - cluster_transcripts(primary_transcripts, - primary_transcripts_by_gene); - -- foreach(AbundanceGroup& ab_group, primary_transcripts_by_gene) -+ for_each(AbundanceGroup& ab_group, primary_transcripts_by_gene) - { - ab_group.locus_tag(locus_tag); - set gene_ids = ab_group.gene_id(); - // if (gene_ids.size() > 1) - // { --// foreach (string st, gene_ids) -+// for_each (string st, gene_ids) - // { - // fprintf(stderr, "%s\n", st.c_str()); - // } -@@ -1314,7 +1314,7 @@ void sample_worker(const RefSequenceTable& rt, - bool perform_cds_analysis = final_est_run; - bool perform_tss_analysis = final_est_run; - -- foreach(shared_ptr s, bundle.ref_scaffolds()) -+ for_each(shared_ptr s, bundle.ref_scaffolds()) - { - if (s->annotated_tss_id() == "") - { -@@ -1439,7 +1439,7 @@ void sample_worker(const RefSequenceTable& rt, - /////////////////////////////////////////////// - - -- foreach(shared_ptr ref_scaff, bundle.ref_scaffolds()) -+ for_each(shared_ptr ref_scaff, bundle.ref_scaffolds()) - { - ref_scaff->clear_hits(); - } -@@ -1465,7 +1465,7 @@ void dump_locus_variance_info(const string& filename) - - fprintf(fdump, - "condition\tdescription\tlocus_counts\tempir_var\tlocus_fit_var\tsum_iso_fit_var\tcross_replicate_js\tnum_transcripts\tbayes_gamma_trace\tempir_gamma_trace\tcount_mean\tgamma_var\tgamma_bootstrap_var\tlocus_salient_frags\tlocus_total_frags\tcount_sharing\n"); -- foreach (LocusVarianceInfo& L, locus_variance_info_table) -+ for_each (LocusVarianceInfo& L, locus_variance_info_table) - { - for (size_t i = 0; i < L.gamma.size(); ++i) - { -@@ -1503,22 +1503,22 @@ void test_differential(const string& locus_tag, - for (size_t i = 0; i < samples.size(); ++i) - { - const AbundanceGroup& ab_group = samples[i]->transcripts; -- foreach (shared_ptr ab, ab_group.abundances()) -+ for_each (shared_ptr ab, ab_group.abundances()) - { - add_to_tracking_table(i, *ab, tracking.isoform_fpkm_tracking); - } - -- foreach (AbundanceGroup& ab, samples[i]->cds) -+ for_each (AbundanceGroup& ab, samples[i]->cds) - { - add_to_tracking_table(i, ab, tracking.cds_fpkm_tracking); - } - -- foreach (AbundanceGroup& ab, samples[i]->primary_transcripts) -+ for_each (AbundanceGroup& ab, samples[i]->primary_transcripts) - { - add_to_tracking_table(i, ab, tracking.tss_group_fpkm_tracking); - } - -- foreach (AbundanceGroup& ab, samples[i]->genes) -+ for_each (AbundanceGroup& ab, samples[i]->genes) - { - add_to_tracking_table(i, ab, tracking.gene_fpkm_tracking); - } -diff --git a/src/filters.cpp b/src/filters.cpp -index 0a10b50..5ab31e0 100644 ---- a/src/filters.cpp -+++ b/src/filters.cpp -@@ -752,7 +752,7 @@ void clip_by_3_prime_dropoff(vector& scaffolds) - - if (library_type != "transfrags") - { -- foreach (Scaffold& scaff, scaffolds) -+ for_each (Scaffold& scaff, scaffolds) - { - if (!(scaff.strand() == CUFF_FWD || scaff.strand() == CUFF_REV)) - continue; -@@ -761,7 +761,7 @@ void clip_by_3_prime_dropoff(vector& scaffolds) - vector coverage(scaff_len, 0.0); - - double total = 0; -- foreach(const MateHit* hit, scaff.mate_hits()) -+ for_each(const MateHit* hit, scaff.mate_hits()) - { - int start, end, frag_len; - if (!scaff.map_frag(*hit, start, end, frag_len)) continue; -@@ -906,7 +906,7 @@ void clip_by_3_prime_dropoff(vector& scaffolds) - } - else - { -- foreach (Scaffold& scaff, scaffolds) -+ for_each (Scaffold& scaff, scaffolds) - { - if (!(scaff.strand() == CUFF_FWD || scaff.strand() == CUFF_REV)) - continue; -@@ -915,7 +915,7 @@ void clip_by_3_prime_dropoff(vector& scaffolds) - vector coverage(scaff_len, 0.0); - - double total = 0; -- foreach(const MateHit* hit, scaff.mate_hits()) -+ for_each(const MateHit* hit, scaff.mate_hits()) - { - int start, end, frag_len; - if (!scaff.map_frag(*hit, start, end, frag_len)) continue; -diff --git a/src/genes.h b/src/genes.h -index 4dfa996..eb48a14 100644 ---- a/src/genes.h -+++ b/src/genes.h -@@ -169,7 +169,7 @@ public: - - bool has_ref_trans() const - { -- foreach (const Isoform& iso, _isoforms) -+ for_each (const Isoform& iso, _isoforms) - { - if (iso.is_ref_trans()) - return true; -@@ -180,7 +180,7 @@ public: - double estimated_count() const - { - double est = 0.0; -- foreach (const Isoform& iso, _isoforms) -+ for_each (const Isoform& iso, _isoforms) - { - est += iso.estimated_count(); - } -@@ -191,7 +191,7 @@ public: - { - double eff = 0.0; - double total_fpkm = 0; -- foreach (const Isoform& iso, _isoforms) -+ for_each (const Isoform& iso, _isoforms) - { - eff += iso.FPKM() * iso.effective_length(); - total_fpkm += iso.FPKM(); -diff --git a/src/gtf_to_sam.cpp b/src/gtf_to_sam.cpp -index 12f70c1..f52d40a 100644 ---- a/src/gtf_to_sam.cpp -+++ b/src/gtf_to_sam.cpp -@@ -241,13 +241,13 @@ void set_relative_fpkms(vector >& ref_mRNAs) - vector >& gene = grouped_scaffolds[i]; - - double total_fpkm = 0.0; -- foreach(shared_ptr scaff, gene) -+ for_each(shared_ptr scaff, gene) - { - total_fpkm += scaff->fpkm(); - } - if (total_fpkm > 0) - { -- foreach (shared_ptr scaff, gene) -+ for_each (shared_ptr scaff, gene) - { - scaff->fpkm(scaff->fpkm() / total_fpkm); - } -@@ -263,7 +263,7 @@ void driver(vector ref_gtf_files, FILE* sam_out) - vector > > ref_mRNA_table; - vector > > sample_count_table; - -- foreach (FILE* ref_gtf, ref_gtf_files) -+ for_each (FILE* ref_gtf, ref_gtf_files) - { - vector > ref_mRNAs; - ::load_ref_rnas(ref_gtf, rt, ref_mRNAs, false, true); -@@ -314,7 +314,7 @@ int main(int argc, char** argv) - - vector ref_gtf_files; - -- foreach (const string& ref_gtf_in_filename, ref_gtf_filenames) -+ for_each (const string& ref_gtf_in_filename, ref_gtf_filenames) - { - FILE* ref_gtf = NULL; - if (ref_gtf_in_filename != "") -diff --git a/src/hits.cpp b/src/hits.cpp -index 910ba0f..dc81813 100644 ---- a/src/hits.cpp -+++ b/src/hits.cpp -@@ -233,7 +233,7 @@ void collapse_hits(const vector& hits, - non_redundant.erase(new_end, non_redundant.end()); - non_redundant.resize(non_redundant.size()); - -- foreach(MateHit& hit, non_redundant) -+ for_each(MateHit& hit, non_redundant) - hit.collapse_mass(0); - - size_t curr_aln = 0; -@@ -252,7 +252,7 @@ void collapse_hits(const vector& hits, - ++curr_aln; - } - -- //foreach(MateHit& hit, non_redundant) -+ //for_each(MateHit& hit, non_redundant) - //assert(hit.collapse_mass() <= 1 || !hit.is_multi()); - - //non_redundant.erase(remove_if(non_redundant.begin(),non_redundant.end(),has_no_collapse_mass), non_redundant.end()); -diff --git a/src/replicates.cpp b/src/replicates.cpp -index 634f209..ec8ce9c 100644 ---- a/src/replicates.cpp -+++ b/src/replicates.cpp -@@ -236,7 +236,7 @@ fit_dispersion_model_helper(const string& condition_name, - mean /= p.counts.size(); - - double var = 0.0; -- foreach (double d, p.counts) -+ for_each (double d, p.counts) - { - var += (d - mean) * (d - mean); - } -@@ -363,7 +363,7 @@ fit_dispersion_model(const string& condition_name, - ProgressBar p_bar("Modeling fragment count overdispersion.",0); - - int max_transcripts = 0; -- foreach(const LocusCountList& L, sample_count_table) -+ for_each(const LocusCountList& L, sample_count_table) - { - if (L.num_transcripts > max_transcripts) - { -@@ -382,7 +382,7 @@ fit_dispersion_model(const string& condition_name, - if (i != 0) - { - // vector sample_count_subtable; --// foreach(const LocusCountList& L, sample_count_table) -+// for_each(const LocusCountList& L, sample_count_table) - // { - // if (L.num_transcripts == i) - // { -diff --git a/src/replicates.h b/src/replicates.h -index ca4484f..73d339c 100644 ---- a/src/replicates.h -+++ b/src/replicates.h -@@ -99,7 +99,7 @@ public: - #if ENABLE_THREADS - boost::mutex::scoped_lock lock(_rep_factory_lock); - #endif -- foreach (boost::shared_ptr fac, _factories) -+ for_each (boost::shared_ptr fac, _factories) - { - if (fac->bundles_remain()) - return true; -@@ -115,7 +115,7 @@ public: - std::vector bundles; - - bool non_empty_bundle = false; -- foreach (boost::shared_ptr fac, _factories) -+ for_each (boost::shared_ptr fac, _factories) - { - bundles.push_back(new HitBundle()); - if (fac->next_bundle(*(bundles.back()))) -@@ -126,7 +126,7 @@ public: - - if (non_empty_bundle == false) - { -- foreach (HitBundle* in_bundle, bundles) -+ for_each (HitBundle* in_bundle, bundles) - { - in_bundle->ref_scaffolds().clear(); - in_bundle->clear_hits(); -@@ -149,7 +149,7 @@ public: - // Merge the replicates into a combined bundle of hits. - HitBundle::combine(bundles, bundle_out); - -- foreach (HitBundle* in_bundle, bundles) -+ for_each (HitBundle* in_bundle, bundles) - { - in_bundle->ref_scaffolds().clear(); - in_bundle->clear_hits(); -@@ -163,7 +163,7 @@ public: - #if ENABLE_THREADS - boost::mutex::scoped_lock lock(_rep_factory_lock); - #endif -- foreach (shared_ptr fac, _factories) -+ for_each (shared_ptr fac, _factories) - { - fac->reset(); - } -@@ -246,7 +246,7 @@ public: - shared_ptr disperser; - disperser = fit_dispersion_model(_condition_name,scale_factors, sample_count_table); - -- foreach (shared_ptr fac, _factories) -+ for_each (shared_ptr fac, _factories) - { - shared_ptr rg_props = fac->read_group_properties(); - rg_props->mass_dispersion_model(disperser); -@@ -260,7 +260,7 @@ public: - #if ENABLE_THREADS - boost::mutex::scoped_lock lock(_rep_factory_lock); - #endif -- foreach(shared_ptr fac, _factories) -+ for_each(shared_ptr fac, _factories) - { - fac->set_ref_rnas(mRNAs); - } -@@ -271,7 +271,7 @@ public: - #if ENABLE_THREADS - boost::mutex::scoped_lock lock(_rep_factory_lock); - #endif -- foreach(shared_ptr fac, _factories) -+ for_each(shared_ptr fac, _factories) - { - fac->set_mask_rnas(mRNAs); - } -@@ -284,7 +284,7 @@ public: - #if ENABLE_THREADS - boost::mutex::scoped_lock lock(_rep_factory_lock); - #endif -- foreach(shared_ptr& fac, _factories) -+ for_each(shared_ptr& fac, _factories) - { - fac->read_group_properties()->mass_dispersion_model(disperser); - } -diff --git a/src/scaffolds.cpp b/src/scaffolds.cpp -index 096f58a..c12118e 100644 ---- a/src/scaffolds.cpp -+++ b/src/scaffolds.cpp -@@ -620,7 +620,7 @@ void Scaffold::tile_with_scaffs(vector& tile_scaffs, int max_len, int - - // genomic_offset actually could be zero - from an exon starting at coord - // 1 in some chromosome of the ref. --// foreach(const AugmentedCuffOp& op, ops) -+// for_each(const AugmentedCuffOp& op, ops) - // { - // assert (op.genomic_offset != 0); - // } -@@ -819,7 +819,7 @@ void Scaffold::merge(const vector& s, - if (library_type == "transfrags") - { - double avg_fpkm = 0.0; -- foreach (const Scaffold& sc, s) -+ for_each (const Scaffold& sc, s) - { - avg_fpkm += sc.fpkm(); - } -@@ -871,7 +871,7 @@ void Scaffold::fill_gaps(const vector& filler) - - vector tmp_filler = filler; - -- foreach(const AugmentedCuffOp& op, orig_ops) -+ for_each(const AugmentedCuffOp& op, orig_ops) - { - assert (op.g_left() < op.g_right()); - -@@ -888,7 +888,7 @@ void Scaffold::fill_gaps(const vector& filler) - AugmentedCuffOp::merge_ops(tmp_filler, padded_filler, false); - - vector overlapping; -- foreach (const AugmentedCuffOp& op, padded_filler) -+ for_each (const AugmentedCuffOp& op, padded_filler) - { - //if (left() <= op.g_left() && right() >= op.g_right() - if(::overlap_in_genome(op.g_left(),op.g_right(), left(), right()) -@@ -1630,7 +1630,7 @@ void Scaffold::get_complete_subscaffolds(vector& complete) - - // const vector& hits = known.mate_hits(); - // bool contains_spliced_hit = false; -- // foreach (const MateHit* h, hits) -+ // for_each (const MateHit* h, hits) - // { - // const ReadHit* left = h->left_alignment(); - // const ReadHit* right = h->right_alignment(); -@@ -1670,7 +1670,7 @@ double Scaffold::internal_exon_coverage() const - int left = augmented_ops()[2].g_left(); - int right = augmented_ops()[augmented_ops().size() - 3].g_right(); - vector covered(right-left, 0); -- foreach(const MateHit* h, mate_hits()) -+ for_each(const MateHit* h, mate_hits()) - { - if (::overlap_in_genome(h->left(),h->right(), left, right)) - { -@@ -1694,7 +1694,7 @@ bool Scaffold::has_strand_support(vector >* ref_scaffs) con - if (has_intron()) - return true; - -- foreach (const MateHit* h, mate_hits()) -+ for_each (const MateHit* h, mate_hits()) - { - if (h->strand() == strand()) - return true; -@@ -1704,7 +1704,7 @@ bool Scaffold::has_strand_support(vector >* ref_scaffs) con - if (ref_scaffs == NULL) - return false; - -- foreach (shared_ptr ref_scaff, *ref_scaffs) -+ for_each (shared_ptr ref_scaff, *ref_scaffs) - { - if (ref_scaff->strand() == strand() && exons_overlap(*this, *ref_scaff)) - return true; -@@ -1729,10 +1729,10 @@ bool Scaffold::hits_support_introns() const - { - set hit_introns; - set scaffold_introns; -- foreach(const MateHit* h, _mates_in_scaff) -+ for_each(const MateHit* h, _mates_in_scaff) - { - Scaffold s(*h); -- foreach (AugmentedCuffOp a, s.augmented_ops()) -+ for_each (AugmentedCuffOp a, s.augmented_ops()) - { - if (a.opcode == CUFF_INTRON) - { -@@ -1740,7 +1740,7 @@ bool Scaffold::hits_support_introns() const - } - } - } -- foreach (AugmentedCuffOp a, _augmented_ops) -+ for_each (AugmentedCuffOp a, _augmented_ops) - { - if (a.opcode == CUFF_INTRON) - { -@@ -1751,13 +1751,13 @@ bool Scaffold::hits_support_introns() const - if (hit_introns != scaffold_introns) - { - fprintf(stderr, "********************\n"); -- foreach(const AugmentedCuffOp& a, hit_introns) -+ for_each(const AugmentedCuffOp& a, hit_introns) - { - fprintf(stderr, "%d - %d\n", a.g_left(), a.g_right()); - } - - fprintf(stderr, "####################\n"); -- foreach(const AugmentedCuffOp& a, scaffold_introns) -+ for_each(const AugmentedCuffOp& a, scaffold_introns) - { - fprintf(stderr, "%d - %d\n", a.g_left(), a.g_right()); - } -@@ -1770,7 +1770,7 @@ bool Scaffold::hits_support_introns(set& hit_introns) const - { - set scaffold_introns; - -- foreach (AugmentedCuffOp a, _augmented_ops) -+ for_each (AugmentedCuffOp a, _augmented_ops) - { - if (a.opcode == CUFF_INTRON) - { -diff --git a/src/scaffolds.h b/src/scaffolds.h -index 0f29e80..f8410f7 100644 ---- a/src/scaffolds.h -+++ b/src/scaffolds.h -@@ -314,7 +314,7 @@ public: - if (library_type == "transfrags") - { - double avg_fpkm = 0.0; -- foreach (const Scaffold& sc, hits) -+ for_each (const Scaffold& sc, hits) - { - avg_fpkm += sc.fpkm(); - } diff --git a/sci-biology/cufflinks/files/cufflinks-1.3.0-gcc-4.7.patch b/sci-biology/cufflinks/files/cufflinks-1.3.0-gcc-4.7.patch deleted file mode 100644 index 360e9c1a11b8..000000000000 --- a/sci-biology/cufflinks/files/cufflinks-1.3.0-gcc-4.7.patch +++ /dev/null @@ -1,20 +0,0 @@ - src/lemon/bits/base_extender.h | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/lemon/bits/base_extender.h b/src/lemon/bits/base_extender.h -index 84bb242..b812247 100644 ---- a/src/lemon/bits/base_extender.h -+++ b/src/lemon/bits/base_extender.h -@@ -359,10 +359,10 @@ namespace lemon { - } - - Node source(const UEdge& edge) const { -- return aNode(edge); -+ return this->aNode(edge); - } - Node target(const UEdge& edge) const { -- return bNode(edge); -+ return this->bNode(edge); - } - - void firstInc(UEdge& edge, bool& dir, const Node& node) const { diff --git a/sci-biology/cufflinks/files/cufflinks-2.2.1-hts.patch b/sci-biology/cufflinks/files/cufflinks-2.2.1-hts.patch deleted file mode 100644 index 3b9abd812680..000000000000 --- a/sci-biology/cufflinks/files/cufflinks-2.2.1-hts.patch +++ /dev/null @@ -1,16 +0,0 @@ - ax_bam.m4 | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/ax_bam.m4 b/ax_bam.m4 -index 7d463b7..95f1bed 100644 ---- a/ax_bam.m4 -+++ b/ax_bam.m4 -@@ -189,7 +189,7 @@ if test "x$want_bam" = "xyes"; then - AC_MSG_NOTICE([Your bam libraries seem too old (version $_version).]) - fi - else -- BAM_LIB="-lbam" -+ BAM_LIB="-lbam -lhts" - AC_SUBST(BAM_CPPFLAGS) - AC_SUBST(BAM_LDFLAGS) - AC_SUBST(BAM_LIB) diff --git a/sci-biology/cufflinks/files/cufflinks-2.2.1-samtools-legacy.patch b/sci-biology/cufflinks/files/cufflinks-2.2.1-samtools-legacy.patch new file mode 100644 index 000000000000..374ce519ef86 --- /dev/null +++ b/sci-biology/cufflinks/files/cufflinks-2.2.1-samtools-legacy.patch @@ -0,0 +1,44 @@ +Modify the buildsystem to work with the legacy version of samtools, +which can coexist with the most recent version of samtools. +See also: https://bugs.gentoo.org/show_bug.cgi?id=577854 + +--- cufflinks-2.2.1/ax_bam.m4 ++++ cufflinks-2.2.1/ax_bam.m4 +@@ -102,7 +102,7 @@ + + AC_LANG_PUSH(C++) + AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ +- @%:@include ++ @%:@include + ]], [[ + ]])],[ + AC_MSG_RESULT(yes) +@@ -171,7 +171,7 @@ + + AC_LANG_PUSH(C++) + AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ +- @%:@include ++ @%:@include + ]], [[ + ]])],[ + AC_MSG_RESULT(yes) +@@ -189,7 +189,7 @@ + AC_MSG_NOTICE([Your bam libraries seem too old (version $_version).]) + fi + else +- BAM_LIB="-lbam" ++ BAM_LIB="-lbam-0.1-legacy" + AC_SUBST(BAM_CPPFLAGS) + AC_SUBST(BAM_LDFLAGS) + AC_SUBST(BAM_LIB) +--- cufflinks-2.2.1/src/hits.h ++++ cufflinks-2.2.1/src/hits.h +@@ -18,7 +18,7 @@ + + #include + +-#include ++#include + + #include "common.h" + #include "multireads.h" diff --git a/sci-biology/readseq/Manifest b/sci-biology/readseq/Manifest deleted file mode 100644 index bcd1dfa237bf..000000000000 --- a/sci-biology/readseq/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST readseq-20100513.zip 628406 SHA256 878b689828bdf59a73c377c314fe504b9f18569ed5cd512acdb264cf90e72601 SHA512 6e2a2207e3a1f14e5cc4f7ffd2c74563b6deb088dda02727611359a17e1b157d9c661715d1f896d1573786cb88f61d3b952ab7a53e6dc30f2dcbcead58604b32 WHIRLPOOL 6f5b7ff075a081f521971689d014ad3ea6ffdc50db1b24766712d21fb86f83d7767f9afa76473f0be6f36560c8572c7051337cde8020cb9562dfef96a2bfdc8a -DIST readseq-source-20080420.zip 627341 SHA256 d91ccadcbf5fde29525c639ece6ae132e0db863a7e63f96f69647e591617e8dd SHA512 cbc7afa46d2f0cfb30aa75ab88e4942a18ddf46a03a4cfb8d7e07bd23bce3fe015483899d371b947a0f1d6ec464b8c1238df7f7fc89753bb75dbb284f1e07b48 WHIRLPOOL fb180c53cb0555887d5278871498d66840d1d27da47ef6a947f0cd048bfb79762faf9493a645be6909bf41c5627131f3ced8d29b8241372d1e6034dc7524004d diff --git a/sci-biology/readseq/files/20080420-no-bundling.patch b/sci-biology/readseq/files/20080420-no-bundling.patch deleted file mode 100644 index f2e1708f8821..000000000000 --- a/sci-biology/readseq/files/20080420-no-bundling.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/build.xml b/build.xml -index e3d723c..4b44d6f 100644 ---- a/build.xml -+++ b/build.xml -@@ -229,9 +229,6 @@ - - - -- -- -- - - - diff --git a/sci-biology/readseq/metadata.xml b/sci-biology/readseq/metadata.xml deleted file mode 100644 index 351fed01ff61..000000000000 --- a/sci-biology/readseq/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - sci-biology@gentoo.org - Gentoo Biology Project - - - Reads and writes nucleic/protein sequences in various formats. Data - files may have multiple sequences. - - diff --git a/sci-biology/readseq/readseq-20080420-r1.ebuild b/sci-biology/readseq/readseq-20080420-r1.ebuild deleted file mode 100644 index c483fc242027..000000000000 --- a/sci-biology/readseq/readseq-20080420-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit java-pkg-2 java-ant-2 - -MY_P="${PN}-source-${PV}" -DESCRIPTION="Reads and writes nucleic/protein sequences in various formats" -HOMEPAGE="http://iubio.bio.indiana.edu/soft/molbio/readseq/" -# Originally unversioned at -# http://iubio.bio.indiana.edu/soft/molbio/readseq/java/readseq-source.zip. -# Renamed to the date of the modification and mirrored -SRC_URI="https://dev.gentoo.org/~dberkholz/distfiles/${MY_P}.zip" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="!=sci-biology/meme-4.8.1 - >=virtual/jre-1.4" -DEPEND=">=virtual/jdk-1.4 - app-arch/unzip" - -S=${WORKDIR} - -java_prepare() { - rm "${S}"/lib/* || die - epatch "${FILESDIR}"/${PV}-* -} - -src_install() { - java-pkg_dojar build/readseq.jar - java-pkg_dolauncher -} - -pkg_postinst() { - elog "Documentation is available at" - elog "http://iubio.bio.indiana.edu/soft/molbio/readseq/java/Readseq2-help.html" -} diff --git a/sci-biology/readseq/readseq-20100513.ebuild b/sci-biology/readseq/readseq-20100513.ebuild deleted file mode 100644 index 3f18380ad040..000000000000 --- a/sci-biology/readseq/readseq-20100513.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="Reads and writes nucleic/protein sequences in various formats" -HOMEPAGE="http://iubio.bio.indiana.edu/soft/molbio/readseq/" -SRC_URI="https://dev.gentoo.org/~ercpe/distfiles/${CATEGORY}/${PN}/${P}.zip" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="!=sci-biology/meme-4.8.1 - >=virtual/jre-1.4" -DEPEND=">=virtual/jdk-1.4 - app-arch/unzip" - -S=${WORKDIR} - -java_prepare() { - rm "${S}"/lib/* || die - epatch "${FILESDIR}"/20080420-* -} - -src_install() { - java-pkg_dojar build/readseq.jar - java-pkg_dolauncher -} - -pkg_postinst() { - elog "Documentation is available at" - elog "http://iubio.bio.indiana.edu/soft/molbio/readseq/java/Readseq2-help.html" -} diff --git a/sci-mathematics/agda-lib-ffi/agda-lib-ffi-0.0.2-r2.ebuild b/sci-mathematics/agda-lib-ffi/agda-lib-ffi-0.0.2-r2.ebuild index 2774fd4407dd..8e3102371e85 100644 --- a/sci-mathematics/agda-lib-ffi/agda-lib-ffi-0.0.2-r2.ebuild +++ b/sci-mathematics/agda-lib-ffi/agda-lib-ffi-0.0.2-r2.ebuild @@ -29,3 +29,8 @@ DEPEND="${RDEPEND} " S="${WORKDIR}/${AGDA_P}/ffi" + +src_prepare() { + cabal_chdeps \ + 'base >= 4.5.0.0 && < 4.9' 'base >= 4.5.0.0' +} diff --git a/sci-mathematics/agda-lib-ffi/metadata.xml b/sci-mathematics/agda-lib-ffi/metadata.xml index f3e416ad820b..adc5490ee507 100644 --- a/sci-mathematics/agda-lib-ffi/metadata.xml +++ b/sci-mathematics/agda-lib-ffi/metadata.xml @@ -3,6 +3,7 @@ haskell@gentoo.org + Gentoo Haskell Auxiliary Haskell code used by Agda's standard library. diff --git a/sci-mathematics/agda-stdlib/Manifest b/sci-mathematics/agda-stdlib/Manifest index baeaa65d8dbd..020b3fa7ab52 100644 --- a/sci-mathematics/agda-stdlib/Manifest +++ b/sci-mathematics/agda-stdlib/Manifest @@ -1,4 +1 @@ -DIST agda-stdlib-0.8.tar.gz 246158 SHA256 e8b8380bb03871ee3348aa2df32201a387ca0af02171d32ac58664f58467ed0d SHA512 5ac3bda61eb209a4db650edbbdfb96b73cb58b24e43842957696a20a93454d9846a19e4866af0b736c2c3390184223473da75277e490a6a8348531431ca27af0 WHIRLPOOL ccb5f294cb303b7d502227a6f908fa4904c56c55af1c3897753da3f39c7271cd07c292b56e030b8d80f97e6d6a8ad9f0a5fba1f22e0d169bdb4cb79e6e2db060 -DIST agda-stdlib-0.9.tar.gz 248895 SHA256 923b487876235863e4f778aa40c508984b26636d50d531f0f31ca9dc45ab3717 SHA512 aa297e250c5d98ca3f267c5ef95fc33999f9b120256c1983774d814b940a0f5952e524024908e3716af71ad544a586576c1bae6cca19e63797b1d4004ba88413 WHIRLPOOL dd200c61e91e397dfc7de8f6269edaefc20aa3daf5ead9e9fbab62468e5385481a74d5cec62df88e5c5304e06dfbd47b1870f71f70aba7fad29eceb0d836e2b1 -DIST agda-stdlib-2.4.2.3.tar.gz 252558 SHA256 bb444fb35096be277c07aa27652c24509449fee9188325bb13eaac68b91eca7d SHA512 d503fc2abd18ab8c367a1947301e0302a6ff9fcbb6376a01f016aa2ab7a9a967e5adb96c5013db1892f4acd9fab62bead11c58c4d443784aff1e42ee4ffd4aa9 WHIRLPOOL 829e5613f2e03cda80608ef0899db413c98a505c9ba595d3aacd12171fc2e30e18e72365770a85655c7670fc5d45103c3b186d2bf8d9697aebae15bc9f40feaf DIST agda-stdlib-2.4.2.5.tar.gz 253379 SHA256 9b46956e88a886cd08a8e6e83bea6115844860d7e927279abacc52e84b302b16 SHA512 b15ed5838916240c8602fe7a4bccddf43c71ab3a18ecb5a6dc85199b908e261b04cf794a4d93c90af0a9263a36603c392280639ace7fecead0c39269c2623302 WHIRLPOOL 6414b268a813309e7315d6e2ff9345efdb95d1559966f8755607045a685d4b7cf521750ac7efa8dd90001357d7c825d31589dfd2fe771d379f45d79739c7d66c diff --git a/sci-mathematics/agda-stdlib/agda-stdlib-0.8.ebuild b/sci-mathematics/agda-stdlib/agda-stdlib-0.8.ebuild deleted file mode 100644 index cc2c3416beae..000000000000 --- a/sci-mathematics/agda-stdlib/agda-stdlib-0.8.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -CABAL_FEATURES="bin" -inherit haskell-cabal elisp-common - -DESCRIPTION="Agda standard library" -HOMEPAGE="http://wiki.portal.chalmers.se/agda/" -SRC_URI="https://github.com/agda/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="profile +ffi" - -# filemanip is used in lib.cabal to make the GenerateEverything and -# AllNonAsciiChars executables, so agda-stdlib does not require a subslot -# dependency on filemanip. - -RDEPEND=">=sci-mathematics/agda-2.4:=[profile?] - =dev-haskell/filemanip-0.3*[profile?] - >=sci-mathematics/agda-executable-2.3.0.1:= - >=dev-lang/ghc-6.12.1 - ffi? ( =sci-mathematics/agda-lib-ffi-0.0.2 ) -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8.0.2 -" - -SITEFILE="50${PN}-gentoo.el" - -src_prepare() { - cabal-mksetup -} - -src_compile() { - haskell-cabal_src_compile - "${S}"/dist/build/GenerateEverything/GenerateEverything \ - || die "GenerateEverything failed" - local prof - use profile && prof="--ghc-flag=-prof" - agda +RTS -K1G -RTS ${prof} \ - -i "${S}" -i "${S}"/src "${S}"/Everything.agda || die - # Although my agda-9999 build has - # /var/tmp/portage/sci-mathematics/agda-9999/work/agda-9999/dist/build/autogen/Paths_Agda.hs - # containing: - # datadir = "/usr/share/agda-9999/ghc-7.6.1" - # it fails without the --css option like: - # /usr/share/agda-9999/ghc-7.4.1/Agda.css: copyFile: does not exist - local cssdir=$(egrep 'datadir *=' "${S}/dist/build/autogen/Paths_lib.hs" | sed -e 's@datadir = \(.*\)@\1@') - agda --html -i "${S}" -i "${S}"/src --css="${cssdir}/Agda.css" "${S}"/README.agda || die -} - -src_test() { - agda -i "${S}" -i "${S}"/src README.agda || die -} - -src_install() { - insinto usr/share/agda-stdlib - insopts --preserve-timestamps - doins -r src/* - dodoc -r html/* - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die -} diff --git a/sci-mathematics/agda-stdlib/agda-stdlib-0.9.ebuild b/sci-mathematics/agda-stdlib/agda-stdlib-0.9.ebuild deleted file mode 100644 index cc2c3416beae..000000000000 --- a/sci-mathematics/agda-stdlib/agda-stdlib-0.9.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -CABAL_FEATURES="bin" -inherit haskell-cabal elisp-common - -DESCRIPTION="Agda standard library" -HOMEPAGE="http://wiki.portal.chalmers.se/agda/" -SRC_URI="https://github.com/agda/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="profile +ffi" - -# filemanip is used in lib.cabal to make the GenerateEverything and -# AllNonAsciiChars executables, so agda-stdlib does not require a subslot -# dependency on filemanip. - -RDEPEND=">=sci-mathematics/agda-2.4:=[profile?] - =dev-haskell/filemanip-0.3*[profile?] - >=sci-mathematics/agda-executable-2.3.0.1:= - >=dev-lang/ghc-6.12.1 - ffi? ( =sci-mathematics/agda-lib-ffi-0.0.2 ) -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8.0.2 -" - -SITEFILE="50${PN}-gentoo.el" - -src_prepare() { - cabal-mksetup -} - -src_compile() { - haskell-cabal_src_compile - "${S}"/dist/build/GenerateEverything/GenerateEverything \ - || die "GenerateEverything failed" - local prof - use profile && prof="--ghc-flag=-prof" - agda +RTS -K1G -RTS ${prof} \ - -i "${S}" -i "${S}"/src "${S}"/Everything.agda || die - # Although my agda-9999 build has - # /var/tmp/portage/sci-mathematics/agda-9999/work/agda-9999/dist/build/autogen/Paths_Agda.hs - # containing: - # datadir = "/usr/share/agda-9999/ghc-7.6.1" - # it fails without the --css option like: - # /usr/share/agda-9999/ghc-7.4.1/Agda.css: copyFile: does not exist - local cssdir=$(egrep 'datadir *=' "${S}/dist/build/autogen/Paths_lib.hs" | sed -e 's@datadir = \(.*\)@\1@') - agda --html -i "${S}" -i "${S}"/src --css="${cssdir}/Agda.css" "${S}"/README.agda || die -} - -src_test() { - agda -i "${S}" -i "${S}"/src README.agda || die -} - -src_install() { - insinto usr/share/agda-stdlib - insopts --preserve-timestamps - doins -r src/* - dodoc -r html/* - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die -} diff --git a/sci-mathematics/agda-stdlib/agda-stdlib-2.4.2.3.ebuild b/sci-mathematics/agda-stdlib/agda-stdlib-2.4.2.3.ebuild deleted file mode 100644 index 3f5fb3f4ffe1..000000000000 --- a/sci-mathematics/agda-stdlib/agda-stdlib-2.4.2.3.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -CABAL_FEATURES="bin" -inherit haskell-cabal elisp-common - -DESCRIPTION="Agda standard library" -HOMEPAGE="http://wiki.portal.chalmers.se/agda/" -SRC_URI="https://github.com/agda/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="profile +ffi" - -# filemanip is used in lib.cabal to make the GenerateEverything and -# AllNonAsciiChars executables, so agda-stdlib does not require a subslot -# dependency on filemanip. - -RDEPEND="=sci-mathematics/agda-${PV}*:=[profile?] - =dev-haskell/filemanip-0.3*[profile?] - >=dev-lang/ghc-6.12.1 - ffi? ( sci-mathematics/agda-lib-ffi ) -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8.0.2 -" - -SITEFILE="50${PN}-gentoo.el" - -src_prepare() { - cabal-mksetup -} - -src_compile() { - haskell-cabal_src_compile - "${S}"/dist/build/GenerateEverything/GenerateEverything \ - || die "GenerateEverything failed" - local prof - use profile && prof="--ghc-flag=-prof" - agda +RTS -K1G -RTS ${prof} \ - -i "${S}" -i "${S}"/src "${S}"/Everything.agda || die - # Although my agda-9999 build has - # /var/tmp/portage/sci-mathematics/agda-9999/work/agda-9999/dist/build/autogen/Paths_Agda.hs - # containing: - # datadir = "/usr/share/agda-9999/ghc-7.6.1" - # it fails without the --css option like: - # /usr/share/agda-9999/ghc-7.4.1/Agda.css: copyFile: does not exist - local cssdir=$(egrep 'datadir *=' "${S}/dist/build/autogen/Paths_lib.hs" | sed -e 's@datadir = \(.*\)@\1@') - agda --html -i "${S}" -i "${S}"/src --css="${cssdir}/Agda.css" "${S}"/README.agda || die -} - -src_test() { - agda -i "${S}" -i "${S}"/src README.agda || die -} - -src_install() { - insinto usr/share/agda-stdlib - insopts --preserve-timestamps - doins -r src/* - dodoc -r html/* - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die -} diff --git a/sci-mathematics/agda/Manifest b/sci-mathematics/agda/Manifest index 7122931b491c..b67110a1de91 100644 --- a/sci-mathematics/agda/Manifest +++ b/sci-mathematics/agda/Manifest @@ -1,4 +1 @@ -DIST Agda-2.4.0.1.tar.gz 906887 SHA256 58e678b9d193e19d4e69d8899129d9ae16df08a394873af850797f03cc2cbe86 SHA512 edd56ecea83241f3cb1aca4ac1e17970acf122c323a4ff38e2b5d8e46e46b1afd90fbbd460a6674a51cbb13a7cbf3a57b489e91a92ce3e709b2fc3d659013601 WHIRLPOOL 4e94c4277e8be99bd5a513c274fd5712f1d4a3e99d1e626a3b195b9cf83f9216de62220cfb5e8298cc0f11560a9c32dc0116db3bd67c2240842fa798f733065c -DIST Agda-2.4.2.2.tar.gz 963302 SHA256 2344107654d0cb2a18dcf179ed3ea0f427839e058771ed628da64fbaed55bbc3 SHA512 62376775255099570d9eb7814de77a239d0806669ee0993283429a400c7c45ca756c6735bab85b4d3a4b82defae544364ac9107fd622f2df1ebcbded3113204d WHIRLPOOL dd220346109b7e137cca2e3b091c581b0b4ed0e23340209c7eebc48b39d807a569c984fbe1aee813d18a7f953db86e82b6a6aa7e197e6a2c5569dc311625f45f -DIST Agda-2.4.2.3.tar.gz 990268 SHA256 bc6def45e32498f51863d67acfbe048c039d630c6a36761ed27e99a5f68d7b27 SHA512 84c24c517c830128032af8de9c8ce9ed8d5333becf65e6c96d67104caae1b66fb37ae9bcdff8f42a3e2997f4dcef2f4ea5addd7c94c45a0533c833da9af4d55a WHIRLPOOL ccef337495a5bc6d4272821700126a793ac0cac8b0ebbef44be478b725545797959c0edba910b5e2b68076e7c5c01e98580ea40016d02b268960dfba5f62a24a DIST Agda-2.4.2.5.tar.gz 1031427 SHA256 959658a372d93b735d92191b372d221461026c98de4f92e56d198b576dfb67ee SHA512 c2e090a42f699200854c20dad868b4b67e99107f0cdbba20ed268f4618fcf80068ee31db37e4b6637f73128d9f652ef9276d8f7adea54628da759d79f5e4f4a2 WHIRLPOOL dd2d579242b395835a25910409df1eacaa5c7253a43d7cd6fbeb51146df5252ef2f255d063d15c5cc6bd3fab9e568a60b798539c4f73747411f31919970dee1e diff --git a/sci-mathematics/agda/agda-2.4.0.1.ebuild b/sci-mathematics/agda/agda-2.4.0.1.ebuild deleted file mode 100644 index a278e74af5d6..000000000000 --- a/sci-mathematics/agda/agda-2.4.0.1.ebuild +++ /dev/null @@ -1,124 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -# ebuild generated by hackport 0.4.2.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal elisp-common - -MY_PN="Agda" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A dependently typed functional programming language and proof assistant" -HOMEPAGE="http://wiki.portal.chalmers.se/agda/" -SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="epic +stdlib" - -RDEPEND=">=dev-haskell/binary-0.6:=[profile?] =dev-haskell/boxes-0.1.3:=[profile?] =dev-haskell/equivalence-0.2.3:=[profile?] =dev-haskell/geniplate-0.6.0.3:=[profile?] =dev-haskell/hashtables-1.0:=[profile?] =dev-haskell/haskeline-0.7:=[profile?] =dev-haskell/haskell-src-exts-1.9.6:=[profile?] =dev-haskell/mtl-2.1.1:=[profile?] =dev-haskell/quickcheck-2.7.5:2=[profile?] =dev-haskell/stmonadtrans-0.3.2:=[profile?] =dev-haskell/strict-0.3.2:=[profile?] =dev-haskell/text-0.11:=[profile?] =dev-haskell/transformers-0.3:=[profile?] =dev-haskell/unordered-containers-0.2:=[profile?] =dev-haskell/xhtml-3000.2:=[profile?] =dev-haskell/zlib-0.4.0.1:=[profile?] =dev-lang/ghc-7.4.1:= - || ( ( >=dev-haskell/hashable-1.1.2.3:=[profile?] =dev-haskell/hashable-1.2.1.0:=[profile?] =dev-lang/epic-0.1.13:=[profile?] = 2.1.1 && < 2.2' 'mtl >= 2.1.1 && < 2.3' \ - 'transformers == 0.3.*' 'transformers >= 0.3 && < 0.5' - - sed -e '/.*emacs-mode.*$/d' \ - -i "${S}/${MY_PN}.cabal" \ - || die "Could not remove agda-mode from ${MY_PN}.cabal" - - if use epic && use stdlib; then - ewarn "Note that the agda-stdlib README:" - ewarn "http://www.cse.chalmers.se/~nad/listings/lib/README.html" - ewarn 'says: "Currently the library does not support the Epic or JavaScript compiler' - ewarn 'backends." Hence you may wish to remove the epic use flag if you wish to use' - ewarn "the Agda standard library." - fi - sed -e 's@-Werror@@g' \ - -i "${S}/${MY_PN}.cabal" \ - || die "sed to remove -Werror failed" - sed -e '/, "-Werror"/d' \ - -i "${S}/src/full/Agda/Compiler/MAlonzo/Compiler.hs" \ - || die "sed to remove -Werror from Compiler.hs failed" -} - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag epic epic) -} - -src_compile() { - BYTECOMPFLAGS="-L ./src/data/emacs-mode" - elisp-compile src/data/emacs-mode/*.el \ - || die "Failed to compile emacs mode" - haskell-cabal_src_compile -} - -src_install() { - local add="${ED}"/usr/share/"${P}/ghc-$(ghc-version)" - - haskell-cabal_src_install - - # generate Primitive.agdai, emulate Setup.hs postinst phase - Agda_datadir="${add}" \ - "${ED}"/usr/bin/agda "${add}"/lib/prim/Agda/Primitive.agda - - rm "${ED}"/usr/bin/agda-mode || die - # lives in sci-mathematics/agda-executable - rm "${ED}"/usr/bin/agda || die - - elisp-install ${PN} src/data/emacs-mode/*.el \ - || die "Failed to install emacs mode" - elisp-site-file-install "${FILESDIR}/${SITEFILE}" \ - || die "Failed to install elisp site file" -} - -pkg_postinst() { - ghc-package_pkg_postinst - elisp-site-regen -} - -pkg_postrm() { - ghc-package_pkg_prerm - elisp-site-regen -} diff --git a/sci-mathematics/agda/agda-2.4.2.2-r1.ebuild b/sci-mathematics/agda/agda-2.4.2.2-r1.ebuild deleted file mode 100644 index 06034efa7e6a..000000000000 --- a/sci-mathematics/agda/agda-2.4.2.2-r1.ebuild +++ /dev/null @@ -1,128 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -# ebuild generated by hackport 0.4.4.9999 - -CABAL_FEATURES="bin lib profile haddock hoogle hscolour" -inherit haskell-cabal elisp-common - -MY_PN="Agda" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A dependently typed functional programming language and proof assistant" -HOMEPAGE="http://wiki.portal.chalmers.se/agda/" -SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="+cpphs epic +stdlib" - -RDEPEND=">=dev-haskell/binary-0.6:=[profile?] =dev-haskell/boxes-0.1.3:=[profile?] =dev-haskell/equivalence-0.2.5:=[profile?] =dev-haskell/geniplate-0.6.0.3:=[profile?] =dev-haskell/hashtables-1.0:=[profile?] =dev-haskell/haskeline-0.7:=[profile?] =dev-haskell/haskell-src-exts-1.9.6:=[profile?] =dev-haskell/quickcheck-2.7.5:2=[profile?] =dev-haskell/stmonadtrans-0.3.2:=[profile?] =dev-haskell/strict-0.3.2:=[profile?] =dev-haskell/text-0.11:=[profile?] =dev-haskell/unordered-containers-0.2:=[profile?] =dev-haskell/xhtml-3000.2:=[profile?] =dev-haskell/zlib-0.4.0.1:=[profile?] =dev-lang/ghc-7.4.1:= - || ( ( >=dev-haskell/hashable-1.1.2.3:=[profile?] =dev-haskell/hashable-1.2.1.0:=[profile?] =dev-haskell/mtl-2.1.1:=[profile?] <=dev-haskell/mtl-2.1.3.1:=[profile?] ) - ( >=dev-haskell/mtl-2.2.1:=[profile?] =dev-haskell/transformers-0.3:=[profile?] =dev-haskell/transformers-0.4.1.0:=[profile?] =dev-lang/epic-0.1.13:=[profile?] = 1.0 && < 1.2' 'hashtables >= 1.0 && < 1.3' \ - 'cpphs >= 1.18.6 && < 1.19' 'cpphs >= 1.18.6 && < 1.20' - - sed -e '/.*emacs-mode.*$/d' \ - -i "${S}/${MY_PN}.cabal" \ - || die "Could not remove agda-mode from ${MY_PN}.cabal" - - if use epic && use stdlib; then - ewarn "Note that the agda-stdlib README:" - ewarn "http://www.cse.chalmers.se/~nad/listings/lib/README.html" - ewarn 'says: "Currently the library does not support the Epic or JavaScript compiler' - ewarn 'backends." Hence you may wish to remove the epic use flag if you wish to use' - ewarn "the Agda standard library." - fi - sed -e 's@-Werror@@g' \ - -i "${S}/${MY_PN}.cabal" \ - || die "sed to remove -Werror failed" - sed -e '/, "-Werror"/d' \ - -i "${S}/src/full/Agda/Compiler/MAlonzo/Compiler.hs" \ - || die "sed to remove -Werror from Compiler.hs failed" -} - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag cpphs cpphs) \ - $(cabal_flag epic epic) -} - -src_compile() { - BYTECOMPFLAGS="-L ./src/data/emacs-mode" - elisp-compile src/data/emacs-mode/*.el \ - || die "Failed to compile emacs mode" - haskell-cabal_src_compile -} - -src_install() { - local add="${ED}"/usr/share/"${P}/ghc-$(ghc-version)" - - haskell-cabal_src_install - - # generate Primitive.agdai, emulate Setup.hs postinst phase - Agda_datadir="${add}" \ - "${ED}"/usr/bin/agda "${add}"/lib/prim/Agda/Primitive.agda - - rm "${ED}"/usr/bin/agda-mode || die - # lives in sci-mathematics/agda-executable - rm "${ED}"/usr/bin/agda || die - - elisp-install ${PN} src/data/emacs-mode/*.el \ - || die "Failed to install emacs mode" - elisp-site-file-install "${FILESDIR}/${SITEFILE}" \ - || die "Failed to install elisp site file" -} - -pkg_postinst() { - ghc-package_pkg_postinst - elisp-site-regen -} - -pkg_postrm() { - ghc-package_pkg_prerm - elisp-site-regen -} diff --git a/sci-mathematics/agda/agda-2.4.2.3-r1.ebuild b/sci-mathematics/agda/agda-2.4.2.3-r1.ebuild deleted file mode 100644 index b6457e53505a..000000000000 --- a/sci-mathematics/agda/agda-2.4.2.3-r1.ebuild +++ /dev/null @@ -1,116 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -# ebuild generated by hackport 0.4.5.9999 - -CABAL_FEATURES="bin lib profile haddock hoogle hscolour" -inherit haskell-cabal elisp-common - -MY_PN="Agda" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A dependently typed functional programming language and proof assistant" -HOMEPAGE="http://wiki.portal.chalmers.se/agda/" -SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="+cpphs +stdlib" - -RDEPEND=">=dev-haskell/base-orphans-0.3.1:=[profile?] =dev-haskell/binary-0.6:=[profile?] =dev-haskell/boxes-0.1.3:=[profile?] =dev-haskell/data-hash-0.2.0.0:=[profile?] =dev-haskell/edit-distance-0.2.1.2:=[profile?] =dev-haskell/equivalence-0.2.5:=[profile?] =dev-haskell/geniplate-mirror-0.6.0.6:=[profile?] =dev-haskell/haskeline-0.7:=[profile?] =dev-haskell/haskell-src-exts-1.16.0.1:=[profile?] =dev-haskell/old-time-1.1.0.0:=[profile?] =dev-haskell/parallel-3.2.0.4:=[profile?] =dev-haskell/quickcheck-2.8:2=[profile?] =dev-haskell/strict-0.3.2:=[profile?] =dev-haskell/text-0.11:=[profile?] =dev-haskell/transformers-compat-0.3.3.2:=[profile?] =dev-haskell/unordered-containers-0.2:=[profile?] =dev-haskell/xhtml-3000.2:=[profile?] =dev-haskell/zlib-0.4.0.1:=[profile?] =dev-lang/ghc-7.4.1:= - || ( ( >=dev-haskell/hashable-1.1.2.3:=[profile?] =dev-haskell/hashable-1.2.1.0:=[profile?] =dev-haskell/hashtables-1.0:=[profile?] =dev-haskell/hashtables-1.2.0.2:=[profile?] =dev-haskell/mtl-2.1.1:=[profile?] <=dev-haskell/mtl-2.1.3.1:=[profile?] ) - ( >=dev-haskell/mtl-2.2.1:=[profile?] =dev-haskell/transformers-0.3:=[profile?] =dev-haskell/transformers-0.4.1.0:=[profile?] = 0.2.0.0 && < 0.3' \ - 'geniplate-mirror >= 0.6.0.6 && < 0.7' 'geniplate-mirror >= 0.6.0.6 && < 0.8' - sed -e '/.*emacs-mode.*$/d' \ - -i "${S}/${MY_PN}.cabal" \ - || die "Could not remove agda-mode from ${MY_PN}.cabal" -} - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag cpphs cpphs) -} - -src_compile() { - BYTECOMPFLAGS="-L ./src/data/emacs-mode" - elisp-compile src/data/emacs-mode/*.el \ - || die "Failed to compile emacs mode" - haskell-cabal_src_compile -} - -src_test() { - export LD_LIBRARY_PATH="${S}/dist/build${LD_LIBRARY_PATH+:}${LD_LIBRARY_PATH}" - - dist/build/agda/agda --test +RTS -M1g || die -} - -src_install() { - local add="${ED}"/usr/share/"${P}/ghc-$(ghc-version)" - - haskell-cabal_src_install - - # generate Primitive.agdai, emulate Setup.hs postinst phase - Agda_datadir="${add}" \ - "${ED}"/usr/bin/agda "${add}"/lib/prim/Agda/Primitive.agda - - elisp-install ${PN} src/data/emacs-mode/*.el \ - || die "Failed to install emacs mode" - elisp-site-file-install "${FILESDIR}/${SITEFILE}" \ - || die "Failed to install elisp site file" -} - -pkg_postinst() { - elisp-site-regen -} - -pkg_postrm() { - elisp-site-regen -} diff --git a/sci-mathematics/agda/agda-2.4.2.3-r3.ebuild b/sci-mathematics/agda/agda-2.4.2.3-r3.ebuild deleted file mode 100644 index f3ca8c3518da..000000000000 --- a/sci-mathematics/agda/agda-2.4.2.3-r3.ebuild +++ /dev/null @@ -1,119 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -# ebuild generated by hackport 0.4.5.9999 - -CABAL_FEATURES="bin lib profile haddock hoogle hscolour" -inherit haskell-cabal elisp-common - -MY_PN="Agda" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A dependently typed functional programming language and proof assistant" -HOMEPAGE="http://wiki.portal.chalmers.se/agda/" -SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="+cpphs +stdlib" - -RDEPEND=">=dev-haskell/base-orphans-0.3.1:=[profile?] =dev-haskell/binary-0.6:=[profile?] =dev-haskell/boxes-0.1.3:=[profile?] =dev-haskell/data-hash-0.2.0.0:=[profile?] =dev-haskell/edit-distance-0.2.1.2:=[profile?] =dev-haskell/equivalence-0.2.5:=[profile?] =dev-haskell/geniplate-mirror-0.6.0.6:=[profile?] =dev-haskell/haskeline-0.7:=[profile?] =dev-haskell/haskell-src-exts-1.16.0.1:=[profile?] =dev-haskell/old-time-1.1.0.0:=[profile?] =dev-haskell/parallel-3.2.0.4:=[profile?] =dev-haskell/quickcheck-2.8:2=[profile?] =dev-haskell/strict-0.3.2:=[profile?] =dev-haskell/text-0.11:=[profile?] =dev-haskell/transformers-compat-0.3.3.2:=[profile?] =dev-haskell/unordered-containers-0.2:=[profile?] =dev-haskell/xhtml-3000.2:=[profile?] =dev-haskell/zlib-0.4.0.1:=[profile?] =dev-lang/ghc-7.4.1:= - || ( ( >=dev-haskell/hashable-1.1.2.3:=[profile?] =dev-haskell/hashable-1.2.1.0:=[profile?] =dev-haskell/hashtables-1.0:=[profile?] =dev-haskell/hashtables-1.2.0.2:=[profile?] =dev-haskell/mtl-2.1.1:=[profile?] <=dev-haskell/mtl-2.1.3.1:=[profile?] ) - ( >=dev-haskell/mtl-2.2.1:=[profile?] =dev-haskell/transformers-0.3:=[profile?] =dev-haskell/transformers-0.4.1.0:=[profile?] = 0.3.1 && < 0.4' 'base-orphans >= 0.3.1 && < 0.5' \ - 'data-hash == 0.2.0.0' 'data-hash >= 0.2.0.0 && < 0.3' \ - 'geniplate-mirror >= 0.6.0.6 && < 0.7' 'geniplate-mirror >= 0.6.0.6 && < 0.8' - sed -e '/.*emacs-mode.*$/d' \ - -i "${S}/${MY_PN}.cabal" \ - || die "Could not remove agda-mode from ${MY_PN}.cabal" -} - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag cpphs cpphs) -} - -src_compile() { - BYTECOMPFLAGS="-L ./src/data/emacs-mode" - elisp-compile src/data/emacs-mode/*.el \ - || die "Failed to compile emacs mode" - haskell-cabal_src_compile -} - -src_test() { - export LD_LIBRARY_PATH="${S}/dist/build${LD_LIBRARY_PATH+:}${LD_LIBRARY_PATH}" - - dist/build/agda/agda --test +RTS -M1g || die -} - -src_install() { - local add="${ED}"/usr/share/"${P}/ghc-$(ghc-version)" - - haskell-cabal_src_install - - export LD_LIBRARY_PATH="${S}/dist/build${LD_LIBRARY_PATH+:}${LD_LIBRARY_PATH}" - # generate Primitive.agdai, emulate Setup.hs postinst phase - Agda_datadir="${add}" \ - "${ED}"/usr/bin/agda "${add}"/lib/prim/Agda/Primitive.agda \ - || die "Failed to build 'Primitive.agdai'" - - elisp-install ${PN} src/data/emacs-mode/*.el \ - || die "Failed to install emacs mode" - elisp-site-file-install "${FILESDIR}/${SITEFILE}" \ - || die "Failed to install elisp site file" -} - -pkg_postinst() { - elisp-site-regen -} - -pkg_postrm() { - elisp-site-regen -} diff --git a/sci-mathematics/agda/agda-2.4.2.3-r2.ebuild b/sci-mathematics/agda/agda-2.4.2.5-r2.ebuild similarity index 51% rename from sci-mathematics/agda/agda-2.4.2.3-r2.ebuild rename to sci-mathematics/agda/agda-2.4.2.5-r2.ebuild index b163a57ee0ef..56ea734a81a7 100644 --- a/sci-mathematics/agda/agda-2.4.2.3-r2.ebuild +++ b/sci-mathematics/agda/agda-2.4.2.5-r2.ebuild @@ -4,7 +4,7 @@ EAPI=5 -# ebuild generated by hackport 0.4.5.9999 +# ebuild generated by hackport 0.4.6.9999 CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal elisp-common @@ -19,44 +19,39 @@ SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" -IUSE="+cpphs +stdlib" +IUSE="+cpphs +stdlib emacs" -RDEPEND=">=dev-haskell/base-orphans-0.3.1:=[profile?] =dev-haskell/binary-0.6:=[profile?] = 0.3.1 && < 0.4' 'base-orphans >= 0.3.1 && < 0.5' \ - 'data-hash == 0.2.0.0' 'data-hash >= 0.2.0.0 && < 0.3' \ - 'geniplate-mirror >= 0.6.0.6 && < 0.7' 'geniplate-mirror >= 0.6.0.6 && < 0.8' + epatch "${FILESDIR}"/${P}-hashtables.patch + sed -e '/.*emacs-mode.*$/d' \ -i "${S}/${MY_PN}.cabal" \ || die "Could not remove agda-mode from ${MY_PN}.cabal" + sed -e '/^executable agda-mode$/a \ \ buildable: False' \ + -i "${S}/${MY_PN}.cabal" \ + || die "Could not remove agda-mode executable from ${MY_PN}.cabal" + + cabal_chdeps \ + 'zlib >= 0.4.0.1 && < 0.6.1' 'zlib >= 0.4.0.1' \ + 'transformers-compat >= 0.3.3.3 && < 0.5' 'transformers-compat >= 0.3.3.3' } src_configure() { @@ -81,9 +81,11 @@ src_configure() { } src_compile() { - BYTECOMPFLAGS="-L ./src/data/emacs-mode" - elisp-compile src/data/emacs-mode/*.el \ - || die "Failed to compile emacs mode" + if use emacs; then + BYTECOMPFLAGS="-L ./src/data/emacs-mode" + elisp-compile src/data/emacs-mode/*.el \ + || die "Failed to compile emacs mode" + fi haskell-cabal_src_compile } @@ -104,16 +106,24 @@ src_install() { "${ED}"/usr/bin/agda "${add}"/lib/prim/Agda/Primitive.agda \ || die "Failed to build 'Primitive.agdai'" - elisp-install ${PN} src/data/emacs-mode/*.el \ - || die "Failed to install emacs mode" - elisp-site-file-install "${FILESDIR}/${SITEFILE}" \ - || die "Failed to install elisp site file" + if use emacs; then + elisp-install ${PN} src/data/emacs-mode/*.el \ + || die "Failed to install emacs mode" + elisp-site-file-install "${FILESDIR}/${SITEFILE}" \ + || die "Failed to install elisp site file" + fi } pkg_postinst() { - elisp-site-regen + haskell-cabal_pkg_postinst + if use emacs; then + elisp-site-regen + fi } pkg_postrm() { - elisp-site-regen + haskell-cabal_pkg_postrm + if use emacs; then + elisp-site-regen + fi } diff --git a/sci-mathematics/agda/files/agda-make_install.patch b/sci-mathematics/agda/files/agda-make_install.patch deleted file mode 100644 index 0d008acd436b..000000000000 --- a/sci-mathematics/agda/files/agda-make_install.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- Agda-1.1-cvs20050601/src/Makefile.in.old 2006-07-12 14:47:06.000000000 +0200 -+++ Agda-1.1-cvs20050601/src/Makefile.in 2006-07-12 14:47:25.000000000 +0200 -@@ -74,10 +74,9 @@ - - install_bin: emacsagda agdachecker - ${INSTALL} -d ${destdir}/bin/ -+ ${INSTALL} -d ${bindir} - cp emacsagda ${destdir}/bin/emacsagda-${VERSION} -- -rm ${destdir}/bin/emacsagda - (cd ${destdir}/bin; ln -s emacsagda-${VERSION} emacsagda) -- -(cd ${bindir}; ln -s ${destdir}/bin/emacsagda emacsagda) - # No more energy to create variants - ${INSTALL} agdachecker ${bindir} - diff --git a/sci-mathematics/agda/metadata.xml b/sci-mathematics/agda/metadata.xml index bd5064db6021..ea96b9e3cce7 100644 --- a/sci-mathematics/agda/metadata.xml +++ b/sci-mathematics/agda/metadata.xml @@ -17,7 +17,6 @@ Use cpphs instead of cpp. - Add support for the epic compiler. Install the standard library. diff --git a/sci-mathematics/wxmaxima/Manifest b/sci-mathematics/wxmaxima/Manifest index 58e93aca5f9a..15147d2999ce 100644 --- a/sci-mathematics/wxmaxima/Manifest +++ b/sci-mathematics/wxmaxima/Manifest @@ -1,3 +1,4 @@ DIST wxMaxima-13.04.2.tar.gz 1652680 SHA256 29352db75dd3ff27393ab0971543fd0b3c3a9c330c2c8d07ebfd373741ded4eb SHA512 36d035282aca8d40d9f5950c21e8e3abe8d3a76ffbb91f6436a3588e252ca2455c4c1c4e5eed4111888f917406ac758f551198ca97acb67bcc6655e579db20aa WHIRLPOOL 7579a5d7b72e0c10f9162b92da03b2f4f51052cf8800fc0c01312718cfc31c0d8ff608aff6f873e07b46247a2c2ad7dc666e0e469dda1f1a8e8af52629a6e69d DIST wxmaxima-15.04.0.tar.gz 4990313 SHA256 c178067a2f75d91dd378f88b4d0f87af6b2705ca32bea509d63e7347b2a1d21e SHA512 1a899259698da38f97a1859ba0526406cbc654a130dc1d18e01cf248ac4d7292c82cb00dd92ce2fac2c3cfc002788fdef0a6a4f95eca54b9096efc73c6aa45b7 WHIRLPOOL 225456c073b1aa87d2e599b9c63244ff7c97378fb6b5a60fcb8730655d193a0f032b27a1264e12eefb4abf08389f2337a11c380b6d89af2de9a4fb6e14f614dc DIST wxmaxima-15.08.2.tar.gz 5592673 SHA256 7ad3f018e42d15d06bee5af10053edb72e441c1d1feee318dc6eb927db6a26c5 SHA512 a537c49477f54df4fd9e4e42a5e0d0d740f1ede817d807a98b7cec877a3ad77b2be0a61ae487a7fa5beb193b112eca163b8873292ecab5acf118d58a91e91af6 WHIRLPOOL a4df36704bbd33f841ddf3b9651662a092708850cdc637e6f6bfabc195c1e7e34dd66e14d92ee1cba69f3810bc74a4295837709d38bf6d6ce83b81d7776a3b9a +DIST wxmaxima-16.04.0.tar.gz 5177673 SHA256 d49cd1ff6bfccda13f766c9f712445d0c49008dfdfabe514759f5434676fe17e SHA512 5d1884b106528e0a4be18a734ac248287c86f691ea56399c38bef35c902440f0e0b66afd4f015d9c08f47435eb150bd2daac421cd0c65119adf8590337f12aee WHIRLPOOL 2dc2c14481937c3b0589ef8a4fba9b04340250d39e0f833ae0ff65f091b989bbea0254b574ce5ea75f0aeeab37d5864d27d10e26f5acc86dbd8faafe6652e2bc diff --git a/sci-mathematics/wxmaxima/wxmaxima-16.04.0.ebuild b/sci-mathematics/wxmaxima/wxmaxima-16.04.0.ebuild new file mode 100644 index 000000000000..1e052291633c --- /dev/null +++ b/sci-mathematics/wxmaxima/wxmaxima-16.04.0.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +WX_GTK_VER="3.0" + +inherit eutils gnome2-utils wxwidgets fdo-mime + +DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit" +HOMEPAGE="http://andrejv.github.io/wxmaxima/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +DEPEND=" + dev-libs/libxml2:2 + x11-libs/wxGTK:${WX_GTK_VER}" +RDEPEND="${DEPEND} + media-fonts/jsmath + sci-visualization/gnuplot[wxwidgets] + sci-mathematics/maxima" + +src_prepare() { + local i + + # consistent package names + sed -e "s:\${datadir}/wxMaxima:\${datadir}/${PN}:g" \ + -i Makefile.in data/Makefile.in test/Makefile.in || die "sed failed" + + sed -e 's:share/wxMaxima:share/wxmaxima:g' \ + -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Dirstructure.cpp src/Dirstructure.h \ + || die "sed failed" + + # correct gettext behavior + if [[ -n "${LINGUAS+x}" ]] ; then + for i in $(cd "${S}"/locales ; echo *.mo) ; do + if ! has ${i%.mo} ${LINGUAS} ; then + sed -i \ + -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \ + -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \ + locales/Makefile.in || die + fi + done + fi +} + +src_configure() { + econf \ + --enable-printing \ + --with-wx-config=${WX_CONFIG} +} + +src_install () { + default + doicon -s 128 data/wxmaxima.png + make_desktop_entry wxmaxima wxMaxima wxmaxima + dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update + fdo-mime_desktop_database_update +} + +pkg_postrm() { + gnome2_icon_cache_update + fdo-mime_desktop_database_update +} diff --git a/sys-apps/dbus/dbus-1.10.8-r1.ebuild b/sys-apps/dbus/dbus-1.10.8-r1.ebuild index dd38eb2b9c1c..97e1f308d10d 100644 --- a/sys-apps/dbus/dbus-1.10.8-r1.ebuild +++ b/sys-apps/dbus/dbus-1.10.8-r1.ebuild @@ -255,14 +255,14 @@ pkg_postinst() { fi if use user-session; then - ewarn "You have enabled used-session, please note this can cause" - ewarn "bogus behaviors in several DBUS consumers due to they" - ewarn "not being prepared for this dbus activation method yet" + ewarn "You have enabled user-session. Please note this can cause" + ewarn "bogus behaviors in several dbus consumers that are not prepared" + ewarn "for this dbus activation method yet." ewarn - ewarn "Please take a look to the following link for understanding" - ewarn "the change:" + ewarn "See the following link for background on this change:" ewarn "https://lists.freedesktop.org/archives/systemd-devel/2015-January/027711.html" - ewarn "You can also take a look to the already known issues at:" + ewarn + ewarn "Known issues are tracked here:" ewarn "https://bugs.gentoo.org/show_bug.cgi?id=576028" fi } diff --git a/sys-apps/hdparm/hdparm-9.48.ebuild b/sys-apps/hdparm/hdparm-9.48.ebuild index ffbc85a88fc3..6a777fda7a6d 100644 --- a/sys-apps/hdparm/hdparm-9.48.ebuild +++ b/sys-apps/hdparm/hdparm-9.48.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/hdparm/${P}.tar.gz" LICENSE="BSD GPL-2" # GPL-2 only SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" IUSE="static" src_prepare() { diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest index 1740c5bc95a8..ba79720f7e15 100644 --- a/sys-kernel/git-sources/Manifest +++ b/sys-kernel/git-sources/Manifest @@ -1,2 +1,3 @@ DIST linux-4.5.tar.xz 88375040 SHA256 a40defb401e01b37d6b8c8ad5c1bbab665be6ac6310cdeed59950c96b31a519c SHA512 cb0d5f30baff37dfea40fbc1119a1482182f95858c883e019ee3f81055c8efbdb9dba7dfc02ebcc4216db38f03ece58688e69efc0fce1dade359af30bd5426de WHIRLPOOL 8faa0b02c5733fc45dbe61f82a7022e9246b9b1665f27541d4afa5d14c310b9dce7a8532dfac8273898edf8c6923654ee2fbcf2cec1ec2a220f4c9f926f2b333 DIST patch-4.6-rc1.xz 6426024 SHA256 a1b27b783b720faea7b188e3b2c010fe1833155df7e0b5adabb05641e02e075a SHA512 6c7436dcf559a65f3a03c96008b5c5d3e7eb24436a0493962e716eff392b28450bd3332c70711c9dae46f96680593c9abd0cccccaaf6d153d065c81b1a9c41b3 WHIRLPOOL 2141c1fedb71850e190bb3f203e9b4f07a6197d475b7faa878a6dc9c6a3a2b68c3decf5c28d0b4da1bf0c4c53610a2e52e0132cd7829ebfff94f604ffa155093 +DIST patch-4.6-rc2.xz 6078920 SHA256 386e1945510a0635cde0598d49b6624c8753b3bab1c9bf6fa8ce7efb88d1f289 SHA512 7d35c909f8981985760744d3dfd7e66a5790e35302ffbfc8c8f37ede88a1f60e5f0b725c26e8a2708ed7ebc90a83113089fa0235d6c892fc0bfbe9bfa780a0c7 WHIRLPOOL af2ccc138a24074b2b1664c7ce25b6df0f2a013172293ff2c997c7a6e4f2b0eef1a10c489e6c9fd87bbc32344f35605b6dac44aaf9211518a89cad7d8ceeb279 diff --git a/sys-kernel/git-sources/git-sources-4.6_rc2.ebuild b/sys-kernel/git-sources/git-sources-4.6_rc2.ebuild new file mode 100644 index 000000000000..af024fbe50b0 --- /dev/null +++ b/sys-kernel/git-sources/git-sources-4.6_rc2.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +UNIPATCH_STRICTORDER="yes" +K_NOUSENAME="yes" +K_NOSETEXTRAVERSION="yes" +K_NOUSEPR="yes" +K_SECURITY_UNSUPPORTED="yes" +K_BASE_VER="4.5" +K_EXP_GENPATCHES_NOUSE="1" +ETYPE="sources" +CKV="${PVR/-r/-git}" + +# only use this if it's not an _rc/_pre release +[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}" +inherit kernel-2 +detect_version + +DESCRIPTION="The very latest -git version of the Linux kernel" +HOMEPAGE="https://www.kernel.org" +SRC_URI="${KERNEL_URI}" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and +experimental nature. If you have any issues, try a matching vanilla-sources +ebuild -- if the problem is not there, please contact the upstream kernel +developers at https://bugzilla.kernel.org and on the linux-kernel mailing list to +report the problem so it can be fixed in time for the next kernel release." + +RDEPEND="" +DEPEND="${RDEPEND} + >=sys-devel/patch-2.7.4" + +pkg_postinst() { + postinst_sources +} diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest index 02ea104ac203..0e1120501c87 100644 --- a/sys-kernel/rt-sources/Manifest +++ b/sys-kernel/rt-sources/Manifest @@ -25,4 +25,5 @@ DIST patch-4.1.20.xz 615912 SHA256 c9cb7370fe790df645a13967919628e5bcf1ff333f334 DIST patch-4.4.4-rt11.patch.xz 178812 SHA256 819505e059c12bc3c37bb38011fa3c2fa7c554a29bbdd7a02b473a1ec2757c4f SHA512 fe2df5f4a3fe86feb68d2f81e8cb969f9f425d4c8e34da1ace8aa54c4bb3f1e5ccc3622990f385be526116228adbc2dadc62eb1ed61101d2a437bb413257df64 WHIRLPOOL acf9ee1fddf68b1e83c9c55c4d33cbf9d29119a2107d7e6d71a901fca6ae0ec60fdebfaff8acaae835fd1956ca0ec136d5c7acafc0903413334a7759ad6723e4 DIST patch-4.4.4.xz 200972 SHA256 9061d8f57cc25d760387c4e6b7d5cceacaa808e8784a3e478012e7c2949853c8 SHA512 c206af7803cb0915fbe2bd27ed33282452db3fbd3070c73e4c7147443efd3c7588fb3be12d0abc08742381fbe892190602b29147684630aa9e6ff5e9efa49dbc WHIRLPOOL e6a004e32eecca1507354f97d3de85a07c1b9512fe3d4d87173e6d39c02ef1c2411abd0c26b6a077cd5eaefde11dd201445f72b9a0cf185e76635bdcc36df8dd DIST patch-4.4.6-rt12.patch.xz 178792 SHA256 832923e29dbeed8f622ad84a4922b4f56a02b07c0ae0cb6dfb2be92d2a952b48 SHA512 701db0b22988318163ca392f8dcfc198a98ce29c68704b0584e43c109380a4e8d5e16828bd08ba7b5833bf2c3b0bc42723e0375045e5f06958703bf0c028b781 WHIRLPOOL 766840d7307cdd09836e8eb78a1a6cc5b0423a39876d4d820b88f4d4326e1ce463292742c9b742756e6d336a91ce1ba2f1143226ffbff5fc9ff7a3955782757f +DIST patch-4.4.6-rt13.patch.xz 183168 SHA256 7e3f24585066e915b6da25183458285e44a9262ca407502cceebe5f73c23be45 SHA512 44be94594a31de16efab3481a8c005d7c0924dcf1cb02eeea9a519791249b15d4d76d1f347b21f70f52329c536ae634f1e442bf6dbdf2e7afc9ce591c41854ca WHIRLPOOL 88d5c40ad7d9bf94c6890c1a9bf6c4cf83b6c112fe7e941e5abfd2e161419147be6341b34bf8f5d3c508e09922a63f1ce6a17ed457fd90d884fc0c2b9c096235 DIST patch-4.4.6.xz 236492 SHA256 efea93ff30955d445344a83c36678fa8e64111219eeafea2a41fd4ee11f79d68 SHA512 73da057476eb31d818eed4b66c883f5ceec65f18ec8ea60d64e48334c7681af4ed4cf7eb8684481f705446a59fd124de9449d22e28805bc9617b6608ecec491d WHIRLPOOL dfd28d1c53887c5d1efb2ff763044ea5da58c276e4d1b1035f7796068aaee2fd603cf100ee1f1c03d88bf50451244f082ab60db04efc735eb31f44c52ec9ff94 diff --git a/sys-kernel/rt-sources/rt-sources-4.4.6_p13.ebuild b/sys-kernel/rt-sources/rt-sources-4.4.6_p13.ebuild new file mode 100644 index 000000000000..8352c29f5b71 --- /dev/null +++ b/sys-kernel/rt-sources/rt-sources-4.4.6_p13.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +ETYPE="sources" +KEYWORDS="~amd64" + +HOMEPAGE="https://www.kernel.org/pub/linux/kernel/projects/rt/" + +inherit versionator + +CKV="$(get_version_component_range 1-3)" +K_SECURITY_UNSUPPORTED="yes" +K_DEBLOB_AVAILABLE="1" +RT_PATCHSET="${PV/*_p}" + +inherit kernel-2 +detect_version + +K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}" +RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz" +RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \ + mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}" + +DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the CONFIG_PREEMPT_RT patch" +SRC_URI="${KERNEL_URI} ${RT_URI}" + +KV_FULL="${PVR/_p/-rt}" +S="${WORKDIR}/linux-${KV_FULL}" + +UNIPATCH_LIST="${DISTDIR}/${RT_FILE}" +UNIPATCH_STRICTORDER="yes" + +pkg_postinst(){ + + ewarn + ewarn "${PN} are *not* supported by the Gentoo Kernel Project in any way." + ewarn "If you need support, please contact the RT project developers directly." + ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with" + ewarn "the ebuilds." + ewarn +} + +K_EXTRAEINFO="For more info on rt-sources and details on how to report problems, see: \ +${HOMEPAGE}." diff --git a/sys-libs/binutils-libs/binutils-libs-2.25.1-r2.ebuild b/sys-libs/binutils-libs/binutils-libs-2.25.1-r2.ebuild index 0e84bd7ee669..1d0a21c0e19c 100644 --- a/sys-libs/binutils-libs/binutils-libs-2.25.1-r2.ebuild +++ b/sys-libs/binutils-libs/binutils-libs-2.25.1-r2.ebuild @@ -19,7 +19,7 @@ SRC_URI="mirror://gnu/binutils/${MY_P}.tar.bz2 LICENSE="|| ( GPL-3 LGPL-3 )" # The shared lib SONAMEs use the ${PV} in them. SLOT="0/${PV}" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd -sparc-fbsd ~x86-fbsd ~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 ~amd64-fbsd -sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="64-bit-bfd multitarget nls static-libs zlib" COMMON_DEPEND="zlib? ( sys-libs/zlib[${MULTILIB_USEDEP}] )" diff --git a/sys-libs/nss_wrapper/nss_wrapper-1.1.3.ebuild b/sys-libs/nss_wrapper/nss_wrapper-1.1.3.ebuild index fb9693b9b5cf..0dd21a0b96b0 100644 --- a/sys-libs/nss_wrapper/nss_wrapper-1.1.3.ebuild +++ b/sys-libs/nss_wrapper/nss_wrapper-1.1.3.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://cwrap.org/nss_wrapper.html" SRC_URI="https://ftp.samba.org/pub/cwrap/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~hppa ia64 ppc ppc64 x86" +KEYWORDS="amd64 ~arm ~hppa ia64 ppc ppc64 x86" IUSE="test" DEPEND="" diff --git a/sys-libs/ntdb/ntdb-1.0-r1.ebuild b/sys-libs/ntdb/ntdb-1.0-r1.ebuild index fa701ad18bb2..d6a213233b1a 100644 --- a/sys-libs/ntdb/ntdb-1.0-r1.ebuild +++ b/sys-libs/ntdb/ntdb-1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~arm64 ~hppa ia64 ppc ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 x86" IUSE="python" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" diff --git a/sys-libs/uid_wrapper/uid_wrapper-1.2.1.ebuild b/sys-libs/uid_wrapper/uid_wrapper-1.2.1.ebuild index 082dbdbd3208..3afaa9acfc4d 100644 --- a/sys-libs/uid_wrapper/uid_wrapper-1.2.1.ebuild +++ b/sys-libs/uid_wrapper/uid_wrapper-1.2.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.samba.org/pub/cwrap/${P}.tar.gz https://ftp.samba.org/pub/cwrap/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~hppa ia64 ppc ppc64 x86" +KEYWORDS="amd64 ~arm ~hppa ia64 ppc ppc64 x86" IUSE="test" DEPEND="" diff --git a/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.150.1.ebuild b/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.150.1.ebuild index 4b72f12c5daa..e7a80a508188 100644 --- a/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.150.1.ebuild +++ b/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.150.1.ebuild @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="" 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="" RDEPEND=" diff --git a/x11-drivers/xf86-video-ati/Manifest b/x11-drivers/xf86-video-ati/Manifest index f4b26b4fde88..d94a9d477cf6 100644 --- a/x11-drivers/xf86-video-ati/Manifest +++ b/x11-drivers/xf86-video-ati/Manifest @@ -1,6 +1,5 @@ DIST xf86-video-ati-6.14.6.tar.bz2 1139495 SHA256 aa5286b3e4f0187d7df14785c06dd800255d9405205dbf061da5d77df86bec36 SHA512 7ed64bb3596703f7c575aec37a6918bac251819fe638acc66a29aab7648d8a81dedd8d416f970faa1f757fa8e9e3ccdc43e4499d06271cc2751288040d1d957e WHIRLPOOL 9b72e873c3108daeb10cfc68523eb9bc2c12f5525096f9a2639a7dbeb58fd2912b474b8820172ffc9351458d2e046b43e0d064bb4f4189bb99b06a995f3204e8 -DIST xf86-video-ati-7.3.0.tar.bz2 816346 SHA256 107c072c4919a996e04f47afdb53d5946a3ad574f270b8c560ef8b3a032046fe SHA512 185fd0714cae2b5fd29be201dd272f58964303c1bd3e006bfd85e7b260afc0787ee4eb3954fb8452e8876f0094ac8b0be67ebeb29e1b768937afeeecdad3dc32 WHIRLPOOL f70b29c585f4b51aa487173a14050a0bd5772143884d3bc3ef5be00fd3701a4c95ea83079ac045f3c215a0f1c41d8cc83f0db60a151da9b624c4808efbcac19e -DIST xf86-video-ati-7.4.0.tar.bz2 832763 SHA256 96230ca9859a2a3e347b7f37597b7b344e80b83f378d3a8463ab1ceb69df76d9 SHA512 94f3620972f21dab3c4ead8d18dcd0333903fe820b647f86a0e6efe4edb712ec0450a1cfd32b1ff51ab803ae76aaa889fc8c8cad7b6c52a3b51462c780111458 WHIRLPOOL 7bd0e6d98db97d4fa282e975826aab2e6ade9ce9bdbb958df41f0961a62fc7f78c18755ec10bc1665a80e24db890ca5d9cacbeba19eb70a53a226133e7817044 DIST xf86-video-ati-7.5.0.tar.bz2 809756 SHA256 ec3e6f06b6cf9a40c72aafa3448aae8b034c80b37410ca9442d5cf6806e07936 SHA512 51ea3934285c579314614e336cee0d5c079a466cdc94f2c8649d9499515af3dfb37a7ac87ed69c6dbf6befa5bfca27f8305bbc028ff722e2f87143da5f101f7c WHIRLPOOL ba132708f423cebde7398cc6c9c18334a544ebaef4a60104ea27abeb4afa4a01b9a3dffa00c89e01a6cbf858cc410041d102c8327bc2167ebca5e941d4463f23 DIST xf86-video-ati-7.6.1.tar.bz2 823043 SHA256 2516d9eeb8da8bcd3a01365ed1314919777910fa904ab268af342b5693e1d34c SHA512 b829b1db2088161a2486f396a9b36afd6fbbc765fb495450fb1c2de33951e6270c7ef6665c8275c66dfc6509af71b9882c342d236fc0537ff0dde117683c4891 WHIRLPOOL 91787a77590fbbf30b73fd1c4f7e427ea3eee25b4ba16f52ae2d9d0967b596b33a2bb04bbc8edc83baf48db6cabb459cf81b43da644dd0c1ee415fc650105ffc DIST xf86-video-ati-7.6.1_p20160324.tar.xz 224552 SHA256 33d9aa1c81a7f1f70d82b161c3c1bcb70f75c243bcd757fa72098238ff3f76ed SHA512 9b3e8fc53e664cfef6620a3c7fbba0c77489fc745b280523973ab0c3d486b94954924b4be5d96e0f2f44b020e36a888d3cd4f915b28a184b359f4cccedde2812 WHIRLPOOL bc8f86b5f10dbc0df9a536088619e69434416dda2bc29a3e64cc6c0f72e77fd0890cd263feb5ad47475e3cc43250fa81b9e3495b37c715c1405e022be067d29b +DIST xf86-video-ati-7.6.1_p20160401.tar.xz 224876 SHA256 51ce0d1bb58fd96789de4f184d560bb1da3d91f20ed049f29ca89c3664e1f51a SHA512 625570350b3519b7b0e562f11bf6162e8c9a45b3277f7789d0a5f805f04e22a2f7fa786f74223be40e9ee92c584016bafc9efbec52dae841f2bb2f0eafbb85df WHIRLPOOL 8906a40b90fe8023fe01dad79ef4746932156c1d89816ecfbfe8777b19fdc57872e57331016b23a1ce99495b1fe33b0cf9bed909786d6cd414666d5cf2999dfd diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.3.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.3.0.ebuild deleted file mode 100644 index e90ba6211db9..000000000000 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.3.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -XORG_DRI=always -inherit linux-info xorg-2 - -DESCRIPTION="ATI video driver" - -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" -IUSE="+glamor udev" - -RDEPEND=">=x11-libs/libdrm-2.4.46[video_cards_radeon] - glamor? ( >=x11-libs/glamor-0.6 ) - udev? ( virtual/udev )" -DEPEND="${RDEPEND}" - -pkg_pretend() { - if use kernel_linux ; then - if kernel_is -ge 3 9; then - CONFIG_CHECK="~!DRM_RADEON_UMS ~!FB_RADEON" - else - CONFIG_CHECK="~DRM_RADEON_KMS ~!FB_RADEON" - fi - fi - check_extra_config -} - -src_configure() { - XORG_CONFIGURE_OPTIONS=( - $(use_enable glamor) - $(use_enable udev) - ) - xorg-2_src_configure -} diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.4.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.4.0.ebuild deleted file mode 100644 index c1f06089a841..000000000000 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.4.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -XORG_DRI=always -inherit linux-info xorg-2 - -DESCRIPTION="ATI video driver" - -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="+glamor udev" - -RDEPEND=">=x11-libs/libdrm-2.4.54[video_cards_radeon] - glamor? ( || ( - x11-base/xorg-server[glamor] - >=x11-libs/glamor-0.6 - ) ) - udev? ( virtual/udev )" -DEPEND="${RDEPEND}" - -pkg_pretend() { - if use kernel_linux ; then - if kernel_is -ge 3 9; then - CONFIG_CHECK="~!DRM_RADEON_UMS ~!FB_RADEON" - else - CONFIG_CHECK="~DRM_RADEON_KMS ~!FB_RADEON" - fi - fi - check_extra_config -} - -src_configure() { - XORG_CONFIGURE_OPTIONS=( - $(use_enable glamor) - $(use_enable udev) - ) - xorg-2_src_configure -} diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.6.1_p20160401.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.6.1_p20160401.ebuild new file mode 100644 index 000000000000..1058c6d53ccf --- /dev/null +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-7.6.1_p20160401.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +XORG_DRI=always +XORG_EAUTORECONF=yes +inherit linux-info xorg-2 + +DESCRIPTION="ATI video driver" +HOMEPAGE="http://www.x.org/wiki/ati/" + +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +IUSE="+glamor udev" +COMMIT_ID="4693b1bd5b5c381e8b7b68a6f7f0c6696d6a68df" +SRC_URI="http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/snapshot/${COMMIT_ID}.tar.xz -> ${P}.tar.xz" + +S=${WORKDIR}/${COMMIT_ID} + +RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon] + >=x11-libs/libpciaccess-0.8.0 + glamor? ( x11-base/xorg-server[glamor] ) + udev? ( virtual/udev )" +DEPEND="${RDEPEND} + x11-proto/fontsproto + x11-proto/randrproto + x11-proto/renderproto + x11-proto/videoproto + x11-proto/xextproto + x11-proto/xf86driproto + x11-proto/xproto" + +pkg_pretend() { + if use kernel_linux ; then + if kernel_is -ge 3 9; then + CONFIG_CHECK="~!DRM_RADEON_UMS ~!FB_RADEON" + else + CONFIG_CHECK="~DRM_RADEON_KMS ~!FB_RADEON" + fi + fi + check_extra_config +} + +src_configure() { + XORG_CONFIGURE_OPTIONS=( + $(use_enable glamor) + $(use_enable udev) + ) + xorg-2_src_configure +} diff --git a/x11-drivers/xf86-video-intel/Manifest b/x11-drivers/xf86-video-intel/Manifest index 53e5fc969412..8c3c1b2d7f5b 100644 --- a/x11-drivers/xf86-video-intel/Manifest +++ b/x11-drivers/xf86-video-intel/Manifest @@ -2,5 +2,5 @@ DIST xf86-video-intel-2.21.15.tar.bz2 1977431 SHA256 7d5a140f82a72fd1cbc8a664d66 DIST xf86-video-intel-2.9.1.tar.bz2 789001 SHA256 95347c88854c2b41c07ab3bcdfadd1b8d27fb181a20520f185892877eb8d9d76 SHA512 62a7c1852b2d0b89be93536e7852caf398fc743e11a12c5071baed5e767b29c382ff5eb9d6c3ab453fc4d94aa16245b607ef33b94198bf7c7626746772fcc290 WHIRLPOOL 7e61c5d1396829aa354c9fdfbe5a21723171390d86b3307a2a331061e128a9866408993410090fe5d607609d245c55843633730bc4521e9cb0ec478c8d6ede1c DIST xf86-video-intel-2.99.917.tar.bz2 2259040 SHA256 00b781eea055582820a123c47b62411bdf6aabf4f03dc0568faec55faf9667c9 SHA512 cbf4d46ad1ad5e5587c0f1f620ff534ef0645270517b60056b9f03e83d8216e2f456de46352a06c37c0c46963cc4ed20b71b815b20ec1bf680ff046e535f580f WHIRLPOOL b26f1b303a27825120e1036f15493119e8869ebae74a2663204fe1ee63cf9fc217e593c469d6c33151a73c9ea6e9df88d0e3a0bb74ece5109b51593785fd4d7d DIST xf86-video-intel-2.99.917_p20160224.tar.xz 933972 SHA256 7406ef1646be39d1130f76f8d60d29a9278d0561f1fcb8b6bfe0851533755e2b SHA512 a0d78ec9db62447c1851fc24952b02a0c0ac063b229053ab6c11cde7fee4e81c3ae7b9ae93d0d9e2171c3dfe986312f6cb433208362b5b5c7dac65e8b1984391 WHIRLPOOL 497225db28fba4c5a92934d6ec92095061819876b3fbfca0987c76a9dbe786a78666dc470dad9a901356e2c380d0f1eb7ee4ee44c68e8e31a55e2544a1408fdb -DIST xf86-video-intel-2.99.917_p20160316.tar.xz 935212 SHA256 a09721deb7c94764805f28f00e62285e406ddea9c3cef6d0be19ff357df07610 SHA512 bfa35501509e7cb027f926da63d60273dd403c1cfc8d0f6cbdc8cb129c388d16307d71ae15e1c62071127e5ca02a571083ea6ceac424248ee02551b4b01d9500 WHIRLPOOL 1895102cf7883e9d67752ca9e41a35b339485a521568faf88b562b0be9134cc9f8e5af12c530a0ca4baedfd90cc96725bd97fccc5708fc6e49fba677a759c7fd DIST xf86-video-intel-2.99.917_p20160324.tar.xz 935672 SHA256 c6a3f638ce65628fcce20a587eb9f26e08f25a2ef561dde0ae3b1c10ae1f4428 SHA512 514f134cd00d988ce70521af9b99de5c29ba3683de27c261b9d9ae8ab644a517c3f5cb7d03c53e49e6dcee8c82778212016be297a945d963644f393812ab4b4f WHIRLPOOL de435f70d4d49477fbd11a71732633f029d99bcf1262032c6da98de4f7781381895e7d5bbb80a1fc2359e0e5aeb26091f9f94b3edc63ddb39dc5bc3bd6f929ab +DIST xf86-video-intel-2.99.917_p20160403.tar.xz 936072 SHA256 4e5a18807669f73bfc5b0c5c64e2bfa30f4618e9acdab2b4618b9ac2aa4a3b3a SHA512 e338e9302b932a62c1dfe87d9a263786d0b8aaed16c30e00d4013eed93fc667ac9003414cba2d7cdeb8f674427965f7ba873b0fcdd852099b3a0456808c749a5 WHIRLPOOL afa402b528d0b8a9d19077ad5d6a8cae54aa143e72ea047575de62f0816da1a44f933f82c20573491785e428914d868f4c7d9d7a3ea045cd9a941315d0563196 diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160316.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160403.ebuild similarity index 96% rename from x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160316.ebuild rename to x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160403.ebuild index 1b98063b5692..bbb6036af70d 100644 --- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160316.ebuild +++ b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160403.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="X.Org driver for Intel cards" KEYWORDS="~amd64 ~x86 ~amd64-fbsd -x86-fbsd" IUSE="debug +dri3 +sna +udev uxa xvmc" -COMMIT_ID="74cd4d09ae051d3a1f4cb9fe29e656b044f03ece" +COMMIT_ID="90792c933d9a6160e6646121cfe79ee857f70655" SRC_URI="http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/snapshot/${COMMIT_ID}.tar.xz -> ${P}.tar.xz" S=${WORKDIR}/${COMMIT_ID} diff --git a/x11-misc/xosview/xosview-1.17.ebuild b/x11-misc/xosview/xosview-1.17.ebuild index 366d18c6269f..f0e0c243420f 100644 --- a/x11-misc/xosview/xosview-1.17.ebuild +++ b/x11-misc/xosview/xosview-1.17.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz" LICENSE="GPL-2 BSD" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ppc64 ~x86" IUSE="suid" COMMON_DEPS="x11-libs/libX11 diff --git a/x11-wm/xmonad/files/xmonad.desktop b/x11-wm/xmonad/files/xmonad.desktop index d72fc71866a2..9c0bf6e44f51 100644 --- a/x11-wm/xmonad/files/xmonad.desktop +++ b/x11-wm/xmonad/files/xmonad.desktop @@ -1,7 +1,13 @@ [Desktop Entry] +Type=Application +Encoding=UTF-8 Name=xmonad Comment=A lightweight window manager Exec=/etc/X11/Sessions/xmonad TryExec=xmonad +NoDisplay=true Icon= -Type=Application +X-GNOME-WMName=Xmonad +X-GNOME-Autostart-Phase=WindowManager +X-GNOME-Provides=windowmanager +X-GNOME-Autostart-Notify=false diff --git a/x11-wm/xmonad/xmonad-0.11-r1.ebuild b/x11-wm/xmonad/xmonad-0.11-r1.ebuild index e7ae14bf6878..6ef460dd9d07 100644 --- a/x11-wm/xmonad/xmonad-0.11-r1.ebuild +++ b/x11-wm/xmonad/xmonad-0.11-r1.ebuild @@ -55,7 +55,7 @@ src_install() { } pkg_postinst() { - ghc-package_pkg_postinst + haskell-cabal_pkg_postinst elog "A sample ${SAMPLE_CONFIG} configuration file can be found here:" elog " /usr/share/${PF}/ghc-$(ghc-version)/${SAMPLE_CONFIG_LOC}/${SAMPLE_CONFIG}" diff --git a/x11-wm/xmonad/xmonad-0.11-r3.ebuild b/x11-wm/xmonad/xmonad-0.11-r3.ebuild index e94fa77939f1..ba8f130b718b 100644 --- a/x11-wm/xmonad/xmonad-0.11-r3.ebuild +++ b/x11-wm/xmonad/xmonad-0.11-r3.ebuild @@ -62,7 +62,7 @@ src_install() { } pkg_postinst() { - ghc-package_pkg_postinst + haskell-cabal_pkg_postinst elog "A sample ${SAMPLE_CONFIG} configuration file can be found here:" elog " /usr/share/${PF}/ghc-$(ghc-version)/${SAMPLE_CONFIG_LOC}/${SAMPLE_CONFIG}" diff --git a/x11-wm/xmonad/xmonad-0.11.1.ebuild b/x11-wm/xmonad/xmonad-0.11.1.ebuild index 97e372501899..a9bd1a505da9 100644 --- a/x11-wm/xmonad/xmonad-0.11.1.ebuild +++ b/x11-wm/xmonad/xmonad-0.11.1.ebuild @@ -62,7 +62,7 @@ src_install() { } pkg_postinst() { - ghc-package_pkg_postinst + haskell-cabal_pkg_postinst elog "A sample ${SAMPLE_CONFIG} configuration file can be found here:" elog " /usr/share/${PF}/ghc-$(ghc-version)/${SAMPLE_CONFIG_LOC}/${SAMPLE_CONFIG}"