diff --git a/app-admin/eselect-rails/Manifest b/app-admin/eselect-rails/Manifest index 72784cb13593..09e3af51fb72 100644 --- a/app-admin/eselect-rails/Manifest +++ b/app-admin/eselect-rails/Manifest @@ -1,3 +1,4 @@ DIST eselect-rails-0.18.tar.bz2 1628 SHA256 6dfcefd74cfb10e83c59d8594bd9e1d39ea40071b2c3a9a3e601a6107aa49671 SHA512 9f0e048ba0d865667e0917e8e08b5319f111816788c3821126c4d442ec3cc9c0466200a8889da420fb841f7b57ba5981cbb8a17d16fe634e550cbdfe618a3522 WHIRLPOOL cd117dafc480c2b6bb9b63a39047553d1d786dcbc711421dba25403309c9c814984aea0309db5d87643ddf165d143f915628c57e2d990d6cb3d2db04e40ada06 DIST eselect-rails-0.19.tar.bz2 1618 SHA256 13d5054a1a890b6937612c69d1924faaacc6d6e3513dfb8f269bf9f9c6a4ad2f SHA512 4520bcf2bc72494f07bbf6831375d355ee61629d5a6877b0b3c4301a1bce22b0945b17e09533c531ce4b0ac4ed4079852f6f1bb950850181794c44650a450941 WHIRLPOOL 20f448244b51b3ae3b46a1b575081d73ccbe86484226804a5b6927579f4b826445917af82f0a458be4b623da022fbebb416ec565cc5411e096a533c462d88628 DIST eselect-rails-0.20.tar.bz2 1622 SHA256 f01335820a8777d447c64b1de84f128cbd2db9a16fd6781b4c9c2c5aa3541bbc SHA512 a65519c5a5b2ea444c30c5a4082389eb3e4a96a72e4f845c5a6b01a1681264c44fb234dd46e7251085ca82b40b814fdd4bff3a42c10815b8b291657ce67a9e18 WHIRLPOOL 2d904fed60de465fb1ad1bf5abbd82f7c1807c98480eab617504cb09b6d3f1fd96f2a8795e0d373308b9052e40d7ddcf6ae95f22e1c839efb8af99b7454fd3e8 +DIST eselect-rails-0.21.tar.xz 1592 SHA256 28def0916dbcf94290adf877a962595748a9501d659adb66534ebb8495c8c59f SHA512 8d72d1abdb0bf767a71a518ff390dcd676fc05a35652d6a727d2d5f2029f26d2df8e56da3c4e611267d92505cc9217da0a53712bcaabff03f0f2422e1c9d9658 WHIRLPOOL 7dd89b8bf3daffa09cc150a8db1c3fc8e117f577e7a8fdfb7c6f1bf92d14f298aff63cce2b1f3bf029cbc2c6a115c3ad90bafbd456f31463b49dce5d0f4242b4 diff --git a/app-admin/eselect-rails/eselect-rails-0.21.ebuild b/app-admin/eselect-rails/eselect-rails-0.21.ebuild new file mode 100644 index 000000000000..006839440689 --- /dev/null +++ b/app-admin/eselect-rails/eselect-rails-0.21.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-rails/eselect-rails-0.21.ebuild,v 1.1 2014/12/20 07:50:53 graaff Exp $ + +EAPI=5 + +DESCRIPTION="Manages Ruby on Rails symlinks" +HOMEPAGE="http://www.gentoo.org/" +SRC_URI="http://dev.gentoo.org/~flameeyes/ruby-team/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +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" +IUSE="" + +RDEPEND=">=app-admin/eselect-1.2.0" + +S=${WORKDIR} + +src_prepare() { + # Fix/Add Prefix support + sed -i -e 's/\${ROOT}/${EROOT}/' *.eselect || die +} + +src_install() { + insinto /usr/share/eselect/modules + doins *.eselect || die "doins failed" +} diff --git a/app-admin/mate-system-tools/Manifest b/app-admin/mate-system-tools/Manifest index 0180a08751f5..72ce641f778b 100644 --- a/app-admin/mate-system-tools/Manifest +++ b/app-admin/mate-system-tools/Manifest @@ -1,3 +1,2 @@ -DIST mate-system-tools-1.6.0.tar.xz 4330780 SHA256 3e545ae4462332cd4e4b1c0b2f0e41a7fbacbb86be3e95254155e92ed249a14a SHA512 8da16d5f92d5bae9dae4cdeb8b3aebc76a795167f02e4b3c82c1da94278b5915a029edf9cea56079342eefe9353e25dd11f487da3befe5d802066134691efae0 WHIRLPOOL c761749aa91f2b55e5dbcf9ce3cc52eeb7ca94af7146336dfc266457932acaf29defe95a841f7a4c6bf7dd8814882b07be2bf9d14232c1018e3fe26a7d6b3b09 DIST mate-system-tools-1.8.0.tar.xz 4338404 SHA256 7cfeec1d0a5c237fa8b67121bf1bfcc26665c54ce040d30d75c542799840dbfd SHA512 deec649a1ea4c37b3bdbf93fe4cdf331685e2c76e0fbf67303ac678bfec733a1fcac01bd578cb93a67df939bc1452a4cc4154b1505edcd6e87a1dbcc328c6c8d WHIRLPOOL 9d0660a2ea2f6ff6aa456af74db21da471e14c4e1215ba49aeb4c0ffa29752a9079ace2e22430ff7058d79a84997e264150d6b797496cc87be24720302f5629e DIST mate-system-tools-1.8.1.tar.xz 4348304 SHA256 c5f1faee761deb679f7a37607cc7166ea81b7d16a7fbc05951b32f119bcb944e SHA512 a2cda52ebab386ebbf6c01288741f59914c8fe8a672a1220b0a8cc44afb51058e8545f385f4d5dab650bc36c3c18ad9519580ce255b4c607131c2c5dd3ce15ce WHIRLPOOL ba486ffcc9dd25aa10858e3b09a046eadbe99a11d4e98c872dd14b91002e9e62a17d88744707ef8fac80b44e27d6402b4532d77d30f6ce0f905335d0e9eee7d2 diff --git a/app-admin/mate-system-tools/mate-system-tools-1.6.0.ebuild b/app-admin/mate-system-tools/mate-system-tools-1.6.0.ebuild deleted file mode 100644 index 1b4e24bc46d0..000000000000 --- a/app-admin/mate-system-tools/mate-system-tools-1.6.0.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/mate-system-tools/mate-system-tools-1.6.0.ebuild,v 1.2 2014/05/04 14:52:54 ago Exp $ - -EAPI="5" - -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit autotools eutils gnome2 versionator - -MATE_BRANCH="$(get_version_component_range 1-2)" - -SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" -DESCRIPTION="Tools aimed to make easy the administration of UNIX systems" -HOMEPAGE="http://mate-desktop.org" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64" - -IUSE="caja nfs policykit samba" - -RDEPEND="app-text/rarian:0 - >=app-admin/system-tools-backends-2.10.1:0 - dev-libs/atk:0 - dev-libs/dbus-glib:0 - >=dev-libs/glib-2.25.3:2 - >=dev-libs/liboobs-1.1:0 - >=sys-apps/dbus-0.32:0 - sys-libs/cracklib:0 - x11-libs/gdk-pixbuf:2 - x11-libs/pango:0 - >=x11-libs/gtk+-2.19.7:2 - virtual/libintl:0 - caja? ( mate-base/mate-file-manager:0 ) - nfs? ( net-fs/nfs-utils:0 ) - policykit? ( - mate-extra/mate-polkit:0 - >=sys-auth/polkit-0.92:0 - ) - samba? ( >=net-fs/samba-3:0 )" - -DEPEND="${RDEPEND} - app-text/docbook-xml-dtd:4.1.2 - >=app-text/scrollkeeper-dtd-1:1.0 - app-text/mate-doc-utils:0 - sys-devel/gettext:* - virtual/pkgconfig:* - >=dev-util/intltool-0.35.0:*" - -src_prepare() { - # add -lm to linker, fixed upstream - sed -i 's:DBUS_LIBS):DBUS_LIBS) -lm:' \ - src/time/Makefile.am || die - - find "${WORKDIR}" -name "*.desktop*" -exec sed -i \ - -e 's:Categories=MATE;:Categories=:g' {} \; || die - - epatch "${FILESDIR}"/${P}-Update-POTFILES-skip.patch - - # Tarball has no proper build system, should be fixed on next release. - mkdir m4 || die - autotools_run_tool mate-doc-prepare --force --copy || die - autotools_run_tool mate-doc-common --copy || die - eautoreconf - - gnome2_src_prepare -} - -src_configure() { - local myconf - if ! use nfs && ! use samba; then - myconf="--disable-shares" - fi - - gnome2_src_configure \ - ${myconf} \ - --disable-static \ - $(use_enable policykit polkit-gtk-mate) \ - $(use_enable caja) -} - -DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO" diff --git a/app-doc/halibut/Manifest b/app-doc/halibut/Manifest index e11a0fa7882d..f7ce296dde11 100644 --- a/app-doc/halibut/Manifest +++ b/app-doc/halibut/Manifest @@ -1 +1,2 @@ DIST halibut-1.0.tar.gz 940897 SHA256 0d039adb88cb8de6f350563514d013209c2d321d1e5c49ea56462c6803f29adb SHA512 9651ac0611060971f8b5412f6456e4e85b3107c90e7fab3352294b8c3de17dfa4935b86ec23a6431ee821b26d2d5fd2addf1114e69026d714bc9d9f94a79e12c WHIRLPOOL 99cfee05b66c7c81375f47edd6342b34e43d9019a82ab4ba5443a1ef7b2b7dc69bfdc321f6c7026ebb8cca6d2cff78ad3107232ac432939d81427646e632a413 +DIST halibut-1.1.tar.gz 956743 SHA256 b964950d11ed09d3af28ac095da539613f6e50d650f01fe72b4ae752724c80a0 SHA512 01b0563ebb3678dc1ff1cef1d752d5ebffed70ef73a10d8266d84da3b4401006b686104bbe3e1984ebd3a54254f16d008011b3be8c29a3b9f1e3a033d61cdb15 WHIRLPOOL bc4b20fb9c4bb60db0c75a9009d913b694fad445674e4e7ded6388cdcc18e1386b4744835a11588daf412dddbc9b6a5a436f294db8b4c0d801f39245b9bc6d5a diff --git a/app-doc/halibut/halibut-1.1.ebuild b/app-doc/halibut/halibut-1.1.ebuild new file mode 100644 index 000000000000..a1965b5039ca --- /dev/null +++ b/app-doc/halibut/halibut-1.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/halibut/halibut-1.1.ebuild,v 1.1 2014/12/20 11:40:58 blueness Exp $ + +EAPI="5" + +inherit toolchain-funcs + +DESCRIPTION="yet another free document preparation system" +HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/halibut/" +SRC_URI="http://www.chiark.greenend.org.uk/~sgtatham/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +src_compile() { + tc-export CC + CFLAGS="${CFLAGS} ${CPPFLAGS}" \ + LFLAGS="${LDFLAGS}" \ + emake -j1 \ + BUILDDIR="${S}/build" \ + VERSION="${PV}" \ + || die "make failed" + + emake -C doc || die "make in doc failed" +} + +src_install() { + dobin build/halibut || die + doman doc/halibut.1 || die + dodoc doc/halibut.txt + dohtml doc/*.html +} diff --git a/app-emulation/crossover-bin/Manifest b/app-emulation/crossover-bin/Manifest index ec1c627187db..ff1fe8a41e86 100644 --- a/app-emulation/crossover-bin/Manifest +++ b/app-emulation/crossover-bin/Manifest @@ -10,3 +10,4 @@ DIST install-crossover-13.1.0.bin 58678679 SHA256 76e4345c6b9c436b7f02ab39b15b5f DIST install-crossover-13.1.2.bin 58730543 SHA256 005a0ed9e102c54c3b204491406bfad889603c59ef5be1ec1b5a3f68a1f6bba2 SHA512 5944db06162a67f68fa4a1ab14f7fbc41f114c63adebecf4c0c50967245f81bb42e58dbe66d33fbfaaeae232aacb2b534fc4367d592eaa6f1cc75e32ec0d23b3 WHIRLPOOL e26a0f3a59d3d06b6001f2672d511d0917afa576b4cf9f781a3c7eaffb2e7fb479cdcaeae98fa0d38873bf749bbe33b6695f1dd3496f4087691332b569e484ef DIST install-crossover-13.1.3.bin 58768110 SHA256 3d16dbecec584a1d6155ddda6f62a5824980cddc25f5910c2c733de06a716b04 SHA512 091a70e777f8311f818d227f26850f256d6acc7f50c93855f72857f2e21298524262d490fcc8a97342faea1a261ab042b0064d112aacb6c30e9ab5301f89eabe WHIRLPOOL aaffeb604d929b3b4611707cb7878a961c8a2f17baafc4f58dc293d3b29e5485246847327dcf441353ff3feeed76fd7c2f34a516ebeafb2fedee3567d8cdb485 DIST install-crossover-13.2.0.bin 64625581 SHA256 ef29ca8ca275e4fb6b33337aadc2d3ee92b4dc7d582fab7d5cff5c775d23c75d SHA512 1f582eeca8db02c15d98d519b2d24f65b8dcddd90ff270915a4e6dbd24e135b074c5a20dd824c3d8c8f35cef79610c02423b5558db205a6e80630f69191e051b WHIRLPOOL f8ce0628d961a567291981a238f03da6f5f7554d4d971a8b27fc34b67969a7061032b84325df1a8e38313415dcda3dab98acd6833b396e4f46a65427c9dc8c3e +DIST install-crossover-14.0.3.bin 68080015 SHA256 23f67221e4047b50f3250b29fae51086cce93529956d3885d149d5abddcc83a2 SHA512 86855e112f5b5d7621e0d4c644abe570de0270e678dc9666482025c948733de02c66fcf67999079a8ba99537695b36d4fb61aee90a59c319edad5fb477a0f902 WHIRLPOOL a0f26d06d2bb81063bcf78a474b9bf4732e9314fd886f430c1141bfce26ae09c297ff79087e5834474d87aa772a1f08a44791d24a3a83ff2baf24969885fe9b8 diff --git a/app-emulation/crossover-bin/crossover-bin-12.5.0-r1.ebuild b/app-emulation/crossover-bin/crossover-bin-12.5.0-r2.ebuild similarity index 98% rename from app-emulation/crossover-bin/crossover-bin-12.5.0-r1.ebuild rename to app-emulation/crossover-bin/crossover-bin-12.5.0-r2.ebuild index bdc6a75ec22e..a0c180973b65 100644 --- a/app-emulation/crossover-bin/crossover-bin-12.5.0-r1.ebuild +++ b/app-emulation/crossover-bin/crossover-bin-12.5.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-bin/crossover-bin-12.5.0-r1.ebuild,v 1.2 2014/11/29 13:10:32 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-bin/crossover-bin-12.5.0-r2.ebuild,v 1.1 2014/12/20 18:56:20 ryao Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) diff --git a/app-emulation/crossover-bin/crossover-bin-13.0.1-r1.ebuild b/app-emulation/crossover-bin/crossover-bin-12.5.1-r2.ebuild similarity index 98% rename from app-emulation/crossover-bin/crossover-bin-13.0.1-r1.ebuild rename to app-emulation/crossover-bin/crossover-bin-12.5.1-r2.ebuild index 18791c80bb44..4f0878991a06 100644 --- a/app-emulation/crossover-bin/crossover-bin-13.0.1-r1.ebuild +++ b/app-emulation/crossover-bin/crossover-bin-12.5.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-bin/crossover-bin-13.0.1-r1.ebuild,v 1.2 2014/11/29 13:10:32 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-bin/crossover-bin-12.5.1-r2.ebuild,v 1.1 2014/12/20 18:56:20 ryao Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) diff --git a/app-emulation/crossover-bin/crossover-bin-13.1.0-r1.ebuild b/app-emulation/crossover-bin/crossover-bin-13.0.0-r2.ebuild similarity index 98% rename from app-emulation/crossover-bin/crossover-bin-13.1.0-r1.ebuild rename to app-emulation/crossover-bin/crossover-bin-13.0.0-r2.ebuild index cdef4a7b9f7c..2a9dbd335cf1 100644 --- a/app-emulation/crossover-bin/crossover-bin-13.1.0-r1.ebuild +++ b/app-emulation/crossover-bin/crossover-bin-13.0.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-bin/crossover-bin-13.1.0-r1.ebuild,v 1.2 2014/11/29 13:10:32 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-bin/crossover-bin-13.0.0-r2.ebuild,v 1.1 2014/12/20 18:56:20 ryao Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) diff --git a/app-emulation/crossover-bin/crossover-bin-12.5.1-r1.ebuild b/app-emulation/crossover-bin/crossover-bin-13.0.1-r2.ebuild similarity index 98% rename from app-emulation/crossover-bin/crossover-bin-12.5.1-r1.ebuild rename to app-emulation/crossover-bin/crossover-bin-13.0.1-r2.ebuild index e610d7a79210..6a5241a0417c 100644 --- a/app-emulation/crossover-bin/crossover-bin-12.5.1-r1.ebuild +++ b/app-emulation/crossover-bin/crossover-bin-13.0.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-bin/crossover-bin-12.5.1-r1.ebuild,v 1.2 2014/11/29 13:10:32 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-bin/crossover-bin-13.0.1-r2.ebuild,v 1.1 2014/12/20 18:56:20 ryao Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) diff --git a/app-emulation/crossover-bin/crossover-bin-13.0.0-r1.ebuild b/app-emulation/crossover-bin/crossover-bin-13.1.0-r2.ebuild similarity index 98% rename from app-emulation/crossover-bin/crossover-bin-13.0.0-r1.ebuild rename to app-emulation/crossover-bin/crossover-bin-13.1.0-r2.ebuild index 2e45144bc0f4..6571de62758b 100644 --- a/app-emulation/crossover-bin/crossover-bin-13.0.0-r1.ebuild +++ b/app-emulation/crossover-bin/crossover-bin-13.1.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-bin/crossover-bin-13.0.0-r1.ebuild,v 1.2 2014/11/29 13:10:32 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-bin/crossover-bin-13.1.0-r2.ebuild,v 1.1 2014/12/20 18:56:20 ryao Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) diff --git a/app-emulation/crossover-bin/crossover-bin-13.1.2-r1.ebuild b/app-emulation/crossover-bin/crossover-bin-13.1.2-r1.ebuild deleted file mode 100644 index ef475a60790a..000000000000 --- a/app-emulation/crossover-bin/crossover-bin-13.1.2-r1.ebuild +++ /dev/null @@ -1,143 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-bin/crossover-bin-13.1.2-r1.ebuild,v 1.2 2014/11/29 13:10:32 ryao Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) -PYTHON_REQ_USE="threads" - -inherit python-single-r1 unpacker - -DESCRIPTION="Commercial version of app-emulation/wine with paid support." -HOMEPAGE="http://www.codeweavers.com/products/crossover/" -SRC_URI="install-crossover-${PV}.bin" - -LICENSE="CROSSOVER-2" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="+capi +cups doc +gphoto2 +gsm +jpeg +lcms +ldap +mp3 +nls +openal +opengl +png +scanner +ssl +v4l" -RESTRICT="fetch test" -QA_FLAGS_IGNORED="opt/cxoffice/.*" -QA_PRESTRIPPED="opt/cxoffice/lib/.* - opt/cxoffice/bin/cxburner - opt/cxoffice/bin/cxntlm_auth - opt/cxoffice/bin/wineserver - opt/cxoffice/bin/unrar - opt/cxoffice/bin/wine-preloader - opt/cxoffice/bin/cxdiag - opt/cxoffice/bin/cxgettext - opt/cxoffice/bin/wineloader - " -S="${WORKDIR}" - -REGULAR_DEPS=" - capi? ( net-dialup/capi4k-utils ) - cups? ( net-print/cups[abi_x86_32(-)] ) - gsm? ( media-sound/gsm[abi_x86_32(-)] ) - jpeg? ( virtual/jpeg[abi_x86_32(-)] ) - lcms? ( media-libs/lcms:2 ) - ldap? ( net-nds/openldap[abi_x86_32(-)] ) - gphoto2? ( media-libs/libgphoto2[abi_x86_32(-)] ) - mp3? ( >=media-sound/mpg123-1.5.0[abi_x86_32(-)] ) - nls? ( sys-devel/gettext[abi_x86_32(-)] ) - openal? ( media-libs/openal[abi_x86_32(-)] ) - opengl? ( - virtual/glu[abi_x86_32(-)] - virtual/opengl[abi_x86_32(-)] - ) - png? ( media-libs/libpng:0[abi_x86_32(-)] ) - scanner? ( media-gfx/sane-backends[abi_x86_32(-)] ) - ssl? ( dev-libs/openssl:0[abi_x86_32(-)] ) - v4l? ( media-libs/libv4l[abi_x86_32(-)] ) - media-libs/alsa-lib[abi_x86_32(-)] - >=media-libs/freetype-2.0.0[abi_x86_32(-)] - media-libs/mesa[abi_x86_32(-)] - sys-apps/util-linux[abi_x86_32(-)] - sys-libs/zlib[abi_x86_32(-)] - x11-libs/libICE[abi_x86_32(-)] - x11-libs/libSM[abi_x86_32(-)] - x11-libs/libX11[abi_x86_32(-)] - x11-libs/libXau[abi_x86_32(-)] - x11-libs/libXdmcp[abi_x86_32(-)] - x11-libs/libXext[abi_x86_32(-)] - x11-libs/libXi[abi_x86_32(-)] - x11-libs/libXrandr[abi_x86_32(-)] - x11-libs/libXxf86vm[abi_x86_32(-)] - x11-libs/libxcb[abi_x86_32(-)] -" - -EMUL_DEPS=" - app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] - app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] - app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] - openal? ( app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)] ) - opengl? ( app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] ) - scanner? ( app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] ) - v4l? ( app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] ) -" - -DEPEND="dev-lang/perl - app-arch/unzip - ${PYTHON_DEPS}" - -RDEPEND="${DEPEND} - !prefix? ( sys-libs/glibc ) - >=dev-python/pygtk-2.10[${PYTHON_USEDEP}] - dev-python/dbus-python[${PYTHON_USEDEP}] - dev-util/desktop-file-utils - !app-emulation/crossover-office-pro-bin - !app-emulation/crossover-office-bin - || ( ( ${REGULAR_DEPS} ) ( ${EMUL_DEPS} ) ) - " - -pkg_nofetch() { - einfo "Please visit ${HOMEPAGE}" - einfo "and place ${A} in ${DISTDIR}" -} - -src_unpack() { - # self unpacking zip archive; unzip warns about the exe stuff - unpack_zip ${A} -} - -src_prepare() { - python_fix_shebang . - sed -e 's:/usr/local/etc/xdg /etc/xdg::' -i "${WORKDIR}/bin/locate_gui.sh" \ - || die "Could not patch ${WORKDIR}/bin/locate_gui.sh" - - # Remove unnecessary files - rm -r license.txt guis/ || die "Could not remove files" - use doc || rm -r doc/ || die "Could not remove files" -} - -src_install() { - # Install crossover symlink, bug #476314 - dosym /opt/cxoffice/bin/crossover /opt/bin/crossover - - # Install documentation - dodoc README changelog.txt - rm README changelog.txt || die "Could not remove README and changelog.txt" - - # Install files - dodir /opt/cxoffice - cp -r ./* "${ED}opt/cxoffice" \ - || die "Could not install into ${ED}opt/cxoffice" - - # Install configuration file - insinto /opt/cxoffice/etc - doins share/crossover/data/cxoffice.conf - - # Install requisite directories for menus - dodir "/usr/share/applications" - dodir "/etc/xdg/menus/applications-merged" - - # Install menus - XDG_CONFIG_DIRS="${ED}etc/xdg" \ - XDG_DATA_DIRS="${ED}usr/share" \ - "${ED}opt/cxoffice/bin/cxmenu" --crossover --install \ - || die "Could not install menus" - - # Fix menus - sed -e "s:${ED}:/:" -i "${ED}usr/share/applications/"* \ - || die "Could not fix menus" -} diff --git a/app-emulation/crossover-bin/crossover-bin-13.1.2-r2.ebuild b/app-emulation/crossover-bin/crossover-bin-13.1.2-r2.ebuild new file mode 100644 index 000000000000..aa4b6a76eb84 --- /dev/null +++ b/app-emulation/crossover-bin/crossover-bin-13.1.2-r2.ebuild @@ -0,0 +1,143 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-bin/crossover-bin-13.1.2-r2.ebuild,v 1.1 2014/12/20 18:56:20 ryao Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_REQ_USE="threads" + +inherit python-single-r1 unpacker + +DESCRIPTION="Commercial version of app-emulation/wine with paid support." +HOMEPAGE="http://www.codeweavers.com/products/crossover/" +SRC_URI="install-crossover-${PV}.bin" + +LICENSE="CROSSOVER-2" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +IUSE="+capi +cups doc +gphoto2 +gsm +jpeg +lcms +ldap +mp3 +nls +openal +opengl +png +scanner +ssl +v4l" +RESTRICT="fetch test" +QA_FLAGS_IGNORED="opt/cxoffice/.*" +QA_PRESTRIPPED="opt/cxoffice/lib/.* + opt/cxoffice/bin/cxburner + opt/cxoffice/bin/cxntlm_auth + opt/cxoffice/bin/wineserver + opt/cxoffice/bin/unrar + opt/cxoffice/bin/wine-preloader + opt/cxoffice/bin/cxdiag + opt/cxoffice/bin/cxgettext + opt/cxoffice/bin/wineloader + " +S="${WORKDIR}" + +REGULAR_DEPS=" + capi? ( net-dialup/capi4k-utils ) + cups? ( net-print/cups[abi_x86_32(-)] ) + gsm? ( media-sound/gsm[abi_x86_32(-)] ) + jpeg? ( virtual/jpeg[abi_x86_32(-)] ) + lcms? ( media-libs/lcms:2 ) + ldap? ( net-nds/openldap[abi_x86_32(-)] ) + gphoto2? ( media-libs/libgphoto2[abi_x86_32(-)] ) + mp3? ( >=media-sound/mpg123-1.5.0[abi_x86_32(-)] ) + nls? ( sys-devel/gettext[abi_x86_32(-)] ) + openal? ( media-libs/openal[abi_x86_32(-)] ) + opengl? ( + virtual/glu[abi_x86_32(-)] + virtual/opengl[abi_x86_32(-)] + ) + png? ( media-libs/libpng:0[abi_x86_32(-)] ) + scanner? ( media-gfx/sane-backends[abi_x86_32(-)] ) + ssl? ( dev-libs/openssl:0[abi_x86_32(-)] ) + v4l? ( media-libs/libv4l[abi_x86_32(-)] ) + media-libs/alsa-lib[abi_x86_32(-)] + >=media-libs/freetype-2.0.0[abi_x86_32(-)] + media-libs/mesa[abi_x86_32(-)] + sys-apps/util-linux[abi_x86_32(-)] + sys-libs/zlib[abi_x86_32(-)] + x11-libs/libICE[abi_x86_32(-)] + x11-libs/libSM[abi_x86_32(-)] + x11-libs/libX11[abi_x86_32(-)] + x11-libs/libXau[abi_x86_32(-)] + x11-libs/libXdmcp[abi_x86_32(-)] + x11-libs/libXext[abi_x86_32(-)] + x11-libs/libXi[abi_x86_32(-)] + x11-libs/libXrandr[abi_x86_32(-)] + x11-libs/libXxf86vm[abi_x86_32(-)] + x11-libs/libxcb[abi_x86_32(-)] +" + +EMUL_DEPS=" + app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] + app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] + app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] + openal? ( app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)] ) + opengl? ( app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] ) + scanner? ( app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] ) + v4l? ( app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] ) +" + +DEPEND="dev-lang/perl + app-arch/unzip + ${PYTHON_DEPS}" + +RDEPEND="${DEPEND} + !prefix? ( sys-libs/glibc ) + >=dev-python/pygtk-2.10[${PYTHON_USEDEP}] + dev-python/dbus-python[${PYTHON_USEDEP}] + dev-util/desktop-file-utils + !app-emulation/crossover-office-pro-bin + !app-emulation/crossover-office-bin + || ( ( ${REGULAR_DEPS} ) ( ${EMUL_DEPS} ) ) + " + +pkg_nofetch() { + einfo "Please visit ${HOMEPAGE}" + einfo "and place ${A} in ${DISTDIR}" +} + +src_unpack() { + # self unpacking zip archive; unzip warns about the exe stuff + unpack_zip ${A} +} + +src_prepare() { + python_fix_shebang . + sed -e 's:/usr/local/etc/xdg /etc/xdg::' -i "${WORKDIR}/bin/locate_gui.sh" \ + || die "Could not patch ${WORKDIR}/bin/locate_gui.sh" + + # Remove unnecessary files + rm -r license.txt guis/ || die "Could not remove files" + use doc || rm -r doc/ || die "Could not remove files" +} + +src_install() { + # Install crossover symlink, bug #476314 + dosym /opt/cxoffice/bin/crossover /opt/bin/crossover + + # Install documentation + dodoc README changelog.txt + rm README changelog.txt || die "Could not remove README and changelog.txt" + + # Install files + dodir /opt/cxoffice + cp -r ./* "${ED}opt/cxoffice" \ + || die "Could not install into ${ED}opt/cxoffice" + + # Install configuration file + insinto /opt/cxoffice/etc + doins share/crossover/data/cxoffice.conf + + # Install requisite directories for menus + dodir "/usr/share/applications" + dodir "/etc/xdg/menus/applications-merged" + + # Install menus + XDG_CONFIG_DIRS="${ED}etc/xdg" \ + XDG_DATA_DIRS="${ED}usr/share" \ + "${ED}opt/cxoffice/bin/cxmenu" --crossover --install \ + || die "Could not install menus" + + # Fix menus + sed -e "s:${ED}:/:" -i "${ED}usr/share/applications/"* \ + || die "Could not fix menus" +} diff --git a/app-emulation/crossover-bin/crossover-bin-13.1.3-r1.ebuild b/app-emulation/crossover-bin/crossover-bin-13.1.3-r1.ebuild deleted file mode 100644 index b5a41c822b90..000000000000 --- a/app-emulation/crossover-bin/crossover-bin-13.1.3-r1.ebuild +++ /dev/null @@ -1,143 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-bin/crossover-bin-13.1.3-r1.ebuild,v 1.2 2014/11/29 13:10:32 ryao Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) -PYTHON_REQ_USE="threads" - -inherit python-single-r1 unpacker - -DESCRIPTION="Commercial version of app-emulation/wine with paid support." -HOMEPAGE="http://www.codeweavers.com/products/crossover/" -SRC_URI="install-crossover-${PV}.bin" - -LICENSE="CROSSOVER-2" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="+capi +cups doc +gphoto2 +gsm +jpeg +lcms +ldap +mp3 +nls +openal +opengl +png +scanner +ssl +v4l" -RESTRICT="fetch test" -QA_FLAGS_IGNORED="opt/cxoffice/.*" -QA_PRESTRIPPED="opt/cxoffice/lib/.* - opt/cxoffice/bin/cxburner - opt/cxoffice/bin/cxntlm_auth - opt/cxoffice/bin/wineserver - opt/cxoffice/bin/unrar - opt/cxoffice/bin/wine-preloader - opt/cxoffice/bin/cxdiag - opt/cxoffice/bin/cxgettext - opt/cxoffice/bin/wineloader - " -S="${WORKDIR}" - -REGULAR_DEPS=" - capi? ( net-dialup/capi4k-utils ) - cups? ( net-print/cups[abi_x86_32(-)] ) - gsm? ( media-sound/gsm[abi_x86_32(-)] ) - jpeg? ( virtual/jpeg[abi_x86_32(-)] ) - lcms? ( media-libs/lcms:2 ) - ldap? ( net-nds/openldap[abi_x86_32(-)] ) - gphoto2? ( media-libs/libgphoto2[abi_x86_32(-)] ) - mp3? ( >=media-sound/mpg123-1.5.0[abi_x86_32(-)] ) - nls? ( sys-devel/gettext[abi_x86_32(-)] ) - openal? ( media-libs/openal[abi_x86_32(-)] ) - opengl? ( - virtual/glu[abi_x86_32(-)] - virtual/opengl[abi_x86_32(-)] - ) - png? ( media-libs/libpng:0[abi_x86_32(-)] ) - scanner? ( media-gfx/sane-backends[abi_x86_32(-)] ) - ssl? ( dev-libs/openssl:0[abi_x86_32(-)] ) - v4l? ( media-libs/libv4l[abi_x86_32(-)] ) - media-libs/alsa-lib[abi_x86_32(-)] - >=media-libs/freetype-2.0.0[abi_x86_32(-)] - media-libs/mesa[abi_x86_32(-)] - sys-apps/util-linux[abi_x86_32(-)] - sys-libs/zlib[abi_x86_32(-)] - x11-libs/libICE[abi_x86_32(-)] - x11-libs/libSM[abi_x86_32(-)] - x11-libs/libX11[abi_x86_32(-)] - x11-libs/libXau[abi_x86_32(-)] - x11-libs/libXdmcp[abi_x86_32(-)] - x11-libs/libXext[abi_x86_32(-)] - x11-libs/libXi[abi_x86_32(-)] - x11-libs/libXrandr[abi_x86_32(-)] - x11-libs/libXxf86vm[abi_x86_32(-)] - x11-libs/libxcb[abi_x86_32(-)] -" - -EMUL_DEPS=" - app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] - app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] - app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] - openal? ( app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)] ) - opengl? ( app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] ) - scanner? ( app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] ) - v4l? ( app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] ) -" - -DEPEND="dev-lang/perl - app-arch/unzip - ${PYTHON_DEPS}" - -RDEPEND="${DEPEND} - !prefix? ( sys-libs/glibc ) - >=dev-python/pygtk-2.10[${PYTHON_USEDEP}] - dev-python/dbus-python[${PYTHON_USEDEP}] - dev-util/desktop-file-utils - !app-emulation/crossover-office-pro-bin - !app-emulation/crossover-office-bin - || ( ( ${REGULAR_DEPS} ) ( ${EMUL_DEPS} ) ) - " - -pkg_nofetch() { - einfo "Please visit ${HOMEPAGE}" - einfo "and place ${A} in ${DISTDIR}" -} - -src_unpack() { - # self unpacking zip archive; unzip warns about the exe stuff - unpack_zip ${A} -} - -src_prepare() { - python_fix_shebang . - sed -e 's:/usr/local/etc/xdg /etc/xdg::' -i "${WORKDIR}/bin/locate_gui.sh" \ - || die "Could not patch ${WORKDIR}/bin/locate_gui.sh" - - # Remove unnecessary files - rm -r license.txt guis/ || die "Could not remove files" - use doc || rm -r doc/ || die "Could not remove files" -} - -src_install() { - # Install crossover symlink, bug #476314 - dosym /opt/cxoffice/bin/crossover /opt/bin/crossover - - # Install documentation - dodoc README changelog.txt - rm README changelog.txt || die "Could not remove README and changelog.txt" - - # Install files - dodir /opt/cxoffice - cp -r ./* "${ED}opt/cxoffice" \ - || die "Could not install into ${ED}opt/cxoffice" - - # Install configuration file - insinto /opt/cxoffice/etc - doins share/crossover/data/cxoffice.conf - - # Install requisite directories for menus - dodir "/usr/share/applications" - dodir "/etc/xdg/menus/applications-merged" - - # Install menus - XDG_CONFIG_DIRS="${ED}etc/xdg" \ - XDG_DATA_DIRS="${ED}usr/share" \ - "${ED}opt/cxoffice/bin/cxmenu" --crossover --install \ - || die "Could not install menus" - - # Fix menus - sed -e "s:${ED}:/:" -i "${ED}usr/share/applications/"* \ - || die "Could not fix menus" -} diff --git a/app-emulation/crossover-bin/crossover-bin-13.1.3-r2.ebuild b/app-emulation/crossover-bin/crossover-bin-13.1.3-r2.ebuild new file mode 100644 index 000000000000..8108a4681c0a --- /dev/null +++ b/app-emulation/crossover-bin/crossover-bin-13.1.3-r2.ebuild @@ -0,0 +1,143 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-bin/crossover-bin-13.1.3-r2.ebuild,v 1.1 2014/12/20 18:56:20 ryao Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_REQ_USE="threads" + +inherit python-single-r1 unpacker + +DESCRIPTION="Commercial version of app-emulation/wine with paid support." +HOMEPAGE="http://www.codeweavers.com/products/crossover/" +SRC_URI="install-crossover-${PV}.bin" + +LICENSE="CROSSOVER-2" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +IUSE="+capi +cups doc +gphoto2 +gsm +jpeg +lcms +ldap +mp3 +nls +openal +opengl +png +scanner +ssl +v4l" +RESTRICT="fetch test" +QA_FLAGS_IGNORED="opt/cxoffice/.*" +QA_PRESTRIPPED="opt/cxoffice/lib/.* + opt/cxoffice/bin/cxburner + opt/cxoffice/bin/cxntlm_auth + opt/cxoffice/bin/wineserver + opt/cxoffice/bin/unrar + opt/cxoffice/bin/wine-preloader + opt/cxoffice/bin/cxdiag + opt/cxoffice/bin/cxgettext + opt/cxoffice/bin/wineloader + " +S="${WORKDIR}" + +REGULAR_DEPS=" + capi? ( net-dialup/capi4k-utils ) + cups? ( net-print/cups[abi_x86_32(-)] ) + gsm? ( media-sound/gsm[abi_x86_32(-)] ) + jpeg? ( virtual/jpeg[abi_x86_32(-)] ) + lcms? ( media-libs/lcms:2 ) + ldap? ( net-nds/openldap[abi_x86_32(-)] ) + gphoto2? ( media-libs/libgphoto2[abi_x86_32(-)] ) + mp3? ( >=media-sound/mpg123-1.5.0[abi_x86_32(-)] ) + nls? ( sys-devel/gettext[abi_x86_32(-)] ) + openal? ( media-libs/openal[abi_x86_32(-)] ) + opengl? ( + virtual/glu[abi_x86_32(-)] + virtual/opengl[abi_x86_32(-)] + ) + png? ( media-libs/libpng:0[abi_x86_32(-)] ) + scanner? ( media-gfx/sane-backends[abi_x86_32(-)] ) + ssl? ( dev-libs/openssl:0[abi_x86_32(-)] ) + v4l? ( media-libs/libv4l[abi_x86_32(-)] ) + media-libs/alsa-lib[abi_x86_32(-)] + >=media-libs/freetype-2.0.0[abi_x86_32(-)] + media-libs/mesa[abi_x86_32(-)] + sys-apps/util-linux[abi_x86_32(-)] + sys-libs/zlib[abi_x86_32(-)] + x11-libs/libICE[abi_x86_32(-)] + x11-libs/libSM[abi_x86_32(-)] + x11-libs/libX11[abi_x86_32(-)] + x11-libs/libXau[abi_x86_32(-)] + x11-libs/libXdmcp[abi_x86_32(-)] + x11-libs/libXext[abi_x86_32(-)] + x11-libs/libXi[abi_x86_32(-)] + x11-libs/libXrandr[abi_x86_32(-)] + x11-libs/libXxf86vm[abi_x86_32(-)] + x11-libs/libxcb[abi_x86_32(-)] +" + +EMUL_DEPS=" + app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] + app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] + app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] + openal? ( app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)] ) + opengl? ( app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] ) + scanner? ( app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] ) + v4l? ( app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] ) +" + +DEPEND="dev-lang/perl + app-arch/unzip + ${PYTHON_DEPS}" + +RDEPEND="${DEPEND} + !prefix? ( sys-libs/glibc ) + >=dev-python/pygtk-2.10[${PYTHON_USEDEP}] + dev-python/dbus-python[${PYTHON_USEDEP}] + dev-util/desktop-file-utils + !app-emulation/crossover-office-pro-bin + !app-emulation/crossover-office-bin + || ( ( ${REGULAR_DEPS} ) ( ${EMUL_DEPS} ) ) + " + +pkg_nofetch() { + einfo "Please visit ${HOMEPAGE}" + einfo "and place ${A} in ${DISTDIR}" +} + +src_unpack() { + # self unpacking zip archive; unzip warns about the exe stuff + unpack_zip ${A} +} + +src_prepare() { + python_fix_shebang . + sed -e 's:/usr/local/etc/xdg /etc/xdg::' -i "${WORKDIR}/bin/locate_gui.sh" \ + || die "Could not patch ${WORKDIR}/bin/locate_gui.sh" + + # Remove unnecessary files + rm -r license.txt guis/ || die "Could not remove files" + use doc || rm -r doc/ || die "Could not remove files" +} + +src_install() { + # Install crossover symlink, bug #476314 + dosym /opt/cxoffice/bin/crossover /opt/bin/crossover + + # Install documentation + dodoc README changelog.txt + rm README changelog.txt || die "Could not remove README and changelog.txt" + + # Install files + dodir /opt/cxoffice + cp -r ./* "${ED}opt/cxoffice" \ + || die "Could not install into ${ED}opt/cxoffice" + + # Install configuration file + insinto /opt/cxoffice/etc + doins share/crossover/data/cxoffice.conf + + # Install requisite directories for menus + dodir "/usr/share/applications" + dodir "/etc/xdg/menus/applications-merged" + + # Install menus + XDG_CONFIG_DIRS="${ED}etc/xdg" \ + XDG_DATA_DIRS="${ED}usr/share" \ + "${ED}opt/cxoffice/bin/cxmenu" --crossover --install \ + || die "Could not install menus" + + # Fix menus + sed -e "s:${ED}:/:" -i "${ED}usr/share/applications/"* \ + || die "Could not fix menus" +} diff --git a/app-emulation/crossover-bin/crossover-bin-13.2.0-r1.ebuild b/app-emulation/crossover-bin/crossover-bin-13.2.0-r1.ebuild deleted file mode 100644 index c2a6e0e4f8d1..000000000000 --- a/app-emulation/crossover-bin/crossover-bin-13.2.0-r1.ebuild +++ /dev/null @@ -1,143 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-bin/crossover-bin-13.2.0-r1.ebuild,v 1.2 2014/11/29 13:10:32 ryao Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) -PYTHON_REQ_USE="threads" - -inherit python-single-r1 unpacker - -DESCRIPTION="Commercial version of app-emulation/wine with paid support." -HOMEPAGE="http://www.codeweavers.com/products/crossover/" -SRC_URI="install-crossover-${PV}.bin" - -LICENSE="CROSSOVER-2" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="+capi +cups doc +gphoto2 +gsm +jpeg +lcms +ldap +mp3 +nls +openal +opengl +png +scanner +ssl +v4l" -RESTRICT="fetch test" -QA_FLAGS_IGNORED="opt/cxoffice/.*" -QA_PRESTRIPPED="opt/cxoffice/lib/.* - opt/cxoffice/bin/cxburner - opt/cxoffice/bin/cxntlm_auth - opt/cxoffice/bin/wineserver - opt/cxoffice/bin/unrar - opt/cxoffice/bin/wine-preloader - opt/cxoffice/bin/cxdiag - opt/cxoffice/bin/cxgettext - opt/cxoffice/bin/wineloader - " -S="${WORKDIR}" - -REGULAR_DEPS=" - capi? ( net-dialup/capi4k-utils ) - cups? ( net-print/cups[abi_x86_32(-)] ) - gsm? ( media-sound/gsm[abi_x86_32(-)] ) - jpeg? ( virtual/jpeg[abi_x86_32(-)] ) - lcms? ( media-libs/lcms:2 ) - ldap? ( net-nds/openldap[abi_x86_32(-)] ) - gphoto2? ( media-libs/libgphoto2[abi_x86_32(-)] ) - mp3? ( >=media-sound/mpg123-1.5.0[abi_x86_32(-)] ) - nls? ( sys-devel/gettext[abi_x86_32(-)] ) - openal? ( media-libs/openal[abi_x86_32(-)] ) - opengl? ( - virtual/glu[abi_x86_32(-)] - virtual/opengl[abi_x86_32(-)] - ) - png? ( media-libs/libpng:0[abi_x86_32(-)] ) - scanner? ( media-gfx/sane-backends[abi_x86_32(-)] ) - ssl? ( dev-libs/openssl:0[abi_x86_32(-)] ) - v4l? ( media-libs/libv4l[abi_x86_32(-)] ) - media-libs/alsa-lib[abi_x86_32(-)] - >=media-libs/freetype-2.0.0[abi_x86_32(-)] - media-libs/mesa[abi_x86_32(-)] - sys-apps/util-linux[abi_x86_32(-)] - sys-libs/zlib[abi_x86_32(-)] - x11-libs/libICE[abi_x86_32(-)] - x11-libs/libSM[abi_x86_32(-)] - x11-libs/libX11[abi_x86_32(-)] - x11-libs/libXau[abi_x86_32(-)] - x11-libs/libXdmcp[abi_x86_32(-)] - x11-libs/libXext[abi_x86_32(-)] - x11-libs/libXi[abi_x86_32(-)] - x11-libs/libXrandr[abi_x86_32(-)] - x11-libs/libXxf86vm[abi_x86_32(-)] - x11-libs/libxcb[abi_x86_32(-)] -" - -EMUL_DEPS=" - app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] - app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] - app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] - openal? ( app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)] ) - opengl? ( app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] ) - scanner? ( app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] ) - v4l? ( app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] ) -" - -DEPEND="dev-lang/perl - app-arch/unzip - ${PYTHON_DEPS}" - -RDEPEND="${DEPEND} - !prefix? ( sys-libs/glibc ) - >=dev-python/pygtk-2.10[${PYTHON_USEDEP}] - dev-python/dbus-python[${PYTHON_USEDEP}] - dev-util/desktop-file-utils - !app-emulation/crossover-office-pro-bin - !app-emulation/crossover-office-bin - || ( ( ${REGULAR_DEPS} ) ( ${EMUL_DEPS} ) ) - " - -pkg_nofetch() { - einfo "Please visit ${HOMEPAGE}" - einfo "and place ${A} in ${DISTDIR}" -} - -src_unpack() { - # self unpacking zip archive; unzip warns about the exe stuff - unpack_zip ${A} -} - -src_prepare() { - python_fix_shebang . - sed -e 's:/usr/local/etc/xdg /etc/xdg::' -i "${WORKDIR}/bin/locate_gui.sh" \ - || die "Could not patch ${WORKDIR}/bin/locate_gui.sh" - - # Remove unnecessary files - rm -r license.txt guis/ || die "Could not remove files" - use doc || rm -r doc/ || die "Could not remove files" -} - -src_install() { - # Install crossover symlink, bug #476314 - dosym /opt/cxoffice/bin/crossover /opt/bin/crossover - - # Install documentation - dodoc README changelog.txt - rm README changelog.txt || die "Could not remove README and changelog.txt" - - # Install files - dodir /opt/cxoffice - cp -r ./* "${ED}opt/cxoffice" \ - || die "Could not install into ${ED}opt/cxoffice" - - # Install configuration file - insinto /opt/cxoffice/etc - doins share/crossover/data/cxoffice.conf - - # Install requisite directories for menus - dodir "/usr/share/applications" - dodir "/etc/xdg/menus/applications-merged" - - # Install menus - XDG_CONFIG_DIRS="${ED}etc/xdg" \ - XDG_DATA_DIRS="${ED}usr/share" \ - "${ED}opt/cxoffice/bin/cxmenu" --crossover --install \ - || die "Could not install menus" - - # Fix menus - sed -e "s:${ED}:/:" -i "${ED}usr/share/applications/"* \ - || die "Could not fix menus" -} diff --git a/app-emulation/crossover-bin/crossover-bin-13.2.0-r2.ebuild b/app-emulation/crossover-bin/crossover-bin-13.2.0-r2.ebuild new file mode 100644 index 000000000000..f3bb63b87bbc --- /dev/null +++ b/app-emulation/crossover-bin/crossover-bin-13.2.0-r2.ebuild @@ -0,0 +1,143 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-bin/crossover-bin-13.2.0-r2.ebuild,v 1.1 2014/12/20 18:56:20 ryao Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_REQ_USE="threads" + +inherit python-single-r1 unpacker + +DESCRIPTION="Commercial version of app-emulation/wine with paid support." +HOMEPAGE="http://www.codeweavers.com/products/crossover/" +SRC_URI="install-crossover-${PV}.bin" + +LICENSE="CROSSOVER-2" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +IUSE="+capi +cups doc +gphoto2 +gsm +jpeg +lcms +ldap +mp3 +nls +openal +opengl +png +scanner +ssl +v4l" +RESTRICT="fetch test" +QA_FLAGS_IGNORED="opt/cxoffice/.*" +QA_PRESTRIPPED="opt/cxoffice/lib/.* + opt/cxoffice/bin/cxburner + opt/cxoffice/bin/cxntlm_auth + opt/cxoffice/bin/wineserver + opt/cxoffice/bin/unrar + opt/cxoffice/bin/wine-preloader + opt/cxoffice/bin/cxdiag + opt/cxoffice/bin/cxgettext + opt/cxoffice/bin/wineloader + " +S="${WORKDIR}" + +REGULAR_DEPS=" + capi? ( net-dialup/capi4k-utils ) + cups? ( net-print/cups[abi_x86_32(-)] ) + gsm? ( media-sound/gsm[abi_x86_32(-)] ) + jpeg? ( virtual/jpeg[abi_x86_32(-)] ) + lcms? ( media-libs/lcms:2 ) + ldap? ( net-nds/openldap[abi_x86_32(-)] ) + gphoto2? ( media-libs/libgphoto2[abi_x86_32(-)] ) + mp3? ( >=media-sound/mpg123-1.5.0[abi_x86_32(-)] ) + nls? ( sys-devel/gettext[abi_x86_32(-)] ) + openal? ( media-libs/openal[abi_x86_32(-)] ) + opengl? ( + virtual/glu[abi_x86_32(-)] + virtual/opengl[abi_x86_32(-)] + ) + png? ( media-libs/libpng:0[abi_x86_32(-)] ) + scanner? ( media-gfx/sane-backends[abi_x86_32(-)] ) + ssl? ( dev-libs/openssl:0[abi_x86_32(-)] ) + v4l? ( media-libs/libv4l[abi_x86_32(-)] ) + media-libs/alsa-lib[abi_x86_32(-)] + >=media-libs/freetype-2.0.0[abi_x86_32(-)] + media-libs/mesa[abi_x86_32(-)] + sys-apps/util-linux[abi_x86_32(-)] + sys-libs/zlib[abi_x86_32(-)] + x11-libs/libICE[abi_x86_32(-)] + x11-libs/libSM[abi_x86_32(-)] + x11-libs/libX11[abi_x86_32(-)] + x11-libs/libXau[abi_x86_32(-)] + x11-libs/libXdmcp[abi_x86_32(-)] + x11-libs/libXext[abi_x86_32(-)] + x11-libs/libXi[abi_x86_32(-)] + x11-libs/libXrandr[abi_x86_32(-)] + x11-libs/libXxf86vm[abi_x86_32(-)] + x11-libs/libxcb[abi_x86_32(-)] +" + +EMUL_DEPS=" + app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] + app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] + app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] + openal? ( app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)] ) + opengl? ( app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] ) + scanner? ( app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] ) + v4l? ( app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] ) +" + +DEPEND="dev-lang/perl + app-arch/unzip + ${PYTHON_DEPS}" + +RDEPEND="${DEPEND} + !prefix? ( sys-libs/glibc ) + >=dev-python/pygtk-2.10[${PYTHON_USEDEP}] + dev-python/dbus-python[${PYTHON_USEDEP}] + dev-util/desktop-file-utils + !app-emulation/crossover-office-pro-bin + !app-emulation/crossover-office-bin + || ( ( ${REGULAR_DEPS} ) ( ${EMUL_DEPS} ) ) + " + +pkg_nofetch() { + einfo "Please visit ${HOMEPAGE}" + einfo "and place ${A} in ${DISTDIR}" +} + +src_unpack() { + # self unpacking zip archive; unzip warns about the exe stuff + unpack_zip ${A} +} + +src_prepare() { + python_fix_shebang . + sed -e 's:/usr/local/etc/xdg /etc/xdg::' -i "${WORKDIR}/bin/locate_gui.sh" \ + || die "Could not patch ${WORKDIR}/bin/locate_gui.sh" + + # Remove unnecessary files + rm -r license.txt guis/ || die "Could not remove files" + use doc || rm -r doc/ || die "Could not remove files" +} + +src_install() { + # Install crossover symlink, bug #476314 + dosym /opt/cxoffice/bin/crossover /opt/bin/crossover + + # Install documentation + dodoc README changelog.txt + rm README changelog.txt || die "Could not remove README and changelog.txt" + + # Install files + dodir /opt/cxoffice + cp -r ./* "${ED}opt/cxoffice" \ + || die "Could not install into ${ED}opt/cxoffice" + + # Install configuration file + insinto /opt/cxoffice/etc + doins share/crossover/data/cxoffice.conf + + # Install requisite directories for menus + dodir "/usr/share/applications" + dodir "/etc/xdg/menus/applications-merged" + + # Install menus + XDG_CONFIG_DIRS="${ED}etc/xdg" \ + XDG_DATA_DIRS="${ED}usr/share" \ + "${ED}opt/cxoffice/bin/cxmenu" --crossover --install \ + || die "Could not install menus" + + # Fix menus + sed -e "s:${ED}:/:" -i "${ED}usr/share/applications/"* \ + || die "Could not fix menus" +} diff --git a/app-emulation/crossover-bin/crossover-bin-14.0.3.ebuild b/app-emulation/crossover-bin/crossover-bin-14.0.3.ebuild new file mode 100644 index 000000000000..f43d2822f7a3 --- /dev/null +++ b/app-emulation/crossover-bin/crossover-bin-14.0.3.ebuild @@ -0,0 +1,135 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-bin/crossover-bin-14.0.3.ebuild,v 1.1 2014/12/20 18:56:20 ryao Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_REQ_USE="threads" + +inherit python-single-r1 unpacker + +DESCRIPTION="Commercial version of app-emulation/wine with paid support." +HOMEPAGE="http://www.codeweavers.com/products/crossover/" +SRC_URI="install-crossover-${PV}.bin" + +LICENSE="CROSSOVER-2" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +IUSE="+capi +cups doc +gphoto2 +gsm +jpeg +lcms +ldap +mp3 +nls +openal +opengl +png +scanner +ssl +v4l" +RESTRICT="fetch test" +QA_FLAGS_IGNORED="opt/cxoffice/.*" +QA_PRESTRIPPED="opt/cxoffice/lib/.* + opt/cxoffice/bin/cxburner + opt/cxoffice/bin/cxntlm_auth + opt/cxoffice/bin/wineserver + opt/cxoffice/bin/unrar + opt/cxoffice/bin/wine-preloader + opt/cxoffice/bin/cxdiag + opt/cxoffice/bin/cxgettext + opt/cxoffice/bin/wineloader + " +S="${WORKDIR}" + +REGULAR_DEPS=" + capi? ( net-dialup/capi4k-utils ) + cups? ( net-print/cups[abi_x86_32(-)] ) + gsm? ( media-sound/gsm[abi_x86_32(-)] ) + jpeg? ( virtual/jpeg[abi_x86_32(-)] ) + lcms? ( media-libs/lcms:2 ) + ldap? ( net-nds/openldap[abi_x86_32(-)] ) + gphoto2? ( media-libs/libgphoto2[abi_x86_32(-)] ) + mp3? ( >=media-sound/mpg123-1.5.0[abi_x86_32(-)] ) + nls? ( sys-devel/gettext[abi_x86_32(-)] ) + openal? ( media-libs/openal[abi_x86_32(-)] ) + opengl? ( + virtual/glu[abi_x86_32(-)] + virtual/opengl[abi_x86_32(-)] + ) + png? ( media-libs/libpng:0[abi_x86_32(-)] ) + scanner? ( media-gfx/sane-backends[abi_x86_32(-)] ) + ssl? ( dev-libs/openssl:0[abi_x86_32(-)] ) + v4l? ( media-libs/libv4l[abi_x86_32(-)] ) + media-libs/alsa-lib[abi_x86_32(-)] + >=media-libs/freetype-2.0.0[abi_x86_32(-)] + media-libs/mesa[abi_x86_32(-)] + sys-apps/util-linux[abi_x86_32(-)] + sys-libs/zlib[abi_x86_32(-)] + x11-libs/libICE[abi_x86_32(-)] + x11-libs/libSM[abi_x86_32(-)] + x11-libs/libX11[abi_x86_32(-)] + x11-libs/libXau[abi_x86_32(-)] + x11-libs/libXdmcp[abi_x86_32(-)] + x11-libs/libXext[abi_x86_32(-)] + x11-libs/libXi[abi_x86_32(-)] + x11-libs/libXrandr[abi_x86_32(-)] + x11-libs/libXxf86vm[abi_x86_32(-)] + x11-libs/libxcb[abi_x86_32(-)] +" + +EMUL_DEPS=" + app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] + app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] + app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] + openal? ( app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)] ) + opengl? ( app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] ) + scanner? ( app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] ) + v4l? ( app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] ) +" + +DEPEND="dev-lang/perl + app-arch/unzip + ${PYTHON_DEPS}" + +RDEPEND="${DEPEND} + !prefix? ( sys-libs/glibc ) + >=dev-python/pygtk-2.10[${PYTHON_USEDEP}] + dev-python/dbus-python[${PYTHON_USEDEP}] + dev-util/desktop-file-utils + !app-emulation/crossover-office-pro-bin + !app-emulation/crossover-office-bin + || ( ( ${REGULAR_DEPS} ) ( ${EMUL_DEPS} ) ) + " + +pkg_nofetch() { + einfo "Please visit ${HOMEPAGE}" + einfo "and place ${A} in ${DISTDIR}" +} + +src_unpack() { + # self unpacking zip archive; unzip warns about the exe stuff + unpack_zip ${A} +} + +src_prepare() { + python_fix_shebang . + + # Remove unnecessary files + rm -r license.txt guis/ || die "Could not remove files" + use doc || rm -r doc/ || die "Could not remove files" +} + +src_install() { + # Install crossover symlink, bug #476314 + dosym /opt/cxoffice/bin/crossover /opt/bin/crossover + + # Install documentation + dodoc README changelog.txt + rm README changelog.txt || die "Could not remove README and changelog.txt" + + # Install files + dodir /opt/cxoffice + cp -r ./* "${ED}opt/cxoffice" \ + || die "Could not install into ${ED}opt/cxoffice" + + # Install configuration file + insinto /opt/cxoffice/etc + doins share/crossover/data/cxoffice.conf + + # Install menus + # XXX: locate_gui.sh automatically detects *-application-merged directories + # This means what we install will vary depending on the contents of + # /etc/xdg, which is a QA violation. It is not clear how to resolve this. + XDG_CONFIG_HOME="/etc/xdg" \ + "${ED}opt/cxoffice/bin/cxmenu" --destdir="${ED}" --crossover --install \ + || die "Could not install menus" +} diff --git a/app-i18n/transifex-client/Manifest b/app-i18n/transifex-client/Manifest index 1380946a6e2c..29f4c616d81f 100644 --- a/app-i18n/transifex-client/Manifest +++ b/app-i18n/transifex-client/Manifest @@ -1,2 +1,2 @@ DIST transifex-client-0.10.tar.gz 71817 SHA256 fb2ecba162a8ea6c52d57022c14c4016a2b6f048c9f626c1bd27c30e8ee29f1a SHA512 c8134f3fc04953d468c2e6ceb0ef90e8335709bde778c5d7d532b3ea390e71abdf8856b8eaa5acf6507c4e6fd2f918e6b0989b3913ee603cc5987b1a9d6b3964 WHIRLPOOL 34248f0b1d685024b485aa5e324f2450d6e71b72deb4c176419fe6ce768ff3ea486cc48432df569d6141371709bf2e2f853316bf6790974ab03f0ffe6277594e -DIST transifex-client-0.11.beta.tar.gz 210334 SHA256 e926fa8dc99f9843729310e14e417cf83b53e81572c87c0937d1d6297b0d0ba2 SHA512 b0b16a9c6f8684a20ffdbce46aa5db368302567e5a53111d31cf565ed5f67325f2cf2db96226ab3e05ecc7ff96b2ea06bfc81fe0d19ad29a104184f3b294fc96 WHIRLPOOL bdb962305978c58a86527c1b17b67af99db6680baa9caf0721a29cda0400cc66fcf33d178609675df3fcb40355ba536603efdccd39766df6181aca367ce10144 +DIST transifex-client-0.11.1.beta.tar.gz 210515 SHA256 5e91632d39d257295b9c15d9f8b149452d0553d984112865e9b81ad5b91e9f48 SHA512 209bd88af0b6297f3c2d5945f98f955240addd5587679838be456c1e9a0b8b55a482d7ead395839f69500b2b41ad48b19060e2b9e12f1996d0d14780721f0f0e WHIRLPOOL 035c9759c057a6f3d0b69433e0ad84e985a610bd7182701c82df9b4a9e4186ef96e6eb22b72262978943eb4aeeab229eab72482264c9abd5eb6f5e534e1c8957 diff --git a/app-i18n/transifex-client/transifex-client-0.11_beta.ebuild b/app-i18n/transifex-client/transifex-client-0.11.1_beta.ebuild similarity index 88% rename from app-i18n/transifex-client/transifex-client-0.11_beta.ebuild rename to app-i18n/transifex-client/transifex-client-0.11.1_beta.ebuild index b2d3038b326f..6e040dd7e427 100644 --- a/app-i18n/transifex-client/transifex-client-0.11_beta.ebuild +++ b/app-i18n/transifex-client/transifex-client-0.11.1_beta.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/transifex-client/transifex-client-0.11_beta.ebuild,v 1.2 2014/10/04 11:40:44 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/transifex-client/transifex-client-0.11.1_beta.ebuild,v 1.1 2014/12/19 20:35:48 hwoarang Exp $ EAPI=5 diff --git a/app-misc/muttprint/files/muttprint-0.73-r3-pod-encoding.patch b/app-misc/muttprint/files/muttprint-0.73-r3-pod-encoding.patch new file mode 100644 index 000000000000..1a939582c1bf --- /dev/null +++ b/app-misc/muttprint/files/muttprint-0.73-r3-pod-encoding.patch @@ -0,0 +1,36 @@ +diff -Nuar a/doc/manpages/de/muttprint.pod b/doc/manpages/de/muttprint.pod +--- a/doc/manpages/de/muttprint.pod 2006-05-06 09:13:46.000000000 +0200 ++++ b/doc/manpages/de/muttprint.pod 2014-12-19 23:17:31.939783684 +0100 +@@ -1,3 +1,5 @@ ++=encoding latin1 ++ + =head1 NAME + + muttprint - schöner Ausdruck von Mails mit Mutt +diff -Nuar a/doc/manpages/en/muttprint.pod b/doc/manpages/en/muttprint.pod +--- a/doc/manpages/en/muttprint.pod 2006-05-06 09:13:46.000000000 +0200 ++++ b/doc/manpages/en/muttprint.pod 2014-12-19 23:17:15.219783778 +0100 +@@ -1,3 +1,5 @@ ++=encoding latin1 ++ + =head1 NAME + + muttprint - pretty printing of mails with Mutt +diff -Nuar a/doc/manpages/es/muttprint.pod b/doc/manpages/es/muttprint.pod +--- a/doc/manpages/es/muttprint.pod 2006-05-06 09:13:46.000000000 +0200 ++++ b/doc/manpages/es/muttprint.pod 2014-12-19 23:17:25.029783723 +0100 +@@ -1,3 +1,5 @@ ++=encoding latin1 ++ + =head1 NOMBRE + + muttprint - impresión elegante de mensajes de correo con Mutt +diff -Nuar a/doc/manpages/it/muttprint.pod b/doc/manpages/it/muttprint.pod +--- a/doc/manpages/it/muttprint.pod 2006-05-06 09:13:46.000000000 +0200 ++++ b/doc/manpages/it/muttprint.pod 2014-12-19 23:17:39.779783640 +0100 +@@ -1,3 +1,5 @@ ++=encoding latin1 ++ + =head1 NOME + + muttprint - stampa raffinata della posta elettronica con Mutt diff --git a/app-misc/muttprint/muttprint-0.73-r3.ebuild b/app-misc/muttprint/muttprint-0.73-r3.ebuild new file mode 100644 index 000000000000..93e04ee05a49 --- /dev/null +++ b/app-misc/muttprint/muttprint-0.73-r3.ebuild @@ -0,0 +1,75 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/muttprint/muttprint-0.73-r3.ebuild,v 1.1 2014/12/19 22:23:33 nimiux Exp $ + +EAPI=5 + +inherit autotools-utils eutils + +DESCRIPTION="Script for pretty printing of your mails" +HOMEPAGE="http://muttprint.sourceforge.net" +SRC_URI="mirror://sourceforge/muttprint/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="doc" + +DEPEND="dev-lang/perl + virtual/latex-base + doc? ( + app-text/dvipsk + app-text/docbook-sgml-utils[jadetex] )" + +RDEPEND="dev-lang/perl + virtual/latex-base + dev-texlive/texlive-latexextra" + +AUTOTOOLS_IN_SOURCE_BUILD=1 + +patch_docs() { + sed -i -e 's/db2pdf/docbook2pdf/' "${S}"/configure.ac || die + for l in de en es it sl + do + sed -i -e "/^docdir/s/$/-${PV}/" \ + -e 's/db2/docbook2/' -e 's/ -s / -d /' \ + -e "s|manual-${l}-sed/||" \ + -e "s/mv manual-${l}-sed.dvi/cp manual-${l}-sed.dvi/" \ + "${S}"/doc/manual/${l}/Makefile.am || die + done +} + +src_prepare() { + epatch "${FILESDIR}/${P}-warning.patch" + epatch "${FILESDIR}/${P}-manuals.patch" + epatch "${FILESDIR}/${PF}-pod-encoding.patch" + + if use doc ; then + # Patch docbook and docdir + patch_docs + else + # Don't do manuals + sed -i -e '/db2pdf/d' "${S}"/configure.ac || die + fi + sed -i -e "/^docdir/s/$/-${PV}/" "${S}"/Makefile.am || die + + # The distfile does not include the png files, nor penguin.jpg + sed -i -e '/.*png /d' -e '/penguin.jpg /d' "${S}"/pics/Makefile.am || die + + eautoreconf +} + +src_configure() { + econf --docdir="/usr/share/doc/${PF}" +} + +src_compile() { + # Parallel build does not work when USE="doc" + emake -j1 +} + +src_install() { + emake DESTDIR="${D}" install + + dodoc ChangeLog +} diff --git a/app-portage/g-cpan/g-cpan-0.16.6.ebuild b/app-portage/g-cpan/g-cpan-0.16.6.ebuild index fc67a6cb65ac..117c6ebc1afe 100644 --- a/app-portage/g-cpan/g-cpan-0.16.6.ebuild +++ b/app-portage/g-cpan/g-cpan-0.16.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/g-cpan/g-cpan-0.16.6.ebuild,v 1.1 2014/12/19 19:43:56 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/g-cpan/g-cpan-0.16.6.ebuild,v 1.2 2014/12/20 17:31:03 dilfridge Exp $ EAPI=5 @@ -23,7 +23,7 @@ IUSE="" DEPEND="dev-lang/perl >=dev-perl/yaml-0.60 - dev-perl/Shell-EnvImporter + >=dev-perl/Shell-EnvImporter-1.70.0-r2 dev-perl/Log-Agent" RDEPEND="${DEPEND}" diff --git a/app-portage/g-cpan/g-cpan-9999.ebuild b/app-portage/g-cpan/g-cpan-9999.ebuild index bee1525a184f..1e5fc00f59c8 100644 --- a/app-portage/g-cpan/g-cpan-9999.ebuild +++ b/app-portage/g-cpan/g-cpan-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/g-cpan/g-cpan-9999.ebuild,v 1.2 2014/12/19 19:43:56 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/g-cpan/g-cpan-9999.ebuild,v 1.4 2014/12/20 17:48:51 dilfridge Exp $ EAPI=5 @@ -21,11 +21,14 @@ LICENSE="|| ( Artistic GPL-2 )" SLOT="0" IUSE="" -DEPEND="dev-lang/perl - >=dev-perl/yaml-0.60 - dev-perl/Shell-EnvImporter - dev-perl/Log-Agent" -RDEPEND="${DEPEND}" +DEPEND=" + >=dev-perl/yaml-0.60 + >=dev-perl/Shell-EnvImporter-1.70.0-r2 + dev-perl/Log-Agent +" +RDEPEND="${DEPEND} + >=sys-apps/portage-2.0.0 +" src_install() { perl-module_src_install diff --git a/app-text/pandoc/Manifest b/app-text/pandoc/Manifest index a2a4ea479883..e8b8860b7300 100644 --- a/app-text/pandoc/Manifest +++ b/app-text/pandoc/Manifest @@ -6,3 +6,4 @@ DIST pandoc-1.12.4.2.tar.gz 1048263 SHA256 2f47f5f36498d26aa9cda7b93bcee76afedee DIST pandoc-1.12.4.tar.gz 1046258 SHA256 3efb11b90a7af9c22b1e4b33252a6163c38d52142ee1a3cae5e7170586b9fb36 SHA512 5eb566723276a6196114f0416946488ca26d4077d57540cf1b6578d78f826ff97e7fa14bc21a640eccd014155efc5644d287247146e6cebdb8a6df1444cd70f7 WHIRLPOOL 994c3fc53478acd3c742e55a397bf44e3f0caad629e891a30277a2c81296f19eba3976b8af0fbab87c7e99670877baac623b152e027b9fd14ade9ea513b196c9 DIST pandoc-1.12.tar.gz 1161163 SHA256 89781e9a4cb31eec368fd8520394c75ee616636513c6abf5fc0f9d95ab795612 SHA512 082f2c4e726bbe76796dafdbfee79ac4034a1595edabc2966f9f19ea7a1d54b385e403f87af6edfd60ecef9ae9dab6db3290e562e4b69c35b5da5e23a6787e69 WHIRLPOOL b4d9f48f72d6cc6615d0c733b73a9d72cc23694759188722d797018461eab6ebda18bad242c73edb536e5f533a1371e023de06edbc65c5f51b198756c6d4a886 DIST pandoc-1.13.1.tar.gz 1823730 SHA256 7b1bb9b7d66edfbac33796a3f5d3218c2add786b95ea9dfbd497dc0e8ed27e6f SHA512 da699d56916da118159b10306c323f435db2fe0e13a988c319e2ee9faf0082c359b3c7efda03110c20007ae1d23693d0270af095bda90b60dc362f47bf377b8e WHIRLPOOL bcf3ec37e69a76f1bc5a93a34f0822a17516347ec983e3906edbe298cebf3bcfa8e3a1f6136878ca8c69645a7dbcd9122093a3add1911ba54ba03ff8d98497dd +DIST pandoc-1.13.2.tar.gz 1980729 SHA256 e65c445f4454e9efcf1bc8c28754260d7108803bd8979bc2ff3c34705e386d8a SHA512 abaf6e7e2b9fe27048044097e15f0ee2891bfab53c148079aa4b8542d76977ee3ea7492c92924c007a1d16a026f5117d7087d3b3cdebae66789dbd2238025b24 WHIRLPOOL f87e05f601058d5f80c7bdd1f8231b5ed9257f66827bd24d3e1d58095911fba011d753b11462d625d56448ca2fe4e0206605b0b6693c831ae12d865e1cc19c02 diff --git a/app-text/pandoc/pandoc-1.13.2.ebuild b/app-text/pandoc/pandoc-1.13.2.ebuild new file mode 100644 index 000000000000..dae59807ada4 --- /dev/null +++ b/app-text/pandoc/pandoc-1.13.2.ebuild @@ -0,0 +1,81 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.13.2.ebuild,v 1.1 2014/12/20 09:52:26 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.4.4.9999 + +CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Conversion between markup formats" +HOMEPAGE="http://johnmacfarlane.net/pandoc" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="embed_data_files +https make-pandoc-man-pages +network-uri trypandoc" + +RDEPEND=">=dev-haskell/aeson-0.7.0.5:=[profile?] =dev-haskell/base64-bytestring-0.1:=[profile?] =dev-haskell/binary-0.5:=[profile?] =dev-haskell/blaze-html-0.5:=[profile?] =dev-haskell/blaze-markup-0.5.1:=[profile?] =dev-haskell/data-default-0.4:=[profile?] =dev-haskell/deepseq-generics-0.1:=[profile?] =dev-haskell/extensible-exceptions-0.1:=[profile?] =dev-haskell/haddock-library-1.1:=[profile?] =dev-haskell/highlighting-kate-0.5.11.1:=[profile?] =dev-haskell/hslua-0.3:=[profile?] =dev-haskell/http-4000.0.5:=[profile?] =dev-haskell/juicypixels-3.1.6.1:=[profile?] =dev-haskell/mtl-1.1:=[profile?] =dev-haskell/pandoc-types-1.12.4:=[profile?] =dev-haskell/parsec-3.1:=[profile?] =dev-haskell/random-1:=[profile?] =dev-haskell/scientific-0.2:=[profile?] =dev-haskell/sha-1.6:=[profile?] =dev-haskell/syb-0.1:=[profile?] =dev-haskell/tagsoup-0.13.1:=[profile?] =dev-haskell/temporary-1.1:=[profile?] =dev-haskell/texmath-0.8.0.1:=[profile?] =dev-haskell/text-0.11:=[profile?] =dev-haskell/unordered-containers-0.2:=[profile?] =dev-haskell/vector-0.10:=[profile?] =dev-haskell/xml-1.3.12:=[profile?] =dev-haskell/yaml-0.8.8.2:=[profile?] =dev-haskell/zip-archive-0.2.3.4:=[profile?] =dev-haskell/zlib-0.5:=[profile?] =dev-lang/ghc-7.4.1:= + https? ( >=dev-haskell/http-client-0.3.2:=[profile?] =dev-haskell/http-client-tls-0.2:=[profile?] =dev-haskell/http-types-0.8:=[profile?] =dev-haskell/network-2.6:=[profile?] + >=dev-haskell/network-uri-2.6:=[profile?] =dev-haskell/network-2:=[profile?] =dev-haskell/wai-0.3:=[profile?] + dev-haskell/wai-extra:=[profile?] + !https? ( dev-haskell/http-types:=[profile?] ) ) +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 + test? ( >=dev-haskell/ansi-terminal-0.5 =dev-haskell/diff-0.2 =dev-haskell/executable-path-0.0 =dev-haskell/hunit-1.2 =dev-haskell/quickcheck-2.4 =dev-haskell/test-framework-0.3 =dev-haskell/test-framework-hunit-0.2 =dev-haskell/test-framework-quickcheck2-0.2.9 = 4.3 && < 4.7' 'base >= 4.3' +} diff --git a/dev-haskell/deepseq/deepseq-1.3.0.1.ebuild b/dev-haskell/deepseq/deepseq-1.3.0.1.ebuild index 3803aca82e74..4ebdb24dbd75 100644 --- a/dev-haskell/deepseq/deepseq-1.3.0.1.ebuild +++ b/dev-haskell/deepseq/deepseq-1.3.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/deepseq/deepseq-1.3.0.1.ebuild,v 1.10 2014/07/04 14:30:04 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/deepseq/deepseq-1.3.0.1.ebuild,v 1.11 2014/12/20 09:39:01 slyfox Exp $ EAPI=5 @@ -25,3 +25,8 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${MY_P}" CABAL_CORE_LIB_GHC_PV="7.6.* 7.7.20121101 7.7.20121213" + +src_prepare() { + cabal_chdeps \ + 'array >= 0.1 && < 0.5' 'array >= 0.1' +} diff --git a/dev-haskell/highlighting-kate/Manifest b/dev-haskell/highlighting-kate/Manifest index ea03c21e8116..5275c4d681d4 100644 --- a/dev-haskell/highlighting-kate/Manifest +++ b/dev-haskell/highlighting-kate/Manifest @@ -1,3 +1,4 @@ +DIST highlighting-kate-0.5.11.1.tar.gz 862965 SHA256 7b5af011fb86b0358c186245840c95c4c43ada3d98f7b9060d9ce2a0c2e5c2fc SHA512 edeb38e752867c486189fade12fc29db0f5e413e1f732e6115000be8bbb9356d70c76bee58a9114eb1329609529c735abfc5ee7179920f861511e079e88e217e WHIRLPOOL 70624a23af8d37b2ffc7817863c9d30e5c16227a00b8ba1263e8deda5f9c6dbe5a72c6b9cad66891f64f23c0faa5f33d181cd1f6645287a41cebdc7d2057ce25 DIST highlighting-kate-0.5.11.tar.gz 862824 SHA256 7c17c7f1d95dc4e2e18100e1685b8715e538bd03d187a9b3a3de19eb19f9cf49 SHA512 47e9fe8beac41a99fb5857097a6d703b5967484e1a4750cd9784c8f8364dd3c576f53b0d2417481564dfbb0ae8d00248d4a24e1589dc4b767800cc07d4c97a88 WHIRLPOOL aa86b3433dd6b72c3b12bb53829d913416223844db416e568d80eaca5cff65ef2d9c14f72aaa86667d2aaf1b8a6d6389fcf4e3922d2c28eced4fb7fb4a7fffab DIST highlighting-kate-0.5.5.1.tar.gz 684350 SHA256 3ee7f57f3dd4d7602ce293b19286e89cec6003ab529565ec626aeca1753b6f9c SHA512 9985a0acdd613978bc9abb8b4c8fe1d21331bac4d4f80d9b4e31d335d40fb010d77bd037c61879f0d24731f355338edc0a4b12a31786a621d3ce84f3b12f588f WHIRLPOOL 53b51079199f75d50f30dae7b950358528816bc4fb12e6f7e6ca0b95cd4a5d70f1fb59697902954c68354ce2cbafc6533be1f16b9be65a6688e7a1de50817510 DIST highlighting-kate-0.5.5.tar.gz 668017 SHA256 4943b59d2ebe23c73f028c449cf973bdc2ea0f3e9e1f696eb7b7f5049da6fd7a SHA512 50c24f0a7f247ff1c5410aa31b270851c88cc3c24480da332c0a344c6959a7f8748dad4650374844b36eccee0824c991797d8327bf2b15ae055918acf129bd95 WHIRLPOOL 227383e60e6b9f2eddf58eea1936eaf982757a5a54a2c1aefb2dffc36606bc6b5c76b65c19b67c90498a58cd75585a57a152a89125c5e0b401d5096af6a970f0 diff --git a/dev-haskell/highlighting-kate/highlighting-kate-0.5.11.1.ebuild b/dev-haskell/highlighting-kate/highlighting-kate-0.5.11.1.ebuild new file mode 100644 index 000000000000..a4c0410ce94e --- /dev/null +++ b/dev-haskell/highlighting-kate/highlighting-kate-0.5.11.1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/highlighting-kate-0.5.11.1.ebuild,v 1.1 2014/12/20 09:43:33 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.4.4.9999 + +CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Syntax highlighting" +HOMEPAGE="http://github.com/jgm/highlighting-kate" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="executable pcre-light" + +RDEPEND=">=dev-haskell/blaze-html-0.4.2:=[profile?] =dev-lang/ghc-7.4.1:= + pcre-light? ( >=dev-haskell/pcre-light-0.4:=[profile?] =dev-haskell/regex-pcre-builtin-0.94.4.8.8.35:=[profile?] ) +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 + test? ( dev-haskell/diff ) +" + +src_configure() { + # SpecConstr OOMs ghc + [[ $(ghc-version) == 7.8.* ]] && replace-hcflags -O[2-9] -O1 + + haskell-cabal_src_configure \ + $(cabal_flag executable executable) \ + $(cabal_flag pcre-light pcre-light) +} diff --git a/dev-haskell/temporary/temporary-1.1.2.4.ebuild b/dev-haskell/temporary/temporary-1.1.2.4.ebuild index f0c298ae4e31..edb78a690b2d 100644 --- a/dev-haskell/temporary/temporary-1.1.2.4.ebuild +++ b/dev-haskell/temporary/temporary-1.1.2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/temporary/temporary-1.1.2.4.ebuild,v 1.3 2013/11/24 19:33:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/temporary/temporary-1.1.2.4.ebuild,v 1.4 2014/12/20 09:33:55 slyfox Exp $ EAPI=5 @@ -20,4 +20,9 @@ IUSE="" RDEPEND=">=dev-lang/ghc-6.10.4:=" DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6" + >=dev-haskell/cabal-1.6" + +src_prepare() { + cabal_chdeps \ + 'unix >= 2.3 && < 2.7' 'unix >= 2.3' +} diff --git a/dev-haskell/texmath/Manifest b/dev-haskell/texmath/Manifest index e27fe2bf1bed..304449b547b7 100644 --- a/dev-haskell/texmath/Manifest +++ b/dev-haskell/texmath/Manifest @@ -3,4 +3,5 @@ DIST texmath-0.6.5.2.tar.gz 45441 SHA256 749810eb9e01982730c66f11cdaf2af3252ee7d DIST texmath-0.6.6.1.tar.gz 45950 SHA256 b843979807cf054b23fee890fe53bcd0e6afb5bdd6425e6d78e630991d81d968 SHA512 ccb60f9773c964c850ee5f7a7cbffe45d1b5ec16f731829d051b17a6cd5b1d704b2650547e36d215ff0650e88f7a94172b79429432c2c7e1411b70f86a1c3765 WHIRLPOOL dbf22ded817a2fde7a2477f4fe2584c98c89fcf47ab677f59cd914ebc9da3b38f7e53ec73ef6c875bd58fa3bc7a466b9305be0112766df4fe725f01b98948421 DIST texmath-0.6.6.3.tar.gz 46983 SHA256 82db05f65804453dcef692d2422bcff2d3b3ec9b0ea0811a4f49906599329eea SHA512 f6e41b28445751a2d296c9d0effaa95bc4962bb7af037ce277a4b59c0eb8e83caf7389cc420e4839b3737764c2bd7c15277771afdadfbb4310112e9ba5477210 WHIRLPOOL eab30a1bce907612c39e6873e7937038d99ecd099d76f9cac627a8c23662836e436638c339f1743edd59c58f30c8d1b052baeef112233dca47af9ebba4167f0f DIST texmath-0.6.6.tar.gz 46785 SHA256 acdadeb74208579b8f35d63abb8c9b629cd458f12dd2b81be1a63b8d37ad7155 SHA512 97888d3c33505ac7b05921eab476b3caebe3a532cdf9a134949d4cab4f4ee986f291609ff7017aa945e5a03750a8c8a8e84a1257ba106e43be0dc813b3583c33 WHIRLPOOL b6663eeb2715f7b6bfc94022ed57725df5ec4f8e64f62a0b8210c1ad504fde0fbe8db4936018f926fc0bf714abf8da4e45b5c5bc9790128531bfc86d8350027e +DIST texmath-0.8.0.1.tar.gz 1595283 SHA256 9625e7106c76199f1228777569a49900bf300e1f4880c69c22986358d5d5c8cc SHA512 2242dd52ff71813c433cf495e01c091c5d8c01ac95b145eca8f693b5a87db721a09798f3a925944dec10f9057357e7d32e300ddbe6f6f9c07c0e961f28bedd31 WHIRLPOOL 9148be2f1cb0e4fbc97474295ed2b50c5850403ef51293750da425aeac276a7dd182ff9b6442d3902d2fce2adb305989a7658dfcfb25fefb06df222e2ab200c5 DIST texmath-0.8.tar.gz 1613635 SHA256 eb9d558a67ac429055ebf70484b36a58ddbc9df1be59dfbf13146247524911c8 SHA512 561aa51e401ab27b50bc374e665aea8825f105b5dd24d2ccfdee7b59ffaa58f12c8bb87ced04bc00e5735dcde1209f352311b4d5f78929a48ac2e60733bf0fd8 WHIRLPOOL 2280ace00f8c25dea5d2101bc68a5a1a5e07d23d9772bffde9f17bac74d15c8222a5f844d7fc7d650ff228c3bed0944c064b767a0bf9e1074275426eb1d04c91 diff --git a/dev-haskell/texmath/metadata.xml b/dev-haskell/texmath/metadata.xml index fed33d94f990..939c4d76d570 100644 --- a/dev-haskell/texmath/metadata.xml +++ b/dev-haskell/texmath/metadata.xml @@ -17,5 +17,6 @@ Compile test executable. + Get Network.URI from the network-uri package. diff --git a/dev-haskell/texmath/texmath-0.8.0.1.ebuild b/dev-haskell/texmath/texmath-0.8.0.1.ebuild new file mode 100644 index 000000000000..02930e29d309 --- /dev/null +++ b/dev-haskell/texmath/texmath-0.8.0.1.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/texmath/texmath-0.8.0.1.ebuild,v 1.1 2014/12/20 09:44:35 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.4.4.9999 + +CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Conversion between formats used to represent mathematics" +HOMEPAGE="http://github.com/jgm/texmath" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="executable +network-uri" + +RDEPEND="dev-haskell/mtl:=[profile?] + >=dev-haskell/pandoc-types-1.12.3.3:=[profile?] + >=dev-haskell/parsec-3:=[profile?] + dev-haskell/syb:=[profile?] + dev-haskell/xml:=[profile?] + >=dev-lang/ghc-7.4.1:= + executable? ( dev-haskell/aeson:=[profile?] + dev-haskell/split:=[profile?] + dev-haskell/text:=[profile?] ) + network-uri? ( >=dev-haskell/network-uri-2.6:=[profile?] ) + !network-uri? ( :$(tc-getPKG_CONFIG):" \ + -e 's:xft freetype2:xft freetype2 fontconfig:' \ + -i configure.in || die + rm -f configure || die + + tc-export CC + + eautoconf +} + +src_configure() { + local mylibdir=$(get_libdir) + + econf \ + --with-tcl="${EPREFIX}/usr/${mylibdir}" \ + $(use_enable threads) \ + $(use_enable aqua) \ + $(use_enable truetype xft) \ + $(use_enable xscreensaver xss) \ + $(use_enable debug symbols) +} + +src_test() { + Xemake test +} + +src_install() { + #short version number + local v1=$(get_version_component_range 1-2) + local mylibdir=$(get_libdir) + + S= default + + # normalize $S path, bug #280766 (pkgcore) + local nS="$(cd "${S}"; pwd)" + + # fix the tkConfig.sh to eliminate refs to the build directory + # and drop unnecessary -L inclusion to default system libdir + + sed \ + -e "/^TK_BUILD_LIB_SPEC=/s:-L${SPARENT}.*unix *::g" \ + -e "/^TK_LIB_SPEC=/s:-L${EPREFIX}/usr/${mylibdir} *::g" \ + -e "/^TK_SRC_DIR=/s:${SPARENT}:${EPREFIX}/usr/${mylibdir}/tk${v1}/include:g" \ + -e "/^TK_BUILD_STUB_LIB_SPEC=/s:-L${SPARENT}.*unix *::g" \ + -e "/^TK_STUB_LIB_SPEC=/s:-L${EPREFIX}/usr/${mylibdir} *::g" \ + -e "/^TK_BUILD_STUB_LIB_PATH=/s:${SPARENT}.*unix:${EPREFIX}/usr/${mylibdir}:g" \ + -e "/^TK_LIB_FILE=/s:'libtk${v1}..TK_DBGX..so':\"libk${v1}\$\{TK_DBGX\}.so\":g" \ + -i "${ED}"/usr/${mylibdir}/tkConfig.sh || die + if use prefix && [[ ${CHOST} != *-darwin* && ${CHOST} != *-mint* ]] ; then + sed \ + -e "/^TK_CC_SEARCH_FLAGS=/s|'$|:${EPREFIX}/usr/${mylibdir}'|g" \ + -e "/^TK_LD_SEARCH_FLAGS=/s|'$|:${EPREFIX}/usr/${mylibdir}'|" \ + -i "${ED}"/usr/${mylibdir}/tkConfig.sh || die + fi + + # install private headers + insinto /usr/${mylibdir}/tk${v1}/include/unix + doins "${S}"/*.h + insinto /usr/${mylibdir}/tk${v1}/include/generic + doins "${SPARENT}"/generic/*.h + rm -f "${ED}"/usr/${mylibdir}/tk${v1}/include/generic/{tk,tkDecls,tkPlatDecls}.h || die + + # install symlink for libraries + dosym libtk${v1}$(get_libname) /usr/${mylibdir}/libtk$(get_libname) + dosym libtkstub${v1}.a /usr/${mylibdir}/libtkstub.a + + dosym wish${v1} /usr/bin/wish + + dodoc "${SPARENT}"/{ChangeLog*,README,changes} +} diff --git a/dev-lang/tk/tk-8.6.3.ebuild b/dev-lang/tk/tk-8.6.3.ebuild new file mode 100644 index 000000000000..78f3693e71e6 --- /dev/null +++ b/dev-lang/tk/tk-8.6.3.ebuild @@ -0,0 +1,130 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.6.3.ebuild,v 1.1 2014/12/20 09:03:03 polynomial-c Exp $ + +EAPI=5 + +inherit autotools eutils multilib prefix toolchain-funcs versionator virtualx + +MY_P="${PN}${PV/_beta/b}" + +DESCRIPTION="Tk Widget Set" +HOMEPAGE="http://www.tcl.tk/" +SRC_URI="mirror://sourceforge/tcl/${MY_P}-src.tar.gz" + +LICENSE="tcltk" +SLOT="0/8.6" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="debug +threads truetype aqua xscreensaver" + +RDEPEND=" + !aqua? ( + media-libs/fontconfig + x11-libs/libX11 + x11-libs/libXt + truetype? ( x11-libs/libXft ) + xscreensaver? ( x11-libs/libXScrnSaver ) + ) + ~dev-lang/tcl-${PV}" +DEPEND="${RDEPEND} + !aqua? ( x11-proto/xproto )" + +# Not bumped to 8.6 +#RESTRICT=test + +SPARENT="${WORKDIR}/${MY_P}" +S="${SPARENT}"/unix + +src_prepare() { + find \ + "${SPARENT}"/compat/* \ + -delete || die + + epatch \ + "${FILESDIR}"/${PN}-8.5.11-fedora-xft.patch \ + "${FILESDIR}"/${PN}-8.5.13-multilib.patch + + epatch "${FILESDIR}"/${PN}-8.4.15-aqua.patch + eprefixify Makefile.in + + # Bug 125971 + epatch "${FILESDIR}"/${PN}-8.5.14-conf.patch + + # Make sure we use the right pkg-config, and link against fontconfig + # (since the code base uses Fc* functions). + sed \ + -e 's/FT_New_Face/XftFontOpen/g' \ + -e "s:\:$(tc-getPKG_CONFIG):" \ + -e 's:xft freetype2:xft freetype2 fontconfig:' \ + -i configure.in || die + rm -f configure || die + + tc-export CC + + sed \ + -e 's:-O[2s]\?::g' \ + -i tcl.m4 || die + + eautoconf +} + +src_configure() { + local mylibdir=$(get_libdir) + + econf \ + --with-tcl="${EPREFIX}/usr/${mylibdir}" \ + $(use_enable threads) \ + $(use_enable aqua) \ + $(use_enable truetype xft) \ + $(use_enable xscreensaver xss) \ + $(use_enable debug symbols) +} + +src_test() { + Xemake test +} + +src_install() { + #short version number + local v1=$(get_version_component_range 1-2) + local mylibdir=$(get_libdir) + + S= default + + # normalize $S path, bug #280766 (pkgcore) + local nS="$(cd "${S}"; pwd)" + + # fix the tkConfig.sh to eliminate refs to the build directory + # and drop unnecessary -L inclusion to default system libdir + + sed \ + -e "/^TK_BUILD_LIB_SPEC=/s:-L${SPARENT}.*unix *::g" \ + -e "/^TK_LIB_SPEC=/s:-L${EPREFIX}/usr/${mylibdir} *::g" \ + -e "/^TK_SRC_DIR=/s:${SPARENT}:${EPREFIX}/usr/${mylibdir}/tk${v1}/include:g" \ + -e "/^TK_BUILD_STUB_LIB_SPEC=/s:-L${SPARENT}.*unix *::g" \ + -e "/^TK_STUB_LIB_SPEC=/s:-L${EPREFIX}/usr/${mylibdir} *::g" \ + -e "/^TK_BUILD_STUB_LIB_PATH=/s:${SPARENT}.*unix:${EPREFIX}/usr/${mylibdir}:g" \ + -e "/^TK_LIB_FILE=/s:'libtk${v1}..TK_DBGX..so':\"libk${v1}\$\{TK_DBGX\}.so\":g" \ + -i "${ED}"/usr/${mylibdir}/tkConfig.sh || die + if use prefix && [[ ${CHOST} != *-darwin* && ${CHOST} != *-mint* ]] ; then + sed \ + -e "/^TK_CC_SEARCH_FLAGS=/s|'$|:${EPREFIX}/usr/${mylibdir}'|g" \ + -e "/^TK_LD_SEARCH_FLAGS=/s|'$|:${EPREFIX}/usr/${mylibdir}'|" \ + -i "${ED}"/usr/${mylibdir}/tkConfig.sh || die + fi + + # install private headers + insinto /usr/${mylibdir}/tk${v1}/include/unix + doins "${S}"/*.h + insinto /usr/${mylibdir}/tk${v1}/include/generic + doins "${SPARENT}"/generic/*.h + rm -f "${ED}"/usr/${mylibdir}/tk${v1}/include/generic/{tk,tkDecls,tkPlatDecls}.h || die + + # install symlink for libraries + dosym libtk${v1}$(get_libname) /usr/${mylibdir}/libtk$(get_libname) + dosym libtkstub${v1}.a /usr/${mylibdir}/libtkstub.a + + dosym wish${v1} /usr/bin/wish + + dodoc "${SPARENT}"/{ChangeLog*,README,changes} +} diff --git a/dev-libs/libmateweather/Manifest b/dev-libs/libmateweather/Manifest index c18e2c21b98e..211f8c33b397 100644 --- a/dev-libs/libmateweather/Manifest +++ b/dev-libs/libmateweather/Manifest @@ -1,2 +1 @@ -DIST libmateweather-1.6.2.tar.xz 3494708 SHA256 2b8c13d448011f1f6ddedcbff5498d5ae6f34cc6330c36010ba25d4062aeda60 SHA512 b2c883c7170291aaa6d41123b3d4d28032925da66e4215b1be2e2d60dc1ea879e19646c9cee2afef95217947d827c5838fb040e79275ac4cd1764674a25e6568 WHIRLPOOL 8b931847b5491740758d21ea414c6e91c811effde54200868060723dd2d962d91aff9c28898675d9a0b7aed99e28f11b965d66ddc7d5be128c5f7f9c6b3fe413 DIST libmateweather-1.8.0.tar.xz 3530972 SHA256 801ec5512e9099c39ce819a82e2dde62477a3783894a5e7fbfff3493d04607ba SHA512 5942af847b6940f94e2ac48bdeb0d3ae96d1e61e1c3ce28d8a3cfa6e2b5b287e5d9f5a1a63481cbdaaf0595243a87c7a35886dc7fdab09f17527388149dd3422 WHIRLPOOL 8181d254bd836e96adaf6b5b7c8d58f9c0652175ccea78a66db12769840db2401d0b5e1a365660cbfa1463bdd4a312ebcd58738bac631b17c4b6ae39472e168b diff --git a/dev-libs/libmateweather/libmateweather-1.6.2.ebuild b/dev-libs/libmateweather/libmateweather-1.6.2.ebuild deleted file mode 100644 index 37152051dd0c..000000000000 --- a/dev-libs/libmateweather/libmateweather-1.6.2.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmateweather/libmateweather-1.6.2.ebuild,v 1.5 2014/05/04 14:53:15 ago Exp $ - -EAPI="5" - -GCONF_DEBUG="yes" -GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python2_{6,7} ) - -inherit autotools gnome2 python-r1 versionator - -MATE_BRANCH="$(get_version_component_range 1-2)" - -SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" -DESCRIPTION="MATE library to access weather information from online services" -HOMEPAGE="http://mate-desktop.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64" - -IUSE="python" - -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND=">=dev-libs/glib-2.13:2[${PYTHON_USEDEP}] - >=dev-libs/libxml2-2.6:2 - >=net-libs/libsoup-2.42.1:2.4 - >=net-libs/libsoup-gnome-2.25.1:2.4 - >=sys-libs/timezone-data-2010k:0 - x11-libs/gdk-pixbuf:2 - >=x11-libs/gtk+-2.11:2 - virtual/libintl:0 - - python? ( - ${PYTHON_DEPS} - >=dev-python/pygobject-2:2[${PYTHON_USEDEP}] - >=dev-python/pygtk-2:2[${PYTHON_USEDEP}] - )" - -DEPEND="${RDEPEND} - >=dev-util/intltool-0.40.3:* - >=mate-base/mate-common-1.6:0 - sys-devel/gettext:* - virtual/pkgconfig:*" - -src_prepare() { - # Fix python automagic dependency in configure.in. - epatch "${FILESDIR}"/${PN}-1.5.0-fix-automagic-python-support.patch - - # Fix undefined use of MKDIR_P in python/Makefile.am. - epatch "${FILESDIR}"/${PN}-1.6.1-fix-mkdirp.patch - - eautoreconf - - python_copy_sources - python_foreach_impl run_in_build_dir gnome2_src_prepare -} - -src_configure() { - python_foreach_impl run_in_build_dir gnome2_src_configure \ - --enable-locations-compression \ - --disable-all-translations-in-one-xml \ - $(use_enable python) -} - -src_compile() { - python_foreach_impl run_in_build_dir gnome2_src_compile -} - -DOCS="AUTHORS ChangeLog MAINTAINERS NEWS" - -src_install() { - python_foreach_impl run_in_build_dir gnome2_src_install -} diff --git a/dev-libs/libmateweather/libmateweather-1.8.0.ebuild b/dev-libs/libmateweather/libmateweather-1.8.0.ebuild index e560f96c7696..2589a841c6a9 100644 --- a/dev-libs/libmateweather/libmateweather-1.8.0.ebuild +++ b/dev-libs/libmateweather/libmateweather-1.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmateweather/libmateweather-1.8.0.ebuild,v 1.4 2014/07/02 09:45:45 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmateweather/libmateweather-1.8.0.ebuild,v 1.5 2014/12/20 10:34:32 tamiko Exp $ EAPI="5" @@ -44,28 +44,36 @@ DEPEND="${RDEPEND} sys-devel/gettext:* virtual/pkgconfig:*" +my_command() { + if use python ; then + python_foreach_impl run_in_build_dir $@ + else + $@ + fi +} + src_prepare() { # Fix undefined use of MKDIR_P in python/Makefile.am. epatch "${FILESDIR}"/${PN}-1.6.1-fix-mkdirp.patch eautoreconf - python_copy_sources - python_foreach_impl run_in_build_dir gnome2_src_prepare + use python && python_copy_sources + my_command gnome2_src_prepare } src_configure() { - python_foreach_impl run_in_build_dir gnome2_src_configure \ + my_command gnome2_src_configure \ --enable-locations-compression \ --disable-all-translations-in-one-xml \ $(use_enable python) } src_compile() { - python_foreach_impl run_in_build_dir gnome2_src_compile + my_command gnome2_src_compile } DOCS="AUTHORS ChangeLog NEWS" src_install() { - python_foreach_impl run_in_build_dir gnome2_src_install + my_command gnome2_src_install } diff --git a/dev-lisp/sbcl/Manifest b/dev-lisp/sbcl/Manifest index da71248f83f4..3dcacdf315e2 100644 --- a/dev-lisp/sbcl/Manifest +++ b/dev-lisp/sbcl/Manifest @@ -11,3 +11,5 @@ DIST sbcl-1.2.2-source.tar.bz2 4437174 SHA256 5b2c510cdd7300956428c3b9bad78bd730 DIST sbcl-1.2.2-x86-64-linux-binary.tar.bz2 9412798 SHA256 a20779fefd466ad985f530fbd3093b603779efa20f0d3045d75420b4e73d0723 SHA512 aca469a106a848920861f9254f264fe9ce6c025268f43d86a96f69d4f149b16666f33260b12407fcbcbec564126d2a17c4f1b152ce7676cff45ef0762413385b WHIRLPOOL b98aae862ce72fabf1acaefac6a7a76fbb64ed152f7113cc27f4b5be7540a96effb1c1ee65325294666d1fe24fac397b32b5f4987bc7dba88994cf892fc9b823 DIST sbcl-1.2.4-source.tar.bz2 4486150 SHA256 f910059785ffcfa22eb40548e1355f0da979261fbee017baa9ef2c060d777232 SHA512 d524114bfc289e29a372b840dd4e6bbecb10f7f9e0be149b50c44a63aaa40473f62c34843472d36f98df9e63da30c163037302714020de63b2faf5d0c95f4d4c WHIRLPOOL da7ef6fdc413e30a6f594fa50b639fe00166b95adced6c605c9eb348a4444af8705ee6d553f5e5fca75a6f1ecbe477ffefae8cacb46a97526c16b7cb2b838daf DIST sbcl-1.2.4-x86-64-linux-binary.tar.bz2 9450469 SHA256 c9d1c5c309bfa1dc5440ac0c6ee358415b62f87cf092131df9e7c2f718bdb2c2 SHA512 cbcfd4e3872c07cfb1cde10fee6c548c5349f9b08dc765962ca52e32f426386fa2d7160be17c68b7bdad0a648ef4acee0bd098558d9506688d0023c8147eea79 WHIRLPOOL 12079b5f4293c21b46243ce7bd7cdeac1015da7b4a26a6f9536ef5727677ead8fcf621294a900e8548262bc186b33517a9abd8bd3646a74cd08c312f7f156e6c +DIST sbcl-1.2.6-source.tar.bz2 5460124 SHA256 4108035eebdd7af3d4a21bd7cb87443b7e9a8eb31e7f855ca2d4b4be8320f389 SHA512 7d3b453f27be0f825b6fad3fd4f58afd587c14c8c8fd60551504776cb4d75706b925260499c41044da2d519baec31373abc14e0ea7a847bc7fc9a3cacca65d9e WHIRLPOOL d1e0ce7630a831d77d3ae2645a51ed86cc808c9d3f3a0c9af070139142190e60e04df84d178c92eef21238222ecc2abb149c6600b30927e5d5d4dbdbfd46864d +DIST sbcl-1.2.6-x86-64-linux-binary.tar.bz2 10466349 SHA256 9c21e63cc2a023d9d785621d935f6f758dcd688d8f9f30a4753eb6a1a75e2fe2 SHA512 bb2f3f70ab4429dbc1339e17856a126d720e804eb0bd7aede9d1ebe28af5cbe2e29667d54c59101f711f4e7814cec8b0c39ef3756478a1456b1cf67763761635 WHIRLPOOL 0883c771684d92dc908edb4a60a1a9fc5de948e0fc16e019e41b454bd6d3a880dc8615f6be3beb44ed2c08d8543d7ca539d531377ecbce96194f98e39ce6c68b diff --git a/dev-lisp/sbcl/files/bsd-sockets-test-1.2.6.patch b/dev-lisp/sbcl/files/bsd-sockets-test-1.2.6.patch new file mode 100644 index 000000000000..7852979384be --- /dev/null +++ b/dev-lisp/sbcl/files/bsd-sockets-test-1.2.6.patch @@ -0,0 +1,157 @@ +diff -r -U1 sbcl-1.2.6.orig/contrib/sb-bsd-sockets/tests.lisp sbcl-1.2.6/contrib/sb-bsd-sockets/tests.lisp +--- sbcl-1.2.6.orig/contrib/sb-bsd-sockets/tests.lisp 2014-11-30 00:56:58.000000000 +0600 ++++ sbcl-1.2.6/contrib/sb-bsd-sockets/tests.lisp 2014-12-20 20:02:26.863408300 +0600 +@@ -37,11 +37,11 @@ + ;;; for unknown protocols... +-#-(and freebsd sb-thread) +-#-(and dragonfly sb-thread) +-(deftest get-protocol-by-name/error +- (handler-case (get-protocol-by-name "nonexistent-protocol") +- (unknown-protocol () +- t) +- (:no-error () +- nil)) +- t) ++;#-(and freebsd sb-thread) ++;#-(and dragonfly sb-thread) ++;(deftest get-protocol-by-name/error ++; (handler-case (get-protocol-by-name "nonexistent-protocol") ++; (unknown-protocol () ++; t) ++; (:no-error () ++; nil)) ++; t) + +@@ -93,13 +93,13 @@ + +-#-win32 +-(deftest make-inet6-socket.smoke +- (let ((s (make-instance 'inet6-socket :type :stream :protocol (get-protocol-by-name "tcp")))) +- (and (> (socket-file-descriptor s) 1) t)) +- t) +- +-#-win32 +-(deftest make-inet6-socket.keyword +- (let ((s (make-instance 'inet6-socket :type :stream :protocol :tcp))) +- (and (> (socket-file-descriptor s) 1) t)) +- t) ++;#-win32 ++;(deftest make-inet6-socket.smoke ++; (let ((s (make-instance 'inet6-socket :type :stream :protocol (get-protocol-by-name "tcp")))) ++; (and (> (socket-file-descriptor s) 1) t)) ++; t) ++ ++;#-win32 ++;(deftest make-inet6-socket.keyword ++; (let ((s (make-instance 'inet6-socket :type :stream :protocol :tcp))) ++; (and (> (socket-file-descriptor s) 1) t)) ++; t) + +@@ -131,22 +131,22 @@ + +-#-win32 +-(deftest inet6-socket-bind +- (let* ((tcp (get-protocol-by-name "tcp")) +- (address (make-inet6-address "::1")) +- (s1 (make-instance 'inet6-socket :type :stream :protocol tcp)) +- (s2 (make-instance 'inet6-socket :type :stream :protocol tcp))) +- (unwind-protect +- ;; Given the functions we've got so far, if you can think of a +- ;; better way to make sure the bind succeeded than trying it +- ;; twice, let me know +- (progn +- (socket-bind s1 address 0) +- (handler-case +- (let ((port (nth-value 1 (socket-name s1)))) +- (socket-bind s2 address port) +- nil) +- (address-in-use-error () t))) +- (socket-close s1) +- (socket-close s2))) +- t) ++;#-win32 ++;(deftest inet6-socket-bind ++; (let* ((tcp (get-protocol-by-name "tcp")) ++; (address (make-inet6-address "::1")) ++; (s1 (make-instance 'inet6-socket :type :stream :protocol tcp)) ++; (s2 (make-instance 'inet6-socket :type :stream :protocol tcp))) ++; (unwind-protect ++; ;; Given the functions we've got so far, if you can think of a ++; ;; better way to make sure the bind succeeded than trying it ++; ;; twice, let me know ++; (progn ++; (socket-bind s1 address 0) ++; (handler-case ++; (let ((port (nth-value 1 (socket-name s1)))) ++; (socket-bind s2 address port) ++; nil) ++; (address-in-use-error () t))) ++; (socket-close s1) ++; (socket-close s2))) ++; t) + +@@ -217,33 +217,33 @@ + +-#-win32 +-(deftest simple-local-client +- (progn +- ;; SunOS (Solaris) and Darwin systems don't have a socket at +- ;; /dev/log. We might also be building in a chroot or +- ;; something, so don't fail this test just because the file is +- ;; unavailable, or if it's a symlink to some weird character +- ;; device. +- (when (block nil +- (handler-bind ((sb-posix:syscall-error +- (lambda (e) +- (declare (ignore e)) +- (return nil)))) +- (sb-posix:s-issock +- (sb-posix::stat-mode (sb-posix:stat "/dev/log"))))) +- (let ((s (make-instance 'local-socket :type :datagram))) +- (format t "Connecting ~A... " s) +- (finish-output) +- (handler-case +- (socket-connect s "/dev/log") +- (sb-bsd-sockets::socket-error () +- (setq s (make-instance 'local-socket :type :stream)) +- (format t "failed~%Retrying with ~A... " s) +- (finish-output) +- (socket-connect s "/dev/log"))) +- (format t "ok.~%") +- (let ((stream (socket-make-stream s :input t :output t :buffering :none))) +- (format stream +- "<7>bsd-sockets: Don't panic. We're testing local-domain client code; this message can safely be ignored")))) +- t) +- t) ++;#-win32 ++;(deftest simple-local-client ++; (progn ++; ;; SunOS (Solaris) and Darwin systems don't have a socket at ++; ;; /dev/log. We might also be building in a chroot or ++; ;; something, so don't fail this test just because the file is ++; ;; unavailable, or if it's a symlink to some weird character ++; ;; device. ++; (when (block nil ++; (handler-bind ((sb-posix:syscall-error ++; (lambda (e) ++; (declare (ignore e)) ++; (return nil)))) ++; (sb-posix:s-issock ++; (sb-posix::stat-mode (sb-posix:stat "/dev/log"))))) ++; (let ((s (make-instance 'local-socket :type :datagram))) ++; (format t "Connecting ~A... " s) ++; (finish-output) ++; (handler-case ++; (socket-connect s "/dev/log") ++; (sb-bsd-sockets::socket-error () ++; (setq s (make-instance 'local-socket :type :stream)) ++; (format t "failed~%Retrying with ~A... " s) ++; (finish-output) ++; (socket-connect s "/dev/log"))) ++; (format t "ok.~%") ++; (let ((stream (socket-make-stream s :input t :output t :buffering :none))) ++; (format stream ++; "<7>bsd-sockets: Don't panic. We're testing local-domain client code; this message can safely be ignored")))) ++; t) ++; t) + diff --git a/dev-lisp/sbcl/sbcl-1.2.6.ebuild b/dev-lisp/sbcl/sbcl-1.2.6.ebuild new file mode 100644 index 000000000000..0d5fb3379944 --- /dev/null +++ b/dev-lisp/sbcl/sbcl-1.2.6.ebuild @@ -0,0 +1,206 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.2.6.ebuild,v 1.1 2014/12/20 15:37:16 grozin Exp $ + +EAPI=5 +inherit multilib eutils flag-o-matic pax-utils + +#same order as http://www.sbcl.org/platform-table.html +BV_X86=1.0.58 +BV_AMD64=1.2.6 +BV_PPC=1.0.28 +BV_SPARC=1.0.28 +BV_ALPHA=1.0.28 + +DESCRIPTION="Steel Bank Common Lisp (SBCL) is an implementation of ANSI Common Lisp" +HOMEPAGE="http://sbcl.sourceforge.net/" +SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2 + x86? ( mirror://sourceforge/sbcl/${PN}-${BV_X86}-x86-linux-binary.tar.bz2 ) + amd64? ( mirror://sourceforge/sbcl/${PN}-${BV_AMD64}-x86-64-linux-binary.tar.bz2 ) + ppc? ( mirror://sourceforge/sbcl/${PN}-${BV_PPC}-powerpc-linux-binary.tar.bz2 ) + sparc? ( mirror://sourceforge/sbcl/${PN}-${BV_SPARC}-sparc-linux-binary.tar.bz2 ) + alpha? ( mirror://sourceforge/sbcl/${PN}-${BV_ALPHA}-alpha-linux-binary.tar.bz2 )" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="debug doc source +threads +unicode pax_kernel zlib" + +CDEPEND=">=dev-lisp/asdf-3.1:=" +DEPEND="${CDEPEND} + doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 ) + pax_kernel? ( sys-apps/paxctl sys-apps/elfix )" +RDEPEND="${CDEPEND} + elibc_glibc? ( >=sys-libs/glibc-2.6 )" + +# Disable warnings about executable stacks, as this won't be fixed soon by upstream +QA_EXECSTACK="usr/bin/sbcl" + +CONFIG="${S}/customize-target-features.lisp" +ENVD="${T}/50sbcl" + +# Prevent ASDF from using the system libraries +CL_SOURCE_REGISTRY="(:source-registry :ignore-inherited-configuration)" +ASDF_OUTPUT_TRANSLATIONS="(:output-translations :ignore-inherited-configuration)" + +usep() { + use ${1} && echo "true" || echo "false" +} + +sbcl_feature() { + echo "$( [[ ${1} == "true" ]] && echo "(enable ${2})" || echo "(disable ${2})")" >> "${CONFIG}" +} + +sbcl_apply_features() { + sed 's/^X//' > "${CONFIG}" <<-'EOF' + (lambda (list) + X (flet ((enable (x) (pushnew x list)) + X (disable (x) (setf list (remove x list)))) + EOF + if use x86 || use amd64; then + sbcl_feature "$(usep threads)" ":sb-thread" + fi + sbcl_feature "true" ":sb-ldb" + sbcl_feature "false" ":sb-test" + sbcl_feature "$(usep unicode)" ":sb-unicode" + sbcl_feature "$(usep zlib)" ":sb-core-compression" + sbcl_feature "$(usep debug)" ":sb-xref-for-internals" + sed 's/^X//' >> "${CONFIG}" <<-'EOF' + X ) + X list) + EOF + cat "${CONFIG}" +} + +src_unpack() { + unpack ${A} + mv sbcl-*-linux sbcl-binary || die + cd "${S}" +} + +src_prepare() { + epatch "${FILESDIR}"/gentoo-fix_install_man.patch + # bug #468482 + epatch "${FILESDIR}/concurrency-test-${PV}.patch" + # bugs #486552, #527666 + epatch "${FILESDIR}"/bsd-sockets-test-${PV}.patch + + # To make the hardened compiler NOT compile with -fPIE -pie + if gcc-specs-pie ; then + einfo "Disabling PIE..." + epatch "${FILESDIR}"/${PN}-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch + fi + + cp /usr/share/common-lisp/source/asdf/build/asdf.lisp contrib/asdf/ || die + + use source && sed 's%"$(BUILD_ROOT)%$(MODULE).lisp "$(BUILD_ROOT)%' -i contrib/vanilla-module.mk + + # Some shells(such as dash) don't have "time" as builtin + # and we don't want to DEPEND on sys-process/time + sed "s,^time ,," -i make.sh || die + sed "s,/lib,/$(get_libdir),g" -i install.sh || die + # #define SBCL_HOME ... + sed "s,/usr/local/lib,/usr/$(get_libdir),g" -i src/runtime/runtime.c || die + + find . -type f -name .cvsignore -delete +} + +src_configure() { + # customizing SBCL version as per + # http://sbcl.cvs.sourceforge.net/sbcl/sbcl/doc/PACKAGING-SBCL.txt?view=markup + echo -e ";;; Auto-generated by Gentoo\n\"gentoo-${PR}\"" > branch-version.lisp-expr + + # applying customizations + sbcl_apply_features +} + +src_compile() { + local bindir="${WORKDIR}"/sbcl-binary + + strip-unsupported-flags ; filter-flags -fomit-frame-pointer + + if host-is-pax ; then + # To disable PaX on hardened systems + pax-mark -mr "${bindir}"/src/runtime/sbcl + + # Hack to disable PaX on second GENESIS stage + sed -i -e '/^[ \t]*echo \/\/doing warm init - compilation phase$/a\ paxmark.sh -mr \.\/src\/runtime\/sbcl' \ + "${S}"/make-target-2.sh || die "Cannot disable PaX on second GENESIS runtime" + fi + + # clear the environment to get rid of non-ASCII strings, see bug 174702 + # set HOME for paludis + env - HOME="${T}" \ + CC="$(tc-getCC)" AS="$(tc-getAS)" LD="$(tc-getLD)" \ + CPPFLAGS="${CPPFLAGS}" CFLAGS="${CFLAGS}" ASFLAGS="${ASFLAGS}" LDFLAGS="${LDFLAGS}" \ + GNUMAKE=make ./make.sh \ + "sh ${bindir}/run-sbcl.sh --no-sysinit --no-userinit --disable-debugger" \ + || die "make failed" + + # need to set HOME because libpango(used by graphviz) complains about it + if use doc; then + env - HOME="${T}" \ + CL_SOURCE_REGISTRY="(:source-registry :ignore-inherited-configuration)" \ + ASDF_OUTPUT_TRANSLATIONS="(:output-translations :ignore-inherited-configuration)" \ + make -C doc/manual info html || die "Cannot build manual" + env - HOME="${T}" \ + CL_SOURCE_REGISTRY="(:source-registry :ignore-inherited-configuration)" \ + ASDF_OUTPUT_TRANSLATIONS="(:output-translations :ignore-inherited-configuration)" \ + make -C doc/internals info html || die "Cannot build internal docs" + fi +} + +src_test() { + ewarn "Unfortunately, it is known that some tests fail eg." + ewarn "run-program.impure.lisp. This is an issue of the upstream's" + ewarn "development and not of Gentoo's side. Please, before filing" + ewarn "any bug(s) search for older submissions. Thank you." + time ( cd tests && sh run-tests.sh ) +} + +src_install() { + # install system-wide initfile + dodir /etc/ + sed 's/^X//' > "${D}"/etc/sbclrc <<-EOF + ;;; The following is required if you want source location functions to + ;;; work in SLIME, for example. + X + (setf (logical-pathname-translations "SYS") + X '(("SYS:SRC;**;*.*.*" #p"/usr/$(get_libdir)/sbcl/src/**/*.*") + X ("SYS:CONTRIB;**;*.*.*" #p"/usr/$(get_libdir)/sbcl/**/*.*"))) + X + ;;; Setup ASDF2 + (load "/etc/common-lisp/gentoo-init.lisp") + EOF + + # Install documentation + unset SBCL_HOME + INSTALL_ROOT="${D}/usr" LIB_DIR="/usr/$(get_libdir)" DOC_DIR="${D}/usr/share/doc/${PF}" \ + sh install.sh || die "install.sh failed" + + # rm empty directories lest paludis complain about this + find "${D}" -empty -type d -exec rmdir -v {} + + + if use doc; then + dohtml -r doc/manual/ + doinfo doc/manual/*.info* + dohtml -r doc/internals/sbcl-internals + doinfo doc/internals/sbcl-internals.info + docinto internals-notes && dodoc doc/internals-notes/* + else + rm -Rv "${D}/usr/share/doc/${PF}" || die + fi + + dodoc BUGS CREDITS INSTALL NEWS OPTIMIZATIONS PRINCIPLES README TLA TODO + + # install the SBCL source + if use source; then + ./clean.sh + cp -av src "${D}/usr/$(get_libdir)/sbcl/" || die + fi + + # necessary for running newly-saved images + echo "SBCL_HOME=/usr/$(get_libdir)/${PN}" > "${ENVD}" + echo "SBCL_SOURCE_ROOT=/usr/$(get_libdir)/${PN}/src" >> "${ENVD}" + doenvd "${ENVD}" +} diff --git a/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.70.0-r2.ebuild b/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.70.0-r2.ebuild new file mode 100644 index 000000000000..aadac995c21d --- /dev/null +++ b/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.70.0-r2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.70.0-r2.ebuild,v 1.1 2014/12/20 17:26:34 dilfridge Exp $ + +EAPI=5 + +MODULE_AUTHOR=DFARALDO +MODULE_VERSION=1.07 +inherit perl-module + +DESCRIPTION="Import environment variable changes from external commands or shell scripts" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="" + +DEPEND=">=dev-perl/Class-MethodMaker-2" +RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}/${P}-perl520.patch" ) + +SRC_TEST=no diff --git a/dev-perl/Shell-EnvImporter/files/Shell-EnvImporter-1.70.0-perl520.patch b/dev-perl/Shell-EnvImporter/files/Shell-EnvImporter-1.70.0-perl520.patch new file mode 100644 index 000000000000..4ccf44166f39 --- /dev/null +++ b/dev-perl/Shell-EnvImporter/files/Shell-EnvImporter-1.70.0-perl520.patch @@ -0,0 +1,48 @@ +Avoid warnings on perl 5.20. + +"Possible precedence issue with control flow operator + at Shell/EnvImporter/Result.pm line 88" + +This one is due to the fact that "return ..." binds more strongly than +"and", so the function would simply "return $self->shell_status == 0", +disregarding $self->command_status and $self->env_status. +Changing "and" to "&&" solves this issue. + +"Use of uninitialized value $_[1] in read at IO/Handle.pm" + +This is because we don't initialize the hash "%buf" into which we read. +Initializing the relevant keys with the empty string solves this issue. + +References: +* https://rt.cpan.org/Public/Bug/Display.html?id=86171 +* https://github.com/gentoo-perl/g-cpan/issues/6 +* https://github.com/gentoo-perl/g-cpan/issues/6 + +2014-10-21 Martin von Gagern + +diff -ur Shell-EnvImporter-1.07/lib/Shell/EnvImporter/Result.pm Shell-EnvImporter/lib/Shell/EnvImporter/Result.pm +--- Shell-EnvImporter-1.07/lib/Shell/EnvImporter/Result.pm 2006-09-01 03:53:30.000000000 +0200 ++++ Shell-EnvImporter/lib/Shell/EnvImporter/Result.pm 2014-10-21 09:34:00.814867969 +0200 +@@ -84,8 +84,8 @@ + ############### + my $self = shift; + +- return $self->shell_status == 0 and +- $self->command_status == 0 and ++ return $self->shell_status == 0 && ++ $self->command_status == 0 && + $self->env_status == 0; + + } +diff -ur Shell-EnvImporter-1.07/lib/Shell/EnvImporter/Shell.pm Shell-EnvImporter/lib/Shell/EnvImporter/Shell.pm +--- Shell-EnvImporter-1.07/lib/Shell/EnvImporter/Shell.pm 2009-07-03 07:00:30.000000000 +0200 ++++ Shell-EnvImporter/lib/Shell/EnvImporter/Shell.pm 2014-10-21 09:35:08.010881726 +0200 +@@ -183,7 +183,7 @@ + my $s = IO::Select->new($fh{'STDOUT'}, $fh{'STDERR'}); + + my $t0 = time; +- my %buf; ++ my %buf = (STDOUT => '', STDERR => ''); + while (1) { + + my @ready = $s->can_read(); diff --git a/dev-python/beaker/Manifest b/dev-python/beaker/Manifest index 266758a36f3d..8c62acb669b7 100644 --- a/dev-python/beaker/Manifest +++ b/dev-python/beaker/Manifest @@ -1,4 +1 @@ -DIST Beaker-1.5.4.tar.gz 46238 SHA256 a13dc6ae0e9490c85fc2c1ba035ea5b21cd684ee3b4b70b6a9e473f0550a716b SHA512 cafcd27bf048af193727970e6a75958cc503fb7d7535ccb8c745cceaa85c6ac2f5df35ec38b2267442b8655a9db03be805ca6ec1150bbbad6bac6c990b2440d8 WHIRLPOOL 447bede97949401d4075c6c1038bc6b475728a84b4a088bd0bf9412a2520ddf78ec18e66a835900160d60881397e997be0159aaeaf47f4a5fecf294ecb4c96b1 -DIST Beaker-1.6.2.tar.gz 52442 SHA256 23e42350783dc6457f5b771b195f0e47be8605a9a75786cb35e0ecb8c1d430ea SHA512 926f6d3fe30f1706e3093c7ac94c6e2a90e11a4f227bc96423c1bb49e21a445f7f5b3c9819a5d740e57acb010eb87c729902ae933c6e18ab5cf1f9c7e8fd6733 WHIRLPOOL 5e63c7521d55cc8226e6436bd91b1865e3422010076a935ec346bdc6156d05f72e9fd530e84f50ade5506b7729c07dead56813c256da9e3d293c6dbdb5f73787 -DIST Beaker-1.6.3.tar.gz 52159 SHA256 3db8badfbbb6891159303201d4c876442cd3dbc22ec92144b5666f05ea62faa8 SHA512 5ecec8a5589e23597265e9d46dfdf63daf7f470523e957d8f50bff51f8991a8c09e07fe85f0735b05e1fca3ac71c08aa2ccdf9073c6862940f2e67f5a81889eb WHIRLPOOL b05afc12bfc76caeea923602aa5397ae0ea8b71044d06eb9c5ea169365878571ee06ee5146d6cac9580faf34b9b0052113254a5d49e8cf14b8524c14fa098d61 DIST Beaker-1.6.4.tar.gz 54480 SHA256 5b06dcc9f7b1921bc962235c4051aa5f3f5d3609f42faa6064dc614ace031a3a SHA512 5a6835d01d0b1bee57844525f1223d74edd26f07cc769df6a8cfa77f44dda4435eb96639175928a1caf7c4f927ac3a674c0fd0e7f50f1aea91da7880de3a6704 WHIRLPOOL 13162d6733b69966133c17171b6725e0a2e7c2f56942bbc591ff3992dee50d7a5e91cc11a6a4ae775a9ec3dab805c2ae352982f0b1670190325b11d06a2e52a9 diff --git a/dev-python/beaker/beaker-1.5.4-r1.ebuild b/dev-python/beaker/beaker-1.5.4-r1.ebuild deleted file mode 100644 index e2851db7eeb2..000000000000 --- a/dev-python/beaker/beaker-1.5.4-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beaker/beaker-1.5.4-r1.ebuild,v 1.4 2012/10/13 19:03:41 armin76 Exp $ - -EAPI="3" -SUPPORT_PYTHON_ABIS="1" -PYTHON_TESTS_RESTRICTED_ABIS="3.*" -PYTHON_TESTS_FAILURES_TOLERANT_ABIS="*-jython" -DISTUTILS_SRC_TEST="nosetests" - -inherit distutils - -MY_PN="Beaker" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A Session and Caching library with WSGI Middleware" -HOMEPAGE="http://beaker.groovie.org/ http://pypi.python.org/pypi/Beaker" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm ~ia64 ppc ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" -IUSE="test" - -DEPEND="dev-python/setuptools - test? ( dev-python/webtest )" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - distutils_src_prepare - - # Workaround for http://bugs.python.org/issue11276. - sed -e "s/import anydbm/& as anydbm/;/import anydbm/a dbm = anydbm" -i beaker/container.py -} diff --git a/dev-python/beaker/beaker-1.6.2.ebuild b/dev-python/beaker/beaker-1.6.2.ebuild deleted file mode 100644 index ae6839e3784f..000000000000 --- a/dev-python/beaker/beaker-1.6.2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beaker/beaker-1.6.2.ebuild,v 1.4 2012/10/13 19:03:41 armin76 Exp $ - -EAPI="3" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4" -PYTHON_TESTS_RESTRICTED_ABIS="3.*" -PYTHON_TESTS_FAILURES_TOLERANT_ABIS="*-jython" -DISTUTILS_SRC_TEST="nosetests" - -inherit distutils - -MY_PN="Beaker" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A Session and Caching library with WSGI Middleware" -HOMEPAGE="http://beaker.groovie.org/ http://pypi.python.org/pypi/Beaker" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" -IUSE="test" - -DEPEND="dev-python/setuptools - test? ( dev-python/webtest )" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - distutils_src_prepare - - # Workaround for http://bugs.python.org/issue11276. - sed -e "s/import anydbm/& as anydbm/;/import anydbm/a dbm = anydbm" -i beaker/container.py -} diff --git a/dev-python/beaker/beaker-1.6.3.ebuild b/dev-python/beaker/beaker-1.6.3.ebuild deleted file mode 100644 index bfb66769209f..000000000000 --- a/dev-python/beaker/beaker-1.6.3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beaker/beaker-1.6.3.ebuild,v 1.2 2012/10/13 19:03:41 armin76 Exp $ - -EAPI="3" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4" -PYTHON_TESTS_RESTRICTED_ABIS="3.*" -PYTHON_TESTS_FAILURES_TOLERANT_ABIS="*-jython" -DISTUTILS_SRC_TEST="nosetests" - -inherit distutils - -MY_PN="Beaker" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A Session and Caching library with WSGI Middleware" -HOMEPAGE="http://beaker.groovie.org/ http://pypi.python.org/pypi/Beaker" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" -IUSE="test" - -DEPEND="dev-python/setuptools - test? ( dev-python/webtest )" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - distutils_src_prepare - - # Workaround for http://bugs.python.org/issue11276. - sed -e "s/import anydbm/& as anydbm/;/import anydbm/a dbm = anydbm" -i beaker/container.py -} diff --git a/dev-python/beaker/beaker-1.6.4-r1.ebuild b/dev-python/beaker/beaker-1.6.4-r1.ebuild index 4544a41e90db..a5e51bbb9f4b 100644 --- a/dev-python/beaker/beaker-1.6.4-r1.ebuild +++ b/dev-python/beaker/beaker-1.6.4-r1.ebuild @@ -1,14 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beaker/beaker-1.6.4-r1.ebuild,v 1.12 2014/11/23 17:08:04 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beaker/beaker-1.6.4-r1.ebuild,v 1.13 2014/12/20 09:30:58 idella4 Exp $ EAPI=5 -# py2.5 seems to have db problems -# pypy random exceptions, someone should take a closer look, it may -# be just the usual test suite overload # py3.3 unfit with some types -PYTHON_COMPAT=( python{2_6,2_7,3_2} ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 @@ -43,14 +40,7 @@ python_prepare_all() { python_test() { cp -r -l tests "${BUILD_DIR}"/ || die - - if [[ ${EPYTHON} == python3.* ]]; then - # Notes: - # -W is not supported by python3.1 - # -n causes Python to write into hardlinked files - 2to3 --no-diffs -w "${BUILD_DIR}"/tests || die - fi - - cd "${BUILD_DIR}"/tests || die + pushd "${BUILD_DIR}"/tests > /dev/null nosetests || die "Tests fail with ${EPYTHON}" + popd > /dev/null } diff --git a/dev-python/cherrypy/Manifest b/dev-python/cherrypy/Manifest index 6e1f662852aa..4b7b96fbcd88 100644 --- a/dev-python/cherrypy/Manifest +++ b/dev-python/cherrypy/Manifest @@ -1,7 +1,2 @@ -DIST CherryPy-2.3.0.tar.gz 241999 SHA256 a41e1b31ab723f50223b303991bb4e1a420a05deb2f4ab923a2ceadece4854cf SHA512 71359ff92354abc7c2156d0f66e361c16b145180e04bb14c9bb2ebae474de6a3c8a3b266363dd6df370c21b559112cbe122fcdf08d68f03f755000bb8ca4eca8 WHIRLPOOL a74b3fff30c776fb51f0dcec97e7f4e676a60a2791901ebf037abaf0e3cc59598b985e467dbabf712af013da8ca77c1925e6b53d65e523f7d535e8ecdcd6213a DIST CherryPy-3.1.2.tar.gz 319196 SHA256 0dfd65507b047d54c09849e7a4b8bdd3616fa8776a5dbff7697cbf6ea1559bf6 SHA512 968b1c7caa64a47d4e998083ca829fdb700b904eb243e0785e1cf490e034f4e883bbfe29680430ecc9c8000beec2c46b3fe24061e8d5e22aab666b5fe86e3ca6 WHIRLPOOL ef6349d26da654c11e0097be5f71cff79cfa21b81ed1f1e15d9c3f5dcc983d8a605a21a9cf6e34ab49160a1cb1b31ac6c2fff967be06a78c501289f80dd0977c -DIST CherryPy-3.2.0.tar.gz 921937 SHA256 0a70d163ee33b892df064ab70d097d0fc125c74fc0c6da418b2964bb1d6d18fe SHA512 3cdf8b65b819d1c3af08c68e12e8c972ba1c313432cb0c822993cb7f14dd8544a73e778a3fcc956667da1c51d224b4561f354a03eeba371d54cdea5369f5a27d WHIRLPOOL bb4c9858e45e0d44fc56446c1820dca0c0bf87b8ce133f6d158fe48b74afd3fb594ee8bd98dfca36cc6719efb6e896cf9f616433459acb379a12d0e32e0eb146 -DIST CherryPy-3.2.1.tar.gz 568070 SHA256 e1d1f51dd51ebf11efb157c36a4b8df4f5d5cb62af073b3ca50a9284ce83128d SHA512 8c8e5672bebfdcada7ffed17f2f160154db00d2c42b78b53277292c443495dfd2f8c07d2cbb1496c5cd39219b338e93e9efc8989ebcf04fcedc8f40beab97a8a WHIRLPOOL 22daf41e03854edbd53ceb711d002d0cb67f2c3df5319f347dc16d01d57058a7fe6b77abb3184fe77fbbb00777ab9947dc08d5dd06e585b71dc20b441833c6de -DIST CherryPy-3.2.2.tar.gz 414099 SHA256 dc5a88562795c2ee462dac5b37aba1cf4f34f3e27281ec11049227039308b691 SHA512 89cebf63d48df5bec880bcbc13b3e2ae6da76f59c06803177cc8d6905e2d4444de7bb9a63189e3d6a3fd82e2a2464f419cfa74c60b2765e9ef89866847d55b7e WHIRLPOOL b9407b60d6138e00f1ead9367f973a34fd591ab858a836251a70c8df693f2d62cb06d4497b19e147fbd963bccf3ba9cafbf57dbacceb8241653d55400bfd2a7a -DIST CherryPy-3.2.5.tar.gz 423774 SHA256 1a0ce16d06d9d3b587af6122b7b19c9a9ce521d51640d21a155626c9c76aa7e7 SHA512 562a8dbacf35dc64ba015ab01cdf076eb6c58a21df67fc9cb3936ff37f3d6dad6271595ba431920533f3cc6c6c10896d9a36e818fada70d87ae041d7f00d97d8 WHIRLPOOL 65aa21bbe77c720f999bc07d57dfe191a9eb96f8740c941b4bc0e3279fb863e2685bf8b0a388a7bf745993964c16117ed367eff371dc0e3dc4dee3bf13fc95cd DIST CherryPy-3.3.0.tar.gz 429204 SHA256 f8829bf1b4f613833b690b33b2fd00b1da4ef98df3c70240f78ee91b70f4a5a2 SHA512 605d1ca5694cd8c5237f2115ef2ca39d7290b90c82b91c3699cfb59ad346c3506a1b78ad0502f89de43f8711d01afbbc2eb82f00f86ffbc0fcd63c1def88f0a4 WHIRLPOOL 406c735ae3b5f52408bab6fdde32684caeeb2092b4b0124b12cd43923beb1b11e899069ed48d395839bbb55e202e748ad2cb4e0c626ed29a0d2ff0bfef8aae5b diff --git a/dev-python/cherrypy/cherrypy-2.3.0.ebuild b/dev-python/cherrypy/cherrypy-2.3.0.ebuild deleted file mode 100644 index 4c903abcdba8..000000000000 --- a/dev-python/cherrypy/cherrypy-2.3.0.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-2.3.0.ebuild,v 1.4 2010/11/14 21:05:42 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -MY_P="CherryPy-${PV}" - -DESCRIPTION="CherryPy is a pythonic, object-oriented HTTP framework" -HOMEPAGE="http://www.cherrypy.org/ http://pypi.python.org/pypi/CherryPy" -SRC_URI="http://download.cherrypy.org/${PN}/${PV}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc test" - -DEPEND="dev-python/setuptools - test? ( >=dev-python/webtest-1.0 )" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - # Remove test_cache_filter, only works outside of portage - sed -i \ - -e '/raw_input/d' \ - -e "/'test_cache_filter',/d" \ - cherrypy/test/test.py || die "sed failed" - - sed -i \ - -e 's/"cherrypy.tutorial",//' \ - -e "/('cherrypy\/tutorial',/, /),/d" \ - -e 's/distutils.core/setuptools/' \ - setup.py || die "sed failed" -} - -src_test() { - testing() { - PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" cherrypy/test/test.py - } - python_execute_function testing -} - -src_install() { - distutils_src_install - - if use doc; then - insinto /usr/share/doc/${PF} - doins -r cherrypy/tutorial - fi -} diff --git a/dev-python/cherrypy/cherrypy-3.2.0.ebuild b/dev-python/cherrypy/cherrypy-3.2.0.ebuild deleted file mode 100644 index 1b1d9b818b27..000000000000 --- a/dev-python/cherrypy/cherrypy-3.2.0.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-3.2.0.ebuild,v 1.6 2011/04/23 18:16:03 armin76 Exp $ - -EAPI="3" -SUPPORT_PYTHON_ABIS="1" -DISTUTILS_SRC_TEST="nosetests" - -inherit distutils - -MY_P="CherryPy-${PV}" - -DESCRIPTION="CherryPy is a pythonic, object-oriented HTTP framework" -HOMEPAGE="http://www.cherrypy.org/ http://pypi.python.org/pypi/CherryPy" -SRC_URI="http://download.cherrypy.org/${PN}/${PV}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ia64 ppc x86 ~amd64-linux ~x86-linux ~x86-macos" -IUSE="doc" - -DEPEND="dev-python/setuptools" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - distutils_src_prepare - sed -i \ - -e 's/"cherrypy.tutorial", //' \ - -e "/('cherrypy\/tutorial',/,/),/d" \ - setup.py || die "sed failed" -} - -src_test() { - testing() { - PYTHONPATH="build-${PYTHON_ABI}/lib" nosetests -P -s py$(python_get_version --major)/cherrypy/test - } - python_execute_function testing -# python_execute_nosetests -e -P 'build-${PYTHON_ABI}/lib' -- -P -s 'py$(python_get_version --major)/cherrypy/test' -} - -src_install() { - distutils_src_install - - delete_tests() { - rm -fr "${ED}$(python_get_sitedir)/cherrypy/test" - } - python_execute_function -q delete_tests - - if use doc; then - insinto /usr/share/doc/${PF} - # py2/cherrypy/tutorial and py3/cherrypy/tutorial are identical. - doins -r py3/cherrypy/tutorial || die "Installation of documentation failed" - fi -} diff --git a/dev-python/cherrypy/cherrypy-3.2.1.ebuild b/dev-python/cherrypy/cherrypy-3.2.1.ebuild deleted file mode 100644 index a7a2a1c1c300..000000000000 --- a/dev-python/cherrypy/cherrypy-3.2.1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-3.2.1.ebuild,v 1.2 2011/12/28 22:44:07 floppym Exp $ - -EAPI="3" -PYTHON_DEPEND="*:2.5" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4" -DISTUTILS_SRC_TEST="nosetests" - -inherit distutils - -MY_P="CherryPy-${PV}" - -DESCRIPTION="CherryPy is a pythonic, object-oriented HTTP framework" -HOMEPAGE="http://www.cherrypy.org/ http://pypi.python.org/pypi/CherryPy" -SRC_URI="http://download.cherrypy.org/${PN}/${PV}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos" -IUSE="doc" - -DEPEND="dev-python/setuptools" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - distutils_src_prepare - sed -i \ - -e 's/"cherrypy.tutorial", //' \ - -e "/('cherrypy\/tutorial',/,/),/d" \ - -e "/LICENSE.txt/d" \ - setup.py || die "sed failed" -} - -src_test() { - distutils_src_test < /dev/tty -} - -src_install() { - distutils_src_install - - delete_tests() { - rm -fr "${ED}$(python_get_sitedir)/cherrypy/test" - } - python_execute_function -q delete_tests - - if use doc; then - insinto /usr/share/doc/${PF} - doins -r cherrypy/tutorial || die "Installation of documentation failed" - fi -} diff --git a/dev-python/cherrypy/cherrypy-3.2.2-r1.ebuild b/dev-python/cherrypy/cherrypy-3.2.2-r1.ebuild deleted file mode 100644 index 342d3ec27f5a..000000000000 --- a/dev-python/cherrypy/cherrypy-3.2.2-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-3.2.2-r1.ebuild,v 1.10 2014/03/31 20:48:31 mgorny Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy pypy2_0 ) - -inherit distutils-r1 - -MY_P="CherryPy-${PV}" - -DESCRIPTION="CherryPy is a pythonic, object-oriented HTTP framework" -HOMEPAGE="http://www.cherrypy.org/ http://pypi.python.org/pypi/CherryPy" -SRC_URI="http://download.cherrypy.org/${PN}/${PV}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ia64 ppc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" -IUSE="test" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] )" -RDEPEND="" -S="${WORKDIR}/${MY_P}" -# Both req'd for test phase -DISTUTILS_IN_SOURCE_BUILD=1 -DISTUTILS_NO_PARALLEL_BUILD=1 - -python_prepare_all() { - sed -e 's:test_file_stream:_&:' -i cherrypy/test/test_static.py || die - distutils-r1_python_prepare_all -} - -python_test() { - # https://bitbucket.org/cherrypy/cherrypy/issue/1308/testsuite-failures-x-5-test_file_stream - if python_is_python3; then - sed -e 's:test_HTTP11_pipelining:_&:' -i cherrypy/test/test_conn.py || die - elif [[ "${EPYTHON}" == "pypy-c2.0" || "${EPYTHON}" == "pypy-c" ]]; then - einfo "done" - sed -e 's:testEscapedOutput:_&:' \ - -e 's:testNormalReturn:_&:' \ - -e 's:testTracebacks:_&:' \ - -e 's:testNormalYield:_&:' \ - -i cherrypy/test/test_logging.py || die - fi - # This really doesn't sit well with multiprocessing - nosetests < /dev/tty || die "Testing failed with ${EPYTHON}" -} diff --git a/dev-python/cherrypy/cherrypy-3.2.2.ebuild b/dev-python/cherrypy/cherrypy-3.2.2.ebuild deleted file mode 100644 index 4b34a9871f45..000000000000 --- a/dev-python/cherrypy/cherrypy-3.2.2.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-3.2.2.ebuild,v 1.2 2012/07/17 02:07:57 vapier Exp $ - -EAPI="4" -PYTHON_DEPEND="*:2.5" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4" -DISTUTILS_SRC_TEST="nosetests" - -inherit distutils - -MY_P="CherryPy-${PV}" - -DESCRIPTION="CherryPy is a pythonic, object-oriented HTTP framework" -HOMEPAGE="http://www.cherrypy.org/ http://pypi.python.org/pypi/CherryPy" -SRC_URI="http://download.cherrypy.org/${PN}/${PV}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos" -IUSE="doc" - -DEPEND="dev-python/setuptools" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - distutils_src_prepare - sed -i \ - -e 's/"cherrypy.tutorial", //' \ - -e "/('cherrypy\/tutorial',/,/),/d" \ - -e "/LICENSE.txt/d" \ - setup.py || die "sed failed" -} - -src_test() { - distutils_src_test < /dev/tty -} - -src_install() { - distutils_src_install - - delete_tests() { - rm -fr "${ED}$(python_get_sitedir)/cherrypy/test" - } - python_execute_function -q delete_tests - - if use doc; then - insinto /usr/share/doc/${PF} - doins -r cherrypy/tutorial - fi -} diff --git a/dev-python/cherrypy/cherrypy-3.2.5.ebuild b/dev-python/cherrypy/cherrypy-3.2.5.ebuild deleted file mode 100644 index f1e6adcc7660..000000000000 --- a/dev-python/cherrypy/cherrypy-3.2.5.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-3.2.5.ebuild,v 1.2 2014/04/05 21:07:43 floppym Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy pypy2_0 ) - -inherit distutils-r1 - -MY_P="CherryPy-${PV}" - -DESCRIPTION="CherryPy is a pythonic, object-oriented HTTP framework" -HOMEPAGE="http://www.cherrypy.org/ http://pypi.python.org/pypi/CherryPy" -SRC_URI="mirror://pypi/C/CherryPy/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" -IUSE="test" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] )" -RDEPEND="" -S="${WORKDIR}/${MY_P}" - -DISTUTILS_IN_SOURCE_BUILD=1 - -PATCHES=( - "${FILESDIR}"/cherrypy-3.2.5-issue1234.patch -) - -python_prepare_all() { - # Prevent interactive failures (hangs) in the test suite - sed -i -e "s/interactive = True/interactive = False/" cherrypy/test/webtest.py || die - distutils-r1_python_prepare_all -} - -python_test() { - # Failure in test_file_stream - # https://bitbucket.org/cherrypy/cherrypy/issue/1308/testsuite-failures-x-5-test_file_stream - - # This really doesn't sit well with multiprocessing - nosetests -e test_file_stream < /dev/tty || die "Testing failed with ${EPYTHON}" -} - -src_test() { - DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test -} diff --git a/dev-python/cherrypy/cherrypy-3.3.0.ebuild b/dev-python/cherrypy/cherrypy-3.3.0.ebuild index 62011fe63e75..1fa7ba7d7f1f 100644 --- a/dev-python/cherrypy/cherrypy-3.3.0.ebuild +++ b/dev-python/cherrypy/cherrypy-3.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-3.3.0.ebuild,v 1.8 2014/12/07 12:01:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-3.3.0.ebuild,v 1.9 2014/12/20 03:54:09 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -51,7 +51,3 @@ python_test() { nosetests "${exclude[@]}" < /dev/tty || die "Testing failed with ${EPYTHON}" fi } - -src_test() { - DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test -} diff --git a/dev-python/cherrypy/files/cherrypy-3.2.5-issue1234.patch b/dev-python/cherrypy/files/cherrypy-3.2.5-issue1234.patch deleted file mode 100644 index fd76c5e9cb36..000000000000 --- a/dev-python/cherrypy/files/cherrypy-3.2.5-issue1234.patch +++ /dev/null @@ -1,10 +0,0 @@ -https://bitbucket.org/cherrypy/cherrypy/issue/1234 - ---- cherrypy/test/test_tools.py -+++ cherrypy/test/test_tools.py -@@ -407,4 +407,4 @@ - sa = cherrypy.lib.cptools.SessionAuth() - res = sa.login_screen(None, username=unicodestr('nobody'), - password=unicodestr('anypass')) -- self.assertIsInstance(res, bytestr) -+ self.assertTrue(isinstance(res, bytestr)) diff --git a/dev-python/cssselect/Manifest b/dev-python/cssselect/Manifest index 9ea550540369..0c5e347a4ff3 100644 --- a/dev-python/cssselect/Manifest +++ b/dev-python/cssselect/Manifest @@ -1,3 +1,2 @@ -DIST cssselect-0.6.1.tar.gz 29679 SHA256 b35683a6526e24240606b46caf6f7c154a3c0f4ac4137fd2b073ddcfcb25445f SHA512 55b9a621fcef4f5897ca78c8e9d93ab0fa68af5de9b2bc20d1500e269c1f910c25c723b5eae1c2a1046000b73095895a07649072a4e3c787639d299021fd0367 WHIRLPOOL 2c69852751335b19469ea0e74cd396c9ffc70b64f8e2059e9dbd4a684866aa0b85df76b7d3a33ff816da78aa6f9a75b63bf56e21f430ed19bd4c205419453574 DIST cssselect-0.7.1.tar.gz 30480 SHA256 74f411a349fcfb676b68336fcae8799ba9fbb0a0446562f544dee019fb0e2ae7 SHA512 e1efcde9ac6e1989114febe8775e1151e402044bfad0e122b090dca7e3bf4c099afe192a721f272aca285a1fd7376b6af4323a3c1471b5d0327398ac5dda5f4e WHIRLPOOL a2c58218bab9e2d4c85333d99481959a6ed5a2bb2b9fb6bba66ac07d35cb6df73d17e18c7f727c09aa9fd5242af7efd8c062d92fb9a3e2356c69cfd0f6ad0760 DIST cssselect-0.9.1.tar.gz 32952 SHA256 0535a7e27014874b27ae3a4d33e8749e345bdfa62766195208b7996bf1100682 SHA512 c4cd2c8d6fbfa99b836554685dd59e1e794e1fab06fcf4419a226b0608a05d58be5af54e507003f2a233a22f03d59d3d63c0bf19b3314f15c95ab3ce5f4db6cc WHIRLPOOL 0fabe49d4f504069eb782ba98c93a34fa9433fd4d10a545f46f5aa1a5fb3a898580f4e17d744052590e18fe7a0f06feca0527d86ac243282e826caddfb410324 diff --git a/dev-python/cssselect/cssselect-0.6.1.ebuild b/dev-python/cssselect/cssselect-0.6.1.ebuild deleted file mode 100644 index a6ee95ed92ce..000000000000 --- a/dev-python/cssselect/cssselect-0.6.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cssselect/cssselect-0.6.1.ebuild,v 1.8 2012/10/13 17:34:14 armin76 Exp $ - -EAPI=4 - -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*" - -inherit distutils - -DESCRIPTION="parses CSS3 Selectors and translates them to XPath 1.0" -HOMEPAGE="http://packages.python.org/cssselect/ http://pypi.python.org/pypi/cssselect" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="doc test" - -DEPEND="dev-python/setuptools - doc? ( dev-python/sphinx ) - test? ( dev-python/lxml )" -RDEPEND="" - -DOCS="AUTHORS CHANGES README.rst" - -src_compile() { - distutils_src_compile - if use doc ; then - "$(PYTHON -f)" setup.py build_sphinx || die - fi -} - -src_test() { - testing() { - PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" ${PN}/tests.py -v - } - python_execute_function testing -} - -src_install() { - distutils_src_install - if use doc ; then - dohtml -r docs/_build/html/ - fi -} diff --git a/dev-python/cssselect/cssselect-0.7.1-r1.ebuild b/dev-python/cssselect/cssselect-0.7.1-r1.ebuild index a86888ea32f4..0ecdd8aed92e 100644 --- a/dev-python/cssselect/cssselect-0.7.1-r1.ebuild +++ b/dev-python/cssselect/cssselect-0.7.1-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cssselect/cssselect-0.7.1-r1.ebuild,v 1.10 2014/01/18 15:57:30 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cssselect/cssselect-0.7.1-r1.ebuild,v 1.11 2014/12/20 04:50:20 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_3} ) inherit distutils-r1 diff --git a/dev-python/cssselect/cssselect-0.7.1.ebuild b/dev-python/cssselect/cssselect-0.7.1.ebuild deleted file mode 100644 index 5fe57afa6589..000000000000 --- a/dev-python/cssselect/cssselect-0.7.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cssselect/cssselect-0.7.1.ebuild,v 1.6 2012/11/14 19:31:03 scarabeus Exp $ - -EAPI=4 - -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*" - -inherit distutils - -DESCRIPTION="parses CSS3 Selectors and translates them to XPath 1.0" -HOMEPAGE="http://packages.python.org/cssselect/ http://pypi.python.org/pypi/cssselect" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" -IUSE="doc test" - -DEPEND="dev-python/setuptools - doc? ( dev-python/sphinx ) - test? ( dev-python/lxml )" -RDEPEND="" - -DOCS="AUTHORS CHANGES README.rst" - -src_compile() { - distutils_src_compile - if use doc ; then - "$(PYTHON -f)" setup.py build_sphinx || die - fi -} - -src_test() { - testing() { - PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" ${PN}/tests.py -v - } - python_execute_function testing -} - -src_install() { - distutils_src_install - if use doc ; then - dohtml -r docs/_build/html/ - fi -} diff --git a/dev-python/cssselect/cssselect-0.9.1.ebuild b/dev-python/cssselect/cssselect-0.9.1.ebuild index 8082a0254076..016814a51ac1 100644 --- a/dev-python/cssselect/cssselect-0.9.1.ebuild +++ b/dev-python/cssselect/cssselect-0.9.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cssselect/cssselect-0.9.1.ebuild,v 1.3 2014/06/18 16:01:24 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cssselect/cssselect-0.9.1.ebuild,v 1.4 2014/12/20 04:50:20 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 diff --git a/dev-python/feedparser/Manifest b/dev-python/feedparser/Manifest index 2b1a96a5620b..666cbb2fbb27 100644 --- a/dev-python/feedparser/Manifest +++ b/dev-python/feedparser/Manifest @@ -1,5 +1 @@ -DIST feedparser-5.0.1.tar.bz2 204146 SHA256 57fe918773969eb20fb7b94ab1ae5d3b7eb4a8ce29f49ebc3766fa7f6a4974cb SHA512 d913d09c10850b96a21ae300b613ff8a040fc535804fca59130298808802b30d1e940a35567b5ea78fb17ec4c63328d4f658d380a29c22df42339e96164fef57 WHIRLPOOL c2821b76ecbb8880fc1fcb357376024d4eaec4c30447d6501f2b61fac6abadc603eef5cf7ea161f4b1d4bf9fc92ada5328f8d7d3720001554d41e056c3a36e2a -DIST feedparser-5.1.1.tar.bz2 198754 SHA256 ae099763f4538aa08c5021d42ba6ce5b9b6218e71423c96031153f379955481a SHA512 5374066a352c8227d7d924d88f65839c746fabcd974e4a3b48f989c54750c242f6639d50f092d198793826dfd4ccba08e49dd2dd25b673ec40a4a92bba9bd7a6 WHIRLPOOL 054db561379162589ef9bcd870c9ae0e0379ba1f2f0c31aa50bb5a9b0bf5407af7f61483b4395ad95c03bec511493cc2e8e0076c516bb3215508db99cc1f8026 -DIST feedparser-5.1.2.tar.bz2 199404 SHA256 b7773afb41481add990539baeb0e441811ec48cb8c1b6c2911cabbe9c5d9d1d0 SHA512 433a0ebb39af1edc67d52e6ef515e1fa9e5499eaebc847312cd796b90e84a16668706981624db78ddcfa32369c0b0492af4461af7499f1df7655938b1d509621 WHIRLPOOL 8aebf0f2046b3c33d173beee5eecd4288e61d0be6ae013ea0b6ffe54864ad164e60ff03eff4ed80e945c4173685f03500298e12df5aaa04503efc90ee5a07427 DIST feedparser-5.1.3.tar.bz2 202373 SHA256 7f6507d400d07edfd1ea8205da36808009b0c539f5b8a6e0ab54337b955e6dc3 SHA512 6a0374e001295566316ad86a581c875cd367fc6200e30296bf917cdff7fa2a83c05565b747c37079f38755ce94565d56890a995be7ee020d0f9466ee1b7c079b WHIRLPOOL bacb6cf0563ee7feb476ea4b767586cb6fbd649d036f72f18b60330e4b4120ccb1e65a923e121108eecf64ea2343fd7a40dd56d7bf71384ff3f52ad20a59a54b -DIST feedparser-5.1.tar.bz2 195506 SHA256 91a28a76b5cbaf7457a22e47e04347568a1f21fac85c806867ac72d32aabe718 SHA512 9882a6c1cc79918d0b2e38b4028eb612ee7a341d1e6a48ebf6d3de876b7b7e50412cd5963131493465b8cc3dd67704f6ab46702612af75008ac6677fb354e8c5 WHIRLPOOL 6ce5be70f9dadddf77c7fe0b6e50994cbcb1ca6e482753ec3955ba961bd9f8741fdef4c20fc184c06a0e3d1c778a20ca6e1d5ec12669ad1f786a495b94417038 diff --git a/dev-python/feedparser/feedparser-5.0.1.ebuild b/dev-python/feedparser/feedparser-5.0.1.ebuild deleted file mode 100644 index 1600881de7a3..000000000000 --- a/dev-python/feedparser/feedparser-5.0.1.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-5.0.1.ebuild,v 1.9 2011/11/16 19:10:07 hwoarang Exp $ - -EAPI="3" -SUPPORT_PYTHON_ABIS="1" -# 877 errors with Python 3. -PYTHON_TESTS_RESTRICTED_ABIS="3.* *-jython" -PYTHON_TESTS_FAILURES_TOLERANT_ABIS="*" - -inherit distutils eutils - -DESCRIPTION="Parse RSS and Atom feeds in Python" -HOMEPAGE="http://code.google.com/p/feedparser/ http://pypi.python.org/pypi/feedparser" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2" - -# sgmllib is licensed under PSF-2. -LICENSE="BSD-2 PSF-2" -SLOT="0" -KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="" - -DEPEND="" -RDEPEND="" - -DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1" -DOCS="LICENSE NEWS" -PYTHON_MODNAME="feedparser.py _feedparser_sgmllib.py" - -src_prepare() { - mv feedparser/sgmllib3.py feedparser/_feedparser_sgmllib.py || die "Renaming sgmllib3.py failed" - epatch "${FILESDIR}/${P}-sgmllib.patch" - - distutils_src_prepare - - preparation() { - if [[ "${PYTHON_ABI}" == 3.* ]]; then - 2to3-${PYTHON_ABI} -nw --no-diffs feedparser/{feedparser.py,feedparsertest.py} || return 1 - else - # Avoid SyntaxErrors with Python 2. - echo "raise ImportError" > feedparser/_feedparser_sgmllib.py || return 1 - fi - } - python_execute_function -s preparation -} - -src_compile() { - PYTHONPATH="feedparser" distutils_src_compile -} - -src_test() { - testing() { - cd feedparser || return 1 - PYTHONPATH="." "$(PYTHON)" feedparsertest.py - } - python_execute_function -s testing -} - -src_install() { - PYTHONPATH="feedparser" distutils_src_install -} diff --git a/dev-python/feedparser/feedparser-5.1.1.ebuild b/dev-python/feedparser/feedparser-5.1.1.ebuild deleted file mode 100644 index 78b4b63fe43a..000000000000 --- a/dev-python/feedparser/feedparser-5.1.1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-5.1.1.ebuild,v 1.1 2012/03/20 17:54:19 sping Exp $ - -EAPI="4" -SUPPORT_PYTHON_ABIS="1" -PYTHON_TESTS_RESTRICTED_ABIS="*-jython" -PYTHON_TESTS_FAILURES_TOLERANT_ABIS="*" - -inherit distutils eutils - -DESCRIPTION="Parse RSS and Atom feeds in Python" -HOMEPAGE="http://code.google.com/p/feedparser/ http://pypi.python.org/pypi/feedparser" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2" - -# sgmllib is licensed under PSF-2. -LICENSE="BSD-2 PSF-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="" - -DEPEND="dev-python/setuptools" -RDEPEND="" - -DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1" -PYTHON_MODNAME="feedparser.py _feedparser_sgmllib.py" - -src_prepare() { - mv feedparser/sgmllib3.py feedparser/_feedparser_sgmllib.py || die "Renaming sgmllib3.py failed" - epatch "${FILESDIR}/${PN}-5.1-sgmllib.patch" - - sed -e "/import feedparser/isys.path.insert(0, '../build/lib')" -i feedparser/feedparsertest.py - - distutils_src_prepare - - preparation() { - if [[ "${PYTHON_ABI}" == 3.* ]]; then - 2to3-${PYTHON_ABI} -nw --no-diffs feedparser/feedparsertest.py - else - # Avoid SyntaxErrors with Python 2. - echo "raise ImportError" > feedparser/_feedparser_sgmllib.py - fi - } - python_execute_function -s preparation -} - -src_test() { - testing() { - cd feedparser || return 1 - "$(PYTHON)" feedparsertest.py - } - python_execute_function -s testing -} diff --git a/dev-python/feedparser/feedparser-5.1.2.ebuild b/dev-python/feedparser/feedparser-5.1.2.ebuild deleted file mode 100644 index 46ee33f5cd94..000000000000 --- a/dev-python/feedparser/feedparser-5.1.2.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-5.1.2.ebuild,v 1.6 2012/06/08 18:10:10 ranger Exp $ - -EAPI="4" -SUPPORT_PYTHON_ABIS="1" -PYTHON_TESTS_RESTRICTED_ABIS="*-jython" -PYTHON_TESTS_FAILURES_TOLERANT_ABIS="*" - -inherit distutils eutils - -DESCRIPTION="Parse RSS and Atom feeds in Python" -HOMEPAGE="http://code.google.com/p/feedparser/ http://pypi.python.org/pypi/feedparser" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2" - -# sgmllib is licensed under PSF-2. -LICENSE="BSD-2 PSF-2" -SLOT="0" -KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="" - -DEPEND="dev-python/setuptools" -RDEPEND="" - -DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1" -PYTHON_MODNAME="feedparser.py _feedparser_sgmllib.py" - -src_prepare() { - mv feedparser/sgmllib3.py feedparser/_feedparser_sgmllib.py || die "Renaming sgmllib3.py failed" - epatch "${FILESDIR}/${PN}-5.1-sgmllib.patch" - - sed -e "/import feedparser/isys.path.insert(0, '../build/lib')" -i feedparser/feedparsertest.py - - distutils_src_prepare - - preparation() { - if [[ "${PYTHON_ABI}" == 3.* ]]; then - 2to3-${PYTHON_ABI} -nw --no-diffs feedparser/feedparsertest.py - else - # Avoid SyntaxErrors with Python 2. - echo "raise ImportError" > feedparser/_feedparser_sgmllib.py - fi - } - python_execute_function -s preparation -} - -src_test() { - testing() { - cd feedparser || return 1 - "$(PYTHON)" feedparsertest.py - } - python_execute_function -s testing -} diff --git a/dev-python/feedparser/feedparser-5.1.ebuild b/dev-python/feedparser/feedparser-5.1.ebuild deleted file mode 100644 index 00b36f377834..000000000000 --- a/dev-python/feedparser/feedparser-5.1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-5.1.ebuild,v 1.1 2012/01/03 04:18:13 floppym Exp $ - -EAPI="4" -SUPPORT_PYTHON_ABIS="1" -PYTHON_TESTS_RESTRICTED_ABIS="*-jython" -PYTHON_TESTS_FAILURES_TOLERANT_ABIS="*" - -inherit distutils eutils - -DESCRIPTION="Parse RSS and Atom feeds in Python" -HOMEPAGE="http://code.google.com/p/feedparser/ http://pypi.python.org/pypi/feedparser" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2" - -# sgmllib is licensed under PSF-2. -LICENSE="BSD-2 PSF-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="" - -DEPEND="dev-python/setuptools" -RDEPEND="" - -DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1" -PYTHON_MODNAME="feedparser.py _feedparser_sgmllib.py" - -src_prepare() { - mv feedparser/sgmllib3.py feedparser/_feedparser_sgmllib.py || die "Renaming sgmllib3.py failed" - epatch "${FILESDIR}/${P}-sgmllib.patch" - - sed -e "/import feedparser/isys.path.insert(0, '../build/lib')" -i feedparser/feedparsertest.py - - distutils_src_prepare - - preparation() { - if [[ "${PYTHON_ABI}" == 3.* ]]; then - 2to3-${PYTHON_ABI} -nw --no-diffs feedparser/feedparsertest.py - else - # Avoid SyntaxErrors with Python 2. - echo "raise ImportError" > feedparser/_feedparser_sgmllib.py - fi - } - python_execute_function -s preparation -} - -src_test() { - testing() { - cd feedparser || return 1 - "$(PYTHON)" feedparsertest.py - } - python_execute_function -s testing -} diff --git a/dev-python/graphcanvas/graphcanvas-4.0.2-r1.ebuild b/dev-python/graphcanvas/graphcanvas-4.0.2-r1.ebuild index ee12f001aa6c..672c50efa9d4 100644 --- a/dev-python/graphcanvas/graphcanvas-4.0.2-r1.ebuild +++ b/dev-python/graphcanvas/graphcanvas-4.0.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/graphcanvas/graphcanvas-4.0.2-r1.ebuild,v 1.1 2013/04/16 08:04:44 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/graphcanvas/graphcanvas-4.0.2-r1.ebuild,v 1.2 2014/12/19 23:01:21 idella4 Exp $ EAPI=5 @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="examples" -RDEPEND="dev-python/networkx +RDEPEND="dev-python/networkx[${PYTHON_USEDEP}] >=dev-python/enable-4[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/graphcanvas/graphcanvas-4.0.2.ebuild b/dev-python/graphcanvas/graphcanvas-4.0.2.ebuild deleted file mode 100644 index fd78b41a974d..000000000000 --- a/dev-python/graphcanvas/graphcanvas-4.0.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/graphcanvas/graphcanvas-4.0.2.ebuild,v 1.1 2013/04/08 07:17:06 patrick Exp $ - -EAPI=4 - -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.5 3.* *-jython" -DISTUTILS_SRC_TEST="nosetests" - -inherit distutils virtualx - -DESCRIPTION="Enthought Tool Suite: Interactive Graph (network) Visualization" -HOMEPAGE="http://pypi.python.org/pypi/graphcanvas" -SRC_URI="http://www.enthought.com/repo/ets/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="examples test" - -RDEPEND="dev-python/networkx - dev-python/enable" -DEPEND="dev-python/setuptools - test? ( - ${RDEPEND} - media-fonts/font-cursor-misc - media-fonts/font-misc-misc - x11-apps/xhost - )" - -src_test() { - VIRTUALX_COMMAND="distutils_src_test" virtualmake -} - -src_install() { - find -name "*LICENSE*.txt" -delete - distutils_src_install - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi -} diff --git a/dev-python/html2text/Manifest b/dev-python/html2text/Manifest index d71ed55e0847..bb52f0a3fe74 100644 --- a/dev-python/html2text/Manifest +++ b/dev-python/html2text/Manifest @@ -1,3 +1,2 @@ DIST html2text-2014.4.5.tar.gz 30177 SHA256 b6f37556650a32cd625c56f2db3fa2ca2d57a7ff0a4be7a3b9118dd911c8efd6 SHA512 740750f838f0370c6b05bb1538d3de99cfd074acc95923440b14818b934e49df1ad0864bfe1a4fcf0b8fd3c9c402a4b2edaeabe992aa0870acc7ce3b6cd3924a WHIRLPOOL 502c08327cbd98ac08e19ff42b633cb7f08204123aa4a8d15826c4137976367cd7e7073660aa61788301d1817ade02be93a014caeb2ca6c53311df5fcf8adc55 -DIST html2text-3.02.tar.gz 5067 SHA256 8a440067b95569ac705e2ea056bb6dfebaedf7992cbb6b4e4b830811368f8111 SHA512 3962b848a77b727036ece8879b8d533aaeef1ac4795bd946bdc36906d4c3d8b433cd192f6773e71c2620aa590b007aaa112723e23a2c829b1bc1baf7d20513de WHIRLPOOL 3160d5314496879c05267b787dd1702a4857e19d769f6c7bf1c992f0f9cee028a7d8526f7efa63587c26e2bb5726d8a37ed5e9306c89e3e92395783c36bbd4c6 DIST html2text-3.200.3.tar.gz 21446 SHA256 040a4ace61446ab1e323e71e95e8ce16a5f0cc889027f17974ef8be1391721df SHA512 4e0d4a422c9aeae92431180ad3fb86ff37adf4dfb3d6bfff288a653b18f20d1b596fb201da0c60637d186700ca6cc84caf705f390bd3260e79a18938d81a93f1 WHIRLPOOL 0bac76c72f4d6cc233e9b8f938560b45df40c0ba891fc9f2bfcc83491d0cca77e12d31626c8e34735f1a3ce09683d6ea72e5833448af68918392275e0794b0cb diff --git a/dev-python/html2text/html2text-3.02.ebuild b/dev-python/html2text/html2text-3.02.ebuild deleted file mode 100644 index 82e5b95e33e1..000000000000 --- a/dev-python/html2text/html2text-3.02.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/html2text-3.02.ebuild,v 1.4 2014/08/10 21:11:59 slyfox Exp $ - -EAPI="3" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="*-jython" - -inherit distutils - -DESCRIPTION="Turn HTML into equivalent Markdown-structured text" -HOMEPAGE="http://www.aaronsw.com/2002/html2text/ https://github.com/aaronsw/html2text http://pypi.python.org/pypi/html2text" -SRC_URI="https://github.com/aaronsw/html2text/tarball/${PV}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="dev-python/chardet - dev-python/feedparser" -DEPEND="${RDEPEND} - dev-python/setuptools" - -S="${WORKDIR}/aaronsw-${PN}-d9bf7d6" - -PYTHON_MODNAME="html2text.py" diff --git a/dev-python/html2text/html2text-3.200.3-r1.ebuild b/dev-python/html2text/html2text-3.200.3-r1.ebuild deleted file mode 100644 index eaa4c2a4fbfe..000000000000 --- a/dev-python/html2text/html2text-3.200.3-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/html2text-3.200.3-r1.ebuild,v 1.4 2014/08/10 21:11:59 slyfox Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_{6,7},3_{2,3}} pypy pypy2_0 ) - -inherit distutils-r1 - -DESCRIPTION="Turn HTML into equivalent Markdown-structured text" -HOMEPAGE="http://www.aaronsw.com/2002/html2text/ - https://github.com/aaronsw/html2text http://pypi.python.org/pypi/html2text" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-python/chardet[${PYTHON_USEDEP}] - dev-python/feedparser[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" - -PATCHES=( "${FILESDIR}/${PN}-rename.patch" ) diff --git a/dev-python/ipy/Manifest b/dev-python/ipy/Manifest index 32cade92b166..bff91d79f3ef 100644 --- a/dev-python/ipy/Manifest +++ b/dev-python/ipy/Manifest @@ -1,3 +1,2 @@ DIST IPy-0.75.tar.gz 28459 SHA256 0fa14af4792cc0b6f61cb5a1cd8fbdf7ddbaa6864ef82681021b750e9e6b2b61 SHA512 6ecf42da4bbb60ff6ca5891dbb54b133b7b544625feac13377c4704beb13f90d1ddc12a704ac8659442d0bc8397dcb5d3a1a965b6140287d261676f55b16bbb5 WHIRLPOOL 184725a674b7b0a2601e457599f0b1a5c8f460391009a9b62a141b2d806e8dff5e82bd567f6c864c90972e5914b618526fefcfe52323d3f724e893bf5ede94df -DIST IPy-0.76.tar.gz 29139 SHA256 b19441f3e311deb298a1ec7a16a3ce0d09b0ffde69ce3d608f59ec8481b3a6af SHA512 bdebd4d081b0f6e33f11e334f7e3e099515b8d60abe791a845f083d8e74d9c34b276217b9302e20835d660253451430779f54090d68b4e88f91019b0edf5beb4 WHIRLPOOL acf6f5f0105ff65b9f5be9179699258f83713fe510cb35f51a8618c137794620b09d7b734fcd713d72bab6ba04babc75ce69d3fe64a403f2ba6adf57ce05f5d3 DIST IPy-0.81.tar.gz 32318 SHA256 4bc17a9b5e72e893a034e77193b82c2bc321ddf8d8c345281f2bb81bb007b939 SHA512 6a760818f5463ff5ee118c4a3cb08be54a8a460a73eb37cf7ccc44941c0b118e9c81ec4fdb48d4e957375b3b0487d6a55c1657996d19884ab137b867f3b1dbfc WHIRLPOOL be21836c1fd880b6a3952d14f2e60b8e6c65f929c191e474929d13e54afeb6095d1f5bed9b102023813fba1c42e65eae181cdfcc120ba6aa0f9a9e3f4e49268c diff --git a/dev-python/ipy/ipy-0.76-r1.ebuild b/dev-python/ipy/ipy-0.76-r1.ebuild deleted file mode 100644 index e925afcdc8ba..000000000000 --- a/dev-python/ipy/ipy-0.76-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ipy-0.76-r1.ebuild,v 1.6 2014/03/31 21:19:47 mgorny Exp $ - -EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) - -inherit distutils-r1 - -MY_PN="IPy" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Class and tools for handling of IPv4 and IPv6 addresses and networks" -HOMEPAGE="https://github.com/haypo/python-ipy/wiki http://pypi.python.org/pypi/IPy" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" - -DOCS=( ChangeLog README ) - -python_test() { - # doctests for py3 unaltered read py2 files from "${S}" causing total failure - cp -r test_doc.py README test "${BUILD_DIR}" || die - pushd "${BUILD_DIR}" > /dev/null || die - "${PYTHON}" test/test_IPy.py || die "Tests fail with ${EPYTHON}" - "${PYTHON}" test_doc.py || die "Doctests fail with ${EPYTHON}" - popd > /dev/null || die -} diff --git a/dev-python/ipy/ipy-0.76.ebuild b/dev-python/ipy/ipy-0.76.ebuild deleted file mode 100644 index 653824ea6828..000000000000 --- a/dev-python/ipy/ipy-0.76.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ipy-0.76.ebuild,v 1.1 2013/03/26 03:41:40 patrick Exp $ - -EAPI="3" -PYTHON_DEPEND="*:2.5" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4" - -inherit distutils - -MY_PN="IPy" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Class and tools for handling of IPv4 and IPv6 addresses and networks" -HOMEPAGE="https://github.com/haypo/python-ipy/wiki http://pypi.python.org/pypi/IPy" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" - -DOCS="ChangeLog README" -PYTHON_MODNAME="IPy.py" - -src_test() { - testing() { - PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" test/test_IPy.py - } - python_execute_function testing -} diff --git a/dev-python/ipy/ipy-0.81.ebuild b/dev-python/ipy/ipy-0.81.ebuild index fe86500cacff..ccc3929ef80d 100644 --- a/dev-python/ipy/ipy-0.81.ebuild +++ b/dev-python/ipy/ipy-0.81.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ipy-0.81.ebuild,v 1.4 2014/11/25 09:16:57 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ipy-0.81.ebuild,v 1.5 2014/12/20 13:24:37 idella4 Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 diff --git a/dev-python/llvmlite/Manifest b/dev-python/llvmlite/Manifest index a2fbe2ff506c..969fd4362e2d 100644 --- a/dev-python/llvmlite/Manifest +++ b/dev-python/llvmlite/Manifest @@ -1 +1,2 @@ DIST llvmlite-0.2.0.tar.gz 75363 SHA256 19addeab1c9aa39627f36efd084bedf1c9c1b913dfdecd7066589b23c9f20c59 SHA512 aa6994d6442243302875c06069b3fc44df55f029b98c145c212586f5ab9fab3ca15a57170c2088d60b052efbe52af6e209020e9abe03dcfb46186ee7e3b9c72d WHIRLPOOL ad83bb28c48aaf3784564957c02f310dc3f4121caba6e6f05c232f4cc799162dfe44c84cf30b74e6b9ef80c1bfabb5e5a53d9efdcc54737eaa365e21a6ab89d4 +DIST llvmlite-0.2.1.tar.gz 67340 SHA256 48c9217db60d496ffef9d15bcb493b84757fc08b95b0332ca418a21344fd3f6b SHA512 d2b705ec275bfd6ed87b0b536eb0223d9aba53bf77227ed54b43a7efa1ea5df44a10624613bcb724a7520df77d1417b96567d41efe5825a5bde217343816263c WHIRLPOOL c59c1d5af1f8f7c22dd28d54619e6385a56e1d12fcbe4af2dd18be82ea1d841348ccd9c01b8e3efd144d5e36326b627f46a65b84e0d0bd5be789da20d3d0cb13 diff --git a/dev-python/llvmlite/llvmlite-0.2.1.ebuild b/dev-python/llvmlite/llvmlite-0.2.1.ebuild new file mode 100644 index 000000000000..4e69761cf864 --- /dev/null +++ b/dev-python/llvmlite/llvmlite-0.2.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/llvmlite/llvmlite-0.2.1.ebuild,v 1.1 2014/12/20 04:33:04 patrick Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +inherit distutils-r1 + +DESCRIPTION="Python wrapper around the llvm C++ library" +HOMEPAGE="https://pypi.python.org/pypi/llvmlite" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +RDEPEND=">=sys-devel/llvm-3.5:=[multitarget]" +DEPEND="${RDEPEND}" diff --git a/dev-python/networkx/Manifest b/dev-python/networkx/Manifest index 9f9522f51691..8696c7c8e8d9 100644 --- a/dev-python/networkx/Manifest +++ b/dev-python/networkx/Manifest @@ -1,5 +1 @@ -DIST networkx-1.6.tar.gz 707795 SHA256 a2ee8399758e08bf7bc7910071474cdd92e364bbc22be1aa29bdfe0f26f7ba78 SHA512 c72f41ade51335d9c41e63ce4688b843113f1ac2523cfaca505f4715496c8c61fe5e680f77c6561d1618381ac028d151cedc40ba8035c907ceb5e0179da50002 WHIRLPOOL 4faf788029bfff14737e05462b61c4b5144b0a6761ab7563a8edcdb3f7c327453d2d393f2d96d2929ad089bd40ff5f55d6fa4c4f05c1475214cb44e6b5da3e25 -DIST networkx-1.7.tar.gz 728145 SHA256 eb62de98a0fa74aec9c31fffbac8089a703c6413601678f3fb1a0016bad2bdc1 SHA512 04dcd9c67339428713213b1fe43a96f6f52234189e3924fd45889456566251587c7567cf8c817b032e3993551c226be766a593f9c7dcc54a5c0cab2ae2bd3c65 WHIRLPOOL 3133198faaffe136534335a1a74e58192d0ef585444cb4ccaa9368ebb2c13be559f5fe7296ebae2f58eb5644242c56a967b0c2523d92cc716fa2a7db83b2e528 -DIST networkx-1.8.1.tar.gz 806766 SHA256 b75ba675fd2831f60e3f5a028822a8f7b9993877854599e9694196f8b2f88233 SHA512 89372a1c33fd1a87221f68211490f922df62225b4716d88356cf7c9861a63a77217eb395918bf6907b50115bce1fe94e196eb60cacd534ee126ed5e738c43814 WHIRLPOOL f39a8231e3b01a26517b188c094e10d67410cdcb3e93932705c09175513318ddea1ac19d2cde24b7677a47a3baaa0db559970648a38fa907bd349b6f28bbd612 DIST networkx-1.9.1.tar.gz 1035784 SHA256 6380eb38d0b5770d7e50813c8a48ff7c373b2187b4220339c1adce803df01c59 SHA512 8c18bd07530b26731da4db40dc9d82c81b78b086a2b15a45daa65ab55ec92a4ba836f911add062f698c3f319e5e85b5a26a6a52f760f5cf32e3d2a73c46cd93d WHIRLPOOL 01db9c8560140a52a890851871249c9d509883f7aa877487c16cdcc42973ae74b9c1815371d99247f72766e1f26e0a1afc0965af65583c4a9b59b75c2369fe2a -DIST networkx-1.9.tar.gz 1035166 SHA256 52e8eea77b0d3f5420cadaca55181c862f06a79a4500f06917b58a0455a12b22 SHA512 0cfcff45087f7ac45b33a91be2e200f3cc816f893591eee23212602a7d2fbd3d71cefdccef5f54f5d0b15f2635216b85c95c22e067b5801af8ff14800f45e95d WHIRLPOOL b8421de11248884d8b70a08798f611536d3d6edd477ee3a4115e814650d27fdd99bf4b567abe5c9346ce9b2554ec1cf9574ffabf4561bcd7be21197c2177187d diff --git a/dev-python/networkx/networkx-1.6-r1.ebuild b/dev-python/networkx/networkx-1.6-r1.ebuild deleted file mode 100644 index b7e2efca92e6..000000000000 --- a/dev-python/networkx/networkx-1.6-r1.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/networkx/networkx-1.6-r1.ebuild,v 1.2 2013/09/12 22:29:20 mgorny Exp $ - -EAPI=5 - -# Note: ~networkx-1.6 is required by sage-on-gentoo overlay - -PYTHON_COMPAT=( python{2_6,2_7} ) - -inherit distutils-r1 - -DESCRIPTION="Python tools to manipulate graphs and complex networks" -HOMEPAGE="http://networkx.lanl.gov http://pypi.python.org/pypi/networkx" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos ~x86-macos" -IUSE="doc examples test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/pygraphviz[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] - ) - test? ( - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}] - )" -RDEPEND=" - examples? ( - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/pygraphviz[${PYTHON_USEDEP}] - dev-python/pyparsing[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}] - )" - -python_compile_all() { - if use doc; then - sed \ - -e "s:^\t\./:\t${PYTHON} :g" \ - -i doc/Makefile || die - emake -C doc html - fi -} - -python_test() { - nosetests || die -} - -python_install_all() { - # Oh my. - rm -r "${ED}"usr/share/doc/${P} || die - - use doc && local HTML_DOCS=( doc/build/html/. ) - use examples && local EXAMPLES=( examples/. ) - - distutils-r1_python_install_all -} diff --git a/dev-python/networkx/networkx-1.7-r2.ebuild b/dev-python/networkx/networkx-1.7-r2.ebuild deleted file mode 100644 index 33d4038ce7d0..000000000000 --- a/dev-python/networkx/networkx-1.7-r2.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/networkx/networkx-1.7-r2.ebuild,v 1.4 2013/09/12 22:29:20 mgorny Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7} ) - -inherit distutils-r1 - -DESCRIPTION="Python tools to manipulate graphs and complex networks" -HOMEPAGE="http://networkx.lanl.gov http://pypi.python.org/pypi/networkx" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~ppc-macos ~x86-linux ~x86-macos" -IUSE="doc examples test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/pygraphviz[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] - ) - test? ( - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}] - )" -RDEPEND=" - examples? ( - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/pygraphviz[${PYTHON_USEDEP}] - dev-python/pyparsing[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}] - )" - -python_compile_all() { - if use doc; then - sed \ - -e "s:^\t\./:\t${PYTHON} :g" \ - -i doc/Makefile || die - emake -C doc html - fi -} - -python_test() { - nosetests || die -} - -python_install_all() { - # Oh my. - rm -r "${ED}"usr/share/doc/${P} || die - - use doc && local HTML_DOCS=( doc/build/html/. ) - use examples && local EXAMPLES=( examples/. ) - - distutils-r1_python_install_all -} diff --git a/dev-python/networkx/networkx-1.8.1.ebuild b/dev-python/networkx/networkx-1.8.1.ebuild deleted file mode 100644 index 8e6b4b86aa2a..000000000000 --- a/dev-python/networkx/networkx-1.8.1.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/networkx/networkx-1.8.1.ebuild,v 1.5 2014/02/11 06:21:18 bicatali Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) - -inherit distutils-r1 - -DESCRIPTION="Python tools to manipulate graphs and complex networks" -HOMEPAGE="http://networkx.github.io/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="doc examples test" - -PY2_USEDEP=$(python_gen_usedep 'python2*') - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/pygraphviz[${PY2_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] - ) - test? ( - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}] - )" -RDEPEND=" - examples? ( - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/pygraphviz[${PY2_USEDEP}] - dev-python/pyparsing[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}] - )" - -python_compile_all() { - if use doc; then - sed \ - -e "s:^\t\./:\t${PYTHON} :g" \ - -i doc/Makefile || die - emake -C doc html - fi -} - -python_test() { - nosetests -vv || die -} - -python_install_all() { - # Oh my. - rm -r "${ED}"usr/share/doc/${P} || die - - use doc && local HTML_DOCS=( doc/build/html/. ) - use examples && local EXAMPLES=( examples/. ) - - distutils-r1_python_install_all -} diff --git a/dev-python/networkx/networkx-1.9.1.ebuild b/dev-python/networkx/networkx-1.9.1.ebuild index 1bd73e9c8e36..3cfa6a9f7b5b 100644 --- a/dev-python/networkx/networkx-1.9.1.ebuild +++ b/dev-python/networkx/networkx-1.9.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/networkx/networkx-1.9.1.ebuild,v 1.2 2014/11/13 08:13:42 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/networkx/networkx-1.9.1.ebuild,v 1.3 2014/12/19 23:18:37 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 diff --git a/dev-python/networkx/networkx-1.9.ebuild b/dev-python/networkx/networkx-1.9.ebuild deleted file mode 100644 index 5068db226549..000000000000 --- a/dev-python/networkx/networkx-1.9.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/networkx/networkx-1.9.ebuild,v 1.2 2014/08/15 00:17:57 blueness Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) - -inherit distutils-r1 - -DESCRIPTION="Python tools to manipulate graphs and complex networks" -HOMEPAGE="http://networkx.github.io/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="doc examples test" - -PY2_USEDEP=$(python_gen_usedep python2_7) -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( - dev-python/sphinx[${PYTHON_USEDEP}] - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/pygraphviz[${PY2_USEDEP}] - $(python_gen_cond_dep 'dev-python/numpydoc[${PYTHON_USEDEP}]' python2_7) - $(python_gen_cond_dep 'dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]' python2_7 'python{3_3,3_4}') - ) - test? ( - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}] - )" -RDEPEND=">=dev-python/decorator-3.4.0[${PYTHON_USEDEP}] - examples? ( - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/pygraphviz[${PY2_USEDEP}] - dev-python/pyparsing[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}] - )" - -python_prepare_all() { - sed -e "s/'sphinx.ext.intersphinx', //" -i doc/source/conf.py || die - distutils-r1_python_prepare_all -} - -python_compile_all() { - if use doc; then - sed \ - -e "s:^\t\./:\t${PYTHON} :g" \ - -i doc/Makefile || die - emake -C doc html - fi -} - -python_test() { - nosetests -vv || die -} - -python_install_all() { - # Oh my. - rm -r "${ED}"usr/share/doc/${P} || die - - use doc && local HTML_DOCS=( doc/build/html/. ) - use examples && local EXAMPLES=( examples/. ) - - distutils-r1_python_install_all -} diff --git a/dev-python/pandas/pandas-0.15.0.ebuild b/dev-python/pandas/pandas-0.15.0.ebuild index b3a3a43308a0..6713df61609e 100644 --- a/dev-python/pandas/pandas-0.15.0.ebuild +++ b/dev-python/pandas/pandas-0.15.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.15.0.ebuild,v 1.7 2014/12/12 07:47:58 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.15.0.ebuild,v 1.8 2014/12/20 09:27:47 mgorny Exp $ EAPI=5 @@ -30,7 +30,6 @@ EXTRA_DEPEND=" CDEPEND=" >dev-python/numpy-1.7[${PYTHON_USEDEP}] >=dev-python/python-dateutil-2.0[${PYTHON_USEDEP}] - <=dev-python/python-dateutil-2.3[${PYTHON_USEDEP}] !~dev-python/openpyxl-1.9.0[${PYTHON_USEDEP}]" DEPEND="${CDEPEND} doc? ( diff --git a/dev-python/pandas/pandas-0.15.1.ebuild b/dev-python/pandas/pandas-0.15.1.ebuild index 1fa401d4bbb7..3c65d94e2d4d 100644 --- a/dev-python/pandas/pandas-0.15.1.ebuild +++ b/dev-python/pandas/pandas-0.15.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.15.1.ebuild,v 1.6 2014/12/12 07:47:58 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.15.1.ebuild,v 1.7 2014/12/20 09:27:47 mgorny Exp $ EAPI=5 @@ -30,7 +30,6 @@ EXTRA_DEPEND=" CDEPEND=" >dev-python/numpy-1.7[${PYTHON_USEDEP}] >=dev-python/python-dateutil-2.0[${PYTHON_USEDEP}] - <=dev-python/python-dateutil-2.3[${PYTHON_USEDEP}] !~dev-python/openpyxl-1.9.0[${PYTHON_USEDEP}]" DEPEND="${CDEPEND} doc? ( diff --git a/dev-python/pyfits/Manifest b/dev-python/pyfits/Manifest index 91f1dc818ac4..6346f5982dc8 100644 --- a/dev-python/pyfits/Manifest +++ b/dev-python/pyfits/Manifest @@ -1,4 +1,2 @@ DIST pyfits-2.4.0.tar.gz 284236 SHA256 40c21106b86ad01264780409ecb2c8102e80c3eaf2085224f370fc7b3b07ea22 SHA512 cdbcf8b4e178cde8723eb9386a52e59c9d66462479491d0b0ae1d436c91cc476748c00e837477acf9a46791cd4a7517ff649434c33c225ba8a396148e4485fa1 WHIRLPOOL 2c22a63bd180ad68bf3001d539c403147eecc01dc5537f9c1b0be582c79dd87297f91f33809dec6c9f5906396d409af5b4495ef0b68fe6cc03d816a51a286e50 -DIST pyfits-3.2.3.tar.gz 1632792 SHA256 e8a4e401d8d43ac1e3bdf1ef175f9c640bd66d3d7dc21633b59ec35a4540a775 SHA512 47beffab4ac92ff68d87a1d076cd8b212df599cfb5f5667e73c115c4d21c8bb3ea014e33302085f9b3f51058c2667994c96c4dd192a98a45b3481b59ab98148d WHIRLPOOL 2fd8428525e278f0717dcd3aa8dbe750b9962272295b88edb9019098b450bfd87ae867880f0dc6cf09c1ad4c566f9cd7669c07d4f3d07d7df8c60d5992ba458b -DIST pyfits-3.2.4.tar.gz 1630052 SHA256 171a8e04330b8c95c73e9aff3a7581558abd608cf927e669c6d55128ecdff366 SHA512 5b76f0f27d1fe5b6bb194562fbdd34ab806d2f67f776c73680a5c50077e806c4f05324ea463a44cdb318edc633fbb882b46a43a62e1d9f2b100f601df3325851 WHIRLPOOL 87a642e15b0e1f85486e077bddd23ff6e2100909cc4b13b130d85a678e6053e8cb9043449b507df6a701ebb0e833ce0bb3bb956ceaf70a1a76b708520acd877e DIST pyfits-3.3.tar.gz 1646403 SHA256 becb6dcc7e443138b9d239db7a0e8ad939e6e047c2c9ca86e84d0672da425fa1 SHA512 561fe61050e61745054e0e4712c4413e129293b062d2020219b61d648d7093ce6952e1f26da955a1bf570f76ba7eddeb1805c99f679300b072ef6bacc2e4c90a WHIRLPOOL 9b4b5dd236713359a9441e4179486e4b56ec11b7fc25c3abb59d30a6267fe87496601778731ba7ff92c55243621aa58ca493821b83224fde41a79f18c21e485b diff --git a/dev-python/pyfits/pyfits-3.2.3.ebuild b/dev-python/pyfits/pyfits-3.2.3.ebuild deleted file mode 100644 index 145f6b264377..000000000000 --- a/dev-python/pyfits/pyfits-3.2.3.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyfits/pyfits-3.2.3.ebuild,v 1.1 2014/05/28 16:22:34 bicatali Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) -inherit distutils-r1 eutils multilib - -DESCRIPTION="Provides an interface to FITS formatted files under python" -HOMEPAGE="http://www.stsci.edu/resources/software_hardware/pyfits" -SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="doc test" - -RDEPEND=" - dev-python/numpy[${PYTHON_USEDEP}] - !=dev-python/d2to1-0.2.5[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/stsci-distutils-0.3[${PYTHON_USEDEP}] - doc? ( - dev-python/matplotlib - dev-python/numpydoc - dev-python/sphinxcontrib-programoutput - dev-python/stsci-sphinxext - ) - test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -PATCHES=( "${FILESDIR}"/${PN}-3.2.1-unbundle-cfitsio.patch ) - -python_prepare_all() { - sed -i \ - -e "s/\(hook_package_dir = \)lib/\1$(get_libdir)/g" \ - "${S}"/setup.cfg || die - distutils-r1_python_prepare_all -} - -python_compile_all() { - use doc && emake -C docs html -} - -python_test() { - cd "${BUILD_DIR}"/lib* || die - nosetests || die -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/build/html ) - distutils-r1_python_install_all - dodoc FAQ.txt CHANGES.txt - rename_binary() { - local binary - for binary in "${ED}"/usr/bin/* "${D}$(python_get_scriptdir)"/* - do - mv ${binary}{,-${PN}} || die "failed renaming" - done - } - python_foreach_impl rename_binary -} diff --git a/dev-python/pyfits/pyfits-3.2.4.ebuild b/dev-python/pyfits/pyfits-3.2.4.ebuild deleted file mode 100644 index 291d04142cb1..000000000000 --- a/dev-python/pyfits/pyfits-3.2.4.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyfits/pyfits-3.2.4.ebuild,v 1.1 2014/06/10 19:19:13 bicatali Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) -inherit distutils-r1 eutils multilib - -DESCRIPTION="Provides an interface to FITS formatted files under python" -HOMEPAGE="http://www.stsci.edu/resources/software_hardware/pyfits" -SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="doc test" - -RDEPEND=" - dev-python/numpy[${PYTHON_USEDEP}] - !=dev-python/d2to1-0.2.5[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/stsci-distutils-0.3[${PYTHON_USEDEP}] - doc? ( - dev-python/matplotlib - dev-python/numpydoc - dev-python/sphinxcontrib-programoutput - dev-python/stsci-sphinxext - ) - test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -PATCHES=( "${FILESDIR}"/${PN}-3.2.1-unbundle-cfitsio.patch ) - -python_prepare_all() { - sed -i \ - -e "s/\(hook_package_dir = \)lib/\1$(get_libdir)/g" \ - "${S}"/setup.cfg || die - distutils-r1_python_prepare_all -} - -python_compile_all() { - use doc && emake -C docs html -} - -python_test() { - cd "${BUILD_DIR}"/lib* || die - nosetests || die -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/build/html ) - distutils-r1_python_install_all - dodoc FAQ.txt CHANGES.txt - rename_binary() { - local binary - for binary in "${ED}"/usr/bin/* "${D}$(python_get_scriptdir)"/* - do - mv ${binary}{,-${PN}} || die "failed renaming" - done - } - python_foreach_impl rename_binary -} diff --git a/dev-python/pylons/Manifest b/dev-python/pylons/Manifest index fcacd658ab32..681f5d2b5b26 100644 --- a/dev-python/pylons/Manifest +++ b/dev-python/pylons/Manifest @@ -1,2 +1 @@ DIST Pylons-1.0.1.tar.gz 2299257 SHA256 7c22579516d92e6fcab3f9555b33fe7a259cc2e16d2fe414816c0138c91e8c0d SHA512 1b34541c912c914636fc7b0d358439a6705e5161a306a4bfa6a08cbc1ee4741cb3882afc9cae9a22d208f89f9648a4b7559304842339c8d6d75472f058a91ceb WHIRLPOOL 58019b223a0fc52f5cf7582a03ae7f5b25c29b88d3faff42c03ed5602f3fb2bc4bc9a4cce48d761109c2c7a4edc0b05ffcb100bf1bab70cf572f93c6da38d2c8 -DIST Pylons-1.0.tar.gz 237259 SHA256 b083c5824bb41cc54d853081078590a9f9ef9760b39cc16776b461d0c3dd9030 SHA512 a7136b48ea31fc03bda3e87b22c768df51add26b123c8476ab3d1b8bf184e2d86b414063f5cc7cb849bf66fddd5900b3e83b195ed0537560f94ff8c529449a5e WHIRLPOOL 35e77cd1fac65d05bd9df96cce7e01a022bba413d6eb1f978fa4bf13b46cb4e2df4e590951645599d8fb1135306fc0a33b7e104ee5dc84f0add157a786c12cc4 diff --git a/dev-python/pylons/pylons-1.0.1.ebuild b/dev-python/pylons/pylons-1.0.1.ebuild deleted file mode 100644 index ac846d32617a..000000000000 --- a/dev-python/pylons/pylons-1.0.1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylons/pylons-1.0.1.ebuild,v 1.2 2012/11/07 10:28:17 patrick Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" -DISTUTILS_SRC_TEST="nosetests" - -inherit distutils - -MY_PN="Pylons" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Pylons Web Framework" -HOMEPAGE="http://pylonshq.com/ http://pypi.python.org/pypi/Pylons" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="genshi jinja test" - -RDEPEND=">=dev-python/beaker-1.3 - >=dev-python/decorator-2.3.2 - >=dev-python/formencode-1.2.1 - >=dev-python/mako-0.2.4 - >=dev-python/nose-0.10.4 - >=dev-python/paste-1.7.2 - >=dev-python/pastedeploy-1.3.3 - >=dev-python/pastescript-1.7.3 - >=dev-python/repoze-lru-0.3 - >=dev-python/routes-1.12 - >=dev-python/simplejson-2.0.8 - >=dev-python/tempita-0.2 - >=dev-python/weberror-0.10.1 - >=dev-python/webhelpers-0.6.4 - >=dev-python/webob-0.9.6.1 - >=dev-python/webtest-1.1 - genshi? ( >=dev-python/genshi-0.4.4 ) - jinja? ( >=dev-python/jinja-2 )" -# Dependency on >=dev-python/coverage-2.85 and dev-python/genshi is not with Jython. -DEPEND="${RDEPEND} - dev-python/setuptools - test? ( - >=dev-python/coverage-2.85 - dev-python/genshi - >=dev-python/jinja-2.2.1 - )" - -S="${WORKDIR}/${MY_P}" diff --git a/dev-python/pylons/pylons-1.0.ebuild b/dev-python/pylons/pylons-1.0.ebuild deleted file mode 100644 index 433d3132ec92..000000000000 --- a/dev-python/pylons/pylons-1.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylons/pylons-1.0.ebuild,v 1.2 2010/12/26 15:18:04 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" -DISTUTILS_SRC_TEST="nosetests" - -inherit distutils - -MY_PN="Pylons" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Pylons Web Framework" -HOMEPAGE="http://pylonshq.com/ http://pypi.python.org/pypi/Pylons" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="genshi jinja test" - -RDEPEND=">=dev-python/beaker-1.3 - >=dev-python/decorator-2.3.2 - >=dev-python/formencode-1.2.1 - >=dev-python/mako-0.2.4 - >=dev-python/nose-0.10.4 - >=dev-python/paste-1.7.2 - >=dev-python/pastedeploy-1.3.3 - >=dev-python/pastescript-1.7.3 - >=dev-python/routes-1.12 - >=dev-python/simplejson-2.0.8 - >=dev-python/tempita-0.2 - >=dev-python/weberror-0.10.1 - >=dev-python/webhelpers-0.6.4 - >=dev-python/webob-0.9.6.1 - >=dev-python/webtest-1.1 - genshi? ( >=dev-python/genshi-0.4.4 ) - jinja? ( >=dev-python/jinja-2 )" -# Dependency on >=dev-python/coverage-2.85 and dev-python/genshi is not with Jython. -DEPEND="${RDEPEND} - dev-python/setuptools - test? ( - >=dev-python/coverage-2.85 - dev-python/genshi - >=dev-python/jinja-2.2.1 - )" - -S="${WORKDIR}/${MY_P}" diff --git a/dev-python/pyquery/Manifest b/dev-python/pyquery/Manifest index ff9905b6c67e..739b3fdfae52 100644 --- a/dev-python/pyquery/Manifest +++ b/dev-python/pyquery/Manifest @@ -1,5 +1,3 @@ -DIST pyquery-1.1.1.tar.gz 21108 SHA256 4bdc4b5add5d65055aeb05860c24f53557540db1d945413093c74b554db62a44 SHA512 a0cd95f67231d4b95605dad6f15163d2e352ad1fa5277e9d12bbfdd04b3a52ad76f1a130d5a5adf48475fdb1b67fbf67b1a5c587affd17b3114ea6a177a6b816 WHIRLPOOL 979caf9c95e1cae89312bb882689d03bb66a08acc08eed15216e9a056c302c175ae41bc1aa4360395740ad87d14701e1bc292859e4b9d15b00de4293029afeb1 -DIST pyquery-1.2.1.tar.gz 21534 SHA256 a607f81a628887e2cf03d5dddee6f092faf411e51b894130a2b4c839e60c408f SHA512 9de68360c0718283876c36f7cdfb3cd9016cdc24fccbfc208ea81ee63b1f3916a337599886df3816772404b3bc2032dd398415fccb4b55a91829d8975d5277a1 WHIRLPOOL ac5ef377fb549211bc757bca5b50a7a5d72675a57dbe2a0844bbae909ac99087fa3f93b651bec2124b587e9bdc5ff8a006231872102d03f8cf2d34beb78cea81 DIST pyquery-1.2.4.tar.gz 23999 SHA256 1c39f786c42430279eadf787f1ef06873f15c9acba2698c23dfd925ac7b169d7 SHA512 77ec2efab157f693361e1dcbeabd7cac0709d3a8a25b6c47eb333be49c1485c7fa50b4fd9238bfff69657368130c2886cf6e0705415bdf1b48dc434365539c29 WHIRLPOOL 3fece4f710d69a0b57ab858f759196b269984a38af568003f7280215763c67b1e229feaf80f27b359a5da923248a11335026af4de85806ea6fc969c61c197685 DIST pyquery-1.2.8.zip 42552 SHA256 59af39301bad397e085e5080987f94ef30672f1cf8e73d19d3307b3b63c3cb4b SHA512 9d344a5c4b0dd565e31c803ceecb217c71f9a70badbc65f9fcfb4a2cccb725a1bf938ed0b1697dcfdf0ec967321dccc1916a884ffdb0af9828a65005f63c47d7 WHIRLPOOL 5c98c3e7584d429a7c9bca564aac04e5dc6f579265aa9b8b768e167cdfcc57758b0d728b3102a56af75fa6ea838a6c1927e733a5171d3266574ba2b34ee85209 DIST pyquery-1.2.9.zip 45289 SHA256 46c51eb878b787e814ee8f9737b0a62111034aeb4d1c06450ac5a8ea5a70e602 SHA512 f5152b471c896b39032add6a7f0e6ce63f426b4903bc7cf9eef12723c73453b40c310dd1497a7c4189fc6faaf804690fd91fb6d2f97fb6c4d6314682de4b8d05 WHIRLPOOL a57bb04402a3a8af98e7073d2b4e415a3e455bb67b4dc946831832f24339fe29fcd560123651abb3ae38c4ee9da3973638d27e064122702c0d1dd63d971fb67b diff --git a/dev-python/pyquery/pyquery-1.1.1.ebuild b/dev-python/pyquery/pyquery-1.1.1.ebuild deleted file mode 100644 index bd9267fc274b..000000000000 --- a/dev-python/pyquery/pyquery-1.1.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyquery/pyquery-1.1.1.ebuild,v 1.13 2013/03/27 09:18:34 ago Exp $ - -EAPI=3 - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4 *-jython 2.7-pypy-*" -#DISTUTILS_SRC_TEST="nosetests" somewhat works, tries to test docs - -inherit distutils - -DESCRIPTION="A jquery-like library for python" -HOMEPAGE="http://pypi.python.org/pypi/pyquery" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="test" - -RDEPEND=">=dev-python/lxml-2.1" -DEPEND="${RDEPEND} - test? ( - dev-python/webob - dev-python/nose - )" - -DOCS="CHANGES.txt" diff --git a/dev-python/pyquery/pyquery-1.2.1-r1.ebuild b/dev-python/pyquery/pyquery-1.2.1-r1.ebuild deleted file mode 100644 index da26ae607f3e..000000000000 --- a/dev-python/pyquery/pyquery-1.2.1-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyquery/pyquery-1.2.1-r1.ebuild,v 1.1 2013/02/15 19:20:18 mgorny Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) - -inherit distutils-r1 - -DESCRIPTION="A jQuery-like library for python" -HOMEPAGE="http://pypi.python.org/pypi/pyquery" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="test" - -RDEPEND=">=dev-python/lxml-2.1[${PYTHON_USEDEP}] - dev-python/cssselect[${PYTHON_USEDEP}] - >=dev-python/webob-1.2_rc1[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -DOCS=( CHANGES.txt README.txt ) - -python_test() { - nosetests || die "Tests fail with ${EPYTHON}" -} diff --git a/dev-python/pyquery/pyquery-1.2.1.ebuild b/dev-python/pyquery/pyquery-1.2.1.ebuild deleted file mode 100644 index 8f4342b0d9d4..000000000000 --- a/dev-python/pyquery/pyquery-1.2.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyquery/pyquery-1.2.1.ebuild,v 1.8 2012/10/13 18:45:57 armin76 Exp $ - -EAPI=4 - -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.5 3.1 *-jython 2.7-pypy-*" -DISTUTILS_SRC_TEST=nosetests - -inherit distutils - -DESCRIPTION="A jquery-like library for python" -HOMEPAGE="http://pypi.python.org/pypi/pyquery" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="test" - -RDEPEND=">=dev-python/lxml-2.1 - dev-python/cssselect - >=dev-python/webob-1.2_rc1" -DEPEND="${RDEPEND} - dev-python/setuptools" - -DOCS="CHANGES.txt README.txt" diff --git a/dev-python/pyquery/pyquery-1.2.4.ebuild b/dev-python/pyquery/pyquery-1.2.4.ebuild index abfc0f045d31..4bb9006f5d01 100644 --- a/dev-python/pyquery/pyquery-1.2.4.ebuild +++ b/dev-python/pyquery/pyquery-1.2.4.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyquery/pyquery-1.2.4.ebuild,v 1.15 2014/06/18 16:01:12 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyquery/pyquery-1.2.4.ebuild,v 1.16 2014/12/20 07:53:50 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_3} ) inherit distutils-r1 diff --git a/dev-python/pyquery/pyquery-1.2.8.ebuild b/dev-python/pyquery/pyquery-1.2.8.ebuild index ec7a5330b96f..75510f466528 100644 --- a/dev-python/pyquery/pyquery-1.2.8.ebuild +++ b/dev-python/pyquery/pyquery-1.2.8.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyquery/pyquery-1.2.8.ebuild,v 1.1 2014/04/20 04:33:27 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyquery/pyquery-1.2.8.ebuild,v 1.2 2014/12/20 07:53:50 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_3} ) inherit distutils-r1 diff --git a/dev-python/python-caja/Manifest b/dev-python/python-caja/Manifest index 5af02101decb..1a86ac59fdc4 100644 --- a/dev-python/python-caja/Manifest +++ b/dev-python/python-caja/Manifest @@ -1,2 +1 @@ -DIST python-caja-1.6.1.tar.xz 248488 SHA256 abee1db422c81ee39bbd305a4fae1b5aa2c6f9c0ca09aae353f3635a87877290 SHA512 d494c99b3663cbaf94e221f4dbe125dd6851fb62402e7a0a9776d07941ea93e6f0314c726b533ad5c97d886aede529ae2eab92da988c8b6b93747405b5373987 WHIRLPOOL 4bb7aaabf3133287c027a73a82a1b4ac73685aa36564cf8440c2377fc292d4983ab5d60b33c832fdd2998a898ef9e012ae574333e21ff224d21f9d7ee9dd9184 DIST python-caja-1.8.0.tar.xz 250752 SHA256 bb872b99a4722af048990ffcd631e466dac808043bc02f7385e20845cf8b6d50 SHA512 571ee1016fb6d1d9a1e6f72da9b6959bad2734c24f5b2b2ab6af477eeb7c931c36758b09f8a0dea536f6d8ec5366747855d58764f36f2e6778c4a30b4fdebcd4 WHIRLPOOL 621a964a892d749d3619fea85f4f91ec7de2dc00ecc46b28202035b4f948133a669d4e10163a0c2fb0f35ea6261a6834ef3f7c0a9f3f6db9d3e2592a92a9906e diff --git a/dev-python/python-caja/python-caja-1.6.1.ebuild b/dev-python/python-caja/python-caja-1.6.1.ebuild deleted file mode 100644 index 699061347b79..000000000000 --- a/dev-python/python-caja/python-caja-1.6.1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-caja/python-caja-1.6.1.ebuild,v 1.3 2014/05/04 14:53:18 ago Exp $ - -EAPI="5" - -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -PYTHON_COMPAT=( python2_7 ) - -inherit gnome2 python-single-r1 versionator - -MATE_BRANCH="$(get_version_component_range 1-2)" - -SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" -DESCRIPTION="Python bindings for the Caja file manager" -HOMEPAGE="http://www.mate-desktop.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64" - -IUSE="doc" - -RDEPEND="dev-libs/glib:2 - dev-python/pygobject:3[${PYTHON_USEDEP}] - >=mate-base/mate-file-manager-1.6:0[introspection] - x11-libs/gtk+:2 - ${PYTHON_DEPS}" - -DEPEND="${RDEPEND} - virtual/pkgconfig:* - doc? ( - app-text/docbook-xml-dtd:4.1.2 - )" - -DOCS="AUTHORS ChangeLog NEWS README" - -src_install() { - gnome2_src_install - - # Keep the directory for systemwide extensions. - keepdir /usr/share/python-caja/extensions/ - - # The HTML documentation generation is broken and commented out by upstream. - # - #if use doc ; then - # insinto /usr/share/gtk-doc/html/nautilus-python # for dev-util/devhelp - # doins -r docs/html/* - #fi -} diff --git a/dev-python/pytz/Manifest b/dev-python/pytz/Manifest index dbe62bdeb267..0fc7e5f65b09 100644 --- a/dev-python/pytz/Manifest +++ b/dev-python/pytz/Manifest @@ -1,12 +1,3 @@ -DIST pytz-2012c.tar.bz2 166864 SHA256 16060ed95f992e3629ce98a5dca5c32c732377ce792f9764f407be7100a9deb1 SHA512 8d142b811c5781e48a66efecb400b9b89fa6e321bc8f4303a29f5b8b3e53b0b5ea54ceb4d639ca612ff0ecd0d44f83010d9988f88aceea8c5805b72252861554 WHIRLPOOL bf1156576e19cd37c7e0336875e5f4003fe1e0e41b0d8f4a6dbd03bb678a34e2ce6260177c4300d6b4ce9bdb186d99dbcc546d90b61117ce91e2e71ae1c0ad0b -DIST pytz-2012j.tar.bz2 214712 SHA256 1fe28ec30c371e3864f4f9b7c9df9bb8351be707b7a128ae4443b0d559d6cbf1 SHA512 52dec29039f415d8b4c6c44994b3d147edcf21fd03a9c065f392417da22bd5b9f966546e13be0014223170a21873f4cdc79a459d298b5546b34a5d66e1ab59c4 WHIRLPOOL cccca26fbcb78379df47d53a9940c8dd79abc402f7f2df1e1688fa670d087868c3aa2cb1ba09873e5d5f97786e08bbf7f4a61e3da64131d93b9e63ad7c3fc256 -DIST pytz-2013.9.tar.bz2 159658 SHA256 4252226fa20e0715d4dcd05f9233f0076c44bca30e4f1793b2fe03cdfb422ed4 SHA512 356daf8b3433ab94e16a20188286608c7644ebbd07de09c1602e262133099fd1b7b801f7ea66c8002a822e1da51caebafc7bebd590676c34d169b3bfa7d9635e WHIRLPOOL 00cdb8f1582f2d0410e70f113a33b0879c975d0314cdd75121f78004bb102eaa326c78232950500d8192c4c5a57e3dd4ce660368417b9c112992d01ce96b4848 -DIST pytz-2013b.tar.bz2 199509 SHA256 65eb49cc05b7917fddc61e1fe6d8a4512c295cb53891dd5ec816bcccdce3f1a5 SHA512 8600efd8f87c86648ffe7c3625b0567bc0da755f8241c36d4d29f226bfc20577e2b3016bcdc4c36a1d061c58be299d57eeacb0b9caa37c8854364282aaca1cb0 WHIRLPOOL a3434428394ac518fe18d5f4e8847677084d2f0649a9160bd48c96430f69f1e7a58794855633a10d753617c90ef26f129d68bd3874acc50855496183fa244732 DIST pytz-2013d.tar.bz2 204865 SHA256 2407e5b3d69c87915e7b3d86746ca3909153ddee82899b8f5cb70a4fd31b715e SHA512 fc687a2040c40d20cab974b11d18446c761504c3faf81caf0853149fd257aa939e5feb2367006463d443659b4ea7c5a7ef409f9b10329211eb920011ddb8c64f WHIRLPOOL d7411701850a27975b645bce2dcfb4bcfaeef85f12d82a0826372def35ec2495aa06cbdd774efc533114793b09442501f50bea30633a95d85dccff990ae29aea -DIST pytz-2014.1.1.tar.bz2 160071 SHA256 faef9e23a42b47374c8e51dd0671b48ab01509f51e25ce9226a0d3d01fcd38f2 SHA512 49d08380efe56f94fa9fbcc226a38f212788da2a28710f66b2aa262172492a84c90d466a82e1f4c77153eafabecbc977d8d744f1a7697db169c9e59cc6820792 WHIRLPOOL 74c7e52c7a75623a55fbdcc5b05ca9958711232e4d16a58454dbdb7c9bbd82a185de4b4a11558c3630a37a2834e662818ae21de1d0f8bc214454da86682aa402 DIST pytz-2014.10.tar.bz2 166213 SHA256 387f968fde793b142865802916561839f5591d8b4b14c941125eb0fca7e4e58d SHA512 870ab2dd4e7ebd0e5eb22fe888978f17678ba4ae72aca5106ca5a5fbdb6c4204de18ccbe27124a9f252546b030872d070c016350602aa5f7d1b68c43fa5367ec WHIRLPOOL d1f9cc2a1fcf67d22cad7e61d7634dd5d1c575bc47d72159a5394cdc9804c144093a516b3b8e90d685f4f9a469eb7e4bae3909ea8dcf839369cb3f1454919081 -DIST pytz-2014.2.tar.bz2 160142 SHA256 4a752e3593827e935ffd3ffff68314da38d724f01309a05561b6778e8724bf74 SHA512 d9ef502708980b45eea2f06ca446a2b17032a1c7d50bd1e048061a2603e852b75c102680c408beca31342278dbecc7fc22d9ce92d7141c28259806120a2bf389 WHIRLPOOL 950697774a66cefbcbbd8fa7f254e6330e0938c9e93070c1ce0912813ae7f9db32fc9f0fc9f63c7af942b849553870f3a265327acfc58a05118a29c156e87934 -DIST pytz-2014.3.tar.bz2 158565 SHA256 2aec76ecb31f3f3aaf3608afa87d14b536e56071f53fa40454c82d0916d91cee SHA512 beb50000571fc9f7ed7060ea8606e690604aaa44bca255699da7a545257603925877fcf5a9867650333cd4d84ea26f0498f326746bc5665fe8b2dc346073b1f6 WHIRLPOOL 577cca995ddb42cdf9d387306fd7c4dd07ab7029e4ab8ddcb67f855edc17f33d279342abbd0174230a6d93677f3d59b5cce4d93ad87d645f75074b7c686abbc5 -DIST pytz-2014.4.tar.bz2 159160 SHA256 a339a5ba846985bcf0a87782492458752b5d95b56ba219de4c9404c0ee5beec9 SHA512 6a6daa905405821b46f330df8cdb87ee2e04e29ea6eb607bf81b0c2ae668abd41e0390494c135865cd2d8b1301051126a29242088d82933dbbaee37f409a500f WHIRLPOOL 41dbc266f68db76f3e4e9f03c260adcf1ffd6bba6b313ec9cb5ef741a29a748ac2ae34cfc9470a2618b6cfd863f85a0fe766daa17f93619d098c879c869c4f61 -DIST pytz-2014.7.tar.bz2 166099 SHA256 56dec1e94d2fad13d9009a140b816808086a79ddf7edf9eb4931c84f65abb12a SHA512 98d3b0d6b3efd1f27560b55204beda4d897df3f499a23eb396f4e2abd64dd94326becc7f3ccedbad445bd7575f40ebf9023072b9a9a281dd64e8dce2c87ff886 WHIRLPOOL 55fa418b9a9563d45dc75ae8ae036f216394462f1dda5d64b13b8dbc6666a9856407f4f8832cce251245305bbb5a47298f1352fc95b0baacac1649f5c4a2faea DIST pytz-2014.9.tar.bz2 166230 SHA256 4ba0ab74fa7f34f77ff236ee2157454d1c2aaeaaa25932363bfa1be6cb82dbd6 SHA512 4034a33489be3059530d8ddbbba283da117b692a7ca2975835e5626d1c79be7317bade911b52f981b1bd94ec3ea15b0db1bb4adb4c3810af7ad66e15dec1313d WHIRLPOOL b0af01986dee4a1beeb957fb662f9ece373d3d0d033c3c2a78ec49b01e2d05aa596110460231913a8d6b2a3496a90be98041bc2fa7ce6ded32cf7c62340f0783 diff --git a/dev-python/pytz/pytz-2012c.ebuild b/dev-python/pytz/pytz-2012c.ebuild deleted file mode 100644 index 1d65c28e785f..000000000000 --- a/dev-python/pytz/pytz-2012c.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012c.ebuild,v 1.9 2012/07/01 18:30:49 armin76 Exp $ - -EAPI="3" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils eutils - -DESCRIPTION="World timezone definitions for Python" -HOMEPAGE="http://pypi.python.org/pypi/pytz http://pytz.sourceforge.net/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="" - -DEPEND="dev-python/setuptools - >=sys-libs/timezone-data-${PV}" -RDEPEND="${DEPEND}" - -DOCS="CHANGES.txt" - -src_prepare() { - distutils_src_prepare - - # Use timezone-data zoneinfo. - epatch "${FILESDIR}/${PN}-2009j-zoneinfo.patch" -} - -src_test() { - testing() { - PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" pytz/tests/test_tzinfo.py - } - python_execute_function testing -} - -src_install() { - distutils_src_install - - delete_zoneinfo() { - rm -fr "${ED}$(python_get_sitedir)/pytz/zoneinfo" - } - python_execute_function -q delete_zoneinfo -} diff --git a/dev-python/pytz/pytz-2012j.ebuild b/dev-python/pytz/pytz-2012j.ebuild deleted file mode 100644 index d3c1a557f742..000000000000 --- a/dev-python/pytz/pytz-2012j.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v 1.16 2014/03/31 20:58:37 mgorny Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) -inherit distutils-r1 - -DESCRIPTION="World timezone definitions for Python" -HOMEPAGE="http://pypi.python.org/pypi/pytz http://pytz.sourceforge.net/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - >=sys-libs/timezone-data-${PV}" -RDEPEND="${DEPEND}" - -DOCS=( CHANGES.txt ) - -PATCHES=( - # Use timezone-data zoneinfo. - "${FILESDIR}/${PN}-2009j-zoneinfo.patch" - # ...and do not install a copy of it. - "${FILESDIR}/${PN}-2009h-zoneinfo-noinstall.patch" -) - -python_test() { - "${PYTHON}" pytz/tests/test_tzinfo.py -} - -python_install() { - distutils-r1_python_install -} diff --git a/dev-python/pytz/pytz-2013.9.ebuild b/dev-python/pytz/pytz-2013.9.ebuild deleted file mode 100644 index 21fff848c3b2..000000000000 --- a/dev-python/pytz/pytz-2013.9.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2013.9.ebuild,v 1.2 2014/03/31 20:58:37 mgorny Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) -inherit distutils-r1 - -DESCRIPTION="World timezone definitions for Python" -HOMEPAGE="http://pythonhosted.org/pytz/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - >=sys-libs/timezone-data-2013i" -RDEPEND="${DEPEND}" - -DOCS=( CHANGES.txt ) - -PATCHES=( - # Use timezone-data zoneinfo. - "${FILESDIR}/${PN}-2009j-zoneinfo.patch" - # ...and do not install a copy of it. - "${FILESDIR}/${PN}-2009h-zoneinfo-noinstall.patch" -) - -python_test() { - "${PYTHON}" pytz/tests/test_tzinfo.py -} diff --git a/dev-python/pytz/pytz-2013b.ebuild b/dev-python/pytz/pytz-2013b.ebuild deleted file mode 100644 index 48f140d34514..000000000000 --- a/dev-python/pytz/pytz-2013b.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild,v 1.15 2014/03/31 20:58:37 mgorny Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) -inherit distutils-r1 - -DESCRIPTION="World timezone definitions for Python" -HOMEPAGE="http://pypi.python.org/pypi/pytz http://pytz.sourceforge.net/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - >=sys-libs/timezone-data-${PV}" -RDEPEND="${DEPEND}" - -DOCS=( CHANGES.txt ) - -PATCHES=( - # Use timezone-data zoneinfo. - "${FILESDIR}/${PN}-2009j-zoneinfo.patch" - # ...and do not install a copy of it. - "${FILESDIR}/${PN}-2009h-zoneinfo-noinstall.patch" -) - -python_test() { - "${PYTHON}" pytz/tests/test_tzinfo.py -} - -python_install() { - distutils-r1_python_install -} diff --git a/dev-python/pytz/pytz-2014.1.1.ebuild b/dev-python/pytz/pytz-2014.1.1.ebuild deleted file mode 100644 index c3cf02c66b0c..000000000000 --- a/dev-python/pytz/pytz-2014.1.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2014.1.1.ebuild,v 1.2 2014/03/31 20:58:37 mgorny Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) -inherit distutils-r1 - -DESCRIPTION="World timezone definitions for Python" -HOMEPAGE="http://pythonhosted.org/pytz/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - >=sys-libs/timezone-data-2014a" -RDEPEND="${DEPEND}" - -DOCS=( CHANGES.txt ) - -PATCHES=( - # Use timezone-data zoneinfo. - "${FILESDIR}/${PN}-2009j-zoneinfo.patch" - # ...and do not install a copy of it. - "${FILESDIR}/${PN}-2009h-zoneinfo-noinstall.patch" -) - -python_test() { - "${PYTHON}" pytz/tests/test_tzinfo.py -} diff --git a/dev-python/pytz/pytz-2014.2.ebuild b/dev-python/pytz/pytz-2014.2.ebuild deleted file mode 100644 index 4e7b11307b85..000000000000 --- a/dev-python/pytz/pytz-2014.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2014.2.ebuild,v 1.1 2014/04/02 19:03:15 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) -inherit distutils-r1 - -DESCRIPTION="World timezone definitions for Python" -HOMEPAGE="http://pythonhosted.org/pytz/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - >=sys-libs/timezone-data-2014b" -RDEPEND="${DEPEND}" - -DOCS=( CHANGES.txt ) - -PATCHES=( - # Use timezone-data zoneinfo. - "${FILESDIR}/${PN}-2009j-zoneinfo.patch" - # ...and do not install a copy of it. - "${FILESDIR}/${PN}-2009h-zoneinfo-noinstall.patch" -) - -python_test() { - "${PYTHON}" pytz/tests/test_tzinfo.py -v || die "Tests fail with ${EPYTHON}" -} diff --git a/dev-python/pytz/pytz-2014.3.ebuild b/dev-python/pytz/pytz-2014.3.ebuild deleted file mode 100644 index 6ebc3aed1c6e..000000000000 --- a/dev-python/pytz/pytz-2014.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2014.3.ebuild,v 1.1 2014/05/18 02:35:46 idella4 Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) -inherit distutils-r1 - -DESCRIPTION="World timezone definitions for Python" -HOMEPAGE="http://pythonhosted.org/pytz/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - >=sys-libs/timezone-data-2014b" -RDEPEND="${DEPEND}" - -PATCHES=( - # Use timezone-data zoneinfo. - "${FILESDIR}/${PN}-2009j-zoneinfo.patch" - # ...and do not install a copy of it. - "${FILESDIR}/${PN}-2009h-zoneinfo-noinstall.patch" -) - -python_test() { - "${PYTHON}" pytz/tests/test_tzinfo.py -v || die "Tests fail with ${EPYTHON}" -} diff --git a/dev-python/pytz/pytz-2014.4.ebuild b/dev-python/pytz/pytz-2014.4.ebuild deleted file mode 100644 index 405406b30100..000000000000 --- a/dev-python/pytz/pytz-2014.4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2014.4.ebuild,v 1.1 2014/06/18 07:40:54 idella4 Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) -inherit distutils-r1 - -DESCRIPTION="World timezone definitions for Python" -HOMEPAGE="http://pythonhosted.org/pytz/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - >=sys-libs/timezone-data-2014b" -RDEPEND="${DEPEND}" - -PATCHES=( - # Use timezone-data zoneinfo. - "${FILESDIR}/${PN}-2009j-zoneinfo.patch" - # ...and do not install a copy of it. - "${FILESDIR}/${PN}-2009h-zoneinfo-noinstall.patch" -) - -python_test() { - "${PYTHON}" pytz/tests/test_tzinfo.py -v || die "Tests fail with ${EPYTHON}" -} diff --git a/dev-python/pytz/pytz-2014.7.ebuild b/dev-python/pytz/pytz-2014.7.ebuild deleted file mode 100644 index b0f28c0741ee..000000000000 --- a/dev-python/pytz/pytz-2014.7.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2014.7.ebuild,v 1.1 2014/09/03 01:29:25 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) -inherit distutils-r1 - -DESCRIPTION="World timezone definitions for Python" -HOMEPAGE="http://pythonhosted.org/pytz/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - >=sys-libs/timezone-data-2014g" -RDEPEND="${DEPEND}" - -PATCHES=( - # Use timezone-data zoneinfo. - "${FILESDIR}/${PN}-2009j-zoneinfo.patch" - # ...and do not install a copy of it. - "${FILESDIR}/${PN}-2009h-zoneinfo-noinstall.patch" -) - -python_test() { - "${PYTHON}" pytz/tests/test_tzinfo.py -v || die "Tests fail with ${EPYTHON}" -} diff --git a/dev-python/pyzmq/pyzmq-14.3.1.ebuild b/dev-python/pyzmq/pyzmq-14.3.1.ebuild index e46039ca2646..717a18d476cf 100644 --- a/dev-python/pyzmq/pyzmq-14.3.1.ebuild +++ b/dev-python/pyzmq/pyzmq-14.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.3.1.ebuild,v 1.6 2014/12/08 10:08:48 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.3.1.ebuild,v 1.7 2014/12/20 17:57:16 floppym Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -21,8 +21,9 @@ RDEPEND=">=net-libs/zeromq-2.1.9 dev-python/py[${PYTHON_USEDEP}] dev-python/cffi[${PYTHON_USEDEP}] green? ( dev-python/gevent[${PY2_USEDEP}] )" -DEPEND="test? ( ${RDEPEND} - dev-python/nose[${PYTHON_USEDEP}] ) +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/nose[${PYTHON_USEDEP}] ) doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" python_configure_all() { @@ -30,7 +31,8 @@ python_configure_all() { } python_prepare_all() { - sed -e s':intersphinx_mapping:#&:' -i docs/source/conf.py || die + # Work around bug 532708. + sed -i -e "/import distutils/i import setuptools" setup.py || die distutils-r1_python_prepare_all } diff --git a/dev-python/pyzmq/pyzmq-14.4.0.ebuild b/dev-python/pyzmq/pyzmq-14.4.0.ebuild index 570c1ceb3d11..2eeb3695e167 100644 --- a/dev-python/pyzmq/pyzmq-14.4.0.ebuild +++ b/dev-python/pyzmq/pyzmq-14.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.0.ebuild,v 1.7 2014/12/16 20:43:25 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.0.ebuild,v 1.8 2014/12/20 17:57:16 floppym Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -22,9 +22,9 @@ RDEPEND=">=net-libs/zeromq-2.1.9 dev-python/py[${PYTHON_USEDEP}] dev-python/cffi[${PYTHON_USEDEP}] green? ( dev-python/gevent[${PY2_USEDEP}] )" -DEPEND="test? ( - ${RDEPEND} - dev-python/nose[${PYTHON_USEDEP}] ) +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/nose[${PYTHON_USEDEP}] ) doc? ( dev-python/sphinx[${PYTHON_USEDEP}] dev-python/numpydoc[${PYTHON_USEDEP}] )" @@ -35,7 +35,8 @@ python_configure_all() { } python_prepare_all() { - sed -e s':intersphinx_mapping:#&:' -i docs/source/conf.py || die + # Work around bug 532708. + sed -i -e "/import distutils/i import setuptools" setup.py || die distutils-r1_python_prepare_all } diff --git a/dev-python/pyzmq/pyzmq-14.4.1.ebuild b/dev-python/pyzmq/pyzmq-14.4.1.ebuild index b6903afcb045..6acd8e15b7a9 100644 --- a/dev-python/pyzmq/pyzmq-14.4.1.ebuild +++ b/dev-python/pyzmq/pyzmq-14.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.1.ebuild,v 1.3 2014/12/08 06:54:28 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.1.ebuild,v 1.4 2014/12/20 17:57:16 floppym Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -22,8 +22,9 @@ RDEPEND=">=net-libs/zeromq-2.1.9 dev-python/py[${PYTHON_USEDEP}] dev-python/cffi[${PYTHON_USEDEP}] green? ( dev-python/gevent[${PY2_USEDEP}] )" -DEPEND="test? ( - ${RDEPEND} +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/nose[${PYTHON_USEDEP}] $(python_gen_cond_dep "dev-python/gevent[${PY2_USEDEP}]" python2_7) ) @@ -39,7 +40,8 @@ python_configure_all() { } python_prepare_all() { - sed -i -e s':intersphinx_mapping:#&:' docs/source/conf.py || die + # Work around bug 532708. + sed -i -e "/import distutils/i import setuptools" setup.py || die distutils-r1_python_prepare_all } diff --git a/dev-python/qscintilla-python/qscintilla-python-2.8.4.ebuild b/dev-python/qscintilla-python/qscintilla-python-2.8.4.ebuild index 8ec87540f6d6..56e4a4a49037 100644 --- a/dev-python/qscintilla-python/qscintilla-python-2.8.4.ebuild +++ b/dev-python/qscintilla-python/qscintilla-python-2.8.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.8.4.ebuild,v 1.1 2014/09/13 01:12:14 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.8.4.ebuild,v 1.2 2014/12/20 16:58:40 pesa Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz" LICENSE="|| ( GPL-2 GPL-3 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="debug" DEPEND=" diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest index 862d393c0933..0fe846ba19b8 100644 --- a/dev-python/sip/Manifest +++ b/dev-python/sip/Manifest @@ -1,4 +1,3 @@ DIST sip-4.15.3.tar.gz 773818 SHA256 46f245252866dbdb7fb5aca194bda991cc84ba8090d5e864765ee7e511a053d4 SHA512 495522aa2a553099c02ab4f7ce7485d24267e5093398f5f20e7102542153084486b6e654564ee716634a257301dd094a08754cdc40282cd2e4496e52619bc138 WHIRLPOOL 3192e9f15420409905faaa155939829b24da8bd5e1467ca908857ba293416e114d31f4374bb54659f285ed693cd51074c249221e0063b4d916326e7724e8e9f0 DIST sip-4.16.2.tar.gz 793663 SHA256 a55a2324a46ab42e42ae57c52ef06583b17d25c987973fe2e7ff2e8a649294ce SHA512 07ced0188bd4dc897ddacbce226b33ac9d236455a95018e900fd5f652439c905ddd56688f8bb29f704fcf201a8e668d5cc89ba887065826653087cf0a9f6dbfb WHIRLPOOL 47c741f1b787ba147e7a299e3c93a7537f14f1b192726e39f3679d0b0e0a991df603509c5674f262311259d9ad2e1e845746d215d5ef70eb7b827c1557eb8b82 -DIST sip-4.16.3.tar.gz 794305 SHA256 fd8a65693612f1d0c5dcd41881cd92496d770b3b9e03a138e533e3afc892f421 SHA512 99fc63706212f052c907e4e6d16b224a5389ffb316a90e9d8d8e79c9a8f41ce6038b7c3f4b168e155d81cf394a05073b946142946902dc3bbacec73f0523d109 WHIRLPOOL ccc2e7f5f8dd159f50fe532bd7c8891d7de4ee96c65f691076e0fc2eb17914cdff28b84986851ec43402df942e47160c651598163d268c7b2fb6ec130b226144 DIST sip-4.16.4.tar.gz 794997 SHA256 ceda443fc5e129e67a067e2cd7b73ff037f8b10b50e407baa2b1d9f2199d57f5 SHA512 0c17222f9c54feca87c4d4a237a06a2b792a16990d80de511a90a762eed683f22326492bc437b1942ebd2db80816668a094b199fa5cfbcc6e70717842bba4e14 WHIRLPOOL 3a1685671721494721784e19355472345251271bd728ca51a03990ff99b262728aa14057aac4eb3390c546940726794b5797be2ce31c15eba0e0caa965a90fa6 diff --git a/dev-python/sip/sip-4.16.3.ebuild b/dev-python/sip/sip-4.16.3.ebuild deleted file mode 100644 index 12f5f6e51412..000000000000 --- a/dev-python/sip/sip-4.16.3.ebuild +++ /dev/null @@ -1,111 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.16.3.ebuild,v 1.3 2014/10/19 23:28:02 pesa Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) - -inherit eutils python-r1 toolchain-funcs - -DESCRIPTION="Python extension module generator for C and C++ libraries" -HOMEPAGE="http://www.riverbankcomputing.co.uk/software/sip/intro https://pypi.python.org/pypi/SIP" -LICENSE="|| ( GPL-2 GPL-3 SIP )" - -if [[ ${PV} == *9999* ]]; then - # live version from mercurial repo - EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip" - inherit mercurial -elif [[ ${PV} == *_pre* ]]; then - # development snapshot - HG_REVISION= - MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION} - SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz" - S=${WORKDIR}/${MY_P} -else - # official release - SRC_URI="mirror://sourceforge/pyqt/${P}.tar.gz" -fi - -# Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in -SLOT="0/11" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="debug doc" - -DEPEND="${PYTHON_DEPS}" -RDEPEND="${DEPEND}" - -[[ ${PV} == *9999* ]] && DEPEND+=" - =dev-lang/python-2* - sys-devel/bison - sys-devel/flex - doc? ( dev-python/sphinx[$(python_gen_usedep 'python2*')] ) -" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-4.15.5-darwin.patch - - if [[ ${PV} == *9999* ]]; then - python2 build.py prepare || die - if use doc; then - python2 build.py doc || die - fi - fi - - # Sub-slot sanity check - local sub_slot=${SLOT#*/} - local sip_api_major_nr=$(sed -nre 's:^#define SIP_API_MAJOR_NR\s+([0-9]+):\1:p' siplib/sip.h.in) - if [[ ${sub_slot} != ${sip_api_major_nr} ]]; then - eerror - eerror "Ebuild sub-slot (${sub_slot}) does not match SIP_API_MAJOR_NR (${sip_api_major_nr})" - eerror "Please update SLOT variable as follows:" - eerror " SLOT=\"${SLOT%%/*}/${sip_api_major_nr}\"" - eerror - die "sub-slot sanity check failed" - fi - - python_copy_sources -} - -src_configure() { - configuration() { - local myconf=( - "${PYTHON}" configure.py - --destdir="$(python_get_sitedir)" - --incdir="$(python_get_includedir)" - $(use debug && echo --debug) - AR="$(tc-getAR) cqs" - CC="$(tc-getCC)" - CFLAGS="${CFLAGS}" - CFLAGS_RELEASE= - CXX="$(tc-getCXX)" - CXXFLAGS="${CXXFLAGS}" - CXXFLAGS_RELEASE= - LINK="$(tc-getCXX)" - LINK_SHLIB="$(tc-getCXX)" - LFLAGS="${LDFLAGS}" - LFLAGS_RELEASE= - RANLIB= - STRIP= - ) - echo "${myconf[@]}" - "${myconf[@]}" - } - python_foreach_impl run_in_build_dir configuration -} - -src_compile() { - python_foreach_impl run_in_build_dir default -} - -src_install() { - installation() { - emake DESTDIR="${D}" install - python_optimize - } - python_foreach_impl run_in_build_dir installation - - dodoc NEWS - use doc && dohtml -r doc/html/* -} diff --git a/dev-python/stsci-distutils/Manifest b/dev-python/stsci-distutils/Manifest index e6184e317a3a..f4e44b092a64 100644 --- a/dev-python/stsci-distutils/Manifest +++ b/dev-python/stsci-distutils/Manifest @@ -1,3 +1 @@ -DIST stsci.distutils-0.3.2.tar.gz 47012 SHA256 47cf2d86232061ba3727c59846af9463d334a5c110e58c5573626e02c1d70aa8 SHA512 fddf4bfcc635df46bba1697707e9c1d3800c71a502868deecf1c7cc1c8a4063588d8a29b662cdc68ced08d608402a65424f19c98a515940ec257cc5239f66596 WHIRLPOOL da132df7cfa8dcd662b69886151ba0df552e48df50846a30e764b29ae106d535b9cb7a4a6f96906a159bfc1d94a81d650090378593242516d39b21e48d2da705 -DIST stsci.distutils-0.3.4.zip 43300 SHA256 1c2377f8b679f7c8b38c16c1bd615b10ee6c915c910bc7a2ba1fa8bd2c7e42d6 SHA512 f8875431a4481a20f7a8482609afb050ae81837c8a8546402192755ed96014f778ec26287d71676ae297df9b965027473808160c96e8034f69d0ce21525b2d5b WHIRLPOOL 23e921b0c25a9c52c66c02bae27b29f0fe19f7e72f9d0832c3c49fb922186ce3046a2c00cc7deaeed5b1f1c81cd8e9d0c3ec697425bd5f40180490de8226a70e DIST stsci.distutils-0.3.7.tar.gz 48831 SHA256 e0f115126ec1e27b345e338ce9cbca0fe87cd30e409e052acccfea05a9e9783c SHA512 8ef81afe43dc080d28ce7e640c1e03cd0e0a857151ad307af742ef434e3a1abb489213a63a95618bac39a743624510a0d59a2817b6cadb929a2bcf64406ac85e WHIRLPOOL ae63e727add7e8eefb3c38f35f5f9bea7caaf9f75e74cdbfd04135184e5710d35bb3014712c6de0440375dcfa2f86b75ee31324a0108f06fd348882324477b72 diff --git a/dev-python/stsci-distutils/stsci-distutils-0.3.2-r1.ebuild b/dev-python/stsci-distutils/stsci-distutils-0.3.2-r1.ebuild deleted file mode 100644 index 0de8cdb2059a..000000000000 --- a/dev-python/stsci-distutils/stsci-distutils-0.3.2-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/stsci-distutils-0.3.2-r1.ebuild,v 1.5 2014/03/31 21:00:47 mgorny Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) -MY_PN=${PN/-/.} -MY_P=${MY_PN}-${PV} - -inherit distutils-r1 - -DESCRIPTION="Utilities used to package some of STScI's Python projects" -HOMEPAGE="http://www.stsci.edu/resources/software_hardware/stsci_python" -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/d2to1[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" diff --git a/dev-python/stsci-distutils/stsci-distutils-0.3.4.ebuild b/dev-python/stsci-distutils/stsci-distutils-0.3.4.ebuild deleted file mode 100644 index 5ad6b09175b5..000000000000 --- a/dev-python/stsci-distutils/stsci-distutils-0.3.4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/stsci-distutils-0.3.4.ebuild,v 1.4 2014/04/03 10:58:56 idella4 Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) -MY_PN=${PN/-/.} -MY_P=${MY_PN}-${PV} - -inherit distutils-r1 - -DESCRIPTION="Utilities used to package some of STScI's Python projects" -HOMEPAGE="http://www.stsci.edu/resources/software_hardware/stsci_python" -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.zip" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - app-arch/unzip - dev-python/d2to1[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" diff --git a/dev-python/unidecode/Manifest b/dev-python/unidecode/Manifest index 272ed5058fe1..12238f30f7a8 100644 --- a/dev-python/unidecode/Manifest +++ b/dev-python/unidecode/Manifest @@ -1,2 +1,3 @@ DIST Unidecode-0.04.14.tar.gz 200860 SHA256 a66f8a527ee0709742caa16745cc882b85d6cfc12b37fa2f56024d07031f230c SHA512 e7fa53e9c15a8e2d5d04d5516f0ba7bc9b16129a4a295910a271685cd427e17edbc7ebd6b217ebf16637ccf1cb723c0c9e0b59cf991818c48b37650ae7168a9b WHIRLPOOL c0237ea75d9bd6bea6c7ade0898ec66ac053d7f552416aa9e4c81d923b6e91127da788b8fa7485eb696eda81474b20cafcb25df8bd9dd53a032ee6bd0d5ee070 DIST Unidecode-0.04.16.tar.gz 200525 SHA256 4cd218737d1a807bbaba9a6534fc3c80d129cff76cf7d7fdbd71e744d836657b SHA512 4baa763cdc604963914d7e627f2b93790f71ec214a2b19a73a459fbb9b5648d2fd80562e56a6e3e6a7159eed7b2401d365cf15563f5434d51a48a2b06afb87a6 WHIRLPOOL bec05ab5362b14570941d394f808f51cf9fa2cb18ae3d8da99c696481b4a48eceb82c79d824170cebf1ac6b1b10889ceac88696b1ce058e2460f516f3ab3e135 +DIST Unidecode-0.04.17.tar.gz 201090 SHA256 f0f8d53d39877da4849293d548eecb5e79364b573643296869dbc7f5b86709ef SHA512 297f411ab09f42cfb455279bb0accafe278d480acf6087b6596dbf4b4d4de89d45d389c5418a2dc4fe8c8f61026c92b3036e08f625e7f434abce9db335682be2 WHIRLPOOL f6fd10531da0e3b6eb14bfbeb07109490523d63151d8a26fd131506d7ead1a7b5570756ec7fa943c25e5a8ede6cbab1c9548cafbbca89301e52781621b41e513 diff --git a/dev-python/unidecode/unidecode-0.04.17.ebuild b/dev-python/unidecode/unidecode-0.04.17.ebuild new file mode 100644 index 000000000000..1d17cb6c124e --- /dev/null +++ b/dev-python/unidecode/unidecode-0.04.17.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.17.ebuild,v 1.1 2014/12/20 07:39:52 jer Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy pypy2_0 ) + +MY_PN=Unidecode +MY_P=${MY_PN}-${PV} + +inherit distutils-r1 + +DESCRIPTION="Module providing ASCII transliterations of Unicode text" +HOMEPAGE="http://pypi.python.org/pypi/Unidecode" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~sparc ~x86" + +S=${WORKDIR}/${MY_P} + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + +python_test() { + esetup.py test || die "Tests failed under ${EPYTHON}" +} diff --git a/dev-python/webob/Manifest b/dev-python/webob/Manifest index c5e8aa96c10c..2091c0d3e465 100644 --- a/dev-python/webob/Manifest +++ b/dev-python/webob/Manifest @@ -1,7 +1,3 @@ -DIST WebOb-1.0.7.zip 193712 SHA256 ea0f8be2555986e8e9a0cc104e8e58e438b5462b064d7e9da60101a266518620 SHA512 1af9630ac06af364d9c705f83210fd26581fc2b9341613b70aec48576ea6786a4762fb166df09ce302025735e77c21b5275cdd115c43c29bb68c6e2b2ed84d9e WHIRLPOOL a86b0b269d68b1b5104e2f3b81b82cdb42f1d6068425d93b2d7e5c6e71cff1c30cfedf0fa625dbc8303cc35e47bb9fc6263b43109043ca282621d9c8c322cb54 -DIST WebOb-1.0.8.zip 194699 SHA256 fe771def02bd7857b5519bdf3ae4ea7ea4ebb7d2f5fa10953c8d4535b0ccb2b5 SHA512 d8e8daa93b663e2674684f405b7bb2aa4a2802dbe56de51123ed07c87487d97ceace55165e8c7d938b97b25ade071df78092c993853bb671580b16857b3b41e2 WHIRLPOOL 43c2b71324463ebd89334c36d1cb308482fa0360600231f4a26b7ae0f9012598fdbf3c4cfb0e5d4c7e795d98b72317c6135690b8297f61f37b71b2cea60531d9 -DIST WebOb-1.1.zip 196271 SHA256 391048babc0d2500a79df0386963f942594b7b986104b49f713dc05ad21627d6 SHA512 9154e0813b913f11da3535b9048dc6cf6df489837d409e6597121fdd39d25d22e4402784535ad65c2eeb42d4d442069e60707acb7f9524fdac85e2bfb8c640c3 WHIRLPOOL 4e8e53161b6f8f05f4d0eb6cf6cc0fb376d7ceaf662e399223221b8346114ce1802c392866cc82aa0ea88dbcc225e6c9835658444b22a830a21b642cb11bc701 -DIST WebOb-1.2.2.zip 219653 SHA256 356b7277941fb263bfef9d3c4279fb1058ff9ea91b5f8a886a9579d614c79787 SHA512 9da345710e31e36a34af6d67d1bd78ad190f53dd99555fdbbf884a827a471c9798b65a31237c4d7808b7804d02936fedcb862a29e9fe9332f09e43489275836f WHIRLPOOL ef3eb650892d52dbb18a53ab8ce4ef066046f5c3116870a621005916f5cda14e57f790217e30c01233af4208e3c2e632fa072a82e7421e7c9cc33784c6922d46 DIST WebOb-1.2.3.tar.gz 191327 SHA256 325c249f3ac35e72b75ba13b2c60317def0c986a24a413ebf700509ea4c73a13 SHA512 831e6bb1d2c6998b6929520098ed4aed3117d038457d9bba28ceba090bf32fcf6a935f88470bee1e0782f6c43395c4fa646d354c946596cc307edb7808e90559 WHIRLPOOL d56f808f0911565d1743c2d7bd1dfafa0fcff27dd6e4835def96a7ca1fec61224ccc9db06121d20cdbcda8f5f773405291e2a403e920c98c7d8fc8a8f9c20361 DIST WebOb-1.3.1.tar.gz 198329 SHA256 1b53edf70e65d42b34d520c41d7e609a62f991fdd6b5c0306c0c026222f7edae SHA512 632bcb77737bae82ab1472d2ecdfa25d753e24f46ab5f85b6ad258e1e9c1ded4137987062f714b3db14ccc1700ce9eb37a3274f02a0bc6cddce74c83a8b21674 WHIRLPOOL 6836379baa58a89f94adea1146311aef9a75a38957bf1123b3a8366534c256eca33c424732f6e6640a02e9c8a19d134d85d438a0ce748286c7b761fc672ad849 DIST WebOb-1.4.tar.gz 633302 SHA256 0819838204e2a6823e42bf2227898fdf3f306f7619bf328e25855a0d1ca20399 SHA512 0cf1a21b7d863c355e445f0e9f898ffb1c4c39099532a86d830c1be5d84efc0c6f3e8151a283cfd1cb5bebcb1fe78a2b6b269cbc130863679a017565a2539a37 WHIRLPOOL abfc696b7f50a74edd3d84099365f802f5be0eddf56a1c128f6e026c30bdeddc1b58c6bb45d4281ee4fb3d7937888d8065b01f93a363c82cd9cd1834eb2378da diff --git a/dev-python/webob/webob-1.0.7.ebuild b/dev-python/webob/webob-1.0.7.ebuild deleted file mode 100644 index 2f1a8aa38be3..000000000000 --- a/dev-python/webob/webob-1.0.7.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.0.7.ebuild,v 1.8 2012/10/13 18:52:07 armin76 Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" -DISTUTILS_SRC_TEST="nosetests" - -inherit distutils eutils - -MY_PN="WebOb" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="WSGI request and response object" -HOMEPAGE="http://webob.org/ http://pypi.python.org/pypi/WebOb" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="doc test" - -DEPEND="app-arch/unzip - dev-python/setuptools - doc? ( dev-python/sphinx ) - test? ( dev-python/webtest )" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - distutils_src_prepare - epatch "${FILESDIR}/${P}-tests.patch" -} - -src_compile() { - distutils_src_compile - - if use doc; then - einfo "Generation of documentation" - "$(PYTHON -f)" setup.py build_sphinx || die "Generation of documentation failed" - fi -} - -src_install() { - distutils_src_install - - if use doc; then - pushd build/sphinx/html > /dev/null - insinto /usr/share/doc/${PF}/html - doins -r [a-z]* _static || die "Installation of documentation failed" - popd > /dev/null - fi -} diff --git a/dev-python/webob/webob-1.0.8-r1.ebuild b/dev-python/webob/webob-1.0.8-r1.ebuild deleted file mode 100644 index 8e46422492e0..000000000000 --- a/dev-python/webob/webob-1.0.8-r1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.0.8-r1.ebuild,v 1.2 2013/03/28 10:51:19 mgorny Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7} ) - -inherit distutils-r1 - -MY_PN=WebOb -MY_P=${MY_PN}-${PV} - -DESCRIPTION="WSGI request and response object" -HOMEPAGE="http://webob.org/ http://pypi.python.org/pypi/WebOb" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="doc" # test" - -DEPEND="app-arch/unzip - dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" -# test? ( dev-python/nose[${PYTHON_USEDEP}] -# dev-python/webtest[${PYTHON_USEDEP}] )" -RDEPEND="" - -# Almost impossible to solve circ-dep with dev-python/webtest. -# (due to different PYTHON_COMPAT) -RESTRICT=test - -S=${WORKDIR}/${MY_P} - -python_compile_all() { - if use doc; then - "${PYTHON}" setup.py build_sphinx || die - fi -} - -python_test() { - nosetests -w tests || die "Tests fail with ${EPYTHON}" -} - -python_install_all() { - use doc && local HTML_DOCS=( build/sphinx/html/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/webob/webob-1.0.8.ebuild b/dev-python/webob/webob-1.0.8.ebuild deleted file mode 100644 index cb5bac430940..000000000000 --- a/dev-python/webob/webob-1.0.8.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.0.8.ebuild,v 1.1 2013/01/26 08:57:27 prometheanfire Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" -DISTUTILS_SRC_TEST="nosetests" - -inherit distutils eutils - -MY_PN="WebOb" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="WSGI request and response object" -HOMEPAGE="http://webob.org/ http://pypi.python.org/pypi/WebOb" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="doc test" - -DEPEND="app-arch/unzip - dev-python/setuptools - doc? ( dev-python/sphinx ) - test? ( dev-python/webtest )" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - distutils_src_compile - - if use doc; then - einfo "Generation of documentation" - "$(PYTHON -f)" setup.py build_sphinx || die "Generation of documentation failed" - fi -} - -src_install() { - distutils_src_install - - if use doc; then - pushd build/sphinx/html > /dev/null - insinto /usr/share/doc/${PF}/html - doins -r [a-z]* _static || die "Installation of documentation failed" - popd > /dev/null - fi -} diff --git a/dev-python/webob/webob-1.1.ebuild b/dev-python/webob/webob-1.1.ebuild deleted file mode 100644 index d2994b5cd180..000000000000 --- a/dev-python/webob/webob-1.1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.1.ebuild,v 1.10 2012/10/13 18:52:07 armin76 Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4 3.*" -DISTUTILS_SRC_TEST="nosetests" - -inherit distutils eutils - -MY_PN="WebOb" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="WSGI request and response object" -HOMEPAGE="http://webob.org/ http://pypi.python.org/pypi/WebOb" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="doc test" - -DEPEND="app-arch/unzip - dev-python/setuptools - doc? ( dev-python/sphinx ) - test? ( dev-python/webtest )" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - distutils_src_compile - - if use doc; then - einfo "Generation of documentation" - "$(PYTHON -f)" setup.py build_sphinx || die "Generation of documentation failed" - fi -} - -src_install() { - distutils_src_install - - if use doc; then - pushd build/sphinx/html > /dev/null - insinto /usr/share/doc/${PF}/html - doins -r [a-z]* _static || die "Installation of documentation failed" - popd > /dev/null - fi -} diff --git a/dev-python/webob/webob-1.2.2.ebuild b/dev-python/webob/webob-1.2.2.ebuild deleted file mode 100644 index ea2dc07a7185..000000000000 --- a/dev-python/webob/webob-1.2.2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.2.ebuild,v 1.4 2012/10/13 18:52:07 armin76 Exp $ - -EAPI=4 - -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.5 3.1" -DISTUTILS_SRC_TEST=nosetests - -inherit distutils - -MY_PN=WebOb -MY_P=${MY_PN}-${PV} - -DESCRIPTION="WSGI request and response object" -HOMEPAGE="http://webob.org/ http://pypi.python.org/pypi/WebOb" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="doc" - -DEPEND="app-arch/unzip - dev-python/setuptools - doc? ( dev-python/sphinx )" -RDEPEND="" - -S=${WORKDIR}/${MY_P} - -src_compile() { - distutils_src_compile - - if use doc; then - "$(PYTHON -f)" setup.py build_sphinx || die - fi -} - -src_install() { - distutils_src_install - - if use doc; then - dohtml -r build/sphinx/html/ - fi -} diff --git a/dev-python/webob/webob-1.2.3-r1.ebuild b/dev-python/webob/webob-1.2.3-r1.ebuild index 62978d3424df..0365dee149e5 100644 --- a/dev-python/webob/webob-1.2.3-r1.ebuild +++ b/dev-python/webob/webob-1.2.3-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3-r1.ebuild,v 1.14 2014/06/18 16:01:01 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3-r1.ebuild,v 1.15 2014/12/20 06:30:26 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) +PYTHON_COMPAT=( python{2_7,3_3} pypy ) inherit distutils-r1 diff --git a/dev-python/webob/webob-1.3.1.ebuild b/dev-python/webob/webob-1.3.1.ebuild index d9775f22b18d..0fbc6e3584ca 100644 --- a/dev-python/webob/webob-1.3.1.ebuild +++ b/dev-python/webob/webob-1.3.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.3.1.ebuild,v 1.3 2014/04/02 21:14:58 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.3.1.ebuild,v 1.4 2014/12/20 06:30:26 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 @@ -29,7 +29,7 @@ S=${WORKDIR}/${MY_P} python_compile_all() { if use doc; then - "${PYTHON}" setup.py build_sphinx || die + "${PYTHON}" setup.py build_sphinx || die "Doc build failed" fi } @@ -38,6 +38,6 @@ python_test() { } python_install_all() { - use doc && local HTML_DOCS=( build/sphinx/html/. ) + use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. ) distutils-r1_python_install_all } diff --git a/dev-python/webob/webob-1.4.ebuild b/dev-python/webob/webob-1.4.ebuild index 3622a89220d0..b0262695359a 100644 --- a/dev-python/webob/webob-1.4.ebuild +++ b/dev-python/webob/webob-1.4.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.ebuild,v 1.7 2014/12/08 11:02:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.ebuild,v 1.8 2014/12/20 06:30:26 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 diff --git a/dev-python/webtest/Manifest b/dev-python/webtest/Manifest index 004a4cc6e191..58aac125826f 100644 --- a/dev-python/webtest/Manifest +++ b/dev-python/webtest/Manifest @@ -1,6 +1,3 @@ -DIST WebTest-1.3.3.tar.gz 77709 SHA256 018897fd56c1f96396282ac36d32f5c7862eb07e3965765f0e86ca092ecd42a0 SHA512 879bb26302d074aba8b5c5534ff52180db3c7bcf57c08e6f20814a2e7626da8a9c37565558e2c151aa6ca2dbcfa5166a659ddb85d99e1e8f632da0a0cb07dba5 WHIRLPOOL e54a19dfe18a17617866472674246d12f23ed139a686cc1f83f1454c1478d4d1046b48b2fcf49fdd944d5de91c91423517456ff981cb726481837c9765aa65dd DIST WebTest-1.4.3.zip 80008 SHA256 0439d951afdf6c58d19e0a83e30855d0bb7e35ab177d9261add71fc5a724b6ab SHA512 87436f182edc3178481f4ec3d073399784e353d6480790470891a18d3605c2bb5a1f4effe0ffa0ce241f1256e99f1a4e3e5fcd2896acb8931aeb60a88fa2bfa2 WHIRLPOOL e509a71a213b9085473536afb51142c4cd9fe99b52870139498fe5b68e8326e8b23df9af3502f0d3ebffbe0076165564d38ef143d9b229bb94b23bb857ca6fe9 -DIST WebTest-2.0.11.zip 83073 SHA256 f196d3621746562f89c36c7167bf7c28428d362d2b597779922aa09d34339527 SHA512 6568728920220c9f0e7005bbadd32321da347eda8941c2611c2a0218de3feb617f5b7acafc74443100ae33bf56dae140bbeee9538a9778397342fffa8dfcd3e9 WHIRLPOOL d01d9ece5d3632141bad4f9840746612f37cdf719dbfea9966e32a51edd19dcc4bf6c689676d5767c6f899376be979c929cf10dfc7f216ace020f13c2e7ebf24 -DIST WebTest-2.0.14.zip 84184 SHA256 142cf1214d8fe770a31e9898b23b1deedb95f9e995de98124ec2f645174dff48 SHA512 2de9d7b73a6816d41aab2ef605fc0e2a0cb7f71086d28c0456041f77eda1016d3c47485d70f0212d6c84ce1a944f86364150eaf72ff77243c7b42efb60635d37 WHIRLPOOL 6fab2c7a71fb06721d50209cd22c36f655edf72038ae2eca1982392f4967d5f18724248399d653a69fe1f09dbd4701dc28667f5e364b491fcbe78508caf9a57e DIST WebTest-2.0.15.zip 86465 SHA256 c320adc2cd862ea71ca9e2012e6157eb12f5f8d1632d1541f2eabf984aaa3ecc SHA512 01edb49d5d4226a83caf96d32219a442ff9cc009bd2690f67e488aa559534a2bf0eac1e26948d306e67648323e1e4bca244f8f657c29ed447606e444ec3f054d WHIRLPOOL 62913ff4904e955b157ee88a6e550ebb58edb1328f311926c693fbcfedcf6c677d5ebe1160ad6c9570d26c0cf6c5aa21aa8e288c5a4429b623edf30323da0902 DIST WebTest-2.0.16.zip 88232 SHA256 24ad0c9ee377f16df4d0bd626a64a75eec901852ac788bdb70e0261bff0026eb SHA512 da09abba8ed52c8d673acf547f47df6919b534b33b746944610fc78bd3695f36e3718f89e68f8aec7852b6cf98da0f0b5500dfe9427fd7926e5304ad216eafbb WHIRLPOOL 68d392000c8767ef9b5d4cc657bd6e99ec75eb4cb20cacdabdcca87942894b290f957854fb7dfb7c9eb8312877575c4e4d258e78c05f985e972b02ee04ec2643 diff --git a/dev-python/webtest/webtest-1.3.3-r1.ebuild b/dev-python/webtest/webtest-1.3.3-r1.ebuild deleted file mode 100644 index 5e48c27e5953..000000000000 --- a/dev-python/webtest/webtest-1.3.3-r1.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-1.3.3-r1.ebuild,v 1.1 2013/09/12 06:07:43 prometheanfire Exp $ - -#Needed by sys-cluster/keystone[test] - -EAPI="5" -PYTHON_COMPAT=( python2_6 python2_7 ) -#restricted for failing test :( -RESTRICT="test" - -inherit distutils-r1 eutils - -MY_PN="WebTest" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Helper to test WSGI applications" -HOMEPAGE="http://pythonpaste.org/webtest/ http://pypi.python.org/pypi/WebTest" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="doc test" - -RDEPEND=">=dev-python/webob-0.9.2[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - test? ( dev-python/pyquery[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] )" - -S="${WORKDIR}/${MY_P}" - -python_prepare() { - epatch "${FILESDIR}/${PN}-1.3.4-index_fixt.patch" - distutils-r1_python_prepare -} - -python_compile() { - distutils-r1_python_compile - - if use doc; then - einfo "Generation of documentation" - sphinx-build docs html || die "Building of documentation failed" - fi -} - -python_test() { - "${PYTHON}" setup.py nosetests || die -} - -python_install() { - distutils-r1_python_install_all - - # Avoid future-import bug on py2.5.* - lint3 is py3 anyway - #removing since we don't support python 2.5 :D - #delete_lint3() { - # [[ "${PYTHON_ABI}" == 3.* ]] && return - # rm "${ED}$(python_get_sitedir)/webtest/lint3.py" - #} - #python-r1_execute_function -q delete_lint3 - - if use doc; then - dohtml -r html/* - fi -} diff --git a/dev-python/webtest/webtest-1.4.3.ebuild b/dev-python/webtest/webtest-1.4.3.ebuild deleted file mode 100644 index 660f528c5d3e..000000000000 --- a/dev-python/webtest/webtest-1.4.3.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-1.4.3.ebuild,v 1.11 2013/04/02 13:20:07 ago Exp $ - -EAPI="3" -PYTHON_DEPEND="2:2.6 3:3.2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.5 3.1" -PYTHON_TESTS_RESTRICTED_ABIS="*-pypy-*" -DISTUTILS_SRC_TEST="nosetests" - -inherit distutils - -MY_PN="WebTest" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Helper to test WSGI applications" -HOMEPAGE="http://pythonpaste.org/webtest/ http://pypi.python.org/pypi/WebTest" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="doc" - -RDEPEND=">=dev-python/webob-0.9.2" -DEPEND="${RDEPEND} - app-arch/unzip - dev-python/setuptools - doc? ( dev-python/sphinx ) - test? ( dev-python/pyquery )" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - distutils_src_compile - - if use doc; then - einfo "Generation of documentation" - sphinx-build docs html || die "Building of documentation failed" - fi -} - -src_install() { - distutils_src_install - - # Avoid future-import bug on py2.5.* - lint3 is py3 anyway - delete_lint3() { - [[ "${PYTHON_ABI}" == 3.* ]] && return - rm "${ED}$(python_get_sitedir)/webtest/lint3.py" - } - python_execute_function -q delete_lint3 - - if use doc; then - dohtml -r html/* - fi -} diff --git a/dev-python/webtest/webtest-2.0.11.ebuild b/dev-python/webtest/webtest-2.0.11.ebuild deleted file mode 100644 index 2e5afa983610..000000000000 --- a/dev-python/webtest/webtest-2.0.11.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-2.0.11.ebuild,v 1.5 2014/10/15 23:15:54 blueness Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_2,3_3} ) - -inherit distutils-r1 - -MY_PN="WebTest" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Helper to test WSGI applications" -HOMEPAGE="http://pythonpaste.org/webtest/ http://pypi.python.org/pypi/WebTest" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="doc test" - -RDEPEND=" - dev-python/six[${PYTHON_USEDEP}] - >=dev-python/waitress-0.8.5[${PYTHON_USEDEP}] - >=dev-python/webob-0.9.2[${PYTHON_USEDEP}] - dev-python/beautifulsoup:4[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - app-arch/unzip - dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - test? ( dev-python/nose[${PYTHON_USEDEP}] - dev-python/pyquery[${PYTHON_USEDEP}] - dev-python/pastedeploy[${PYTHON_USEDEP}] - dev-python/wsgiproxy2[${PYTHON_USEDEP}] - )" - -S="${WORKDIR}/${MY_P}" - -# Makes testing easier; otherwise we get errors from pkg_resources. -DISTUTILS_IN_SOURCE_BUILD=1 - -python_compile_all() { - if use doc; then - sphinx-build docs html || die - fi -} - -src_test() { - DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test -} - -python_test() { - # Tests raise ImportErrors with our default PYTHONPATH. - local -x PYTHONPATH= - nosetests || die "Tests fail with ${EPYTHON}" -} - -python_install() { - distutils-r1_python_install - - # Why is it so? - if [[ ${EPYTHON} == python3* ]]; then - rm -f "${D}$(python_get_sitedir)"/webtest/lint3.py - fi -} - -python_install_all() { - use doc && local HTML_DOCS=( html/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/webtest/webtest-2.0.14.ebuild b/dev-python/webtest/webtest-2.0.14.ebuild deleted file mode 100644 index 16a73e12bd02..000000000000 --- a/dev-python/webtest/webtest-2.0.14.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-2.0.14.ebuild,v 1.3 2014/10/15 23:15:54 blueness Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_2,3_3} ) - -inherit distutils-r1 - -MY_PN="WebTest" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Helper to test WSGI applications" -HOMEPAGE="http://pythonpaste.org/webtest/ http://pypi.python.org/pypi/WebTest" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="doc test" - -RDEPEND=" - dev-python/six[${PYTHON_USEDEP}] - >=dev-python/waitress-0.8.5[${PYTHON_USEDEP}] - >=dev-python/webob-0.9.2[${PYTHON_USEDEP}] - dev-python/beautifulsoup:4[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - app-arch/unzip - dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - test? ( dev-python/nose[${PYTHON_USEDEP}] - dev-python/pyquery[${PYTHON_USEDEP}] - dev-python/pastedeploy[${PYTHON_USEDEP}] - dev-python/wsgiproxy2[${PYTHON_USEDEP}] - )" - -S="${WORKDIR}/${MY_P}" - -# Makes testing easier; otherwise we get errors from pkg_resources. -DISTUTILS_IN_SOURCE_BUILD=1 - -python_compile_all() { - if use doc; then - sphinx-build docs html || die - fi -} - -src_test() { - DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test -} - -python_test() { - # Tests raise ImportErrors with our default PYTHONPATH. - local -x PYTHONPATH= - nosetests || die "Tests fail with ${EPYTHON}" -} - -python_install() { - distutils-r1_python_install - - # Why is it so? - if [[ ${EPYTHON} == python3* ]]; then - rm -f "${D}$(python_get_sitedir)"/webtest/lint3.py - fi -} - -python_install_all() { - use doc && local HTML_DOCS=( html/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/webtest/webtest-2.0.15.ebuild b/dev-python/webtest/webtest-2.0.15.ebuild index 0f6e9f760cef..4df4794c98ff 100644 --- a/dev-python/webtest/webtest-2.0.15.ebuild +++ b/dev-python/webtest/webtest-2.0.15.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-2.0.15.ebuild,v 1.7 2014/10/25 14:02:09 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-2.0.15.ebuild,v 1.8 2014/12/20 07:46:32 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 diff --git a/dev-ruby/actionmailer/Manifest b/dev-ruby/actionmailer/Manifest index b8b714dfa363..619c113f7bb3 100644 --- a/dev-ruby/actionmailer/Manifest +++ b/dev-ruby/actionmailer/Manifest @@ -1,6 +1,3 @@ -DIST rails-3.2.20.tgz 3567367 SHA256 373e66ad1ea7af66504e676b0925806a20532673e2d9da7fa0131aa0559dad5c SHA512 2f39d14c1543e203a6e182528967bfa00d08a29872fd233022e2c3bd6e1a1d4cac754016258c1d7f5f821942e83d5c0f4df39a8c4fa4d5d7ba135f79bcda26a3 WHIRLPOOL e011cccc18a74ed924368077a90e43b14824e460f0d05fbe4c1a4a3092df2fb63808c148190b0f4920bf60ea94fd1be5f56f0d628e8afaf431fb9ba702fa6f71 DIST rails-3.2.21.tgz 3568729 SHA256 95dcf2a848a7fd09acbb12c47e6901baeea08645c32c37e2ae04e2650cf01deb SHA512 952c799736dd2a48532a4340d97ffbbbdc2451fc509e7f86ca47c09f5c6a3f4e5cb9b87c3e803692bc8a810bc178513bbe74f3037fdf8f786c30f0c85dd26948 WHIRLPOOL a2c79df0091ea0ca6f3969a91b4d73c14f79cab9d31ec30591a640321487aedafd0318326080ad4d9be0523002eab2c3c5e9e49b2c6b0b5ef6f5dac8da0bfab5 -DIST rails-4.0.11.tgz 3759423 SHA256 cb44b605bc0e6477c9cf389f9c6a8274de10de6a98f979a53ef8505b7eed9e33 SHA512 a38eee261aa76070417ea248ac8f79536f19a75e5ee4bf16ae59f1eff5a9c751b033257a5cdbd1cfdcd80796142ef2ea1f8b2be5cc73604e96759fe2979f9b41 WHIRLPOOL e4b52b5f3d3ddae13ce4aefa1f5890813370de7874e8c5edce1e4f1df32704782babe52013dfa96cf4e60327429602f7b9534af2c19a9ef269d179186a8e1b62 DIST rails-4.0.12.tgz 3760696 SHA256 bfa46d6fc75b0d919831f837bfcdc13ced1d893b3e09ff168e6c401f0eb2c16f SHA512 7c405ac4da32b941e06d1761dbd1afb4cbb9389b4b97baac51bd0064c8ff8d2f300109683f2785d4bd3a4593aa21c8e92c8bdb190e5d6d8a96e7793e776da6cf WHIRLPOOL 42ddb51fdf30160206b76d2d3944ad670a1e91ab7be14179d61b04637188cfdd339369b24c97cbd688e7335aacf726ddceba2fee08bdedb52b267f33f5a4e805 -DIST rails-4.1.7.tgz 3708137 SHA256 c57a1bf954c4725649b9d11f893c3f6c81de77b36d7f8065d5d0a87fb7cf18e1 SHA512 6fd29ba7b552ec29225ebcb7df78d6043383f36e4c6b1e66880b0bae69bd9f9ae36b1bc63700a8e491818b495087944c990d34d33b6ee566182e2f38370ac0d0 WHIRLPOOL 0a53c4936a9792cebb98b997cafad30f895a908c169d9e8a8d370e3da55a2ba17d594b03e2dbf6a6181fafddc75697d50b0f0e57f44868ac00b4deceda03d5af DIST rails-4.1.8.tgz 3711426 SHA256 419e7cdd8e7fd2b2d45d3a37fb37f01b70ada51db77ca116f83636711d845814 SHA512 140a58c1baa39f89e383c9ef7db22702b7703f4c978937e80c0e336ab5fe1a45d3720d25416f165bfe74ec16453098393a434c3c031522594c37fc13f7e80e48 WHIRLPOOL a3ffcb86a8c482f02cc541f790a0aa8e837864bd7dae2ea91b8dad22e0840d8bd399caa7f59990bd3c5437d35aa1ff8cf45c098eed66d54374da8a17761f19e2 diff --git a/dev-ruby/actionmailer/actionmailer-3.2.20.ebuild b/dev-ruby/actionmailer/actionmailer-3.2.20.ebuild deleted file mode 100644 index 7452346cffce..000000000000 --- a/dev-ruby/actionmailer/actionmailer-3.2.20.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.2.20.ebuild,v 1.1 2014/10/31 08:57:53 graaff Exp $ - -EAPI=5 -USE_RUBY="ruby19 ruby20" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="actionmailer.gemspec" - -inherit ruby-fakegem versionator - -DESCRIPTION="Framework for designing email-service layers" -HOMEPAGE="https://github.com/rails/rails" -SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RUBY_S="rails-${PV}/${PN}" - -ruby_add_rdepend "~dev-ruby/actionpack-${PV} - >=dev-ruby/mail-2.5.4:2.5" -ruby_add_bdepend "test? ( - dev-ruby/bundler - dev-ruby/mocha:0.13 -)" - -all_ruby_prepare() { - # Remove items from the common Gemfile that we don't need for this - # test run. This also requires handling some gemspecs. - sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|mysql\|jquery-rails\|'mysql'\|journey\|ruby-prof\|benchmark-ips\|nokogiri\|bcrypt-ruby\|rdoc\)/d" ../Gemfile || die - sed -i -e '/rack-ssl/d' -e 's/~> 3.4/>= 3.4/' ../railties/railties.gemspec || die -} diff --git a/dev-ruby/actionmailer/actionmailer-4.0.11.ebuild b/dev-ruby/actionmailer/actionmailer-4.0.11.ebuild deleted file mode 100644 index 9db0f2e72e0a..000000000000 --- a/dev-ruby/actionmailer/actionmailer-4.0.11.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-4.0.11.ebuild,v 1.1 2014/10/31 08:57:53 graaff Exp $ - -EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="actionmailer.gemspec" - -inherit ruby-fakegem versionator - -DESCRIPTION="Framework for designing email-service layers" -HOMEPAGE="https://github.com/rails/rails" -SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" -IUSE="" - -RUBY_S="rails-${PV}/${PN}" - -ruby_add_rdepend "~dev-ruby/actionpack-${PV} - >=dev-ruby/mail-2.5.4:2.5" -ruby_add_bdepend "test? ( - dev-ruby/bundler - dev-ruby/mocha:0.13 -)" - -all_ruby_prepare() { - # Remove items from the common Gemfile that we don't need for this - # test run. This also requires handling some gemspecs. - sed -i -e "/\(uglifier\|system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|'mysql'\|journey\|ruby-prof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|redcarpet\)/d" ../Gemfile || die - sed -i -e '/rack-ssl/d' -e 's/~> 3.4/>= 3.4/' ../railties/railties.gemspec || die - - # Add json to Gemfile to fix mime-types not doing this itself. - sed -e '5igem "json"' -i ../Gemfile || die -} diff --git a/dev-ruby/actionmailer/actionmailer-4.1.7.ebuild b/dev-ruby/actionmailer/actionmailer-4.1.7.ebuild deleted file mode 100644 index 00283e50c790..000000000000 --- a/dev-ruby/actionmailer/actionmailer-4.1.7.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-4.1.7.ebuild,v 1.1 2014/10/31 08:57:53 graaff Exp $ - -EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="actionmailer.gemspec" - -inherit ruby-fakegem versionator - -DESCRIPTION="Framework for designing email-service layers" -HOMEPAGE="https://github.com/rails/rails" -SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64" -IUSE="" - -RUBY_S="rails-${PV}/${PN}" - -ruby_add_rdepend "~dev-ruby/actionpack-${PV} - >=dev-ruby/mail-2.5.4:2.5" -ruby_add_bdepend "test? ( - dev-ruby/test-unit:2 - dev-ruby/mocha:0.14 -)" - -all_ruby_prepare() { - # Set test environment to our hand. - rm "${S}/../Gemfile" || die "Unable to remove Gemfile" - sed -i -e '/\/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths" - - # Make sure we use the test-unit gem since ruby18 does not provide - # all the test-unit features needed. - sed -i -e '1igem "test-unit"' test/abstract_unit.rb || die -} diff --git a/dev-ruby/actionpack/Manifest b/dev-ruby/actionpack/Manifest index b8b714dfa363..619c113f7bb3 100644 --- a/dev-ruby/actionpack/Manifest +++ b/dev-ruby/actionpack/Manifest @@ -1,6 +1,3 @@ -DIST rails-3.2.20.tgz 3567367 SHA256 373e66ad1ea7af66504e676b0925806a20532673e2d9da7fa0131aa0559dad5c SHA512 2f39d14c1543e203a6e182528967bfa00d08a29872fd233022e2c3bd6e1a1d4cac754016258c1d7f5f821942e83d5c0f4df39a8c4fa4d5d7ba135f79bcda26a3 WHIRLPOOL e011cccc18a74ed924368077a90e43b14824e460f0d05fbe4c1a4a3092df2fb63808c148190b0f4920bf60ea94fd1be5f56f0d628e8afaf431fb9ba702fa6f71 DIST rails-3.2.21.tgz 3568729 SHA256 95dcf2a848a7fd09acbb12c47e6901baeea08645c32c37e2ae04e2650cf01deb SHA512 952c799736dd2a48532a4340d97ffbbbdc2451fc509e7f86ca47c09f5c6a3f4e5cb9b87c3e803692bc8a810bc178513bbe74f3037fdf8f786c30f0c85dd26948 WHIRLPOOL a2c79df0091ea0ca6f3969a91b4d73c14f79cab9d31ec30591a640321487aedafd0318326080ad4d9be0523002eab2c3c5e9e49b2c6b0b5ef6f5dac8da0bfab5 -DIST rails-4.0.11.tgz 3759423 SHA256 cb44b605bc0e6477c9cf389f9c6a8274de10de6a98f979a53ef8505b7eed9e33 SHA512 a38eee261aa76070417ea248ac8f79536f19a75e5ee4bf16ae59f1eff5a9c751b033257a5cdbd1cfdcd80796142ef2ea1f8b2be5cc73604e96759fe2979f9b41 WHIRLPOOL e4b52b5f3d3ddae13ce4aefa1f5890813370de7874e8c5edce1e4f1df32704782babe52013dfa96cf4e60327429602f7b9534af2c19a9ef269d179186a8e1b62 DIST rails-4.0.12.tgz 3760696 SHA256 bfa46d6fc75b0d919831f837bfcdc13ced1d893b3e09ff168e6c401f0eb2c16f SHA512 7c405ac4da32b941e06d1761dbd1afb4cbb9389b4b97baac51bd0064c8ff8d2f300109683f2785d4bd3a4593aa21c8e92c8bdb190e5d6d8a96e7793e776da6cf WHIRLPOOL 42ddb51fdf30160206b76d2d3944ad670a1e91ab7be14179d61b04637188cfdd339369b24c97cbd688e7335aacf726ddceba2fee08bdedb52b267f33f5a4e805 -DIST rails-4.1.7.tgz 3708137 SHA256 c57a1bf954c4725649b9d11f893c3f6c81de77b36d7f8065d5d0a87fb7cf18e1 SHA512 6fd29ba7b552ec29225ebcb7df78d6043383f36e4c6b1e66880b0bae69bd9f9ae36b1bc63700a8e491818b495087944c990d34d33b6ee566182e2f38370ac0d0 WHIRLPOOL 0a53c4936a9792cebb98b997cafad30f895a908c169d9e8a8d370e3da55a2ba17d594b03e2dbf6a6181fafddc75697d50b0f0e57f44868ac00b4deceda03d5af DIST rails-4.1.8.tgz 3711426 SHA256 419e7cdd8e7fd2b2d45d3a37fb37f01b70ada51db77ca116f83636711d845814 SHA512 140a58c1baa39f89e383c9ef7db22702b7703f4c978937e80c0e336ab5fe1a45d3720d25416f165bfe74ec16453098393a434c3c031522594c37fc13f7e80e48 WHIRLPOOL a3ffcb86a8c482f02cc541f790a0aa8e837864bd7dae2ea91b8dad22e0840d8bd399caa7f59990bd3c5437d35aa1ff8cf45c098eed66d54374da8a17761f19e2 diff --git a/dev-ruby/actionpack/actionpack-3.2.20.ebuild b/dev-ruby/actionpack/actionpack-3.2.20.ebuild deleted file mode 100644 index 2a80543eaf5c..000000000000 --- a/dev-ruby/actionpack/actionpack-3.2.20.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-3.2.20.ebuild,v 1.1 2014/10/31 08:57:35 graaff Exp $ - -EAPI=5 - -USE_RUBY="ruby19 ruby20" - -# The default test task tries to test activerecord with SQLite as well. -RUBY_FAKEGEM_TASK_TEST="test_action_pack" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="actionpack.gemspec" - -inherit ruby-fakegem versionator - -DESCRIPTION="Eases web-request routing, handling, and response" -HOMEPAGE="http://rubyforge.org/projects/actionpack/" -SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RUBY_S="rails-${PV}/${PN}" - -ruby_add_rdepend " - ~dev-ruby/activemodel-${PV} - ~dev-ruby/activesupport-${PV} - >=dev-ruby/rack-cache-1.2 - >=dev-ruby/builder-3.0.0:3 - >=dev-ruby/rack-1.4.5:1.4 - >=dev-ruby/rack-test-0.6.1:0.6 - >=dev-ruby/journey-1.0.4:1.0 - >=dev-ruby/sprockets-2.2.1:2.2 - >=dev-ruby/erubis-2.7.0" - -ruby_add_bdepend " - test? ( - dev-ruby/mocha:0.13 - dev-ruby/bundler - ~dev-ruby/activerecord-${PV} - ~dev-ruby/actionmailer-${PV} - >=dev-ruby/tzinfo-0.3.29:0 - >=dev-ruby/uglifier-1.0.3 - )" - -all_ruby_prepare() { - # Remove items from the common Gemfile that we don't need for this - # test run. This also requires handling some gemspecs. - sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|'mysql'\|journey\|ruby-prof\|benchmark-ips\|nokogiri\)/d" ../Gemfile || die - - sed -i -e '/rack-ssl/d' -e 's/~> 3.4/>= 3.4/' ../railties/railties.gemspec || die - sed -i -e '/mail/d' ../actionmailer/actionmailer.gemspec || die - - sed -i -e '/bcrypt/ s/3.0.0/3.0/' ../Gemfile || die - - # Avoid fragile tests depending on hash ordering - sed -i -e '/cookie_3=chocolate/ s:^:#:' test/controller/integration_test.rb || die - sed -i -e '/test_to_s/,/end/ s:^:#:' test/template/html-scanner/tag_node_test.rb || die - sed -i -e '/"name":"david"/ s:^:#:' test/controller/mime_responds_test.rb || die - sed -i -e '/test_option_html_attributes_with_multiple_element_hash/, / end/ s:^:#:' test/template/form_options_helper_test.rb || die - sed -i -e '/test_option_html_attributes_with_multiple_hashes/, / end/ s:^:#:' test/template/form_options_helper_test.rb || die - - # Avoid fragile test that gets more output than it expects. - sed -i -e '/test_locals_option_to_assert_template_is_not_supported/,/end/ s:^:#:' test/controller/render_test.rb || die - - # Avoid test broken by security updates in i18n. - sed -i -e '/test_number_to_i18n_currency/,/end/ s:^:#:' test/template/number_helper_i18n_test.rb || die - - # Avoid test that chokes on bad UTF-8. - sed -i -e '/test_handles_urls_with_bad_encoding/askip "gentoo"' test/dispatch/static_test.rb || die -} diff --git a/dev-ruby/actionpack/actionpack-4.0.11.ebuild b/dev-ruby/actionpack/actionpack-4.0.11.ebuild deleted file mode 100644 index c3bb28f8a5a5..000000000000 --- a/dev-ruby/actionpack/actionpack-4.0.11.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-4.0.11.ebuild,v 1.1 2014/10/31 08:57:35 graaff Exp $ - -EAPI=5 - -USE_RUBY="ruby19 ruby20 ruby21" - -# The default test task tries to test activerecord with SQLite as well. -RUBY_FAKEGEM_TASK_TEST="test_action_pack" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="actionpack.gemspec" - -inherit ruby-fakegem versionator - -DESCRIPTION="Eases web-request routing, handling, and response" -HOMEPAGE="http://rubyforge.org/projects/actionpack/" -SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" -IUSE="" - -RUBY_S="rails-${PV}/${PN}" - -ruby_add_rdepend " - ~dev-ruby/activesupport-${PV} - >=dev-ruby/builder-3.1.0:3.1 - >=dev-ruby/rack-1.5.2:1.5 - >=dev-ruby/rack-test-0.6.2:0.6 - >=dev-ruby/erubis-2.7.0" - -ruby_add_bdepend " - test? ( - dev-ruby/mocha:0.13 - dev-ruby/bundler - ~dev-ruby/activemodel-${PV} - ~dev-ruby/activerecord-${PV} - ~dev-ruby/actionmailer-${PV} - dev-ruby/sprockets-rails:2.0 - >=dev-ruby/tzinfo-0.3.37:0 - >=dev-ruby/uglifier-1.0.3 - )" - -all_ruby_prepare() { - # Remove items from the common Gemfile that we don't need for this - # test run. This also requires handling some gemspecs. - sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|'mysql'\|journey\|ruby-prof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\)/d" ../Gemfile || die - - sed -i -e '/rack-ssl/d' -e 's/~> 3.4/>= 3.4/' ../railties/railties.gemspec || die - sed -i -e '/mail/d' ../actionmailer/actionmailer.gemspec || die - - sed -i -e '/bcrypt/ s/3.0.0/3.0/' ../Gemfile || die - - # Add back json in the Gemfile because we dropped some dependencies - # earlier that implicitly required it. - sed -i -e '$agem "json"' ../Gemfile || die - - # Avoid fragile test that gets more output than it expects. - sed -i -e '/test_locals_option_to_assert_template_is_not_supported/,/end/ s:^:#:' test/controller/render_test.rb || die -} diff --git a/dev-ruby/actionpack/actionpack-4.1.7.ebuild b/dev-ruby/actionpack/actionpack-4.1.7.ebuild deleted file mode 100644 index f535b1bbb6b0..000000000000 --- a/dev-ruby/actionpack/actionpack-4.1.7.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-4.1.7.ebuild,v 1.1 2014/10/31 08:57:35 graaff Exp $ - -EAPI=5 - -USE_RUBY="ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="actionpack.gemspec" - -inherit ruby-fakegem versionator - -DESCRIPTION="Eases web-request routing, handling, and response" -HOMEPAGE="http://rubyforge.org/projects/actionpack/" -SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64" -IUSE="" - -RUBY_S="rails-${PV}/${PN}" - -ruby_add_rdepend " - ~dev-ruby/activesupport-${PV} - ~dev-ruby/actionview-${PV} - >=dev-ruby/rack-1.5.2:1.5 - >=dev-ruby/rack-test-0.6.2:0.6" - -ruby_add_bdepend " - test? ( - dev-ruby/mocha:0.14 - dev-ruby/bundler - ~dev-ruby/activemodel-${PV} - >=dev-ruby/rack-cache-1.2:1.2 - )" - -all_ruby_prepare() { - # Remove items from the common Gemfile that we don't need for this - # test run. This also requires handling some gemspecs. - sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|'mysql'\|journey\|ruby-prof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|minitest\)/ s:^:#:" ../Gemfile || die -} diff --git a/dev-ruby/actionview/Manifest b/dev-ruby/actionview/Manifest index 7110368b8cda..35f85d07ef7d 100644 --- a/dev-ruby/actionview/Manifest +++ b/dev-ruby/actionview/Manifest @@ -1,2 +1 @@ -DIST rails-4.1.7.tgz 3708137 SHA256 c57a1bf954c4725649b9d11f893c3f6c81de77b36d7f8065d5d0a87fb7cf18e1 SHA512 6fd29ba7b552ec29225ebcb7df78d6043383f36e4c6b1e66880b0bae69bd9f9ae36b1bc63700a8e491818b495087944c990d34d33b6ee566182e2f38370ac0d0 WHIRLPOOL 0a53c4936a9792cebb98b997cafad30f895a908c169d9e8a8d370e3da55a2ba17d594b03e2dbf6a6181fafddc75697d50b0f0e57f44868ac00b4deceda03d5af DIST rails-4.1.8.tgz 3711426 SHA256 419e7cdd8e7fd2b2d45d3a37fb37f01b70ada51db77ca116f83636711d845814 SHA512 140a58c1baa39f89e383c9ef7db22702b7703f4c978937e80c0e336ab5fe1a45d3720d25416f165bfe74ec16453098393a434c3c031522594c37fc13f7e80e48 WHIRLPOOL a3ffcb86a8c482f02cc541f790a0aa8e837864bd7dae2ea91b8dad22e0840d8bd399caa7f59990bd3c5437d35aa1ff8cf45c098eed66d54374da8a17761f19e2 diff --git a/dev-ruby/actionview/actionview-4.1.7.ebuild b/dev-ruby/actionview/actionview-4.1.7.ebuild deleted file mode 100644 index 390a4e224d0f..000000000000 --- a/dev-ruby/actionview/actionview-4.1.7.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionview/actionview-4.1.7.ebuild,v 1.1 2014/10/31 08:57:14 graaff Exp $ - -EAPI=5 - -USE_RUBY="ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -inherit ruby-fakegem versionator - -DESCRIPTION="Simple, battle-tested conventions and helpers for building web pages" -HOMEPAGE="https://github.com/rails/rails/" -SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64" -IUSE="" - -RUBY_S="rails-${PV}/${PN}" - -ruby_add_rdepend " - ~dev-ruby/activesupport-${PV} - >=dev-ruby/builder-3.1 =dev-ruby/builder-3* - >=dev-ruby/erubis-2.7.0 -" - -ruby_add_bdepend " - test? ( - dev-ruby/mocha:0.14 - ~dev-ruby/actionpack-${PV} - ~dev-ruby/activemodel-${PV} - )" - -all_ruby_prepare() { - # Remove items from the common Gemfile that we don't need for this - # test run. This also requires handling some gemspecs. - sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|'mysql'\|journey\|ruby-prof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|minitest\)/ s:^:#:" ../Gemfile || die - -} diff --git a/dev-ruby/activemodel/Manifest b/dev-ruby/activemodel/Manifest index b8b714dfa363..619c113f7bb3 100644 --- a/dev-ruby/activemodel/Manifest +++ b/dev-ruby/activemodel/Manifest @@ -1,6 +1,3 @@ -DIST rails-3.2.20.tgz 3567367 SHA256 373e66ad1ea7af66504e676b0925806a20532673e2d9da7fa0131aa0559dad5c SHA512 2f39d14c1543e203a6e182528967bfa00d08a29872fd233022e2c3bd6e1a1d4cac754016258c1d7f5f821942e83d5c0f4df39a8c4fa4d5d7ba135f79bcda26a3 WHIRLPOOL e011cccc18a74ed924368077a90e43b14824e460f0d05fbe4c1a4a3092df2fb63808c148190b0f4920bf60ea94fd1be5f56f0d628e8afaf431fb9ba702fa6f71 DIST rails-3.2.21.tgz 3568729 SHA256 95dcf2a848a7fd09acbb12c47e6901baeea08645c32c37e2ae04e2650cf01deb SHA512 952c799736dd2a48532a4340d97ffbbbdc2451fc509e7f86ca47c09f5c6a3f4e5cb9b87c3e803692bc8a810bc178513bbe74f3037fdf8f786c30f0c85dd26948 WHIRLPOOL a2c79df0091ea0ca6f3969a91b4d73c14f79cab9d31ec30591a640321487aedafd0318326080ad4d9be0523002eab2c3c5e9e49b2c6b0b5ef6f5dac8da0bfab5 -DIST rails-4.0.11.tgz 3759423 SHA256 cb44b605bc0e6477c9cf389f9c6a8274de10de6a98f979a53ef8505b7eed9e33 SHA512 a38eee261aa76070417ea248ac8f79536f19a75e5ee4bf16ae59f1eff5a9c751b033257a5cdbd1cfdcd80796142ef2ea1f8b2be5cc73604e96759fe2979f9b41 WHIRLPOOL e4b52b5f3d3ddae13ce4aefa1f5890813370de7874e8c5edce1e4f1df32704782babe52013dfa96cf4e60327429602f7b9534af2c19a9ef269d179186a8e1b62 DIST rails-4.0.12.tgz 3760696 SHA256 bfa46d6fc75b0d919831f837bfcdc13ced1d893b3e09ff168e6c401f0eb2c16f SHA512 7c405ac4da32b941e06d1761dbd1afb4cbb9389b4b97baac51bd0064c8ff8d2f300109683f2785d4bd3a4593aa21c8e92c8bdb190e5d6d8a96e7793e776da6cf WHIRLPOOL 42ddb51fdf30160206b76d2d3944ad670a1e91ab7be14179d61b04637188cfdd339369b24c97cbd688e7335aacf726ddceba2fee08bdedb52b267f33f5a4e805 -DIST rails-4.1.7.tgz 3708137 SHA256 c57a1bf954c4725649b9d11f893c3f6c81de77b36d7f8065d5d0a87fb7cf18e1 SHA512 6fd29ba7b552ec29225ebcb7df78d6043383f36e4c6b1e66880b0bae69bd9f9ae36b1bc63700a8e491818b495087944c990d34d33b6ee566182e2f38370ac0d0 WHIRLPOOL 0a53c4936a9792cebb98b997cafad30f895a908c169d9e8a8d370e3da55a2ba17d594b03e2dbf6a6181fafddc75697d50b0f0e57f44868ac00b4deceda03d5af DIST rails-4.1.8.tgz 3711426 SHA256 419e7cdd8e7fd2b2d45d3a37fb37f01b70ada51db77ca116f83636711d845814 SHA512 140a58c1baa39f89e383c9ef7db22702b7703f4c978937e80c0e336ab5fe1a45d3720d25416f165bfe74ec16453098393a434c3c031522594c37fc13f7e80e48 WHIRLPOOL a3ffcb86a8c482f02cc541f790a0aa8e837864bd7dae2ea91b8dad22e0840d8bd399caa7f59990bd3c5437d35aa1ff8cf45c098eed66d54374da8a17761f19e2 diff --git a/dev-ruby/activemodel/activemodel-3.2.20.ebuild b/dev-ruby/activemodel/activemodel-3.2.20.ebuild deleted file mode 100644 index 777ed5384d16..000000000000 --- a/dev-ruby/activemodel/activemodel-3.2.20.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-3.2.20.ebuild,v 1.1 2014/10/31 08:56:19 graaff Exp $ - -EAPI=5 - -USE_RUBY="ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_DOCDIR="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="activemodel.gemspec" - -inherit ruby-fakegem versionator - -DESCRIPTION="A toolkit for building modeling frameworks like Active Record and Active Resource" -HOMEPAGE="http://github.com/rails/rails" -SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RUBY_S="rails-${PV}/${PN}" - -ruby_add_rdepend " - ~dev-ruby/activesupport-${PV} - >=dev-ruby/builder-3.0.0:3 - >=dev-ruby/bcrypt-ruby-3.0.0" - -ruby_add_bdepend " - test? ( - >=dev-ruby/mocha-0.13.0:0.13 - )" - -all_ruby_prepare() { - # Set test environment to our hand. - rm "${S}/../Gemfile" || die "Unable to remove Gemfile" - sed -i -e '/load_paths/d' test/cases/helper.rb || die "Unable to remove load paths" - - # Fix bcrypt dependency since bcrypt uses semantic versioning. - sed -i -e '/bcrypt-ruby/ s/3.0.0/3.0/' lib/active_model/secure_password.rb || die -} diff --git a/dev-ruby/activemodel/activemodel-4.0.11.ebuild b/dev-ruby/activemodel/activemodel-4.0.11.ebuild deleted file mode 100644 index 8ce21f2c823a..000000000000 --- a/dev-ruby/activemodel/activemodel-4.0.11.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-4.0.11.ebuild,v 1.1 2014/10/31 08:56:19 graaff Exp $ - -EAPI=5 - -USE_RUBY="ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_DOCDIR="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="activemodel.gemspec" - -inherit ruby-fakegem versionator - -DESCRIPTION="A toolkit for building modeling frameworks like Active Record and Active Resource" -HOMEPAGE="http://github.com/rails/rails" -SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" -IUSE="" - -RUBY_S="rails-${PV}/${PN}" - -ruby_add_rdepend " - ~dev-ruby/activesupport-${PV} - >=dev-ruby/builder-3.1.0:3.1 - >=dev-ruby/bcrypt-ruby-3.1.7" - -ruby_add_bdepend " - test? ( - dev-ruby/bundler - >=dev-ruby/railties-4.0.0 - dev-ruby/test-unit:2 - >=dev-ruby/mocha-0.13.0:0.13 - )" - -all_ruby_prepare() { - # Remove items from the common Gemfile that we don't need for this - # test run. This also requires handling some gemspecs. - sed -i -e "/\(uglifier\|system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|'mysql'\|journey\|ruby-prof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|redcarpet\)/d" ../Gemfile || die - sed -i -e '/rack-ssl/d' -e 's/~> 3.4/>= 3.4/' ../railties/railties.gemspec || die - - # Fix bcrypt dependency since bcrypt uses semantic versioning. - sed -i -e '/bcrypt-ruby/ s/3.0.0/3.0/' lib/active_model/secure_password.rb || die -} diff --git a/dev-ruby/activemodel/activemodel-4.1.7.ebuild b/dev-ruby/activemodel/activemodel-4.1.7.ebuild deleted file mode 100644 index c39698b635df..000000000000 --- a/dev-ruby/activemodel/activemodel-4.1.7.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-4.1.7.ebuild,v 1.1 2014/10/31 08:56:19 graaff Exp $ - -EAPI=5 - -USE_RUBY="ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_DOCDIR="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="activemodel.gemspec" - -inherit ruby-fakegem versionator - -DESCRIPTION="A toolkit for building modeling frameworks like Active Record and Active Resource" -HOMEPAGE="http://github.com/rails/rails" -SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64" -IUSE="" - -RUBY_S="rails-${PV}/${PN}" - -ruby_add_rdepend " - ~dev-ruby/activesupport-${PV} - >=dev-ruby/builder-3.1.0:3.1 -" - -ruby_add_bdepend " - test? ( - >=dev-ruby/railties-4.0.0 - dev-ruby/test-unit:2 - >=dev-ruby/mocha-0.14.0:0.14 - >=dev-ruby/bcrypt-ruby-3.1.7 - )" - -all_ruby_prepare() { - # Set test environment to our hand. - sed -i -e '/load_paths/d' test/cases/helper.rb || die "Unable to remove load paths" -} diff --git a/dev-ruby/activerecord/Manifest b/dev-ruby/activerecord/Manifest index b8b714dfa363..619c113f7bb3 100644 --- a/dev-ruby/activerecord/Manifest +++ b/dev-ruby/activerecord/Manifest @@ -1,6 +1,3 @@ -DIST rails-3.2.20.tgz 3567367 SHA256 373e66ad1ea7af66504e676b0925806a20532673e2d9da7fa0131aa0559dad5c SHA512 2f39d14c1543e203a6e182528967bfa00d08a29872fd233022e2c3bd6e1a1d4cac754016258c1d7f5f821942e83d5c0f4df39a8c4fa4d5d7ba135f79bcda26a3 WHIRLPOOL e011cccc18a74ed924368077a90e43b14824e460f0d05fbe4c1a4a3092df2fb63808c148190b0f4920bf60ea94fd1be5f56f0d628e8afaf431fb9ba702fa6f71 DIST rails-3.2.21.tgz 3568729 SHA256 95dcf2a848a7fd09acbb12c47e6901baeea08645c32c37e2ae04e2650cf01deb SHA512 952c799736dd2a48532a4340d97ffbbbdc2451fc509e7f86ca47c09f5c6a3f4e5cb9b87c3e803692bc8a810bc178513bbe74f3037fdf8f786c30f0c85dd26948 WHIRLPOOL a2c79df0091ea0ca6f3969a91b4d73c14f79cab9d31ec30591a640321487aedafd0318326080ad4d9be0523002eab2c3c5e9e49b2c6b0b5ef6f5dac8da0bfab5 -DIST rails-4.0.11.tgz 3759423 SHA256 cb44b605bc0e6477c9cf389f9c6a8274de10de6a98f979a53ef8505b7eed9e33 SHA512 a38eee261aa76070417ea248ac8f79536f19a75e5ee4bf16ae59f1eff5a9c751b033257a5cdbd1cfdcd80796142ef2ea1f8b2be5cc73604e96759fe2979f9b41 WHIRLPOOL e4b52b5f3d3ddae13ce4aefa1f5890813370de7874e8c5edce1e4f1df32704782babe52013dfa96cf4e60327429602f7b9534af2c19a9ef269d179186a8e1b62 DIST rails-4.0.12.tgz 3760696 SHA256 bfa46d6fc75b0d919831f837bfcdc13ced1d893b3e09ff168e6c401f0eb2c16f SHA512 7c405ac4da32b941e06d1761dbd1afb4cbb9389b4b97baac51bd0064c8ff8d2f300109683f2785d4bd3a4593aa21c8e92c8bdb190e5d6d8a96e7793e776da6cf WHIRLPOOL 42ddb51fdf30160206b76d2d3944ad670a1e91ab7be14179d61b04637188cfdd339369b24c97cbd688e7335aacf726ddceba2fee08bdedb52b267f33f5a4e805 -DIST rails-4.1.7.tgz 3708137 SHA256 c57a1bf954c4725649b9d11f893c3f6c81de77b36d7f8065d5d0a87fb7cf18e1 SHA512 6fd29ba7b552ec29225ebcb7df78d6043383f36e4c6b1e66880b0bae69bd9f9ae36b1bc63700a8e491818b495087944c990d34d33b6ee566182e2f38370ac0d0 WHIRLPOOL 0a53c4936a9792cebb98b997cafad30f895a908c169d9e8a8d370e3da55a2ba17d594b03e2dbf6a6181fafddc75697d50b0f0e57f44868ac00b4deceda03d5af DIST rails-4.1.8.tgz 3711426 SHA256 419e7cdd8e7fd2b2d45d3a37fb37f01b70ada51db77ca116f83636711d845814 SHA512 140a58c1baa39f89e383c9ef7db22702b7703f4c978937e80c0e336ab5fe1a45d3720d25416f165bfe74ec16453098393a434c3c031522594c37fc13f7e80e48 WHIRLPOOL a3ffcb86a8c482f02cc541f790a0aa8e837864bd7dae2ea91b8dad22e0840d8bd399caa7f59990bd3c5437d35aa1ff8cf45c098eed66d54374da8a17761f19e2 diff --git a/dev-ruby/activerecord/activerecord-3.2.20.ebuild b/dev-ruby/activerecord/activerecord-3.2.20.ebuild deleted file mode 100644 index 7cb85075de8c..000000000000 --- a/dev-ruby/activerecord/activerecord-3.2.20.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.2.20.ebuild,v 1.1 2014/10/31 08:58:14 graaff Exp $ - -EAPI=5 -USE_RUBY="ruby19 ruby20" - -# this is not null so that the dependencies will actually be filled -RUBY_FAKEGEM_TASK_TEST="test" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="activerecord.gemspec" - -inherit ruby-fakegem versionator - -DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM" -HOMEPAGE="http://rubyforge.org/projects/activerecord/" -SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="mysql postgres sqlite3" - -RUBY_S="rails-${PV}/${PN}" - -ruby_add_rdepend "~dev-ruby/activesupport-${PV} - ~dev-ruby/activemodel-${PV} - >=dev-ruby/arel-3.0.2:3.0 - >=dev-ruby/tzinfo-0.3.29:0 - sqlite3? ( >=dev-ruby/sqlite3-1.3.5 ) - mysql? ( >=dev-ruby/mysql2-0.3.10:0.3 ) - postgres? ( >=dev-ruby/pg-0.11.0 )" - -ruby_add_bdepend " - test? ( - dev-ruby/bundler - ~dev-ruby/actionpack-${PV} - >=dev-ruby/sqlite3-1.3.5 - dev-ruby/mocha:0.13 - )" - -all_ruby_prepare() { - # Remove items from the common Gemfile that we don't need for this - # test run. This also requires handling some gemspecs. - sed -i -e "/\(uglifier\|system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|'mysql'\|journey\|ruby-prof\|benchmark-ips\|nokogiri\)/d" ../Gemfile || die - sed -i -e '/rack-ssl/d' -e 's/~> 3.4/>= 3.4/' ../railties/railties.gemspec || die - sed -i -e '/mail/d' ../actionmailer/actionmailer.gemspec || die -# sed -i -e '/[Bb]undler/d' ../load_paths.rb || die - sed -i -e '/bcrypt/ s/3.0.0/3.0/' ../Gemfile || die - - # Avoid tests depending on hash ordering - sed -i -e '/test_should_automatically_build_new_associated/,/ end/ s:^:#:' test/cases/nested_attributes_test.rb || die - - # Avoid test depending on mysql adapter which we don't support for - # this Rails version to simplify our dependencies. - rm test/cases/connection_specification/resolver_test.rb || die - - # Avoid test depending on specific sqlite3 binding or database version. - sed -i -e '/test_uniqueness_violations_are_translated/,/^ end/ s:^:#:' test/cases/adapter_test.rb || die -} - -each_ruby_test() { - case ${RUBY} in - *jruby) - ;; - *) - if use sqlite3; then - ${RUBY} -I. -S rake test_sqlite3 || die "sqlite3 tests failed" - fi - ;; - esac -} diff --git a/dev-ruby/activerecord/activerecord-4.0.11.ebuild b/dev-ruby/activerecord/activerecord-4.0.11.ebuild deleted file mode 100644 index 227e0752f8bc..000000000000 --- a/dev-ruby/activerecord/activerecord-4.0.11.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.0.11.ebuild,v 1.1 2014/10/31 08:58:14 graaff Exp $ - -EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" - -# this is not null so that the dependencies will actually be filled -RUBY_FAKEGEM_TASK_TEST="test" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="activerecord.gemspec" - -inherit ruby-fakegem versionator - -DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM" -HOMEPAGE="http://rubyforge.org/projects/activerecord/" -SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" -IUSE="mysql postgres sqlite3" - -RUBY_S="rails-${PV}/${PN}" - -ruby_add_rdepend "~dev-ruby/activesupport-${PV} - ~dev-ruby/activemodel-${PV} - >=dev-ruby/activerecord-deprecated_finders-1.0.2:1.0 - >=dev-ruby/arel-4.0.2:4.0 - sqlite3? ( >=dev-ruby/sqlite3-1.3.5 ) - mysql? ( >=dev-ruby/mysql2-0.3.10:0.3 ) - postgres? ( >=dev-ruby/pg-0.11.0 ) - !=dev-ruby/sqlite3-1.3.5 - dev-ruby/mocha:0.13 - )" - -all_ruby_prepare() { - # Remove items from the common Gemfile that we don't need for this - # test run. This also requires handling some gemspecs. - sed -i -e "/\(uglifier\|system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|'mysql'\|journey\|ruby-prof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|redcarpet\)/d" ../Gemfile || die - sed -i -e '/rack-ssl/d' -e 's/~> 3.4/>= 3.4/' ../railties/railties.gemspec || die - sed -i -e '/mail/d' ../actionmailer/actionmailer.gemspec || die - - sed -i -e '/bcrypt/ s/3.0.0/3.0/' ../Gemfile || die - - # Add back json in the Gemfile because we dropped some dependencies - # earlier that implicitly required it. - sed -i -e '$agem "json"' ../Gemfile || die - - # Avoid test depending on mysql adapter which we don't support for - # this Rails version to simplify our dependencies. - rm test/cases/connection_specification/resolver_test.rb || die - - # Avoid single test using mysql dependencies. - rm test/cases/invalid_connection_test.rb || die - - # Avoid test depending on specific sqlite3 binding or database version. - sed -i -e '/test_uniqueness_violations_are_translated/,/^ end/ s:^:#:' test/cases/adapter_test.rb || die -} - -each_ruby_test() { - case ${RUBY} in - *jruby) - ;; - *) - if use sqlite3; then - ${RUBY} -S rake test_sqlite3 || die "sqlite3 tests failed" - fi - ;; - esac -} diff --git a/dev-ruby/activerecord/activerecord-4.1.7.ebuild b/dev-ruby/activerecord/activerecord-4.1.7.ebuild deleted file mode 100644 index 14fac3a03022..000000000000 --- a/dev-ruby/activerecord/activerecord-4.1.7.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.1.7.ebuild,v 1.1 2014/10/31 08:58:14 graaff Exp $ - -EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" - -# this is not null so that the dependencies will actually be filled -RUBY_FAKEGEM_TASK_TEST="test" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="activerecord.gemspec" - -inherit ruby-fakegem versionator - -DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM" -HOMEPAGE="http://rubyforge.org/projects/activerecord/" -SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64" -IUSE="mysql postgres sqlite3" - -RUBY_S="rails-${PV}/${PN}" - -ruby_add_rdepend "~dev-ruby/activesupport-${PV} - ~dev-ruby/activemodel-${PV} - >=dev-ruby/arel-5.0.0:5.0 - sqlite3? ( >=dev-ruby/sqlite3-1.3.6 ) - mysql? ( >=dev-ruby/mysql2-0.3.13:0.3 ) - postgres? ( >=dev-ruby/pg-0.11.0 )" - -ruby_add_bdepend " - test? ( - dev-ruby/bundler - ~dev-ruby/actionpack-${PV} - >=dev-ruby/sqlite3-1.3.5 - dev-ruby/mocha:0.13 - 3.4/>= 3.4/' ../railties/railties.gemspec || die - sed -i -e '/mail/d' ../actionmailer/actionmailer.gemspec || die - - sed -i -e '/bcrypt/ s/3.0.0/3.0/' ../Gemfile || die - - # Add back json in the Gemfile because we dropped some dependencies - # earlier that implicitly required it. - sed -i -e '$agem "json"' ../Gemfile || die - - # Avoid test depending on mysql adapter which we don't support for - # this Rails version to simplify our dependencies. - rm test/cases/connection_specification/resolver_test.rb || die - - # Avoid single test using mysql dependencies. - rm test/cases/invalid_connection_test.rb || die -} - -each_ruby_test() { - case ${RUBY} in - *jruby) - ;; - *) - if use sqlite3; then - ${RUBY} -S rake test_sqlite3 || die "sqlite3 tests failed" - fi - ;; - esac -} diff --git a/dev-ruby/activeresource/Manifest b/dev-ruby/activeresource/Manifest index f0c48984e564..6f6b32db3830 100644 --- a/dev-ruby/activeresource/Manifest +++ b/dev-ruby/activeresource/Manifest @@ -1,3 +1,2 @@ DIST activeresource-4.0.0.tgz 69142 SHA256 b2f8094b56c589193fa9c275e4a970fdcd4eb7e7885c8a7a12c86eda6c8d2f37 SHA512 bad94922b7125f79988fb8c6694d6a0370ff1271b47d031e1c249441079e98f75a8069602c1eebf2ec8d7e28aab21b0ca42502c79fe06f46dfa5d42659ff79ab WHIRLPOOL 04120c0a81e140435194ae28a98b4c2ba69e3ef663b7fbf02783839b842c92db70742e4c5d204168dfe4a28caac8d3a8d4c2aea81842959819590544b648d867 -DIST rails-3.2.20.tgz 3567367 SHA256 373e66ad1ea7af66504e676b0925806a20532673e2d9da7fa0131aa0559dad5c SHA512 2f39d14c1543e203a6e182528967bfa00d08a29872fd233022e2c3bd6e1a1d4cac754016258c1d7f5f821942e83d5c0f4df39a8c4fa4d5d7ba135f79bcda26a3 WHIRLPOOL e011cccc18a74ed924368077a90e43b14824e460f0d05fbe4c1a4a3092df2fb63808c148190b0f4920bf60ea94fd1be5f56f0d628e8afaf431fb9ba702fa6f71 DIST rails-3.2.21.tgz 3568729 SHA256 95dcf2a848a7fd09acbb12c47e6901baeea08645c32c37e2ae04e2650cf01deb SHA512 952c799736dd2a48532a4340d97ffbbbdc2451fc509e7f86ca47c09f5c6a3f4e5cb9b87c3e803692bc8a810bc178513bbe74f3037fdf8f786c30f0c85dd26948 WHIRLPOOL a2c79df0091ea0ca6f3969a91b4d73c14f79cab9d31ec30591a640321487aedafd0318326080ad4d9be0523002eab2c3c5e9e49b2c6b0b5ef6f5dac8da0bfab5 diff --git a/dev-ruby/activeresource/activeresource-3.2.20.ebuild b/dev-ruby/activeresource/activeresource-3.2.20.ebuild deleted file mode 100644 index 4c5de1caf918..000000000000 --- a/dev-ruby/activeresource/activeresource-3.2.20.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-3.2.20.ebuild,v 1.1 2014/10/31 08:56:55 graaff Exp $ - -EAPI=5 - -USE_RUBY="ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="activeresource.gemspec" - -inherit ruby-fakegem versionator - -DESCRIPTION="Think Active Record for web resources" -HOMEPAGE="http://rubyforge.org/projects/activeresource/" -SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RUBY_S="rails-${PV}/${PN}" - -ruby_add_rdepend "~dev-ruby/activesupport-${PV} - dev-ruby/builder:3" -ruby_add_bdepend " - test? ( - dev-ruby/test-unit:2 - >=dev-ruby/mocha-0.13.0:0.13 - )" - -all_ruby_prepare() { - # Set test environment to our hand. - rm "${S}/../Gemfile" || die "Unable to remove Gemfile" - sed -i -e '/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths" - - # Make sure we use the test-unit gem since ruby18 does not provide - # all the test-unit features needed. - sed -i -e '1igem "test-unit"' test/abstract_unit.rb || die -} diff --git a/dev-ruby/activesupport/Manifest b/dev-ruby/activesupport/Manifest index b8b714dfa363..619c113f7bb3 100644 --- a/dev-ruby/activesupport/Manifest +++ b/dev-ruby/activesupport/Manifest @@ -1,6 +1,3 @@ -DIST rails-3.2.20.tgz 3567367 SHA256 373e66ad1ea7af66504e676b0925806a20532673e2d9da7fa0131aa0559dad5c SHA512 2f39d14c1543e203a6e182528967bfa00d08a29872fd233022e2c3bd6e1a1d4cac754016258c1d7f5f821942e83d5c0f4df39a8c4fa4d5d7ba135f79bcda26a3 WHIRLPOOL e011cccc18a74ed924368077a90e43b14824e460f0d05fbe4c1a4a3092df2fb63808c148190b0f4920bf60ea94fd1be5f56f0d628e8afaf431fb9ba702fa6f71 DIST rails-3.2.21.tgz 3568729 SHA256 95dcf2a848a7fd09acbb12c47e6901baeea08645c32c37e2ae04e2650cf01deb SHA512 952c799736dd2a48532a4340d97ffbbbdc2451fc509e7f86ca47c09f5c6a3f4e5cb9b87c3e803692bc8a810bc178513bbe74f3037fdf8f786c30f0c85dd26948 WHIRLPOOL a2c79df0091ea0ca6f3969a91b4d73c14f79cab9d31ec30591a640321487aedafd0318326080ad4d9be0523002eab2c3c5e9e49b2c6b0b5ef6f5dac8da0bfab5 -DIST rails-4.0.11.tgz 3759423 SHA256 cb44b605bc0e6477c9cf389f9c6a8274de10de6a98f979a53ef8505b7eed9e33 SHA512 a38eee261aa76070417ea248ac8f79536f19a75e5ee4bf16ae59f1eff5a9c751b033257a5cdbd1cfdcd80796142ef2ea1f8b2be5cc73604e96759fe2979f9b41 WHIRLPOOL e4b52b5f3d3ddae13ce4aefa1f5890813370de7874e8c5edce1e4f1df32704782babe52013dfa96cf4e60327429602f7b9534af2c19a9ef269d179186a8e1b62 DIST rails-4.0.12.tgz 3760696 SHA256 bfa46d6fc75b0d919831f837bfcdc13ced1d893b3e09ff168e6c401f0eb2c16f SHA512 7c405ac4da32b941e06d1761dbd1afb4cbb9389b4b97baac51bd0064c8ff8d2f300109683f2785d4bd3a4593aa21c8e92c8bdb190e5d6d8a96e7793e776da6cf WHIRLPOOL 42ddb51fdf30160206b76d2d3944ad670a1e91ab7be14179d61b04637188cfdd339369b24c97cbd688e7335aacf726ddceba2fee08bdedb52b267f33f5a4e805 -DIST rails-4.1.7.tgz 3708137 SHA256 c57a1bf954c4725649b9d11f893c3f6c81de77b36d7f8065d5d0a87fb7cf18e1 SHA512 6fd29ba7b552ec29225ebcb7df78d6043383f36e4c6b1e66880b0bae69bd9f9ae36b1bc63700a8e491818b495087944c990d34d33b6ee566182e2f38370ac0d0 WHIRLPOOL 0a53c4936a9792cebb98b997cafad30f895a908c169d9e8a8d370e3da55a2ba17d594b03e2dbf6a6181fafddc75697d50b0f0e57f44868ac00b4deceda03d5af DIST rails-4.1.8.tgz 3711426 SHA256 419e7cdd8e7fd2b2d45d3a37fb37f01b70ada51db77ca116f83636711d845814 SHA512 140a58c1baa39f89e383c9ef7db22702b7703f4c978937e80c0e336ab5fe1a45d3720d25416f165bfe74ec16453098393a434c3c031522594c37fc13f7e80e48 WHIRLPOOL a3ffcb86a8c482f02cc541f790a0aa8e837864bd7dae2ea91b8dad22e0840d8bd399caa7f59990bd3c5437d35aa1ff8cf45c098eed66d54374da8a17761f19e2 diff --git a/dev-ruby/activesupport/activesupport-3.2.20.ebuild b/dev-ruby/activesupport/activesupport-3.2.20.ebuild deleted file mode 100644 index 3f15b23d0e38..000000000000 --- a/dev-ruby/activesupport/activesupport-3.2.20.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.2.20.ebuild,v 1.3 2014/11/26 02:28:09 mrueg Exp $ - -EAPI=5 - -USE_RUBY="ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="activesupport.gemspec" - -RUBY_FAKEGEM_BINWRAP="" - -inherit ruby-fakegem versionator - -DESCRIPTION="Utility Classes and Extension to the Standard Library" -HOMEPAGE="http://rubyforge.org/projects/activesupport/" -SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RUBY_S="rails-${PV}/${PN}" - -ruby_add_rdepend " - >=dev-ruby/multi_json-1.0 - >=dev-ruby/i18n-0.6.4:0.6 - !!=dev-ruby/memcache-client-1.5.8 - dev-ruby/nokogiri - >=dev-ruby/builder-3.0.3:3 - >=dev-ruby/tzinfo-0.3.29 - )" - -# libxml is not strictly needed, there are tests using this code. jruby -# uses a different xml implementation. -ruby_add_bdepend "test? ( >=dev-ruby/libxml-2.0.0 )" - -all_ruby_prepare() { - # Set test environment to our hand. -# rm "${S}/../Gemfile" || die "Unable to remove Gemfile" - sed -i -e '/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths" - - # Make sure we use the test-unit gem since ruby18 does not provide - # all the test-unit features needed. - sed -i -e '1igem "test-unit"' test/abstract_unit.rb || die -} diff --git a/dev-ruby/activesupport/activesupport-4.0.11.ebuild b/dev-ruby/activesupport/activesupport-4.0.11.ebuild deleted file mode 100644 index a93849c4d2bd..000000000000 --- a/dev-ruby/activesupport/activesupport-4.0.11.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-4.0.11.ebuild,v 1.1 2014/10/31 08:55:50 graaff Exp $ - -EAPI=5 - -USE_RUBY="ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="activesupport.gemspec" - -RUBY_FAKEGEM_BINWRAP="" - -inherit ruby-fakegem versionator - -DESCRIPTION="Utility Classes and Extension to the Standard Library" -HOMEPAGE="https://github.com/rails/rails" -SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" -IUSE="" - -RUBY_S="rails-${PV}/${PN}" - -ruby_add_rdepend " - >=dev-ruby/multi_json-1.3:0 - >=dev-ruby/i18n-0.6.9:0.6 - >=dev-ruby/tzinfo-0.3.37:0 - >=dev-ruby/minitest-4.2:0 - >=dev-ruby/thread_safe-0.1:0 - !!=dev-ruby/dalli-2.2.1 - >=dev-ruby/nokogiri-1.4.5 - >=dev-ruby/builder-3.1.0 - >=dev-ruby/libxml-2.0.0 - )" - -all_ruby_prepare() { - # Set the secure permissions that tests expect. - chmod 0755 "${HOME}" || die "Failed to fix permissions on home" - - # Set test environment to our hand. -# rm "${S}/../Gemfile" || die "Unable to remove Gemfile" - sed -i -e '/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths" - - # Make sure a compatible version of minitest is used everywhere. - sed -i -e "s/gem 'minitest'/gem 'minitest', '~> 4.2'/" lib/active_support/test_case.rb || die - sed -i -e "1igem 'minitest', '~> 4.2'" test/abstract_unit.rb || die - - # Avoid test that seems to be broken by lack of DST. - sed -i -e '324 s:^:#:' test/core_ext/string_ext_test.rb || die -} diff --git a/dev-ruby/activesupport/activesupport-4.1.7.ebuild b/dev-ruby/activesupport/activesupport-4.1.7.ebuild deleted file mode 100644 index f866d391a46c..000000000000 --- a/dev-ruby/activesupport/activesupport-4.1.7.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-4.1.7.ebuild,v 1.1 2014/10/31 08:55:50 graaff Exp $ - -EAPI=5 - -USE_RUBY="ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="activesupport.gemspec" - -RUBY_FAKEGEM_BINWRAP="" - -inherit ruby-fakegem versionator - -DESCRIPTION="Utility Classes and Extension to the Standard Library" -HOMEPAGE="http://rubyforge.org/projects/activesupport/" -SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" -IUSE="" - -RUBY_S="rails-${PV}/${PN}" - -ruby_add_rdepend " - >=dev-ruby/i18n-0.6.9:0.6 - >=dev-ruby/json-1.7.7:0 - >=dev-ruby/tzinfo-1.1:1 - >=dev-ruby/minitest-5.1:5 - >=dev-ruby/thread_safe-0.1:0" - -# memcache-client, nokogiri, and builder are not strictly -# needed, but there are tests using this code. -ruby_add_bdepend "test? ( - >=dev-ruby/dalli-2.2.1 - >=dev-ruby/nokogiri-1.4.5 - >=dev-ruby/builder-3.1.0 - >=dev-ruby/libxml-2.0.0 - )" - -all_ruby_prepare() { - # Set the secure permissions that tests expect. - chmod 0755 "${HOME}" || die "Failed to fix permissions on home" - - # Set test environment to our hand. -# rm "${S}/../Gemfile" || die "Unable to remove Gemfile" - sed -i -e '/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths" - - # Avoid test that seems to be broken by lack of DST. - sed -i -e '369 s:^:#:' test/core_ext/string_ext_test.rb || die - - # Avoid test that fails with Minitest 5.4 since that already defines - # a string E in its TestCase. - rm test/core_ext/marshal_test.rb || die - sed -i -e '/test_const_missing_in_anonymous_modules/askip "gentoo minitest"' test/dependencies_test.rb || die -} diff --git a/dev-ruby/colorize/Manifest b/dev-ruby/colorize/Manifest index 145b89573b5a..d15a29fe5a07 100644 --- a/dev-ruby/colorize/Manifest +++ b/dev-ruby/colorize/Manifest @@ -1,2 +1,3 @@ DIST colorize-0.7.3.gem 14336 SHA256 628fedcf1a25b774b3ef84df5c5c28e0c329b67527cfeafd6dd0e707eced8c41 SHA512 1c499d4252871c64482deaf538e3cf539a3f489329ac869bfaeb5a44a0b39c341e76c03fb0c6afac98ec434bb98568df75749cf4bb9bb2774b0dcd4aa0cc8890 WHIRLPOOL 7f6022b85fb5b58d92169432732b1ec7ebb65e380f116faee69afc92705a7b1b96d38b7403fc26fa77112758dc089a44187449d3677b08eb444ba41f4252748e DIST colorize-0.7.4.gem 14336 SHA256 f161c472e08f95a93c3ab765d08c10b149ac3d07820f53af4368aefbc44933a8 SHA512 f32d8a13bfb2b9caeba3ec3962f55f6cb24e3afc888b1f0efb20a01aece6031fced1cd7f11c989117d33c4727e01af1f194d614d0d771cb9f1de147a0ec47c59 WHIRLPOOL 8473a24ab850d148d74ad30c38c21b6e7d63701692ab6dbb392bf3c6a10d93392653ad9440fcda99b878b0a6b05b3e8f27bc9aaf94faff97f91e7c803e66abbb +DIST colorize-0.7.5.gem 14848 SHA256 c84253400dc0baf5a11c2b04b0b85e1a122f923771602dec45cee61d1a72c564 SHA512 a4d286d1b7b4e7c028200318718eaa02c01705ee4ae8f504737bfdd4ed5f70aa77b20cc94fd938a4e0b121fea478b5b757584d8b05202adb33bd2b9c9e294b36 WHIRLPOOL 2b0ad1a335071d4f33caef688bbfe9a2e6d58689ee5c7ea0e25688e55a28dc7d95a67fe362f7537d6b1ce18890c95abf82ec37a0ac67f2191a127391309f568b diff --git a/dev-ruby/colorize/colorize-0.7.5.ebuild b/dev-ruby/colorize/colorize-0.7.5.ebuild new file mode 100644 index 000000000000..aaaece15b3f1 --- /dev/null +++ b/dev-ruby/colorize/colorize-0.7.5.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/colorize/colorize-0.7.5.ebuild,v 1.1 2014/12/19 23:37:50 mrueg Exp $ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21" + +RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +inherit ruby-fakegem + +DESCRIPTION="Add some methods to set color, background color and text effect on console easier" +HOMEPAGE="https://github.com/fazibear/colorize http://colorize.rubyforge.org" +LICENSE="GPL-2+" + +KEYWORDS="~amd64" +SLOT="0" +IUSE="" + +each_ruby_test() { + cd test || die + ${RUBY} test_colorize.rb || die +} diff --git a/dev-ruby/jquery-ui-rails/Manifest b/dev-ruby/jquery-ui-rails/Manifest index bca43eff727b..0ba14272e670 100644 --- a/dev-ruby/jquery-ui-rails/Manifest +++ b/dev-ruby/jquery-ui-rails/Manifest @@ -4,3 +4,4 @@ DIST jquery-ui-rails-4.2.1.gem 155136 SHA256 5b349e7066150b16d7a784183f040c083d5 DIST jquery-ui-rails-5.0.0.gem 160768 SHA256 d75bff7fdc83dd0b83b7700a2dc91c6012e23dbf6d970676d94fc2957e628e31 SHA512 670992823837302667f5db96694f38f7cd51be59634dbb24d96935cdeb547d5e7e1aa6a12a4c0b1f6337a7ea3ecc983c21538288a2c6172bc962d8d7c67f41c7 WHIRLPOOL 04d0dbc32a0b8a9873dc3161e61b43f858e8d7a13eb543bcde432a373228201e9d17499712fb8ac0333156f79f13d0114f7bc9afa6d6d4c1d570f17500916caa DIST jquery-ui-rails-5.0.1.gem 162304 SHA256 10a2c9050565291ed34310edfa4f17216cfaa0020002fa130168b2633402e2c5 SHA512 d062c2c166cccbd4572dcc3815a922d8941b2da0bc121c991db94b5f8a8e7b9cc2103765b3e1e8141d6472f5e7d9b2e3d6ddf05f03da502ae7e9bb44a051532f WHIRLPOOL 458446cc911312ef9758973f8fb61dcd1e87fe3d8d3ed9411266845ebddd88c45a5d2ec914b2f0864e7cbc81b4f164b5fb53620e67198b9d989cb034d228aafd DIST jquery-ui-rails-5.0.2.gem 163328 SHA256 24ec53266da405fbe19538495d65d5b835b21c1fd7e3bc8b9ceabd7ec0133c48 SHA512 62996d3b16b67b63278a46120b6d3cab8c75730991b22fbb1d023de4a39b1d7ad677faa3aff9ca021bbb6d1645da6c95500e8114a83a65e0ec915887da8b47d3 WHIRLPOOL 273a3af7d91712457541a0b999da4b5e00d34504226cde65822e3e163c8cbcd025308823d0c34411880313cfbe1e54aded73ce39b5658ba23fdf4b9107ea8f49 +DIST jquery-ui-rails-5.0.3.gem 163328 SHA256 e5eaddaf605dd0c708feed12212a618594a7e0f095c6c0be9b07e3442152c184 SHA512 05cd4603b29dda916e73489da0cf3b547d98ff84b28a2ca4d9afd92b7357c0a2545e384abc289b719f4ce9a9e8ec0374b14e5c7cdd7968988f820c2d380887e3 WHIRLPOOL ba333d3039ced51c858f8ac84874c9b175a86154fe10b61bf57085eda4fbcd751d9367630cd5ef23625b41304174b33bb35c3f3b7b6946c63979eae2a9e03e40 diff --git a/dev-ruby/jquery-ui-rails/jquery-ui-rails-5.0.3.ebuild b/dev-ruby/jquery-ui-rails/jquery-ui-rails-5.0.3.ebuild new file mode 100644 index 000000000000..6b94d45cb144 --- /dev/null +++ b/dev-ruby/jquery-ui-rails/jquery-ui-rails-5.0.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jquery-ui-rails/jquery-ui-rails-5.0.3.ebuild,v 1.1 2014/12/19 23:39:17 mrueg Exp $ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_TASK_TEST="" + +RUBY_FAKEGEM_EXTRADOC="History.md README.md VERSIONS.md" + +RUBY_FAKEGEM_EXTRAINSTALL="app" + +inherit ruby-fakegem + +DESCRIPTION="The jQuery UI assets for the Rails 3.2+ asset pipeline" +HOMEPAGE="http://www.rubyonrails.org" + +LICENSE="MIT" +SLOT="5" +KEYWORDS="~amd64 ~arm ~x86 ~x64-macos" + +IUSE="" + +ruby_add_rdepend ">=dev-ruby/railties-3.2.16" diff --git a/dev-ruby/network_interface/network_interface-0.0.1-r1.ebuild b/dev-ruby/network_interface/network_interface-0.0.1-r1.ebuild index bcdb59b25d85..97e75ae6d1b4 100644 --- a/dev-ruby/network_interface/network_interface-0.0.1-r1.ebuild +++ b/dev-ruby/network_interface/network_interface-0.0.1-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/network_interface/network_interface-0.0.1-r1.ebuild,v 1.2 2014/05/21 02:20:21 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/network_interface/network_interface-0.0.1-r1.ebuild,v 1.3 2014/12/19 20:50:32 axs Exp $ EAPI=5 -USE_RUBY="ruby19" +USE_RUBY="ruby19 ruby21" RUBY_FAKEGEM_TASK_DOC="" diff --git a/dev-ruby/packetfu/packetfu-1.1.9.ebuild b/dev-ruby/packetfu/packetfu-1.1.9.ebuild index 78b66af63d32..771e4b695d57 100644 --- a/dev-ruby/packetfu/packetfu-1.1.9.ebuild +++ b/dev-ruby/packetfu/packetfu-1.1.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/packetfu/packetfu-1.1.9.ebuild,v 1.1 2013/12/15 16:34:31 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/packetfu/packetfu-1.1.9.ebuild,v 1.2 2014/12/19 20:59:05 axs Exp $ EAPI=5 -USE_RUBY="ruby19" +USE_RUBY="ruby19 ruby21" inherit multilib ruby-fakegem diff --git a/dev-ruby/rails/Manifest b/dev-ruby/rails/Manifest index 90a35a6eebb3..a4a7202788d6 100644 --- a/dev-ruby/rails/Manifest +++ b/dev-ruby/rails/Manifest @@ -1,6 +1,3 @@ -DIST rails-3.2.20.gem 4608 SHA256 38cc06efd458dde28f1ea20f3c4095d7cf2aae5a74a1689ebcc0ab7d8af88a7c SHA512 69725cc7fd68952bea1ff9080e68c99090df4183a8883a1b6c558fbb4321cedfa87a5e688e36d19b9546b493595612ebe5540f88ac298fdbbf5841bcc83505ea WHIRLPOOL 110464ce5d628562a86046820e37a41302ddab75f79c7414fb261edf18ec79ef9986cd00dc46d6f1895018adaa98fdd54fb67a01a847c6bba0edd45bf7eca91e DIST rails-3.2.21.gem 4608 SHA256 d0f6904bc864307cb0236a3cc8b252d355e4536223614aee33265f23ead3c55a SHA512 46965273bccde3b4b5184c866a3842e2ba68dd34170f2530c96ea8daea84468135ca084a5521c0f69c86be2acbb2e2b365fad115c437a20ea21986861d31acc2 WHIRLPOOL 89db4a89d71a77341f53206b79ac8bca1977ef8ef829327fc8bc95613ec14df8128951e94181242bfef1a20e8a688d2630d4b4ff00be1fe173436d63c1141335 -DIST rails-4.0.11.gem 1550848 SHA256 ca9da5665e2e8e124a71fb4e7dcac32e38ae3188d869cda3f8c8593aeeafeec3 SHA512 7083e6a4dae4ee992592cefab1639de4892e280fecf5c2e71ada6dfc8458718832296fb52c656137ee4c279bd7bce8ee8729295a3f893633c7fd8293708ed7da WHIRLPOOL c52584456331bba068a840b8086c5425e5aea40d6c81f22f9d4bfa3be6c60cbe3be4fe6ce8b02cecfd9173ca663aed79e571155f2dbe7b1cdaa76141071a861f DIST rails-4.0.12.gem 1550848 SHA256 96f47a8a2f06df95c78ac3baea02c01eefbd214034a715055f67b193988c4aec SHA512 d716541a06be78ff7769db0b98e4298862d7da37d0d3bfb0c2b5661782b3fff3d1571f5a2efe95b19bf7840eb3601c9b9be747f004726ec375f5d57563c69b38 WHIRLPOOL d20e9dad43420d7f2152f07dd60b4b466690ac7df2b65322f5176b051862b77c7ec559fc7cf627c31d182881fa9a9261e5592b6134259f12e18639c7cc4a6c7c -DIST rails-4.1.7.gem 1438208 SHA256 20972f5ce418d5b938afa42680bcbe8c52770c0664429233fa0e567a25bd3515 SHA512 dc7cc79d50d66895b57fee57c58128a6840a92ff7a24d55d7c947a0ca3623966b3e7fa81a61de9bd8e04b88e3af889c2fe8875255cfd3fd4310c05598712a1cb WHIRLPOOL 1e9675ddc7c511d64d02ee3be4db54665bc9bb43f037032f837111735148b953a6da87bf52b347e78b6a4e6eea7c2e9c0cd7a9437201b2fef9f842eea9d3ff03 DIST rails-4.1.8.gem 1438208 SHA256 20f4a46c30dac40585721caf3b4b1c961a3cf425fd1ccbc6109ccd6df723599d SHA512 0817bcce4dc562547700027e3a98905362f770eecc8046b9aa4a0a24e710316a1fc89b55bb43cab8da31f1b183f39d0b5386b7607e0e8c671eeeecc3ce34052e WHIRLPOOL 60e6372a833ef856364ff7a8e190ec2f4905817b811eabbae805edb02127142764fd08774268b066b5b2912cce7e2912eebe5927434b14908d0799b8c313445c diff --git a/dev-ruby/rails/rails-3.2.20.ebuild b/dev-ruby/rails/rails-3.2.20.ebuild deleted file mode 100644 index aa16b3c27741..000000000000 --- a/dev-ruby/rails/rails-3.2.20.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-3.2.20.ebuild,v 1.1 2014/10/31 08:58:52 graaff Exp $ - -EAPI=5 -USE_RUBY="ruby19 ruby20" - -RUBY_FAKEGEM_BINWRAP="" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="" - -inherit ruby-fakegem versionator - -DESCRIPTION="ruby on rails is a web-application and persistance framework" -HOMEPAGE="http://www.rubyonrails.org" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -IUSE="+asset-pipeline" - -ruby_add_rdepend " - ~dev-ruby/actionmailer-${PV} - ~dev-ruby/actionpack-${PV} - ~dev-ruby/activerecord-${PV} - ~dev-ruby/activeresource-${PV} - ~dev-ruby/activesupport-${PV} - =dev-ruby/bundler-1* - ~dev-ruby/railties-${PV} - asset-pipeline? ( - dev-ruby/jquery-rails - >=dev-ruby/sass-rails-3.2.3:3.2 - >=dev-ruby/uglifier-1.0.3 - >=dev-ruby/coffee-rails-3.2.1:3.2 - )" diff --git a/dev-ruby/rails/rails-4.0.11.ebuild b/dev-ruby/rails/rails-4.0.11.ebuild deleted file mode 100644 index e2909cdc2902..000000000000 --- a/dev-ruby/rails/rails-4.0.11.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-4.0.11.ebuild,v 1.1 2014/10/31 08:58:52 graaff Exp $ - -EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_BINWRAP="" - -# The guides are now here but we'd need to rebuilt them first. -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_EXTRADOC="README.md guides/CHANGELOG.md" - -inherit ruby-fakegem versionator - -DESCRIPTION="ruby on rails is a web-application and persistance framework" -HOMEPAGE="http://www.rubyonrails.org" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~x86" - -IUSE="+asset-pipeline" - -ruby_add_rdepend " - ~dev-ruby/actionmailer-${PV} - ~dev-ruby/actionpack-${PV} - ~dev-ruby/activerecord-${PV} - ~dev-ruby/activesupport-${PV} - ~dev-ruby/railties-${PV} - >=dev-ruby/bundler-1.3 =dev-ruby/bundler-1* - =dev-ruby/sprockets-rails-2* - asset-pipeline? ( - dev-ruby/jquery-rails - >=dev-ruby/sass-rails-4.0.0:4.0 - >=dev-ruby/uglifier-1.3.0 - >=dev-ruby/coffee-rails-4.0.0:4.0 - )" - -# also: turbolinks, >=jbuilder-1.2:1 diff --git a/dev-ruby/rails/rails-4.1.7.ebuild b/dev-ruby/rails/rails-4.1.7.ebuild deleted file mode 100644 index effb91b1474b..000000000000 --- a/dev-ruby/rails/rails-4.1.7.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-4.1.7.ebuild,v 1.1 2014/10/31 08:58:52 graaff Exp $ - -EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_BINWRAP="" - -# The guides are now here but we'd need to rebuilt them first. -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_EXTRADOC="README.md guides/CHANGELOG.md" - -inherit ruby-fakegem versionator - -DESCRIPTION="ruby on rails is a web-application and persistance framework" -HOMEPAGE="http://www.rubyonrails.org" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm" - -IUSE="+asset-pipeline" - -ruby_add_rdepend " - ~dev-ruby/actionmailer-${PV} - ~dev-ruby/actionpack-${PV} - ~dev-ruby/actionview-${PV} - ~dev-ruby/activemodel-${PV} - ~dev-ruby/activerecord-${PV} - ~dev-ruby/activesupport-${PV} - ~dev-ruby/railties-${PV} - >=dev-ruby/bundler-1.3 =dev-ruby/bundler-1* - =dev-ruby/sprockets-rails-2* - asset-pipeline? ( - dev-ruby/jquery-rails - >=dev-ruby/sass-rails-4.0.3:4.0 - >=dev-ruby/uglifier-1.3.0 - >=dev-ruby/coffee-rails-4.0.0:4.0 - )" - -# also: turbolinks, >=jbuilder-1.2:1 diff --git a/dev-ruby/railties/Manifest b/dev-ruby/railties/Manifest index b8b714dfa363..619c113f7bb3 100644 --- a/dev-ruby/railties/Manifest +++ b/dev-ruby/railties/Manifest @@ -1,6 +1,3 @@ -DIST rails-3.2.20.tgz 3567367 SHA256 373e66ad1ea7af66504e676b0925806a20532673e2d9da7fa0131aa0559dad5c SHA512 2f39d14c1543e203a6e182528967bfa00d08a29872fd233022e2c3bd6e1a1d4cac754016258c1d7f5f821942e83d5c0f4df39a8c4fa4d5d7ba135f79bcda26a3 WHIRLPOOL e011cccc18a74ed924368077a90e43b14824e460f0d05fbe4c1a4a3092df2fb63808c148190b0f4920bf60ea94fd1be5f56f0d628e8afaf431fb9ba702fa6f71 DIST rails-3.2.21.tgz 3568729 SHA256 95dcf2a848a7fd09acbb12c47e6901baeea08645c32c37e2ae04e2650cf01deb SHA512 952c799736dd2a48532a4340d97ffbbbdc2451fc509e7f86ca47c09f5c6a3f4e5cb9b87c3e803692bc8a810bc178513bbe74f3037fdf8f786c30f0c85dd26948 WHIRLPOOL a2c79df0091ea0ca6f3969a91b4d73c14f79cab9d31ec30591a640321487aedafd0318326080ad4d9be0523002eab2c3c5e9e49b2c6b0b5ef6f5dac8da0bfab5 -DIST rails-4.0.11.tgz 3759423 SHA256 cb44b605bc0e6477c9cf389f9c6a8274de10de6a98f979a53ef8505b7eed9e33 SHA512 a38eee261aa76070417ea248ac8f79536f19a75e5ee4bf16ae59f1eff5a9c751b033257a5cdbd1cfdcd80796142ef2ea1f8b2be5cc73604e96759fe2979f9b41 WHIRLPOOL e4b52b5f3d3ddae13ce4aefa1f5890813370de7874e8c5edce1e4f1df32704782babe52013dfa96cf4e60327429602f7b9534af2c19a9ef269d179186a8e1b62 DIST rails-4.0.12.tgz 3760696 SHA256 bfa46d6fc75b0d919831f837bfcdc13ced1d893b3e09ff168e6c401f0eb2c16f SHA512 7c405ac4da32b941e06d1761dbd1afb4cbb9389b4b97baac51bd0064c8ff8d2f300109683f2785d4bd3a4593aa21c8e92c8bdb190e5d6d8a96e7793e776da6cf WHIRLPOOL 42ddb51fdf30160206b76d2d3944ad670a1e91ab7be14179d61b04637188cfdd339369b24c97cbd688e7335aacf726ddceba2fee08bdedb52b267f33f5a4e805 -DIST rails-4.1.7.tgz 3708137 SHA256 c57a1bf954c4725649b9d11f893c3f6c81de77b36d7f8065d5d0a87fb7cf18e1 SHA512 6fd29ba7b552ec29225ebcb7df78d6043383f36e4c6b1e66880b0bae69bd9f9ae36b1bc63700a8e491818b495087944c990d34d33b6ee566182e2f38370ac0d0 WHIRLPOOL 0a53c4936a9792cebb98b997cafad30f895a908c169d9e8a8d370e3da55a2ba17d594b03e2dbf6a6181fafddc75697d50b0f0e57f44868ac00b4deceda03d5af DIST rails-4.1.8.tgz 3711426 SHA256 419e7cdd8e7fd2b2d45d3a37fb37f01b70ada51db77ca116f83636711d845814 SHA512 140a58c1baa39f89e383c9ef7db22702b7703f4c978937e80c0e336ab5fe1a45d3720d25416f165bfe74ec16453098393a434c3c031522594c37fc13f7e80e48 WHIRLPOOL a3ffcb86a8c482f02cc541f790a0aa8e837864bd7dae2ea91b8dad22e0840d8bd399caa7f59990bd3c5437d35aa1ff8cf45c098eed66d54374da8a17761f19e2 diff --git a/dev-ruby/railties/railties-3.2.20.ebuild b/dev-ruby/railties/railties-3.2.20.ebuild deleted file mode 100644 index 4ffb4ee5cf7d..000000000000 --- a/dev-ruby/railties/railties-3.2.20.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/railties-3.2.20.ebuild,v 1.1 2014/10/31 08:58:38 graaff Exp $ - -EAPI=5 -USE_RUBY="ruby19 ruby20" - -RUBY_FAKEGEM_TASK_TEST="test:regular" -RUBY_FAKEGEM_TASK_DOC="generate_guides" -RUBY_FAKEGEM_DOCDIR="guides/output" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="railties.gemspec" - -RUBY_FAKEGEM_BINWRAP="" - -inherit ruby-fakegem versionator - -DESCRIPTION="Tools for creating, working with, and running Rails applications" -HOMEPAGE="http://github.com/rails/rails" -SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RUBY_S="rails-${PV}/${PN}" - -# The test suite has many failures, most likely due to a mismatch in -# exact dependencies or environment specifics. Needs further -# investigation. -RESTRICT="test" - -RDEPEND+=">=app-admin/eselect-rails-0.18" - -ruby_add_rdepend " - ~dev-ruby/activesupport-${PV} - ~dev-ruby/actionpack-${PV} - >=dev-ruby/rdoc-3.4 - >=dev-ruby/thor-0.14.6 - >=dev-ruby/rack-ssl-1.3.2:1.3 - >=dev-ruby/rake-0.8.7" - -ruby_add_bdepend " - test? ( - dev-ruby/mocha:0.13 - ) - doc? ( - >=dev-ruby/redcloth-4.1.1 - )" - -all_ruby_prepare() { - # Remove items from the common Gemfile that we don't need for this - # test run. This also requires handling some gemspecs. - sed -i -e '/\(uglifier\|system_timer\|sdoc\|w3c_validators\|pg\)/d' ../Gemfile || die - - # Also allow rdoc 4.x - sed -i -e 's/~> 3.4/>= 3.4/' ${RUBY_FAKEGEM_GEMSPEC} || die -} - -all_ruby_install() { - all_fakegem_install - - if use doc ; then - mv guides/output guides/guides || die - dohtml -r guides/guides - fi - - ruby_fakegem_binwrapper rails rails-${PV} -} - -pkg_postinst() { - elog "To select between slots of rails, use:" - elog "\teselect rails" - - eselect rails update -} - -pkg_postrm() { - eselect rails update -} diff --git a/dev-ruby/railties/railties-4.0.11.ebuild b/dev-ruby/railties/railties-4.0.11.ebuild deleted file mode 100644 index 81d69c6625da..000000000000 --- a/dev-ruby/railties/railties-4.0.11.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/railties-4.0.11.ebuild,v 1.1 2014/10/31 08:58:38 graaff Exp $ - -EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_TASK_TEST="test:regular" -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="railties.gemspec" - -RUBY_FAKEGEM_BINWRAP="" - -inherit ruby-fakegem versionator - -DESCRIPTION="Tools for creating, working with, and running Rails applications" -HOMEPAGE="http://github.com/rails/rails" -SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" -IUSE="" - -RUBY_S="rails-${PV}/${PN}" - -# The test suite has many failures, most likely due to a mismatch in -# exact dependencies or environment specifics. Needs further -# investigation. -RESTRICT="test" - -RDEPEND+=">=app-admin/eselect-rails-0.19" - -ruby_add_rdepend " - ~dev-ruby/activesupport-${PV} - ~dev-ruby/actionpack-${PV} - >=dev-ruby/thor-0.18.1 - >=dev-ruby/rake-0.8.7" - -ruby_add_bdepend " - test? ( - dev-ruby/mocha:0.13 - )" - -all_ruby_prepare() { - rm "${S}/../Gemfile" || die "Unable to remove Gemfile" - sed -i -e '/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths" - sed -i -e '1igem "minitest", "~>4.0"' test/abstract_unit.rb || die - - # Also allow rdoc 4.x - sed -i -e 's/~> 3.4/>= 3.4/' ${RUBY_FAKEGEM_GEMSPEC} || die -} - -all_ruby_install() { - all_fakegem_install - - ruby_fakegem_binwrapper rails rails-${PV} -} - -pkg_postinst() { - elog "To select between slots of rails, use:" - elog "\teselect rails" - - eselect rails update -} - -pkg_postrm() { - eselect rails update -} diff --git a/dev-ruby/railties/railties-4.1.7.ebuild b/dev-ruby/railties/railties-4.1.7.ebuild deleted file mode 100644 index a4350c2ed9cb..000000000000 --- a/dev-ruby/railties/railties-4.1.7.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/railties-4.1.7.ebuild,v 1.1 2014/10/31 08:58:38 graaff Exp $ - -EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_TASK_TEST="test:regular" -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="railties.gemspec" - -RUBY_FAKEGEM_BINWRAP="" - -inherit ruby-fakegem versionator - -DESCRIPTION="Tools for creating, working with, and running Rails applications" -HOMEPAGE="http://github.com/rails/rails" -SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64" -IUSE="" - -RUBY_S="rails-${PV}/${PN}" - -# The test suite has many failures, most likely due to a mismatch in -# exact dependencies or environment specifics. Needs further -# investigation. -RESTRICT="test" - -RDEPEND+=">=app-admin/eselect-rails-0.19" - -ruby_add_rdepend " - ~dev-ruby/activesupport-${PV} - ~dev-ruby/actionpack-${PV} - >=dev-ruby/thor-0.18.1 - >=dev-ruby/rake-0.8.7" - -ruby_add_bdepend " - test? ( - ~dev-ruby/actionview-${PV} - dev-ruby/mocha:0.13 - )" - -all_ruby_prepare() { - rm "${S}/../Gemfile" || die "Unable to remove Gemfile" - sed -i -e '/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths" - sed -i -e '1igem "minitest", "~>4.0"' test/abstract_unit.rb || die - - # Also allow rdoc 4.x - sed -i -e 's/~> 3.4/>= 3.4/' ${RUBY_FAKEGEM_GEMSPEC} || die -} - -all_ruby_install() { - all_fakegem_install - - ruby_fakegem_binwrapper rails rails-${PV} -} - -pkg_postinst() { - elog "To select between slots of rails, use:" - elog "\teselect rails" - - eselect rails update -} - -pkg_postrm() { - eselect rails update -} diff --git a/dev-vcs/subversion/subversion-1.7.19.ebuild b/dev-vcs/subversion/subversion-1.7.19.ebuild index 997296dd2bee..5c972075c5ca 100644 --- a/dev-vcs/subversion/subversion-1.7.19.ebuild +++ b/dev-vcs/subversion/subversion-1.7.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.19.ebuild,v 1.2 2014/12/19 17:58:27 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.19.ebuild,v 1.3 2014/12/20 08:50:45 jer Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="Subversion GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-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 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-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" IUSE="apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring java kde nls perl python ruby sasl test vim-syntax +webdav-neon webdav-serf" COMMON_DEPEND=">=dev-db/sqlite-3.6.18[threadsafe(+)] diff --git a/kde-frameworks/attica/Manifest b/kde-frameworks/attica/Manifest index 87d7cc2e6d90..3ac1c54fd0cc 100644 --- a/kde-frameworks/attica/Manifest +++ b/kde-frameworks/attica/Manifest @@ -1,2 +1 @@ -DIST attica-5.4.0.tar.xz 60320 SHA256 c98fb7a7cf21badc391cdc5060ca011d5b287b693e26e65667f74b6897532c74 SHA512 ea831f86968ee75e20d4ee564c1217b33e95ba8b342198c188d9d0a81b5d4bdd2437b8e64fdd158257d45e418b876273e73a8868c3cd354207d007a091066668 WHIRLPOOL 1d9ab6bff6dcde35d2316b5ee17730cdbe3b49837e38f7e2facc50ef584063bc68260f6b5b6bb3b620ff8e618b62ecf9457a79fa35dab8356348c36f2157e65d DIST attica-5.5.0.tar.xz 60348 SHA256 d51cc307866f3b0642106b67d046626c6645ebb28dbbcf6dceb163c7dcee5483 SHA512 d69f31e3e2d2607a1d9c8157306428ae75f9af9529aaacbafec3c6c0f91df9bab257224d6e9469df11b97356206cd82b0932e5aba649b2597c729d14a9cf7367 WHIRLPOOL 40640019a9e0ec182a33f33eb1008a39f18dbc4c70d5478954e8ae4b834aa5fe878a97deef9b6bae338862f30a2d1a960a754530d524ddffc6f2b631f7ede0e9 diff --git a/kde-frameworks/attica/attica-5.4.0.ebuild b/kde-frameworks/attica/attica-5.4.0.ebuild deleted file mode 100644 index 5c062cd4f233..000000000000 --- a/kde-frameworks/attica/attica-5.4.0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/attica/attica-5.4.0.ebuild,v 1.1 2014/11/14 11:01:35 mrueg Exp $ - -EAPI=5 - -inherit kde5 - -DESCRIPTION="Framework providing access to Open Collaboration Services" -LICENSE="LGPL-2.1+" -KEYWORDS=" ~amd64" -IUSE="" - -RDEPEND=" - dev-qt/qtnetwork:5 -" -DEPEND="${RDEPEND}" diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest index d3670928c796..707b487dec54 100644 --- a/kde-frameworks/frameworkintegration/Manifest +++ b/kde-frameworks/frameworkintegration/Manifest @@ -1,2 +1 @@ -DIST frameworkintegration-5.4.0.tar.xz 1769620 SHA256 eabbbbafe35501d7c844995d985c43729c75666f44988b1951cf530080126919 SHA512 a6d3b63055873b09fc239a6d99c9f4b0c53591c1247725de3c2b87d1bb96b7af76c2e9fe6d3c77e68ba073da783ddb8ae1515ef850624bdc8a78d11e52b1960c WHIRLPOOL e430af4682d38c74e31993cd988fcf5cd03a9368521544593f774d5da02984f296a1d410b37e9a2d0e2e0c52bc11472baff21cc281abb50d8e6b6b056411e2de DIST frameworkintegration-5.5.0.tar.xz 1771792 SHA256 5fdddc08514f169146dab0eed439db203fe3312b5127f36d249cdcf879a0019d SHA512 abc0bfadb1a4a8b5f8f30845200b7a926dedc4cb77b915e17643542e19699ec3445c5b8ec89bff31a4eef7971c0512c8b89e79c0838cd9a06560e31e3ebbdee0 WHIRLPOOL deef3cadf47dc64232bb6b5c3530a5cef3d7ac729c49d2f6896c4f393f13318240d3c09487501c0fe61ca7657fca8d14d643bd61d1a03f9d3094b6b53db6675b diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.4.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.4.0.ebuild deleted file mode 100644 index 0b6164d2d065..000000000000 --- a/kde-frameworks/frameworkintegration/frameworkintegration-5.4.0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/frameworkintegration/frameworkintegration-5.4.0.ebuild,v 1.3 2014/12/17 17:54:47 mrueg Exp $ - -EAPI=5 - -QT_MINIMAL="5.3.0" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Framework for integrating Qt applications with KDE workspaces" -LICENSE="LGPL-2+" -KEYWORDS=" ~amd64" -IUSE="X" - -RDEPEND=" - $(add_kdeplasma_dep oxygen-fonts) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - =dev-qt/qtcore-5.3*:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - X? ( - dev-qt/qtx11extras:5 - x11-libs/libxcb - ) -" -DEPEND="${RDEPEND}" - -# requires running kde environment -RESTRICT="test" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package X XCB) - ) - - kde5_src_configure -} diff --git a/kde-frameworks/kactivities/Manifest b/kde-frameworks/kactivities/Manifest index c4e54b508c82..2774fbff7851 100644 --- a/kde-frameworks/kactivities/Manifest +++ b/kde-frameworks/kactivities/Manifest @@ -1,2 +1 @@ -DIST kactivities-5.4.0.tar.xz 109944 SHA256 1c0474bbb6ead98e48e838c9156fc2841c87998fbc27e8547f1a10f37d654bbc SHA512 eaa1320c6bcdcf994156531b560552b1a29796d93769dd43635e28594894e311af22fe48f006e1702216ec10ec3b3dc773d11dea8de7599b76a5ae668f5fcdf7 WHIRLPOOL 436856e66f9f8ef7a6d4d23aa9e4d888da5d28c57fd9e7968625112f178360e3022c09bb2c1a3e98bd7ad0bfabece5d75c8584f358bb2c2f6151f624c3f3878f DIST kactivities-5.5.0.tar.xz 110328 SHA256 e334da9d685aadd8c99925a9c344f3bf5a2274f9179af4fe52ef7c812e13ed7a SHA512 3c0b5fe1dc72265a0dea76da9c76e62f6102181982e81e4080b90680b729da3b77b390f1a46408aa13e06d6fb11a88d8b0a1e40d49304f529c0e32c224beef61 WHIRLPOOL 98860b9c5351794df81e86feb497ae9a0f0e23a6abe92ecffd6dd404aa346405451a14d6d1a8e1ba2eaf31c5db554b4bf78fd37ba28d58d8ad1ccf45560ea3d9 diff --git a/kde-frameworks/kactivities/kactivities-5.4.0.ebuild b/kde-frameworks/kactivities/kactivities-5.4.0.ebuild deleted file mode 100644 index e25f3fe6ee49..000000000000 --- a/kde-frameworks/kactivities/kactivities-5.4.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/kactivities/kactivities-5.4.0.ebuild,v 1.1 2014/11/14 11:01:35 mrueg Exp $ - -EAPI=5 - -inherit kde5 - -DESCRIPTION="Framework for working with KDE activities" -LICENSE="LGPL-2+" -KEYWORDS=" ~amd64" -IUSE="" - -RDEPEND=" - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep kglobalaccel) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - dev-qt/qtdbus:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5 - dev-qt/qtsql:5 - dev-qt/qtwidgets:5 - !kde-base/kactivities:4[-minimal(-)] -" -DEPEND="${RDEPEND} - || ( >=dev-libs/boost-1.54 mate rename. - sed -i 's:org.gnome:org.mate:' po/POTFILES.in || die - - # Make tests work. - sed -i '6 a\data/lock-dialog-default.ui' po/POTFILES.in || die - - # We use gnome-keyring now, update pam file. - sed -e 's:mate_keyring:gnome_keyring:g' -i data/mate-screensaver || die - - eautoreconf - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - $(use_with consolekit console-kit) \ - $(use_enable debug) \ - $(use_with libnotify) \ - $(use_with opengl libgl) \ - $(use_enable pam) \ - $(use_with systemd) \ - $(use_with X x) \ - --enable-locking \ - --with-kbd-layout-indicator \ - --with-xf86gamma-ext \ - --with-xscreensaverdir=/usr/share/xscreensaver/config \ - --with-xscreensaverhackdir=/usr/$(get_libdir)/misc/xscreensaver -} - -DOCS="AUTHORS ChangeLog NEWS README" - -src_install() { - gnome2_src_install - - # Install the conversion script in the documentation. - dodoc "${S}"/data/migrate-xscreensaver-config.sh - dodoc "${S}"/data/xscreensaver-config.xsl - dodoc "${FILESDIR}"/xss-conversion.txt - - # Non PAM users will need this suid to read the password hashes. - # OpenPAM users will probably need this too when - # http://bugzilla.gnome.org/show_bug.cgi?id=370847 - # is fixed. - if ! use pam ; then - fperms u+s /usr/libexec/mate-screensaver-dialog - fi -} - -pkg_postinst() { - gnome2_pkg_postinst - - if has_version "> /etc/portage/package.use" - echo - fi - - elog "Information for converting screensavers is located in " - elog "/usr/share/doc/${PF}/xss-conversion.txt.${PORTAGE_COMPRESS}" -} diff --git a/mate-extra/mate-sensors-applet/Manifest b/mate-extra/mate-sensors-applet/Manifest index 9f8622f996cb..4089b032aa5a 100644 --- a/mate-extra/mate-sensors-applet/Manifest +++ b/mate-extra/mate-sensors-applet/Manifest @@ -1,2 +1 @@ -DIST mate-sensors-applet-1.6.1.tar.xz 334612 SHA256 da0ff281ab228cb32194d40d88e8847d53b9ab76564b8a00ba99121bc69c7a67 SHA512 d73934334e9cdc5635f1d515872d821750876458b9acd2b58ef50caab58eda3a85f24d0dd172aa4caca6d4fcf1aa27a3a789aa79b1129166bf656ce90f3aa37f WHIRLPOOL d78d2916fc7e256ef0f010825833dd57b37d7fe0e352c915f4be79e7e85fb09596058e9a6e801afccf202f54b7a52073303426cad40fc31c9b69700fc5318b14 DIST mate-sensors-applet-1.8.0.tar.xz 352128 SHA256 9bc6f42eae4b866f83d0fa9566e0111fd379dc6cf9dcc020b1fcca1c8a49d410 SHA512 8074900157c0d62b060f273fa975efcfa3808afb9c81c44089c1f255ce95ed34744070f98893d7b6bbb16d076ae7b7ddec391ef46459e06646d2586797df85fc WHIRLPOOL d245ed9cce0a9bd9eed1e3996529227e3fa909ba9dba37975599409783bd7f34ead6ca0d477dbac6d41462c85ba599ecb14f18a80e6ab604a29bfce413289bfe diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.6.1.ebuild b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.6.1.ebuild deleted file mode 100644 index df2d0f5dd4d4..000000000000 --- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.6.1.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-sensors-applet/mate-sensors-applet-1.6.1.ebuild,v 1.5 2014/05/04 14:55:03 ago Exp $ - -EAPI="5" - -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit gnome2 eutils versionator - -MATE_BRANCH="$(get_version_component_range 1-2)" - -SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" -DESCRIPTION="MATE panel applet to display readings from hardware sensors" -HOMEPAGE="http://mate-desktop.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64" - -IUSE="+dbus hddtemp libnotify lm_sensors video_cards_fglrx video_cards_nvidia" - -RDEPEND="app-text/rarian:0 - >=dev-libs/glib-2.26:2 - >=mate-base/mate-panel-1.6:0 - >=x11-libs/cairo-1.0.4:0 - x11-libs/gdk-pixbuf:2 - >=x11-libs/gtk+-2.14:2 - virtual/libintl:0 - hddtemp? ( - dbus? ( - >=dev-libs/dbus-glib-0.80:0 - >=dev-libs/libatasmart-0.16:0 ) - !dbus? ( >=app-admin/hddtemp-0.3_beta13:0 ) ) - libnotify? ( >=x11-libs/libnotify-0.7:0 ) - lm_sensors? ( sys-apps/lm_sensors:0 ) - video_cards_fglrx? ( x11-drivers/ati-drivers:* ) - video_cards_nvidia? ( || ( - >=x11-drivers/nvidia-drivers-100.14.09:0 - media-video/nvidia-settings:0 - ) )" - -DEPEND="${RDEPEND} - dev-util/intltool:* - >=app-text/mate-doc-utils-1.6:0 - >=app-text/scrollkeeper-dtd-1:1.0 - sys-devel/gettext:* - virtual/pkgconfig:*" - -# Requires libxslt only for use by gnome-doc-utils. -PDEPEND="hddtemp? ( dbus? ( sys-fs/udisks:0 ) )" - -src_configure() { - local myconf - - if use hddtemp && use dbus; then - myconf="${myconf} $(use_enable dbus udisks)" - else - myconf="${myconf} --disable-udisks" - fi - - gnome2_src_configure \ - --disable-static \ - $(use_enable libnotify) \ - $(use_with lm_sensors libsensors) \ - $(use_with video_cards_fglrx aticonfig) \ - $(use_with video_cards_nvidia nvidia) \ - ${myconf} -} - -DOCS="AUTHORS ChangeLog NEWS README TODO" diff --git a/mate-extra/mate-system-monitor/Manifest b/mate-extra/mate-system-monitor/Manifest index 44c3400a9e58..f4f0acc8032d 100644 --- a/mate-extra/mate-system-monitor/Manifest +++ b/mate-extra/mate-system-monitor/Manifest @@ -1,2 +1 @@ -DIST mate-system-monitor-1.6.1.tar.xz 2141228 SHA256 c49fc4ec245c869ddd5e464e560d368c6090ab2bf617c6ba9ceb84c3c7a66348 SHA512 bf44d3efab1b912ed3d082303d9233543fb0d0a3144aca81fae26ed7ddb68077b6ba3d5ce0c37a3dd1d495ec996349bfdf949773c6f30542acd0929399a98f2f WHIRLPOOL 665806320a32a58833b4f58c5f1d88efbb3f3d987e122717702ed9f694423a53f69a966eb3b246e2f3162dbcdee95094b076e6671ca65ded40f20c2056a81c0c DIST mate-system-monitor-1.8.0.tar.xz 2099600 SHA256 00ef3c595d4837e44f70c40e683a292836c9c8a84d1f9ab66f5b97a206f47712 SHA512 175c46b05544de70fca37c444fd2ad4f578f62e50da1e0d30136fc2c6f79d49ff68c1d6fe6675d2aafd5d726c0b96d82971df3dc964b7430b2f4db179db91856 WHIRLPOOL 3a30f5c441ee1f60c7e735e7ea6c57d8e03cb22e7b3edb83bf2739548a939fc1ed64dd561bb3bd7e3f33de5643c25d14b940f8d9bb209403af1e30297728c266 diff --git a/mate-extra/mate-system-monitor/mate-system-monitor-1.6.1.ebuild b/mate-extra/mate-system-monitor/mate-system-monitor-1.6.1.ebuild deleted file mode 100644 index f84f17e3960f..000000000000 --- a/mate-extra/mate-system-monitor/mate-system-monitor-1.6.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-system-monitor/mate-system-monitor-1.6.1.ebuild,v 1.2 2014/05/04 14:55:07 ago Exp $ - -EAPI="5" - -GCONF_DEBUG="no" - -inherit gnome2 versionator - -MATE_BRANCH="$(get_version_component_range 1-2)" - -SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" -DESCRIPTION="The MATE System Monitor" -HOMEPAGE="http://mate-desktop.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64" - -RDEPEND="app-text/rarian:0 - >=dev-cpp/glibmm-2.16:2 - >=dev-cpp/gtkmm-2.22:2.4 - >=dev-libs/dbus-glib-0.70:0 - >=dev-libs/glib-2.28:2 - dev-libs/libsigc++:2 - >=dev-libs/libxml2-2:2 - >=gnome-base/libgtop-2.23.1:2 - >=gnome-base/librsvg-2.12:2 - >=sys-apps/dbus-0.7:0 - x11-libs/cairo:0 - x11-libs/gdk-pixbuf:2 - >=x11-libs/gtk+-2.20:2 - >=x11-libs/libmatewnck-1.6:0 - >=x11-themes/mate-icon-theme-1.6:0 - virtual/libintl:0" - -DEPEND="${RDEPEND} - >=app-text/mate-doc-utils-1.6:0 - >=app-text/scrollkeeper-dtd-1:1.0 - >=dev-util/intltool-0.35:* - sys-devel/gettext:* - virtual/pkgconfig:*" - -DOCS="AUTHORS ChangeLog NEWS README" diff --git a/mate-extra/mate-user-share/Manifest b/mate-extra/mate-user-share/Manifest index 7a7806ed8044..8a1201691593 100644 --- a/mate-extra/mate-user-share/Manifest +++ b/mate-extra/mate-user-share/Manifest @@ -1,2 +1 @@ -DIST mate-user-share-1.6.1.tar.xz 351588 SHA256 bf36a3542d0c8d05affe261adae3451daa87fbda8d277b66b2b5d92af99c3a7d SHA512 5bfc9ec858597ef34c8fd964326eb4d99af2b4542e46424d2ac5f6570f9ea9e584592a11c2db03072fa23d361564c3d49b4cefbdd8428a9b7105906c83d79a24 WHIRLPOOL 70803e821a3a446c50d11b07e8eac4e6b738c22a172a316af6ad7b855721870698bbe0b14ee79a606a9cb7464b91adaf6fefe2b4fae591224eb5633a34c36b65 DIST mate-user-share-1.8.0.tar.xz 928348 SHA256 8cfe07fcf728384b073557aa17bc10c9e221c6d714a1009ace582c3c74cc8b5a SHA512 0d0231abfc65fc8d0a16ec871bc534d788d9699f5a3a8b2f967c6532b06266591c11199eb9630121c595513fb7255175bdd8eeae0a265e68c7d0f5059daf4947 WHIRLPOOL ecb66912c6015f97f24156f8b83824873136177acc525bbed72606af35cd21d95e1cd2ea556ac9b7c403e6a756e9e9577189ee4cd19301e721113c51780f6d01 diff --git a/mate-extra/mate-user-share/mate-user-share-1.6.1.ebuild b/mate-extra/mate-user-share/mate-user-share-1.6.1.ebuild deleted file mode 100644 index 45e941464119..000000000000 --- a/mate-extra/mate-user-share/mate-user-share-1.6.1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-user-share/mate-user-share-1.6.1.ebuild,v 1.2 2014/05/04 14:55:11 ago Exp $ - -EAPI="5" - -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit gnome2 multilib versionator - -MATE_BRANCH="$(get_version_component_range 1-2)" - -SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" -DESCRIPTION="Personal file sharing for the MATE desktop" -HOMEPAGE="http://www.mate-desktop.org/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64" - -IUSE="X bluetooth" - -RDEPEND=">=app-mobilephone/obex-data-server-0.4:0 - >=dev-libs/dbus-glib-0.70:0 - >=dev-libs/glib-2.15.2:2 - >=dev-libs/libunique-1:1 - >=mate-base/mate-file-manager-1.6:0 - media-libs/libcanberra:0[gtk] - >=sys-apps/dbus-1.1.1:0 - >=x11-libs/gdk-pixbuf-2:2 - >=x11-libs/gtk+-2.14:2 - x11-libs/libX11:0 - x11-libs/pango:0 - >=x11-libs/libnotify-0.7:0 - >=www-apache/mod_dnssd-0.6:0 - =www-servers/apache-2.2*:2[apache2_modules_dav,apache2_modules_dav_fs,apache2_modules_authn_file,apache2_modules_auth_digest,apache2_modules_authz_groupfile] - virtual/libintl:0 - bluetooth? ( - >=net-wireless/mate-bluetooth-1.6:0 - >=net-wireless/bluez-4.18:0= - )" - -DEPEND="${RDEPEND} - app-text/docbook-xml-dtd:4.1.2 - >=app-text/mate-doc-utils-1.6:0 - >=dev-util/intltool-0.35:* - sys-devel/gettext:* - virtual/pkgconfig:*" - -src_configure() { - gnome2_src_configure \ - --with-httpd=apache2 \ - --with-modules-path=/usr/$(get_libdir)/apache2/modules/ \ - $(use_enable bluetooth) \ - $(use_with X x) -} - -DOCS="AUTHORS ChangeLog NEWS README" diff --git a/mate-extra/mate-user-share/mate-user-share-1.8.0.ebuild b/mate-extra/mate-user-share/mate-user-share-1.8.0.ebuild index 8c3fd64b0804..13827ed171fe 100644 --- a/mate-extra/mate-user-share/mate-user-share-1.8.0.ebuild +++ b/mate-extra/mate-user-share/mate-user-share-1.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-user-share/mate-user-share-1.8.0.ebuild,v 1.4 2014/07/02 09:48:25 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-user-share/mate-user-share-1.8.0.ebuild,v 1.5 2014/12/20 10:25:22 tamiko Exp $ EAPI="5" @@ -34,7 +34,7 @@ RDEPEND=">=app-mobilephone/obex-data-server-0.4:0 x11-libs/pango:0 >=x11-libs/libnotify-0.7:0 >=www-apache/mod_dnssd-0.6:0 - =www-servers/apache-2.2*:2[apache2_modules_dav,apache2_modules_dav_fs,apache2_modules_authn_file,apache2_modules_auth_digest,apache2_modules_authz_groupfile] + >=www-servers/apache-2.2:2[apache2_modules_dav,apache2_modules_dav_fs,apache2_modules_authn_file,apache2_modules_auth_digest,apache2_modules_authz_groupfile] virtual/libintl:0 bluetooth? ( >=net-wireless/mate-bluetooth-1.6:0 diff --git a/mate-extra/mate-utils/Manifest b/mate-extra/mate-utils/Manifest index 5d51e64c9b1f..2e3f0c00991e 100644 --- a/mate-extra/mate-utils/Manifest +++ b/mate-extra/mate-utils/Manifest @@ -1,3 +1,2 @@ -DIST mate-utils-1.6.1.tar.xz 6374880 SHA256 c3ccf1fc6f3d8968d7c3eff4ab554a08b472f316fd8602958e7b24c8b1bb7d8e SHA512 cce25d58385be6257996f9bfb0f03843b307f8687a6d6ac1a501ab7b731483e3f148388ce511069aa9e34e2208fe9d6435bb9615c8f3daf75e5a5a69dc609435 WHIRLPOOL 87ab0e30fc29901226f8ee5e862b72eb4ee6e1c69db91a39afc248ad014df55233513bce973defb2779985caa6f28319b4dcf71f407016668dffc7a5ecd9d12c DIST mate-utils-1.8.0.tar.xz 2681836 SHA256 490d187d67c4f542cf3b8e63337acc1a9b7090c519adb844600b9d00da0b5cf0 SHA512 766fce72f7b486c3aa67e9a40b10207fbca36e7933cb7238bf0d6ac5a5e5165d5900ceb697c9af96f1135110b9b3985e349e9bc071a5174fe3fe0776ba0c4cd5 WHIRLPOOL 77fff5f47c83fa6884403f30194b606346659651f077912364907d8e3b6ad95e9eae974012aa8c54db31381231190077d362e402afe4f87279695871ab78144b DIST mate-utils-1.8.1.tar.xz 2648184 SHA256 0ad9c40c656214caaa6cbd2107ebb13e3cea0b64b4e31c7105568726313522a5 SHA512 71a6a57365a067012447222b2ef4b768234b2e58bf88b5b45c6e4b7f746c81136ea1dfee45257406b19f2c4f4c51adc3279b09f7c9c41bfe7be9c66321ad0eef WHIRLPOOL fc35c564fb378ebfc147b9344790aae5a3934e86f6cf642dedb2ab98ae093bb259e298f4fa6de98157f3c4775445862888a56464de8852d829e6040f9a42fc95 diff --git a/mate-extra/mate-utils/mate-utils-1.6.1.ebuild b/mate-extra/mate-utils/mate-utils-1.6.1.ebuild deleted file mode 100644 index 563c7465a108..000000000000 --- a/mate-extra/mate-utils/mate-utils-1.6.1.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-utils/mate-utils-1.6.1.ebuild,v 1.2 2014/05/04 14:55:15 ago Exp $ - -EAPI="5" - -GCONF_DEBUG="yes" -GNOME2_LA_PUNT="yes" - -inherit gnome2 versionator - -MATE_BRANCH="$(get_version_component_range 1-2)" - -SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" -DESCRIPTION="Utilities for the MATE desktop" -HOMEPAGE="http://mate-desktop.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64" - -IUSE="X applet ipv6 test" - -RDEPEND="app-text/rarian:0 - dev-libs/atk:0 - >=dev-libs/glib-2.20:2 - >=gnome-base/libgtop-2.12:2 - >=media-libs/libcanberra-0.4:0[gtk] - sys-libs/zlib:0 - >=x11-libs/gtk+-2.20:2 - x11-libs/cairo:0 - x11-libs/gdk-pixbuf:2 - x11-libs/libICE:0 - x11-libs/libSM:0 - x11-libs/libX11:0 - x11-libs/libXext:0 - x11-libs/pango:0 - applet? ( >=mate-base/mate-panel-1.6:0 )" - -DEPEND="${RDEPEND} - >=app-text/mate-doc-utils-1.6:0 - >=app-text/scrollkeeper-dtd-1:1.0 - >=dev-util/intltool-0.40:* - >=mate-base/mate-common-1.6:0 - x11-proto/xextproto:0 - sys-devel/gettext:* - virtual/pkgconfig:*" - -src_prepare() { - gnome2_src_prepare - - # Remove -D.*DISABLE_DEPRECATED cflagss - # This method is kinda prone to breakage. Recheck carefully with next bump. - # bug 339074 - LC_ALL=C find . -iname 'Makefile.am' -exec \ - sed -e '/-D[A-Z_]*DISABLE_DEPRECATED/d' -i {} + || die - - # Do Makefile.in after Makefile.am to avoid automake maintainer-mode - LC_ALL=C find . -iname 'Makefile.in' -exec \ - sed -e '/-D[A-Z_]*DISABLE_DEPRECATED/d' -i {} + || die - - if ! use test; then - sed -e 's/ tests//' -i logview/Makefile.{am,in} || die - fi - - # TODO: Check if this is needed. - # - # Fix intltoolize broken file, see upstream #577133 - # sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in \ - # || die "sed failed" - - # Fix up desktop files. - LC_ALL=C find . -iname '*.desktop.in*' -exec \ - sed -e 's/Categories\(.*\)MATE/Categories\1X-MATE/' -i {} + || die -} - -src_configure() { - local myconf - if ! use debug; then - myconf="${myconf} --enable-debug=minimum" - fi - - gnome2_src_configure \ - $(use_enable applet gdict-applet) \ - $(use_enable ipv6) \ - $(use_with X x) \ - --disable-maintainer-flags \ - --enable-zlib \ - ${myconf} -} - -DOCS="AUTHORS ChangeLog NEWS README THANKS" diff --git a/media-gfx/enblend/enblend-4.1.3.ebuild b/media-gfx/enblend/enblend-4.1.3.ebuild index fe766f4b96ea..bbdfd8f10d79 100644 --- a/media-gfx/enblend/enblend-4.1.3.ebuild +++ b/media-gfx/enblend/enblend-4.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/enblend/enblend-4.1.3.ebuild,v 1.3 2014/10/22 19:11:36 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/enblend/enblend-4.1.3.ebuild,v 1.4 2014/12/20 16:28:53 maekke Exp $ EAPI=5 @@ -20,6 +20,7 @@ IUSE="debug doc gpu image-cache openmp" REQUIRED_USE="openmp? ( !image-cache )" RDEPEND=" + >=dev-libs/boost-1.31.0:= media-libs/glew >=media-libs/lcms-2.5:2 >=media-libs/libpng-1.2.43:0= @@ -32,7 +33,6 @@ RDEPEND=" debug? ( dev-libs/dmalloc ) gpu? ( media-libs/freeglut )" DEPEND="${RDEPEND} - >=dev-libs/boost-1.31.0:= sys-apps/help2man virtual/pkgconfig doc? ( diff --git a/media-gfx/exiv2/exiv2-0.24.ebuild b/media-gfx/exiv2/exiv2-0.24.ebuild index 3a89ee9e8312..fe5c4c12560f 100644 --- a/media-gfx/exiv2/exiv2-0.24.ebuild +++ b/media-gfx/exiv2/exiv2-0.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/exiv2/exiv2-0.24.ebuild,v 1.8 2014/12/13 13:58:25 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/exiv2/exiv2-0.24.ebuild,v 1.9 2014/12/20 16:50:27 maekke Exp $ EAPI=5 AUTOTOOLS_IN_SOURCE_BUILD=1 @@ -14,7 +14,7 @@ SRC_URI="http://www.exiv2.org/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/13" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" IUSE_LINGUAS="de es fi fr pl ru sk" IUSE="contrib doc examples nls xmp zlib static-libs $(printf 'linguas_%s ' ${IUSE_LINGUAS})" diff --git a/media-gfx/fbida/fbida-2.09-r4.ebuild b/media-gfx/fbida/fbida-2.09-r4.ebuild index 136f26491765..8dc1e4c3e84c 100644 --- a/media-gfx/fbida/fbida-2.09-r4.ebuild +++ b/media-gfx/fbida/fbida-2.09-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/fbida/fbida-2.09-r4.ebuild,v 1.2 2014/12/12 11:09:14 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/fbida/fbida-2.09-r4.ebuild,v 1.3 2014/12/20 07:03:40 jer Exp $ EAPI=5 inherit eutils toolchain-funcs @@ -14,7 +14,7 @@ SRC_URI=" " LICENSE="GPL-2 IJG" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ppc ~ppc64 ~sh ~sparc ~x86" IUSE="curl fbcon +gif lirc pdf +png scanner +tiff X +webp" REQUIRED_USE=" pdf? ( tiff ) diff --git a/media-gfx/fotoxx/Manifest b/media-gfx/fotoxx/Manifest index ce1887e1eadf..65851dd8ca7b 100644 --- a/media-gfx/fotoxx/Manifest +++ b/media-gfx/fotoxx/Manifest @@ -1,3 +1,3 @@ DIST fotoxx-13.11.1.tar.gz 2473330 SHA256 494577fe849d636c2addd46f317b9226fd00a2b5f61a87672be068a2b7bcb5fe SHA512 c880f5f1a67f12ab081820d4a897912e20985dbad0096d2f4ef1f37d0b2b626dd66c69a593e57b31432a67f79eadd4ea8022dcde01bec865f71ecbfec456caa2 WHIRLPOOL 76017d414a8524c4e0208e5b10f5fd86e9761b0ebe998e8b923735d764e0ca75a584c6fc7aac8940ca3e1bb7065bdedfcb3fa7f3736f3457e4ce8345b224685d -DIST fotoxx-14.08.tar.gz 3392746 SHA256 f7fb4f4e45b2b84c787a1c3ce954e7b6360813de1b92c942dbefaea0a1731194 SHA512 b543491a63935590effd76bb2e85b956225fe54bc025a3ee6173cb8b4c76d12a98fdb42e591f2c75aa3a4882f60fd9b74cc1599d4ce0b421fb70577f9905fd55 WHIRLPOOL 8681e03f7d49bedc4d7a58bd5af2ce93b9eea2b2d822891a8f451b9917f89ff5f2b73092fd27e1099b973df628996963477211827b74fb98d7ccaaf8c8c912fe DIST fotoxx-14.10.2.tar.gz 3336155 SHA256 3e15ac894aaf535ba757dac74cb4e29ce56fcfd6134746b1362fff06a5ec2aca SHA512 78f6cd7412aef3e2490e8e8fa5ac59442fcab99a0b89e1c479445f9ab25ebec20f6cf0015f53f6772fa4a395505543cb9d62888bc4e76f97d2534c1d45c3414e WHIRLPOOL 3cd48880424e60bc9f2b811bed7832c2c3805e53af1dd0ab9b9561358e9e580ecec35fe533e35498f92832884d563f5e689ac84919e69ecffc0be85b9b478c21 +DIST fotoxx-14.12.tar.gz 3393409 SHA256 06dd7a18036d14e4fa35bf301567862b15d2877d49637bd1454adae2b7138a61 SHA512 65e4a6698f1e225fee21fcc8a8161b499fee08e1f3f559cb66bf4e8db8fef0f38ea47e4c1a6f46adf6b14215489ffbee8c7782522eae9df3b00c01ded634a833 WHIRLPOOL 592bae1af4bddcf6eedf456a6e59be211e566fa242d4ba4121d83e13ef23d220dd096ab480c8e60d59b9a9a6d12b0e489e520edefb1cf3be675cf57d8dca9a56 diff --git a/media-gfx/fotoxx/files/fotoxx-14.08.patch b/media-gfx/fotoxx/files/fotoxx-14.08.patch deleted file mode 100644 index 820ef1834ecd..000000000000 --- a/media-gfx/fotoxx/files/fotoxx-14.08.patch +++ /dev/null @@ -1,50 +0,0 @@ -diff -r -U1 fotoxx-14.08.orig/Makefile fotoxx-14.08/Makefile ---- fotoxx-14.08.orig/Makefile 2014-08-01 18:26:48.000000000 +0700 -+++ fotoxx-14.08/Makefile 2014-08-03 16:11:40.201653715 +0700 -@@ -5,5 +5,4 @@ - # defaults for parameters that may be pre-defined --CXXFLAGS ?= -O2 -Wall -ggdb -- --LDFLAGS ?= -rdynamic -+CXXFLAGS += -Wall -+LDFLAGS += -rdynamic - PREFIX ?= /usr -@@ -16,3 +15,3 @@ - LOCALESDIR = $(SHAREDIR)/locales --DOCDIR = $(PREFIX)/share/doc/fotoxx -+DOCDIR = $(PREFIX)/share/doc/$(PF) - MANDIR = $(PREFIX)/share/man/man1 -@@ -21,4 +20,4 @@ - --CFLAGS = $(CXXFLAGS) -c `pkg-config --cflags gtk+-3.0` --LIBS = `pkg-config --libs gtk+-3.0` -+CFLAGS = $(CXXFLAGS) -c -DPF=\"$(PF)\" `pkg-config --cflags gtk+-3.0` -+LIBS = `pkg-config --libs gtk+-3.0` -lpthread - -@@ -73,3 +72,2 @@ - rm -f $(DESTDIR)$(MANDIR)/fotoxx.1.gz -- xdg-desktop-menu uninstall $(DESTDIR)$(MENUFILE) - rm -f $(DESTDIR)$(MENUFILE) -@@ -80,2 +78,3 @@ - mkdir -p $(DESTDIR)$(DOCDIR) -+ mkdir -p $(DESTDIR)$(APPDATADIR) - mkdir -p $(DESTDIR)$(MANDIR) -@@ -94,6 +93,2 @@ - rm -f fotoxx.1.gz -- # menu (desktop) file -- cp -f desktop $(DESTDIR)$(MENUFILE) -- # chmod +x $(DESTDIR)$(MENUFILE) -- xdg-desktop-menu install --novendor $(DESTDIR)$(MENUFILE) - -@@ -104,3 +99,2 @@ - rm -f $(DESTDIR)$(MANDIR)/fotoxx.1.gz -- xdg-desktop-menu uninstall $(DESTDIR)$(MENUFILE) - rm -f $(DESTDIR)$(MENUFILE) -diff -r -U1 fotoxx-14.08.orig/zfuncs.cc fotoxx-14.08/zfuncs.cc ---- fotoxx-14.08.orig/zfuncs.cc 2014-08-01 18:26:48.000000000 +0700 -+++ fotoxx-14.08/zfuncs.cc 2014-08-03 16:13:01.706650287 +0700 -@@ -3973,3 +3973,3 @@ - strncatv(zlocalesdir,199,work,"/share/",zappname,"/locales",null); // /prefix/share/appname/locales -- strncatv(zdocdir,199,work,"/share/doc/",zappname,null); // /prefix/share/doc/appname -+ strncatv(zdocdir,199,work,"/share/doc/",PF,null); // /prefix/share/doc/$(PF) - diff --git a/media-gfx/fotoxx/files/fotoxx-14.12.patch b/media-gfx/fotoxx/files/fotoxx-14.12.patch new file mode 100644 index 000000000000..15fdaa9abacf --- /dev/null +++ b/media-gfx/fotoxx/files/fotoxx-14.12.patch @@ -0,0 +1,13 @@ +diff -r -U1 fotoxx-14.10.2.orig/Makefile fotoxx-14.10.2/Makefile +--- fotoxx-14.10.2.orig/Makefile 2014-10-09 15:17:09.000000000 +0700 ++++ fotoxx-14.10.2/Makefile 2014-10-13 20:44:55.061728475 +0700 +@@ -16,3 +16,3 @@ + LOCALESDIR = $(SHAREDIR)/locales +-DOCDIR = $(PREFIX)/share/doc/fotoxx ++DOCDIR = $(PREFIX)/share/doc/$(PF) + MANDIR = $(PREFIX)/share/man/man1 +@@ -90,4 +90,2 @@ + rm -f fotoxx.1.gz +- # menu (desktop) file +- cp -f desktop $(DESTDIR)$(MENUFILE) + diff --git a/media-gfx/fotoxx/fotoxx-14.08.ebuild b/media-gfx/fotoxx/fotoxx-14.12.ebuild similarity index 91% rename from media-gfx/fotoxx/fotoxx-14.08.ebuild rename to media-gfx/fotoxx/fotoxx-14.12.ebuild index b1ffd26cf8f8..498dc429d2c4 100644 --- a/media-gfx/fotoxx/fotoxx-14.08.ebuild +++ b/media-gfx/fotoxx/fotoxx-14.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/fotoxx-14.08.ebuild,v 1.1 2014/08/03 08:04:02 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/fotoxx-14.12.ebuild,v 1.1 2014/12/20 16:53:00 grozin Exp $ EAPI=4 diff --git a/media-gfx/hugin/hugin-2014.0.0-r1.ebuild b/media-gfx/hugin/hugin-2014.0.0-r1.ebuild index ac9bc2d2a767..284490e86230 100644 --- a/media-gfx/hugin/hugin-2014.0.0-r1.ebuild +++ b/media-gfx/hugin/hugin-2014.0.0-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-2014.0.0-r1.ebuild,v 1.2 2014/12/14 10:54:19 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-2014.0.0-r1.ebuild,v 1.3 2014/12/20 16:36:16 maekke Exp $ EAPI=5 WX_GTK_VER="3.0" -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit base python-single-r1 wxwidgets versionator cmake-utils diff --git a/media-gfx/hugin/hugin-2014.0.0.ebuild b/media-gfx/hugin/hugin-2014.0.0.ebuild index 1bc0f4deac4d..428e94d9d876 100644 --- a/media-gfx/hugin/hugin-2014.0.0.ebuild +++ b/media-gfx/hugin/hugin-2014.0.0.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-2014.0.0.ebuild,v 1.3 2014/12/14 10:54:19 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-2014.0.0.ebuild,v 1.4 2014/12/20 16:36:16 maekke Exp $ EAPI=5 WX_GTK_VER="2.8" -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit base python-single-r1 wxwidgets versionator cmake-utils diff --git a/media-gfx/hugin/hugin-9999.ebuild b/media-gfx/hugin/hugin-9999.ebuild index c663b8feb04c..d794f58855fe 100644 --- a/media-gfx/hugin/hugin-9999.ebuild +++ b/media-gfx/hugin/hugin-9999.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-9999.ebuild,v 1.5 2014/12/14 10:54:19 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-9999.ebuild,v 1.6 2014/12/20 16:36:16 maekke Exp $ EAPI=5 WX_GTK_VER="3.0" -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit base mercurial python-single-r1 wxwidgets versionator cmake-utils diff --git a/media-libs/a52dec/a52dec-0.7.4-r7.ebuild b/media-libs/a52dec/a52dec-0.7.4-r7.ebuild index 3d1ff8fe66e5..d42a25a98ac2 100644 --- a/media-libs/a52dec/a52dec-0.7.4-r7.ebuild +++ b/media-libs/a52dec/a52dec-0.7.4-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/a52dec/a52dec-0.7.4-r7.ebuild,v 1.4 2014/12/09 08:20:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/a52dec/a52dec-0.7.4-r7.ebuild,v 1.5 2014/12/20 16:40:15 maekke Exp $ EAPI=5 inherit autotools eutils flag-o-matic multilib-minimal @@ -11,7 +11,7 @@ SRC_URI="http://liba52.sourceforge.net/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~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 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="djbfft oss static-libs" RDEPEND="djbfft? ( >=sci-libs/djbfft-0.76-r2[${MULTILIB_USEDEP}] ) diff --git a/media-libs/imlib/imlib-1.9.15-r4.ebuild b/media-libs/imlib/imlib-1.9.15-r4.ebuild index 475a3640993b..49c2516677af 100644 --- a/media-libs/imlib/imlib-1.9.15-r4.ebuild +++ b/media-libs/imlib/imlib-1.9.15-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/imlib-1.9.15-r4.ebuild,v 1.6 2014/12/10 10:03:12 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/imlib-1.9.15-r4.ebuild,v 1.7 2014/12/20 16:41:10 maekke Exp $ EAPI=4 inherit autotools eutils multilib-minimal @@ -13,7 +13,7 @@ SRC_URI="mirror://gnome/sources/${PN}/${PVP[0]}.${PVP[1]}/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="doc static-libs" RDEPEND=">=media-libs/tiff-3.9.7-r1[${MULTILIB_USEDEP}] diff --git a/media-libs/libao/libao-1.2.0.ebuild b/media-libs/libao/libao-1.2.0.ebuild index 20cc64dab58d..070aadd13395 100644 --- a/media-libs/libao/libao-1.2.0.ebuild +++ b/media-libs/libao/libao-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libao/libao-1.2.0.ebuild,v 1.4 2014/12/13 13:27:12 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libao/libao-1.2.0.ebuild,v 1.5 2014/12/20 16:43:45 maekke Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://downloads.xiph.org/releases/ao/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="alsa nas mmap pulseaudio static-libs" RDEPEND="alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] ) diff --git a/media-libs/libcddb/libcddb-1.3.2-r1.ebuild b/media-libs/libcddb/libcddb-1.3.2-r1.ebuild index 1f51dacfef92..d7bf5cc1d49b 100644 --- a/media-libs/libcddb/libcddb-1.3.2-r1.ebuild +++ b/media-libs/libcddb/libcddb-1.3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libcddb/libcddb-1.3.2-r1.ebuild,v 1.3 2014/12/09 08:16:56 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libcddb/libcddb-1.3.2-r1.ebuild,v 1.4 2014/12/20 16:42:21 maekke Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" IUSE="doc static-libs" RDEPEND=">=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]" diff --git a/media-video/dirac/dirac-1.0.2-r1.ebuild b/media-video/dirac/dirac-1.0.2-r1.ebuild index 3439984f822a..c9e150da660a 100644 --- a/media-video/dirac/dirac-1.0.2-r1.ebuild +++ b/media-video/dirac/dirac-1.0.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dirac/dirac-1.0.2-r1.ebuild,v 1.4 2014/12/09 10:08:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dirac/dirac-1.0.2-r1.ebuild,v 1.5 2014/12/20 16:45:17 maekke Exp $ EAPI=5 inherit autotools eutils multilib-minimal @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="MPL-1.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="debug doc mmx static-libs" RDEPEND="" diff --git a/media-video/libav/libav-9.17.ebuild b/media-video/libav/libav-9.17.ebuild index 85c483501360..644b66744e46 100644 --- a/media-video/libav/libav-9.17.ebuild +++ b/media-video/libav/libav-9.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-9.17.ebuild,v 1.4 2014/12/12 09:39:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-9.17.ebuild,v 1.5 2014/12/20 16:42:56 maekke Exp $ EAPI=5 @@ -29,7 +29,7 @@ SLOT="0/9" # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 [[ ${PV} == *9999 ]] || \ -KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="aac alsa amr bindist +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk frei0r +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k mp3 diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index 24e48d9bb9a2..1f6c98ea9f6c 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Fri, 19 Dec 2014 20:07:20 +0000 +Sat, 20 Dec 2014 21:37:01 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index d20775412257..1f6c98ea9f6c 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Fri, 19 Dec 2014 20:07:21 +0000 +Sat, 20 Dec 2014 21:37:01 +0000 diff --git a/metadata/md5-cache/app-admin/eselect-rails-0.21 b/metadata/md5-cache/app-admin/eselect-rails-0.21 new file mode 100644 index 000000000000..96271c7a4a2c --- /dev/null +++ b/metadata/md5-cache/app-admin/eselect-rails-0.21 @@ -0,0 +1,10 @@ +DEFINED_PHASES=install prepare +DESCRIPTION=Manages Ruby on Rails symlinks +EAPI=5 +HOMEPAGE=http://www.gentoo.org/ +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=GPL-2 +RDEPEND=>=app-admin/eselect-1.2.0 +SLOT=0 +SRC_URI=http://dev.gentoo.org/~flameeyes/ruby-team/eselect-rails-0.21.tar.xz +_md5_=0cbe39a6b4070c57787366b67b40e6c2 diff --git a/metadata/md5-cache/app-admin/mate-system-tools-1.6.0 b/metadata/md5-cache/app-admin/mate-system-tools-1.6.0 deleted file mode 100644 index d27f49378982..000000000000 --- a/metadata/md5-cache/app-admin/mate-system-tools-1.6.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=app-text/rarian:0 >=app-admin/system-tools-backends-2.10.1:0 dev-libs/atk:0 dev-libs/dbus-glib:0 >=dev-libs/glib-2.25.3:2 >=dev-libs/liboobs-1.1:0 >=sys-apps/dbus-0.32:0 sys-libs/cracklib:0 x11-libs/gdk-pixbuf:2 x11-libs/pango:0 >=x11-libs/gtk+-2.19.7:2 virtual/libintl:0 caja? ( mate-base/mate-file-manager:0 ) nfs? ( net-fs/nfs-utils:0 ) policykit? ( mate-extra/mate-polkit:0 >=sys-auth/polkit-0.92:0 ) samba? ( >=net-fs/samba-3:0 ) app-text/docbook-xml-dtd:4.1.2 >=app-text/scrollkeeper-dtd-1:1.0 app-text/mate-doc-utils:0 sys-devel/gettext:* virtual/pkgconfig:* >=dev-util/intltool-0.35.0:* !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 app-arch/xz-utils >=sys-apps/sed-4 -DESCRIPTION=Tools aimed to make easy the administration of UNIX systems -EAPI=5 -HOMEPAGE=http://mate-desktop.org -IUSE=caja nfs policykit samba -KEYWORDS=amd64 -LICENSE=GPL-2+ -RDEPEND=app-text/rarian:0 >=app-admin/system-tools-backends-2.10.1:0 dev-libs/atk:0 dev-libs/dbus-glib:0 >=dev-libs/glib-2.25.3:2 >=dev-libs/liboobs-1.1:0 >=sys-apps/dbus-0.32:0 sys-libs/cracklib:0 x11-libs/gdk-pixbuf:2 x11-libs/pango:0 >=x11-libs/gtk+-2.19.7:2 virtual/libintl:0 caja? ( mate-base/mate-file-manager:0 ) nfs? ( net-fs/nfs-utils:0 ) policykit? ( mate-extra/mate-polkit:0 >=sys-auth/polkit-0.92:0 ) samba? ( >=net-fs/samba-3:0 ) -SLOT=0 -SRC_URI=http://pub.mate-desktop.org/releases/1.6/mate-system-tools-1.6.0.tar.xz -_eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=95436c5b5a5ba66a3f05ddd06a118a8b diff --git a/metadata/md5-cache/app-doc/halibut-1.1 b/metadata/md5-cache/app-doc/halibut-1.1 new file mode 100644 index 000000000000..408aaa2acb3d --- /dev/null +++ b/metadata/md5-cache/app-doc/halibut-1.1 @@ -0,0 +1,10 @@ +DEFINED_PHASES=compile install +DESCRIPTION=yet another free document preparation system +EAPI=5 +HOMEPAGE=http://www.chiark.greenend.org.uk/~sgtatham/halibut/ +KEYWORDS=~amd64 ~ppc ~x86 +LICENSE=MIT +SLOT=0 +SRC_URI=http://www.chiark.greenend.org.uk/~sgtatham/halibut/halibut-1.1.tar.gz +_eclasses_=multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=114abcea5a660eca9828ae2d76ac9315 diff --git a/metadata/md5-cache/app-emulation/crossover-bin-12.5.0-r1 b/metadata/md5-cache/app-emulation/crossover-bin-12.5.0-r2 similarity index 98% rename from metadata/md5-cache/app-emulation/crossover-bin-12.5.0-r1 rename to metadata/md5-cache/app-emulation/crossover-bin-12.5.0-r2 index 005f5373b9fd..54dc0f7cabfe 100644 --- a/metadata/md5-cache/app-emulation/crossover-bin-12.5.0-r1 +++ b/metadata/md5-cache/app-emulation/crossover-bin-12.5.0-r2 @@ -11,4 +11,4 @@ RESTRICT=fetch test SLOT=0 SRC_URI=install-crossover-12.5.0.bin _eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 cc5b6367244dc2070b496eb9a92d5b87 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac unpacker f300a7ca9131b1024a79762e8edd3c52 -_md5_=bba4d8f8ec4baa02b46c39886ccf595e +_md5_=5a4d29f674b9e847f673291560489bda diff --git a/metadata/md5-cache/app-emulation/crossover-bin-12.5.1-r1 b/metadata/md5-cache/app-emulation/crossover-bin-12.5.1-r2 similarity index 98% rename from metadata/md5-cache/app-emulation/crossover-bin-12.5.1-r1 rename to metadata/md5-cache/app-emulation/crossover-bin-12.5.1-r2 index 480f9ddf617a..1a8958e8d036 100644 --- a/metadata/md5-cache/app-emulation/crossover-bin-12.5.1-r1 +++ b/metadata/md5-cache/app-emulation/crossover-bin-12.5.1-r2 @@ -11,4 +11,4 @@ RESTRICT=fetch test SLOT=0 SRC_URI=install-crossover-12.5.1.bin _eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 cc5b6367244dc2070b496eb9a92d5b87 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac unpacker f300a7ca9131b1024a79762e8edd3c52 -_md5_=c3f23e3fe78026cff61e0187e99315e2 +_md5_=ed349a972b2699ad86fde93abbe52280 diff --git a/metadata/md5-cache/app-emulation/crossover-bin-13.0.0-r1 b/metadata/md5-cache/app-emulation/crossover-bin-13.0.0-r2 similarity index 98% rename from metadata/md5-cache/app-emulation/crossover-bin-13.0.0-r1 rename to metadata/md5-cache/app-emulation/crossover-bin-13.0.0-r2 index ba25adf75490..13e0699b5aec 100644 --- a/metadata/md5-cache/app-emulation/crossover-bin-13.0.0-r1 +++ b/metadata/md5-cache/app-emulation/crossover-bin-13.0.0-r2 @@ -11,4 +11,4 @@ RESTRICT=fetch test SLOT=0 SRC_URI=install-crossover-13.0.0.bin _eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 cc5b6367244dc2070b496eb9a92d5b87 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac unpacker f300a7ca9131b1024a79762e8edd3c52 -_md5_=df86f525470b5b71ad14c7e9c842128a +_md5_=67eaac49c4f415c104de9c1989284c03 diff --git a/metadata/md5-cache/app-emulation/crossover-bin-13.0.1-r1 b/metadata/md5-cache/app-emulation/crossover-bin-13.0.1-r2 similarity index 98% rename from metadata/md5-cache/app-emulation/crossover-bin-13.0.1-r1 rename to metadata/md5-cache/app-emulation/crossover-bin-13.0.1-r2 index 3a969a57ef24..7d7b0fc9b9b5 100644 --- a/metadata/md5-cache/app-emulation/crossover-bin-13.0.1-r1 +++ b/metadata/md5-cache/app-emulation/crossover-bin-13.0.1-r2 @@ -11,4 +11,4 @@ RESTRICT=fetch test SLOT=0 SRC_URI=install-crossover-13.0.1.bin _eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 cc5b6367244dc2070b496eb9a92d5b87 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac unpacker f300a7ca9131b1024a79762e8edd3c52 -_md5_=a2870812ea09c709d38a2b7eb50d1f20 +_md5_=b336f90d0f44267ff47621c4b24322ee diff --git a/metadata/md5-cache/app-emulation/crossover-bin-13.1.0-r1 b/metadata/md5-cache/app-emulation/crossover-bin-13.1.0-r2 similarity index 98% rename from metadata/md5-cache/app-emulation/crossover-bin-13.1.0-r1 rename to metadata/md5-cache/app-emulation/crossover-bin-13.1.0-r2 index 5e0563ad557c..8b32dfe6a6d8 100644 --- a/metadata/md5-cache/app-emulation/crossover-bin-13.1.0-r1 +++ b/metadata/md5-cache/app-emulation/crossover-bin-13.1.0-r2 @@ -11,4 +11,4 @@ RESTRICT=fetch test SLOT=0 SRC_URI=install-crossover-13.1.0.bin _eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 cc5b6367244dc2070b496eb9a92d5b87 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac unpacker f300a7ca9131b1024a79762e8edd3c52 -_md5_=94e59746562dbfa789ca45818b57a04f +_md5_=e17d7fcc9f838b8f782c2905727bd344 diff --git a/metadata/md5-cache/app-emulation/crossover-bin-13.1.2-r1 b/metadata/md5-cache/app-emulation/crossover-bin-13.1.2-r2 similarity index 98% rename from metadata/md5-cache/app-emulation/crossover-bin-13.1.2-r1 rename to metadata/md5-cache/app-emulation/crossover-bin-13.1.2-r2 index d4b768d28cd6..dcbe75804055 100644 --- a/metadata/md5-cache/app-emulation/crossover-bin-13.1.2-r1 +++ b/metadata/md5-cache/app-emulation/crossover-bin-13.1.2-r2 @@ -11,4 +11,4 @@ RESTRICT=fetch test SLOT=0 SRC_URI=install-crossover-13.1.2.bin _eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 cc5b6367244dc2070b496eb9a92d5b87 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac unpacker f300a7ca9131b1024a79762e8edd3c52 -_md5_=97e7b36027c45985e288c3f2100d5b39 +_md5_=1432d4b4b39eb6ec1bb25f02cd1bfa0a diff --git a/metadata/md5-cache/app-emulation/crossover-bin-13.1.3-r1 b/metadata/md5-cache/app-emulation/crossover-bin-13.1.3-r2 similarity index 98% rename from metadata/md5-cache/app-emulation/crossover-bin-13.1.3-r1 rename to metadata/md5-cache/app-emulation/crossover-bin-13.1.3-r2 index e629a58252ce..380d80c7e897 100644 --- a/metadata/md5-cache/app-emulation/crossover-bin-13.1.3-r1 +++ b/metadata/md5-cache/app-emulation/crossover-bin-13.1.3-r2 @@ -11,4 +11,4 @@ RESTRICT=fetch test SLOT=0 SRC_URI=install-crossover-13.1.3.bin _eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 cc5b6367244dc2070b496eb9a92d5b87 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac unpacker f300a7ca9131b1024a79762e8edd3c52 -_md5_=32f924e9e50d09a4717f46cd29c085ba +_md5_=1243935da58d558c796ece01b876ea4a diff --git a/metadata/md5-cache/app-emulation/crossover-bin-13.2.0-r1 b/metadata/md5-cache/app-emulation/crossover-bin-13.2.0-r2 similarity index 98% rename from metadata/md5-cache/app-emulation/crossover-bin-13.2.0-r1 rename to metadata/md5-cache/app-emulation/crossover-bin-13.2.0-r2 index 6cb1ae0d8545..611987924a95 100644 --- a/metadata/md5-cache/app-emulation/crossover-bin-13.2.0-r1 +++ b/metadata/md5-cache/app-emulation/crossover-bin-13.2.0-r2 @@ -11,4 +11,4 @@ RESTRICT=fetch test SLOT=0 SRC_URI=install-crossover-13.2.0.bin _eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 cc5b6367244dc2070b496eb9a92d5b87 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac unpacker f300a7ca9131b1024a79762e8edd3c52 -_md5_=2cc6b4c12c7285c0b3e8f90199345529 +_md5_=69119015e67202b2bd744f9511dd8120 diff --git a/metadata/md5-cache/app-emulation/crossover-bin-14.0.3 b/metadata/md5-cache/app-emulation/crossover-bin-14.0.3 new file mode 100644 index 000000000000..f909341760fe --- /dev/null +++ b/metadata/md5-cache/app-emulation/crossover-bin-14.0.3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=install nofetch prepare setup unpack +DEPEND=dev-lang/perl app-arch/unzip >=dev-lang/python-2.7.5-r2:2.7[threads] dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-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_python2_7(+)] +DESCRIPTION=Commercial version of app-emulation/wine with paid support. +EAPI=5 +HOMEPAGE=http://www.codeweavers.com/products/crossover/ +IUSE=+capi +cups doc +gphoto2 +gsm +jpeg +lcms +ldap +mp3 +nls +openal +opengl +png +scanner +ssl +v4l python_targets_python2_7 +KEYWORDS=-* ~amd64 ~x86 +LICENSE=CROSSOVER-2 +RDEPEND=dev-lang/perl app-arch/unzip >=dev-lang/python-2.7.5-r2:2.7[threads] dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-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_python2_7(+)] !prefix? ( sys-libs/glibc ) >=dev-python/pygtk-2.10[python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-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_python2_7(+)] dev-python/dbus-python[python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-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_python2_7(+)] dev-util/desktop-file-utils !app-emulation/crossover-office-pro-bin !app-emulation/crossover-office-bin || ( ( capi? ( net-dialup/capi4k-utils ) cups? ( net-print/cups[abi_x86_32(-)] ) gsm? ( media-sound/gsm[abi_x86_32(-)] ) jpeg? ( virtual/jpeg[abi_x86_32(-)] ) lcms? ( media-libs/lcms:2 ) ldap? ( net-nds/openldap[abi_x86_32(-)] ) gphoto2? ( media-libs/libgphoto2[abi_x86_32(-)] ) mp3? ( >=media-sound/mpg123-1.5.0[abi_x86_32(-)] ) nls? ( sys-devel/gettext[abi_x86_32(-)] ) openal? ( media-libs/openal[abi_x86_32(-)] ) opengl? ( virtual/glu[abi_x86_32(-)] virtual/opengl[abi_x86_32(-)] ) png? ( media-libs/libpng:0[abi_x86_32(-)] ) scanner? ( media-gfx/sane-backends[abi_x86_32(-)] ) ssl? ( dev-libs/openssl:0[abi_x86_32(-)] ) v4l? ( media-libs/libv4l[abi_x86_32(-)] ) media-libs/alsa-lib[abi_x86_32(-)] >=media-libs/freetype-2.0.0[abi_x86_32(-)] media-libs/mesa[abi_x86_32(-)] sys-apps/util-linux[abi_x86_32(-)] sys-libs/zlib[abi_x86_32(-)] x11-libs/libICE[abi_x86_32(-)] x11-libs/libSM[abi_x86_32(-)] x11-libs/libX11[abi_x86_32(-)] x11-libs/libXau[abi_x86_32(-)] x11-libs/libXdmcp[abi_x86_32(-)] x11-libs/libXext[abi_x86_32(-)] x11-libs/libXi[abi_x86_32(-)] x11-libs/libXrandr[abi_x86_32(-)] x11-libs/libXxf86vm[abi_x86_32(-)] x11-libs/libxcb[abi_x86_32(-)] ) ( app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] openal? ( app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)] ) opengl? ( app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] ) scanner? ( app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] ) v4l? ( app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] ) ) ) +RESTRICT=fetch test +SLOT=0 +SRC_URI=install-crossover-14.0.3.bin +_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 cc5b6367244dc2070b496eb9a92d5b87 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac unpacker f300a7ca9131b1024a79762e8edd3c52 +_md5_=76f639137f0701c68f5dd3b5fe133efa diff --git a/metadata/md5-cache/app-i18n/transifex-client-0.11_beta b/metadata/md5-cache/app-i18n/transifex-client-0.11.1_beta similarity index 90% rename from metadata/md5-cache/app-i18n/transifex-client-0.11_beta rename to metadata/md5-cache/app-i18n/transifex-client-0.11.1_beta index 84545821fc5c..ed83613922cd 100644 --- a/metadata/md5-cache/app-i18n/transifex-client-0.11_beta +++ b/metadata/md5-cache/app-i18n/transifex-client-0.11.1_beta @@ -9,6 +9,6 @@ LICENSE=GPL-2 RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 -SRC_URI=mirror://pypi/t/transifex-client/transifex-client-0.11.beta.tar.gz +SRC_URI=mirror://pypi/t/transifex-client/transifex-client-0.11.1.beta.tar.gz _eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=b6feb1dba2fdcf3d0c53ab9db012027d +_md5_=5fc3cf9da230b2fecf0b4e41fb1709fc diff --git a/metadata/md5-cache/app-misc/muttprint-0.73-r3 b/metadata/md5-cache/app-misc/muttprint-0.73-r3 new file mode 100644 index 000000000000..2de9170f8197 --- /dev/null +++ b/metadata/md5-cache/app-misc/muttprint-0.73-r3 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-lang/perl virtual/latex-base doc? ( app-text/dvipsk app-text/docbook-sgml-utils[jadetex] ) +DESCRIPTION=Script for pretty printing of your mails +EAPI=5 +HOMEPAGE=http://muttprint.sourceforge.net +IUSE=doc +KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +LICENSE=GPL-2 +RDEPEND=dev-lang/perl virtual/latex-base dev-texlive/texlive-latexextra +SLOT=0 +SRC_URI=mirror://sourceforge/muttprint/muttprint-0.73.tar.gz +_eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e autotools-utils 3727db64c7b960903d5033280f108080 eutils 6faef4c127028ccbba3a11400d24ae34 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=6da20dea334b7f13b4e4ee79c0e1bcc1 diff --git a/metadata/md5-cache/app-portage/g-cpan-0.16.6 b/metadata/md5-cache/app-portage/g-cpan-0.16.6 index 2da33d5d9b15..ea4f6d84dc77 100644 --- a/metadata/md5-cache/app-portage/g-cpan-0.16.6 +++ b/metadata/md5-cache/app-portage/g-cpan-0.16.6 @@ -1,12 +1,12 @@ DEFINED_PHASES=compile configure install postinst prepare test unpack -DEPEND=dev-lang/perl >=dev-perl/yaml-0.60 dev-perl/Shell-EnvImporter dev-perl/Log-Agent dev-lang/perl:=[-build(-)] +DEPEND=dev-lang/perl >=dev-perl/yaml-0.60 >=dev-perl/Shell-EnvImporter-1.70.0-r2 dev-perl/Log-Agent dev-lang/perl:=[-build(-)] DESCRIPTION=g-cpan: generate and install CPAN modules using portage EAPI=5 HOMEPAGE=http://www.gentoo.org/proj/en/perl/g-cpan.xml KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 LICENSE=|| ( Artistic GPL-2 ) -RDEPEND=dev-lang/perl >=dev-perl/yaml-0.60 dev-perl/Shell-EnvImporter dev-perl/Log-Agent dev-lang/perl:=[-build(-)] +RDEPEND=dev-lang/perl >=dev-perl/yaml-0.60 >=dev-perl/Shell-EnvImporter-1.70.0-r2 dev-perl/Log-Agent dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=http://dev.gentoo.org/~dilfridge/distfiles/g-cpan-0.16.6.tar.gz _eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module 4e599aab78ebadca09ce51369fa9019d toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac unpacker f300a7ca9131b1024a79762e8edd3c52 -_md5_=d3753b9d8bab98a10581849d09889d88 +_md5_=44f2daeb3c0830e4d2005a5642f89180 diff --git a/metadata/md5-cache/app-portage/g-cpan-9999 b/metadata/md5-cache/app-portage/g-cpan-9999 index ad7a709e2533..d8eb14714924 100644 --- a/metadata/md5-cache/app-portage/g-cpan-9999 +++ b/metadata/md5-cache/app-portage/g-cpan-9999 @@ -1,10 +1,10 @@ DEFINED_PHASES=compile configure install postinst prepare test unpack -DEPEND=dev-lang/perl >=dev-perl/yaml-0.60 dev-perl/Shell-EnvImporter dev-perl/Log-Agent dev-lang/perl:=[-build(-)] >=dev-vcs/git-1.8.2.1 +DEPEND=>=dev-perl/yaml-0.60 >=dev-perl/Shell-EnvImporter-1.70.0-r2 dev-perl/Log-Agent dev-lang/perl:=[-build(-)] >=dev-vcs/git-1.8.2.1 DESCRIPTION=g-cpan: generate and install CPAN modules using portage EAPI=5 HOMEPAGE=http://www.gentoo.org/proj/en/perl/g-cpan.xml LICENSE=|| ( Artistic GPL-2 ) -RDEPEND=dev-lang/perl >=dev-perl/yaml-0.60 dev-perl/Shell-EnvImporter dev-perl/Log-Agent dev-lang/perl:=[-build(-)] +RDEPEND=>=dev-perl/yaml-0.60 >=dev-perl/Shell-EnvImporter-1.70.0-r2 dev-perl/Log-Agent >=sys-apps/portage-2.0.0 dev-lang/perl:=[-build(-)] SLOT=0 _eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 git-r3 6ebae45064cb04482f3c702632dd9528 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module 4e599aab78ebadca09ce51369fa9019d toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac unpacker f300a7ca9131b1024a79762e8edd3c52 -_md5_=663b73a506f8fc3970279fef20844d61 +_md5_=25e33f811810bf7c11d2b5e29f74b643 diff --git a/metadata/md5-cache/app-text/pandoc-1.13.2 b/metadata/md5-cache/app-text/pandoc-1.13.2 new file mode 100644 index 000000000000..317ff598b616 --- /dev/null +++ b/metadata/md5-cache/app-text/pandoc-1.13.2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prerm setup test +DEPEND=>=dev-haskell/aeson-0.7.0.5:=[profile?] =dev-haskell/base64-bytestring-0.1:=[profile?] =dev-haskell/binary-0.5:=[profile?] =dev-haskell/blaze-html-0.5:=[profile?] =dev-haskell/blaze-markup-0.5.1:=[profile?] =dev-haskell/data-default-0.4:=[profile?] =dev-haskell/deepseq-generics-0.1:=[profile?] =dev-haskell/extensible-exceptions-0.1:=[profile?] =dev-haskell/haddock-library-1.1:=[profile?] =dev-haskell/highlighting-kate-0.5.11.1:=[profile?] =dev-haskell/hslua-0.3:=[profile?] =dev-haskell/http-4000.0.5:=[profile?] =dev-haskell/juicypixels-3.1.6.1:=[profile?] =dev-haskell/mtl-1.1:=[profile?] =dev-haskell/pandoc-types-1.12.4:=[profile?] =dev-haskell/parsec-3.1:=[profile?] =dev-haskell/random-1:=[profile?] =dev-haskell/scientific-0.2:=[profile?] =dev-haskell/sha-1.6:=[profile?] =dev-haskell/syb-0.1:=[profile?] =dev-haskell/tagsoup-0.13.1:=[profile?] =dev-haskell/temporary-1.1:=[profile?] =dev-haskell/texmath-0.8.0.1:=[profile?] =dev-haskell/text-0.11:=[profile?] =dev-haskell/unordered-containers-0.2:=[profile?] =dev-haskell/vector-0.10:=[profile?] =dev-haskell/xml-1.3.12:=[profile?] =dev-haskell/yaml-0.8.8.2:=[profile?] =dev-haskell/zip-archive-0.2.3.4:=[profile?] =dev-haskell/zlib-0.5:=[profile?] =dev-lang/ghc-7.4.1:= https? ( >=dev-haskell/http-client-0.3.2:=[profile?] =dev-haskell/http-client-tls-0.2:=[profile?] =dev-haskell/http-types-0.8:=[profile?] =dev-haskell/network-2.6:=[profile?] >=dev-haskell/network-uri-2.6:=[profile?] =dev-haskell/network-2:=[profile?] =dev-haskell/wai-0.3:=[profile?] dev-haskell/wai-extra:=[profile?] !https? ( dev-haskell/http-types:=[profile?] ) ) >=dev-haskell/cabal-1.10 test? ( >=dev-haskell/ansi-terminal-0.5 =dev-haskell/diff-0.2 =dev-haskell/executable-path-0.0 =dev-haskell/hunit-1.2 =dev-haskell/quickcheck-2.4 =dev-haskell/test-framework-0.3 =dev-haskell/test-framework-hunit-0.2 =dev-haskell/test-framework-quickcheck2-0.2.9 =dev-haskell/cabal-1.1.4 +DESCRIPTION=Conversion between markup formats +EAPI=5 +HOMEPAGE=http://johnmacfarlane.net/pandoc +IUSE=embed_data_files +https make-pandoc-man-pages +network-uri trypandoc doc hscolour profile test +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=dev-haskell/aeson-0.7.0.5:=[profile?] =dev-haskell/base64-bytestring-0.1:=[profile?] =dev-haskell/binary-0.5:=[profile?] =dev-haskell/blaze-html-0.5:=[profile?] =dev-haskell/blaze-markup-0.5.1:=[profile?] =dev-haskell/data-default-0.4:=[profile?] =dev-haskell/deepseq-generics-0.1:=[profile?] =dev-haskell/extensible-exceptions-0.1:=[profile?] =dev-haskell/haddock-library-1.1:=[profile?] =dev-haskell/highlighting-kate-0.5.11.1:=[profile?] =dev-haskell/hslua-0.3:=[profile?] =dev-haskell/http-4000.0.5:=[profile?] =dev-haskell/juicypixels-3.1.6.1:=[profile?] =dev-haskell/mtl-1.1:=[profile?] =dev-haskell/pandoc-types-1.12.4:=[profile?] =dev-haskell/parsec-3.1:=[profile?] =dev-haskell/random-1:=[profile?] =dev-haskell/scientific-0.2:=[profile?] =dev-haskell/sha-1.6:=[profile?] =dev-haskell/syb-0.1:=[profile?] =dev-haskell/tagsoup-0.13.1:=[profile?] =dev-haskell/temporary-1.1:=[profile?] =dev-haskell/texmath-0.8.0.1:=[profile?] =dev-haskell/text-0.11:=[profile?] =dev-haskell/unordered-containers-0.2:=[profile?] =dev-haskell/vector-0.10:=[profile?] =dev-haskell/xml-1.3.12:=[profile?] =dev-haskell/yaml-0.8.8.2:=[profile?] =dev-haskell/zip-archive-0.2.3.4:=[profile?] =dev-haskell/zlib-0.5:=[profile?] =dev-lang/ghc-7.4.1:= https? ( >=dev-haskell/http-client-0.3.2:=[profile?] =dev-haskell/http-client-tls-0.2:=[profile?] =dev-haskell/http-types-0.8:=[profile?] =dev-haskell/network-2.6:=[profile?] >=dev-haskell/network-uri-2.6:=[profile?] =dev-haskell/network-2:=[profile?] =dev-haskell/wai-0.3:=[profile?] dev-haskell/wai-extra:=[profile?] !https? ( dev-haskell/http-types:=[profile?] ) ) +SLOT=0/1.13.2 +SRC_URI=mirror://hackage/packages/archive/pandoc/1.13.2/pandoc-1.13.2.tar.gz +_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 ghc-package 9dd58db252d8252779bb74ed015196e3 haskell-cabal b6154aeaa4dfbbc6d8a66d7f739c22d1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=c47b89fef5dfad994d3b135c63b08a4f diff --git a/metadata/md5-cache/app-text/recode-3.6_p20-r1 b/metadata/md5-cache/app-text/recode-3.6_p20-r1 index 1a52c310a9e7..1ef567a16bc1 100644 --- a/metadata/md5-cache/app-text/recode-3.6_p20-r1 +++ b/metadata/md5-cache/app-text/recode-3.6_p20-r1 @@ -4,9 +4,9 @@ DESCRIPTION=Convert files between various character sets EAPI=5 HOMEPAGE=http://recode.progiciels-bpi.ca/ IUSE=nls static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=GPL-2 SLOT=0 SRC_URI=mirror://gnu/recode/recode-3.6.tar.gz mirror://debian/pool/main/r/recode/recode_3.6-20.debian.tar.gz _eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 libtool 52d0e17251d04645ffaa61bfdd858944 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 0983c7893df461213a05f791cc7dea6d multilib-minimal 13dd976916c35a1e2c8d170e840c7018 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=acb5d9b153cc8ea2afb9e38058491da1 +_md5_=25e23b7a44b67f8f35640a7aef62e1c2 diff --git a/metadata/md5-cache/dev-db/ctdb-1.13-r1 b/metadata/md5-cache/dev-db/ctdb-1.13-r1 index ba802bf7016f..9e8612d77180 100644 --- a/metadata/md5-cache/dev-db/ctdb-1.13-r1 +++ b/metadata/md5-cache/dev-db/ctdb-1.13-r1 @@ -4,10 +4,10 @@ DESCRIPTION=A cluster implementation of the TDB database used to store temporary EAPI=5 HOMEPAGE=http://ctdb.samba.org/ IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +KEYWORDS=~alpha ~amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 LICENSE=GPL-3 RDEPEND=>=dev-libs/popt-1.16-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] SLOT=0 SRC_URI=http://dev.gentooexperimental.org/~scarabeus/ctdb-1.13.tar.xz _eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 0983c7893df461213a05f791cc7dea6d multilib-minimal 13dd976916c35a1e2c8d170e840c7018 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=dd04b498b39d004c42c0eef60f8571e2 +_md5_=ee3f46de54b075754ca19729427609bd diff --git a/metadata/md5-cache/dev-db/mysql-workbench-6.0.9 b/metadata/md5-cache/dev-db/mysql-workbench-6.0.9 index 14309bcae106..a92966268b96 100644 --- a/metadata/md5-cache/dev-db/mysql-workbench-6.0.9 +++ b/metadata/md5-cache/dev-db/mysql-workbench-6.0.9 @@ -4,10 +4,10 @@ DESCRIPTION=MySQL Workbench EAPI=5 HOMEPAGE=http://dev.mysql.com/workbench/ IUSE=debug doc gnome-keyring +iodbc python_targets_python2_7 -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=>=dev-lang/python-2.7.5-r2:2.7[sqlite] dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-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_python2_7(+)] dev-libs/glib:2 dev-cpp/atkmm dev-cpp/pangomm >=dev-cpp/glibmm-2.14:2 >=dev-cpp/gtkmm-2.14:2.4 dev-libs/atk x11-libs/pango >=x11-libs/gtk+-2.6:2 gnome-base/libglade:2.0 >=x11-libs/cairo-1.5.12[glib,svg] dev-libs/libsigc++:2 dev-libs/boost >=dev-cpp/ctemplate-0.95 >=dev-libs/libxml2-2.6.2:2 dev-libs/libzip >=virtual/mysql-5.1 dev-libs/libpcre virtual/opengl >=dev-lang/lua-5.1[deprecated] || ( sys-libs/e2fsprogs-libs dev-libs/ossp-uuid ) dev-libs/tinyxml[stl] dev-db/mysql-connector-c++ dev-db/vsqlite++ !iodbc? ( dev-db/unixODBC ) iodbc? ( dev-db/libiodbc ) gnome-keyring? ( gnome-base/libgnome-keyring ) dev-python/pexpect >=dev-python/paramiko-1.7.4 app-admin/sudo >=sys-apps/net-tools-1.60_p20120127084908 SLOT=0 SRC_URI=mirror://mysql/Downloads/MySQLGUITools/mysql-workbench-community-6.0.9-src.tar.gz _eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 cc5b6367244dc2070b496eb9a92d5b87 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=5c4f25f779a4190fcdb53e8f440d27b5 +_md5_=a2f3d1f5b7b9365f6b93cc6b2df4b98d diff --git a/metadata/md5-cache/dev-db/vsqlite++-0.3.12 b/metadata/md5-cache/dev-db/vsqlite++-0.3.12 index f30157677c0d..01aba4f9bbcc 100644 --- a/metadata/md5-cache/dev-db/vsqlite++-0.3.12 +++ b/metadata/md5-cache/dev-db/vsqlite++-0.3.12 @@ -4,10 +4,10 @@ DESCRIPTION=VSQLite++ - A welldesigned and portable SQLite3 Wrapper for C++ EAPI=5 HOMEPAGE=http://evilissimo.fedorapeople.org/releases/vsqlite--/ IUSE=static-libs -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=BSD RDEPEND=>=dev-libs/boost-1.33.1 dev-db/sqlite:3 SLOT=0 SRC_URI=https://github.com/vinzenz/vsqlite--/archive/0.3.12.tar.gz _eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e autotools-utils 3727db64c7b960903d5033280f108080 eutils 6faef4c127028ccbba3a11400d24ae34 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=87eef6f20609be17d2677c9956990bae +_md5_=bde694e051df46111f57f4d15fa270ca diff --git a/metadata/md5-cache/dev-games/physfs-2.0.3-r1 b/metadata/md5-cache/dev-games/physfs-2.0.3-r1 index dddbfbb54909..4054794c95f3 100644 --- a/metadata/md5-cache/dev-games/physfs-2.0.3-r1 +++ b/metadata/md5-cache/dev-games/physfs-2.0.3-r1 @@ -4,9 +4,9 @@ DESCRIPTION=Abstraction layer for filesystem and archive access EAPI=5 HOMEPAGE=http://icculus.org/physfs/ IUSE=doc grp hog mvl qpak static-libs wad +zip abi_x86_32 abi_x86_64 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 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd +KEYWORDS=~alpha ~amd64 arm hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd LICENSE=ZLIB SLOT=0 SRC_URI=http://icculus.org/physfs/downloads/physfs-2.0.3.tar.bz2 _eclasses_=cmake-multilib ca4c6ecda3062bf851d951987568fdae cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 0983c7893df461213a05f791cc7dea6d multilib-minimal 13dd976916c35a1e2c8d170e840c7018 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=ff3dcafba310ba9ca520167738f1ef07 +_md5_=ebfa4679ef7185dc82f59e88934656fb diff --git a/metadata/md5-cache/dev-haskell/async-2.0.1.4 b/metadata/md5-cache/dev-haskell/async-2.0.1.4 index 8c891bd4d3ef..6ce0884cbb88 100644 --- a/metadata/md5-cache/dev-haskell/async-2.0.1.4 +++ b/metadata/md5-cache/dev-haskell/async-2.0.1.4 @@ -1,4 +1,4 @@ -DEFINED_PHASES=compile configure install postinst prerm setup test +DEFINED_PHASES=compile configure install postinst prepare prerm setup test DEPEND=>=dev-haskell/stm-2.2:=[profile?] =dev-lang/ghc-7.0.1:= test? ( dev-haskell/hunit dev-haskell/test-framework dev-haskell/test-framework-hunit ) >=dev-haskell/cabal-1.8 doc? ( dev-haskell/haddock ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 DESCRIPTION=Run IO operations asynchronously and wait for their results EAPI=5 @@ -10,4 +10,4 @@ RDEPEND=>=dev-haskell/stm-2.2:=[profile?] =dev SLOT=0/2.0.1.4 SRC_URI=mirror://hackage/packages/archive/async/2.0.1.4/async-2.0.1.4.tar.gz _eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 ghc-package 9dd58db252d8252779bb74ed015196e3 haskell-cabal b6154aeaa4dfbbc6d8a66d7f739c22d1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=bdbce1fd37abb8a442d01b4c7d81a397 +_md5_=ab4a6e39b7f46bc8521c4b52cb212445 diff --git a/metadata/md5-cache/dev-haskell/deepseq-1.3.0.1 b/metadata/md5-cache/dev-haskell/deepseq-1.3.0.1 index 1af133e2a732..438212c2c043 100644 --- a/metadata/md5-cache/dev-haskell/deepseq-1.3.0.1 +++ b/metadata/md5-cache/dev-haskell/deepseq-1.3.0.1 @@ -1,4 +1,4 @@ -DEFINED_PHASES=compile configure install postinst prerm setup test +DEFINED_PHASES=compile configure install postinst prepare prerm setup test DEPEND=>=dev-lang/ghc-6.10.4:= >=dev-haskell/cabal-1.6 doc? ( dev-haskell/haddock ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 DESCRIPTION=Deep evaluation of data structures EAPI=5 @@ -10,4 +10,4 @@ RDEPEND=>=dev-lang/ghc-6.10.4:= SLOT=0/1.3.0.1 SRC_URI=mirror://hackage/packages/archive/deepseq/1.3.0.1/deepseq-1.3.0.1.tar.gz _eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 ghc-package 9dd58db252d8252779bb74ed015196e3 haskell-cabal b6154aeaa4dfbbc6d8a66d7f739c22d1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=f97189f10c00e3de8c0b8374bf20b892 +_md5_=bf9ce5c46678927a60945ce4a1ad7b81 diff --git a/metadata/md5-cache/dev-haskell/highlighting-kate-0.5.11.1 b/metadata/md5-cache/dev-haskell/highlighting-kate-0.5.11.1 new file mode 100644 index 000000000000..f4c0978d0f65 --- /dev/null +++ b/metadata/md5-cache/dev-haskell/highlighting-kate-0.5.11.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prerm setup test +DEPEND=>=dev-haskell/blaze-html-0.4.2:=[profile?] =dev-lang/ghc-7.4.1:= pcre-light? ( >=dev-haskell/pcre-light-0.4:=[profile?] =dev-haskell/regex-pcre-builtin-0.94.4.8.8.35:=[profile?] ) >=dev-haskell/cabal-1.10 test? ( dev-haskell/diff ) doc? ( dev-haskell/haddock ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 +DESCRIPTION=Syntax highlighting +EAPI=5 +HOMEPAGE=http://github.com/jgm/highlighting-kate +IUSE=executable pcre-light doc hscolour profile test +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=dev-haskell/blaze-html-0.4.2:=[profile?] =dev-lang/ghc-7.4.1:= pcre-light? ( >=dev-haskell/pcre-light-0.4:=[profile?] =dev-haskell/regex-pcre-builtin-0.94.4.8.8.35:=[profile?] ) +SLOT=0/0.5.11.1 +SRC_URI=mirror://hackage/packages/archive/highlighting-kate/0.5.11.1/highlighting-kate-0.5.11.1.tar.gz +_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 ghc-package 9dd58db252d8252779bb74ed015196e3 haskell-cabal b6154aeaa4dfbbc6d8a66d7f739c22d1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=d14e8690573a01d4a58ec142679afdb7 diff --git a/metadata/md5-cache/dev-haskell/temporary-1.1.2.4 b/metadata/md5-cache/dev-haskell/temporary-1.1.2.4 index 7b59e85c0bf1..bbb09b15e8e5 100644 --- a/metadata/md5-cache/dev-haskell/temporary-1.1.2.4 +++ b/metadata/md5-cache/dev-haskell/temporary-1.1.2.4 @@ -1,4 +1,4 @@ -DEFINED_PHASES=compile configure install postinst prerm setup test +DEFINED_PHASES=compile configure install postinst prepare prerm setup test DEPEND=>=dev-lang/ghc-6.10.4:= >=dev-haskell/cabal-1.6 doc? ( dev-haskell/haddock ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 DESCRIPTION=Portable temporary file and directory support for Windows and Unix, based on code from Cabal EAPI=5 @@ -10,4 +10,4 @@ RDEPEND=>=dev-lang/ghc-6.10.4:= SLOT=0/1.1.2.4 SRC_URI=mirror://hackage/packages/archive/temporary/1.1.2.4/temporary-1.1.2.4.tar.gz _eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 ghc-package 9dd58db252d8252779bb74ed015196e3 haskell-cabal b6154aeaa4dfbbc6d8a66d7f739c22d1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=66da4e4c5c566b2dd880a7d8376cc78f +_md5_=c1774e8444642952412474574593fd2c diff --git a/metadata/md5-cache/dev-haskell/texmath-0.8.0.1 b/metadata/md5-cache/dev-haskell/texmath-0.8.0.1 new file mode 100644 index 000000000000..c54fdc9637a4 --- /dev/null +++ b/metadata/md5-cache/dev-haskell/texmath-0.8.0.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prerm setup test +DEPEND=dev-haskell/mtl:=[profile?] >=dev-haskell/pandoc-types-1.12.3.3:=[profile?] >=dev-haskell/parsec-3:=[profile?] dev-haskell/syb:=[profile?] dev-haskell/xml:=[profile?] >=dev-lang/ghc-7.4.1:= executable? ( dev-haskell/aeson:=[profile?] dev-haskell/split:=[profile?] dev-haskell/text:=[profile?] ) network-uri? ( >=dev-haskell/network-uri-2.6:=[profile?] ) !network-uri? ( =dev-haskell/cabal-1.10 test? ( dev-haskell/temporary dev-haskell/utf8-string !executable? ( dev-haskell/split dev-haskell/text ) ) doc? ( dev-haskell/haddock ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 +DESCRIPTION=Conversion between formats used to represent mathematics +EAPI=5 +HOMEPAGE=http://github.com/jgm/texmath +IUSE=executable +network-uri doc hscolour profile test +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=dev-haskell/mtl:=[profile?] >=dev-haskell/pandoc-types-1.12.3.3:=[profile?] >=dev-haskell/parsec-3:=[profile?] dev-haskell/syb:=[profile?] dev-haskell/xml:=[profile?] >=dev-lang/ghc-7.4.1:= executable? ( dev-haskell/aeson:=[profile?] dev-haskell/split:=[profile?] dev-haskell/text:=[profile?] ) network-uri? ( >=dev-haskell/network-uri-2.6:=[profile?] ) !network-uri? ( =dev-lang/parrot-6.7.0:=[unicode] ) java? ( >=virtual/jre-1.7 ) moar? ( =dev-lang/moarvm-2014.12 ) java? ( >=virtual/jdk-1.7 ) dev-lang/perl +DESCRIPTION=Not Quite Perl, a Perl 6 bootstrapping compiler +EAPI=5 +HOMEPAGE=http://rakudo.org/ +IUSE=doc +parrot java moar +KEYWORDS=~x86 ~amd64 +LICENSE=Artistic-2 +RDEPEND=parrot? ( >=dev-lang/parrot-6.7.0:=[unicode] ) java? ( >=virtual/jre-1.7 ) moar? ( =dev-lang/moarvm-2014.12 ) +REQUIRED_USE=|| ( parrot java moar ) +RESTRICT=test +SLOT=0 +SRC_URI=http://github.com/perl6/nqp/tarball/2014.12 -> nqp-2014.12.tar.gz +_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=fff08e92071daa04140b5ddd7902c41f diff --git a/metadata/md5-cache/dev-lang/rakudo-2014.12 b/metadata/md5-cache/dev-lang/rakudo-2014.12 new file mode 100644 index 000000000000..e9e0537cded8 --- /dev/null +++ b/metadata/md5-cache/dev-lang/rakudo-2014.12 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare test +DEPEND=parrot? ( >=dev-lang/parrot-6.7.0:=[unicode] ) >=dev-lang/nqp-2014.12[parrot?,java?,moar?] dev-lang/perl +DESCRIPTION=A Perl 6 implementation built on the Parrot virtual machine +EAPI=5 +HOMEPAGE=http://rakudo.org/ +IUSE=doc +parrot java moar +KEYWORDS=~amd64 ~x86 +LICENSE=Artistic-2 +RDEPEND=parrot? ( >=dev-lang/parrot-6.7.0:=[unicode] ) >=dev-lang/nqp-2014.12[parrot?,java?,moar?] +SLOT=0 +SRC_URI=http://rakudo.org/downloads/rakudo/rakudo-2014.12.tar.gz +_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=1c6ebffe50654af9ed4396af5fbce728 diff --git a/metadata/md5-cache/dev-lang/tk-8.5.17 b/metadata/md5-cache/dev-lang/tk-8.5.17 new file mode 100644 index 000000000000..66276050332b --- /dev/null +++ b/metadata/md5-cache/dev-lang/tk-8.5.17 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare test +DEPEND=!aqua? ( media-libs/fontconfig media-libs/freetype:2 x11-libs/libX11 x11-libs/libXt truetype? ( x11-libs/libXft ) xscreensaver? ( x11-libs/libXScrnSaver ) ) ~dev-lang/tcl-8.5.17 !aqua? ( x11-proto/xproto ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DESCRIPTION=Tk Widget Set +EAPI=5 +HOMEPAGE=http://www.tcl.tk/ +IUSE=debug threads truetype aqua xscreensaver test +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=tcltk +RDEPEND=!aqua? ( media-libs/fontconfig media-libs/freetype:2 x11-libs/libX11 x11-libs/libXt truetype? ( x11-libs/libXft ) xscreensaver? ( x11-libs/libXScrnSaver ) ) ~dev-lang/tcl-8.5.17 +SLOT=0 +SRC_URI=mirror://sourceforge/tcl/tk8.5.17-src.tar.gz +_eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e eutils 6faef4c127028ccbba3a11400d24ae34 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf prefix 21058c21ca48453d771df15500873ede toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_md5_=08ca9df1927f34eb650068a18c3e2789 diff --git a/metadata/md5-cache/dev-lang/tk-8.6.3 b/metadata/md5-cache/dev-lang/tk-8.6.3 new file mode 100644 index 000000000000..fe814fecdcca --- /dev/null +++ b/metadata/md5-cache/dev-lang/tk-8.6.3 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare test +DEPEND=!aqua? ( media-libs/fontconfig x11-libs/libX11 x11-libs/libXt truetype? ( x11-libs/libXft ) xscreensaver? ( x11-libs/libXScrnSaver ) ) ~dev-lang/tcl-8.6.3 !aqua? ( x11-proto/xproto ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DESCRIPTION=Tk Widget Set +EAPI=5 +HOMEPAGE=http://www.tcl.tk/ +IUSE=debug +threads truetype aqua xscreensaver test +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=tcltk +RDEPEND=!aqua? ( media-libs/fontconfig x11-libs/libX11 x11-libs/libXt truetype? ( x11-libs/libXft ) xscreensaver? ( x11-libs/libXScrnSaver ) ) ~dev-lang/tcl-8.6.3 +SLOT=0/8.6 +SRC_URI=mirror://sourceforge/tcl/tk8.6.3-src.tar.gz +_eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e eutils 6faef4c127028ccbba3a11400d24ae34 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf prefix 21058c21ca48453d771df15500873ede toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_md5_=fc931b440e15abd480af313c03f80de6 diff --git a/metadata/md5-cache/dev-libs/libmateweather-1.6.2 b/metadata/md5-cache/dev-libs/libmateweather-1.6.2 deleted file mode 100644 index 687f0504c685..000000000000 --- a/metadata/md5-cache/dev-libs/libmateweather-1.6.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=>=dev-libs/glib-2.13:2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-libs/libxml2-2.6:2 >=net-libs/libsoup-2.42.1:2.4 >=net-libs/libsoup-gnome-2.25.1:2.4 >=sys-libs/timezone-data-2010k:0 x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-2.11:2 virtual/libintl:0 python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pygobject-2:2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pygtk-2:2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-util/intltool-0.40.3:* >=mate-base/mate-common-1.6:0 sys-devel/gettext:* virtual/pkgconfig:* !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 app-arch/xz-utils >=sys-apps/sed-4 -DESCRIPTION=MATE library to access weather information from online services -EAPI=5 -HOMEPAGE=http://mate-desktop.org -IUSE=python debug python_targets_python2_7 -KEYWORDS=amd64 -LICENSE=GPL-2 -RDEPEND=>=dev-libs/glib-2.13:2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-libs/libxml2-2.6:2 >=net-libs/libsoup-2.42.1:2.4 >=net-libs/libsoup-gnome-2.25.1:2.4 >=sys-libs/timezone-data-2010k:0 x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-2.11:2 virtual/libintl:0 python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pygobject-2:2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pygtk-2:2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) -REQUIRED_USE=python? ( || ( python_targets_python2_7 ) ) -SLOT=0 -SRC_URI=http://pub.mate-desktop.org/releases/1.6/libmateweather-1.6.2.tar.xz -_eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=e8a36a658636eba7ddb8f9c7024b9cef diff --git a/metadata/md5-cache/dev-libs/libmateweather-1.8.0 b/metadata/md5-cache/dev-libs/libmateweather-1.8.0 index 1b7545d9f8f1..15e08724da7e 100644 --- a/metadata/md5-cache/dev-libs/libmateweather-1.8.0 +++ b/metadata/md5-cache/dev-libs/libmateweather-1.8.0 @@ -11,4 +11,4 @@ REQUIRED_USE=python? ( || ( python_targets_python2_7 ) ) SLOT=0 SRC_URI=http://pub.mate-desktop.org/releases/1.8/libmateweather-1.8.0.tar.xz _eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=7ed00a1ec6044a599e768dbcae59ff4e +_md5_=6cb1722a5a770366d5b8584b0f5beb89 diff --git a/metadata/md5-cache/dev-lisp/sbcl-1.2.6 b/metadata/md5-cache/dev-lisp/sbcl-1.2.6 new file mode 100644 index 000000000000..b36c346a8a9c --- /dev/null +++ b/metadata/md5-cache/dev-lisp/sbcl-1.2.6 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=>=dev-lisp/asdf-3.1:= doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 ) pax_kernel? ( sys-apps/paxctl sys-apps/elfix ) +DESCRIPTION=Steel Bank Common Lisp (SBCL) is an implementation of ANSI Common Lisp +EAPI=5 +HOMEPAGE=http://sbcl.sourceforge.net/ +IUSE=debug doc source +threads +unicode pax_kernel zlib +KEYWORDS=~amd64 ~ppc ~sparc ~x86 +LICENSE=MIT +RDEPEND=>=dev-lisp/asdf-3.1:= elibc_glibc? ( >=sys-libs/glibc-2.6 ) +SLOT=0/1.2.6 +SRC_URI=mirror://sourceforge/sbcl/sbcl-1.2.6-source.tar.bz2 x86? ( mirror://sourceforge/sbcl/sbcl-1.0.58-x86-linux-binary.tar.bz2 ) amd64? ( mirror://sourceforge/sbcl/sbcl-1.2.6-x86-64-linux-binary.tar.bz2 ) ppc? ( mirror://sourceforge/sbcl/sbcl-1.0.28-powerpc-linux-binary.tar.bz2 ) sparc? ( mirror://sourceforge/sbcl/sbcl-1.0.28-sparc-linux-binary.tar.bz2 ) alpha? ( mirror://sourceforge/sbcl/sbcl-1.0.28-alpha-linux-binary.tar.bz2 ) +_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf pax-utils dfe060cb70d89757fde5c1ff8405e950 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=e8af7047185d1b323ffc3c96fb4bb048 diff --git a/metadata/md5-cache/dev-perl/Shell-EnvImporter-1.70.0-r2 b/metadata/md5-cache/dev-perl/Shell-EnvImporter-1.70.0-r2 new file mode 100644 index 000000000000..c10c5149f190 --- /dev/null +++ b/metadata/md5-cache/dev-perl/Shell-EnvImporter-1.70.0-r2 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=>=dev-perl/Class-MethodMaker-2 dev-lang/perl:=[-build(-)] +DESCRIPTION=Import environment variable changes from external commands or shell scripts +EAPI=5 +HOMEPAGE=http://search.cpan.org/dist/Shell-EnvImporter/ +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=>=dev-perl/Class-MethodMaker-2 dev-lang/perl:=[-build(-)] +SLOT=0 +SRC_URI=mirror://cpan/authors/id/D/DF/DFARALDO/Shell-EnvImporter-1.07.tar.gz +_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module 4e599aab78ebadca09ce51369fa9019d toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac unpacker f300a7ca9131b1024a79762e8edd3c52 +_md5_=93f424ff915dce64af3f67a6c3d00524 diff --git a/metadata/md5-cache/dev-python/beaker-1.5.4-r1 b/metadata/md5-cache/dev-python/beaker-1.5.4-r1 deleted file mode 100644 index 18e17827dd27..000000000000 --- a/metadata/md5-cache/dev-python/beaker-1.5.4-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare test -DEPEND=dev-python/setuptools test? ( dev-python/webtest ) dev-lang/python test? ( dev-python/nose ) -DESCRIPTION=A Session and Caching library with WSGI Middleware -EAPI=3 -HOMEPAGE=http://beaker.groovie.org/ http://pypi.python.org/pypi/Beaker -IUSE=test test -KEYWORDS=amd64 arm ~ia64 ppc ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos -LICENSE=BSD -RDEPEND=dev-lang/python -SLOT=0 -SRC_URI=mirror://pypi/B/Beaker/Beaker-1.5.4.tar.gz -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=d71e4d1def4bd819ee9406d062f81c27 diff --git a/metadata/md5-cache/dev-python/beaker-1.6.2 b/metadata/md5-cache/dev-python/beaker-1.6.2 deleted file mode 100644 index 9b4cf66b03fe..000000000000 --- a/metadata/md5-cache/dev-python/beaker-1.6.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare test -DEPEND=dev-python/setuptools test? ( dev-python/webtest ) dev-lang/python test? ( dev-python/nose ) -DESCRIPTION=A Session and Caching library with WSGI Middleware -EAPI=3 -HOMEPAGE=http://beaker.groovie.org/ http://pypi.python.org/pypi/Beaker -IUSE=test test -KEYWORDS=~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos -LICENSE=BSD -RDEPEND=dev-lang/python -SLOT=0 -SRC_URI=mirror://pypi/B/Beaker/Beaker-1.6.2.tar.gz -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=a5130492d3ba60407ee1d0152424e922 diff --git a/metadata/md5-cache/dev-python/beaker-1.6.3 b/metadata/md5-cache/dev-python/beaker-1.6.3 deleted file mode 100644 index 50c3c70337ca..000000000000 --- a/metadata/md5-cache/dev-python/beaker-1.6.3 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare test -DEPEND=dev-python/setuptools test? ( dev-python/webtest ) dev-lang/python test? ( dev-python/nose ) -DESCRIPTION=A Session and Caching library with WSGI Middleware -EAPI=3 -HOMEPAGE=http://beaker.groovie.org/ http://pypi.python.org/pypi/Beaker -IUSE=test test -KEYWORDS=~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos -LICENSE=BSD -RDEPEND=dev-lang/python -SLOT=0 -SRC_URI=mirror://pypi/B/Beaker/Beaker-1.6.3.tar.gz -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=e11bbbc05340ee122b81ae489ac72978 diff --git a/metadata/md5-cache/dev-python/beaker-1.6.4-r1 b/metadata/md5-cache/dev-python/beaker-1.6.4-r1 index b4dc85727c97..55edb27d9794 100644 --- a/metadata/md5-cache/dev-python/beaker-1.6.4-r1 +++ b/metadata/md5-cache/dev-python/beaker-1.6.4-r1 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://pypi/B/Beaker/Beaker-1.6.4.tar.gz _eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=bf7fceff3ac92e61672800d0e1994126 +_md5_=c3f4060652910ab5354d32b96357f630 diff --git a/metadata/md5-cache/dev-python/cherrypy-2.3.0 b/metadata/md5-cache/dev-python/cherrypy-2.3.0 deleted file mode 100644 index f601929ce06e..000000000000 --- a/metadata/md5-cache/dev-python/cherrypy-2.3.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare test -DEPEND=dev-python/setuptools test? ( >=dev-python/webtest-1.0 ) =dev-lang/python-2* -DESCRIPTION=CherryPy is a pythonic, object-oriented HTTP framework -EAPI=3 -HOMEPAGE=http://www.cherrypy.org/ http://pypi.python.org/pypi/CherryPy -IUSE=doc test -KEYWORDS=~amd64 ~x86 -LICENSE=BSD -RDEPEND==dev-lang/python-2* -SLOT=0 -SRC_URI=http://download.cherrypy.org/cherrypy/2.3.0/CherryPy-2.3.0.tar.gz -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=2e14314b365aa61ee01e6ccce6eac350 diff --git a/metadata/md5-cache/dev-python/cherrypy-3.2.0 b/metadata/md5-cache/dev-python/cherrypy-3.2.0 deleted file mode 100644 index 82b1666aaa48..000000000000 --- a/metadata/md5-cache/dev-python/cherrypy-3.2.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare test -DEPEND=dev-python/setuptools dev-lang/python test? ( dev-python/nose ) -DESCRIPTION=CherryPy is a pythonic, object-oriented HTTP framework -EAPI=3 -HOMEPAGE=http://www.cherrypy.org/ http://pypi.python.org/pypi/CherryPy -IUSE=doc test -KEYWORDS=amd64 ia64 ppc x86 ~amd64-linux ~x86-linux ~x86-macos -LICENSE=BSD -RDEPEND=dev-lang/python -SLOT=0 -SRC_URI=http://download.cherrypy.org/cherrypy/3.2.0/CherryPy-3.2.0.tar.gz -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=cb56efc29ecbe68e9feca7942581a00b diff --git a/metadata/md5-cache/dev-python/cherrypy-3.2.1 b/metadata/md5-cache/dev-python/cherrypy-3.2.1 deleted file mode 100644 index 10a02e28d48d..000000000000 --- a/metadata/md5-cache/dev-python/cherrypy-3.2.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare test -DEPEND=dev-python/setuptools || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) test? ( dev-python/nose ) -DESCRIPTION=CherryPy is a pythonic, object-oriented HTTP framework -EAPI=3 -HOMEPAGE=http://www.cherrypy.org/ http://pypi.python.org/pypi/CherryPy -IUSE=doc test -KEYWORDS=~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos -LICENSE=BSD -RDEPEND=|| ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) -SLOT=0 -SRC_URI=http://download.cherrypy.org/cherrypy/3.2.1/CherryPy-3.2.1.tar.gz -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=c2fc2371c6600da00a35b50b94a4a5e5 diff --git a/metadata/md5-cache/dev-python/cherrypy-3.2.2 b/metadata/md5-cache/dev-python/cherrypy-3.2.2 deleted file mode 100644 index 8650dac89689..000000000000 --- a/metadata/md5-cache/dev-python/cherrypy-3.2.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare setup test -DEPEND=dev-python/setuptools || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) test? ( dev-python/nose ) -DESCRIPTION=CherryPy is a pythonic, object-oriented HTTP framework -EAPI=4 -HOMEPAGE=http://www.cherrypy.org/ http://pypi.python.org/pypi/CherryPy -IUSE=doc test -KEYWORDS=~amd64 ~arm ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos -LICENSE=BSD -RDEPEND=|| ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) -SLOT=0 -SRC_URI=http://download.cherrypy.org/cherrypy/3.2.2/CherryPy-3.2.2.tar.gz -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=b9a161746fccc9770e34d22a6bba852e diff --git a/metadata/md5-cache/dev-python/cherrypy-3.2.2-r1 b/metadata/md5-cache/dev-python/cherrypy-3.2.2-r1 deleted file mode 100644 index 67531d1ff821..000000000000 --- a/metadata/md5-cache/dev-python/cherrypy-3.2.2-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_pypy(-)] test? ( dev-python/nose[python_targets_python2_7(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_pypy(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_pypy(-)] -DESCRIPTION=CherryPy is a pythonic, object-oriented HTTP framework -EAPI=5 -HOMEPAGE=http://www.cherrypy.org/ http://pypi.python.org/pypi/CherryPy -IUSE=test python_targets_python2_7 python_targets_pypy -KEYWORDS=amd64 ~arm ia64 ppc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos -LICENSE=BSD -RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_pypy(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_pypy ) -SLOT=0 -SRC_URI=http://download.cherrypy.org/cherrypy/3.2.2/CherryPy-3.2.2.tar.gz -_eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=ae75031e77bb62ef78809b15832004fb diff --git a/metadata/md5-cache/dev-python/cherrypy-3.2.5 b/metadata/md5-cache/dev-python/cherrypy-3.2.5 deleted file mode 100644 index 1b8de045d912..000000000000 --- a/metadata/md5-cache/dev-python/cherrypy-3.2.5 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_pypy(-)] test? ( dev-python/nose[python_targets_python2_7(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_pypy(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_pypy(-)] -DESCRIPTION=CherryPy is a pythonic, object-oriented HTTP framework -EAPI=5 -HOMEPAGE=http://www.cherrypy.org/ http://pypi.python.org/pypi/CherryPy -IUSE=test python_targets_python2_7 python_targets_pypy -KEYWORDS=~amd64 ~arm ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos -LICENSE=BSD -RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_pypy(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_pypy ) -SLOT=0 -SRC_URI=mirror://pypi/C/CherryPy/CherryPy-3.2.5.tar.gz -_eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=b338d4725d753b7079f5dfea5d818100 diff --git a/metadata/md5-cache/dev-python/cherrypy-3.3.0 b/metadata/md5-cache/dev-python/cherrypy-3.3.0 index 50ef679eb616..de66995b3494 100644 --- a/metadata/md5-cache/dev-python/cherrypy-3.3.0 +++ b/metadata/md5-cache/dev-python/cherrypy-3.3.0 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targe SLOT=0 SRC_URI=mirror://pypi/C/CherryPy/CherryPy-3.3.0.tar.gz _eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=86ffd88f7af07cf2b804265a13ee0662 +_md5_=1ebd6c718d50f7dd9f5cd2c15ee56682 diff --git a/metadata/md5-cache/dev-python/cssselect-0.6.1 b/metadata/md5-cache/dev-python/cssselect-0.6.1 deleted file mode 100644 index 6e093b1493bb..000000000000 --- a/metadata/md5-cache/dev-python/cssselect-0.6.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare setup test -DEPEND=dev-python/setuptools doc? ( dev-python/sphinx ) test? ( dev-python/lxml ) dev-lang/python -DESCRIPTION=parses CSS3 Selectors and translates them to XPath 1.0 -EAPI=4 -HOMEPAGE=http://packages.python.org/cssselect/ http://pypi.python.org/pypi/cssselect -IUSE=doc test -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd -LICENSE=BSD -RDEPEND=dev-lang/python -SLOT=0 -SRC_URI=mirror://pypi/c/cssselect/cssselect-0.6.1.tar.gz -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=92ea57c09856a8fa4725a9f7a816749b diff --git a/metadata/md5-cache/dev-python/cssselect-0.7.1 b/metadata/md5-cache/dev-python/cssselect-0.7.1 deleted file mode 100644 index ae36e05bbd04..000000000000 --- a/metadata/md5-cache/dev-python/cssselect-0.7.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare setup test -DEPEND=dev-python/setuptools doc? ( dev-python/sphinx ) test? ( dev-python/lxml ) dev-lang/python -DESCRIPTION=parses CSS3 Selectors and translates them to XPath 1.0 -EAPI=4 -HOMEPAGE=http://packages.python.org/cssselect/ http://pypi.python.org/pypi/cssselect -IUSE=doc test -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd -LICENSE=BSD -RDEPEND=dev-lang/python -SLOT=0 -SRC_URI=mirror://pypi/c/cssselect/cssselect-0.7.1.tar.gz -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=64633a9c2fb0ccce6e1c83a0ee8d7166 diff --git a/metadata/md5-cache/dev-python/cssselect-0.7.1-r1 b/metadata/md5-cache/dev-python/cssselect-0.7.1-r1 index d1b7f0ef9201..7564d8786c71 100644 --- a/metadata/md5-cache/dev-python/cssselect-0.7.1-r1 +++ b/metadata/md5-cache/dev-python/cssselect-0.7.1-r1 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 ) SLOT=0 SRC_URI=mirror://pypi/c/cssselect/cssselect-0.7.1.tar.gz _eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=9465b066b160a72b2c0947605e237ed2 +_md5_=5d7d878d39cf099b066be1f9cf404eda diff --git a/metadata/md5-cache/dev-python/cssselect-0.9.1 b/metadata/md5-cache/dev-python/cssselect-0.9.1 index 60c437cdbf4b..20808c6c4fb5 100644 --- a/metadata/md5-cache/dev-python/cssselect-0.9.1 +++ b/metadata/md5-cache/dev-python/cssselect-0.9.1 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targe SLOT=0 SRC_URI=mirror://pypi/c/cssselect/cssselect-0.9.1.tar.gz _eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=c80a8ddf013c56eba0ac1ec46a0e7d03 +_md5_=c3018eb788290ae1f727693359b82c08 diff --git a/metadata/md5-cache/dev-python/feedparser-5.0.1 b/metadata/md5-cache/dev-python/feedparser-5.0.1 deleted file mode 100644 index 19ee95c06dd7..000000000000 --- a/metadata/md5-cache/dev-python/feedparser-5.0.1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare test -DEPEND=dev-lang/python -DESCRIPTION=Parse RSS and Atom feeds in Python -EAPI=3 -HOMEPAGE=http://code.google.com/p/feedparser/ http://pypi.python.org/pypi/feedparser -KEYWORDS=alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris -LICENSE=BSD-2 PSF-2 -RDEPEND=dev-lang/python -SLOT=0 -SRC_URI=http://feedparser.googlecode.com/files/feedparser-5.0.1.tar.bz2 -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 eutils 6faef4c127028ccbba3a11400d24ae34 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=0dfb4f0e3dde37855194918011324117 diff --git a/metadata/md5-cache/dev-python/feedparser-5.1 b/metadata/md5-cache/dev-python/feedparser-5.1 deleted file mode 100644 index 2383ba19da22..000000000000 --- a/metadata/md5-cache/dev-python/feedparser-5.1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare setup test -DEPEND=dev-python/setuptools dev-lang/python -DESCRIPTION=Parse RSS and Atom feeds in Python -EAPI=4 -HOMEPAGE=http://code.google.com/p/feedparser/ http://pypi.python.org/pypi/feedparser -KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris -LICENSE=BSD-2 PSF-2 -RDEPEND=dev-lang/python -SLOT=0 -SRC_URI=http://feedparser.googlecode.com/files/feedparser-5.1.tar.bz2 -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 eutils 6faef4c127028ccbba3a11400d24ae34 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=80be10c415b2c9a05a95f7baa12b03fd diff --git a/metadata/md5-cache/dev-python/feedparser-5.1.1 b/metadata/md5-cache/dev-python/feedparser-5.1.1 deleted file mode 100644 index c6217593fff0..000000000000 --- a/metadata/md5-cache/dev-python/feedparser-5.1.1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare setup test -DEPEND=dev-python/setuptools dev-lang/python -DESCRIPTION=Parse RSS and Atom feeds in Python -EAPI=4 -HOMEPAGE=http://code.google.com/p/feedparser/ http://pypi.python.org/pypi/feedparser -KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris -LICENSE=BSD-2 PSF-2 -RDEPEND=dev-lang/python -SLOT=0 -SRC_URI=http://feedparser.googlecode.com/files/feedparser-5.1.1.tar.bz2 -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 eutils 6faef4c127028ccbba3a11400d24ae34 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=ea1c4c5be9928565550482cfbe0d76dd diff --git a/metadata/md5-cache/dev-python/feedparser-5.1.2 b/metadata/md5-cache/dev-python/feedparser-5.1.2 deleted file mode 100644 index b4d770978ebc..000000000000 --- a/metadata/md5-cache/dev-python/feedparser-5.1.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare setup test -DEPEND=dev-python/setuptools dev-lang/python -DESCRIPTION=Parse RSS and Atom feeds in Python -EAPI=4 -HOMEPAGE=http://code.google.com/p/feedparser/ http://pypi.python.org/pypi/feedparser -KEYWORDS=alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris -LICENSE=BSD-2 PSF-2 -RDEPEND=dev-lang/python -SLOT=0 -SRC_URI=http://feedparser.googlecode.com/files/feedparser-5.1.2.tar.bz2 -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 eutils 6faef4c127028ccbba3a11400d24ae34 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=c0663c9bb3e02d68fda132724cec6fcd diff --git a/metadata/md5-cache/dev-python/graphcanvas-4.0.2 b/metadata/md5-cache/dev-python/graphcanvas-4.0.2 deleted file mode 100644 index 4037944c2335..000000000000 --- a/metadata/md5-cache/dev-python/graphcanvas-4.0.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare setup test -DEPEND=dev-python/setuptools test? ( dev-python/networkx dev-python/enable media-fonts/font-cursor-misc media-fonts/font-misc-misc x11-apps/xhost ) dev-lang/python test? ( dev-python/nose ) test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) -DESCRIPTION=Enthought Tool Suite: Interactive Graph (network) Visualization -EAPI=4 -HOMEPAGE=http://pypi.python.org/pypi/graphcanvas -IUSE=examples test test test -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux -LICENSE=BSD -RDEPEND=dev-python/networkx dev-python/enable dev-lang/python -SLOT=0 -SRC_URI=http://www.enthought.com/repo/ets/graphcanvas-4.0.2.tar.gz -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=314b71348f9074f9aa772ae390700c43 diff --git a/metadata/md5-cache/dev-python/graphcanvas-4.0.2-r1 b/metadata/md5-cache/dev-python/graphcanvas-4.0.2-r1 index 948af1bc2687..235f8be6b67b 100644 --- a/metadata/md5-cache/dev-python/graphcanvas-4.0.2-r1 +++ b/metadata/md5-cache/dev-python/graphcanvas-4.0.2-r1 @@ -6,9 +6,9 @@ HOMEPAGE=http://pypi.python.org/pypi/graphcanvas IUSE=examples python_targets_python2_7 KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=BSD -RDEPEND=dev-python/networkx >=dev-python/enable-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:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +RDEPEND=dev-python/networkx[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/enable-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:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 SRC_URI=http://www.enthought.com/repo/ets/graphcanvas-4.0.2.tar.gz _eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=64f4b32e60d6f0dd84df6f95b6516f30 +_md5_=735465bdf5975cf66ad868bdd04b0738 diff --git a/metadata/md5-cache/dev-python/html2text-3.02 b/metadata/md5-cache/dev-python/html2text-3.02 deleted file mode 100644 index a8d8a216315c..000000000000 --- a/metadata/md5-cache/dev-python/html2text-3.02 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare -DEPEND=dev-python/chardet dev-python/feedparser dev-python/setuptools dev-lang/python -DESCRIPTION=Turn HTML into equivalent Markdown-structured text -EAPI=3 -HOMEPAGE=http://www.aaronsw.com/2002/html2text/ https://github.com/aaronsw/html2text http://pypi.python.org/pypi/html2text -KEYWORDS=amd64 x86 -LICENSE=GPL-3 -RDEPEND=dev-python/chardet dev-python/feedparser dev-lang/python -SLOT=0 -SRC_URI=https://github.com/aaronsw/html2text/tarball/3.02/html2text-3.02.tar.gz -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=b286538725494b7f6b48d3b45cbcca33 diff --git a/metadata/md5-cache/dev-python/html2text-3.200.3-r1 b/metadata/md5-cache/dev-python/html2text-3.200.3-r1 deleted file mode 100644 index b8eef25c4c13..000000000000 --- a/metadata/md5-cache/dev-python/html2text-3.200.3-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/chardet[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] dev-python/feedparser[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] -DESCRIPTION=Turn HTML into equivalent Markdown-structured text -EAPI=5 -HOMEPAGE=http://www.aaronsw.com/2002/html2text/ https://github.com/aaronsw/html2text http://pypi.python.org/pypi/html2text -IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_pypy -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=dev-python/chardet[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] dev-python/feedparser[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_pypy ) -SLOT=0 -SRC_URI=mirror://pypi/h/html2text/html2text-3.200.3.tar.gz -_eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=7007f010b31de4023ae81a341ca92b17 diff --git a/metadata/md5-cache/dev-python/ipy-0.76 b/metadata/md5-cache/dev-python/ipy-0.76 deleted file mode 100644 index 9dccf4bdffc9..000000000000 --- a/metadata/md5-cache/dev-python/ipy-0.76 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare test -DEPEND=|| ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) -DESCRIPTION=Class and tools for handling of IPv4 and IPv6 addresses and networks -EAPI=3 -HOMEPAGE=https://github.com/haypo/python-ipy/wiki http://pypi.python.org/pypi/IPy -KEYWORDS=~amd64 ~ppc ~ppc64 ~sparc ~x86 -LICENSE=BSD -RDEPEND=|| ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) -SLOT=0 -SRC_URI=mirror://pypi/I/IPy/IPy-0.76.tar.gz -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=24a267e7b117e330884a8b030ee54745 diff --git a/metadata/md5-cache/dev-python/ipy-0.76-r1 b/metadata/md5-cache/dev-python/ipy-0.76-r1 deleted file mode 100644 index d1a10d96b241..000000000000 --- a/metadata/md5-cache/dev-python/ipy-0.76-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] -DESCRIPTION=Class and tools for handling of IPv4 and IPv6 addresses and networks -EAPI=5 -HOMEPAGE=https://github.com/haypo/python-ipy/wiki http://pypi.python.org/pypi/IPy -IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_pypy -KEYWORDS=~amd64 ~ppc ~ppc64 ~sparc ~x86 -LICENSE=BSD -RDEPEND=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_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_pypy ) -SLOT=0 -SRC_URI=mirror://pypi/I/IPy/IPy-0.76.tar.gz -_eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=b78f545b55ed3f2b9728044717295d24 diff --git a/metadata/md5-cache/dev-python/ipy-0.81 b/metadata/md5-cache/dev-python/ipy-0.81 index 7980ffde232c..77004f1728a0 100644 --- a/metadata/md5-cache/dev-python/ipy-0.81 +++ b/metadata/md5-cache/dev-python/ipy-0.81 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targe SLOT=0 SRC_URI=mirror://pypi/I/IPy/IPy-0.81.tar.gz _eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=d1c92e7344a39752b1880e38c1ddd0a2 +_md5_=d81b80d9bb0fbcbb65e2214ea3a1a684 diff --git a/metadata/md5-cache/dev-python/llvmlite-0.2.1 b/metadata/md5-cache/dev-python/llvmlite-0.2.1 new file mode 100644 index 000000000000..4315ae783b34 --- /dev/null +++ b/metadata/md5-cache/dev-python/llvmlite-0.2.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=sys-devel/llvm-3.5:=[multitarget] 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:=[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 wrapper around the llvm C++ library +EAPI=5 +HOMEPAGE=https://pypi.python.org/pypi/llvmlite +IUSE=doc python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=>=sys-devel/llvm-3.5:=[multitarget] 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:=[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/l/llvmlite/llvmlite-0.2.1.tar.gz +_eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=23e19fd3ee632bd98f684cc8c9c6cdd4 diff --git a/metadata/md5-cache/dev-python/networkx-1.6-r1 b/metadata/md5-cache/dev-python/networkx-1.6-r1 deleted file mode 100644 index 831a2ca2147d..000000000000 --- a/metadata/md5-cache/dev-python/networkx-1.6-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] doc? ( dev-python/matplotlib[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pygraphviz[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/sphinx[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) test? ( dev-python/matplotlib[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/nose[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sci-libs/scipy[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:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -DESCRIPTION=Python tools to manipulate graphs and complex networks -EAPI=5 -HOMEPAGE=http://networkx.lanl.gov http://pypi.python.org/pypi/networkx -IUSE=doc examples test python_targets_python2_7 -KEYWORDS=~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos ~x86-macos -LICENSE=BSD -RDEPEND=examples? ( dev-python/matplotlib[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pygraphviz[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyparsing[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyyaml[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sci-libs/scipy[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:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -REQUIRED_USE=|| ( python_targets_python2_7 ) -SLOT=0 -SRC_URI=mirror://pypi/n/networkx/networkx-1.6.tar.gz -_eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=6ac4be9fd39c2ab2815f26eaf5a39229 diff --git a/metadata/md5-cache/dev-python/networkx-1.7-r2 b/metadata/md5-cache/dev-python/networkx-1.7-r2 deleted file mode 100644 index 68be2f1184cf..000000000000 --- a/metadata/md5-cache/dev-python/networkx-1.7-r2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] doc? ( dev-python/matplotlib[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pygraphviz[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/sphinx[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) test? ( dev-python/matplotlib[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/nose[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sci-libs/scipy[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:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -DESCRIPTION=Python tools to manipulate graphs and complex networks -EAPI=5 -HOMEPAGE=http://networkx.lanl.gov http://pypi.python.org/pypi/networkx -IUSE=doc examples test python_targets_python2_7 -KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~ppc-macos ~x86-linux ~x86-macos -LICENSE=BSD -RDEPEND=examples? ( dev-python/matplotlib[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pygraphviz[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyparsing[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyyaml[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sci-libs/scipy[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:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -REQUIRED_USE=|| ( python_targets_python2_7 ) -SLOT=0 -SRC_URI=mirror://pypi/n/networkx/networkx-1.7.tar.gz -_eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=3be2cfea207aee81d7563f24a663b30f diff --git a/metadata/md5-cache/dev-python/networkx-1.8.1 b/metadata/md5-cache/dev-python/networkx-1.8.1 deleted file mode 100644 index f78df7d28732..000000000000 --- a/metadata/md5-cache/dev-python/networkx-1.8.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] doc? ( dev-python/matplotlib[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] dev-python/pygraphviz[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] ) test? ( dev-python/matplotlib[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] sci-libs/scipy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] ) 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 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] -DESCRIPTION=Python tools to manipulate graphs and complex networks -EAPI=5 -HOMEPAGE=http://networkx.github.io/ -IUSE=doc examples test python_targets_python2_7 python_targets_python3_3 -KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos -LICENSE=BSD -RDEPEND=examples? ( dev-python/matplotlib[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] dev-python/pygraphviz[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyparsing[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] dev-python/pyyaml[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] sci-libs/scipy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] ) 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 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 ) -SLOT=0 -SRC_URI=mirror://pypi/n/networkx/networkx-1.8.1.tar.gz -_eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=128f6351b12687e2bfedd1afdc07ae04 diff --git a/metadata/md5-cache/dev-python/networkx-1.9 b/metadata/md5-cache/dev-python/networkx-1.9 deleted file mode 100644 index 341867c8a009..000000000000 --- a/metadata/md5-cache/dev-python/networkx-1.9 +++ /dev/null @@ -1,14 +0,0 @@ -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/sphinx[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/matplotlib[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/pygraphviz[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( dev-python/numpydoc[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/sphinx_rtd_theme[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) test? ( dev-python/matplotlib[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/nose[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(-)] sci-libs/scipy[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:=[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 tools to manipulate graphs and complex networks -EAPI=5 -HOMEPAGE=http://networkx.github.io/ -IUSE=doc examples test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 -KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos -LICENSE=BSD -RDEPEND=>=dev-python/decorator-3.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(-)] examples? ( dev-python/matplotlib[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/pygraphviz[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyparsing[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/pyyaml[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(-)] sci-libs/scipy[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:=[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/n/networkx/networkx-1.9.tar.gz -_eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=4c9f98839b8e9359d4b1fc73df62eb2b diff --git a/metadata/md5-cache/dev-python/networkx-1.9.1 b/metadata/md5-cache/dev-python/networkx-1.9.1 index b1d538e21f85..be226e19489a 100644 --- a/metadata/md5-cache/dev-python/networkx-1.9.1 +++ b/metadata/md5-cache/dev-python/networkx-1.9.1 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targe SLOT=0 SRC_URI=mirror://pypi/n/networkx/networkx-1.9.1.tar.gz _eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=28ea04fe59d469041a884a897dd3f413 +_md5_=ed90bc02d9858b8fa1dd913b5406e8ec diff --git a/metadata/md5-cache/dev-python/pandas-0.15.0 b/metadata/md5-cache/dev-python/pandas-0.15.0 index 06ab5be010ce..2a3cfa9d6f7a 100644 --- a/metadata/md5-cache/dev-python/pandas-0.15.0 +++ b/metadata/md5-cache/dev-python/pandas-0.15.0 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install postinst prepare test -DEPEND=>dev-python/numpy-1.7[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.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/python-dateutil-2.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/openpyxl-1.9.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(-)] doc? ( dev-python/beautifulsoup:4[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/ipython[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/html5lib[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/lxml[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/matplotlib[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/openpyxl-1.6.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/pytables-3.0.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/pytz[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/rpy[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(-)] sci-libs/scipy[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.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-python/xlrd[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/xlwt[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] x11-misc/xclip ) test? ( >=dev-python/google-api-python-client-1.2.0[python_targets_python2_7(-)?,-python_single_target_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:=[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? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DEPEND=>dev-python/numpy-1.7[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.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/openpyxl-1.9.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(-)] doc? ( dev-python/beautifulsoup:4[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/ipython[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/html5lib[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/lxml[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/matplotlib[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/openpyxl-1.6.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/pytables-3.0.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/pytz[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/rpy[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(-)] sci-libs/scipy[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.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-python/xlrd[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/xlwt[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] x11-misc/xclip ) test? ( >=dev-python/google-api-python-client-1.2.0[python_targets_python2_7(-)?,-python_single_target_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:=[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? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) DESCRIPTION=Powerful data structures for data analysis and statistics EAPI=5 HOMEPAGE=http://pandas.sourceforge.net/ IUSE=doc examples excel html test R python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 test KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=BSD -RDEPEND=>dev-python/numpy-1.7[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.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/python-dateutil-2.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/openpyxl-1.9.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/numexpr-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-python/bottleneck[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/matplotlib[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/pytables[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/pytz[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(-)] sci-libs/scipy[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(-)] excel? ( >=dev-python/openpyxl-1.6.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/xlrd[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/xlwt[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) html? ( dev-python/beautifulsoup:4[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/lxml[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/html5lib[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(-)] ) ) R? ( dev-python/rpy[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:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] +RDEPEND=>dev-python/numpy-1.7[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.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/openpyxl-1.9.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/numexpr-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-python/bottleneck[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/matplotlib[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/pytables[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/pytz[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(-)] sci-libs/scipy[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(-)] excel? ( >=dev-python/openpyxl-1.6.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/xlrd[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/xlwt[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) html? ( dev-python/beautifulsoup:4[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/lxml[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/html5lib[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(-)] ) ) R? ( dev-python/rpy[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:=[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/p/pandas/pandas-0.15.0.tar.gz _eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=8f466bc86bdcc24f1d6c7eb47b699eb1 +_md5_=2b5a7a4fb855d32ed6c81dde755f4b16 diff --git a/metadata/md5-cache/dev-python/pandas-0.15.1 b/metadata/md5-cache/dev-python/pandas-0.15.1 index ebb2cd3c5e9b..58e4a83637bf 100644 --- a/metadata/md5-cache/dev-python/pandas-0.15.1 +++ b/metadata/md5-cache/dev-python/pandas-0.15.1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install postinst prepare test -DEPEND=>dev-python/numpy-1.7[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.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/python-dateutil-2.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/openpyxl-1.9.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(-)] doc? ( dev-python/beautifulsoup:4[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/ipython[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/html5lib[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/lxml[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/matplotlib[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/openpyxl-1.6.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/openpyxl[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/pytables-3.0.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/pytz[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/rpy[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(-)] sci-libs/scipy[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.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-python/xlrd[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/xlwt[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] x11-misc/xclip ) test? ( >=dev-python/google-api-python-client-1.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/openpyxl[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/pymysql[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-gflags[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/psycopg: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/statsmodels[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/sqlalchemy[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/xlsxwriter[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/nose[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(-)] x11-misc/xclip x11-misc/xsel ) 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:=[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? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DEPEND=>dev-python/numpy-1.7[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.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/openpyxl-1.9.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(-)] doc? ( dev-python/beautifulsoup:4[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/ipython[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/html5lib[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/lxml[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/matplotlib[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/openpyxl-1.6.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/openpyxl[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/pytables-3.0.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/pytz[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/rpy[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(-)] sci-libs/scipy[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.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-python/xlrd[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/xlwt[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] x11-misc/xclip ) test? ( >=dev-python/google-api-python-client-1.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/openpyxl[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/pymysql[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-gflags[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/psycopg: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/statsmodels[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/sqlalchemy[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/xlsxwriter[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/nose[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(-)] x11-misc/xclip x11-misc/xsel ) 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:=[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? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) DESCRIPTION=Powerful data structures for data analysis and statistics EAPI=5 HOMEPAGE=http://pandas.sourceforge.net/ IUSE=doc examples excel html test R python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 test KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=BSD -RDEPEND=>dev-python/numpy-1.7[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.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/python-dateutil-2.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/openpyxl-1.9.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/numexpr-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-python/bottleneck[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/matplotlib[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/pytables[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/pytz[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(-)] sci-libs/scipy[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(-)] excel? ( >=dev-python/openpyxl-1.6.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/xlrd[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/xlwt[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) html? ( dev-python/beautifulsoup:4[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/lxml[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/html5lib[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(-)] ) ) R? ( dev-python/rpy[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:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] +RDEPEND=>dev-python/numpy-1.7[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.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/openpyxl-1.9.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/numexpr-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-python/bottleneck[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/matplotlib[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/pytables[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/pytz[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(-)] sci-libs/scipy[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(-)] excel? ( >=dev-python/openpyxl-1.6.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/xlrd[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/xlwt[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) html? ( dev-python/beautifulsoup:4[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/lxml[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/html5lib[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(-)] ) ) R? ( dev-python/rpy[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:=[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/p/pandas/pandas-0.15.1.tar.gz _eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=9730bf10ea666944b458d9eb327e0344 +_md5_=71423301dcef62e7f8a2b14e1310267e diff --git a/metadata/md5-cache/dev-python/pyfits-3.2.3 b/metadata/md5-cache/dev-python/pyfits-3.2.3 deleted file mode 100644 index 19b64111dc6e..000000000000 --- a/metadata/md5-cache/dev-python/pyfits-3.2.3 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/numpy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] !=dev-python/d2to1-0.2.5[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] >=dev-python/stsci-distutils-0.3[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] doc? ( dev-python/matplotlib dev-python/numpydoc dev-python/sphinxcontrib-programoutput dev-python/stsci-sphinxext ) test? ( dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] ) 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 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] -DESCRIPTION=Provides an interface to FITS formatted files under python -EAPI=5 -HOMEPAGE=http://www.stsci.edu/resources/software_hardware/pyfits -IUSE=doc test python_targets_python2_7 python_targets_python3_3 -KEYWORDS=~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux -LICENSE=BSD -RDEPEND=dev-python/numpy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] !=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 ) -SLOT=0 -SRC_URI=mirror://pypi/p/pyfits/pyfits-3.2.3.tar.gz -_eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=c4f44a5ad41172f61da4cba45a17ef70 diff --git a/metadata/md5-cache/dev-python/pyfits-3.2.4 b/metadata/md5-cache/dev-python/pyfits-3.2.4 deleted file mode 100644 index 16e53f745ca0..000000000000 --- a/metadata/md5-cache/dev-python/pyfits-3.2.4 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/numpy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] !=dev-python/d2to1-0.2.5[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] >=dev-python/stsci-distutils-0.3[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] doc? ( dev-python/matplotlib dev-python/numpydoc dev-python/sphinxcontrib-programoutput dev-python/stsci-sphinxext ) test? ( dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] ) 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 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] -DESCRIPTION=Provides an interface to FITS formatted files under python -EAPI=5 -HOMEPAGE=http://www.stsci.edu/resources/software_hardware/pyfits -IUSE=doc test python_targets_python2_7 python_targets_python3_3 -KEYWORDS=~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux -LICENSE=BSD -RDEPEND=dev-python/numpy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] !=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 ) -SLOT=0 -SRC_URI=mirror://pypi/p/pyfits/pyfits-3.2.4.tar.gz -_eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=7b2da4c60121fad73ccf3a1f449f5d36 diff --git a/metadata/md5-cache/dev-python/pylons-1.0 b/metadata/md5-cache/dev-python/pylons-1.0 deleted file mode 100644 index b8ebce32ffd8..000000000000 --- a/metadata/md5-cache/dev-python/pylons-1.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare test -DEPEND=>=dev-python/beaker-1.3 >=dev-python/decorator-2.3.2 >=dev-python/formencode-1.2.1 >=dev-python/mako-0.2.4 >=dev-python/nose-0.10.4 >=dev-python/paste-1.7.2 >=dev-python/pastedeploy-1.3.3 >=dev-python/pastescript-1.7.3 >=dev-python/routes-1.12 >=dev-python/simplejson-2.0.8 >=dev-python/tempita-0.2 >=dev-python/weberror-0.10.1 >=dev-python/webhelpers-0.6.4 >=dev-python/webob-0.9.6.1 >=dev-python/webtest-1.1 genshi? ( >=dev-python/genshi-0.4.4 ) jinja? ( >=dev-python/jinja-2 ) dev-python/setuptools test? ( >=dev-python/coverage-2.85 dev-python/genshi >=dev-python/jinja-2.2.1 ) =dev-lang/python-2* test? ( dev-python/nose ) -DESCRIPTION=Pylons Web Framework -EAPI=3 -HOMEPAGE=http://pylonshq.com/ http://pypi.python.org/pypi/Pylons -IUSE=genshi jinja test test -KEYWORDS=~amd64 ~x86 -LICENSE=BSD -RDEPEND=>=dev-python/beaker-1.3 >=dev-python/decorator-2.3.2 >=dev-python/formencode-1.2.1 >=dev-python/mako-0.2.4 >=dev-python/nose-0.10.4 >=dev-python/paste-1.7.2 >=dev-python/pastedeploy-1.3.3 >=dev-python/pastescript-1.7.3 >=dev-python/routes-1.12 >=dev-python/simplejson-2.0.8 >=dev-python/tempita-0.2 >=dev-python/weberror-0.10.1 >=dev-python/webhelpers-0.6.4 >=dev-python/webob-0.9.6.1 >=dev-python/webtest-1.1 genshi? ( >=dev-python/genshi-0.4.4 ) jinja? ( >=dev-python/jinja-2 ) =dev-lang/python-2* -SLOT=0 -SRC_URI=mirror://pypi/P/Pylons/Pylons-1.0.tar.gz -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=f820ce156b15ddb79ec97fa4e0549c6f diff --git a/metadata/md5-cache/dev-python/pylons-1.0.1 b/metadata/md5-cache/dev-python/pylons-1.0.1 deleted file mode 100644 index dccdc2c29a5e..000000000000 --- a/metadata/md5-cache/dev-python/pylons-1.0.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare test -DEPEND=>=dev-python/beaker-1.3 >=dev-python/decorator-2.3.2 >=dev-python/formencode-1.2.1 >=dev-python/mako-0.2.4 >=dev-python/nose-0.10.4 >=dev-python/paste-1.7.2 >=dev-python/pastedeploy-1.3.3 >=dev-python/pastescript-1.7.3 >=dev-python/repoze-lru-0.3 >=dev-python/routes-1.12 >=dev-python/simplejson-2.0.8 >=dev-python/tempita-0.2 >=dev-python/weberror-0.10.1 >=dev-python/webhelpers-0.6.4 >=dev-python/webob-0.9.6.1 >=dev-python/webtest-1.1 genshi? ( >=dev-python/genshi-0.4.4 ) jinja? ( >=dev-python/jinja-2 ) dev-python/setuptools test? ( >=dev-python/coverage-2.85 dev-python/genshi >=dev-python/jinja-2.2.1 ) =dev-lang/python-2* test? ( dev-python/nose ) -DESCRIPTION=Pylons Web Framework -EAPI=3 -HOMEPAGE=http://pylonshq.com/ http://pypi.python.org/pypi/Pylons -IUSE=genshi jinja test test -KEYWORDS=~amd64 ~x86 -LICENSE=BSD -RDEPEND=>=dev-python/beaker-1.3 >=dev-python/decorator-2.3.2 >=dev-python/formencode-1.2.1 >=dev-python/mako-0.2.4 >=dev-python/nose-0.10.4 >=dev-python/paste-1.7.2 >=dev-python/pastedeploy-1.3.3 >=dev-python/pastescript-1.7.3 >=dev-python/repoze-lru-0.3 >=dev-python/routes-1.12 >=dev-python/simplejson-2.0.8 >=dev-python/tempita-0.2 >=dev-python/weberror-0.10.1 >=dev-python/webhelpers-0.6.4 >=dev-python/webob-0.9.6.1 >=dev-python/webtest-1.1 genshi? ( >=dev-python/genshi-0.4.4 ) jinja? ( >=dev-python/jinja-2 ) =dev-lang/python-2* -SLOT=0 -SRC_URI=mirror://pypi/P/Pylons/Pylons-1.0.1.tar.gz -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=62917f67000916eb81065b0939f30328 diff --git a/metadata/md5-cache/dev-python/pyquery-1.1.1 b/metadata/md5-cache/dev-python/pyquery-1.1.1 deleted file mode 100644 index f7f13bf95078..000000000000 --- a/metadata/md5-cache/dev-python/pyquery-1.1.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare -DEPEND=>=dev-python/lxml-2.1 test? ( dev-python/webob dev-python/nose ) =dev-lang/python-2* -DESCRIPTION=A jquery-like library for python -EAPI=3 -HOMEPAGE=http://pypi.python.org/pypi/pyquery -IUSE=test -KEYWORDS=~alpha amd64 arm ~hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd -LICENSE=BSD -RDEPEND=>=dev-python/lxml-2.1 =dev-lang/python-2* -SLOT=0 -SRC_URI=mirror://pypi/p/pyquery/pyquery-1.1.1.tar.gz -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=53f0b1fc9c9c0ea2221a207e18b860da diff --git a/metadata/md5-cache/dev-python/pyquery-1.2.1 b/metadata/md5-cache/dev-python/pyquery-1.2.1 deleted file mode 100644 index 17d188e4c819..000000000000 --- a/metadata/md5-cache/dev-python/pyquery-1.2.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare setup test -DEPEND=>=dev-python/lxml-2.1 dev-python/cssselect >=dev-python/webob-1.2_rc1 dev-python/setuptools dev-lang/python test? ( dev-python/nose ) -DESCRIPTION=A jquery-like library for python -EAPI=4 -HOMEPAGE=http://pypi.python.org/pypi/pyquery -IUSE=test test -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd -LICENSE=BSD -RDEPEND=>=dev-python/lxml-2.1 dev-python/cssselect >=dev-python/webob-1.2_rc1 dev-lang/python -SLOT=0 -SRC_URI=mirror://pypi/p/pyquery/pyquery-1.2.1.tar.gz -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=fdc5a87bdfdc05a29055cfc42f04fcda diff --git a/metadata/md5-cache/dev-python/pyquery-1.2.1-r1 b/metadata/md5-cache/dev-python/pyquery-1.2.1-r1 deleted file mode 100644 index 251396ebc49d..000000000000 --- a/metadata/md5-cache/dev-python/pyquery-1.2.1-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=>=dev-python/lxml-2.1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] dev-python/cssselect[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] >=dev-python/webob-1.2_rc1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] test? ( dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] ) 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 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] -DESCRIPTION=A jQuery-like library for python -EAPI=5 -HOMEPAGE=http://pypi.python.org/pypi/pyquery -IUSE=test python_targets_python2_7 python_targets_python3_3 -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd -LICENSE=BSD -RDEPEND=>=dev-python/lxml-2.1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] dev-python/cssselect[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] >=dev-python/webob-1.2_rc1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] 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 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 ) -SLOT=0 -SRC_URI=mirror://pypi/p/pyquery/pyquery-1.2.1.tar.gz -_eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=379b1e39c3364b91650942a7b492db84 diff --git a/metadata/md5-cache/dev-python/pyquery-1.2.4 b/metadata/md5-cache/dev-python/pyquery-1.2.4 index 2b3aaa652904..011cbb288b0b 100644 --- a/metadata/md5-cache/dev-python/pyquery-1.2.4 +++ b/metadata/md5-cache/dev-python/pyquery-1.2.4 @@ -11,4 +11,4 @@ REQUIRED_USE=test? ( beautifulsoup3 ) || ( python_targets_python2_7 python_targe SLOT=0 SRC_URI=mirror://pypi/p/pyquery/pyquery-1.2.4.tar.gz _eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=2521ba52a49478d2421a22eed7a49b0e +_md5_=8e8c1b67133d3891af0afcac8399f2d6 diff --git a/metadata/md5-cache/dev-python/pyquery-1.2.8 b/metadata/md5-cache/dev-python/pyquery-1.2.8 index 1f0275da4e7d..430a3c079a8c 100644 --- a/metadata/md5-cache/dev-python/pyquery-1.2.8 +++ b/metadata/md5-cache/dev-python/pyquery-1.2.8 @@ -11,4 +11,4 @@ REQUIRED_USE=test? ( beautifulsoup3 ) || ( python_targets_python2_7 python_targe SLOT=0 SRC_URI=mirror://pypi/p/pyquery/pyquery-1.2.8.zip _eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=f185736cfb2452950c656c91754f7759 +_md5_=eaf9d2e3b6a88a4cbcc90b76d923779b diff --git a/metadata/md5-cache/dev-python/python-caja-1.6.1 b/metadata/md5-cache/dev-python/python-caja-1.6.1 deleted file mode 100644 index f80049e90926..000000000000 --- a/metadata/md5-cache/dev-python/python-caja-1.6.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup unpack -DEPEND=dev-libs/glib:2 dev-python/pygobject:3[python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-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_python2_7(+)] >=mate-base/mate-file-manager-1.6:0[introspection] x11-libs/gtk+:2 >=dev-lang/python-2.7.5-r2:2.7 dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-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_python2_7(+)] virtual/pkgconfig:* doc? ( app-text/docbook-xml-dtd:4.1.2 ) app-arch/xz-utils >=sys-apps/sed-4 -DESCRIPTION=Python bindings for the Caja file manager -EAPI=5 -HOMEPAGE=http://www.mate-desktop.org -IUSE=doc python_targets_python2_7 -KEYWORDS=amd64 -LICENSE=GPL-2 -RDEPEND=dev-libs/glib:2 dev-python/pygobject:3[python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-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_python2_7(+)] >=mate-base/mate-file-manager-1.6:0[introspection] x11-libs/gtk+:2 >=dev-lang/python-2.7.5-r2:2.7 dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-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_python2_7(+)] -SLOT=0 -SRC_URI=http://pub.mate-desktop.org/releases/1.6/python-caja-1.6.1.tar.xz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 cc5b6367244dc2070b496eb9a92d5b87 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=7fe89e195528cd6fe5195ecbb3a966cb diff --git a/metadata/md5-cache/dev-python/pytz-2012c b/metadata/md5-cache/dev-python/pytz-2012c deleted file mode 100644 index dd197711d664..000000000000 --- a/metadata/md5-cache/dev-python/pytz-2012c +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare test -DEPEND=dev-python/setuptools >=sys-libs/timezone-data-2012c dev-lang/python -DESCRIPTION=World timezone definitions for Python -EAPI=3 -HOMEPAGE=http://pypi.python.org/pypi/pytz http://pytz.sourceforge.net/ -KEYWORDS=alpha amd64 arm hppa ia64 ~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 >=sys-libs/timezone-data-2012c dev-lang/python -SLOT=0 -SRC_URI=mirror://pypi/p/pytz/pytz-2012c.tar.bz2 -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 eutils 6faef4c127028ccbba3a11400d24ae34 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=3c157e13354d0b7071f5353465b7901e diff --git a/metadata/md5-cache/dev-python/pytz-2012j b/metadata/md5-cache/dev-python/pytz-2012j deleted file mode 100644 index 8dbbcfddcd40..000000000000 --- a/metadata/md5-cache/dev-python/pytz-2012j +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] >=sys-libs/timezone-data-2012j 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_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] -DESCRIPTION=World timezone definitions for Python -EAPI=5 -HOMEPAGE=http://pypi.python.org/pypi/pytz http://pytz.sourceforge.net/ -IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_pypy -KEYWORDS=alpha amd64 arm hppa ia64 ~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_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] >=sys-libs/timezone-data-2012j 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_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_pypy ) -SLOT=0 -SRC_URI=mirror://pypi/p/pytz/pytz-2012j.tar.bz2 -_eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=3a29f93f356331c7f1b30ecbd8b5a9cb diff --git a/metadata/md5-cache/dev-python/pytz-2013.9 b/metadata/md5-cache/dev-python/pytz-2013.9 deleted file mode 100644 index a0d16de180e7..000000000000 --- a/metadata/md5-cache/dev-python/pytz-2013.9 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] >=sys-libs/timezone-data-2013i 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_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] -DESCRIPTION=World timezone definitions for Python -EAPI=5 -HOMEPAGE=http://pythonhosted.org/pytz/ -IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_pypy -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~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_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] >=sys-libs/timezone-data-2013i 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_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_pypy ) -SLOT=0 -SRC_URI=mirror://pypi/p/pytz/pytz-2013.9.tar.bz2 -_eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=cee31ad4df1759d10676eebbe8af2419 diff --git a/metadata/md5-cache/dev-python/pytz-2013b b/metadata/md5-cache/dev-python/pytz-2013b deleted file mode 100644 index 07d8a325a743..000000000000 --- a/metadata/md5-cache/dev-python/pytz-2013b +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] >=sys-libs/timezone-data-2013b 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_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] -DESCRIPTION=World timezone definitions for Python -EAPI=5 -HOMEPAGE=http://pypi.python.org/pypi/pytz http://pytz.sourceforge.net/ -IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_pypy -KEYWORDS=alpha amd64 arm hppa ia64 ~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_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] >=sys-libs/timezone-data-2013b 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_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_pypy ) -SLOT=0 -SRC_URI=mirror://pypi/p/pytz/pytz-2013b.tar.bz2 -_eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=675a1a45434739b3d094a6f3082da310 diff --git a/metadata/md5-cache/dev-python/pytz-2014.1.1 b/metadata/md5-cache/dev-python/pytz-2014.1.1 deleted file mode 100644 index bf9f8d8fd78d..000000000000 --- a/metadata/md5-cache/dev-python/pytz-2014.1.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] >=sys-libs/timezone-data-2014a 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_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] -DESCRIPTION=World timezone definitions for Python -EAPI=5 -HOMEPAGE=http://pythonhosted.org/pytz/ -IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_pypy -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~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_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] >=sys-libs/timezone-data-2014a 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_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_pypy ) -SLOT=0 -SRC_URI=mirror://pypi/p/pytz/pytz-2014.1.1.tar.bz2 -_eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=9fd67bb481ff41ae0bf7b3a78043e2eb diff --git a/metadata/md5-cache/dev-python/pytz-2014.2 b/metadata/md5-cache/dev-python/pytz-2014.2 deleted file mode 100644 index 9e3baf02c8b8..000000000000 --- a/metadata/md5-cache/dev-python/pytz-2014.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] >=sys-libs/timezone-data-2014b 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_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] -DESCRIPTION=World timezone definitions for Python -EAPI=5 -HOMEPAGE=http://pythonhosted.org/pytz/ -IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~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_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] >=sys-libs/timezone-data-2014b 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_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy ) -SLOT=0 -SRC_URI=mirror://pypi/p/pytz/pytz-2014.2.tar.bz2 -_eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=04be710b024cf036fff8728e7a726a05 diff --git a/metadata/md5-cache/dev-python/pytz-2014.3 b/metadata/md5-cache/dev-python/pytz-2014.3 deleted file mode 100644 index cbe3e95dc636..000000000000 --- a/metadata/md5-cache/dev-python/pytz-2014.3 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] >=sys-libs/timezone-data-2014b 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_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] -DESCRIPTION=World timezone definitions for Python -EAPI=5 -HOMEPAGE=http://pythonhosted.org/pytz/ -IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~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_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] >=sys-libs/timezone-data-2014b 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_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy ) -SLOT=0 -SRC_URI=mirror://pypi/p/pytz/pytz-2014.3.tar.bz2 -_eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=5e630a6002e52d99a157a0905534baf1 diff --git a/metadata/md5-cache/dev-python/pytz-2014.4 b/metadata/md5-cache/dev-python/pytz-2014.4 deleted file mode 100644 index f58ab98be78a..000000000000 --- a/metadata/md5-cache/dev-python/pytz-2014.4 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] >=sys-libs/timezone-data-2014b 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_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] -DESCRIPTION=World timezone definitions for Python -EAPI=5 -HOMEPAGE=http://pythonhosted.org/pytz/ -IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~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_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] >=sys-libs/timezone-data-2014b 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_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy ) -SLOT=0 -SRC_URI=mirror://pypi/p/pytz/pytz-2014.4.tar.bz2 -_eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=1d7f9dddfe6b0539ccbe908a78093b70 diff --git a/metadata/md5-cache/dev-python/pytz-2014.7 b/metadata/md5-cache/dev-python/pytz-2014.7 deleted file mode 100644 index c9d56c0f6ba3..000000000000 --- a/metadata/md5-cache/dev-python/pytz-2014.7 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] >=sys-libs/timezone-data-2014g 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_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] -DESCRIPTION=World timezone definitions for Python -EAPI=5 -HOMEPAGE=http://pythonhosted.org/pytz/ -IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~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_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] >=sys-libs/timezone-data-2014g 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_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy ) -SLOT=0 -SRC_URI=mirror://pypi/p/pytz/pytz-2014.7.tar.bz2 -_eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=a7b1e032ce0e298e87c43d3db68ae48d diff --git a/metadata/md5-cache/dev-python/pyzmq-14.3.1 b/metadata/md5-cache/dev-python/pyzmq-14.3.1 index 2d69e49ca078..0f4bd19356e2 100644 --- a/metadata/md5-cache/dev-python/pyzmq-14.3.1 +++ b/metadata/md5-cache/dev-python/pyzmq-14.3.1 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=test? ( >=net-libs/zeromq-2.1.9 dev-python/py[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/cffi[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(-)] green? ( dev-python/gevent[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dev-python/nose[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/sphinx[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:=[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=>=net-libs/zeromq-2.1.9 dev-python/py[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/cffi[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(-)] green? ( dev-python/gevent[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) 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(-)] test? ( dev-python/nose[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/sphinx[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:=[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=PyZMQ is a lightweight and super-fast messaging library built on top of the ZeroMQ library EAPI=5 HOMEPAGE=http://www.zeromq.org/bindings:python http://pypi.python.org/pypi/pyzmq @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targe SLOT=0 SRC_URI=mirror://pypi/p/pyzmq/pyzmq-14.3.1.tar.gz _eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=1d2daadc403e171c08276a2000100697 +_md5_=d06b945c2b4e78eab4f2e89cc700be4d diff --git a/metadata/md5-cache/dev-python/pyzmq-14.4.0 b/metadata/md5-cache/dev-python/pyzmq-14.4.0 index 9572385b1c21..f36496fd876d 100644 --- a/metadata/md5-cache/dev-python/pyzmq-14.4.0 +++ b/metadata/md5-cache/dev-python/pyzmq-14.4.0 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=test? ( >=net-libs/zeromq-2.1.9 dev-python/py[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/cffi[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(-)] green? ( dev-python/gevent[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dev-python/nose[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/sphinx[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/numpydoc[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:=[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=>=net-libs/zeromq-2.1.9 dev-python/py[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/cffi[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(-)] green? ( dev-python/gevent[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) 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(-)] test? ( dev-python/nose[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/sphinx[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/numpydoc[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:=[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=PyZMQ is a lightweight and super-fast messaging library built on top of the ZeroMQ library EAPI=5 HOMEPAGE=http://www.zeromq.org/bindings:python http://pypi.python.org/pypi/pyzmq @@ -11,4 +11,4 @@ REQUIRED_USE=test? ( green ) || ( python_targets_python2_7 python_targets_python SLOT=0 SRC_URI=mirror://pypi/p/pyzmq/pyzmq-14.4.0.tar.gz _eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=b5b96f57f0965b4cfe92be965e71ab0b +_md5_=81b8bac97d28e6c84f3a766e2107f755 diff --git a/metadata/md5-cache/dev-python/pyzmq-14.4.1 b/metadata/md5-cache/dev-python/pyzmq-14.4.1 index 4043bbe3bac0..17da7a1620c1 100644 --- a/metadata/md5-cache/dev-python/pyzmq-14.4.1 +++ b/metadata/md5-cache/dev-python/pyzmq-14.4.1 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=test? ( >=net-libs/zeromq-2.1.9 dev-python/py[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/cffi[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(-)] green? ( dev-python/gevent[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dev-python/nose[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-python/gevent[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) doc? ( dev-python/sphinx[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/numpydoc[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:=[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=>=net-libs/zeromq-2.1.9 dev-python/py[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/cffi[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(-)] green? ( dev-python/gevent[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) 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(-)] test? ( dev-python/nose[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-python/gevent[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) doc? ( dev-python/sphinx[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/numpydoc[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:=[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=PyZMQ is a lightweight and super-fast messaging library built on top of the ZeroMQ library EAPI=5 HOMEPAGE=http://www.zeromq.org/bindings:python http://pypi.python.org/pypi/pyzmq @@ -11,4 +11,4 @@ REQUIRED_USE=test? ( green ) || ( python_targets_python2_7 python_targets_python SLOT=0 SRC_URI=mirror://pypi/p/pyzmq/pyzmq-14.4.1.tar.gz _eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=bb85611905aba3148923f66ee48ca941 +_md5_=a255819f9aa9e47b341ef3299ca416d0 diff --git a/metadata/md5-cache/dev-python/qscintilla-python-2.8.4 b/metadata/md5-cache/dev-python/qscintilla-python-2.8.4 index f914977392cc..1cebfd43d9a0 100644 --- a/metadata/md5-cache/dev-python/qscintilla-python-2.8.4 +++ b/metadata/md5-cache/dev-python/qscintilla-python-2.8.4 @@ -4,11 +4,11 @@ DESCRIPTION=Python bindings for Qscintilla EAPI=5 HOMEPAGE=http://www.riverbankcomputing.co.uk/software/qscintilla/intro IUSE=debug python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 -KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=|| ( GPL-2 GPL-3 ) RDEPEND=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:=[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/sip-4.16:=[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/PyQt4-4.11[X,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-qt/qtcore:4 dev-qt/qtgui:4 ~x11-libs/qscintilla-2.8.4:= REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) SLOT=0 SRC_URI=mirror://sourceforge/pyqt/QScintilla-gpl-2.8.4.tar.gz _eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 qmake-utils 9e0174de733aecba0a7e66b2b01841d2 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=62963153bb4139e242eeaceeed7eeb58 +_md5_=83a88029016795d164d9df433720bd10 diff --git a/metadata/md5-cache/dev-python/sip-4.16.3 b/metadata/md5-cache/dev-python/sip-4.16.3 deleted file mode 100644 index c2819fb81b54..000000000000 --- a/metadata/md5-cache/dev-python/sip-4.16.3 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare -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:=[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 extension module generator for C and C++ libraries -EAPI=5 -HOMEPAGE=http://www.riverbankcomputing.co.uk/software/sip/intro https://pypi.python.org/pypi/SIP -IUSE=debug doc python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos -LICENSE=|| ( GPL-2 GPL-3 SIP ) -RDEPEND=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:=[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/11 -SRC_URI=mirror://sourceforge/pyqt/sip-4.16.3.tar.gz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=55ba9f3cbc7f92c8fa45f07eb8525011 diff --git a/metadata/md5-cache/dev-python/stsci-distutils-0.3.2-r1 b/metadata/md5-cache/dev-python/stsci-distutils-0.3.2-r1 deleted file mode 100644 index 7e5432b7b7d1..000000000000 --- a/metadata/md5-cache/dev-python/stsci-distutils-0.3.2-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] dev-python/d2to1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] -DESCRIPTION=Utilities used to package some of STScI's Python projects -EAPI=5 -HOMEPAGE=http://www.stsci.edu/resources/software_hardware/stsci_python -IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_pypy -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux -LICENSE=BSD -RDEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] dev-python/d2to1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_pypy ) -SLOT=0 -SRC_URI=mirror://pypi/s/stsci.distutils/stsci.distutils-0.3.2.tar.gz -_eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=478428a10e3f046a207f7c7001a4b261 diff --git a/metadata/md5-cache/dev-python/stsci-distutils-0.3.4 b/metadata/md5-cache/dev-python/stsci-distutils-0.3.4 deleted file mode 100644 index 68520ebb667e..000000000000 --- a/metadata/md5-cache/dev-python/stsci-distutils-0.3.4 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] app-arch/unzip dev-python/d2to1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] -DESCRIPTION=Utilities used to package some of STScI's Python projects -EAPI=5 -HOMEPAGE=http://www.stsci.edu/resources/software_hardware/stsci_python -IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_pypy -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux -LICENSE=BSD -RDEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] app-arch/unzip dev-python/d2to1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_pypy ) -SLOT=0 -SRC_URI=mirror://pypi/s/stsci.distutils/stsci.distutils-0.3.4.zip -_eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=c3a4d0e54bd35feb0b40efd7a4d431f3 diff --git a/metadata/md5-cache/dev-python/unidecode-0.04.17 b/metadata/md5-cache/dev-python/unidecode-0.04.17 new file mode 100644 index 000000000000..1abdaaa10b76 --- /dev/null +++ b/metadata/md5-cache/dev-python/unidecode-0.04.17 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] +DESCRIPTION=Module providing ASCII transliterations of Unicode text +EAPI=5 +HOMEPAGE=http://pypi.python.org/pypi/Unidecode +IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=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_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy ) +SLOT=0 +SRC_URI=mirror://pypi/U/Unidecode/Unidecode-0.04.17.tar.gz +_eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=0b6d81e5babaad39bca5fb56247d71c1 diff --git a/metadata/md5-cache/dev-python/webob-1.0.7 b/metadata/md5-cache/dev-python/webob-1.0.7 deleted file mode 100644 index 1d39dc84d0eb..000000000000 --- a/metadata/md5-cache/dev-python/webob-1.0.7 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare test -DEPEND=app-arch/unzip dev-python/setuptools doc? ( dev-python/sphinx ) test? ( dev-python/webtest ) =dev-lang/python-2* test? ( dev-python/nose ) -DESCRIPTION=WSGI request and response object -EAPI=3 -HOMEPAGE=http://webob.org/ http://pypi.python.org/pypi/WebOb -IUSE=doc test test -KEYWORDS=~alpha amd64 ~arm ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos -LICENSE=MIT -RDEPEND==dev-lang/python-2* -SLOT=0 -SRC_URI=mirror://pypi/W/WebOb/WebOb-1.0.7.zip -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 eutils 6faef4c127028ccbba3a11400d24ae34 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=0f92e0b17c63c5e1d6d22117d890b16b diff --git a/metadata/md5-cache/dev-python/webob-1.0.8 b/metadata/md5-cache/dev-python/webob-1.0.8 deleted file mode 100644 index b55ae575664f..000000000000 --- a/metadata/md5-cache/dev-python/webob-1.0.8 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare test -DEPEND=app-arch/unzip dev-python/setuptools doc? ( dev-python/sphinx ) test? ( dev-python/webtest ) =dev-lang/python-2* test? ( dev-python/nose ) -DESCRIPTION=WSGI request and response object -EAPI=3 -HOMEPAGE=http://webob.org/ http://pypi.python.org/pypi/WebOb -IUSE=doc test test -KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos -LICENSE=MIT -RDEPEND==dev-lang/python-2* -SLOT=0 -SRC_URI=mirror://pypi/W/WebOb/WebOb-1.0.8.zip -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 eutils 6faef4c127028ccbba3a11400d24ae34 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=1e283a53449ab14c5dc67b9a58e672c1 diff --git a/metadata/md5-cache/dev-python/webob-1.0.8-r1 b/metadata/md5-cache/dev-python/webob-1.0.8-r1 deleted file mode 100644 index 7244c9798028..000000000000 --- a/metadata/md5-cache/dev-python/webob-1.0.8-r1 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=app-arch/unzip dev-python/setuptools[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 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -DESCRIPTION=WSGI request and response object -EAPI=5 -HOMEPAGE=http://webob.org/ http://pypi.python.org/pypi/WebOb -IUSE=doc python_targets_python2_7 -KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos -LICENSE=MIT -RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -REQUIRED_USE=|| ( python_targets_python2_7 ) -RESTRICT=test -SLOT=0 -SRC_URI=mirror://pypi/W/WebOb/WebOb-1.0.8.zip -_eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=1985f6107b00138e4fc6ec043cbdfb21 diff --git a/metadata/md5-cache/dev-python/webob-1.1 b/metadata/md5-cache/dev-python/webob-1.1 deleted file mode 100644 index 0098b5c91812..000000000000 --- a/metadata/md5-cache/dev-python/webob-1.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare test -DEPEND=app-arch/unzip dev-python/setuptools doc? ( dev-python/sphinx ) test? ( dev-python/webtest ) =dev-lang/python-2* test? ( dev-python/nose ) -DESCRIPTION=WSGI request and response object -EAPI=3 -HOMEPAGE=http://webob.org/ http://pypi.python.org/pypi/WebOb -IUSE=doc test test -KEYWORDS=~alpha amd64 arm ~hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos -LICENSE=MIT -RDEPEND==dev-lang/python-2* -SLOT=0 -SRC_URI=mirror://pypi/W/WebOb/WebOb-1.1.zip -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 eutils 6faef4c127028ccbba3a11400d24ae34 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=4c0d2105618d59b4e766542cb566749c diff --git a/metadata/md5-cache/dev-python/webob-1.2.2 b/metadata/md5-cache/dev-python/webob-1.2.2 deleted file mode 100644 index 449b10a21802..000000000000 --- a/metadata/md5-cache/dev-python/webob-1.2.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare setup test -DEPEND=app-arch/unzip dev-python/setuptools doc? ( dev-python/sphinx ) dev-lang/python test? ( dev-python/nose ) -DESCRIPTION=WSGI request and response object -EAPI=4 -HOMEPAGE=http://webob.org/ http://pypi.python.org/pypi/WebOb -IUSE=doc test -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos -LICENSE=MIT -RDEPEND=dev-lang/python -SLOT=0 -SRC_URI=mirror://pypi/W/WebOb/WebOb-1.2.2.zip -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=6a6c3895a57a4d03d4f82b25961b49e5 diff --git a/metadata/md5-cache/dev-python/webob-1.2.3-r1 b/metadata/md5-cache/dev-python/webob-1.2.3-r1 index a3bb03741446..cc28f2ee8b3e 100644 --- a/metadata/md5-cache/dev-python/webob-1.2.3-r1 +++ b/metadata/md5-cache/dev-python/webob-1.2.3-r1 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targe SLOT=0 SRC_URI=mirror://pypi/W/WebOb/WebOb-1.2.3.tar.gz _eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=66932382372cd62b3833250404e5f973 +_md5_=fe7747f0539fd9921915ecb6864f1073 diff --git a/metadata/md5-cache/dev-python/webob-1.3.1 b/metadata/md5-cache/dev-python/webob-1.3.1 index d7221555909d..52e4dd840eae 100644 --- a/metadata/md5-cache/dev-python/webob-1.3.1 +++ b/metadata/md5-cache/dev-python/webob-1.3.1 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targe SLOT=0 SRC_URI=mirror://pypi/W/WebOb/WebOb-1.3.1.tar.gz _eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=98f5cfd2f3fd77e1bc9bf1738d49fa1e +_md5_=5bf090a065171a0a719ed9aaab460a56 diff --git a/metadata/md5-cache/dev-python/webob-1.4 b/metadata/md5-cache/dev-python/webob-1.4 index f9740eaec4db..88f0f8eaddbf 100644 --- a/metadata/md5-cache/dev-python/webob-1.4 +++ b/metadata/md5-cache/dev-python/webob-1.4 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targe SLOT=0 SRC_URI=mirror://pypi/W/WebOb/WebOb-1.4.tar.gz _eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=35e626dbf23c2ecfd1140e451c216c7e +_md5_=e1365e41b86997adb8365e4159830f00 diff --git a/metadata/md5-cache/dev-python/webtest-1.3.3-r1 b/metadata/md5-cache/dev-python/webtest-1.3.3-r1 deleted file mode 100644 index fd4a61250b01..000000000000 --- a/metadata/md5-cache/dev-python/webtest-1.3.3-r1 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=>=dev-python/webob-0.9.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/lxml[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] doc? ( dev-python/sphinx[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) test? ( dev-python/pyquery[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/nose[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:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -DESCRIPTION=Helper to test WSGI applications -EAPI=5 -HOMEPAGE=http://pythonpaste.org/webtest/ http://pypi.python.org/pypi/WebTest -IUSE=doc test python_targets_python2_7 -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd -LICENSE=MIT -RDEPEND=>=dev-python/webob-0.9.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -REQUIRED_USE=|| ( python_targets_python2_7 ) -RESTRICT=test -SLOT=0 -SRC_URI=mirror://pypi/W/WebTest/WebTest-1.3.3.tar.gz -_eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=d5f8186c9b89f09634d308dc8f2c5f31 diff --git a/metadata/md5-cache/dev-python/webtest-1.4.3 b/metadata/md5-cache/dev-python/webtest-1.4.3 deleted file mode 100644 index 3c5473eef81c..000000000000 --- a/metadata/md5-cache/dev-python/webtest-1.4.3 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare test -DEPEND=>=dev-python/webob-0.9.2 app-arch/unzip dev-python/setuptools doc? ( dev-python/sphinx ) test? ( dev-python/pyquery ) || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-2.7* =dev-lang/python-2.6* ) test? ( dev-python/nose ) -DESCRIPTION=Helper to test WSGI applications -EAPI=3 -HOMEPAGE=http://pythonpaste.org/webtest/ http://pypi.python.org/pypi/WebTest -IUSE=doc test -KEYWORDS=~alpha amd64 arm ~hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd -LICENSE=MIT -RDEPEND=>=dev-python/webob-0.9.2 || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-2.7* =dev-lang/python-2.6* ) -SLOT=0 -SRC_URI=mirror://pypi/W/WebTest/WebTest-1.4.3.zip -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=3cea4b8bc22c429b84574e2495868fd0 diff --git a/metadata/md5-cache/dev-python/webtest-2.0.11 b/metadata/md5-cache/dev-python/webtest-2.0.11 deleted file mode 100644 index 7f78c9813d69..000000000000 --- a/metadata/md5-cache/dev-python/webtest-2.0.11 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/six[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] >=dev-python/waitress-0.8.5[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] >=dev-python/webob-0.9.2[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] dev-python/beautifulsoup:4[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] app-arch/unzip dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] doc? ( dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] ) test? ( dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] dev-python/pyquery[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] dev-python/pastedeploy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] dev-python/wsgiproxy2[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] ) 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 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] -DESCRIPTION=Helper to test WSGI applications -EAPI=5 -HOMEPAGE=http://pythonpaste.org/webtest/ http://pypi.python.org/pypi/WebTest -IUSE=doc test python_targets_python2_7 python_targets_python3_3 -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 -LICENSE=MIT -RDEPEND=dev-python/six[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] >=dev-python/waitress-0.8.5[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] >=dev-python/webob-0.9.2[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] dev-python/beautifulsoup:4[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] 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 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 ) -SLOT=0 -SRC_URI=mirror://pypi/W/WebTest/WebTest-2.0.11.zip -_eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=e06b09c29741e201718c6e774d5ab7e6 diff --git a/metadata/md5-cache/dev-python/webtest-2.0.14 b/metadata/md5-cache/dev-python/webtest-2.0.14 deleted file mode 100644 index e8f05a441ad5..000000000000 --- a/metadata/md5-cache/dev-python/webtest-2.0.14 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/six[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] >=dev-python/waitress-0.8.5[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] >=dev-python/webob-0.9.2[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] dev-python/beautifulsoup:4[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] app-arch/unzip dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] doc? ( dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] ) test? ( dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] dev-python/pyquery[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] dev-python/pastedeploy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] dev-python/wsgiproxy2[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] ) 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 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] -DESCRIPTION=Helper to test WSGI applications -EAPI=5 -HOMEPAGE=http://pythonpaste.org/webtest/ http://pypi.python.org/pypi/WebTest -IUSE=doc test python_targets_python2_7 python_targets_python3_3 -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 -LICENSE=MIT -RDEPEND=dev-python/six[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] >=dev-python/waitress-0.8.5[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] >=dev-python/webob-0.9.2[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] dev-python/beautifulsoup:4[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] 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 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 ) -SLOT=0 -SRC_URI=mirror://pypi/W/WebTest/WebTest-2.0.14.zip -_eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=31e29cf3d903660eaefcfa45cd7e906e diff --git a/metadata/md5-cache/dev-python/webtest-2.0.15 b/metadata/md5-cache/dev-python/webtest-2.0.15 index 5086c2842905..b7fb65ba6a09 100644 --- a/metadata/md5-cache/dev-python/webtest-2.0.15 +++ b/metadata/md5-cache/dev-python/webtest-2.0.15 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targe SLOT=0 SRC_URI=mirror://pypi/W/WebTest/WebTest-2.0.15.zip _eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=a3a0c51958f6cda9d3d664f36c9fc71d +_md5_=44d1f81c1cc463191ac1feab7e04310e diff --git a/metadata/md5-cache/dev-ruby/actionmailer-3.2.20 b/metadata/md5-cache/dev-ruby/actionmailer-3.2.20 deleted file mode 100644 index 99b37459dcd2..000000000000 --- a/metadata/md5-cache/dev-ruby/actionmailer-3.2.20 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( ~dev-ruby/actionpack-3.2.20[ruby_targets_ruby19] >=dev-ruby/mail-2.5.4:2.5[ruby_targets_ruby19] ) ruby_targets_ruby20? ( ~dev-ruby/actionpack-3.2.20[ruby_targets_ruby20] >=dev-ruby/mail-2.5.4:2.5[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/bundler[ruby_targets_ruby19] dev-ruby/mocha:0.13[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/bundler[ruby_targets_ruby20] dev-ruby/mocha:0.13[ruby_targets_ruby20] ) ) 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] ) ) -DESCRIPTION=Framework for designing email-service layers -EAPI=5 -HOMEPAGE=https://github.com/rails/rails -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 test test -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( ~dev-ruby/actionpack-3.2.20[ruby_targets_ruby19] >=dev-ruby/mail-2.5.4:2.5[ruby_targets_ruby19] ) ruby_targets_ruby20? ( ~dev-ruby/actionpack-3.2.20[ruby_targets_ruby20] >=dev-ruby/mail-2.5.4:2.5[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] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ) -SLOT=3.2 -SRC_URI=http://github.com/rails/rails/archive/v3.2.20.tar.gz -> rails-3.2.20.tgz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 22fc880fe95a3d6f9639d3b57f3ffb84 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=76ea6a48b46051212f901aff40ab66a5 diff --git a/metadata/md5-cache/dev-ruby/actionmailer-4.0.11 b/metadata/md5-cache/dev-ruby/actionmailer-4.0.11 deleted file mode 100644 index 75edab91ef95..000000000000 --- a/metadata/md5-cache/dev-ruby/actionmailer-4.0.11 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( ~dev-ruby/actionpack-4.0.11[ruby_targets_ruby19] >=dev-ruby/mail-2.5.4:2.5[ruby_targets_ruby19] ) ruby_targets_ruby20? ( ~dev-ruby/actionpack-4.0.11[ruby_targets_ruby20] >=dev-ruby/mail-2.5.4:2.5[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/actionpack-4.0.11[ruby_targets_ruby21] >=dev-ruby/mail-2.5.4:2.5[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/bundler[ruby_targets_ruby19] dev-ruby/mocha:0.13[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/bundler[ruby_targets_ruby20] dev-ruby/mocha:0.13[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/bundler[ruby_targets_ruby21] dev-ruby/mocha:0.13[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-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] ) ) -DESCRIPTION=Framework for designing email-service layers -EAPI=5 -HOMEPAGE=https://github.com/rails/rails -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 test test -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 -LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( ~dev-ruby/actionpack-4.0.11[ruby_targets_ruby19] >=dev-ruby/mail-2.5.4:2.5[ruby_targets_ruby19] ) ruby_targets_ruby20? ( ~dev-ruby/actionpack-4.0.11[ruby_targets_ruby20] >=dev-ruby/mail-2.5.4:2.5[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/actionpack-4.0.11[ruby_targets_ruby21] >=dev-ruby/mail-2.5.4:2.5[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=4.0 -SRC_URI=http://github.com/rails/rails/archive/v4.0.11.tar.gz -> rails-4.0.11.tgz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 22fc880fe95a3d6f9639d3b57f3ffb84 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=8d57629b8c102b9597075dd00a5c582c diff --git a/metadata/md5-cache/dev-ruby/actionmailer-4.1.7 b/metadata/md5-cache/dev-ruby/actionmailer-4.1.7 deleted file mode 100644 index 0903d373a3e6..000000000000 --- a/metadata/md5-cache/dev-ruby/actionmailer-4.1.7 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( ~dev-ruby/actionpack-4.1.7[ruby_targets_ruby19] >=dev-ruby/mail-2.5.4:2.5[ruby_targets_ruby19] ) ruby_targets_ruby20? ( ~dev-ruby/actionpack-4.1.7[ruby_targets_ruby20] >=dev-ruby/mail-2.5.4:2.5[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/actionpack-4.1.7[ruby_targets_ruby21] >=dev-ruby/mail-2.5.4:2.5[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby19] dev-ruby/mocha:0.14[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby20] dev-ruby/mocha:0.14[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby21] dev-ruby/mocha:0.14[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-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] ) ) -DESCRIPTION=Framework for designing email-service layers -EAPI=5 -HOMEPAGE=https://github.com/rails/rails -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 test test -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 -LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( ~dev-ruby/actionpack-4.1.7[ruby_targets_ruby19] >=dev-ruby/mail-2.5.4:2.5[ruby_targets_ruby19] ) ruby_targets_ruby20? ( ~dev-ruby/actionpack-4.1.7[ruby_targets_ruby20] >=dev-ruby/mail-2.5.4:2.5[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/actionpack-4.1.7[ruby_targets_ruby21] >=dev-ruby/mail-2.5.4:2.5[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=4.1 -SRC_URI=http://github.com/rails/rails/archive/v4.1.7.tar.gz -> rails-4.1.7.tgz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 22fc880fe95a3d6f9639d3b57f3ffb84 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=8b001002f54217a1d38e0e45e69ebfbb diff --git a/metadata/md5-cache/dev-ruby/actionpack-3.2.20 b/metadata/md5-cache/dev-ruby/actionpack-3.2.20 deleted file mode 100644 index 3a600a157011..000000000000 --- a/metadata/md5-cache/dev-ruby/actionpack-3.2.20 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( ~dev-ruby/activemodel-3.2.20[ruby_targets_ruby19] ~dev-ruby/activesupport-3.2.20[ruby_targets_ruby19] >=dev-ruby/rack-cache-1.2[ruby_targets_ruby19] >=dev-ruby/builder-3.0.0:3[ruby_targets_ruby19] >=dev-ruby/rack-1.4.5:1.4[ruby_targets_ruby19] >=dev-ruby/rack-test-0.6.1:0.6[ruby_targets_ruby19] >=dev-ruby/journey-1.0.4:1.0[ruby_targets_ruby19] >=dev-ruby/sprockets-2.2.1:2.2[ruby_targets_ruby19] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( ~dev-ruby/activemodel-3.2.20[ruby_targets_ruby20] ~dev-ruby/activesupport-3.2.20[ruby_targets_ruby20] >=dev-ruby/rack-cache-1.2[ruby_targets_ruby20] >=dev-ruby/builder-3.0.0:3[ruby_targets_ruby20] >=dev-ruby/rack-1.4.5:1.4[ruby_targets_ruby20] >=dev-ruby/rack-test-0.6.1:0.6[ruby_targets_ruby20] >=dev-ruby/journey-1.0.4:1.0[ruby_targets_ruby20] >=dev-ruby/sprockets-2.2.1:2.2[ruby_targets_ruby20] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/mocha:0.13[ruby_targets_ruby19] dev-ruby/bundler[ruby_targets_ruby19] ~dev-ruby/activerecord-3.2.20[ruby_targets_ruby19] ~dev-ruby/actionmailer-3.2.20[ruby_targets_ruby19] >=dev-ruby/tzinfo-0.3.29:0[ruby_targets_ruby19] >=dev-ruby/uglifier-1.0.3[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/mocha:0.13[ruby_targets_ruby20] dev-ruby/bundler[ruby_targets_ruby20] ~dev-ruby/activerecord-3.2.20[ruby_targets_ruby20] ~dev-ruby/actionmailer-3.2.20[ruby_targets_ruby20] >=dev-ruby/tzinfo-0.3.29:0[ruby_targets_ruby20] >=dev-ruby/uglifier-1.0.3[ruby_targets_ruby20] ) ) 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] ) ) -DESCRIPTION=Eases web-request routing, handling, and response -EAPI=5 -HOMEPAGE=http://rubyforge.org/projects/actionpack/ -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 doc test test -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( ~dev-ruby/activemodel-3.2.20[ruby_targets_ruby19] ~dev-ruby/activesupport-3.2.20[ruby_targets_ruby19] >=dev-ruby/rack-cache-1.2[ruby_targets_ruby19] >=dev-ruby/builder-3.0.0:3[ruby_targets_ruby19] >=dev-ruby/rack-1.4.5:1.4[ruby_targets_ruby19] >=dev-ruby/rack-test-0.6.1:0.6[ruby_targets_ruby19] >=dev-ruby/journey-1.0.4:1.0[ruby_targets_ruby19] >=dev-ruby/sprockets-2.2.1:2.2[ruby_targets_ruby19] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( ~dev-ruby/activemodel-3.2.20[ruby_targets_ruby20] ~dev-ruby/activesupport-3.2.20[ruby_targets_ruby20] >=dev-ruby/rack-cache-1.2[ruby_targets_ruby20] >=dev-ruby/builder-3.0.0:3[ruby_targets_ruby20] >=dev-ruby/rack-1.4.5:1.4[ruby_targets_ruby20] >=dev-ruby/rack-test-0.6.1:0.6[ruby_targets_ruby20] >=dev-ruby/journey-1.0.4:1.0[ruby_targets_ruby20] >=dev-ruby/sprockets-2.2.1:2.2[ruby_targets_ruby20] >=dev-ruby/erubis-2.7.0[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] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ) -SLOT=3.2 -SRC_URI=http://github.com/rails/rails/archive/v3.2.20.tar.gz -> rails-3.2.20.tgz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 22fc880fe95a3d6f9639d3b57f3ffb84 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=80be0aaec6e774c08ce5188ace331dcb diff --git a/metadata/md5-cache/dev-ruby/actionpack-4.0.11 b/metadata/md5-cache/dev-ruby/actionpack-4.0.11 deleted file mode 100644 index 3d751a7cfbda..000000000000 --- a/metadata/md5-cache/dev-ruby/actionpack-4.0.11 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( ~dev-ruby/activesupport-4.0.11[ruby_targets_ruby19] >=dev-ruby/builder-3.1.0:3.1[ruby_targets_ruby19] >=dev-ruby/rack-1.5.2:1.5[ruby_targets_ruby19] >=dev-ruby/rack-test-0.6.2:0.6[ruby_targets_ruby19] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.0.11[ruby_targets_ruby20] >=dev-ruby/builder-3.1.0:3.1[ruby_targets_ruby20] >=dev-ruby/rack-1.5.2:1.5[ruby_targets_ruby20] >=dev-ruby/rack-test-0.6.2:0.6[ruby_targets_ruby20] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.0.11[ruby_targets_ruby21] >=dev-ruby/builder-3.1.0:3.1[ruby_targets_ruby21] >=dev-ruby/rack-1.5.2:1.5[ruby_targets_ruby21] >=dev-ruby/rack-test-0.6.2:0.6[ruby_targets_ruby21] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/mocha:0.13[ruby_targets_ruby19] dev-ruby/bundler[ruby_targets_ruby19] ~dev-ruby/activemodel-4.0.11[ruby_targets_ruby19] ~dev-ruby/activerecord-4.0.11[ruby_targets_ruby19] ~dev-ruby/actionmailer-4.0.11[ruby_targets_ruby19] dev-ruby/sprockets-rails:2.0[ruby_targets_ruby19] >=dev-ruby/tzinfo-0.3.37:0[ruby_targets_ruby19] >=dev-ruby/uglifier-1.0.3[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/mocha:0.13[ruby_targets_ruby20] dev-ruby/bundler[ruby_targets_ruby20] ~dev-ruby/activemodel-4.0.11[ruby_targets_ruby20] ~dev-ruby/activerecord-4.0.11[ruby_targets_ruby20] ~dev-ruby/actionmailer-4.0.11[ruby_targets_ruby20] dev-ruby/sprockets-rails:2.0[ruby_targets_ruby20] >=dev-ruby/tzinfo-0.3.37:0[ruby_targets_ruby20] >=dev-ruby/uglifier-1.0.3[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/mocha:0.13[ruby_targets_ruby21] dev-ruby/bundler[ruby_targets_ruby21] ~dev-ruby/activemodel-4.0.11[ruby_targets_ruby21] ~dev-ruby/activerecord-4.0.11[ruby_targets_ruby21] ~dev-ruby/actionmailer-4.0.11[ruby_targets_ruby21] dev-ruby/sprockets-rails:2.0[ruby_targets_ruby21] >=dev-ruby/tzinfo-0.3.37:0[ruby_targets_ruby21] >=dev-ruby/uglifier-1.0.3[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-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] ) ) -DESCRIPTION=Eases web-request routing, handling, and response -EAPI=5 -HOMEPAGE=http://rubyforge.org/projects/actionpack/ -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 doc test test -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 -LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( ~dev-ruby/activesupport-4.0.11[ruby_targets_ruby19] >=dev-ruby/builder-3.1.0:3.1[ruby_targets_ruby19] >=dev-ruby/rack-1.5.2:1.5[ruby_targets_ruby19] >=dev-ruby/rack-test-0.6.2:0.6[ruby_targets_ruby19] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.0.11[ruby_targets_ruby20] >=dev-ruby/builder-3.1.0:3.1[ruby_targets_ruby20] >=dev-ruby/rack-1.5.2:1.5[ruby_targets_ruby20] >=dev-ruby/rack-test-0.6.2:0.6[ruby_targets_ruby20] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.0.11[ruby_targets_ruby21] >=dev-ruby/builder-3.1.0:3.1[ruby_targets_ruby21] >=dev-ruby/rack-1.5.2:1.5[ruby_targets_ruby21] >=dev-ruby/rack-test-0.6.2:0.6[ruby_targets_ruby21] >=dev-ruby/erubis-2.7.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 ) -SLOT=4.0 -SRC_URI=http://github.com/rails/rails/archive/v4.0.11.tar.gz -> rails-4.0.11.tgz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 22fc880fe95a3d6f9639d3b57f3ffb84 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=2013ad319e1ff798863fbc78a8cf8dc1 diff --git a/metadata/md5-cache/dev-ruby/actionpack-4.1.7 b/metadata/md5-cache/dev-ruby/actionpack-4.1.7 deleted file mode 100644 index f70a01ae1479..000000000000 --- a/metadata/md5-cache/dev-ruby/actionpack-4.1.7 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( ~dev-ruby/activesupport-4.1.7[ruby_targets_ruby19] ~dev-ruby/actionview-4.1.7[ruby_targets_ruby19] >=dev-ruby/rack-1.5.2:1.5[ruby_targets_ruby19] >=dev-ruby/rack-test-0.6.2:0.6[ruby_targets_ruby19] ) ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.1.7[ruby_targets_ruby20] ~dev-ruby/actionview-4.1.7[ruby_targets_ruby20] >=dev-ruby/rack-1.5.2:1.5[ruby_targets_ruby20] >=dev-ruby/rack-test-0.6.2:0.6[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.1.7[ruby_targets_ruby21] ~dev-ruby/actionview-4.1.7[ruby_targets_ruby21] >=dev-ruby/rack-1.5.2:1.5[ruby_targets_ruby21] >=dev-ruby/rack-test-0.6.2:0.6[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/mocha:0.14[ruby_targets_ruby19] dev-ruby/bundler[ruby_targets_ruby19] ~dev-ruby/activemodel-4.1.7[ruby_targets_ruby19] >=dev-ruby/rack-cache-1.2:1.2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/mocha:0.14[ruby_targets_ruby20] dev-ruby/bundler[ruby_targets_ruby20] ~dev-ruby/activemodel-4.1.7[ruby_targets_ruby20] >=dev-ruby/rack-cache-1.2:1.2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/mocha:0.14[ruby_targets_ruby21] dev-ruby/bundler[ruby_targets_ruby21] ~dev-ruby/activemodel-4.1.7[ruby_targets_ruby21] >=dev-ruby/rack-cache-1.2:1.2[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-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] ) ) -DESCRIPTION=Eases web-request routing, handling, and response -EAPI=5 -HOMEPAGE=http://rubyforge.org/projects/actionpack/ -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 doc test test -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 -LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( ~dev-ruby/activesupport-4.1.7[ruby_targets_ruby19] ~dev-ruby/actionview-4.1.7[ruby_targets_ruby19] >=dev-ruby/rack-1.5.2:1.5[ruby_targets_ruby19] >=dev-ruby/rack-test-0.6.2:0.6[ruby_targets_ruby19] ) ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.1.7[ruby_targets_ruby20] ~dev-ruby/actionview-4.1.7[ruby_targets_ruby20] >=dev-ruby/rack-1.5.2:1.5[ruby_targets_ruby20] >=dev-ruby/rack-test-0.6.2:0.6[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.1.7[ruby_targets_ruby21] ~dev-ruby/actionview-4.1.7[ruby_targets_ruby21] >=dev-ruby/rack-1.5.2:1.5[ruby_targets_ruby21] >=dev-ruby/rack-test-0.6.2:0.6[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=4.1 -SRC_URI=http://github.com/rails/rails/archive/v4.1.7.tar.gz -> rails-4.1.7.tgz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 22fc880fe95a3d6f9639d3b57f3ffb84 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=554affbb53384a95aed739e5c97a817c diff --git a/metadata/md5-cache/dev-ruby/actionview-4.1.7 b/metadata/md5-cache/dev-ruby/actionview-4.1.7 deleted file mode 100644 index 812f5d0b7b8f..000000000000 --- a/metadata/md5-cache/dev-ruby/actionview-4.1.7 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( ~dev-ruby/activesupport-4.1.7[ruby_targets_ruby19] >=dev-ruby/builder-3.1[ruby_targets_ruby19] =dev-ruby/builder-3*[ruby_targets_ruby19] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.1.7[ruby_targets_ruby20] >=dev-ruby/builder-3.1[ruby_targets_ruby20] =dev-ruby/builder-3*[ruby_targets_ruby20] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.1.7[ruby_targets_ruby21] >=dev-ruby/builder-3.1[ruby_targets_ruby21] =dev-ruby/builder-3*[ruby_targets_ruby21] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/mocha:0.14[ruby_targets_ruby19] ~dev-ruby/actionpack-4.1.7[ruby_targets_ruby19] ~dev-ruby/activemodel-4.1.7[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/mocha:0.14[ruby_targets_ruby20] ~dev-ruby/actionpack-4.1.7[ruby_targets_ruby20] ~dev-ruby/activemodel-4.1.7[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/mocha:0.14[ruby_targets_ruby21] ~dev-ruby/actionpack-4.1.7[ruby_targets_ruby21] ~dev-ruby/activemodel-4.1.7[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-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] ) ) -DESCRIPTION=Simple, battle-tested conventions and helpers for building web pages -EAPI=5 -HOMEPAGE=https://github.com/rails/rails/ -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 doc test test -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 -LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( ~dev-ruby/activesupport-4.1.7[ruby_targets_ruby19] >=dev-ruby/builder-3.1[ruby_targets_ruby19] =dev-ruby/builder-3*[ruby_targets_ruby19] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.1.7[ruby_targets_ruby20] >=dev-ruby/builder-3.1[ruby_targets_ruby20] =dev-ruby/builder-3*[ruby_targets_ruby20] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.1.7[ruby_targets_ruby21] >=dev-ruby/builder-3.1[ruby_targets_ruby21] =dev-ruby/builder-3*[ruby_targets_ruby21] >=dev-ruby/erubis-2.7.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 ) -SLOT=4.1 -SRC_URI=http://github.com/rails/rails/archive/v4.1.7.tar.gz -> rails-4.1.7.tgz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 22fc880fe95a3d6f9639d3b57f3ffb84 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=128623876907484ae3c9fb1f79b59675 diff --git a/metadata/md5-cache/dev-ruby/activemodel-3.2.20 b/metadata/md5-cache/dev-ruby/activemodel-3.2.20 deleted file mode 100644 index 3bd031bed34c..000000000000 --- a/metadata/md5-cache/dev-ruby/activemodel-3.2.20 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( ~dev-ruby/activesupport-3.2.20[ruby_targets_ruby19] >=dev-ruby/builder-3.0.0:3[ruby_targets_ruby19] >=dev-ruby/bcrypt-ruby-3.0.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( ~dev-ruby/activesupport-3.2.20[ruby_targets_ruby20] >=dev-ruby/builder-3.0.0:3[ruby_targets_ruby20] >=dev-ruby/bcrypt-ruby-3.0.0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-3.2.20[ruby_targets_ruby21] >=dev-ruby/builder-3.0.0:3[ruby_targets_ruby21] >=dev-ruby/bcrypt-ruby-3.0.0[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( >=dev-ruby/mocha-0.13.0:0.13[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( >=dev-ruby/mocha-0.13.0:0.13[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( >=dev-ruby/mocha-0.13.0:0.13[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-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] ) ) -DESCRIPTION=A toolkit for building modeling frameworks like Active Record and Active Resource -EAPI=5 -HOMEPAGE=http://github.com/rails/rails -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 test test -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( ~dev-ruby/activesupport-3.2.20[ruby_targets_ruby19] >=dev-ruby/builder-3.0.0:3[ruby_targets_ruby19] >=dev-ruby/bcrypt-ruby-3.0.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( ~dev-ruby/activesupport-3.2.20[ruby_targets_ruby20] >=dev-ruby/builder-3.0.0:3[ruby_targets_ruby20] >=dev-ruby/bcrypt-ruby-3.0.0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-3.2.20[ruby_targets_ruby21] >=dev-ruby/builder-3.0.0:3[ruby_targets_ruby21] >=dev-ruby/bcrypt-ruby-3.0.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 ) -SLOT=3.2 -SRC_URI=http://github.com/rails/rails/archive/v3.2.20.tar.gz -> rails-3.2.20.tgz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 22fc880fe95a3d6f9639d3b57f3ffb84 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=2e2dbfd12cf09d3d287780420ec41162 diff --git a/metadata/md5-cache/dev-ruby/activemodel-4.0.11 b/metadata/md5-cache/dev-ruby/activemodel-4.0.11 deleted file mode 100644 index 51dd341b9e28..000000000000 --- a/metadata/md5-cache/dev-ruby/activemodel-4.0.11 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( ~dev-ruby/activesupport-4.0.11[ruby_targets_ruby19] >=dev-ruby/builder-3.1.0:3.1[ruby_targets_ruby19] >=dev-ruby/bcrypt-ruby-3.1.7[ruby_targets_ruby19] ) ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.0.11[ruby_targets_ruby20] >=dev-ruby/builder-3.1.0:3.1[ruby_targets_ruby20] >=dev-ruby/bcrypt-ruby-3.1.7[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.0.11[ruby_targets_ruby21] >=dev-ruby/builder-3.1.0:3.1[ruby_targets_ruby21] >=dev-ruby/bcrypt-ruby-3.1.7[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/bundler[ruby_targets_ruby19] >=dev-ruby/railties-4.0.0[ruby_targets_ruby19] dev-ruby/test-unit:2[ruby_targets_ruby19] >=dev-ruby/mocha-0.13.0:0.13[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/bundler[ruby_targets_ruby20] >=dev-ruby/railties-4.0.0[ruby_targets_ruby20] dev-ruby/test-unit:2[ruby_targets_ruby20] >=dev-ruby/mocha-0.13.0:0.13[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/bundler[ruby_targets_ruby21] >=dev-ruby/railties-4.0.0[ruby_targets_ruby21] dev-ruby/test-unit:2[ruby_targets_ruby21] >=dev-ruby/mocha-0.13.0:0.13[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-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] ) ) -DESCRIPTION=A toolkit for building modeling frameworks like Active Record and Active Resource -EAPI=5 -HOMEPAGE=http://github.com/rails/rails -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 test test -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 -LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( ~dev-ruby/activesupport-4.0.11[ruby_targets_ruby19] >=dev-ruby/builder-3.1.0:3.1[ruby_targets_ruby19] >=dev-ruby/bcrypt-ruby-3.1.7[ruby_targets_ruby19] ) ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.0.11[ruby_targets_ruby20] >=dev-ruby/builder-3.1.0:3.1[ruby_targets_ruby20] >=dev-ruby/bcrypt-ruby-3.1.7[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.0.11[ruby_targets_ruby21] >=dev-ruby/builder-3.1.0:3.1[ruby_targets_ruby21] >=dev-ruby/bcrypt-ruby-3.1.7[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=4.0 -SRC_URI=http://github.com/rails/rails/archive/v4.0.11.tar.gz -> rails-4.0.11.tgz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 22fc880fe95a3d6f9639d3b57f3ffb84 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=9c52e2e52920c8ce238eb0f00e753882 diff --git a/metadata/md5-cache/dev-ruby/activemodel-4.1.7 b/metadata/md5-cache/dev-ruby/activemodel-4.1.7 deleted file mode 100644 index f8f7c556dea5..000000000000 --- a/metadata/md5-cache/dev-ruby/activemodel-4.1.7 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( ~dev-ruby/activesupport-4.1.7[ruby_targets_ruby19] >=dev-ruby/builder-3.1.0:3.1[ruby_targets_ruby19] ) ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.1.7[ruby_targets_ruby20] >=dev-ruby/builder-3.1.0:3.1[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.1.7[ruby_targets_ruby21] >=dev-ruby/builder-3.1.0:3.1[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( >=dev-ruby/railties-4.0.0[ruby_targets_ruby19] dev-ruby/test-unit:2[ruby_targets_ruby19] >=dev-ruby/mocha-0.14.0:0.14[ruby_targets_ruby19] >=dev-ruby/bcrypt-ruby-3.1.7[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( >=dev-ruby/railties-4.0.0[ruby_targets_ruby20] dev-ruby/test-unit:2[ruby_targets_ruby20] >=dev-ruby/mocha-0.14.0:0.14[ruby_targets_ruby20] >=dev-ruby/bcrypt-ruby-3.1.7[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( >=dev-ruby/railties-4.0.0[ruby_targets_ruby21] dev-ruby/test-unit:2[ruby_targets_ruby21] >=dev-ruby/mocha-0.14.0:0.14[ruby_targets_ruby21] >=dev-ruby/bcrypt-ruby-3.1.7[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-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] ) ) -DESCRIPTION=A toolkit for building modeling frameworks like Active Record and Active Resource -EAPI=5 -HOMEPAGE=http://github.com/rails/rails -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 test test -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 -LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( ~dev-ruby/activesupport-4.1.7[ruby_targets_ruby19] >=dev-ruby/builder-3.1.0:3.1[ruby_targets_ruby19] ) ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.1.7[ruby_targets_ruby20] >=dev-ruby/builder-3.1.0:3.1[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.1.7[ruby_targets_ruby21] >=dev-ruby/builder-3.1.0:3.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=4.1 -SRC_URI=http://github.com/rails/rails/archive/v4.1.7.tar.gz -> rails-4.1.7.tgz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 22fc880fe95a3d6f9639d3b57f3ffb84 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=36f2fdd0d49e7016380182d25f82d488 diff --git a/metadata/md5-cache/dev-ruby/activerecord-3.2.20 b/metadata/md5-cache/dev-ruby/activerecord-3.2.20 deleted file mode 100644 index 05af3fd064d8..000000000000 --- a/metadata/md5-cache/dev-ruby/activerecord-3.2.20 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( ~dev-ruby/activesupport-3.2.20[ruby_targets_ruby19] ~dev-ruby/activemodel-3.2.20[ruby_targets_ruby19] >=dev-ruby/arel-3.0.2:3.0[ruby_targets_ruby19] >=dev-ruby/tzinfo-0.3.29:0[ruby_targets_ruby19] sqlite3? ( >=dev-ruby/sqlite3-1.3.5[ruby_targets_ruby19] ) mysql? ( >=dev-ruby/mysql2-0.3.10:0.3[ruby_targets_ruby19] ) postgres? ( >=dev-ruby/pg-0.11.0[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( ~dev-ruby/activesupport-3.2.20[ruby_targets_ruby20] ~dev-ruby/activemodel-3.2.20[ruby_targets_ruby20] >=dev-ruby/arel-3.0.2:3.0[ruby_targets_ruby20] >=dev-ruby/tzinfo-0.3.29:0[ruby_targets_ruby20] sqlite3? ( >=dev-ruby/sqlite3-1.3.5[ruby_targets_ruby20] ) mysql? ( >=dev-ruby/mysql2-0.3.10:0.3[ruby_targets_ruby20] ) postgres? ( >=dev-ruby/pg-0.11.0[ruby_targets_ruby20] ) ) ) ruby_targets_ruby19? ( test? ( dev-ruby/bundler[ruby_targets_ruby19] ~dev-ruby/actionpack-3.2.20[ruby_targets_ruby19] >=dev-ruby/sqlite3-1.3.5[ruby_targets_ruby19] dev-ruby/mocha:0.13[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/bundler[ruby_targets_ruby20] ~dev-ruby/actionpack-3.2.20[ruby_targets_ruby20] >=dev-ruby/sqlite3-1.3.5[ruby_targets_ruby20] dev-ruby/mocha:0.13[ruby_targets_ruby20] ) ) 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] ) ) -DESCRIPTION=Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM -EAPI=5 -HOMEPAGE=http://rubyforge.org/projects/activerecord/ -IUSE=mysql postgres sqlite3 test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 test test -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( ~dev-ruby/activesupport-3.2.20[ruby_targets_ruby19] ~dev-ruby/activemodel-3.2.20[ruby_targets_ruby19] >=dev-ruby/arel-3.0.2:3.0[ruby_targets_ruby19] >=dev-ruby/tzinfo-0.3.29:0[ruby_targets_ruby19] sqlite3? ( >=dev-ruby/sqlite3-1.3.5[ruby_targets_ruby19] ) mysql? ( >=dev-ruby/mysql2-0.3.10:0.3[ruby_targets_ruby19] ) postgres? ( >=dev-ruby/pg-0.11.0[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( ~dev-ruby/activesupport-3.2.20[ruby_targets_ruby20] ~dev-ruby/activemodel-3.2.20[ruby_targets_ruby20] >=dev-ruby/arel-3.0.2:3.0[ruby_targets_ruby20] >=dev-ruby/tzinfo-0.3.29:0[ruby_targets_ruby20] sqlite3? ( >=dev-ruby/sqlite3-1.3.5[ruby_targets_ruby20] ) mysql? ( >=dev-ruby/mysql2-0.3.10:0.3[ruby_targets_ruby20] ) postgres? ( >=dev-ruby/pg-0.11.0[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] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ) -SLOT=3.2 -SRC_URI=http://github.com/rails/rails/archive/v3.2.20.tar.gz -> rails-3.2.20.tgz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 22fc880fe95a3d6f9639d3b57f3ffb84 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=92be14cb28dfde03376a9b718a8ffd76 diff --git a/metadata/md5-cache/dev-ruby/activerecord-4.0.11 b/metadata/md5-cache/dev-ruby/activerecord-4.0.11 deleted file mode 100644 index 2e64d3a06059..000000000000 --- a/metadata/md5-cache/dev-ruby/activerecord-4.0.11 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( ~dev-ruby/activesupport-4.0.11[ruby_targets_ruby19] ~dev-ruby/activemodel-4.0.11[ruby_targets_ruby19] >=dev-ruby/activerecord-deprecated_finders-1.0.2:1.0[ruby_targets_ruby19] >=dev-ruby/arel-4.0.2:4.0[ruby_targets_ruby19] sqlite3? ( >=dev-ruby/sqlite3-1.3.5[ruby_targets_ruby19] ) mysql? ( >=dev-ruby/mysql2-0.3.10:0.3[ruby_targets_ruby19] ) postgres? ( >=dev-ruby/pg-0.11.0[ruby_targets_ruby19] ) !=dev-ruby/activerecord-deprecated_finders-1.0.2:1.0[ruby_targets_ruby20] >=dev-ruby/arel-4.0.2:4.0[ruby_targets_ruby20] sqlite3? ( >=dev-ruby/sqlite3-1.3.5[ruby_targets_ruby20] ) mysql? ( >=dev-ruby/mysql2-0.3.10:0.3[ruby_targets_ruby20] ) postgres? ( >=dev-ruby/pg-0.11.0[ruby_targets_ruby20] ) !=dev-ruby/activerecord-deprecated_finders-1.0.2:1.0[ruby_targets_ruby21] >=dev-ruby/arel-4.0.2:4.0[ruby_targets_ruby21] sqlite3? ( >=dev-ruby/sqlite3-1.3.5[ruby_targets_ruby21] ) mysql? ( >=dev-ruby/mysql2-0.3.10:0.3[ruby_targets_ruby21] ) postgres? ( >=dev-ruby/pg-0.11.0[ruby_targets_ruby21] ) !=dev-ruby/sqlite3-1.3.5[ruby_targets_ruby19] dev-ruby/mocha:0.13[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/bundler[ruby_targets_ruby20] ~dev-ruby/actionpack-4.0.11[ruby_targets_ruby20] >=dev-ruby/sqlite3-1.3.5[ruby_targets_ruby20] dev-ruby/mocha:0.13[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/bundler[ruby_targets_ruby21] ~dev-ruby/actionpack-4.0.11[ruby_targets_ruby21] >=dev-ruby/sqlite3-1.3.5[ruby_targets_ruby21] dev-ruby/mocha:0.13[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-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] ) ) -DESCRIPTION=Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM -EAPI=5 -HOMEPAGE=http://rubyforge.org/projects/activerecord/ -IUSE=mysql postgres sqlite3 test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 test test -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 -LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( ~dev-ruby/activesupport-4.0.11[ruby_targets_ruby19] ~dev-ruby/activemodel-4.0.11[ruby_targets_ruby19] >=dev-ruby/activerecord-deprecated_finders-1.0.2:1.0[ruby_targets_ruby19] >=dev-ruby/arel-4.0.2:4.0[ruby_targets_ruby19] sqlite3? ( >=dev-ruby/sqlite3-1.3.5[ruby_targets_ruby19] ) mysql? ( >=dev-ruby/mysql2-0.3.10:0.3[ruby_targets_ruby19] ) postgres? ( >=dev-ruby/pg-0.11.0[ruby_targets_ruby19] ) !=dev-ruby/activerecord-deprecated_finders-1.0.2:1.0[ruby_targets_ruby20] >=dev-ruby/arel-4.0.2:4.0[ruby_targets_ruby20] sqlite3? ( >=dev-ruby/sqlite3-1.3.5[ruby_targets_ruby20] ) mysql? ( >=dev-ruby/mysql2-0.3.10:0.3[ruby_targets_ruby20] ) postgres? ( >=dev-ruby/pg-0.11.0[ruby_targets_ruby20] ) !=dev-ruby/activerecord-deprecated_finders-1.0.2:1.0[ruby_targets_ruby21] >=dev-ruby/arel-4.0.2:4.0[ruby_targets_ruby21] sqlite3? ( >=dev-ruby/sqlite3-1.3.5[ruby_targets_ruby21] ) mysql? ( >=dev-ruby/mysql2-0.3.10:0.3[ruby_targets_ruby21] ) postgres? ( >=dev-ruby/pg-0.11.0[ruby_targets_ruby21] ) ! rails-4.0.11.tgz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 22fc880fe95a3d6f9639d3b57f3ffb84 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=1467991a8615b76a97cf363eb0c72150 diff --git a/metadata/md5-cache/dev-ruby/activerecord-4.1.7 b/metadata/md5-cache/dev-ruby/activerecord-4.1.7 deleted file mode 100644 index d2e3fd84536c..000000000000 --- a/metadata/md5-cache/dev-ruby/activerecord-4.1.7 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( ~dev-ruby/activesupport-4.1.7[ruby_targets_ruby19] ~dev-ruby/activemodel-4.1.7[ruby_targets_ruby19] >=dev-ruby/arel-5.0.0:5.0[ruby_targets_ruby19] sqlite3? ( >=dev-ruby/sqlite3-1.3.6[ruby_targets_ruby19] ) mysql? ( >=dev-ruby/mysql2-0.3.13:0.3[ruby_targets_ruby19] ) postgres? ( >=dev-ruby/pg-0.11.0[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.1.7[ruby_targets_ruby20] ~dev-ruby/activemodel-4.1.7[ruby_targets_ruby20] >=dev-ruby/arel-5.0.0:5.0[ruby_targets_ruby20] sqlite3? ( >=dev-ruby/sqlite3-1.3.6[ruby_targets_ruby20] ) mysql? ( >=dev-ruby/mysql2-0.3.13:0.3[ruby_targets_ruby20] ) postgres? ( >=dev-ruby/pg-0.11.0[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.1.7[ruby_targets_ruby21] ~dev-ruby/activemodel-4.1.7[ruby_targets_ruby21] >=dev-ruby/arel-5.0.0:5.0[ruby_targets_ruby21] sqlite3? ( >=dev-ruby/sqlite3-1.3.6[ruby_targets_ruby21] ) mysql? ( >=dev-ruby/mysql2-0.3.13:0.3[ruby_targets_ruby21] ) postgres? ( >=dev-ruby/pg-0.11.0[ruby_targets_ruby21] ) ) ) ruby_targets_ruby19? ( test? ( dev-ruby/bundler[ruby_targets_ruby19] ~dev-ruby/actionpack-4.1.7[ruby_targets_ruby19] >=dev-ruby/sqlite3-1.3.5[ruby_targets_ruby19] dev-ruby/mocha:0.13[ruby_targets_ruby19] =dev-ruby/sqlite3-1.3.5[ruby_targets_ruby20] dev-ruby/mocha:0.13[ruby_targets_ruby20] =dev-ruby/sqlite3-1.3.5[ruby_targets_ruby21] dev-ruby/mocha:0.13[ruby_targets_ruby21] =dev-ruby/arel-5.0.0:5.0[ruby_targets_ruby19] sqlite3? ( >=dev-ruby/sqlite3-1.3.6[ruby_targets_ruby19] ) mysql? ( >=dev-ruby/mysql2-0.3.13:0.3[ruby_targets_ruby19] ) postgres? ( >=dev-ruby/pg-0.11.0[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.1.7[ruby_targets_ruby20] ~dev-ruby/activemodel-4.1.7[ruby_targets_ruby20] >=dev-ruby/arel-5.0.0:5.0[ruby_targets_ruby20] sqlite3? ( >=dev-ruby/sqlite3-1.3.6[ruby_targets_ruby20] ) mysql? ( >=dev-ruby/mysql2-0.3.13:0.3[ruby_targets_ruby20] ) postgres? ( >=dev-ruby/pg-0.11.0[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.1.7[ruby_targets_ruby21] ~dev-ruby/activemodel-4.1.7[ruby_targets_ruby21] >=dev-ruby/arel-5.0.0:5.0[ruby_targets_ruby21] sqlite3? ( >=dev-ruby/sqlite3-1.3.6[ruby_targets_ruby21] ) mysql? ( >=dev-ruby/mysql2-0.3.13:0.3[ruby_targets_ruby21] ) postgres? ( >=dev-ruby/pg-0.11.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 ) -SLOT=4.1 -SRC_URI=http://github.com/rails/rails/archive/v4.1.7.tar.gz -> rails-4.1.7.tgz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 22fc880fe95a3d6f9639d3b57f3ffb84 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=e40ca3f90db597112d173f15dac6884d diff --git a/metadata/md5-cache/dev-ruby/activeresource-3.2.20 b/metadata/md5-cache/dev-ruby/activeresource-3.2.20 deleted file mode 100644 index 42f606a0b2a3..000000000000 --- a/metadata/md5-cache/dev-ruby/activeresource-3.2.20 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( ~dev-ruby/activesupport-3.2.20[ruby_targets_ruby19] dev-ruby/builder:3[ruby_targets_ruby19] ) ruby_targets_ruby20? ( ~dev-ruby/activesupport-3.2.20[ruby_targets_ruby20] dev-ruby/builder:3[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-3.2.20[ruby_targets_ruby21] dev-ruby/builder:3[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby19] >=dev-ruby/mocha-0.13.0:0.13[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby20] >=dev-ruby/mocha-0.13.0:0.13[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby21] >=dev-ruby/mocha-0.13.0:0.13[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-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] ) ) -DESCRIPTION=Think Active Record for web resources -EAPI=5 -HOMEPAGE=http://rubyforge.org/projects/activeresource/ -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 doc test test -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( ~dev-ruby/activesupport-3.2.20[ruby_targets_ruby19] dev-ruby/builder:3[ruby_targets_ruby19] ) ruby_targets_ruby20? ( ~dev-ruby/activesupport-3.2.20[ruby_targets_ruby20] dev-ruby/builder:3[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-3.2.20[ruby_targets_ruby21] dev-ruby/builder:3[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=3.2 -SRC_URI=http://github.com/rails/rails/archive/v3.2.20.tar.gz -> rails-3.2.20.tgz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 22fc880fe95a3d6f9639d3b57f3ffb84 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=0f69dbf4a62b07239d70f74c8035ddfd diff --git a/metadata/md5-cache/dev-ruby/activesupport-3.2.20 b/metadata/md5-cache/dev-ruby/activesupport-3.2.20 deleted file mode 100644 index 43232d03c196..000000000000 --- a/metadata/md5-cache/dev-ruby/activesupport-3.2.20 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( >=dev-ruby/multi_json-1.0[ruby_targets_ruby19] >=dev-ruby/i18n-0.6.4:0.6[ruby_targets_ruby19] !!=dev-ruby/multi_json-1.0[ruby_targets_ruby20] >=dev-ruby/i18n-0.6.4:0.6[ruby_targets_ruby20] !!=dev-ruby/multi_json-1.0[ruby_targets_ruby21] >=dev-ruby/i18n-0.6.4:0.6[ruby_targets_ruby21] !!=dev-ruby/memcache-client-1.5.8[ruby_targets_ruby19] dev-ruby/nokogiri[ruby_targets_ruby19] >=dev-ruby/builder-3.0.3:3[ruby_targets_ruby19] >=dev-ruby/tzinfo-0.3.29[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby20] >=dev-ruby/memcache-client-1.5.8[ruby_targets_ruby20] dev-ruby/nokogiri[ruby_targets_ruby20] >=dev-ruby/builder-3.0.3:3[ruby_targets_ruby20] >=dev-ruby/tzinfo-0.3.29[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby21] >=dev-ruby/memcache-client-1.5.8[ruby_targets_ruby21] dev-ruby/nokogiri[ruby_targets_ruby21] >=dev-ruby/builder-3.0.3:3[ruby_targets_ruby21] >=dev-ruby/tzinfo-0.3.29[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( >=dev-ruby/libxml-2.0.0[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( >=dev-ruby/libxml-2.0.0[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( >=dev-ruby/libxml-2.0.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? ( 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] ) ) -DESCRIPTION=Utility Classes and Extension to the Standard Library -EAPI=5 -HOMEPAGE=http://rubyforge.org/projects/activesupport/ -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 test test -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/multi_json-1.0[ruby_targets_ruby19] >=dev-ruby/i18n-0.6.4:0.6[ruby_targets_ruby19] !!=dev-ruby/multi_json-1.0[ruby_targets_ruby20] >=dev-ruby/i18n-0.6.4:0.6[ruby_targets_ruby20] !!=dev-ruby/multi_json-1.0[ruby_targets_ruby21] >=dev-ruby/i18n-0.6.4:0.6[ruby_targets_ruby21] !! rails-3.2.20.tgz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 22fc880fe95a3d6f9639d3b57f3ffb84 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=4dda1153cbd982b26df6b3dff3794826 diff --git a/metadata/md5-cache/dev-ruby/activesupport-4.0.11 b/metadata/md5-cache/dev-ruby/activesupport-4.0.11 deleted file mode 100644 index dd77acd1ff56..000000000000 --- a/metadata/md5-cache/dev-ruby/activesupport-4.0.11 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( >=dev-ruby/multi_json-1.3:0[ruby_targets_ruby19] >=dev-ruby/i18n-0.6.9:0.6[ruby_targets_ruby19] >=dev-ruby/tzinfo-0.3.37:0[ruby_targets_ruby19] >=dev-ruby/minitest-4.2:0[ruby_targets_ruby19] >=dev-ruby/thread_safe-0.1:0[ruby_targets_ruby19] !!=dev-ruby/multi_json-1.3:0[ruby_targets_ruby20] >=dev-ruby/i18n-0.6.9:0.6[ruby_targets_ruby20] >=dev-ruby/tzinfo-0.3.37:0[ruby_targets_ruby20] >=dev-ruby/minitest-4.2:0[ruby_targets_ruby20] >=dev-ruby/thread_safe-0.1:0[ruby_targets_ruby20] !!=dev-ruby/multi_json-1.3:0[ruby_targets_ruby21] >=dev-ruby/i18n-0.6.9:0.6[ruby_targets_ruby21] >=dev-ruby/tzinfo-0.3.37:0[ruby_targets_ruby21] >=dev-ruby/minitest-4.2:0[ruby_targets_ruby21] >=dev-ruby/thread_safe-0.1:0[ruby_targets_ruby21] !!=dev-ruby/dalli-2.2.1[ruby_targets_ruby19] >=dev-ruby/nokogiri-1.4.5[ruby_targets_ruby19] >=dev-ruby/builder-3.1.0[ruby_targets_ruby19] >=dev-ruby/libxml-2.0.0[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( >=dev-ruby/dalli-2.2.1[ruby_targets_ruby20] >=dev-ruby/nokogiri-1.4.5[ruby_targets_ruby20] >=dev-ruby/builder-3.1.0[ruby_targets_ruby20] >=dev-ruby/libxml-2.0.0[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( >=dev-ruby/dalli-2.2.1[ruby_targets_ruby21] >=dev-ruby/nokogiri-1.4.5[ruby_targets_ruby21] >=dev-ruby/builder-3.1.0[ruby_targets_ruby21] >=dev-ruby/libxml-2.0.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? ( 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] ) ) -DESCRIPTION=Utility Classes and Extension to the Standard Library -EAPI=5 -HOMEPAGE=https://github.com/rails/rails -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 test test -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 -LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/multi_json-1.3:0[ruby_targets_ruby19] >=dev-ruby/i18n-0.6.9:0.6[ruby_targets_ruby19] >=dev-ruby/tzinfo-0.3.37:0[ruby_targets_ruby19] >=dev-ruby/minitest-4.2:0[ruby_targets_ruby19] >=dev-ruby/thread_safe-0.1:0[ruby_targets_ruby19] !!=dev-ruby/multi_json-1.3:0[ruby_targets_ruby20] >=dev-ruby/i18n-0.6.9:0.6[ruby_targets_ruby20] >=dev-ruby/tzinfo-0.3.37:0[ruby_targets_ruby20] >=dev-ruby/minitest-4.2:0[ruby_targets_ruby20] >=dev-ruby/thread_safe-0.1:0[ruby_targets_ruby20] !!=dev-ruby/multi_json-1.3:0[ruby_targets_ruby21] >=dev-ruby/i18n-0.6.9:0.6[ruby_targets_ruby21] >=dev-ruby/tzinfo-0.3.37:0[ruby_targets_ruby21] >=dev-ruby/minitest-4.2:0[ruby_targets_ruby21] >=dev-ruby/thread_safe-0.1:0[ruby_targets_ruby21] !! rails-4.0.11.tgz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 22fc880fe95a3d6f9639d3b57f3ffb84 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=c6794b6a2dea860bfc279165ec600f3e diff --git a/metadata/md5-cache/dev-ruby/activesupport-4.1.7 b/metadata/md5-cache/dev-ruby/activesupport-4.1.7 deleted file mode 100644 index 7ef8babad729..000000000000 --- a/metadata/md5-cache/dev-ruby/activesupport-4.1.7 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( >=dev-ruby/i18n-0.6.9:0.6[ruby_targets_ruby19] >=dev-ruby/json-1.7.7:0[ruby_targets_ruby19] >=dev-ruby/tzinfo-1.1:1[ruby_targets_ruby19] >=dev-ruby/minitest-5.1:5[ruby_targets_ruby19] >=dev-ruby/thread_safe-0.1:0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/i18n-0.6.9:0.6[ruby_targets_ruby20] >=dev-ruby/json-1.7.7:0[ruby_targets_ruby20] >=dev-ruby/tzinfo-1.1:1[ruby_targets_ruby20] >=dev-ruby/minitest-5.1:5[ruby_targets_ruby20] >=dev-ruby/thread_safe-0.1:0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/i18n-0.6.9:0.6[ruby_targets_ruby21] >=dev-ruby/json-1.7.7:0[ruby_targets_ruby21] >=dev-ruby/tzinfo-1.1:1[ruby_targets_ruby21] >=dev-ruby/minitest-5.1:5[ruby_targets_ruby21] >=dev-ruby/thread_safe-0.1:0[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( >=dev-ruby/dalli-2.2.1[ruby_targets_ruby19] >=dev-ruby/nokogiri-1.4.5[ruby_targets_ruby19] >=dev-ruby/builder-3.1.0[ruby_targets_ruby19] >=dev-ruby/libxml-2.0.0[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( >=dev-ruby/dalli-2.2.1[ruby_targets_ruby20] >=dev-ruby/nokogiri-1.4.5[ruby_targets_ruby20] >=dev-ruby/builder-3.1.0[ruby_targets_ruby20] >=dev-ruby/libxml-2.0.0[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( >=dev-ruby/dalli-2.2.1[ruby_targets_ruby21] >=dev-ruby/nokogiri-1.4.5[ruby_targets_ruby21] >=dev-ruby/builder-3.1.0[ruby_targets_ruby21] >=dev-ruby/libxml-2.0.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? ( 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] ) ) -DESCRIPTION=Utility Classes and Extension to the Standard Library -EAPI=5 -HOMEPAGE=http://rubyforge.org/projects/activesupport/ -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 test test -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 -LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/i18n-0.6.9:0.6[ruby_targets_ruby19] >=dev-ruby/json-1.7.7:0[ruby_targets_ruby19] >=dev-ruby/tzinfo-1.1:1[ruby_targets_ruby19] >=dev-ruby/minitest-5.1:5[ruby_targets_ruby19] >=dev-ruby/thread_safe-0.1:0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/i18n-0.6.9:0.6[ruby_targets_ruby20] >=dev-ruby/json-1.7.7:0[ruby_targets_ruby20] >=dev-ruby/tzinfo-1.1:1[ruby_targets_ruby20] >=dev-ruby/minitest-5.1:5[ruby_targets_ruby20] >=dev-ruby/thread_safe-0.1:0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/i18n-0.6.9:0.6[ruby_targets_ruby21] >=dev-ruby/json-1.7.7:0[ruby_targets_ruby21] >=dev-ruby/tzinfo-1.1:1[ruby_targets_ruby21] >=dev-ruby/minitest-5.1:5[ruby_targets_ruby21] >=dev-ruby/thread_safe-0.1: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 ) -SLOT=4.1 -SRC_URI=https://github.com/rails/rails/archive/v4.1.7.tar.gz -> rails-4.1.7.tgz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 22fc880fe95a3d6f9639d3b57f3ffb84 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=b8aef2b1cd9bd0aa10575f4517c059a7 diff --git a/metadata/md5-cache/dev-ruby/colorize-0.7.5 b/metadata/md5-cache/dev-ruby/colorize-0.7.5 new file mode 100644 index 000000000000..e54abee24a05 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/colorize-0.7.5 @@ -0,0 +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/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] ) ) +DESCRIPTION=Add some methods to set color, background color and text effect on console easier +EAPI=5 +HOMEPAGE=https://github.com/fazibear/colorize http://colorize.rubyforge.org +IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 doc test test +KEYWORDS=~amd64 +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 ) +SLOT=0 +SRC_URI=mirror://rubygems/colorize-0.7.5.gem +_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 22fc880fe95a3d6f9639d3b57f3ffb84 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=fe1beb994285ad4406c0e1ae4a4cd4cb diff --git a/metadata/md5-cache/dev-ruby/jquery-ui-rails-5.0.3 b/metadata/md5-cache/dev-ruby/jquery-ui-rails-5.0.3 new file mode 100644 index 000000000000..60318c545782 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/jquery-ui-rails-5.0.3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby19? ( >=dev-ruby/railties-3.2.16[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/railties-3.2.16[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/railties-3.2.16[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] ) 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=The jQuery UI assets for the Rails 3.2+ asset pipeline +EAPI=5 +HOMEPAGE=http://www.rubyonrails.org +IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 test +KEYWORDS=~amd64 ~arm ~x86 ~x64-macos +LICENSE=MIT +RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/railties-3.2.16[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/railties-3.2.16[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/railties-3.2.16[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=5 +SRC_URI=mirror://rubygems/jquery-ui-rails-5.0.3.gem +_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 22fc880fe95a3d6f9639d3b57f3ffb84 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=56e76a5a39d2834a1328bb5b2590ae0a diff --git a/metadata/md5-cache/dev-ruby/network_interface-0.0.1-r1 b/metadata/md5-cache/dev-ruby/network_interface-0.0.1-r1 index edc8eaca25e4..913297e0a581 100644 --- a/metadata/md5-cache/dev-ruby/network_interface-0.0.1-r1 +++ b/metadata/md5-cache/dev-ruby/network_interface-0.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_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ) +DEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) DESCRIPTION=network_interface layer from metasploit pcaprub EAPI=5 HOMEPAGE=https://github.com/rapid7/network_interface -IUSE=elibc_FreeBSD ruby_targets_ruby19 test +IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby21 test KEYWORDS=~amd64 ~arm ~x86 LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ) +RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) +REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby21 ) SLOT=0 SRC_URI=mirror://rubygems/network_interface-0.0.1.gem _eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 22fc880fe95a3d6f9639d3b57f3ffb84 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=a6295f9ed2cafaa56cc834ee345846f8 +_md5_=0cb2431f179d049945c13a8f287f5f28 diff --git a/metadata/md5-cache/dev-ruby/packetfu-1.1.9 b/metadata/md5-cache/dev-ruby/packetfu-1.1.9 index d7128bceff65..9c2f63a4bea2 100644 --- a/metadata/md5-cache/dev-ruby/packetfu-1.1.9 +++ b/metadata/md5-cache/dev-ruby/packetfu-1.1.9 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( >=dev-ruby/pcaprub-0.9.2[ruby_targets_ruby19] ) ) ruby_targets_ruby19? ( test? ( >=dev-ruby/rspec-2.6.2[ruby_targets_ruby19] ) doc? ( >=dev-ruby/sdoc-0.2.0[ruby_targets_ruby19] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ) +DEPEND=test? ( ruby_targets_ruby19? ( >=dev-ruby/pcaprub-0.9.2[ruby_targets_ruby19] ) ruby_targets_ruby21? ( >=dev-ruby/pcaprub-0.9.2[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( >=dev-ruby/rspec-2.6.2[ruby_targets_ruby19] ) doc? ( >=dev-ruby/sdoc-0.2.0[ruby_targets_ruby19] ) ) ruby_targets_ruby21? ( test? ( >=dev-ruby/rspec-2.6.2[ruby_targets_ruby21] ) doc? ( >=dev-ruby/sdoc-0.2.0[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) DESCRIPTION=A mid-level packet manipulation library EAPI=5 HOMEPAGE=https://rubygems.org/gems/packetfu -IUSE=test elibc_FreeBSD ruby_targets_ruby19 doc test test +IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby21 doc test test KEYWORDS=~amd64 ~arm ~x86 LICENSE=BSD -RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/pcaprub-0.9.2[ruby_targets_ruby19] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ) +RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/pcaprub-0.9.2[ruby_targets_ruby19] ) ruby_targets_ruby21? ( >=dev-ruby/pcaprub-0.9.2[ruby_targets_ruby21] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) +REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby21 ) SLOT=0 SRC_URI=mirror://rubygems/packetfu-1.1.9.gem _eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 22fc880fe95a3d6f9639d3b57f3ffb84 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=6cdaa936c4a49cf5c1ed5021e4fecbc4 +_md5_=02dceedca3cedd650d7829b45b686fb1 diff --git a/metadata/md5-cache/dev-ruby/rails-3.2.20 b/metadata/md5-cache/dev-ruby/rails-3.2.20 deleted file mode 100644 index 7006fdae18c5..000000000000 --- a/metadata/md5-cache/dev-ruby/rails-3.2.20 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( ~dev-ruby/actionmailer-3.2.20[ruby_targets_ruby19] ~dev-ruby/actionpack-3.2.20[ruby_targets_ruby19] ~dev-ruby/activerecord-3.2.20[ruby_targets_ruby19] ~dev-ruby/activeresource-3.2.20[ruby_targets_ruby19] ~dev-ruby/activesupport-3.2.20[ruby_targets_ruby19] =dev-ruby/bundler-1*[ruby_targets_ruby19] ~dev-ruby/railties-3.2.20[ruby_targets_ruby19] asset-pipeline? ( dev-ruby/jquery-rails[ruby_targets_ruby19] >=dev-ruby/sass-rails-3.2.3:3.2[ruby_targets_ruby19] >=dev-ruby/uglifier-1.0.3[ruby_targets_ruby19] >=dev-ruby/coffee-rails-3.2.1:3.2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( ~dev-ruby/actionmailer-3.2.20[ruby_targets_ruby20] ~dev-ruby/actionpack-3.2.20[ruby_targets_ruby20] ~dev-ruby/activerecord-3.2.20[ruby_targets_ruby20] ~dev-ruby/activeresource-3.2.20[ruby_targets_ruby20] ~dev-ruby/activesupport-3.2.20[ruby_targets_ruby20] =dev-ruby/bundler-1*[ruby_targets_ruby20] ~dev-ruby/railties-3.2.20[ruby_targets_ruby20] asset-pipeline? ( dev-ruby/jquery-rails[ruby_targets_ruby20] >=dev-ruby/sass-rails-3.2.3:3.2[ruby_targets_ruby20] >=dev-ruby/uglifier-1.0.3[ruby_targets_ruby20] >=dev-ruby/coffee-rails-3.2.1:3.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] ) ) -DESCRIPTION=ruby on rails is a web-application and persistance framework -EAPI=5 -HOMEPAGE=http://www.rubyonrails.org -IUSE=+asset-pipeline test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 test -KEYWORDS=~amd64 ~arm ~x86 ~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-ruby/actionmailer-3.2.20[ruby_targets_ruby19] ~dev-ruby/actionpack-3.2.20[ruby_targets_ruby19] ~dev-ruby/activerecord-3.2.20[ruby_targets_ruby19] ~dev-ruby/activeresource-3.2.20[ruby_targets_ruby19] ~dev-ruby/activesupport-3.2.20[ruby_targets_ruby19] =dev-ruby/bundler-1*[ruby_targets_ruby19] ~dev-ruby/railties-3.2.20[ruby_targets_ruby19] asset-pipeline? ( dev-ruby/jquery-rails[ruby_targets_ruby19] >=dev-ruby/sass-rails-3.2.3:3.2[ruby_targets_ruby19] >=dev-ruby/uglifier-1.0.3[ruby_targets_ruby19] >=dev-ruby/coffee-rails-3.2.1:3.2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( ~dev-ruby/actionmailer-3.2.20[ruby_targets_ruby20] ~dev-ruby/actionpack-3.2.20[ruby_targets_ruby20] ~dev-ruby/activerecord-3.2.20[ruby_targets_ruby20] ~dev-ruby/activeresource-3.2.20[ruby_targets_ruby20] ~dev-ruby/activesupport-3.2.20[ruby_targets_ruby20] =dev-ruby/bundler-1*[ruby_targets_ruby20] ~dev-ruby/railties-3.2.20[ruby_targets_ruby20] asset-pipeline? ( dev-ruby/jquery-rails[ruby_targets_ruby20] >=dev-ruby/sass-rails-3.2.3:3.2[ruby_targets_ruby20] >=dev-ruby/uglifier-1.0.3[ruby_targets_ruby20] >=dev-ruby/coffee-rails-3.2.1:3.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] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ) -SLOT=3.2 -SRC_URI=mirror://rubygems/rails-3.2.20.gem -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 22fc880fe95a3d6f9639d3b57f3ffb84 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=304095be87600e0e2a93414ca396da11 diff --git a/metadata/md5-cache/dev-ruby/rails-4.0.11 b/metadata/md5-cache/dev-ruby/rails-4.0.11 deleted file mode 100644 index 2a2cdbc279a8..000000000000 --- a/metadata/md5-cache/dev-ruby/rails-4.0.11 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( ~dev-ruby/actionmailer-4.0.11[ruby_targets_ruby19] ~dev-ruby/actionpack-4.0.11[ruby_targets_ruby19] ~dev-ruby/activerecord-4.0.11[ruby_targets_ruby19] ~dev-ruby/activesupport-4.0.11[ruby_targets_ruby19] ~dev-ruby/railties-4.0.11[ruby_targets_ruby19] >=dev-ruby/bundler-1.3[ruby_targets_ruby19] =dev-ruby/bundler-1*[ruby_targets_ruby19] =dev-ruby/sprockets-rails-2*[ruby_targets_ruby19] asset-pipeline? ( dev-ruby/jquery-rails[ruby_targets_ruby19] >=dev-ruby/sass-rails-4.0.0:4.0[ruby_targets_ruby19] >=dev-ruby/uglifier-1.3.0[ruby_targets_ruby19] >=dev-ruby/coffee-rails-4.0.0:4.0[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( ~dev-ruby/actionmailer-4.0.11[ruby_targets_ruby20] ~dev-ruby/actionpack-4.0.11[ruby_targets_ruby20] ~dev-ruby/activerecord-4.0.11[ruby_targets_ruby20] ~dev-ruby/activesupport-4.0.11[ruby_targets_ruby20] ~dev-ruby/railties-4.0.11[ruby_targets_ruby20] >=dev-ruby/bundler-1.3[ruby_targets_ruby20] =dev-ruby/bundler-1*[ruby_targets_ruby20] =dev-ruby/sprockets-rails-2*[ruby_targets_ruby20] asset-pipeline? ( dev-ruby/jquery-rails[ruby_targets_ruby20] >=dev-ruby/sass-rails-4.0.0:4.0[ruby_targets_ruby20] >=dev-ruby/uglifier-1.3.0[ruby_targets_ruby20] >=dev-ruby/coffee-rails-4.0.0:4.0[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( ~dev-ruby/actionmailer-4.0.11[ruby_targets_ruby21] ~dev-ruby/actionpack-4.0.11[ruby_targets_ruby21] ~dev-ruby/activerecord-4.0.11[ruby_targets_ruby21] ~dev-ruby/activesupport-4.0.11[ruby_targets_ruby21] ~dev-ruby/railties-4.0.11[ruby_targets_ruby21] >=dev-ruby/bundler-1.3[ruby_targets_ruby21] =dev-ruby/bundler-1*[ruby_targets_ruby21] =dev-ruby/sprockets-rails-2*[ruby_targets_ruby21] asset-pipeline? ( dev-ruby/jquery-rails[ruby_targets_ruby21] >=dev-ruby/sass-rails-4.0.0:4.0[ruby_targets_ruby21] >=dev-ruby/uglifier-1.3.0[ruby_targets_ruby21] >=dev-ruby/coffee-rails-4.0.0: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] ) 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=ruby on rails is a web-application and persistance framework -EAPI=5 -HOMEPAGE=http://www.rubyonrails.org -IUSE=+asset-pipeline test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( ~dev-ruby/actionmailer-4.0.11[ruby_targets_ruby19] ~dev-ruby/actionpack-4.0.11[ruby_targets_ruby19] ~dev-ruby/activerecord-4.0.11[ruby_targets_ruby19] ~dev-ruby/activesupport-4.0.11[ruby_targets_ruby19] ~dev-ruby/railties-4.0.11[ruby_targets_ruby19] >=dev-ruby/bundler-1.3[ruby_targets_ruby19] =dev-ruby/bundler-1*[ruby_targets_ruby19] =dev-ruby/sprockets-rails-2*[ruby_targets_ruby19] asset-pipeline? ( dev-ruby/jquery-rails[ruby_targets_ruby19] >=dev-ruby/sass-rails-4.0.0:4.0[ruby_targets_ruby19] >=dev-ruby/uglifier-1.3.0[ruby_targets_ruby19] >=dev-ruby/coffee-rails-4.0.0:4.0[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( ~dev-ruby/actionmailer-4.0.11[ruby_targets_ruby20] ~dev-ruby/actionpack-4.0.11[ruby_targets_ruby20] ~dev-ruby/activerecord-4.0.11[ruby_targets_ruby20] ~dev-ruby/activesupport-4.0.11[ruby_targets_ruby20] ~dev-ruby/railties-4.0.11[ruby_targets_ruby20] >=dev-ruby/bundler-1.3[ruby_targets_ruby20] =dev-ruby/bundler-1*[ruby_targets_ruby20] =dev-ruby/sprockets-rails-2*[ruby_targets_ruby20] asset-pipeline? ( dev-ruby/jquery-rails[ruby_targets_ruby20] >=dev-ruby/sass-rails-4.0.0:4.0[ruby_targets_ruby20] >=dev-ruby/uglifier-1.3.0[ruby_targets_ruby20] >=dev-ruby/coffee-rails-4.0.0:4.0[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( ~dev-ruby/actionmailer-4.0.11[ruby_targets_ruby21] ~dev-ruby/actionpack-4.0.11[ruby_targets_ruby21] ~dev-ruby/activerecord-4.0.11[ruby_targets_ruby21] ~dev-ruby/activesupport-4.0.11[ruby_targets_ruby21] ~dev-ruby/railties-4.0.11[ruby_targets_ruby21] >=dev-ruby/bundler-1.3[ruby_targets_ruby21] =dev-ruby/bundler-1*[ruby_targets_ruby21] =dev-ruby/sprockets-rails-2*[ruby_targets_ruby21] asset-pipeline? ( dev-ruby/jquery-rails[ruby_targets_ruby21] >=dev-ruby/sass-rails-4.0.0:4.0[ruby_targets_ruby21] >=dev-ruby/uglifier-1.3.0[ruby_targets_ruby21] >=dev-ruby/coffee-rails-4.0.0: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 ) -SLOT=4.0 -SRC_URI=mirror://rubygems/rails-4.0.11.gem -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 22fc880fe95a3d6f9639d3b57f3ffb84 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=e3fc74b3de6deceae05fc3b4e231b34a diff --git a/metadata/md5-cache/dev-ruby/rails-4.1.7 b/metadata/md5-cache/dev-ruby/rails-4.1.7 deleted file mode 100644 index 1b24f4b936a2..000000000000 --- a/metadata/md5-cache/dev-ruby/rails-4.1.7 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( ~dev-ruby/actionmailer-4.1.7[ruby_targets_ruby19] ~dev-ruby/actionpack-4.1.7[ruby_targets_ruby19] ~dev-ruby/actionview-4.1.7[ruby_targets_ruby19] ~dev-ruby/activemodel-4.1.7[ruby_targets_ruby19] ~dev-ruby/activerecord-4.1.7[ruby_targets_ruby19] ~dev-ruby/activesupport-4.1.7[ruby_targets_ruby19] ~dev-ruby/railties-4.1.7[ruby_targets_ruby19] >=dev-ruby/bundler-1.3[ruby_targets_ruby19] =dev-ruby/bundler-1*[ruby_targets_ruby19] =dev-ruby/sprockets-rails-2*[ruby_targets_ruby19] asset-pipeline? ( dev-ruby/jquery-rails[ruby_targets_ruby19] >=dev-ruby/sass-rails-4.0.3:4.0[ruby_targets_ruby19] >=dev-ruby/uglifier-1.3.0[ruby_targets_ruby19] >=dev-ruby/coffee-rails-4.0.0:4.0[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( ~dev-ruby/actionmailer-4.1.7[ruby_targets_ruby20] ~dev-ruby/actionpack-4.1.7[ruby_targets_ruby20] ~dev-ruby/actionview-4.1.7[ruby_targets_ruby20] ~dev-ruby/activemodel-4.1.7[ruby_targets_ruby20] ~dev-ruby/activerecord-4.1.7[ruby_targets_ruby20] ~dev-ruby/activesupport-4.1.7[ruby_targets_ruby20] ~dev-ruby/railties-4.1.7[ruby_targets_ruby20] >=dev-ruby/bundler-1.3[ruby_targets_ruby20] =dev-ruby/bundler-1*[ruby_targets_ruby20] =dev-ruby/sprockets-rails-2*[ruby_targets_ruby20] asset-pipeline? ( dev-ruby/jquery-rails[ruby_targets_ruby20] >=dev-ruby/sass-rails-4.0.3:4.0[ruby_targets_ruby20] >=dev-ruby/uglifier-1.3.0[ruby_targets_ruby20] >=dev-ruby/coffee-rails-4.0.0:4.0[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( ~dev-ruby/actionmailer-4.1.7[ruby_targets_ruby21] ~dev-ruby/actionpack-4.1.7[ruby_targets_ruby21] ~dev-ruby/actionview-4.1.7[ruby_targets_ruby21] ~dev-ruby/activemodel-4.1.7[ruby_targets_ruby21] ~dev-ruby/activerecord-4.1.7[ruby_targets_ruby21] ~dev-ruby/activesupport-4.1.7[ruby_targets_ruby21] ~dev-ruby/railties-4.1.7[ruby_targets_ruby21] >=dev-ruby/bundler-1.3[ruby_targets_ruby21] =dev-ruby/bundler-1*[ruby_targets_ruby21] =dev-ruby/sprockets-rails-2*[ruby_targets_ruby21] asset-pipeline? ( dev-ruby/jquery-rails[ruby_targets_ruby21] >=dev-ruby/sass-rails-4.0.3:4.0[ruby_targets_ruby21] >=dev-ruby/uglifier-1.3.0[ruby_targets_ruby21] >=dev-ruby/coffee-rails-4.0.0: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] ) 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=ruby on rails is a web-application and persistance framework -EAPI=5 -HOMEPAGE=http://www.rubyonrails.org -IUSE=+asset-pipeline test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 test -KEYWORDS=~amd64 ~arm -LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( ~dev-ruby/actionmailer-4.1.7[ruby_targets_ruby19] ~dev-ruby/actionpack-4.1.7[ruby_targets_ruby19] ~dev-ruby/actionview-4.1.7[ruby_targets_ruby19] ~dev-ruby/activemodel-4.1.7[ruby_targets_ruby19] ~dev-ruby/activerecord-4.1.7[ruby_targets_ruby19] ~dev-ruby/activesupport-4.1.7[ruby_targets_ruby19] ~dev-ruby/railties-4.1.7[ruby_targets_ruby19] >=dev-ruby/bundler-1.3[ruby_targets_ruby19] =dev-ruby/bundler-1*[ruby_targets_ruby19] =dev-ruby/sprockets-rails-2*[ruby_targets_ruby19] asset-pipeline? ( dev-ruby/jquery-rails[ruby_targets_ruby19] >=dev-ruby/sass-rails-4.0.3:4.0[ruby_targets_ruby19] >=dev-ruby/uglifier-1.3.0[ruby_targets_ruby19] >=dev-ruby/coffee-rails-4.0.0:4.0[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( ~dev-ruby/actionmailer-4.1.7[ruby_targets_ruby20] ~dev-ruby/actionpack-4.1.7[ruby_targets_ruby20] ~dev-ruby/actionview-4.1.7[ruby_targets_ruby20] ~dev-ruby/activemodel-4.1.7[ruby_targets_ruby20] ~dev-ruby/activerecord-4.1.7[ruby_targets_ruby20] ~dev-ruby/activesupport-4.1.7[ruby_targets_ruby20] ~dev-ruby/railties-4.1.7[ruby_targets_ruby20] >=dev-ruby/bundler-1.3[ruby_targets_ruby20] =dev-ruby/bundler-1*[ruby_targets_ruby20] =dev-ruby/sprockets-rails-2*[ruby_targets_ruby20] asset-pipeline? ( dev-ruby/jquery-rails[ruby_targets_ruby20] >=dev-ruby/sass-rails-4.0.3:4.0[ruby_targets_ruby20] >=dev-ruby/uglifier-1.3.0[ruby_targets_ruby20] >=dev-ruby/coffee-rails-4.0.0:4.0[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( ~dev-ruby/actionmailer-4.1.7[ruby_targets_ruby21] ~dev-ruby/actionpack-4.1.7[ruby_targets_ruby21] ~dev-ruby/actionview-4.1.7[ruby_targets_ruby21] ~dev-ruby/activemodel-4.1.7[ruby_targets_ruby21] ~dev-ruby/activerecord-4.1.7[ruby_targets_ruby21] ~dev-ruby/activesupport-4.1.7[ruby_targets_ruby21] ~dev-ruby/railties-4.1.7[ruby_targets_ruby21] >=dev-ruby/bundler-1.3[ruby_targets_ruby21] =dev-ruby/bundler-1*[ruby_targets_ruby21] =dev-ruby/sprockets-rails-2*[ruby_targets_ruby21] asset-pipeline? ( dev-ruby/jquery-rails[ruby_targets_ruby21] >=dev-ruby/sass-rails-4.0.3:4.0[ruby_targets_ruby21] >=dev-ruby/uglifier-1.3.0[ruby_targets_ruby21] >=dev-ruby/coffee-rails-4.0.0: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 ) -SLOT=4.1 -SRC_URI=mirror://rubygems/rails-4.1.7.gem -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 22fc880fe95a3d6f9639d3b57f3ffb84 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=d3ffc79ecc7dcb3996d890984f2dd922 diff --git a/metadata/md5-cache/dev-ruby/railties-3.2.20 b/metadata/md5-cache/dev-ruby/railties-3.2.20 deleted file mode 100644 index c049dea60833..000000000000 --- a/metadata/md5-cache/dev-ruby/railties-3.2.20 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( ~dev-ruby/activesupport-3.2.20[ruby_targets_ruby19] ~dev-ruby/actionpack-3.2.20[ruby_targets_ruby19] >=dev-ruby/rdoc-3.4[ruby_targets_ruby19] >=dev-ruby/thor-0.14.6[ruby_targets_ruby19] >=dev-ruby/rack-ssl-1.3.2:1.3[ruby_targets_ruby19] >=dev-ruby/rake-0.8.7[ruby_targets_ruby19] ) ruby_targets_ruby20? ( ~dev-ruby/activesupport-3.2.20[ruby_targets_ruby20] ~dev-ruby/actionpack-3.2.20[ruby_targets_ruby20] >=dev-ruby/rdoc-3.4[ruby_targets_ruby20] >=dev-ruby/thor-0.14.6[ruby_targets_ruby20] >=dev-ruby/rack-ssl-1.3.2:1.3[ruby_targets_ruby20] >=dev-ruby/rake-0.8.7[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/mocha:0.13[ruby_targets_ruby19] ) doc? ( >=dev-ruby/redcloth-4.1.1[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/mocha:0.13[ruby_targets_ruby20] ) doc? ( >=dev-ruby/redcloth-4.1.1[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] ) ) -DESCRIPTION=Tools for creating, working with, and running Rails applications -EAPI=5 -HOMEPAGE=http://github.com/rails/rails -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 doc test test -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=MIT -RDEPEND=>=app-admin/eselect-rails-0.18 ruby_targets_ruby19? ( ~dev-ruby/activesupport-3.2.20[ruby_targets_ruby19] ~dev-ruby/actionpack-3.2.20[ruby_targets_ruby19] >=dev-ruby/rdoc-3.4[ruby_targets_ruby19] >=dev-ruby/thor-0.14.6[ruby_targets_ruby19] >=dev-ruby/rack-ssl-1.3.2:1.3[ruby_targets_ruby19] >=dev-ruby/rake-0.8.7[ruby_targets_ruby19] ) ruby_targets_ruby20? ( ~dev-ruby/activesupport-3.2.20[ruby_targets_ruby20] ~dev-ruby/actionpack-3.2.20[ruby_targets_ruby20] >=dev-ruby/rdoc-3.4[ruby_targets_ruby20] >=dev-ruby/thor-0.14.6[ruby_targets_ruby20] >=dev-ruby/rack-ssl-1.3.2:1.3[ruby_targets_ruby20] >=dev-ruby/rake-0.8.7[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] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ) -RESTRICT=test -SLOT=3.2 -SRC_URI=http://github.com/rails/rails/archive/v3.2.20.tar.gz -> rails-3.2.20.tgz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 22fc880fe95a3d6f9639d3b57f3ffb84 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=9133499e4119ab073eaa034e13e6e285 diff --git a/metadata/md5-cache/dev-ruby/railties-4.0.11 b/metadata/md5-cache/dev-ruby/railties-4.0.11 deleted file mode 100644 index 07596d58f652..000000000000 --- a/metadata/md5-cache/dev-ruby/railties-4.0.11 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( ~dev-ruby/activesupport-4.0.11[ruby_targets_ruby19] ~dev-ruby/actionpack-4.0.11[ruby_targets_ruby19] >=dev-ruby/thor-0.18.1[ruby_targets_ruby19] >=dev-ruby/rake-0.8.7[ruby_targets_ruby19] ) ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.0.11[ruby_targets_ruby20] ~dev-ruby/actionpack-4.0.11[ruby_targets_ruby20] >=dev-ruby/thor-0.18.1[ruby_targets_ruby20] >=dev-ruby/rake-0.8.7[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.0.11[ruby_targets_ruby21] ~dev-ruby/actionpack-4.0.11[ruby_targets_ruby21] >=dev-ruby/thor-0.18.1[ruby_targets_ruby21] >=dev-ruby/rake-0.8.7[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/mocha:0.13[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/mocha:0.13[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/mocha:0.13[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-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] ) ) -DESCRIPTION=Tools for creating, working with, and running Rails applications -EAPI=5 -HOMEPAGE=http://github.com/rails/rails -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 test test -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 -LICENSE=MIT -RDEPEND=>=app-admin/eselect-rails-0.19 ruby_targets_ruby19? ( ~dev-ruby/activesupport-4.0.11[ruby_targets_ruby19] ~dev-ruby/actionpack-4.0.11[ruby_targets_ruby19] >=dev-ruby/thor-0.18.1[ruby_targets_ruby19] >=dev-ruby/rake-0.8.7[ruby_targets_ruby19] ) ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.0.11[ruby_targets_ruby20] ~dev-ruby/actionpack-4.0.11[ruby_targets_ruby20] >=dev-ruby/thor-0.18.1[ruby_targets_ruby20] >=dev-ruby/rake-0.8.7[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.0.11[ruby_targets_ruby21] ~dev-ruby/actionpack-4.0.11[ruby_targets_ruby21] >=dev-ruby/thor-0.18.1[ruby_targets_ruby21] >=dev-ruby/rake-0.8.7[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 ) -RESTRICT=test -SLOT=4.0 -SRC_URI=http://github.com/rails/rails/archive/v4.0.11.tar.gz -> rails-4.0.11.tgz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 22fc880fe95a3d6f9639d3b57f3ffb84 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=26b860bb4dc4dc518a832119dd703f52 diff --git a/metadata/md5-cache/dev-ruby/railties-4.1.7 b/metadata/md5-cache/dev-ruby/railties-4.1.7 deleted file mode 100644 index e8005d2f6f58..000000000000 --- a/metadata/md5-cache/dev-ruby/railties-4.1.7 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( ~dev-ruby/activesupport-4.1.7[ruby_targets_ruby19] ~dev-ruby/actionpack-4.1.7[ruby_targets_ruby19] >=dev-ruby/thor-0.18.1[ruby_targets_ruby19] >=dev-ruby/rake-0.8.7[ruby_targets_ruby19] ) ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.1.7[ruby_targets_ruby20] ~dev-ruby/actionpack-4.1.7[ruby_targets_ruby20] >=dev-ruby/thor-0.18.1[ruby_targets_ruby20] >=dev-ruby/rake-0.8.7[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.1.7[ruby_targets_ruby21] ~dev-ruby/actionpack-4.1.7[ruby_targets_ruby21] >=dev-ruby/thor-0.18.1[ruby_targets_ruby21] >=dev-ruby/rake-0.8.7[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( ~dev-ruby/actionview-4.1.7[ruby_targets_ruby19] dev-ruby/mocha:0.13[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( ~dev-ruby/actionview-4.1.7[ruby_targets_ruby20] dev-ruby/mocha:0.13[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( ~dev-ruby/actionview-4.1.7[ruby_targets_ruby21] dev-ruby/mocha:0.13[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-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] ) ) -DESCRIPTION=Tools for creating, working with, and running Rails applications -EAPI=5 -HOMEPAGE=http://github.com/rails/rails -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 test test -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 -LICENSE=MIT -RDEPEND=>=app-admin/eselect-rails-0.19 ruby_targets_ruby19? ( ~dev-ruby/activesupport-4.1.7[ruby_targets_ruby19] ~dev-ruby/actionpack-4.1.7[ruby_targets_ruby19] >=dev-ruby/thor-0.18.1[ruby_targets_ruby19] >=dev-ruby/rake-0.8.7[ruby_targets_ruby19] ) ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.1.7[ruby_targets_ruby20] ~dev-ruby/actionpack-4.1.7[ruby_targets_ruby20] >=dev-ruby/thor-0.18.1[ruby_targets_ruby20] >=dev-ruby/rake-0.8.7[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.1.7[ruby_targets_ruby21] ~dev-ruby/actionpack-4.1.7[ruby_targets_ruby21] >=dev-ruby/thor-0.18.1[ruby_targets_ruby21] >=dev-ruby/rake-0.8.7[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 ) -RESTRICT=test -SLOT=4.1 -SRC_URI=http://github.com/rails/rails/archive/v4.1.7.tar.gz -> rails-4.1.7.tgz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 22fc880fe95a3d6f9639d3b57f3ffb84 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=5de2ec290f0a2e712e8c23c259bfde54 diff --git a/metadata/md5-cache/dev-vcs/subversion-1.7.19 b/metadata/md5-cache/dev-vcs/subversion-1.7.19 index 56f66d93ffad..87a2f892b38f 100644 --- a/metadata/md5-cache/dev-vcs/subversion-1.7.19 +++ b/metadata/md5-cache/dev-vcs/subversion-1.7.19 @@ -4,11 +4,11 @@ DESCRIPTION=Advanced version control system EAPI=5 HOMEPAGE=http://subversion.apache.org/ IUSE=apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring java kde nls perl python ruby sasl test vim-syntax +webdav-neon webdav-serf apache2 python_targets_python2_7 elibc_FreeBSD java -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-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 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-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=Subversion GPL-2 RDEPEND=>=dev-db/sqlite-3.6.18[threadsafe(+)] >=dev-libs/apr-1.3:1 >=dev-libs/apr-util-1.3:1 dev-libs/expat sys-libs/zlib berkdb? ( >=sys-libs/db-4.0.14 ) ctypes-python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) gnome-keyring? ( dev-libs/glib:2 sys-apps/dbus gnome-base/gnome-keyring ) kde? ( sys-apps/dbus dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 >=kde-base/kdelibs-4:4 ) perl? ( dev-lang/perl:= ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ruby? ( >=dev-lang/ruby-1.8.2:1.8 dev-ruby/rubygems[ruby_targets_ruby18] ) sasl? ( dev-libs/cyrus-sasl ) webdav-neon? ( >=net-libs/neon-0.28 ) webdav-serf? ( >=net-libs/serf-0.3.0 ) apache2? ( www-servers/apache[apache2_modules_dav] ) java? ( >=virtual/jre-1.5 ) kde? ( kde-base/kwalletd ) nls? ( virtual/libintl ) perl? ( dev-perl/URI ) apache2? ( =www-servers/apache-2* ) java? ( >=dev-java/java-config-2.1.9-r1 ) REQUIRED_USE=ctypes-python? ( || ( python_targets_python2_7 ) ) python? ( || ( python_targets_python2_7 ) ) test? ( || ( python_targets_python2_7 ) ) SLOT=0 SRC_URI=mirror://apache/subversion/subversion-1.7.19.tar.bz2 _eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 db-use 82d0e62839f20e1e0d5a2259abd5316f depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c elisp-common 1aa23b3de5dae55456fa2071428eb5bf eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 libtool 52d0e17251d04645ffaa61bfdd858944 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module 4e599aab78ebadca09ce51369fa9019d python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac unpacker f300a7ca9131b1024a79762e8edd3c52 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=b4cbba2044f908078bded0248775f882 +_md5_=cf0d80de292ea10883baa81f37ec2b6b diff --git a/metadata/md5-cache/kde-frameworks/attica-5.4.0 b/metadata/md5-cache/kde-frameworks/attica-5.4.0 deleted file mode 100644 index b53d299a2fa8..000000000000 --- a/metadata/md5-cache/kde-frameworks/attica-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtnetwork:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing access to Open Collaboration Services -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2.1+ -RDEPEND=dev-qt/qtnetwork:5 >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/attica-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=f29c48385b1c80b089af230e87380032 diff --git a/metadata/md5-cache/kde-frameworks/frameworkintegration-5.4.0 b/metadata/md5-cache/kde-frameworks/frameworkintegration-5.4.0 deleted file mode 100644 index 3e714d9cf55c..000000000000 --- a/metadata/md5-cache/kde-frameworks/frameworkintegration-5.4.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=kde-plasma/oxygen-fonts >=kde-frameworks/kcompletion-5.4 >=kde-frameworks/kconfig-5.4 >=kde-frameworks/kconfigwidgets-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kiconthemes-5.4 >=kde-frameworks/kio-5.4 >=kde-frameworks/kjobwidgets-5.4 >=kde-frameworks/knotifications-5.4 >=kde-frameworks/kwidgetsaddons-5.4 >=kde-frameworks/kxmlgui-5.4 =dev-qt/qtcore-5.3*:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 X? ( dev-qt/qtx11extras:5 x11-libs/libxcb ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for integrating Qt applications with KDE workspaces -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=X test doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=kde-plasma/oxygen-fonts >=kde-frameworks/kcompletion-5.4 >=kde-frameworks/kconfig-5.4 >=kde-frameworks/kconfigwidgets-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kiconthemes-5.4 >=kde-frameworks/kio-5.4 >=kde-frameworks/kjobwidgets-5.4 >=kde-frameworks/knotifications-5.4 >=kde-frameworks/kwidgetsaddons-5.4 >=kde-frameworks/kxmlgui-5.4 =dev-qt/qtcore-5.3*:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 X? ( dev-qt/qtx11extras:5 x11-libs/libxcb ) >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -RESTRICT=test -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/frameworkintegration-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=6156d27d79e2fd456eb181b279c1d2dc diff --git a/metadata/md5-cache/kde-frameworks/kactivities-5.4.0 b/metadata/md5-cache/kde-frameworks/kactivities-5.4.0 deleted file mode 100644 index e1e93ac419d2..000000000000 --- a/metadata/md5-cache/kde-frameworks/kactivities-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcmutils-5.4 >=kde-frameworks/kconfig-5.4 >=kde-frameworks/kconfigwidgets-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kdbusaddons-5.4 >=kde-frameworks/kdeclarative-5.4 >=kde-frameworks/kglobalaccel-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kio-5.4 >=kde-frameworks/kservice-5.4 >=kde-frameworks/kwindowsystem-5.4 >=kde-frameworks/kxmlgui-5.4 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 !kde-base/kactivities:4[-minimal(-)] || ( >=dev-libs/boost-1.54 =sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for working with KDE activities -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kcmutils-5.4 >=kde-frameworks/kconfig-5.4 >=kde-frameworks/kconfigwidgets-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kdbusaddons-5.4 >=kde-frameworks/kdeclarative-5.4 >=kde-frameworks/kglobalaccel-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kio-5.4 >=kde-frameworks/kservice-5.4 >=kde-frameworks/kwindowsystem-5.4 >=kde-frameworks/kxmlgui-5.4 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 !kde-base/kactivities:4[-minimal(-)] >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kactivities-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=f6e33faba4710d13278e3d05766f700c diff --git a/metadata/md5-cache/kde-frameworks/kapidox-5.4.0 b/metadata/md5-cache/kde-frameworks/kapidox-5.4.0 deleted file mode 100644 index 84b177cf2a5d..000000000000 --- a/metadata/md5-cache/kde-frameworks/kapidox-5.4.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils 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:=[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=Framework for building KDE API documentation in a standard format and style -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 -KEYWORDS=~amd64 -LICENSE=BSD-2 -RDEPEND=app-doc/doxygen dev-python/pystache[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/pyyaml[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(-)] media-gfx/graphviz[python] >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0: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 ) dev-lang/python-exec:=[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=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kapidox-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=6a20f8bfeec4feef4508fe3ee31b96f5 diff --git a/metadata/md5-cache/kde-frameworks/karchive-5.4.0 b/metadata/md5-cache/kde-frameworks/karchive-5.4.0 deleted file mode 100644 index d6f8987ec631..000000000000 --- a/metadata/md5-cache/kde-frameworks/karchive-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils ) sys-libs/zlib >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for easy reading, creation, and manipulation of various archive formats -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=+bzip2 +lzma doc debug test -KEYWORDS=~amd64 -LICENSE=GPL-2 LGPL-2.1 -RDEPEND=bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils ) sys-libs/zlib >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/karchive-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=0f73946db2520789d244f176e38a44f8 diff --git a/metadata/md5-cache/kde-frameworks/kauth-5.4.0 b/metadata/md5-cache/kde-frameworks/kauth-5.4.0 deleted file mode 100644 index a85593004529..000000000000 --- a/metadata/md5-cache/kde-frameworks/kauth-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcoreaddons-5.4 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 policykit? ( sys-auth/polkit-qt[qt5] ) nls? ( dev-qt/linguist-tools:5 ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework to let applications perform actions as a privileged user -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=nls +policykit test doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2.1+ -RDEPEND=>=kde-frameworks/kcoreaddons-5.4 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 policykit? ( sys-auth/polkit-qt[qt5] ) >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kauth-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=839d76277b8f70a22be2ed627f184a21 diff --git a/metadata/md5-cache/kde-frameworks/kbookmarks-5.4.0 b/metadata/md5-cache/kde-frameworks/kbookmarks-5.4.0 deleted file mode 100644 index 024d759a9118..000000000000 --- a/metadata/md5-cache/kde-frameworks/kbookmarks-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcodecs-5.4 >=kde-frameworks/kconfig-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kiconthemes-5.4 >=kde-frameworks/kwidgetsaddons-5.4 >=kde-frameworks/kxmlgui-5.4 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 >=kde-frameworks/kconfigwidgets-5.4 nls? ( dev-qt/linguist-tools:5 ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for managing bookmarks stored in XBEL format -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=nls test doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kcodecs-5.4 >=kde-frameworks/kconfig-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kiconthemes-5.4 >=kde-frameworks/kwidgetsaddons-5.4 >=kde-frameworks/kxmlgui-5.4 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kbookmarks-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=cc97c62795fb96ee16a8a6aa2052d0b9 diff --git a/metadata/md5-cache/kde-frameworks/kcmutils-5.4.0 b/metadata/md5-cache/kde-frameworks/kcmutils-5.4.0 deleted file mode 100644 index a3ca934d201a..000000000000 --- a/metadata/md5-cache/kde-frameworks/kcmutils-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kauth-5.4 >=kde-frameworks/kconfig-5.4 >=kde-frameworks/kconfigwidgets-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kiconthemes-5.4 >=kde-frameworks/kitemviews-5.4 >=kde-frameworks/kservice-5.4 >=kde-frameworks/kwidgetsaddons-5.4 >=kde-frameworks/kxmlgui-5.4 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework to work with KDE System Settings modules -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2 -RDEPEND=>=kde-frameworks/kauth-5.4 >=kde-frameworks/kconfig-5.4 >=kde-frameworks/kconfigwidgets-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kiconthemes-5.4 >=kde-frameworks/kitemviews-5.4 >=kde-frameworks/kservice-5.4 >=kde-frameworks/kwidgetsaddons-5.4 >=kde-frameworks/kxmlgui-5.4 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kcmutils-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=22598d2622f143487689fa0a5f932c1d diff --git a/metadata/md5-cache/kde-frameworks/kcodecs-5.4.0 b/metadata/md5-cache/kde-frameworks/kcodecs-5.4.0 deleted file mode 100644 index 2b6dd805143f..000000000000 --- a/metadata/md5-cache/kde-frameworks/kcodecs-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=nls? ( dev-qt/linguist-tools:5 ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for manipulating strings using various encodings -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=nls doc debug test -KEYWORDS=~amd64 -LICENSE=GPL-2+ LGPL-2+ -RDEPEND=>=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kcodecs-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=5bae783689ea53b2c0ada7044db66f67 diff --git a/metadata/md5-cache/kde-frameworks/kcompletion-5.4.0 b/metadata/md5-cache/kde-frameworks/kcompletion-5.4.0 deleted file mode 100644 index ea6beef29eac..000000000000 --- a/metadata/md5-cache/kde-frameworks/kcompletion-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kconfig-5.4 >=kde-frameworks/kwidgetsaddons-5.4 dev-qt/qtgui:5 dev-qt/qtwidgets:5 nls? ( dev-qt/linguist-tools:5 ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for common completion tasks such as filename or URL completion -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=nls test doc debug test -KEYWORDS=~amd64 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kconfig-5.4 >=kde-frameworks/kwidgetsaddons-5.4 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kcompletion-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=a847f11e0f3653dd0054d7c3955a656c diff --git a/metadata/md5-cache/kde-frameworks/kconfig-5.4.0 b/metadata/md5-cache/kde-frameworks/kconfig-5.4.0 deleted file mode 100644 index 85012abcf495..000000000000 --- a/metadata/md5-cache/kde-frameworks/kconfig-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtgui:5 dev-qt/qtxml:5 nls? ( dev-qt/linguist-tools:5 ) test? ( dev-qt/qtconcurrent:5 ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for reading and writing configuration -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=nls test doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=dev-qt/qtgui:5 dev-qt/qtxml:5 >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kconfig-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=3baff26b3ddada07a33dccac50a056f9 diff --git a/metadata/md5-cache/kde-frameworks/kconfigwidgets-5.4.0 b/metadata/md5-cache/kde-frameworks/kconfigwidgets-5.4.0 deleted file mode 100644 index f8edb5e1f4d0..000000000000 --- a/metadata/md5-cache/kde-frameworks/kconfigwidgets-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kauth-5.4 >=kde-frameworks/kcodecs-5.4 >=kde-frameworks/kconfig-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kguiaddons-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kwidgetsaddons-5.4 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 !=kde-frameworks/kdoctools-5.4 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing an assortment of configuration-related widgets -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=test doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kauth-5.4 >=kde-frameworks/kcodecs-5.4 >=kde-frameworks/kconfig-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kguiaddons-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kwidgetsaddons-5.4 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 !=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kconfigwidgets-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=4b2c56d1d3ee14093f94b1a61a9957e0 diff --git a/metadata/md5-cache/kde-frameworks/kcoreaddons-5.4.0 b/metadata/md5-cache/kde-frameworks/kcoreaddons-5.4.0 deleted file mode 100644 index e7d8715a1056..000000000000 --- a/metadata/md5-cache/kde-frameworks/kcoreaddons-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtcore:5[icu] fam? ( virtual/fam ) !=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for solving common problems such as caching, randomisation, and more -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=fam nls doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=dev-qt/qtcore:5[icu] fam? ( virtual/fam ) !=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kcoreaddons-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=ce224a7b15c9ff3f567888d9826b2205 diff --git a/metadata/md5-cache/kde-frameworks/kcrash-5.4.0 b/metadata/md5-cache/kde-frameworks/kcrash-5.4.0 deleted file mode 100644 index 6155c1283dbd..000000000000 --- a/metadata/md5-cache/kde-frameworks/kcrash-5.4.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kwindowsystem-5.4 dev-qt/qtgui:5 X? ( dev-qt/qtx11extras:5 x11-libs/libX11 ) nls? ( dev-qt/linguist-tools:5 ) test? ( dev-qt/qtwidgets:5 ) X? ( x11-proto/xproto ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for intercepting and handling application crashes -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=nls X test doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kwindowsystem-5.4 dev-qt/qtgui:5 X? ( dev-qt/qtx11extras:5 x11-libs/libX11 ) >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -RESTRICT=test -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kcrash-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=4ec26c1f4d6516cb287c22d4f989a770 diff --git a/metadata/md5-cache/kde-frameworks/kdbusaddons-5.4.0 b/metadata/md5-cache/kde-frameworks/kdbusaddons-5.4.0 deleted file mode 100644 index 64070e6c20ab..000000000000 --- a/metadata/md5-cache/kde-frameworks/kdbusaddons-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtdbus:5 X? ( dev-qt/qtx11extras:5 ) nls? ( dev-qt/linguist-tools:5 ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for registering services and applications according to freedesktop standards -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=nls X doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=dev-qt/qtdbus:5 X? ( dev-qt/qtx11extras:5 ) >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kdbusaddons-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=ba280b3a91f8544db8bdc9b3668edceb diff --git a/metadata/md5-cache/kde-frameworks/kdeclarative-5.4.0 b/metadata/md5-cache/kde-frameworks/kdeclarative-5.4.0 deleted file mode 100644 index 5cf6fa9d0301..000000000000 --- a/metadata/md5-cache/kde-frameworks/kdeclarative-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kglobalaccel-5.4 >=kde-frameworks/kconfig-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kiconthemes-5.4 >=kde-frameworks/kio-5.4 >=kde-frameworks/kservice-5.4 >=kde-frameworks/kwidgetsaddons-5.4 >=kde-frameworks/kwindowsystem-5.4 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing integration of QML and KDE work spaces -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=doc debug -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kglobalaccel-5.4 >=kde-frameworks/kconfig-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kiconthemes-5.4 >=kde-frameworks/kio-5.4 >=kde-frameworks/kservice-5.4 >=kde-frameworks/kwidgetsaddons-5.4 >=kde-frameworks/kwindowsystem-5.4 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kdeclarative-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=e8826fa316221f29ad559d0c700d3550 diff --git a/metadata/md5-cache/kde-frameworks/kded-5.4.0 b/metadata/md5-cache/kde-frameworks/kded-5.4.0 deleted file mode 100644 index 9e2d2e3c4e00..000000000000 --- a/metadata/md5-cache/kde-frameworks/kded-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kconfig-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kcrash-5.4 >=kde-frameworks/kdbusaddons-5.4 >=kde-frameworks/kinit-5.4 >=kde-frameworks/kservice-5.4 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=kde-frameworks/kdoctools-5.4 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Central daemon of KDE workspaces -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=doc debug -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kconfig-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kcrash-5.4 >=kde-frameworks/kdbusaddons-5.4 >=kde-frameworks/kinit-5.4 >=kde-frameworks/kservice-5.4 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kded-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=70d2d9616d199bd31bb87faab504f7af diff --git a/metadata/md5-cache/kde-frameworks/kdelibs4support-5.4.0 b/metadata/md5-cache/kde-frameworks/kdelibs4support-5.4.0 deleted file mode 100644 index 152d21c9801e..000000000000 --- a/metadata/md5-cache/kde-frameworks/kdelibs4support-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kauth-5.4 >=kde-frameworks/kcodecs-5.4 >=kde-frameworks/kcompletion-5.4 >=kde-frameworks/kconfig-5.4 >=kde-frameworks/kconfigwidgets-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kcrash-5.4 >=kde-frameworks/kdbusaddons-5.4 >=kde-frameworks/kdesignerplugin-5.4 >=kde-frameworks/kglobalaccel-5.4 >=kde-frameworks/kguiaddons-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kiconthemes-5.4 >=kde-frameworks/kio-5.4 >=kde-frameworks/kitemviews-5.4 >=kde-frameworks/kjobwidgets-5.4 >=kde-frameworks/knotifications-5.4 >=kde-frameworks/kparts-5.4 >=kde-frameworks/kservice-5.4 >=kde-frameworks/ktextwidgets-5.4 >=kde-frameworks/kunitconversion-5.4 >=kde-frameworks/kwidgetsaddons-5.4 >=kde-frameworks/kwindowsystem-5.4 >=kde-frameworks/kxmlgui-5.4 >=kde-frameworks/solid-5.4 app-text/docbook-xml-dtd:4.2 dev-libs/openssl =dev-qt/qtcore-5.3*:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtsvg:5 dev-qt/qttest:5 dev-qt/qtwidgets:5 virtual/libintl X? ( dev-qt/qtx11extras:5 x11-libs/libICE x11-libs/libSM x11-libs/libX11 ) >=kde-frameworks/kdoctools-5.4 dev-qt/designer:5 test? ( dev-qt/qtconcurrent:5 ) X? ( x11-proto/xproto ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework easing the development transition from KDE 4 to KF 5 -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=X test doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kauth-5.4 >=kde-frameworks/kcodecs-5.4 >=kde-frameworks/kcompletion-5.4 >=kde-frameworks/kconfig-5.4 >=kde-frameworks/kconfigwidgets-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kcrash-5.4 >=kde-frameworks/kdbusaddons-5.4 >=kde-frameworks/kdesignerplugin-5.4 >=kde-frameworks/kglobalaccel-5.4 >=kde-frameworks/kguiaddons-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kiconthemes-5.4 >=kde-frameworks/kio-5.4 >=kde-frameworks/kitemviews-5.4 >=kde-frameworks/kjobwidgets-5.4 >=kde-frameworks/knotifications-5.4 >=kde-frameworks/kparts-5.4 >=kde-frameworks/kservice-5.4 >=kde-frameworks/ktextwidgets-5.4 >=kde-frameworks/kunitconversion-5.4 >=kde-frameworks/kwidgetsaddons-5.4 >=kde-frameworks/kwindowsystem-5.4 >=kde-frameworks/kxmlgui-5.4 >=kde-frameworks/solid-5.4 app-text/docbook-xml-dtd:4.2 dev-libs/openssl =dev-qt/qtcore-5.3*:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtsvg:5 dev-qt/qttest:5 dev-qt/qtwidgets:5 virtual/libintl X? ( dev-qt/qtx11extras:5 x11-libs/libICE x11-libs/libSM x11-libs/libX11 ) >=kde-frameworks/kdoctools-5.4 >=kde-frameworks/kemoticons-5.4 >=kde-frameworks/kinit-5.4 >=kde-frameworks/kitemmodels-5.4 dev-qt/qtxml:5 >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/portingAids/kdelibs4support-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=b7e6f446f1e8bd16dedd367fb70461ad diff --git a/metadata/md5-cache/kde-frameworks/kdesignerplugin-5.4.0 b/metadata/md5-cache/kde-frameworks/kdesignerplugin-5.4.0 deleted file mode 100644 index 0c77f22424c1..000000000000 --- a/metadata/md5-cache/kde-frameworks/kdesignerplugin-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kconfig-5.4 >=kde-frameworks/kcoreaddons-5.4 designer? ( dev-qt/designer:5 >=kde-frameworks/kcompletion-5.4 >=kde-frameworks/kconfigwidgets-5.4 >=kde-frameworks/kiconthemes-5.4 >=kde-frameworks/kio-5.4 >=kde-frameworks/kitemviews-5.4 >=kde-frameworks/kplotting-5.4 >=kde-frameworks/ktextwidgets-5.4 >=kde-frameworks/kwidgetsaddons-5.4 >=kde-frameworks/kxmlgui-5.4 >=kde-frameworks/sonnet-5.4 ) webkit? ( dev-qt/designer:5 dev-qt/qtgui:5 >=kde-frameworks/kdewebkit-5.4 ) >=kde-frameworks/kdoctools-5.4 nls? ( dev-qt/linguist-tools:5 ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing plugins to use KDE frameworks widgets in QtDesigner -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=designer nls webkit doc debug -KEYWORDS=~amd64 -LICENSE=LGPL-2.1+ -RDEPEND=>=kde-frameworks/kconfig-5.4 >=kde-frameworks/kcoreaddons-5.4 designer? ( dev-qt/designer:5 >=kde-frameworks/kcompletion-5.4 >=kde-frameworks/kconfigwidgets-5.4 >=kde-frameworks/kiconthemes-5.4 >=kde-frameworks/kio-5.4 >=kde-frameworks/kitemviews-5.4 >=kde-frameworks/kplotting-5.4 >=kde-frameworks/ktextwidgets-5.4 >=kde-frameworks/kwidgetsaddons-5.4 >=kde-frameworks/kxmlgui-5.4 >=kde-frameworks/sonnet-5.4 ) webkit? ( dev-qt/designer:5 dev-qt/qtgui:5 >=kde-frameworks/kdewebkit-5.4 ) >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kdesignerplugin-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=d8e3f1c84912a60f4adb6009d50c5582 diff --git a/metadata/md5-cache/kde-frameworks/kdesu-5.4.0 b/metadata/md5-cache/kde-frameworks/kdesu-5.4.0 deleted file mode 100644 index 31ccd8ae9463..000000000000 --- a/metadata/md5-cache/kde-frameworks/kdesu-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kconfig-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kpty-5.4 >=kde-frameworks/kservice-5.4 X? ( x11-libs/libX11 x11-proto/xproto ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework to handle super user actions -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=X doc debug -KEYWORDS=~amd64 -LICENSE=LGPL-2 -RDEPEND=>=kde-frameworks/kconfig-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kpty-5.4 >=kde-frameworks/kservice-5.4 >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kdesu-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=d8360a2026300b169450d3b058639292 diff --git a/metadata/md5-cache/kde-frameworks/kdewebkit-5.4.0 b/metadata/md5-cache/kde-frameworks/kdewebkit-5.4.0 deleted file mode 100644 index 6b6bd38a4d0e..000000000000 --- a/metadata/md5-cache/kde-frameworks/kdewebkit-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kconfig-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kio-5.4 >=kde-frameworks/kjobwidgets-5.4 >=kde-frameworks/kparts-5.4 >=kde-frameworks/kservice-5.4 >=kde-frameworks/kwallet-5.4 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwebkit:5 dev-qt/qtwidgets:5 dev-qt/qtnetwork:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing KDE integration of QtWebKit -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=doc debug -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kconfig-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kio-5.4 >=kde-frameworks/kjobwidgets-5.4 >=kde-frameworks/kparts-5.4 >=kde-frameworks/kservice-5.4 >=kde-frameworks/kwallet-5.4 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwebkit:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kdewebkit-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=91326c5c41899775da112d058d9b567c diff --git a/metadata/md5-cache/kde-frameworks/kdnssd-5.4.0 b/metadata/md5-cache/kde-frameworks/kdnssd-5.4.0 deleted file mode 100644 index 0fa594f10e7a..000000000000 --- a/metadata/md5-cache/kde-frameworks/kdnssd-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtnetwork:5 zeroconf? ( dev-qt/qtdbus:5 net-dns/avahi[mdnsresponder-compat] ) nls? ( dev-qt/linguist-tools:5 ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for network service discovery using Zeroconf -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=nls zeroconf doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=dev-qt/qtnetwork:5 zeroconf? ( dev-qt/qtdbus:5 net-dns/avahi[mdnsresponder-compat] ) >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kdnssd-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=93b2565d898703ab4f7fbdd53be5d13a diff --git a/metadata/md5-cache/kde-frameworks/kdoctools-5.4.0 b/metadata/md5-cache/kde-frameworks/kdoctools-5.4.0 deleted file mode 100644 index 7d1b8940d7dc..000000000000 --- a/metadata/md5-cache/kde-frameworks/kdoctools-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/karchive-5.4 app-text/docbook-xml-dtd:4.5 app-text/docbook-xsl-stylesheets dev-libs/libxml2:2 dev-libs/libxslt >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing tools to generate documentation in various formats from DocBook files -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=doc debug test -KEYWORDS=~amd64 -LICENSE=MIT -RDEPEND=>=kde-frameworks/karchive-5.4 app-text/docbook-xml-dtd:4.5 app-text/docbook-xsl-stylesheets dev-libs/libxml2:2 dev-libs/libxslt >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kdoctools-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=7ce7ee111ce55a24f34af1fe93861be2 diff --git a/metadata/md5-cache/kde-frameworks/kemoticons-5.4.0 b/metadata/md5-cache/kde-frameworks/kemoticons-5.4.0 deleted file mode 100644 index a37bec5bf956..000000000000 --- a/metadata/md5-cache/kde-frameworks/kemoticons-5.4.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/karchive-5.4 >=kde-frameworks/kconfig-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kservice-5.4 dev-qt/qtgui:5 dev-qt/qtxml:5 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for converting text emoticons to graphical representations -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=test doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2.1+ -RDEPEND=>=kde-frameworks/karchive-5.4 >=kde-frameworks/kconfig-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kservice-5.4 dev-qt/qtgui:5 dev-qt/qtxml:5 >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -RESTRICT=test -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kemoticons-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=122d3fdc82592ca8ef4c6eadda3e0659 diff --git a/metadata/md5-cache/kde-frameworks/kglobalaccel-5.4.0 b/metadata/md5-cache/kde-frameworks/kglobalaccel-5.4.0 deleted file mode 100644 index f8d4ff726a0f..000000000000 --- a/metadata/md5-cache/kde-frameworks/kglobalaccel-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 X? ( dev-qt/qtx11extras:5 ) nls? ( dev-qt/linguist-tools:5 ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework to handle global shortcuts -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=nls X test doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 X? ( dev-qt/qtx11extras:5 ) >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kglobalaccel-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=1115f04444b9c00e2987b3bf4dfffe2f diff --git a/metadata/md5-cache/kde-frameworks/kguiaddons-5.4.0 b/metadata/md5-cache/kde-frameworks/kguiaddons-5.4.0 deleted file mode 100644 index 648bdc83e7bc..000000000000 --- a/metadata/md5-cache/kde-frameworks/kguiaddons-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtgui:5 dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libxcb x11-proto/xproto >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing assorted high-level user interface components -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=test doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=dev-qt/qtgui:5 dev-qt/qtx11extras:5 x11-libs/libX11 >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kguiaddons-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=fdf2a6f02d10ebe7e218c096c9279048 diff --git a/metadata/md5-cache/kde-frameworks/khtml-5.4.0 b/metadata/md5-cache/kde-frameworks/khtml-5.4.0 deleted file mode 100644 index 643117e95eed..000000000000 --- a/metadata/md5-cache/kde-frameworks/khtml-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/karchive-5.4 >=kde-frameworks/kcodecs-5.4 >=kde-frameworks/kcompletion-5.4 >=kde-frameworks/kconfig-5.4 >=kde-frameworks/kconfigwidgets-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kglobalaccel-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kiconthemes-5.4 >=kde-frameworks/kio-5.4 >=kde-frameworks/kjobwidgets-5.4 >=kde-frameworks/kjs-5.4 >=kde-frameworks/knotifications-5.4 >=kde-frameworks/kparts-5.4 >=kde-frameworks/kservice-5.4 >=kde-frameworks/ktextwidgets-5.4 >=kde-frameworks/kwallet-5.4 >=kde-frameworks/kwidgetsaddons-5.4 >=kde-frameworks/kwindowsystem-5.4 >=kde-frameworks/kxmlgui-5.4 >=kde-frameworks/sonnet-5.4 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 media-libs/giflib media-libs/libpng:0= media-libs/phonon[qt5] sys-libs/zlib virtual/jpeg:0 X? ( dev-qt/qtx11extras:5 x11-libs/libX11 ) dev-lang/perl dev-libs/openssl test? ( dev-qt/qtx11extras:5 ) X? ( x11-proto/xproto ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=KHTML web rendering engine -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=X test doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2 -RDEPEND=>=kde-frameworks/karchive-5.4 >=kde-frameworks/kcodecs-5.4 >=kde-frameworks/kcompletion-5.4 >=kde-frameworks/kconfig-5.4 >=kde-frameworks/kconfigwidgets-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kglobalaccel-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kiconthemes-5.4 >=kde-frameworks/kio-5.4 >=kde-frameworks/kjobwidgets-5.4 >=kde-frameworks/kjs-5.4 >=kde-frameworks/knotifications-5.4 >=kde-frameworks/kparts-5.4 >=kde-frameworks/kservice-5.4 >=kde-frameworks/ktextwidgets-5.4 >=kde-frameworks/kwallet-5.4 >=kde-frameworks/kwidgetsaddons-5.4 >=kde-frameworks/kwindowsystem-5.4 >=kde-frameworks/kxmlgui-5.4 >=kde-frameworks/sonnet-5.4 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 media-libs/giflib media-libs/libpng:0= media-libs/phonon[qt5] sys-libs/zlib virtual/jpeg:0 X? ( dev-qt/qtx11extras:5 x11-libs/libX11 ) >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/portingAids/khtml-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=556770ff4ae21ef3872e17dd217ebab9 diff --git a/metadata/md5-cache/kde-frameworks/ki18n-5.4.0 b/metadata/md5-cache/kde-frameworks/ki18n-5.4.0 deleted file mode 100644 index 92d1498282fc..000000000000 --- a/metadata/md5-cache/kde-frameworks/ki18n-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtscript:5 virtual/libintl test? ( dev-qt/qtconcurrent:5 ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework based on Gettext for internationalizing user interface text -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=dev-qt/qtscript:5 >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/ki18n-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=ac2cf637bef55cef01e3c48f48412d37 diff --git a/metadata/md5-cache/kde-frameworks/kiconthemes-5.4.0 b/metadata/md5-cache/kde-frameworks/kiconthemes-5.4.0 deleted file mode 100644 index dbe7a01944c5..000000000000 --- a/metadata/md5-cache/kde-frameworks/kiconthemes-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kconfig-5.4 >=kde-frameworks/kconfigwidgets-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kitemviews-5.4 >=kde-frameworks/kwidgetsaddons-5.4 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for icon theming and configuration -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=test doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kconfig-5.4 >=kde-frameworks/kconfigwidgets-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kitemviews-5.4 >=kde-frameworks/kwidgetsaddons-5.4 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kiconthemes-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=288aa13803e24f68f1f6c690b9c8d02d diff --git a/metadata/md5-cache/kde-frameworks/kidletime-5.4.0 b/metadata/md5-cache/kde-frameworks/kidletime-5.4.0 deleted file mode 100644 index e433709d0bb9..000000000000 --- a/metadata/md5-cache/kde-frameworks/kidletime-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtdbus:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libXScrnSaver x11-libs/libXext x11-libs/libxcb >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for detection and notification of device idle time -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=doc debug -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=dev-qt/qtdbus:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libXScrnSaver x11-libs/libXext x11-libs/libxcb >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kidletime-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=b8ab70fdcddb3afbb10ac8f2b4056edf diff --git a/metadata/md5-cache/kde-frameworks/kimageformats-5.4.0 b/metadata/md5-cache/kde-frameworks/kimageformats-5.4.0 deleted file mode 100644 index ed162b57396a..000000000000 --- a/metadata/md5-cache/kde-frameworks/kimageformats-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtgui:5 eps? ( dev-qt/qtprintsupport:5 ) openexr? ( media-libs/ilmbase:= media-libs/openexr:= ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing additional format plugins for Qt's image I/O system -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=eps openexr test doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=dev-qt/qtgui:5 eps? ( dev-qt/qtprintsupport:5 ) openexr? ( media-libs/ilmbase:= media-libs/openexr:= ) >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kimageformats-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=765afbe9aa5a7022bbfd0bc9b4c888a1 diff --git a/metadata/md5-cache/kde-frameworks/kinit-5.4.0 b/metadata/md5-cache/kde-frameworks/kinit-5.4.0 deleted file mode 100644 index d980b5b4040d..000000000000 --- a/metadata/md5-cache/kde-frameworks/kinit-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kconfig-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kcrash-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kio-5.4 >=kde-frameworks/kservice-5.4 >=kde-frameworks/kwindowsystem-5.4 dev-qt/qtdbus:5 dev-qt/qtgui:5 x11-libs/libX11 caps? ( sys-libs/libcap ) x11-proto/xproto >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Helper library to speed up start of applications on KDE work spaces -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=+caps doc debug -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kconfig-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kcrash-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kio-5.4 >=kde-frameworks/kservice-5.4 >=kde-frameworks/kwindowsystem-5.4 dev-qt/qtdbus:5 dev-qt/qtgui:5 x11-libs/libX11 caps? ( sys-libs/libcap ) >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kinit-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=a04df7604aad6a99c7a639f4794f486c diff --git a/metadata/md5-cache/kde-frameworks/kio-5.4.0 b/metadata/md5-cache/kde-frameworks/kio-5.4.0 deleted file mode 100644 index 56aea431bdde..000000000000 --- a/metadata/md5-cache/kde-frameworks/kio-5.4.0 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/karchive-5.4 >=kde-frameworks/kbookmarks-5.4 >=kde-frameworks/kcodecs-5.4 >=kde-frameworks/kcompletion-5.4 >=kde-frameworks/kconfig-5.4 >=kde-frameworks/kconfigwidgets-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kdbusaddons-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kiconthemes-5.4 >=kde-frameworks/kitemviews-5.4 >=kde-frameworks/kjobwidgets-5.4 >=kde-frameworks/knotifications-5.4 >=kde-frameworks/kservice-5.4 >=kde-frameworks/kwallet-5.4 >=kde-frameworks/kwidgetsaddons-5.4 >=kde-frameworks/kwindowsystem-5.4 >=kde-frameworks/kxmlgui-5.4 >=kde-frameworks/solid-5.4 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtscript:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 dev-libs/libxml2 dev-libs/libxslt acl? ( sys-apps/attr virtual/acl ) kerberos? ( virtual/krb5 ) !=kde-frameworks/kdoctools-5.4 dev-qt/qtconcurrent:5 test? ( sys-libs/zlib ) X? ( x11-libs/libX11 x11-libs/libXrender x11-proto/xproto ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing transparent file and data management -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=acl kerberos X test doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -PDEPEND=>=kde-frameworks/kded-5.4 -RDEPEND=>=kde-frameworks/karchive-5.4 >=kde-frameworks/kbookmarks-5.4 >=kde-frameworks/kcodecs-5.4 >=kde-frameworks/kcompletion-5.4 >=kde-frameworks/kconfig-5.4 >=kde-frameworks/kconfigwidgets-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kdbusaddons-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kiconthemes-5.4 >=kde-frameworks/kitemviews-5.4 >=kde-frameworks/kjobwidgets-5.4 >=kde-frameworks/knotifications-5.4 >=kde-frameworks/kservice-5.4 >=kde-frameworks/kwallet-5.4 >=kde-frameworks/kwidgetsaddons-5.4 >=kde-frameworks/kwindowsystem-5.4 >=kde-frameworks/kxmlgui-5.4 >=kde-frameworks/solid-5.4 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtscript:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 dev-libs/libxml2 dev-libs/libxslt acl? ( sys-apps/attr virtual/acl ) kerberos? ( virtual/krb5 ) !=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -RESTRICT=test -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kio-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=0aea5821c31b67cfb94497511b1b3427 diff --git a/metadata/md5-cache/kde-frameworks/kitemmodels-5.4.0 b/metadata/md5-cache/kde-frameworks/kitemmodels-5.4.0 deleted file mode 100644 index 06f219378651..000000000000 --- a/metadata/md5-cache/kde-frameworks/kitemmodels-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=test? ( dev-qt/qtwidgets:5 ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing data models that help with tasks such as sorting and filtering -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=test doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kitemmodels-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=114375b7d4506f3a82984ebda04dce61 diff --git a/metadata/md5-cache/kde-frameworks/kitemviews-5.4.0 b/metadata/md5-cache/kde-frameworks/kitemviews-5.4.0 deleted file mode 100644 index 41b69ee749f0..000000000000 --- a/metadata/md5-cache/kde-frameworks/kitemviews-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtgui:5 dev-qt/qtwidgets:5 nls? ( dev-qt/linguist-tools:5 ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing additional widgets for item models -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=nls test doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kitemviews-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=7913a6899b675d7bacb542717f855104 diff --git a/metadata/md5-cache/kde-frameworks/kjobwidgets-5.4.0 b/metadata/md5-cache/kde-frameworks/kjobwidgets-5.4.0 deleted file mode 100644 index 3634453569d7..000000000000 --- a/metadata/md5-cache/kde-frameworks/kjobwidgets-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kwidgetsaddons-5.4 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 X? ( dev-qt/qtx11extras:5 ) nls? ( dev-qt/linguist-tools:5 ) X? ( x11-libs/libX11 x11-proto/xproto ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing assorted widgets for showing the progress of jobs -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=nls X doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kwidgetsaddons-5.4 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 X? ( dev-qt/qtx11extras:5 ) >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kjobwidgets-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=d348ce1f0e74fda723ef8e599a68be65 diff --git a/metadata/md5-cache/kde-frameworks/kjs-5.4.0 b/metadata/md5-cache/kde-frameworks/kjs-5.4.0 deleted file mode 100644 index b2024bcf6fd8..000000000000 --- a/metadata/md5-cache/kde-frameworks/kjs-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-libs/libpcre dev-lang/perl >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=ECMAScipt compatible parser and engine -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=doc debug test -KEYWORDS=~amd64 -LICENSE=BSD-2 LGPL-2+ -RDEPEND=dev-libs/libpcre >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/portingAids/kjs-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=d96c55818b5d83b134394b64246e58c7 diff --git a/metadata/md5-cache/kde-frameworks/kjsembed-5.4.0 b/metadata/md5-cache/kde-frameworks/kjsembed-5.4.0 deleted file mode 100644 index 2f734504b7dd..000000000000 --- a/metadata/md5-cache/kde-frameworks/kjsembed-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/ki18n-5.4 >=kde-frameworks/kjs-5.4 dev-qt/qtgui:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 >=kde-frameworks/kdoctools-5.4 dev-qt/designer:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework binding JavaScript objects to QObjects -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=doc debug -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/ki18n-5.4 >=kde-frameworks/kjs-5.4 dev-qt/qtgui:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/portingAids/kjsembed-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=f39dc6c11ead6088d5b95140e1e41a13 diff --git a/metadata/md5-cache/kde-frameworks/kmediaplayer-5.4.0 b/metadata/md5-cache/kde-frameworks/kmediaplayer-5.4.0 deleted file mode 100644 index 8835ff8455d9..000000000000 --- a/metadata/md5-cache/kde-frameworks/kmediaplayer-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kparts-5.4 >=kde-frameworks/kxmlgui-5.4 dev-qt/qtdbus:5 dev-qt/qtwidgets:5 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing a common interface for KParts that can play media files -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=test doc debug test -KEYWORDS=~amd64 -LICENSE=MIT -RDEPEND=>=kde-frameworks/kparts-5.4 >=kde-frameworks/kxmlgui-5.4 dev-qt/qtdbus:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/portingAids/kmediaplayer-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=419b20e7891a95349d668b6c4a3cfc1a diff --git a/metadata/md5-cache/kde-frameworks/knewstuff-5.4.0 b/metadata/md5-cache/kde-frameworks/knewstuff-5.4.0 deleted file mode 100644 index 0a01c78fd31e..000000000000 --- a/metadata/md5-cache/kde-frameworks/knewstuff-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/attica-5.4 >=kde-frameworks/karchive-5.4 >=kde-frameworks/kcompletion-5.4 >=kde-frameworks/kconfig-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kiconthemes-5.4 >=kde-frameworks/kio-5.4 >=kde-frameworks/kitemviews-5.4 >=kde-frameworks/ktextwidgets-5.4 >=kde-frameworks/kwidgetsaddons-5.4 >=kde-frameworks/kxmlgui-5.4 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for downloading and sharing additional application data -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=doc debug -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/attica-5.4 >=kde-frameworks/karchive-5.4 >=kde-frameworks/kcompletion-5.4 >=kde-frameworks/kconfig-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kiconthemes-5.4 >=kde-frameworks/kio-5.4 >=kde-frameworks/kitemviews-5.4 >=kde-frameworks/ktextwidgets-5.4 >=kde-frameworks/kwidgetsaddons-5.4 >=kde-frameworks/kxmlgui-5.4 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/knewstuff-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=d5a946fa79155d9bb0741af2bf4e29a3 diff --git a/metadata/md5-cache/kde-frameworks/knotifications-5.4.0 b/metadata/md5-cache/kde-frameworks/knotifications-5.4.0 deleted file mode 100644 index 75884af30ad2..000000000000 --- a/metadata/md5-cache/kde-frameworks/knotifications-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcodecs-5.4 >=kde-frameworks/kconfig-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kiconthemes-5.4 >=kde-frameworks/kservice-5.4 >=kde-frameworks/kwindowsystem-5.4 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 media-libs/phonon[qt5] dbus? ( dev-libs/libdbusmenu-qt[qt5] ) X? ( dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libXtst ) nls? ( dev-qt/linguist-tools:5 ) X? ( x11-proto/xproto ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for notifying the user of an event, including feedback and persistant events -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=dbus nls X doc debug -KEYWORDS=~amd64 -LICENSE=LGPL-2.1+ -RDEPEND=>=kde-frameworks/kcodecs-5.4 >=kde-frameworks/kconfig-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kiconthemes-5.4 >=kde-frameworks/kservice-5.4 >=kde-frameworks/kwindowsystem-5.4 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 media-libs/phonon[qt5] dbus? ( dev-libs/libdbusmenu-qt[qt5] ) X? ( dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libXtst ) >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/knotifications-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=f9b5646700fbf93c34e25f7cabbbf050 diff --git a/metadata/md5-cache/kde-frameworks/knotifyconfig-5.4.0 b/metadata/md5-cache/kde-frameworks/knotifyconfig-5.4.0 deleted file mode 100644 index 84f9c63c1a7f..000000000000 --- a/metadata/md5-cache/kde-frameworks/knotifyconfig-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcompletion-5.4 >=kde-frameworks/kconfig-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kio-5.4 >=kde-frameworks/kservice-5.4 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 phonon? ( media-libs/phonon[qt5] ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for configuring desktop notifications -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=phonon doc debug -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kcompletion-5.4 >=kde-frameworks/kconfig-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kio-5.4 >=kde-frameworks/kservice-5.4 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 phonon? ( media-libs/phonon[qt5] ) >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/knotifyconfig-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=484dc98c9ac104c73ecc7334ba03ceb7 diff --git a/metadata/md5-cache/kde-frameworks/kparts-5.4.0 b/metadata/md5-cache/kde-frameworks/kparts-5.4.0 deleted file mode 100644 index 4fba9887d692..000000000000 --- a/metadata/md5-cache/kde-frameworks/kparts-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kconfig-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kiconthemes-5.4 >=kde-frameworks/kio-5.4 >=kde-frameworks/kjobwidgets-5.4 >=kde-frameworks/knotifications-5.4 >=kde-frameworks/kservice-5.4 >=kde-frameworks/ktextwidgets-5.4 >=kde-frameworks/kwidgetsaddons-5.4 >=kde-frameworks/kxmlgui-5.4 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing elaborate user-interface components -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=test doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kconfig-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kiconthemes-5.4 >=kde-frameworks/kio-5.4 >=kde-frameworks/kjobwidgets-5.4 >=kde-frameworks/knotifications-5.4 >=kde-frameworks/kservice-5.4 >=kde-frameworks/ktextwidgets-5.4 >=kde-frameworks/kwidgetsaddons-5.4 >=kde-frameworks/kxmlgui-5.4 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kparts-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=c99233598a81ad5534a826b7d8248ae0 diff --git a/metadata/md5-cache/kde-frameworks/kplotting-5.4.0 b/metadata/md5-cache/kde-frameworks/kplotting-5.4.0 deleted file mode 100644 index f4bf7f891bff..000000000000 --- a/metadata/md5-cache/kde-frameworks/kplotting-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing easy data-plotting functions -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=test doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kplotting-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=60a43d2015ef0270b7691e42b30f0195 diff --git a/metadata/md5-cache/kde-frameworks/kpty-5.4.0 b/metadata/md5-cache/kde-frameworks/kpty-5.4.0 deleted file mode 100644 index 1dc698ff5f7e..000000000000 --- a/metadata/md5-cache/kde-frameworks/kpty-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/ki18n-5.4 sys-libs/libutempter >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for pseudo terminal devices and running child processes -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/ki18n-5.4 sys-libs/libutempter >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kpty-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=3cfc421af6cae619c8391f2179497aa0 diff --git a/metadata/md5-cache/kde-frameworks/kross-5.4.0 b/metadata/md5-cache/kde-frameworks/kross-5.4.0 deleted file mode 100644 index e4b5ef4626ab..000000000000 --- a/metadata/md5-cache/kde-frameworks/kross-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcompletion-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kiconthemes-5.4 >=kde-frameworks/kio-5.4 >=kde-frameworks/kparts-5.4 >=kde-frameworks/kservice-5.4 >=kde-frameworks/kwidgetsaddons-5.4 >=kde-frameworks/kxmlgui-5.4 dev-qt/qtgui:5 dev-qt/qtscript:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 >=kde-frameworks/kdoctools-5.4 dev-qt/designer:5 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for embedding scripting into applications -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=test doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kcompletion-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kiconthemes-5.4 >=kde-frameworks/kio-5.4 >=kde-frameworks/kparts-5.4 >=kde-frameworks/kservice-5.4 >=kde-frameworks/kwidgetsaddons-5.4 >=kde-frameworks/kxmlgui-5.4 dev-qt/qtgui:5 dev-qt/qtscript:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/portingAids/kross-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=c5886738fbc1b7af21466ac0ac97fc15 diff --git a/metadata/md5-cache/kde-frameworks/krunner-5.4.0 b/metadata/md5-cache/kde-frameworks/krunner-5.4.0 deleted file mode 100644 index b6e7bb5652f3..000000000000 --- a/metadata/md5-cache/kde-frameworks/krunner-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kconfig-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kio-5.4 >=kde-frameworks/kservice-5.4 >=kde-frameworks/plasma-5.4 >=kde-frameworks/solid-5.4 >=kde-frameworks/threadweaver-5.4 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for providing different actions given a string query -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=test doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kconfig-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kio-5.4 >=kde-frameworks/kservice-5.4 >=kde-frameworks/plasma-5.4 >=kde-frameworks/solid-5.4 >=kde-frameworks/threadweaver-5.4 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/portingAids/krunner-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=4d4e949591588c0002b8bd0feabefeb7 diff --git a/metadata/md5-cache/kde-frameworks/kservice-5.4.0 b/metadata/md5-cache/kde-frameworks/kservice-5.4.0 deleted file mode 100644 index 418d5c18b96b..000000000000 --- a/metadata/md5-cache/kde-frameworks/kservice-5.4.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kconfig-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kcrash-5.4 >=kde-frameworks/kdbusaddons-5.4 >=kde-frameworks/ki18n-5.4 dev-qt/qtdbus:5 dev-qt/qtxml:5 >=kde-frameworks/kdoctools-5.4 test? ( dev-qt/qtconcurrent:5 ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing advanced features for plugins, such as file type association and locating -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2 LGPL-2.1+ -RDEPEND=>=kde-frameworks/kconfig-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kcrash-5.4 >=kde-frameworks/kdbusaddons-5.4 >=kde-frameworks/ki18n-5.4 dev-qt/qtdbus:5 dev-qt/qtxml:5 >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -RESTRICT=test -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kservice-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=31aee5ce447298a308ffd9d3509d5761 diff --git a/metadata/md5-cache/kde-frameworks/ktexteditor-5.4.0 b/metadata/md5-cache/kde-frameworks/ktexteditor-5.4.0 deleted file mode 100644 index 9cf1e79c6c7d..000000000000 --- a/metadata/md5-cache/kde-frameworks/ktexteditor-5.4.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/karchive-5.4 >=kde-frameworks/kcodecs-5.4 >=kde-frameworks/kcompletion-5.4 >=kde-frameworks/kconfig-5.4 >=kde-frameworks/kconfigwidgets-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kguiaddons-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kiconthemes-5.4 >=kde-frameworks/kio-5.4 >=kde-frameworks/kitemviews-5.4 >=kde-frameworks/kjobwidgets-5.4 >=kde-frameworks/kparts-5.4 >=kde-frameworks/ktextwidgets-5.4 >=kde-frameworks/kwidgetsaddons-5.4 >=kde-frameworks/kxmlgui-5.4 >=kde-frameworks/sonnet-5.4 dev-qt/qtgui:5 dev-qt/qtprintsupport:5 dev-qt/qtscript:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 git? ( dev-libs/libgit2 ) dev-qt/qtxmlpatterns:5 test? ( >=kde-frameworks/kservice-5.4 ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing a full text editor component -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=git test doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/karchive-5.4 >=kde-frameworks/kcodecs-5.4 >=kde-frameworks/kcompletion-5.4 >=kde-frameworks/kconfig-5.4 >=kde-frameworks/kconfigwidgets-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kguiaddons-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kiconthemes-5.4 >=kde-frameworks/kio-5.4 >=kde-frameworks/kitemviews-5.4 >=kde-frameworks/kjobwidgets-5.4 >=kde-frameworks/kparts-5.4 >=kde-frameworks/ktextwidgets-5.4 >=kde-frameworks/kwidgetsaddons-5.4 >=kde-frameworks/kxmlgui-5.4 >=kde-frameworks/sonnet-5.4 dev-qt/qtgui:5 dev-qt/qtprintsupport:5 dev-qt/qtscript:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 git? ( dev-libs/libgit2 ) >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -RESTRICT=test -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/ktexteditor-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=99be093bfec37327e086a937690f5da5 diff --git a/metadata/md5-cache/kde-frameworks/ktextwidgets-5.4.0 b/metadata/md5-cache/kde-frameworks/ktextwidgets-5.4.0 deleted file mode 100644 index be4cdef2018f..000000000000 --- a/metadata/md5-cache/kde-frameworks/ktextwidgets-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcompletion-5.4 >=kde-frameworks/kconfig-5.4 >=kde-frameworks/kconfigwidgets-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kiconthemes-5.4 >=kde-frameworks/kservice-5.4 >=kde-frameworks/kwidgetsaddons-5.4 >=kde-frameworks/kwindowsystem-5.4 >=kde-frameworks/sonnet-5.4 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing an assortment of widgets for displaying and editing text -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=test doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2+ LGPL-2.1+ -RDEPEND=>=kde-frameworks/kcompletion-5.4 >=kde-frameworks/kconfig-5.4 >=kde-frameworks/kconfigwidgets-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kiconthemes-5.4 >=kde-frameworks/kservice-5.4 >=kde-frameworks/kwidgetsaddons-5.4 >=kde-frameworks/kwindowsystem-5.4 >=kde-frameworks/sonnet-5.4 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/ktextwidgets-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=a9d5aa4a8d581a8140ca1e9987291acd diff --git a/metadata/md5-cache/kde-frameworks/kunitconversion-5.4.0 b/metadata/md5-cache/kde-frameworks/kunitconversion-5.4.0 deleted file mode 100644 index b479a2822657..000000000000 --- a/metadata/md5-cache/kde-frameworks/kunitconversion-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/ki18n-5.4 dev-qt/qtnetwork:5 dev-qt/qtxml:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for converting units -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/ki18n-5.4 dev-qt/qtnetwork:5 dev-qt/qtxml:5 >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kunitconversion-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=0b52f11146351f99056a1bcc929ca876 diff --git a/metadata/md5-cache/kde-frameworks/kwallet-5.4.0 b/metadata/md5-cache/kde-frameworks/kwallet-5.4.0 deleted file mode 100644 index a2b16ee065e2..000000000000 --- a/metadata/md5-cache/kde-frameworks/kwallet-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kconfig-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kdbusaddons-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kiconthemes-5.4 >=kde-frameworks/knotifications-5.4 >=kde-frameworks/kservice-5.4 >=kde-frameworks/kwidgetsaddons-5.4 >=kde-frameworks/kwindowsystem-5.4 dev-libs/libgcrypt:0= dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing desktop-wide storage for passwords -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kconfig-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kdbusaddons-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kiconthemes-5.4 >=kde-frameworks/knotifications-5.4 >=kde-frameworks/kservice-5.4 >=kde-frameworks/kwidgetsaddons-5.4 >=kde-frameworks/kwindowsystem-5.4 dev-libs/libgcrypt:0= dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kwallet-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=f0c989ee74853a07a5ead87968493671 diff --git a/metadata/md5-cache/kde-frameworks/kwidgetsaddons-5.4.0 b/metadata/md5-cache/kde-frameworks/kwidgetsaddons-5.4.0 deleted file mode 100644 index f8e878be1317..000000000000 --- a/metadata/md5-cache/kde-frameworks/kwidgetsaddons-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtgui:5 dev-qt/qtwidgets:5 nls? ( dev-qt/linguist-tools:5 ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=An assortment of high-level widgets for common tasks -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=nls test doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2.1+ -RDEPEND=dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kwidgetsaddons-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=ba37ddf869c78065e42ae86deb803a88 diff --git a/metadata/md5-cache/kde-frameworks/kwindowsystem-5.4.0 b/metadata/md5-cache/kde-frameworks/kwindowsystem-5.4.0 deleted file mode 100644 index 7cda9dfe8785..000000000000 --- a/metadata/md5-cache/kde-frameworks/kwindowsystem-5.4.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtgui:5 dev-qt/qtwidgets:5 X? ( dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libXfixes x11-libs/libxcb x11-libs/xcb-util-keysyms ) nls? ( dev-qt/linguist-tools:5 ) X? ( x11-proto/xproto ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing access to certain properties and features of the window manager -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=nls X test doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2+ MIT -RDEPEND=dev-qt/qtgui:5 dev-qt/qtwidgets:5 X? ( dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libXfixes x11-libs/libxcb x11-libs/xcb-util-keysyms ) >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -RESTRICT=test -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kwindowsystem-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=5746846151dbeb51d13c69b5e03da1e7 diff --git a/metadata/md5-cache/kde-frameworks/kxmlgui-5.4.0 b/metadata/md5-cache/kde-frameworks/kxmlgui-5.4.0 deleted file mode 100644 index f7db002e647b..000000000000 --- a/metadata/md5-cache/kde-frameworks/kxmlgui-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kconfig-5.4 >=kde-frameworks/kconfigwidgets-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kglobalaccel-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kiconthemes-5.4 >=kde-frameworks/kitemviews-5.4 >=kde-frameworks/ktextwidgets-5.4 >=kde-frameworks/kwidgetsaddons-5.4 >=kde-frameworks/kwindowsystem-5.4 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 attica? ( >=kde-frameworks/attica-5.4 ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for managing menu and toolbar actions in an abstract way -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=attica test doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kconfig-5.4 >=kde-frameworks/kconfigwidgets-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kglobalaccel-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kiconthemes-5.4 >=kde-frameworks/kitemviews-5.4 >=kde-frameworks/ktextwidgets-5.4 >=kde-frameworks/kwidgetsaddons-5.4 >=kde-frameworks/kwindowsystem-5.4 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 attica? ( >=kde-frameworks/attica-5.4 ) >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/kxmlgui-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=304c4111b172e240ca57a22d88cf7592 diff --git a/metadata/md5-cache/kde-frameworks/plasma-5.4.0 b/metadata/md5-cache/kde-frameworks/plasma-5.4.0 deleted file mode 100644 index 830cda8d6506..000000000000 --- a/metadata/md5-cache/kde-frameworks/plasma-5.4.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kactivities-5.4 >=kde-frameworks/karchive-5.4 >=kde-frameworks/kconfig-5.4 >=kde-frameworks/kconfigwidgets-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kdbusaddons-5.4 >=kde-frameworks/kdeclarative-5.4 >=kde-frameworks/kglobalaccel-5.4 >=kde-frameworks/kguiaddons-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kiconthemes-5.4 >=kde-frameworks/kio-5.4 >=kde-frameworks/kservice-5.4 >=kde-frameworks/kwindowsystem-5.4 >=kde-frameworks/kxmlgui-5.4 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtquickcontrols:5 dev-qt/qtscript:5 dev-qt/qtsql:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 X? ( dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libxcb ) >=kde-frameworks/kdoctools-5.4 dev-qt/qtquick1:5 egl? ( media-libs/mesa[egl] ) opengl? ( dev-qt/qtgui:5[opengl,-gles2] virtual/opengl ) X? ( x11-proto/xproto ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Plasma framework -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=egl opengl X test doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kactivities-5.4 >=kde-frameworks/karchive-5.4 >=kde-frameworks/kconfig-5.4 >=kde-frameworks/kconfigwidgets-5.4 >=kde-frameworks/kcoreaddons-5.4 >=kde-frameworks/kdbusaddons-5.4 >=kde-frameworks/kdeclarative-5.4 >=kde-frameworks/kglobalaccel-5.4 >=kde-frameworks/kguiaddons-5.4 >=kde-frameworks/ki18n-5.4 >=kde-frameworks/kiconthemes-5.4 >=kde-frameworks/kio-5.4 >=kde-frameworks/kservice-5.4 >=kde-frameworks/kwindowsystem-5.4 >=kde-frameworks/kxmlgui-5.4 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtquickcontrols:5 dev-qt/qtscript:5 dev-qt/qtsql:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 X? ( dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libxcb ) >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -RESTRICT=test -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/plasma-framework-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=fdc7d38821bc2c329733be58eeeaec7b diff --git a/metadata/md5-cache/kde-frameworks/solid-5.4.0 b/metadata/md5-cache/kde-frameworks/solid-5.4.0 deleted file mode 100644 index d594c000e73e..000000000000 --- a/metadata/md5-cache/kde-frameworks/solid-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 virtual/udev nls? ( dev-qt/linguist-tools:5 ) test? ( dev-qt/qtconcurrent:5 ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing platform independent hardware discovery, abstraction, and management -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=nls test doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2.1+ -RDEPEND=dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 virtual/udev >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/solid-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=6befa6e23d256f36579a35dd74a50e84 diff --git a/metadata/md5-cache/kde-frameworks/sonnet-5.4.0 b/metadata/md5-cache/kde-frameworks/sonnet-5.4.0 deleted file mode 100644 index 5e2eeceb6f38..000000000000 --- a/metadata/md5-cache/kde-frameworks/sonnet-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtgui:5 dev-qt/qtwidgets:5 aspell? ( app-text/aspell ) hunspell? ( app-text/hunspell ) nls? ( dev-qt/linguist-tools:5 ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for providing spell-checking capabilities through abstraction of popular backends -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=aspell hunspell nls doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2+ LGPL-2.1+ -RDEPEND=dev-qt/qtgui:5 dev-qt/qtwidgets:5 aspell? ( app-text/aspell ) hunspell? ( app-text/hunspell ) >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/sonnet-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=d0693f2f3c547f529fc67fa1b1adbe71 diff --git a/metadata/md5-cache/kde-frameworks/threadweaver-5.4.0 b/metadata/md5-cache/kde-frameworks/threadweaver-5.4.0 deleted file mode 100644 index 8d2e6defde11..000000000000 --- a/metadata/md5-cache/kde-frameworks/threadweaver-5.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.4.0 doc? ( >=kde-frameworks/kapidox-5.4 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for managing threads using job and queue-based interfaces -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=doc debug test -KEYWORDS=~amd64 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 -SLOT=5/5.4 -SRC_URI=mirror://kde/stable/frameworks/5.4/threadweaver-5.4.0.tar.xz -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 2a578e5aacc192be638ec93e6a0bd3a4 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=6a1bafeb7b4366b59619bbd0050249c4 diff --git a/metadata/md5-cache/mate-base/libmatekbd-1.6.2 b/metadata/md5-cache/mate-base/libmatekbd-1.6.2 deleted file mode 100644 index 33966cffa06e..000000000000 --- a/metadata/md5-cache/mate-base/libmatekbd-1.6.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=>=dev-libs/glib-2.18:2 x11-libs/cairo:0 >=x11-libs/gdk-pixbuf-2.18:2 >=x11-libs/gtk+-2.18:2 x11-libs/libX11:0 >=x11-libs/libxklavier-5.0:0 x11-libs/pango:0 virtual/libintl:0 sys-devel/gettext:* >=dev-util/intltool-0.35:* virtual/pkgconfig:* app-arch/xz-utils >=sys-apps/sed-4 -DESCRIPTION=MATE keyboard configuration library -EAPI=5 -HOMEPAGE=http://mate-desktop.org -IUSE=X test -KEYWORDS=amd64 -LICENSE=LGPL-2 -RDEPEND=>=dev-libs/glib-2.18:2 x11-libs/cairo:0 >=x11-libs/gdk-pixbuf-2.18:2 >=x11-libs/gtk+-2.18:2 x11-libs/libX11:0 >=x11-libs/libxklavier-5.0:0 x11-libs/pango:0 virtual/libintl:0 -SLOT=0 -SRC_URI=http://pub.mate-desktop.org/releases/1.6/libmatekbd-1.6.2.tar.xz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=91da51b0814c22e87fa2d3b07c9333a0 diff --git a/metadata/md5-cache/mate-base/mate-1.6.0 b/metadata/md5-cache/mate-base/mate-1.6.0 deleted file mode 100644 index d9168a9b2615..000000000000 --- a/metadata/md5-cache/mate-base/mate-1.6.0 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=postinst -DESCRIPTION=Meta ebuild for MATE, a traditional desktop environment -EAPI=5 -HOMEPAGE=http://mate-desktop.org -IUSE=bluetooth +extras -KEYWORDS=amd64 -LICENSE=metapackage -RDEPEND=>=mate-base/mate-applets-1.6:0 >=mate-base/mate-control-center-1.6:0 >=mate-base/mate-desktop-1.6:0 >=mate-base/mate-file-manager-1.6:0 >=mate-base/mate-menus-1.6:0 >=mate-base/mate-panel-1.6:0 >=mate-base/mate-session-manager-1.6:0 >=mate-base/mate-settings-daemon-1.6:0 >=mate-extra/mate-media-1.6:0 >=x11-misc/mate-menu-editor-1.6:0 >=x11-terms/mate-terminal-1.6:0 >=x11-themes/mate-backgrounds-1.6:0 >=x11-themes/mate-icon-theme-1.6:0 >=x11-themes/mate-themes-1.6:0 >=x11-wm/mate-window-manager-1.6:0 virtual/notification-daemon:0 bluetooth? ( >=net-wireless/mate-bluetooth-1.6:0 ) extras? ( >=app-arch/mate-file-archiver-1.6:0 >=app-editors/mate-text-editor-1.6:0 >=app-text/mate-document-viewer-1.6:0 >=mate-extra/mate-calc-1.6:0 >=mate-extra/mate-character-map-1.6:0 >=mate-extra/mate-power-manager-1.6:0 >=mate-extra/mate-screensaver-1.6:0 >=mate-extra/mate-system-monitor-1.6:0 >=mate-extra/mate-utils-1.6:0 >=media-gfx/mate-image-viewer-1.6:0 ) -SLOT=0 -_eclasses_=multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=22dbb0d3717e91c2f622030376197f71 diff --git a/metadata/md5-cache/mate-base/mate-applets-1.6.2-r1 b/metadata/md5-cache/mate-base/mate-applets-1.6.2-r1 deleted file mode 100644 index 4670c4cc7464..000000000000 --- a/metadata/md5-cache/mate-base/mate-applets-1.6.2-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack -DEPEND=>=dev-lang/python-2.7.5-r2:2.7 dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-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_python2_7(+)] app-text/rarian:0 dev-libs/atk:0 >=dev-libs/dbus-glib-0.74:0 >=dev-libs/glib-2.22:2 >=dev-libs/libmateweather-1.6.1:0 >=dev-libs/libxml2-2.5:2 dev-python/pygobject:3 >=gnome-base/libgtop-2.11.92:2 >=mate-base/mate-desktop-1.6:0 >=mate-base/mate-panel-1.6:0 >=mate-base/mate-settings-daemon-1.6:0 >=mate-extra/mate-character-map-1.6:0 >=sys-apps/dbus-1.1.2:0 sys-power/cpupower >=sys-power/upower-pm-utils-0.9.23 x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-2.20:2 >=x11-libs/libmatewnck-1.6:0 >=x11-libs/libnotify-0.7:0 x11-libs/libX11:0 >=x11-libs/libxklavier-4:0 x11-libs/pango:0 >=x11-themes/mate-icon-theme-1.6:0 virtual/libintl:0 networkmanager? ( >=net-misc/networkmanager-0.7:0 ) policykit? ( >=sys-auth/polkit-0.92:0 ) app-text/docbook-xml-dtd:4.3 >=app-text/mate-doc-utils-1.6:0 >=app-text/scrollkeeper-dtd-1:1.0 >=dev-util/intltool-0.35:* dev-libs/libxslt:0 >=mate-base/mate-common-1.6:0 sys-devel/gettext:* virtual/pkgconfig:* !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 app-arch/xz-utils >=sys-apps/sed-4 -DESCRIPTION=Applets for the MATE Desktop and Panel -EAPI=5 -HOMEPAGE=http://mate-desktop.org -IUSE=X ipv6 networkmanager policykit python_targets_python2_7 -KEYWORDS=amd64 -LICENSE=GPL-2 FDL-1.1 LGPL-2 -RDEPEND=>=dev-lang/python-2.7.5-r2:2.7 dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-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_python2_7(+)] app-text/rarian:0 dev-libs/atk:0 >=dev-libs/dbus-glib-0.74:0 >=dev-libs/glib-2.22:2 >=dev-libs/libmateweather-1.6.1:0 >=dev-libs/libxml2-2.5:2 dev-python/pygobject:3 >=gnome-base/libgtop-2.11.92:2 >=mate-base/mate-desktop-1.6:0 >=mate-base/mate-panel-1.6:0 >=mate-base/mate-settings-daemon-1.6:0 >=mate-extra/mate-character-map-1.6:0 >=sys-apps/dbus-1.1.2:0 sys-power/cpupower >=sys-power/upower-pm-utils-0.9.23 x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-2.20:2 >=x11-libs/libmatewnck-1.6:0 >=x11-libs/libnotify-0.7:0 x11-libs/libX11:0 >=x11-libs/libxklavier-4:0 x11-libs/pango:0 >=x11-themes/mate-icon-theme-1.6:0 virtual/libintl:0 networkmanager? ( >=net-misc/networkmanager-0.7:0 ) policykit? ( >=sys-auth/polkit-0.92:0 ) -SLOT=0 -SRC_URI=http://pub.mate-desktop.org/releases/1.6/mate-applets-1.6.2.tar.xz -_eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 cc5b6367244dc2070b496eb9a92d5b87 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=6ec673e6fd5e591e188a40bdd80cbab4 diff --git a/metadata/md5-cache/mate-base/mate-common-1.6.2 b/metadata/md5-cache/mate-base/mate-common-1.6.2 deleted file mode 100644 index b1b95d823339..000000000000 --- a/metadata/md5-cache/mate-base/mate-common-1.6.2 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=install -DESCRIPTION=Common files for development of MATE packages -EAPI=5 -HOMEPAGE=http://mate-desktop.org -KEYWORDS=amd64 -LICENSE=GPL-3 -SLOT=0 -SRC_URI=http://pub.mate-desktop.org/releases/1.6/mate-common-1.6.2.tar.xz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=f8b73db83402be3ea5296cec96317c6a diff --git a/metadata/md5-cache/mate-base/mate-control-center-1.6.2 b/metadata/md5-cache/mate-base/mate-control-center-1.6.2 deleted file mode 100644 index a8410e424080..000000000000 --- a/metadata/md5-cache/mate-base/mate-control-center-1.6.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=app-text/rarian:0 dev-libs/atk:0 >=dev-libs/dbus-glib-0.73:0 >=dev-libs/glib-2.28:2 dev-libs/libunique:1 dev-libs/libxml2:2 >=gnome-base/dconf-0.13.4:0 >=gnome-base/librsvg-2.0:2 >=mate-base/libmatekbd-1.6:0 >=mate-base/mate-desktop-1.6:0 =mate-base/mate-file-manager-1.6:0 >=mate-base/mate-menus-1.6:0 >=mate-base/mate-settings-daemon-1.6:0 >=media-libs/fontconfig-1:1.0 media-libs/freetype:2 media-libs/libcanberra:0[gtk] >=sys-apps/dbus-1:0 x11-apps/xmodmap:0 x11-libs/cairo:0 x11-libs/gdk-pixbuf:2 x11-libs/gtk+:2 x11-libs/libX11:0 x11-libs/libXScrnSaver:0 x11-libs/libXcursor:0 x11-libs/libXext:0 x11-libs/libXft:0 >=x11-libs/libXi-1.2:0 x11-libs/libXrandr:0 x11-libs/libXrender:0 x11-libs/libXxf86misc:0 >=x11-libs/libxklavier-4:0 x11-libs/pango:0 >=x11-wm/mate-window-manager-1.6:0 virtual/libintl:0 >=app-text/mate-doc-utils-1.6:0 >=app-text/scrollkeeper-dtd-1:1.0 dev-util/desktop-file-utils:0 >=dev-util/intltool-0.37.1:* >=mate-base/mate-common-1.6:0 sys-devel/gettext:* x11-proto/kbproto:0 x11-proto/randrproto:0 x11-proto/renderproto:0 x11-proto/scrnsaverproto:0 x11-proto/xextproto:0 x11-proto/xf86miscproto:0 x11-proto/xproto:0 virtual/pkgconfig:* !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 app-arch/xz-utils >=sys-apps/sed-4 -DESCRIPTION=The MATE Desktop configuration tool -EAPI=5 -HOMEPAGE=http://mate-desktop.org -IUSE=debug -KEYWORDS=amd64 -LICENSE=GPL-2 -RDEPEND=app-text/rarian:0 dev-libs/atk:0 >=dev-libs/dbus-glib-0.73:0 >=dev-libs/glib-2.28:2 dev-libs/libunique:1 dev-libs/libxml2:2 >=gnome-base/dconf-0.13.4:0 >=gnome-base/librsvg-2.0:2 >=mate-base/libmatekbd-1.6:0 >=mate-base/mate-desktop-1.6:0 =mate-base/mate-file-manager-1.6:0 >=mate-base/mate-menus-1.6:0 >=mate-base/mate-settings-daemon-1.6:0 >=media-libs/fontconfig-1:1.0 media-libs/freetype:2 media-libs/libcanberra:0[gtk] >=sys-apps/dbus-1:0 x11-apps/xmodmap:0 x11-libs/cairo:0 x11-libs/gdk-pixbuf:2 x11-libs/gtk+:2 x11-libs/libX11:0 x11-libs/libXScrnSaver:0 x11-libs/libXcursor:0 x11-libs/libXext:0 x11-libs/libXft:0 >=x11-libs/libXi-1.2:0 x11-libs/libXrandr:0 x11-libs/libXrender:0 x11-libs/libXxf86misc:0 >=x11-libs/libxklavier-4:0 x11-libs/pango:0 >=x11-wm/mate-window-manager-1.6:0 virtual/libintl:0 -SLOT=0 -SRC_URI=http://pub.mate-desktop.org/releases/1.6/mate-control-center-1.6.2.tar.xz -_eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=51e371998ba99905f1d0eb9b2e17161b diff --git a/metadata/md5-cache/mate-base/mate-desktop-1.6.2-r1 b/metadata/md5-cache/mate-base/mate-desktop-1.6.2-r1 deleted file mode 100644 index a5be9e41b734..000000000000 --- a/metadata/md5-cache/mate-base/mate-desktop-1.6.2-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-libs/glib-2.34:2 >=dev-libs/libunique-1:1 x11-libs/cairo:0 >=x11-libs/gdk-pixbuf-2.4:2 >=x11-libs/gtk+-2.24:2 x11-libs/libX11:0 >=x11-libs/libXrandr-1.2:0 virtual/libintl:0 startup-notification? ( >=x11-libs/startup-notification-0.5:0 ) app-text/docbook-xml-dtd:4.1.2 >=app-text/mate-doc-utils-1.6:0 >=dev-util/intltool-0.40:* sys-devel/gettext:* >=x11-proto/randrproto-1.2:0 x11-proto/xproto:0 virtual/pkgconfig:* app-arch/xz-utils >=sys-apps/sed-4 -DESCRIPTION=Libraries for the MATE desktop that are not part of the UI -EAPI=5 -HOMEPAGE=http://mate-desktop.org -IUSE=X startup-notification debug python_targets_python2_7 -KEYWORDS=amd64 -LICENSE=GPL-2 FDL-1.1 LGPL-2 -RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-libs/glib-2.34:2 >=dev-libs/libunique-1:1 x11-libs/cairo:0 >=x11-libs/gdk-pixbuf-2.4:2 >=x11-libs/gtk+-2.24:2 x11-libs/libX11:0 >=x11-libs/libXrandr-1.2:0 virtual/libintl:0 startup-notification? ( >=x11-libs/startup-notification-0.5:0 ) -SLOT=0 -SRC_URI=http://pub.mate-desktop.org/releases/1.6/mate-desktop-1.6.2.tar.xz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=324706a99c6fa7a7ad16932f4626942e diff --git a/metadata/md5-cache/mate-base/mate-menus-1.6.0 b/metadata/md5-cache/mate-base/mate-menus-1.6.0 deleted file mode 100644 index 31418ed4d14a..000000000000 --- a/metadata/md5-cache/mate-base/mate-menus-1.6.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack -DEPEND=>=dev-libs/glib-2.15.2:2 virtual/libintl:0 introspection? ( >=dev-libs/gobject-introspection-0.6.7:0 ) python? ( dev-python/pygtk:2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-util/intltool-0.40:* >=mate-base/mate-common-1.6:0 sys-devel/gettext:* virtual/pkgconfig:* !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 app-arch/xz-utils >=sys-apps/sed-4 -DESCRIPTION=MATE menu system, implementing the F.D.O cross-desktop spec -EAPI=5 -HOMEPAGE=http://mate-desktop.org -IUSE=debug +introspection python python_targets_python2_7 -KEYWORDS=amd64 -LICENSE=GPL-2 LGPL-2 -RDEPEND=>=dev-libs/glib-2.15.2:2 virtual/libintl:0 introspection? ( >=dev-libs/gobject-introspection-0.6.7:0 ) python? ( dev-python/pygtk:2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) -REQUIRED_USE=python? ( || ( python_targets_python2_7 ) ) -SLOT=0 -SRC_URI=http://pub.mate-desktop.org/releases/1.6/mate-menus-1.6.0.tar.xz -_eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=a9025007b23d27a955694db714b0b21a diff --git a/metadata/md5-cache/mate-base/mate-panel-1.6.1 b/metadata/md5-cache/mate-base/mate-panel-1.6.1 deleted file mode 100644 index 216df405028e..000000000000 --- a/metadata/md5-cache/mate-base/mate-panel-1.6.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=dev-libs/atk:0 >=dev-libs/dbus-glib-0.80:0 >=dev-libs/glib-2.26:2 >=dev-libs/libmateweather-1.6 dev-libs/libxml2:2 >=gnome-base/dconf-0.10:0 gnome-base/librsvg:2 >=mate-base/mate-desktop-1.6:0 =mate-base/mate-menus-1.6:0 >=media-libs/libcanberra-0.23:0[gtk] >=sys-apps/dbus-1.1.2:0 >=x11-libs/cairo-1:0 >=x11-libs/gdk-pixbuf-2.7.1:2 x11-libs/libICE:0 x11-libs/libSM:0 x11-libs/libX11:0 >=x11-libs/pango-1.15.4:0[introspection?] >=x11-libs/gtk+-2.19.7:2[introspection?] >=x11-libs/libmatewnck-1.5.1:0 x11-libs/libXau:0 >=x11-libs/libXrandr-1.2:0 virtual/libintl:0 introspection? ( >=dev-libs/gobject-introspection-0.6.7:0 ) networkmanager? ( >=net-misc/networkmanager-0.6:0 ) app-text/docbook-xml-dtd:4.1.2 >=app-text/mate-doc-utils-1.2.1:0 >=dev-lang/perl-5:0= >=dev-util/intltool-0.40:* >=mate-base/mate-common-1.6:0 sys-devel/gettext:* virtual/pkgconfig:* !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 app-arch/xz-utils >=sys-apps/sed-4 -DESCRIPTION=The MATE panel -EAPI=5 -HOMEPAGE=http://mate-desktop.org -IUSE=X +introspection networkmanager -KEYWORDS=amd64 -LICENSE=GPL-2 FDL-1.1 LGPL-2 -RDEPEND=dev-libs/atk:0 >=dev-libs/dbus-glib-0.80:0 >=dev-libs/glib-2.26:2 >=dev-libs/libmateweather-1.6 dev-libs/libxml2:2 >=gnome-base/dconf-0.10:0 gnome-base/librsvg:2 >=mate-base/mate-desktop-1.6:0 =mate-base/mate-menus-1.6:0 >=media-libs/libcanberra-0.23:0[gtk] >=sys-apps/dbus-1.1.2:0 >=x11-libs/cairo-1:0 >=x11-libs/gdk-pixbuf-2.7.1:2 x11-libs/libICE:0 x11-libs/libSM:0 x11-libs/libX11:0 >=x11-libs/pango-1.15.4:0[introspection?] >=x11-libs/gtk+-2.19.7:2[introspection?] >=x11-libs/libmatewnck-1.5.1:0 x11-libs/libXau:0 >=x11-libs/libXrandr-1.2:0 virtual/libintl:0 introspection? ( >=dev-libs/gobject-introspection-0.6.7:0 ) networkmanager? ( >=net-misc/networkmanager-0.6:0 ) -SLOT=0 -SRC_URI=http://pub.mate-desktop.org/releases/1.6/mate-panel-1.6.1.tar.xz -_eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=26cfd0e6b991f450376b65146b257126 diff --git a/metadata/md5-cache/mate-base/mate-session-manager-1.6.1-r1 b/metadata/md5-cache/mate-base/mate-session-manager-1.6.1-r1 deleted file mode 100644 index 5f1315fecde9..000000000000 --- a/metadata/md5-cache/mate-base/mate-session-manager-1.6.1-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=>=dev-libs/dbus-glib-0.76 >=dev-libs/glib-2.25:2 dev-libs/libxslt sys-apps/dbus >=sys-power/upower-pm-utils-0.9.23 x11-apps/xdpyinfo x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-2.14:2 x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXau x11-libs/libXext x11-libs/libXrender x11-libs/libXtst x11-libs/pango x11-libs/xtrans x11-misc/xdg-user-dirs x11-misc/xdg-user-dirs-gtk virtual/libintl elibc_FreeBSD? ( dev-libs/libexecinfo ) gnome-keyring? ( gnome-base/gnome-keyring ) >=dev-util/intltool-0.40:* >=dev-lang/perl-5 >=mate-base/mate-common-1.6 >=sys-devel/gettext-0.10.40:* virtual/pkgconfig:* !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 app-arch/xz-utils >=sys-apps/sed-4 -DESCRIPTION=MATE session manager -EAPI=5 -HOMEPAGE=http://mate-desktop.org/ -IUSE=ipv6 elibc_FreeBSD gnome-keyring systemd debug -KEYWORDS=amd64 -LICENSE=GPL-2 LGPL-2 FDL-1.1 -RDEPEND=>=dev-libs/dbus-glib-0.76 >=dev-libs/glib-2.25:2 dev-libs/libxslt sys-apps/dbus >=sys-power/upower-pm-utils-0.9.23 x11-apps/xdpyinfo x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-2.14:2 x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXau x11-libs/libXext x11-libs/libXrender x11-libs/libXtst x11-libs/pango x11-libs/xtrans x11-misc/xdg-user-dirs x11-misc/xdg-user-dirs-gtk virtual/libintl elibc_FreeBSD? ( dev-libs/libexecinfo ) gnome-keyring? ( gnome-base/gnome-keyring ) -SLOT=0 -SRC_URI=http://pub.mate-desktop.org/releases/1.6/mate-session-manager-1.6.1.tar.xz -_eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=d83c4a1fe7c3c7a69a06ff7bc84909f8 diff --git a/metadata/md5-cache/mate-base/mate-settings-daemon-1.6.2 b/metadata/md5-cache/mate-base/mate-settings-daemon-1.6.2 deleted file mode 100644 index 0b44bbb5ead1..000000000000 --- a/metadata/md5-cache/mate-base/mate-settings-daemon-1.6.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=>=dev-libs/dbus-glib-0.74:0 >=dev-libs/glib-2.17.3:2 >=mate-base/libmatekbd-1.6.1:0 >=mate-base/mate-desktop-1.6:0 media-libs/fontconfig:1.0 >=gnome-base/dconf-0.13.4:0 x11-libs/cairo:0 x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-2.24:2 x11-libs/libX11:0 x11-libs/libXi:0 x11-libs/libXext:0 x11-libs/libXxf86misc:0 >=x11-libs/libxklavier-5:0 virtual/libintl:0 libnotify? ( >=x11-libs/libnotify-0.7:0 ) policykit? ( >=dev-libs/dbus-glib-0.71:0 >=sys-apps/dbus-1.1.2:0 >=sys-auth/polkit-0.97:0 ) pulseaudio? ( media-libs/libcanberra:0[gtk] >=media-sound/pulseaudio-0.9.15:0 ) !pulseaudio? ( >=media-libs/gstreamer-0.10.1.2:0.10 >=media-libs/gst-plugins-base-0.10.1.2:0.10 ) smartcard? ( >=dev-libs/nss-3.11.2:0 ) >=dev-util/intltool-0.37.1:0 sys-devel/gettext:0 virtual/pkgconfig:0 x11-proto/inputproto:0 x11-proto/xproto:0 app-arch/xz-utils >=sys-apps/sed-4 -DESCRIPTION=MATE Settings Daemon -EAPI=5 -HOMEPAGE=http://mate-desktop.org -IUSE=X debug libnotify policykit pulseaudio smartcard debug -KEYWORDS=amd64 -LICENSE=GPL-2 -RDEPEND=>=dev-libs/dbus-glib-0.74:0 >=dev-libs/glib-2.17.3:2 >=mate-base/libmatekbd-1.6.1:0 >=mate-base/mate-desktop-1.6:0 media-libs/fontconfig:1.0 >=gnome-base/dconf-0.13.4:0 x11-libs/cairo:0 x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-2.24:2 x11-libs/libX11:0 x11-libs/libXi:0 x11-libs/libXext:0 x11-libs/libXxf86misc:0 >=x11-libs/libxklavier-5:0 virtual/libintl:0 libnotify? ( >=x11-libs/libnotify-0.7:0 ) policykit? ( >=dev-libs/dbus-glib-0.71:0 >=sys-apps/dbus-1.1.2:0 >=sys-auth/polkit-0.97:0 ) pulseaudio? ( media-libs/libcanberra:0[gtk] >=media-sound/pulseaudio-0.9.15:0 ) !pulseaudio? ( >=media-libs/gstreamer-0.10.1.2:0.10 >=media-libs/gst-plugins-base-0.10.1.2:0.10 ) smartcard? ( >=dev-libs/nss-3.11.2:0 ) -SLOT=0 -SRC_URI=http://pub.mate-desktop.org/releases/1.6/mate-settings-daemon-1.6.2.tar.xz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=87e2a4ede9fd884ce13cbc4e37e15c3a diff --git a/metadata/md5-cache/mate-extra/caja-dropbox-0.7.1 b/metadata/md5-cache/mate-extra/caja-dropbox-0.7.1 deleted file mode 100644 index 35e0c87ca926..000000000000 --- a/metadata/md5-cache/mate-extra/caja-dropbox-0.7.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup unpack -DEPEND=dev-libs/atk:0 >=dev-libs/glib-2.14:2 dev-python/pygtk:2[python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-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_python2_7(+)] >=mate-base/mate-file-manager-1.6:0 media-libs/fontconfig:1.0 media-libs/freetype:2 net-misc/dropbox:0 x11-libs/cairo:0 x11-libs/gdk-pixbuf:2 x11-libs/gtk+:2 x11-libs/libXinerama:0 x11-libs/pango:0 dev-python/docutils:0 virtual/pkgconfig:* !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 app-arch/xz-utils >=sys-apps/sed-4 -DESCRIPTION=Store, Sync and Share Files Online -EAPI=5 -HOMEPAGE=http://www.dropbox.com/ -IUSE=debug debug python_targets_python2_7 -KEYWORDS=amd64 -LICENSE=GPL-2 -RDEPEND=dev-libs/atk:0 >=dev-libs/glib-2.14:2 dev-python/pygtk:2[python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-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_python2_7(+)] >=mate-base/mate-file-manager-1.6:0 media-libs/fontconfig:1.0 media-libs/freetype:2 net-misc/dropbox:0 x11-libs/cairo:0 x11-libs/gdk-pixbuf:2 x11-libs/gtk+:2 x11-libs/libXinerama:0 x11-libs/pango:0 -SLOT=0 -SRC_URI=http://pub.mate-desktop.org/releases/1.4/caja-dropbox-0.7.1.tar.xz -_eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 cc5b6367244dc2070b496eb9a92d5b87 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac user f54e098dd38ba1c0847a13e685b87747 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=8d44cf1cb7e8fd7e07aa790124c0861d diff --git a/metadata/md5-cache/mate-extra/mate-calc-1.6.1 b/metadata/md5-cache/mate-extra/mate-calc-1.6.1 deleted file mode 100644 index fabcfc0be46c..000000000000 --- a/metadata/md5-cache/mate-extra/mate-calc-1.6.1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=app-text/rarian:0 >=dev-libs/glib-2.30:2 dev-libs/atk:0 dev-libs/libxml2:2 >=x11-libs/gtk+-2.18:2 x11-libs/pango:0 virtual/libintl:0 >=app-text/mate-doc-utils-1.6 >=app-text/scrollkeeper-dtd-1:1.0 >=dev-util/intltool-0.35:* sys-devel/gettext:* virtual/pkgconfig:* app-arch/xz-utils >=sys-apps/sed-4 -DESCRIPTION=A calculator application for MATE -EAPI=5 -HOMEPAGE=http://mate-desktop.org -KEYWORDS=amd64 -LICENSE=GPL-2 -RDEPEND=app-text/rarian:0 >=dev-libs/glib-2.30:2 dev-libs/atk:0 dev-libs/libxml2:2 >=x11-libs/gtk+-2.18:2 x11-libs/pango:0 virtual/libintl:0 -SLOT=0 -SRC_URI=http://pub.mate-desktop.org/releases/1.6/mate-calc-1.6.1.tar.xz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=7991987b870edd3375a3dc87f492ca58 diff --git a/metadata/md5-cache/mate-extra/mate-dialogs-1.6.2 b/metadata/md5-cache/mate-extra/mate-dialogs-1.6.2 deleted file mode 100644 index 933c89528dd9..000000000000 --- a/metadata/md5-cache/mate-extra/mate-dialogs-1.6.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=app-text/rarian:0 >=dev-libs/glib-2.8:2 x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-2.18:2 x11-libs/libX11:0 virtual/libintl:0 libnotify? ( >=x11-libs/libnotify-0.7.0:0 ) app-text/docbook-xml-dtd:4.1.2 >=app-text/mate-doc-utils-1.6:0 >=app-text/scrollkeeper-dtd-1:1.0 >=dev-util/intltool-0.40:* >=mate-base/mate-common-1.6:0 >=sys-devel/gettext-0.14:* virtual/pkgconfig:* app-arch/xz-utils >=sys-apps/sed-4 -DESCRIPTION=Display MATE dialogs from the commandline and shell scripts -EAPI=5 -HOMEPAGE=http://mate-desktop.org -IUSE=libnotify debug -KEYWORDS=amd64 -LICENSE=LGPL-2 -RDEPEND=app-text/rarian:0 >=dev-libs/glib-2.8:2 x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-2.18:2 x11-libs/libX11:0 virtual/libintl:0 libnotify? ( >=x11-libs/libnotify-0.7.0:0 ) -SLOT=0 -SRC_URI=http://pub.mate-desktop.org/releases/1.6/mate-dialogs-1.6.2.tar.xz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=426339bbfdd4b58e2415e2a385c73749 diff --git a/metadata/md5-cache/mate-extra/mate-media-1.6.1 b/metadata/md5-cache/mate-extra/mate-media-1.6.1 deleted file mode 100644 index e2031451a93c..000000000000 --- a/metadata/md5-cache/mate-extra/mate-media-1.6.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=app-text/rarian:0 dev-libs/libxml2:2 >=dev-libs/glib-2.18.2:2 >=x11-libs/gtk+-2.18:2 >=mate-base/mate-panel-1.6:0 >=mate-base/mate-desktop-1.6:0 >=media-libs/gstreamer-0.10.23:0.10 >=media-libs/gst-plugins-base-0.10.23:0.10 >=media-libs/gst-plugins-good-0.10:0.10 >=media-libs/libcanberra-0.13:0[gtk] >=media-plugins/gst-plugins-meta-0.10-r2:0.10 >=media-plugins/gst-plugins-gconf-0.10.1:0.10 >=dev-libs/libunique-1:1 x11-libs/cairo:0 x11-libs/pango:0 virtual/libintl:0 pulseaudio? ( >=media-sound/pulseaudio-0.9.16:0[glib] ) app-text/docbook-xml-dtd:4.1.2 >=app-text/mate-doc-utils-1.6:0 >=app-text/scrollkeeper-dtd-1:1.0 >=dev-util/intltool-0.35.0:* sys-devel/gettext:* virtual/pkgconfig:* !!=sys-apps/sed-4 -DESCRIPTION=Multimedia related programs for the MATE desktop -EAPI=5 -HOMEPAGE=http://mate-desktop.org -IUSE=aac flac mp3 pulseaudio speex twolame vorbis debug -KEYWORDS=amd64 -LICENSE=LGPL-2 GPL-2 FDL-1.1 -RDEPEND=app-text/rarian:0 dev-libs/libxml2:2 >=dev-libs/glib-2.18.2:2 >=x11-libs/gtk+-2.18:2 >=mate-base/mate-panel-1.6:0 >=mate-base/mate-desktop-1.6:0 >=media-libs/gstreamer-0.10.23:0.10 >=media-libs/gst-plugins-base-0.10.23:0.10 >=media-libs/gst-plugins-good-0.10:0.10 >=media-libs/libcanberra-0.13:0[gtk] >=media-plugins/gst-plugins-meta-0.10-r2:0.10 >=media-plugins/gst-plugins-gconf-0.10.1:0.10 >=dev-libs/libunique-1:1 x11-libs/cairo:0 x11-libs/pango:0 virtual/libintl:0 pulseaudio? ( >=media-sound/pulseaudio-0.9.16:0[glib] ) >=media-plugins/gst-plugins-meta-0.10:0.10[flac?,vorbis?] aac? ( >=media-plugins/gst-plugins-faac-0.10.23:0.10 >=media-plugins/gst-plugins-ffmpeg-0.10:0.10 ) mp3? ( >=media-libs/gst-plugins-ugly-0.10:0.10 >=media-plugins/gst-plugins-taglib-0.10.23:0.10 >=media-plugins/gst-plugins-lame-0.10:0.10 ) speex? ( >=media-plugins/gst-plugins-ogg-0.10.23:0.10 >=media-plugins/gst-plugins-speex-0.10.23:0.10 ) twolame? ( >=media-plugins/gst-plugins-taglib-0.10.23:0.10 >=media-plugins/gst-plugins-twolame-0.10:0.10 ) -SLOT=0 -SRC_URI=http://pub.mate-desktop.org/releases/1.6/mate-media-1.6.1.tar.xz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=f08ee6210c3a5c37a4fbd471ffdc7116 diff --git a/metadata/md5-cache/mate-extra/mate-polkit-1.6.1 b/metadata/md5-cache/mate-extra/mate-polkit-1.6.1 deleted file mode 100644 index bd6ce25f1588..000000000000 --- a/metadata/md5-cache/mate-extra/mate-polkit-1.6.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=>=dev-libs/glib-2.28:2 >=sys-auth/polkit-0.102:0[introspection?] >=x11-libs/gtk+-2.24:2[introspection?] x11-libs/gdk-pixbuf:2[introspection?] virtual/libintl:0 introspection? ( >=dev-libs/gobject-introspection-0.6.2:0 ) >=dev-util/gtk-doc-1.3:0 >=dev-util/intltool-0.35:* mate-base/mate-common:0 sys-devel/gettext:* virtual/pkgconfig:* !=sys-apps/sed-4 -DESCRIPTION=A MATE specific DBUS session bus service that is used to bring up authentication dialogs -EAPI=5 -HOMEPAGE=https://github.com/mate-desktop/mate-polkit -IUSE=+introspection debug -KEYWORDS=amd64 -LICENSE=LGPL-2 -RDEPEND=>=dev-libs/glib-2.28:2 >=sys-auth/polkit-0.102:0[introspection?] >=x11-libs/gtk+-2.24:2[introspection?] x11-libs/gdk-pixbuf:2[introspection?] virtual/libintl:0 introspection? ( >=dev-libs/gobject-introspection-0.6.2:0 ) -RESTRICT=test -SLOT=0 -SRC_URI=http://pub.mate-desktop.org/releases/1.6/mate-polkit-1.6.1.tar.xz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=cd041b7dca69bdec5941d6059c801f01 diff --git a/metadata/md5-cache/mate-extra/mate-power-manager-1.6.3 b/metadata/md5-cache/mate-extra/mate-power-manager-1.6.3 deleted file mode 100644 index e48cd3828cde..000000000000 --- a/metadata/md5-cache/mate-extra/mate-power-manager-1.6.3 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack -DEPEND=app-text/rarian:0 >=dev-libs/dbus-glib-0.70:0 >=dev-libs/glib-2.13:2 >=media-libs/libcanberra-0.10:0[gtk] >=sys-apps/dbus-1:0 >=sys-power/upower-pm-utils-0.9.23 >=x11-apps/xrandr-1.2:0 >=x11-libs/cairo-1:0 >=x11-libs/gdk-pixbuf-2.11:2 >=x11-libs/gtk+-2.17.7:2 x11-libs/libX11:0 x11-libs/libXext:0 x11-libs/libXrandr:0 >=x11-libs/libnotify-0.7:0 x11-libs/pango:0 applet? ( >=mate-base/mate-panel-1.6:0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-3:0 ) unique? ( >=dev-libs/libunique-0.9.4:1 ) app-text/docbook-xml-dtd:4.3 >=app-text/mate-doc-utils-1.6:0 >=app-text/scrollkeeper-dtd-1:1.0 >=dev-util/intltool-0.35:* x11-proto/randrproto:0 >=x11-proto/xproto-7.0.15:0 sys-devel/gettext:* virtual/pkgconfig:* man? ( app-text/docbook-sgml-utils:0 >=app-text/docbook-sgml-dtd-4.3 ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 app-arch/xz-utils >=sys-apps/sed-4 -DESCRIPTION=A session daemon for MATE that makes it easy to manage your laptop or desktop system -EAPI=5 -HOMEPAGE=http://mate-desktop.org -IUSE=+applet gnome-keyring man policykit test unique -KEYWORDS=amd64 -LICENSE=GPL-2 -RDEPEND=app-text/rarian:0 >=dev-libs/dbus-glib-0.70:0 >=dev-libs/glib-2.13:2 >=media-libs/libcanberra-0.10:0[gtk] >=sys-apps/dbus-1:0 >=sys-power/upower-pm-utils-0.9.23 >=x11-apps/xrandr-1.2:0 >=x11-libs/cairo-1:0 >=x11-libs/gdk-pixbuf-2.11:2 >=x11-libs/gtk+-2.17.7:2 x11-libs/libX11:0 x11-libs/libXext:0 x11-libs/libXrandr:0 >=x11-libs/libnotify-0.7:0 x11-libs/pango:0 applet? ( >=mate-base/mate-panel-1.6:0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-3:0 ) unique? ( >=dev-libs/libunique-0.9.4:1 ) policykit? ( >=mate-extra/mate-polkit-1.6:0 ) -RESTRICT=test -SLOT=0 -SRC_URI=http://pub.mate-desktop.org/releases/1.6/mate-power-manager-1.6.3.tar.xz -_eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=63a75a5abe2315414e68e4d245a7e8c2 diff --git a/metadata/md5-cache/mate-extra/mate-screensaver-1.6.1-r2 b/metadata/md5-cache/mate-extra/mate-screensaver-1.6.1-r2 deleted file mode 100644 index 23f5e472d2dc..000000000000 --- a/metadata/md5-cache/mate-extra/mate-screensaver-1.6.1-r2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=>=dev-libs/dbus-glib-0.71:0 >=dev-libs/glib-2.15:2 >=mate-base/libmatekbd-1.6:0 >=mate-base/mate-desktop-1.6:0 >=mate-base/mate-menus-1.6:0 >=sys-apps/dbus-0.30:0 >=x11-libs/gdk-pixbuf-2.14:2 >=x11-libs/gtk+-2.11.5:2 >=x11-libs/libX11-1:0 x11-libs/cairo:0 x11-libs/libXext:0 x11-libs/libXrandr:0 x11-libs/libXScrnSaver:0 x11-libs/libXxf86misc:0 x11-libs/libXxf86vm:0 x11-libs/libxklavier:0 x11-libs/pango:0 virtual/libintl:0 libnotify? ( >=x11-libs/libnotify-0.7:0 ) opengl? ( virtual/opengl:0 ) pam? ( gnome-base/gnome-keyring:0 virtual/pam:0 ) !pam? ( kernel_linux? ( sys-apps/shadow:0 ) ) !!=dev-util/intltool-0.35:* >=mate-base/mate-common-1.6:0 sys-devel/gettext:* x11-proto/randrproto:0 x11-proto/scrnsaverproto:0 x11-proto/xextproto:0 x11-proto/xf86miscproto:0 virtual/pkgconfig:* consolekit? ( sys-auth/consolekit:0 ) systemd? ( sys-apps/systemd:0= ) app-arch/xz-utils >=sys-apps/sed-4 -DESCRIPTION=Replaces xscreensaver, integrating with the MATE desktop -EAPI=5 -HOMEPAGE=http://mate-desktop.org -IUSE=X consolekit kernel_linux libnotify opengl pam systemd debug -KEYWORDS=amd64 -LICENSE=GPL-2 -RDEPEND=>=dev-libs/dbus-glib-0.71:0 >=dev-libs/glib-2.15:2 >=mate-base/libmatekbd-1.6:0 >=mate-base/mate-desktop-1.6:0 >=mate-base/mate-menus-1.6:0 >=sys-apps/dbus-0.30:0 >=x11-libs/gdk-pixbuf-2.14:2 >=x11-libs/gtk+-2.11.5:2 >=x11-libs/libX11-1:0 x11-libs/cairo:0 x11-libs/libXext:0 x11-libs/libXrandr:0 x11-libs/libXScrnSaver:0 x11-libs/libXxf86misc:0 x11-libs/libXxf86vm:0 x11-libs/libxklavier:0 x11-libs/pango:0 virtual/libintl:0 libnotify? ( >=x11-libs/libnotify-0.7:0 ) opengl? ( virtual/opengl:0 ) pam? ( gnome-base/gnome-keyring:0 virtual/pam:0 ) !pam? ( kernel_linux? ( sys-apps/shadow:0 ) ) !!=dev-libs/glib-2.26:2 >=mate-base/mate-panel-1.6:0 >=x11-libs/cairo-1.0.4:0 x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-2.14:2 virtual/libintl:0 hddtemp? ( dbus? ( >=dev-libs/dbus-glib-0.80:0 >=dev-libs/libatasmart-0.16:0 ) !dbus? ( >=app-admin/hddtemp-0.3_beta13:0 ) ) libnotify? ( >=x11-libs/libnotify-0.7:0 ) lm_sensors? ( sys-apps/lm_sensors:0 ) video_cards_fglrx? ( x11-drivers/ati-drivers:* ) video_cards_nvidia? ( || ( >=x11-drivers/nvidia-drivers-100.14.09:0 media-video/nvidia-settings:0 ) ) dev-util/intltool:* >=app-text/mate-doc-utils-1.6:0 >=app-text/scrollkeeper-dtd-1:1.0 sys-devel/gettext:* virtual/pkgconfig:* app-arch/xz-utils >=sys-apps/sed-4 -DESCRIPTION=MATE panel applet to display readings from hardware sensors -EAPI=5 -HOMEPAGE=http://mate-desktop.org -IUSE=+dbus hddtemp libnotify lm_sensors video_cards_fglrx video_cards_nvidia -KEYWORDS=amd64 -LICENSE=GPL-2 -PDEPEND=hddtemp? ( dbus? ( sys-fs/udisks:0 ) ) -RDEPEND=app-text/rarian:0 >=dev-libs/glib-2.26:2 >=mate-base/mate-panel-1.6:0 >=x11-libs/cairo-1.0.4:0 x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-2.14:2 virtual/libintl:0 hddtemp? ( dbus? ( >=dev-libs/dbus-glib-0.80:0 >=dev-libs/libatasmart-0.16:0 ) !dbus? ( >=app-admin/hddtemp-0.3_beta13:0 ) ) libnotify? ( >=x11-libs/libnotify-0.7:0 ) lm_sensors? ( sys-apps/lm_sensors:0 ) video_cards_fglrx? ( x11-drivers/ati-drivers:* ) video_cards_nvidia? ( || ( >=x11-drivers/nvidia-drivers-100.14.09:0 media-video/nvidia-settings:0 ) ) -SLOT=0 -SRC_URI=http://pub.mate-desktop.org/releases/1.6/mate-sensors-applet-1.6.1.tar.xz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=52d908853ef4d52f179d0c1ab59001bc diff --git a/metadata/md5-cache/mate-extra/mate-system-monitor-1.6.1 b/metadata/md5-cache/mate-extra/mate-system-monitor-1.6.1 deleted file mode 100644 index a7a738c9de85..000000000000 --- a/metadata/md5-cache/mate-extra/mate-system-monitor-1.6.1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=app-text/rarian:0 >=dev-cpp/glibmm-2.16:2 >=dev-cpp/gtkmm-2.22:2.4 >=dev-libs/dbus-glib-0.70:0 >=dev-libs/glib-2.28:2 dev-libs/libsigc++:2 >=dev-libs/libxml2-2:2 >=gnome-base/libgtop-2.23.1:2 >=gnome-base/librsvg-2.12:2 >=sys-apps/dbus-0.7:0 x11-libs/cairo:0 x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-2.20:2 >=x11-libs/libmatewnck-1.6:0 >=x11-themes/mate-icon-theme-1.6:0 virtual/libintl:0 >=app-text/mate-doc-utils-1.6:0 >=app-text/scrollkeeper-dtd-1:1.0 >=dev-util/intltool-0.35:* sys-devel/gettext:* virtual/pkgconfig:* app-arch/xz-utils >=sys-apps/sed-4 -DESCRIPTION=The MATE System Monitor -EAPI=5 -HOMEPAGE=http://mate-desktop.org -KEYWORDS=amd64 -LICENSE=GPL-2 -RDEPEND=app-text/rarian:0 >=dev-cpp/glibmm-2.16:2 >=dev-cpp/gtkmm-2.22:2.4 >=dev-libs/dbus-glib-0.70:0 >=dev-libs/glib-2.28:2 dev-libs/libsigc++:2 >=dev-libs/libxml2-2:2 >=gnome-base/libgtop-2.23.1:2 >=gnome-base/librsvg-2.12:2 >=sys-apps/dbus-0.7:0 x11-libs/cairo:0 x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-2.20:2 >=x11-libs/libmatewnck-1.6:0 >=x11-themes/mate-icon-theme-1.6:0 virtual/libintl:0 -SLOT=0 -SRC_URI=http://pub.mate-desktop.org/releases/1.6/mate-system-monitor-1.6.1.tar.xz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=63bd6700cd646750c73b5df173bed6de diff --git a/metadata/md5-cache/mate-extra/mate-user-share-1.6.1 b/metadata/md5-cache/mate-extra/mate-user-share-1.6.1 deleted file mode 100644 index ac1f196055df..000000000000 --- a/metadata/md5-cache/mate-extra/mate-user-share-1.6.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=>=app-mobilephone/obex-data-server-0.4:0 >=dev-libs/dbus-glib-0.70:0 >=dev-libs/glib-2.15.2:2 >=dev-libs/libunique-1:1 >=mate-base/mate-file-manager-1.6:0 media-libs/libcanberra:0[gtk] >=sys-apps/dbus-1.1.1:0 >=x11-libs/gdk-pixbuf-2:2 >=x11-libs/gtk+-2.14:2 x11-libs/libX11:0 x11-libs/pango:0 >=x11-libs/libnotify-0.7:0 >=www-apache/mod_dnssd-0.6:0 =www-servers/apache-2.2*:2[apache2_modules_dav,apache2_modules_dav_fs,apache2_modules_authn_file,apache2_modules_auth_digest,apache2_modules_authz_groupfile] virtual/libintl:0 bluetooth? ( >=net-wireless/mate-bluetooth-1.6:0 >=net-wireless/bluez-4.18:0= ) app-text/docbook-xml-dtd:4.1.2 >=app-text/mate-doc-utils-1.6:0 >=dev-util/intltool-0.35:* sys-devel/gettext:* virtual/pkgconfig:* app-arch/xz-utils >=sys-apps/sed-4 -DESCRIPTION=Personal file sharing for the MATE desktop -EAPI=5 -HOMEPAGE=http://www.mate-desktop.org/ -IUSE=X bluetooth -KEYWORDS=amd64 -LICENSE=GPL-2 -RDEPEND=>=app-mobilephone/obex-data-server-0.4:0 >=dev-libs/dbus-glib-0.70:0 >=dev-libs/glib-2.15.2:2 >=dev-libs/libunique-1:1 >=mate-base/mate-file-manager-1.6:0 media-libs/libcanberra:0[gtk] >=sys-apps/dbus-1.1.1:0 >=x11-libs/gdk-pixbuf-2:2 >=x11-libs/gtk+-2.14:2 x11-libs/libX11:0 x11-libs/pango:0 >=x11-libs/libnotify-0.7:0 >=www-apache/mod_dnssd-0.6:0 =www-servers/apache-2.2*:2[apache2_modules_dav,apache2_modules_dav_fs,apache2_modules_authn_file,apache2_modules_auth_digest,apache2_modules_authz_groupfile] virtual/libintl:0 bluetooth? ( >=net-wireless/mate-bluetooth-1.6:0 >=net-wireless/bluez-4.18:0= ) -SLOT=0 -SRC_URI=http://pub.mate-desktop.org/releases/1.6/mate-user-share-1.6.1.tar.xz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=59faf7db80c7e357a4b8c330e2665554 diff --git a/metadata/md5-cache/mate-extra/mate-user-share-1.8.0 b/metadata/md5-cache/mate-extra/mate-user-share-1.8.0 index 57366ca6b158..456c2bf00c62 100644 --- a/metadata/md5-cache/mate-extra/mate-user-share-1.8.0 +++ b/metadata/md5-cache/mate-extra/mate-user-share-1.8.0 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=>=app-mobilephone/obex-data-server-0.4:0 >=dev-libs/dbus-glib-0.70:0 >=dev-libs/glib-2.15.2:2 >=dev-libs/libunique-1:1 || ( >=mate-base/caja-1.8:0 >=mate-base/mate-file-manager-1.6:0 ) media-libs/libcanberra:0[gtk] >=sys-apps/dbus-1.1.1:0 >=x11-libs/gdk-pixbuf-2:2 >=x11-libs/gtk+-2.14:2 x11-libs/libX11:0 x11-libs/pango:0 >=x11-libs/libnotify-0.7:0 >=www-apache/mod_dnssd-0.6:0 =www-servers/apache-2.2*:2[apache2_modules_dav,apache2_modules_dav_fs,apache2_modules_authn_file,apache2_modules_auth_digest,apache2_modules_authz_groupfile] virtual/libintl:0 bluetooth? ( >=net-wireless/mate-bluetooth-1.6:0 >=net-wireless/bluez-4.18:0= ) app-text/docbook-xml-dtd:4.1.2 app-text/yelp-tools:0 >=dev-util/intltool-0.35:* sys-devel/gettext:* virtual/pkgconfig:* app-arch/xz-utils >=sys-apps/sed-4 +DEPEND=>=app-mobilephone/obex-data-server-0.4:0 >=dev-libs/dbus-glib-0.70:0 >=dev-libs/glib-2.15.2:2 >=dev-libs/libunique-1:1 || ( >=mate-base/caja-1.8:0 >=mate-base/mate-file-manager-1.6:0 ) media-libs/libcanberra:0[gtk] >=sys-apps/dbus-1.1.1:0 >=x11-libs/gdk-pixbuf-2:2 >=x11-libs/gtk+-2.14:2 x11-libs/libX11:0 x11-libs/pango:0 >=x11-libs/libnotify-0.7:0 >=www-apache/mod_dnssd-0.6:0 >=www-servers/apache-2.2:2[apache2_modules_dav,apache2_modules_dav_fs,apache2_modules_authn_file,apache2_modules_auth_digest,apache2_modules_authz_groupfile] virtual/libintl:0 bluetooth? ( >=net-wireless/mate-bluetooth-1.6:0 >=net-wireless/bluez-4.18:0= ) app-text/docbook-xml-dtd:4.1.2 app-text/yelp-tools:0 >=dev-util/intltool-0.35:* sys-devel/gettext:* virtual/pkgconfig:* app-arch/xz-utils >=sys-apps/sed-4 DESCRIPTION=Personal file sharing for the MATE desktop EAPI=5 HOMEPAGE=http://www.mate-desktop.org/ IUSE=X bluetooth KEYWORDS=amd64 x86 LICENSE=GPL-2 -RDEPEND=>=app-mobilephone/obex-data-server-0.4:0 >=dev-libs/dbus-glib-0.70:0 >=dev-libs/glib-2.15.2:2 >=dev-libs/libunique-1:1 || ( >=mate-base/caja-1.8:0 >=mate-base/mate-file-manager-1.6:0 ) media-libs/libcanberra:0[gtk] >=sys-apps/dbus-1.1.1:0 >=x11-libs/gdk-pixbuf-2:2 >=x11-libs/gtk+-2.14:2 x11-libs/libX11:0 x11-libs/pango:0 >=x11-libs/libnotify-0.7:0 >=www-apache/mod_dnssd-0.6:0 =www-servers/apache-2.2*:2[apache2_modules_dav,apache2_modules_dav_fs,apache2_modules_authn_file,apache2_modules_auth_digest,apache2_modules_authz_groupfile] virtual/libintl:0 bluetooth? ( >=net-wireless/mate-bluetooth-1.6:0 >=net-wireless/bluez-4.18:0= ) +RDEPEND=>=app-mobilephone/obex-data-server-0.4:0 >=dev-libs/dbus-glib-0.70:0 >=dev-libs/glib-2.15.2:2 >=dev-libs/libunique-1:1 || ( >=mate-base/caja-1.8:0 >=mate-base/mate-file-manager-1.6:0 ) media-libs/libcanberra:0[gtk] >=sys-apps/dbus-1.1.1:0 >=x11-libs/gdk-pixbuf-2:2 >=x11-libs/gtk+-2.14:2 x11-libs/libX11:0 x11-libs/pango:0 >=x11-libs/libnotify-0.7:0 >=www-apache/mod_dnssd-0.6:0 >=www-servers/apache-2.2:2[apache2_modules_dav,apache2_modules_dav_fs,apache2_modules_authn_file,apache2_modules_auth_digest,apache2_modules_authz_groupfile] virtual/libintl:0 bluetooth? ( >=net-wireless/mate-bluetooth-1.6:0 >=net-wireless/bluez-4.18:0= ) SLOT=0 SRC_URI=http://pub.mate-desktop.org/releases/1.8/mate-user-share-1.8.0.tar.xz _eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=7739848083197efb1ab234660af4081a +_md5_=bd4308071b347e18e129eed3185f3638 diff --git a/metadata/md5-cache/mate-extra/mate-utils-1.6.1 b/metadata/md5-cache/mate-extra/mate-utils-1.6.1 deleted file mode 100644 index b30da8193da8..000000000000 --- a/metadata/md5-cache/mate-extra/mate-utils-1.6.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=app-text/rarian:0 dev-libs/atk:0 >=dev-libs/glib-2.20:2 >=gnome-base/libgtop-2.12:2 >=media-libs/libcanberra-0.4:0[gtk] sys-libs/zlib:0 >=x11-libs/gtk+-2.20:2 x11-libs/cairo:0 x11-libs/gdk-pixbuf:2 x11-libs/libICE:0 x11-libs/libSM:0 x11-libs/libX11:0 x11-libs/libXext:0 x11-libs/pango:0 applet? ( >=mate-base/mate-panel-1.6:0 ) >=app-text/mate-doc-utils-1.6:0 >=app-text/scrollkeeper-dtd-1:1.0 >=dev-util/intltool-0.40:* >=mate-base/mate-common-1.6:0 x11-proto/xextproto:0 sys-devel/gettext:* virtual/pkgconfig:* app-arch/xz-utils >=sys-apps/sed-4 -DESCRIPTION=Utilities for the MATE desktop -EAPI=5 -HOMEPAGE=http://mate-desktop.org -IUSE=X applet ipv6 test debug -KEYWORDS=amd64 -LICENSE=GPL-2 -RDEPEND=app-text/rarian:0 dev-libs/atk:0 >=dev-libs/glib-2.20:2 >=gnome-base/libgtop-2.12:2 >=media-libs/libcanberra-0.4:0[gtk] sys-libs/zlib:0 >=x11-libs/gtk+-2.20:2 x11-libs/cairo:0 x11-libs/gdk-pixbuf:2 x11-libs/libICE:0 x11-libs/libSM:0 x11-libs/libX11:0 x11-libs/libXext:0 x11-libs/pango:0 applet? ( >=mate-base/mate-panel-1.6:0 ) -SLOT=0 -SRC_URI=http://pub.mate-desktop.org/releases/1.6/mate-utils-1.6.1.tar.xz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=542dcb69867092d8789ca61d18c808ee diff --git a/metadata/md5-cache/media-gfx/enblend-4.1.3 b/metadata/md5-cache/media-gfx/enblend-4.1.3 index 7bf4646038d2..42a3c3cd7c79 100644 --- a/metadata/md5-cache/media-gfx/enblend-4.1.3 +++ b/metadata/md5-cache/media-gfx/enblend-4.1.3 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=media-libs/glew >=media-libs/lcms-2.5:2 >=media-libs/libpng-1.2.43:0= >=media-libs/openexr-1.0:= media-libs/plotutils[X] media-libs/tiff >=media-libs/vigra-1.8.0 sci-libs/gsl virtual/jpeg:0= debug? ( dev-libs/dmalloc ) gpu? ( media-libs/freeglut ) >=dev-libs/boost-1.31.0:= sys-apps/help2man virtual/pkgconfig doc? ( media-gfx/imagemagick media-gfx/transfig sci-visualization/gnuplot[gd] virtual/latex-base ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DEPEND=>=dev-libs/boost-1.31.0:= media-libs/glew >=media-libs/lcms-2.5:2 >=media-libs/libpng-1.2.43:0= >=media-libs/openexr-1.0:= media-libs/plotutils[X] media-libs/tiff >=media-libs/vigra-1.8.0 sci-libs/gsl virtual/jpeg:0= debug? ( dev-libs/dmalloc ) gpu? ( media-libs/freeglut ) sys-apps/help2man virtual/pkgconfig doc? ( media-gfx/imagemagick media-gfx/transfig sci-visualization/gnuplot[gd] virtual/latex-base ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) DESCRIPTION=Image Blending with Multiresolution Splines EAPI=5 HOMEPAGE=http://enblend.sourceforge.net/ IUSE=debug doc gpu image-cache openmp KEYWORDS=~amd64 ~ppc ~x86 LICENSE=GPL-2 VIGRA -RDEPEND=media-libs/glew >=media-libs/lcms-2.5:2 >=media-libs/libpng-1.2.43:0= >=media-libs/openexr-1.0:= media-libs/plotutils[X] media-libs/tiff >=media-libs/vigra-1.8.0 sci-libs/gsl virtual/jpeg:0= debug? ( dev-libs/dmalloc ) gpu? ( media-libs/freeglut ) +RDEPEND=>=dev-libs/boost-1.31.0:= media-libs/glew >=media-libs/lcms-2.5:2 >=media-libs/libpng-1.2.43:0= >=media-libs/openexr-1.0:= media-libs/plotutils[X] media-libs/tiff >=media-libs/vigra-1.8.0 sci-libs/gsl virtual/jpeg:0= debug? ( dev-libs/dmalloc ) gpu? ( media-libs/freeglut ) REQUIRED_USE=openmp? ( !image-cache ) SLOT=0 SRC_URI=mirror://sourceforge/enblend/enblend-enfuse-4.1.3.tar.gz _eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=9196cd656dd2a6474f1a089e519128c7 +_md5_=6ab712417cca4f74fc318c0f54915e02 diff --git a/metadata/md5-cache/media-gfx/exiv2-0.24 b/metadata/md5-cache/media-gfx/exiv2-0.24 index 8c27537cc1bc..f2ea07b42507 100644 --- a/metadata/md5-cache/media-gfx/exiv2-0.24 +++ b/metadata/md5-cache/media-gfx/exiv2-0.24 @@ -4,10 +4,10 @@ DESCRIPTION=EXIF and IPTC metadata C++ library and command line utility EAPI=5 HOMEPAGE=http://www.exiv2.org/ IUSE=contrib doc examples nls xmp zlib static-libs linguas_de linguas_es linguas_fi linguas_fr linguas_pl linguas_ru linguas_sk abi_x86_32 abi_x86_64 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 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=>=virtual/libiconv-0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] nls? ( >=virtual/libintl-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(-)?] ) xmp? ( >=dev-libs/expat-2.1.0-r3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) 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/13 SRC_URI=http://www.exiv2.org/exiv2-0.24.tar.gz _eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e autotools-multilib 037c4046d25f29e78dd44dccabd5d66b autotools-utils 3727db64c7b960903d5033280f108080 eutils 6faef4c127028ccbba3a11400d24ae34 libtool 52d0e17251d04645ffaa61bfdd858944 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 0983c7893df461213a05f791cc7dea6d multilib-minimal 13dd976916c35a1e2c8d170e840c7018 python-any-r1 da352ea9da8eb9bf158d56cca65d6c82 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=f378239a75c109939ade35a434e37fef +_md5_=0eeb4b19850ec353114178fe71f23f5b diff --git a/metadata/md5-cache/media-gfx/fbida-2.09-r4 b/metadata/md5-cache/media-gfx/fbida-2.09-r4 index 00c7a602ed78..062108bdc04e 100644 --- a/metadata/md5-cache/media-gfx/fbida-2.09-r4 +++ b/metadata/md5-cache/media-gfx/fbida-2.09-r4 @@ -4,11 +4,11 @@ DESCRIPTION=Image viewers for the framebuffer console (fbi) and X11 (ida) EAPI=5 HOMEPAGE=http://www.kraxel.org/blog/linux/fbida/ IUSE=curl fbcon +gif lirc pdf +png scanner +tiff X +webp -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~sparc ~x86 +KEYWORDS=~alpha ~amd64 ~arm hppa ~ppc ~ppc64 ~sh ~sparc ~x86 LICENSE=GPL-2 IJG RDEPEND=!media-gfx/fbi >=media-libs/fontconfig-2.2 >=media-libs/freetype-2.0 media-libs/libexif curl? ( net-misc/curl ) gif? ( media-libs/giflib:= ) lirc? ( app-misc/lirc ) png? ( media-libs/libpng ) scanner? ( media-gfx/sane-backends ) tiff? ( media-libs/tiff ) virtual/jpeg virtual/ttf-fonts webp? ( media-libs/libwebp ) X? ( >=x11-libs/motif-2.3:0 x11-libs/libX11 x11-libs/libXpm x11-libs/libXt ) REQUIRED_USE=pdf? ( tiff ) SLOT=0 SRC_URI=http://www.kraxel.org/releases/fbida/fbida-2.09.tar.gz http://dev.gentoo.org/~jer/fbida-2.09-jpeg-9a.patch.bz2 mirror://gentoo/ida.png.bz2 _eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=3673535e05bf83385dee96dc5eea0a1f +_md5_=c5d7e8170645a18ad199d9bbb3c5eb19 diff --git a/metadata/md5-cache/media-gfx/fotoxx-14.08 b/metadata/md5-cache/media-gfx/fotoxx-14.12 similarity index 93% rename from metadata/md5-cache/media-gfx/fotoxx-14.08 rename to metadata/md5-cache/media-gfx/fotoxx-14.12 index cd9ed4cde2fc..a2ec4379322b 100644 --- a/metadata/md5-cache/media-gfx/fotoxx-14.08 +++ b/metadata/md5-cache/media-gfx/fotoxx-14.12 @@ -7,6 +7,6 @@ KEYWORDS=~amd64 ~x86 LICENSE=GPL-3 RDEPEND=x11-libs/gtk+:3 media-libs/libpng media-libs/tiff media-libs/lcms:2 media-libs/exiftool media-gfx/ufraw[gtk] media-gfx/dcraw x11-misc/xdg-utils SLOT=0 -SRC_URI=http://www.kornelix.com/uploads/1/3/0/3/13035936/fotoxx-14.08.tar.gz +SRC_URI=http://www.kornelix.com/uploads/1/3/0/3/13035936/fotoxx-14.12.tar.gz _eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=cc879a994d1d4ddd84490c5e78749590 +_md5_=f40fc45dc5d5b32b8dc61cbf5f1e4e67 diff --git a/metadata/md5-cache/media-gfx/hugin-2014.0.0 b/metadata/md5-cache/media-gfx/hugin-2014.0.0 index 49d9f6f8f77f..7e2932d4b0f4 100644 --- a/metadata/md5-cache/media-gfx/hugin-2014.0.0 +++ b/metadata/md5-cache/media-gfx/hugin-2014.0.0 @@ -11,4 +11,4 @@ REQUIRED_USE=python? ( ^^ ( python_single_target_python3_3 python_single_target_ SLOT=0 SRC_URI=mirror://sourceforge/hugin/hugin-2014.0.0.tar.bz2 _eclasses_=base 87f7447ccfc06fd0729ff4684e11e0d6 cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 cc5b6367244dc2070b496eb9a92d5b87 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f wxwidgets 6d6eec2685256d35511e7b6d5461bec9 -_md5_=5fa2d62a2d5b5e4df987cd4b3347b8e2 +_md5_=d7d7e3e0c1afd637ecee38e544c1ee58 diff --git a/metadata/md5-cache/media-gfx/hugin-2014.0.0-r1 b/metadata/md5-cache/media-gfx/hugin-2014.0.0-r1 index d41235361926..876cfb7d30aa 100644 --- a/metadata/md5-cache/media-gfx/hugin-2014.0.0-r1 +++ b/metadata/md5-cache/media-gfx/hugin-2014.0.0-r1 @@ -11,4 +11,4 @@ REQUIRED_USE=python? ( ^^ ( python_single_target_python3_3 python_single_target_ SLOT=0 SRC_URI=mirror://sourceforge/hugin/hugin-2014.0.0.tar.bz2 _eclasses_=base 87f7447ccfc06fd0729ff4684e11e0d6 cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 cc5b6367244dc2070b496eb9a92d5b87 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f wxwidgets 6d6eec2685256d35511e7b6d5461bec9 -_md5_=e1f7e0a597fea2612b546625572edd9a +_md5_=284d2a9b4a7557dff2b6f442ce908336 diff --git a/metadata/md5-cache/media-gfx/hugin-9999 b/metadata/md5-cache/media-gfx/hugin-9999 index fb6132abfafc..3790f848b0c2 100644 --- a/metadata/md5-cache/media-gfx/hugin-9999 +++ b/metadata/md5-cache/media-gfx/hugin-9999 @@ -9,4 +9,4 @@ RDEPEND=!!dev-util/cocom app-arch/zip dev-cpp/tclap >=dev-libs/boost-1.49.0-r1:= REQUIRED_USE=python? ( ^^ ( python_single_target_python3_3 python_single_target_python3_4 python_single_target_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) python_single_target_python3_4? ( python_targets_python3_4 ) python_single_target_python2_7? ( python_targets_python2_7 ) ) SLOT=0 _eclasses_=base 87f7447ccfc06fd0729ff4684e11e0d6 cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 mercurial 2fbda5894dda6392b71334ee9a92de0b multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 cc5b6367244dc2070b496eb9a92d5b87 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f wxwidgets 6d6eec2685256d35511e7b6d5461bec9 -_md5_=1e1bd7c4d8c638aa439e89875023b231 +_md5_=a9031c9f7b66445aefb0432df756e658 diff --git a/metadata/md5-cache/media-libs/a52dec-0.7.4-r7 b/metadata/md5-cache/media-libs/a52dec-0.7.4-r7 index 162a824ae22e..5b70290e20b2 100644 --- a/metadata/md5-cache/media-libs/a52dec-0.7.4-r7 +++ b/metadata/md5-cache/media-libs/a52dec-0.7.4-r7 @@ -4,10 +4,10 @@ DESCRIPTION=library for decoding ATSC A/52 streams used in DVD EAPI=5 HOMEPAGE=http://liba52.sourceforge.net/ IUSE=djbfft oss static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~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 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=djbfft? ( >=sci-libs/djbfft-0.76-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224-r8 !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] ) SLOT=0 SRC_URI=http://liba52.sourceforge.net/files/a52dec-0.7.4.tar.gz _eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 libtool 52d0e17251d04645ffaa61bfdd858944 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 0983c7893df461213a05f791cc7dea6d multilib-minimal 13dd976916c35a1e2c8d170e840c7018 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=16491f5b315f73940bf8652b8d292cf5 +_md5_=bba491dbba7fae8ecb17ab7aa84bb2a8 diff --git a/metadata/md5-cache/media-libs/imlib-1.9.15-r4 b/metadata/md5-cache/media-libs/imlib-1.9.15-r4 index db12a7823479..80de089d7a75 100644 --- a/metadata/md5-cache/media-libs/imlib-1.9.15-r4 +++ b/metadata/md5-cache/media-libs/imlib-1.9.15-r4 @@ -4,10 +4,10 @@ DESCRIPTION=Image loading and rendering library EAPI=4 HOMEPAGE=http://ftp.acc.umu.se/pub/GNOME/sources/imlib/1.9/ IUSE=doc static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd +KEYWORDS=~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd LICENSE=GPL-2 RDEPEND=>=media-libs/tiff-3.9.7-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/giflib-4.1.6-r3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/libpng-1.2.51[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=virtual/jpeg-0-r2:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libICE-1.0.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libSM-1.2.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXext-1.3.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] abi_x86_32? ( !app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)] !<=app-emulation/emul-linux-x86-gtklibs-20140406 ) SLOT=0 SRC_URI=mirror://gnome/sources/imlib/1.9/imlib-1.9.15.tar.bz2 mirror://gentoo/gtk-1-for-imlib.m4.bz2 _eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e eutils 6faef4c127028ccbba3a11400d24ae34 libtool 52d0e17251d04645ffaa61bfdd858944 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 0983c7893df461213a05f791cc7dea6d multilib-minimal 13dd976916c35a1e2c8d170e840c7018 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=2b88dd8fb747e3d69173e6a2fcabe94f +_md5_=38a24bfc1e1b23a3d123229856e2b5bf diff --git a/metadata/md5-cache/media-libs/libao-1.2.0 b/metadata/md5-cache/media-libs/libao-1.2.0 index 40f2a5d6752a..3b829a7a5fbc 100644 --- a/metadata/md5-cache/media-libs/libao-1.2.0 +++ b/metadata/md5-cache/media-libs/libao-1.2.0 @@ -4,10 +4,10 @@ DESCRIPTION=The Audio Output library EAPI=5 HOMEPAGE=http://www.xiph.org/ao/ IUSE=alsa nas mmap pulseaudio static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris +KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris LICENSE=GPL-2 RDEPEND=alsa? ( >=media-libs/alsa-lib-1.0.27.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(-)?] ) nas? ( >=media-libs/nas-1.9.4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20131008-r1 !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] ) SLOT=0 SRC_URI=http://downloads.xiph.org/releases/ao/libao-1.2.0.tar.gz _eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 libtool 52d0e17251d04645ffaa61bfdd858944 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 0983c7893df461213a05f791cc7dea6d multilib-minimal 13dd976916c35a1e2c8d170e840c7018 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=756c5d1f8cb373a61c9698934b9a3569 +_md5_=9ad615e376cb363f75292a4a71f8faa8 diff --git a/metadata/md5-cache/media-libs/libcddb-1.3.2-r1 b/metadata/md5-cache/media-libs/libcddb-1.3.2-r1 index 1cbfb79b3f2b..3df9feab459b 100644 --- a/metadata/md5-cache/media-libs/libcddb-1.3.2-r1 +++ b/metadata/md5-cache/media-libs/libcddb-1.3.2-r1 @@ -4,11 +4,11 @@ DESCRIPTION=A library for accessing a CDDB server EAPI=5 HOMEPAGE=http://libcddb.sourceforge.net/ IUSE=doc static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris +KEYWORDS=~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris LICENSE=LGPL-2 RDEPEND=>=virtual/libiconv-0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/libcddb/libcddb-1.3.2.tar.bz2 _eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e autotools-multilib 037c4046d25f29e78dd44dccabd5d66b autotools-utils 3727db64c7b960903d5033280f108080 eutils 6faef4c127028ccbba3a11400d24ae34 libtool 52d0e17251d04645ffaa61bfdd858944 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 0983c7893df461213a05f791cc7dea6d multilib-minimal 13dd976916c35a1e2c8d170e840c7018 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=e8522f62cd16462dd88b29f4b49f2d28 +_md5_=751ce0176c7c8e13912479c82fe9bc86 diff --git a/metadata/md5-cache/media-video/dirac-1.0.2-r1 b/metadata/md5-cache/media-video/dirac-1.0.2-r1 index fa188a555118..0ef11d39a5dd 100644 --- a/metadata/md5-cache/media-video/dirac-1.0.2-r1 +++ b/metadata/md5-cache/media-video/dirac-1.0.2-r1 @@ -4,9 +4,9 @@ DESCRIPTION=Open Source video codec EAPI=5 HOMEPAGE=http://dirac.sourceforge.net/ IUSE=debug doc mmx static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=MPL-1.1 SLOT=0 SRC_URI=mirror://sourceforge/dirac/dirac-1.0.2.tar.gz _eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e eutils 6faef4c127028ccbba3a11400d24ae34 libtool 52d0e17251d04645ffaa61bfdd858944 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 0983c7893df461213a05f791cc7dea6d multilib-minimal 13dd976916c35a1e2c8d170e840c7018 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=9743b34b9d8523bf1ba8bb3c7b2ad791 +_md5_=ed47a8d530bf2cffd1ccd327a8dad577 diff --git a/metadata/md5-cache/media-video/libav-9.17 b/metadata/md5-cache/media-video/libav-9.17 index 00e637a76fd7..269006007933 100644 --- a/metadata/md5-cache/media-video/libav-9.17 +++ b/metadata/md5-cache/media-video/libav-9.17 @@ -4,11 +4,11 @@ DESCRIPTION=Complete solution to record, convert and stream audio and video EAPI=5 HOMEPAGE=http://libav.org/ IUSE=aac alsa amr bindist +bzip2 cdio cpudetection custom-cflags debug doc +encode faac fdk frei0r +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k mp3 +network openssl opus oss pic pulseaudio rtmp schroedinger sdl speex ssl static-libs test theora threads tools truetype v4l vaapi vdpau vorbis vpx X x264 xvid +zlib 3dnow 3dnowext altivec avx mmx mmxext neon ssse3 vis abi_x86_32 abi_x86_64 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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris LICENSE=LGPL-2.1 gpl? ( GPL-3 ) RDEPEND=!media-video/ffmpeg:0 alsa? ( >=media-libs/alsa-lib-1.0.27.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(-)?] ) amr? ( >=media-libs/opencore-amr-0.1.3-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) bzip2? ( >=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) cdio? ( || ( >=dev-libs/libcdio-paranoia-0.90_p1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] =media-libs/vo-aacenc-0.1.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) amr? ( >=media-libs/vo-amrwbenc-0.1.2-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) faac? ( >=media-libs/faac-1.28-r3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) fdk? ( >=media-libs/fdk-aac-0.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(-)?] ) mp3? ( >=media-sound/lame-3.99.5-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(-)?] ) theora? ( >=media-libs/libtheora-1.1.1[encode,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/libogg-1.3.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vorbis? ( >=media-libs/libvorbis-1.3.3-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/libogg-1.3.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) x264? ( >=media-libs/x264-0.0.20130506:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) xvid? ( >=media-libs/xvid-1.3.2-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) frei0r? ( media-plugins/frei0r-plugins ) gsm? ( >=media-sound/gsm-1.0.13-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(-)?] ) ieee1394? ( >=media-libs/libdc1394-2.2.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/libraw1394-2.1.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(-)?] ) jack? ( >=media-sound/jack-audio-connection-kit-0.121.3-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) jpeg2k? ( >=media-libs/openjpeg-1.5.0:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) opus? ( >=media-libs/opus-1.0.2-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) rtmp? ( >=media-video/rtmpdump-2.4_p20131018[abi_x86_32(-)?,abi_x86_64(-)?,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? ( openssl? ( >=dev-libs/openssl-1.0.1h-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !openssl? ( >=net-libs/gnutls-2.12.23-r6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) sdl? ( >=media-libs/libsdl-1.2.15-r4[sound,video,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) schroedinger? ( >=media-libs/schroedinger-1.0.11-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(-)?] ) speex? ( >=media-libs/speex-1.2_rc1-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(-)?] ) truetype? ( >=media-libs/freetype-2.5.0.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(-)?] ) vaapi? ( >=x11-libs/libva-1.2.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vdpau? ( >=x11-libs/libvdpau-0.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(-)?] ) vpx? ( >=media-libs/libvpx-1.2.0_pre20130625[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) X? ( >=x11-libs/libX11-1.6.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXext-1.3.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXfixes-5.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(-)?] ) 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(-)?] ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20140508-r3 !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] ) REQUIRED_USE=bindist? ( !faac !openssl !fdk ) rtmp? ( network ) amr? ( gpl ) aac? ( gpl ) x264? ( gpl ) X? ( gpl ) cdio? ( gpl ) test? ( encode zlib ) SLOT=0/9 SRC_URI=http://libav.org/releases/libav-9.17.tar.xz test? ( http://dev.gentoo.org/~lu_zero/libav/fate-9.tar.xz ) _eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 0983c7893df461213a05f791cc7dea6d multilib-minimal 13dd976916c35a1e2c8d170e840c7018 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=678f7834f87259f403a4332ea1748650 +_md5_=d89114244da94c8d2c6aec2545ba9e2c diff --git a/metadata/md5-cache/net-analyzer/arpon-2.7.2 b/metadata/md5-cache/net-analyzer/arpon-2.7.2 new file mode 100644 index 000000000000..43bc343b1792 --- /dev/null +++ b/metadata/md5-cache/net-analyzer/arpon-2.7.2 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install postinst prepare test +DEPEND=dev-libs/libdnet net-libs/libnet:1.1 net-libs/libpcap sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DESCRIPTION=ArpON (Arp handler inspectiON) is a portable Arp handler +EAPI=4 +HOMEPAGE=http://arpon.sourceforge.net/ +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=dev-libs/libdnet net-libs/libnet:1.1 net-libs/libpcap +SLOT=0 +SRC_URI=mirror://sourceforge/arpon/ArpON-2.7.2.tar.gz +_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf readme.gentoo 106edea5533517715013de909a333abd toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=c5432b33ecb5af9d7c4af6a0abcc4947 diff --git a/metadata/md5-cache/net-analyzer/bwping-1.7-r1 b/metadata/md5-cache/net-analyzer/bwping-1.7-r1 index 5b5837993606..e594453e7aca 100644 --- a/metadata/md5-cache/net-analyzer/bwping-1.7-r1 +++ b/metadata/md5-cache/net-analyzer/bwping-1.7-r1 @@ -1,4 +1,4 @@ -DEFINED_PHASES=compile configure install prepare test +DEFINED_PHASES=compile configure install prepare setup test DEPEND=!=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DESCRIPTION=A tool to measure bandwidth and RTT between two hosts using ICMP EAPI=5 @@ -8,5 +8,5 @@ KEYWORDS=amd64 ~sparc x86 ~x86-fbsd LICENSE=BSD SLOT=0 SRC_URI=mirror://sourceforge/bwping/1.7/bwping-1.7.tar.gz -_eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e autotools-utils 3727db64c7b960903d5033280f108080 eutils 6faef4c127028ccbba3a11400d24ae34 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=0276b2a5ecbc0cd6f81e8d6e837334ed +_eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e autotools-utils 3727db64c7b960903d5033280f108080 eutils 6faef4c127028ccbba3a11400d24ae34 libtool 52d0e17251d04645ffaa61bfdd858944 linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=04abae4cb432d4d60b95a0cd28e836b9 diff --git a/metadata/md5-cache/net-analyzer/mate-netspeed-1.6.1 b/metadata/md5-cache/net-analyzer/mate-netspeed-1.6.1 deleted file mode 100644 index a051f997d8df..000000000000 --- a/metadata/md5-cache/net-analyzer/mate-netspeed-1.6.1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=dev-libs/glib:2 >=gnome-base/libgtop-2.14.2:2 >=mate-base/mate-panel-1.6:0 >=net-wireless/wireless-tools-28_pre9:0 x11-libs/gdk-pixbuf:2 x11-libs/gtk+:2 x11-libs/pango:0 virtual/libintl:0 >=app-text/gnome-doc-utils-0.3.2:0 >=dev-util/intltool-0.35:* sys-devel/gettext:* virtual/pkgconfig:* !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 app-arch/xz-utils >=sys-apps/sed-4 -DESCRIPTION=Applet showing network traffic for MATE -EAPI=5 -HOMEPAGE=http://mate-desktop.org/ -KEYWORDS=amd64 -LICENSE=GPL-2 -RDEPEND=dev-libs/glib:2 >=gnome-base/libgtop-2.14.2:2 >=mate-base/mate-panel-1.6:0 >=net-wireless/wireless-tools-28_pre9:0 x11-libs/gdk-pixbuf:2 x11-libs/gtk+:2 x11-libs/pango:0 virtual/libintl:0 -SLOT=0 -SRC_URI=http://pub.mate-desktop.org/releases/1.6/mate-netspeed-1.6.1.tar.xz -_eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=996a43c2d8557cd2e3a6b5f82ba70636 diff --git a/metadata/md5-cache/net-dns/bind-9.10.1_p1 b/metadata/md5-cache/net-dns/bind-9.10.1_p1 index fcf72bf53725..bb530e6ce7a3 100644 --- a/metadata/md5-cache/net-dns/bind-9.10.1_p1 +++ b/metadata/md5-cache/net-dns/bind-9.10.1_p1 @@ -4,7 +4,7 @@ DESCRIPTION=BIND - Berkeley Internet Name Domain - Name Server EAPI=5 HOMEPAGE=http://www.isc.org/software/bind IUSE=berkdb caps dlz doc filter-aaaa fixed-rrset geoip gost gssapi idn ipv6 ldap mysql nslint odbc postgres python rpz seccomp selinux ssl static-libs +threads urandom xml python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 -KEYWORDS=amd64 ~arm hppa ~mips ~ppc ~ppc64 ~s390 ~sh x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 arm hppa ~mips ~ppc ~ppc64 ~s390 ~sh x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 ISC BSD BSD-2 HPND JNIC openssl RDEPEND=ssl? ( dev-libs/openssl:0[-bindist] ) mysql? ( >=virtual/mysql-4.0 ) odbc? ( >=dev-db/unixODBC-2.2.6 ) ldap? ( net-nds/openldap ) idn? ( net-dns/idnkit ) postgres? ( virtual/postgresql ) caps? ( >=sys-libs/libcap-2.1.0 ) xml? ( dev-libs/libxml2 ) geoip? ( >=dev-libs/geoip-1.4.6 ) gssapi? ( virtual/krb5 ) gost? ( >=dev-libs/openssl-1.0.0:0[-bindist] ) seccomp? ( sys-libs/libseccomp ) selinux? ( sec-policy/selinux-bind ) || ( sys-process/psmisc >=sys-freebsd/freebsd-ubin-9.0_rc sys-process/fuser-bsd ) REQUIRED_USE=postgres? ( dlz ) berkdb? ( dlz ) mysql? ( dlz !threads ) odbc? ( dlz ) ldap? ( dlz ) gost? ( ssl ) threads? ( caps ) @@ -12,4 +12,4 @@ RESTRICT=test SLOT=0 SRC_URI=ftp://ftp.isc.org/isc/bind9/9.10.1-P1/bind-9.10.1-P1.tar.gz doc? ( mirror://gentoo/dyndns-samples.tbz2 ) _eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e db-use 82d0e62839f20e1e0d5a2259abd5316f eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 libtool 52d0e17251d04645ffaa61bfdd858944 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac user f54e098dd38ba1c0847a13e685b87747 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=abbed1f5643651bb60c22b59984e8ca2 +_md5_=334742008370bf670da4db4d712cdd37 diff --git a/metadata/md5-cache/net-firewall/nftables-0.4 b/metadata/md5-cache/net-firewall/nftables-0.4 index 2336c3baf650..db20ca2047a9 100644 --- a/metadata/md5-cache/net-firewall/nftables-0.4 +++ b/metadata/md5-cache/net-firewall/nftables-0.4 @@ -1,13 +1,13 @@ DEFINED_PHASES=configure install prepare setup -DEPEND=net-libs/libmnl >=net-libs/libnftnl-1.0.2 dev-libs/gmp sys-libs/readline >=app-text/docbook2X-0.8.8-r4 sys-devel/bison sys-devel/flex !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DEPEND=net-libs/libmnl >=net-libs/libnftnl-1.0.2 dev-libs/gmp readline? ( sys-libs/readline ) >=app-text/docbook2X-0.8.8-r4 sys-devel/bison sys-devel/flex !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DESCRIPTION=Linux kernel (3.13+) firewall, NAT and packet mangling tools EAPI=5 HOMEPAGE=http://netfilter.org/projects/nftables/ -IUSE=debug +IUSE=debug +readline KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2 -RDEPEND=net-libs/libmnl >=net-libs/libnftnl-1.0.2 dev-libs/gmp sys-libs/readline +RDEPEND=net-libs/libmnl >=net-libs/libnftnl-1.0.2 dev-libs/gmp readline? ( sys-libs/readline ) SLOT=0 SRC_URI=http://netfilter.org/projects/nftables/files/nftables-0.4.tar.bz2 _eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e eutils 6faef4c127028ccbba3a11400d24ae34 libtool 52d0e17251d04645ffaa61bfdd858944 linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=daabf4da8012c8a04ff3f7f2febb4246 +_md5_=e64c24470110d6dee9bcfc6e97db54a2 diff --git a/metadata/md5-cache/net-ftp/proftpd-1.3.5-r1 b/metadata/md5-cache/net-ftp/proftpd-1.3.5-r1 new file mode 100644 index 000000000000..d1e679a9af3d --- /dev/null +++ b/metadata/md5-cache/net-ftp/proftpd-1.3.5-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=configure install prepare test +DEPEND=acl? ( virtual/acl ) caps? ( sys-libs/libcap ) clamav? ( app-antivirus/clamav ) kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) memcache? ( >=dev-libs/libmemcached-0.41 ) mysql? ( virtual/mysql ) nls? ( virtual/libiconv ) ncurses? ( sys-libs/ncurses ) openssl? ( dev-libs/openssl ) pam? ( virtual/pam ) pcre? ( dev-libs/libpcre ) postgres? ( virtual/postgresql ) sqlite? ( dev-db/sqlite:3 ) xinetd? ( virtual/inetd ) test? ( dev-libs/check ) virtual/pkgconfig +DESCRIPTION=An advanced and very configurable FTP server +EAPI=5 +HOMEPAGE=http://www.proftpd.org/ http://www.castaglia.org/proftpd/ http://www.thrallingpenguin.com/resources/mod_clamav.htm http://gssmod.sourceforge.net/ +IUSE=acl authfile ban +caps case clamav copy ctrls deflate diskuse doc dso dynmasq exec ifsession ifversion ident ipv6 kerberos ldap linguas_bg_BG linguas_en_US linguas_fr_FR linguas_it_IT linguas_ja_JP linguas_ko_KR linguas_ru_RU linguas_zh_CN linguas_zh_TW log_forensic memcache msg mysql ncurses nls openssl pam +pcre postgres qos radius ratio readme rewrite selinux sftp shaper sitemisc snmp softquota sqlite ssl tcpd test trace unique_id vroot xinetd +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd +LICENSE=GPL-2 +RDEPEND=acl? ( virtual/acl ) caps? ( sys-libs/libcap ) clamav? ( app-antivirus/clamav ) kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) memcache? ( >=dev-libs/libmemcached-0.41 ) mysql? ( virtual/mysql ) nls? ( virtual/libiconv ) ncurses? ( sys-libs/ncurses ) openssl? ( dev-libs/openssl ) pam? ( virtual/pam ) pcre? ( dev-libs/libpcre ) postgres? ( virtual/postgresql ) sqlite? ( dev-db/sqlite:3 ) xinetd? ( virtual/inetd ) net-ftp/ftpbase selinux? ( sec-policy/selinux-ftp ) +REQUIRED_USE=ban? ( ctrls ) msg? ( ctrls ) sftp? ( openssl ) shaper? ( ctrls ) ssl? ( openssl ) +SLOT=0 +SRC_URI=ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.5.tar.gz case? ( http://www.castaglia.org/proftpd/modules/proftpd-mod-case-0.7.tar.gz ) clamav? ( https://secure.thrallingpenguin.com/redmine/attachments/download/1/mod_clamav-0.11rc.tar.gz ) diskuse? ( http://www.castaglia.org/proftpd/modules/proftpd-mod-diskuse-0.9.tar.gz ) kerberos? ( mirror://sourceforge/gssmod/mod_gss-1.3.3.tar.gz ) msg? ( http://www.castaglia.org/proftpd/modules/proftpd-mod-msg-0.4.1.tar.gz ) vroot? ( https://github.com/Castaglia/proftpd-mod_vroot/archive/mod_vroot-0.9.3.tar.gz ) +_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 multilib 3bf24e6abb9b76d9f6c20600f0b716bf systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=8b18ac5ffd008ec4e0a0b6614a3416b8 diff --git a/metadata/md5-cache/net-libs/rb_libtorrent-1.0.3 b/metadata/md5-cache/net-libs/rb_libtorrent-1.0.3 new file mode 100644 index 000000000000..f67f6d8f5174 --- /dev/null +++ b/metadata/md5-cache/net-libs/rb_libtorrent-1.0.3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=configure install prepare +DEPEND=>=dev-libs/boost-1.53:=[threads] >=sys-devel/libtool-2.2 sys-libs/zlib examples? ( !net-p2p/mldonkey ) python? ( 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] ) dev-lang/python-exec:=[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-libs/boost[python,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(-)] ) ssl? ( dev-libs/openssl ) +DESCRIPTION=C++ BitTorrent implementation focusing on efficiency and scalability +EAPI=5 +HOMEPAGE=http://www.rasterbar.com/products/libtorrent/ +IUSE=debug doc examples python ssl static-libs test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd +LICENSE=BSD +RDEPEND=>=dev-libs/boost-1.53:=[threads] >=sys-devel/libtool-2.2 sys-libs/zlib examples? ( !net-p2p/mldonkey ) python? ( 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] ) dev-lang/python-exec:=[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-libs/boost[python,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(-)] ) ssl? ( dev-libs/openssl ) +REQUIRED_USE=python? ( || ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) ) +SLOT=0 +SRC_URI=mirror://sourceforge/libtorrent/libtorrent-rasterbar-1.0.3.tar.gz +_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=303c673b707f126a950ac496b09c306a diff --git a/metadata/md5-cache/net-misc/openconnect-4.08 b/metadata/md5-cache/net-misc/openconnect-4.08 index a1801c53a856..4a251589fd88 100644 --- a/metadata/md5-cache/net-misc/openconnect-4.08 +++ b/metadata/md5-cache/net-misc/openconnect-4.08 @@ -7,7 +7,7 @@ IUSE=doc static-libs nls -gnutls linguas_ar linguas_as linguas_ast linguas_bg li KEYWORDS=amd64 ppc64 x86 LICENSE=LGPL-2.1 GPL-2 RDEPEND=dev-libs/libxml2 net-libs/libproxy sys-libs/zlib !gnutls? ( dev-libs/openssl[static-libs?] ) gnutls? ( || ( ( >=net-libs/gnutls-3[static-libs?] dev-libs/nettle ) ( =net-libs/gnutls-2.12*[nettle,static-libs?] dev-libs/nettle ) ( =net-libs/gnutls-2.12*[-nettle,static-libs?] dev-libs/libgcrypt:0[static-libs?] ) ) app-misc/ca-certificates ) doc? ( || ( >=dev-lang/python-2.7.5-r2:2.7 ) ) sys-apps/iproute2 -SLOT=0 +SLOT=0/2 SRC_URI=ftp://ftp.infradead.org/pub/openconnect/openconnect-4.08.tar.gz http://dev.gentoo.org/~hwoarang/distfiles/openconnect-script-20121108205904.tar.gz _eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-any-r1 da352ea9da8eb9bf158d56cca65d6c82 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=e1eea6c355ea7e4b8fc5319ef8f301ca +_md5_=8bee49400952a1d883dd62e3191ab2fb diff --git a/metadata/md5-cache/net-misc/openconnect-5.01 b/metadata/md5-cache/net-misc/openconnect-5.01 index 7fa54a2e36d5..e5ff785cc107 100644 --- a/metadata/md5-cache/net-misc/openconnect-5.01 +++ b/metadata/md5-cache/net-misc/openconnect-5.01 @@ -7,7 +7,7 @@ IUSE=doc +gnutls libproxy nls static-libs linguas_ar linguas_as linguas_ast ling KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=LGPL-2.1 GPL-2 RDEPEND=dev-libs/libxml2 sys-libs/zlib !gnutls? ( || ( >=dev-libs/openssl-1.0.1f:0[static-libs?] ( >=dev-libs/openssl-1.0.1:0[static-libs?] =net-libs/gnutls-3[static-libs?] dev-libs/nettle ) ( =net-libs/gnutls-2.12*[nettle,static-libs?] dev-libs/nettle ) ( =net-libs/gnutls-2.12*[-nettle,static-libs?] dev-libs/libgcrypt:0[static-libs?] ) ) app-misc/ca-certificates ) libproxy? ( net-libs/libproxy ) nls? ( virtual/libintl ) sys-apps/iproute2 -SLOT=0 +SLOT=0/2 SRC_URI=ftp://ftp.infradead.org/pub/openconnect/openconnect-5.01.tar.gz http://dev.gentoo.org/~hwoarang/distfiles/openconnect-script-20121108205904.tar.gz _eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-any-r1 da352ea9da8eb9bf158d56cca65d6c82 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=d1cd407e07a4d7dbc8811a17ce57bc8e +_md5_=0bc44944739926cd199da6b9b135cbf0 diff --git a/metadata/md5-cache/net-misc/openconnect-5.02 b/metadata/md5-cache/net-misc/openconnect-5.02 index 9bc21f2d95ef..d27eae56fc7b 100644 --- a/metadata/md5-cache/net-misc/openconnect-5.02 +++ b/metadata/md5-cache/net-misc/openconnect-5.02 @@ -7,7 +7,7 @@ IUSE=doc +gnutls libproxy nls static-libs linguas_ar linguas_as linguas_ast ling KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=LGPL-2.1 GPL-2 RDEPEND=dev-libs/libxml2 sys-libs/zlib !gnutls? ( || ( >=dev-libs/openssl-1.0.1f:0[static-libs?] ( >=dev-libs/openssl-1.0.1:0[static-libs?] =net-libs/gnutls-3[static-libs?] dev-libs/nettle ) ( =net-libs/gnutls-2.12*[nettle,static-libs?] dev-libs/nettle ) ( =net-libs/gnutls-2.12*[-nettle,static-libs?] dev-libs/libgcrypt:0[static-libs?] ) ) app-misc/ca-certificates ) libproxy? ( net-libs/libproxy ) nls? ( virtual/libintl ) sys-apps/iproute2 -SLOT=0 +SLOT=0/2 SRC_URI=ftp://ftp.infradead.org/pub/openconnect/openconnect-5.02.tar.gz http://dev.gentoo.org/~hasufell/distfiles/openconnect-script-20130310115608.tar.xz _eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-any-r1 da352ea9da8eb9bf158d56cca65d6c82 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=2a77fc6e3cce9cdfb02f1ec67a57bd3a +_md5_=cb9b753d0b776976793f952013b8bfae diff --git a/metadata/md5-cache/net-misc/openconnect-5.03 b/metadata/md5-cache/net-misc/openconnect-5.03 index 14a39b56d1e0..62610d65109c 100644 --- a/metadata/md5-cache/net-misc/openconnect-5.03 +++ b/metadata/md5-cache/net-misc/openconnect-5.03 @@ -7,7 +7,7 @@ IUSE=doc +gnutls libproxy nls static-libs linguas_ar linguas_as linguas_ast ling KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=LGPL-2.1 GPL-2 RDEPEND=dev-libs/libxml2 sys-libs/zlib !gnutls? ( || ( >=dev-libs/openssl-1.0.1f:0[static-libs?] ( >=dev-libs/openssl-1.0.1:0[static-libs?] =net-libs/gnutls-3[static-libs?] dev-libs/nettle ) ( =net-libs/gnutls-2.12*[nettle,static-libs?] dev-libs/nettle ) ( =net-libs/gnutls-2.12*[-nettle,static-libs?] dev-libs/libgcrypt:0[static-libs?] ) ) app-misc/ca-certificates ) libproxy? ( net-libs/libproxy ) nls? ( virtual/libintl ) sys-apps/iproute2 -SLOT=0 +SLOT=0/2 SRC_URI=ftp://ftp.infradead.org/pub/openconnect/openconnect-5.03.tar.gz http://dev.gentoo.org/~hasufell/distfiles/openconnect-script-20130310115608.tar.xz _eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-any-r1 da352ea9da8eb9bf158d56cca65d6c82 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=d11fc771d84f86cc05c83282aabc00da +_md5_=7ebeb823e428c0ca3e44e9faacd542fa diff --git a/metadata/md5-cache/net-misc/openconnect-5.99 b/metadata/md5-cache/net-misc/openconnect-5.99 index c02a20093c87..650dcab649c4 100644 --- a/metadata/md5-cache/net-misc/openconnect-5.99 +++ b/metadata/md5-cache/net-misc/openconnect-5.99 @@ -7,7 +7,7 @@ IUSE=doc +gnutls java libproxy nls static-libs linguas_ar linguas_cs linguas_de KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=LGPL-2.1 GPL-2 RDEPEND=dev-libs/libxml2 sys-libs/zlib !gnutls? ( || ( >=dev-libs/openssl-1.0.1f:0[static-libs?] ( >=dev-libs/openssl-1.0.1:0[static-libs?] =net-libs/gnutls-3[static-libs?] dev-libs/nettle app-misc/ca-certificates ) libproxy? ( net-libs/libproxy ) nls? ( virtual/libintl ) sys-apps/iproute2 java? ( virtual/jre ) -SLOT=0 +SLOT=0/3 SRC_URI=ftp://ftp.infradead.org/pub/openconnect/openconnect-5.99.tar.gz http://dev.gentoo.org/~hasufell/distfiles/openconnect-script-20130310115608.tar.xz _eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-any-r1 da352ea9da8eb9bf158d56cca65d6c82 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=8f200ae8ac392f4ad27fd4b76332bbef +_md5_=6c13652530870818e87777f101537c75 diff --git a/metadata/md5-cache/net-misc/openconnect-5.99-r1 b/metadata/md5-cache/net-misc/openconnect-5.99-r1 index 711e5fc54b2d..470d82ca107e 100644 --- a/metadata/md5-cache/net-misc/openconnect-5.99-r1 +++ b/metadata/md5-cache/net-misc/openconnect-5.99-r1 @@ -7,7 +7,7 @@ IUSE=doc +gnutls java libproxy nls static-libs linguas_ar linguas_cs linguas_de KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=LGPL-2.1 GPL-2 RDEPEND=dev-libs/libxml2 sys-libs/zlib !gnutls? ( || ( >=dev-libs/openssl-1.0.1f:0[static-libs?] ( >=dev-libs/openssl-1.0.1:0[static-libs?] =net-libs/gnutls-3[static-libs?] dev-libs/nettle app-misc/ca-certificates ) libproxy? ( net-libs/libproxy ) nls? ( virtual/libintl ) sys-apps/iproute2 java? ( virtual/jre ) -SLOT=0 +SLOT=0/3 SRC_URI=ftp://ftp.infradead.org/pub/openconnect/openconnect-5.99.tar.gz http://dev.gentoo.org/~hasufell/distfiles/openconnect-script-20130310115608.tar.xz _eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-any-r1 da352ea9da8eb9bf158d56cca65d6c82 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=ba49b3a7f99eee0360d306f8d6409f05 +_md5_=c4092fa8c534b4286eae21b373a8c753 diff --git a/metadata/md5-cache/net-misc/openconnect-6.00 b/metadata/md5-cache/net-misc/openconnect-6.00 index feac2e39ff87..3760c5ab2105 100644 --- a/metadata/md5-cache/net-misc/openconnect-6.00 +++ b/metadata/md5-cache/net-misc/openconnect-6.00 @@ -7,7 +7,7 @@ IUSE=doc +gnutls gssapi java libproxy nls static-libs linguas_ar linguas_cs ling KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=LGPL-2.1 GPL-2 RDEPEND=dev-libs/libxml2 sys-libs/zlib !gnutls? ( >=dev-libs/openssl-1.0.1h:0[static-libs?] ) gnutls? ( >=net-libs/gnutls-3[static-libs?] dev-libs/nettle app-misc/ca-certificates ) gssapi? ( app-crypt/mit-krb5 ) libproxy? ( net-libs/libproxy ) nls? ( virtual/libintl ) sys-apps/iproute2 java? ( virtual/jre ) -SLOT=0 +SLOT=0/3 SRC_URI=ftp://ftp.infradead.org/pub/openconnect/openconnect-6.00.tar.gz http://dev.gentoo.org/~hasufell/distfiles/openconnect-script-20140311.tar.xz _eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-any-r1 da352ea9da8eb9bf158d56cca65d6c82 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=d2bd067ad15933c6c5d415c041ce2a6d +_md5_=57722ffc8cc25198d18c9c1a12b991be diff --git a/metadata/md5-cache/net-misc/openconnect-7.01 b/metadata/md5-cache/net-misc/openconnect-7.01 index 57de556dd78c..d6e6996e38b1 100644 --- a/metadata/md5-cache/net-misc/openconnect-7.01 +++ b/metadata/md5-cache/net-misc/openconnect-7.01 @@ -7,7 +7,7 @@ IUSE=doc +gnutls gssapi java libproxy nls static-libs linguas_ar linguas_cs ling KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=LGPL-2.1 GPL-2 RDEPEND=dev-libs/libxml2 sys-libs/zlib !gnutls? ( >=dev-libs/openssl-1.0.1h:0[static-libs?] ) gnutls? ( >=net-libs/gnutls-3[static-libs?] dev-libs/nettle app-misc/ca-certificates ) gssapi? ( app-crypt/mit-krb5 ) libproxy? ( net-libs/libproxy ) nls? ( virtual/libintl ) sys-apps/iproute2 java? ( virtual/jre ) -SLOT=0 +SLOT=0/5 SRC_URI=ftp://ftp.infradead.org/pub/openconnect/openconnect-7.01.tar.gz http://git.infradead.org/users/dwmw2/vpnc-scripts.git/blob_plain/df5808b3:/vpnc-script -> vpnc-script-df5808b3.sh _eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-any-r1 da352ea9da8eb9bf158d56cca65d6c82 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=d2de62c7a9260e049d11e19e0f6f76b9 +_md5_=91e66add13774e6d2b6f0189942cf5be diff --git a/metadata/md5-cache/net-misc/openconnect-7.02 b/metadata/md5-cache/net-misc/openconnect-7.02 new file mode 100644 index 000000000000..aa5f7959c087 --- /dev/null +++ b/metadata/md5-cache/net-misc/openconnect-7.02 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install postinst setup unpack +DEPEND=dev-libs/libxml2 sys-libs/zlib !gnutls? ( >=dev-libs/openssl-1.0.1h:0[static-libs?] ) gnutls? ( >=net-libs/gnutls-3[static-libs?] dev-libs/nettle app-misc/ca-certificates ) gssapi? ( app-crypt/mit-krb5 ) libproxy? ( net-libs/libproxy ) nls? ( virtual/libintl ) virtual/pkgconfig doc? ( || ( >=dev-lang/python-2.7.5-r2:2.7[xml] ) sys-apps/groff ) java? ( virtual/jdk ) nls? ( sys-devel/gettext ) +DESCRIPTION=Free client for Cisco AnyConnect SSL VPN software +EAPI=5 +HOMEPAGE=http://www.infradead.org/openconnect.html +IUSE=doc +gnutls gssapi java libproxy nls static-libs linguas_ar linguas_cs linguas_de linguas_el linguas_en_GB linguas_en_US linguas_es linguas_eu linguas_fi linguas_fr linguas_gl linguas_id linguas_lt linguas_nl linguas_pa linguas_pl linguas_pt linguas_pt_BR linguas_sk linguas_sl linguas_tg linguas_ug linguas_uk linguas_zh_CN linguas_zh_TW +KEYWORDS=~amd64 ~ppc64 ~x86 +LICENSE=LGPL-2.1 GPL-2 +RDEPEND=dev-libs/libxml2 sys-libs/zlib !gnutls? ( >=dev-libs/openssl-1.0.1h:0[static-libs?] ) gnutls? ( >=net-libs/gnutls-3[static-libs?] dev-libs/nettle app-misc/ca-certificates ) gssapi? ( app-crypt/mit-krb5 ) libproxy? ( net-libs/libproxy ) nls? ( virtual/libintl ) sys-apps/iproute2 java? ( virtual/jre ) +SLOT=0/5 +SRC_URI=ftp://ftp.infradead.org/pub/openconnect/openconnect-7.02.tar.gz http://git.infradead.org/users/dwmw2/vpnc-scripts.git/blob_plain/df5808b3:/vpnc-script -> vpnc-script-df5808b3.sh +_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-any-r1 da352ea9da8eb9bf158d56cca65d6c82 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=a54599b493f4789f5d2a4722f88a0166 diff --git a/metadata/md5-cache/net-wireless/lorcon-9999 b/metadata/md5-cache/net-wireless/lorcon-9999 index 804e81e4d0ea..4538560e96b7 100644 --- a/metadata/md5-cache/net-wireless/lorcon-9999 +++ b/metadata/md5-cache/net-wireless/lorcon-9999 @@ -1,12 +1,12 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby? ( ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dev-libs/libnl net-libs/libpcap >=dev-vcs/git-1.8.2.1 +DEPEND=ruby? ( ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dev-libs/libnl net-libs/libpcap >=dev-vcs/git-1.8.2.1 DESCRIPTION=A generic library for injecting 802.11 frames EAPI=5 HOMEPAGE=http://802.11ninja.net/lorcon -IUSE=python ruby python_targets_python2_7 elibc_FreeBSD ruby_targets_ruby19 +IUSE=python ruby python_targets_python2_7 elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby21 LICENSE=GPL-2 -RDEPEND=ruby? ( ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dev-libs/libnl net-libs/libpcap +RDEPEND=ruby? ( ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dev-libs/libnl net-libs/libpcap REQUIRED_USE=python? ( || ( python_targets_python2_7 ) ) SLOT=0 _eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 git-r3 6ebae45064cb04482f3c702632dd9528 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=8400ccc2180e5c543abe7c41fe167aa9 +_md5_=03ce38dac142088e50ce5419c83e068a diff --git a/metadata/md5-cache/razorqt-base/razorqt-appswitcher-0.5.1 b/metadata/md5-cache/razorqt-base/razorqt-appswitcher-0.5.1 deleted file mode 100644 index 756efaba3623..000000000000 --- a/metadata/md5-cache/razorqt-base/razorqt-appswitcher-0.5.1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=razorqt-base/razorqt-libs sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Standalone alt-tab application window switcher -EAPI=4 -HOMEPAGE=http://razor-qt.org/ -KEYWORDS=amd64 ~ppc x86 -LICENSE=LGPL-2.1+ -RDEPEND=razorqt-base/razorqt-libs razorqt-base/razorqt-data -SLOT=0 -SRC_URI=mirror://github/Razor-qt/razor-qt/razorqt-0.5.1.tar.bz2 -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=ff5d1b06a7ce80a8f7ad2b75669f6a33 diff --git a/metadata/md5-cache/razorqt-base/razorqt-appswitcher-0.5.2 b/metadata/md5-cache/razorqt-base/razorqt-appswitcher-0.5.2 deleted file mode 100644 index d1b0a3273c65..000000000000 --- a/metadata/md5-cache/razorqt-base/razorqt-appswitcher-0.5.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=razorqt-base/razorqt-libs sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Standalone alt-tab application window switcher -EAPI=4 -HOMEPAGE=http://razor-qt.org/ -KEYWORDS=amd64 ~ppc x86 -LICENSE=LGPL-2.1+ -RDEPEND=razorqt-base/razorqt-libs razorqt-base/razorqt-data -SLOT=0 -SRC_URI=http://www.razor-qt.org/downloads/files/razorqt-0.5.2.tar.bz2 -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=1e8854f2f478ec03cef97d28b794dea3 diff --git a/metadata/md5-cache/razorqt-base/razorqt-autosuspend-0.5.1 b/metadata/md5-cache/razorqt-base/razorqt-autosuspend-0.5.1 deleted file mode 100644 index 9974d88ef320..000000000000 --- a/metadata/md5-cache/razorqt-base/razorqt-autosuspend-0.5.1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=razorqt-base/razorqt-libs sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Razor-qt module for automatic suspend -EAPI=4 -HOMEPAGE=http://razor-qt.org/ -KEYWORDS=amd64 ~ppc x86 -LICENSE=LGPL-2.1+ -RDEPEND=razorqt-base/razorqt-libs razorqt-base/razorqt-data razorqt-base/razorqt-power || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) -SLOT=0 -SRC_URI=mirror://github/Razor-qt/razor-qt/razorqt-0.5.1.tar.bz2 -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=229d69404fa2bcdb8098cab8c7a16e3b diff --git a/metadata/md5-cache/razorqt-base/razorqt-autosuspend-0.5.2 b/metadata/md5-cache/razorqt-base/razorqt-autosuspend-0.5.2 deleted file mode 100644 index d297a1c1cb9b..000000000000 --- a/metadata/md5-cache/razorqt-base/razorqt-autosuspend-0.5.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=razorqt-base/razorqt-libs sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Razor-qt module for automatic suspend -EAPI=4 -HOMEPAGE=http://razor-qt.org/ -KEYWORDS=amd64 ~ppc x86 -LICENSE=LGPL-2.1+ -RDEPEND=razorqt-base/razorqt-libs razorqt-base/razorqt-data razorqt-base/razorqt-power || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) -SLOT=0 -SRC_URI=http://www.razor-qt.org/downloads/files/razorqt-0.5.2.tar.bz2 -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=5c7df5fc96b486afce2e5f1e39752fdb diff --git a/metadata/md5-cache/razorqt-base/razorqt-config-0.5.1 b/metadata/md5-cache/razorqt-base/razorqt-config-0.5.1 deleted file mode 100644 index a0d6c27b6e35..000000000000 --- a/metadata/md5-cache/razorqt-base/razorqt-config-0.5.1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=razorqt-base/razorqt-libs sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Razor-qt configuration center -EAPI=4 -HOMEPAGE=http://razor-qt.org/ -KEYWORDS=amd64 ~ppc x86 -LICENSE=GPL-2+ LGPL-2.1+ -RDEPEND=razorqt-base/razorqt-libs razorqt-base/razorqt-data -SLOT=0 -SRC_URI=mirror://github/Razor-qt/razor-qt/razorqt-0.5.1.tar.bz2 -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=657f10303940cf13c1a5edd68f9a7353 diff --git a/metadata/md5-cache/razorqt-base/razorqt-config-0.5.2 b/metadata/md5-cache/razorqt-base/razorqt-config-0.5.2 deleted file mode 100644 index d22f32bda32f..000000000000 --- a/metadata/md5-cache/razorqt-base/razorqt-config-0.5.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=razorqt-base/razorqt-libs sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Razor-qt configuration center -EAPI=4 -HOMEPAGE=http://razor-qt.org/ -KEYWORDS=amd64 ~ppc x86 -LICENSE=GPL-2+ LGPL-2.1+ -RDEPEND=razorqt-base/razorqt-libs razorqt-base/razorqt-data -SLOT=0 -SRC_URI=http://www.razor-qt.org/downloads/files/razorqt-0.5.2.tar.bz2 -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=09c1451c03da425b06dfedd39a36612d diff --git a/metadata/md5-cache/razorqt-base/razorqt-data-0.5.1 b/metadata/md5-cache/razorqt-base/razorqt-data-0.5.1 deleted file mode 100644 index 51beb2d3d7d0..000000000000 --- a/metadata/md5-cache/razorqt-base/razorqt-data-0.5.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=!=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Shared resources and data for the Razor-qt desktop environment -EAPI=4 -HOMEPAGE=http://razor-qt.org/ -IUSE=doc -KEYWORDS=amd64 ~ppc x86 -LICENSE=LGPL-2.1+ -RDEPEND=!=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Shared resources and data for the Razor-qt desktop environment -EAPI=4 -HOMEPAGE=http://razor-qt.org/ -IUSE=doc -KEYWORDS=amd64 ~ppc x86 -LICENSE=LGPL-2.1+ -RDEPEND=!=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Razor-qt desktop manager -EAPI=4 -HOMEPAGE=http://razor-qt.org/ -KEYWORDS=amd64 ~ppc x86 -LICENSE=LGPL-2.1+ -RDEPEND=razorqt-base/razorqt-libs razorqt-base/razorqt-data -SLOT=0 -SRC_URI=mirror://github/Razor-qt/razor-qt/razorqt-0.5.1.tar.bz2 -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=dce61c0dddd6fbbea0cc53bb13a6c426 diff --git a/metadata/md5-cache/razorqt-base/razorqt-desktop-0.5.2 b/metadata/md5-cache/razorqt-base/razorqt-desktop-0.5.2 deleted file mode 100644 index 462ee14a3d91..000000000000 --- a/metadata/md5-cache/razorqt-base/razorqt-desktop-0.5.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=razorqt-base/razorqt-libs sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Razor-qt desktop manager -EAPI=4 -HOMEPAGE=http://razor-qt.org/ -KEYWORDS=amd64 ~ppc x86 -LICENSE=LGPL-2.1+ -RDEPEND=razorqt-base/razorqt-libs razorqt-base/razorqt-data -SLOT=0 -SRC_URI=http://www.razor-qt.org/downloads/files/razorqt-0.5.2.tar.bz2 -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=ed13b5d0ea4b12b7a0dfd7c836bde15d diff --git a/metadata/md5-cache/razorqt-base/razorqt-kbshortcuts-0.5.1 b/metadata/md5-cache/razorqt-base/razorqt-kbshortcuts-0.5.1 deleted file mode 100644 index 43cf40f17cdf..000000000000 --- a/metadata/md5-cache/razorqt-base/razorqt-kbshortcuts-0.5.1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=razorqt-base/razorqt-libs sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Razor-qt global keyboard shortcuts manager -EAPI=4 -HOMEPAGE=http://razor-qt.org/ -KEYWORDS=amd64 ~ppc x86 -LICENSE=LGPL-2.1+ -RDEPEND=razorqt-base/razorqt-libs razorqt-base/razorqt-data -SLOT=0 -SRC_URI=mirror://github/Razor-qt/razor-qt/razorqt-0.5.1.tar.bz2 -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=7b2fa5a91bfeba01689b03e1f41ff87d diff --git a/metadata/md5-cache/razorqt-base/razorqt-kbshortcuts-0.5.2 b/metadata/md5-cache/razorqt-base/razorqt-kbshortcuts-0.5.2 deleted file mode 100644 index d92624579968..000000000000 --- a/metadata/md5-cache/razorqt-base/razorqt-kbshortcuts-0.5.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=razorqt-base/razorqt-libs sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Razor-qt global keyboard shortcuts manager -EAPI=4 -HOMEPAGE=http://razor-qt.org/ -KEYWORDS=amd64 ~ppc x86 -LICENSE=LGPL-2.1+ -RDEPEND=razorqt-base/razorqt-libs razorqt-base/razorqt-data -SLOT=0 -SRC_URI=http://www.razor-qt.org/downloads/files/razorqt-0.5.2.tar.bz2 -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=59227f225ad30ad280078ae0d0a8c04c diff --git a/metadata/md5-cache/razorqt-base/razorqt-libs-0.5.1 b/metadata/md5-cache/razorqt-base/razorqt-libs-0.5.1 deleted file mode 100644 index ce06bfde579f..000000000000 --- a/metadata/md5-cache/razorqt-base/razorqt-libs-0.5.1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=razorqt-base/libqtxdg x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXfixes x11-libs/libXrender dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 !=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Common libraries for the Razor-qt desktop environment -EAPI=4 -HOMEPAGE=http://razor-qt.org/ -KEYWORDS=amd64 ~ppc x86 -LICENSE=GPL-2 LGPL-2.1+ -RDEPEND=razorqt-base/libqtxdg x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXfixes x11-libs/libXrender dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 !=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Common libraries for the Razor-qt desktop environment -EAPI=4 -HOMEPAGE=http://razor-qt.org/ -KEYWORDS=amd64 ~ppc x86 -LICENSE=GPL-2 LGPL-2.1+ -RDEPEND=razorqt-base/libqtxdg x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXfixes x11-libs/libXrender dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 !=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Razor-qt LightDM greeter -EAPI=4 -HOMEPAGE=http://razor-qt.org/ -KEYWORDS=amd64 ~ppc x86 -LICENSE=LGPL-2.1+ -RDEPEND=razorqt-base/razorqt-libs x11-misc/lightdm[qt4] razorqt-base/razorqt-data razorqt-base/razorqt-power !x11-misc/lightdm-razorqt-greeter -SLOT=0 -SRC_URI=mirror://github/Razor-qt/razor-qt/razorqt-0.5.1.tar.bz2 -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=61ce86df177fa7b5c8bf07fd49d91326 diff --git a/metadata/md5-cache/razorqt-base/razorqt-lightdm-greeter-0.5.2 b/metadata/md5-cache/razorqt-base/razorqt-lightdm-greeter-0.5.2 deleted file mode 100644 index e664aa9aaa41..000000000000 --- a/metadata/md5-cache/razorqt-base/razorqt-lightdm-greeter-0.5.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=razorqt-base/razorqt-libs x11-misc/lightdm[qt4] sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Razor-qt LightDM greeter -EAPI=4 -HOMEPAGE=http://razor-qt.org/ -KEYWORDS=amd64 ~ppc x86 -LICENSE=LGPL-2.1+ -RDEPEND=razorqt-base/razorqt-libs x11-misc/lightdm[qt4] razorqt-base/razorqt-data razorqt-base/razorqt-power !x11-misc/lightdm-razorqt-greeter -SLOT=0 -SRC_URI=http://www.razor-qt.org/downloads/files/razorqt-0.5.2.tar.bz2 -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=c12763d41089a1174947e60df6753018 diff --git a/metadata/md5-cache/razorqt-base/razorqt-lightdm-greeter-0.5.2-r1 b/metadata/md5-cache/razorqt-base/razorqt-lightdm-greeter-0.5.2-r1 deleted file mode 100644 index 479f6455c073..000000000000 --- a/metadata/md5-cache/razorqt-base/razorqt-lightdm-greeter-0.5.2-r1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=razorqt-base/razorqt-libs =x11-misc/lightdm-1.4*[qt4] sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Razor-qt LightDM greeter -EAPI=5 -HOMEPAGE=http://razor-qt.org/ -KEYWORDS=amd64 ~ppc x86 -LICENSE=LGPL-2.1+ -RDEPEND=razorqt-base/razorqt-libs =x11-misc/lightdm-1.4*[qt4] razorqt-base/razorqt-data razorqt-base/razorqt-power !x11-misc/lightdm-razorqt-greeter -SLOT=0 -SRC_URI=http://www.razor-qt.org/downloads/files/razorqt-0.5.2.tar.bz2 -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=e5d2052cf63ab7a4f1892ce7a6c6525b diff --git a/metadata/md5-cache/razorqt-base/razorqt-meta-0.5.1 b/metadata/md5-cache/razorqt-base/razorqt-meta-0.5.1 deleted file mode 100644 index 739f28e1a34b..000000000000 --- a/metadata/md5-cache/razorqt-base/razorqt-meta-0.5.1 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=- -DESCRIPTION=Meta ebuild to install the complete Razor-qt desktop environment -EAPI=4 -HOMEPAGE=http://razor-qt.org/ -IUSE=doc +lightdm +policykit -KEYWORDS=amd64 ~ppc x86 -LICENSE=GPL-2+ LGPL-2.1+ -RDEPEND=~razorqt-base/libqtxdg-0.5.1 ~razorqt-base/razorqt-appswitcher-0.5.1 ~razorqt-base/razorqt-autosuspend-0.5.1 ~razorqt-base/razorqt-config-0.5.1 ~razorqt-base/razorqt-data-0.5.1[doc?] ~razorqt-base/razorqt-desktop-0.5.1 ~razorqt-base/razorqt-kbshortcuts-0.5.1 ~razorqt-base/razorqt-libs-0.5.1 ~razorqt-base/razorqt-notifications-0.5.1 ~razorqt-base/razorqt-openssh-askpass-0.5.1 ~razorqt-base/razorqt-panel-0.5.1 ~razorqt-base/razorqt-power-0.5.1 ~razorqt-base/razorqt-runner-0.5.1 ~razorqt-base/razorqt-session-0.5.1 lightdm? ( ~razorqt-base/razorqt-lightdm-greeter-0.5.1 ) policykit? ( ~razorqt-base/razorqt-policykit-0.5.1 ) || ( x11-wm/openbox kde-base/kwin x11-wm/metacity xfce-base/xfwm4 x11-wm/enlightenment x11-wm/fvwm x11-wm/sawfish x11-wm/windowmaker ) !=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Razor-qt notification daemon -EAPI=4 -HOMEPAGE=http://razor-qt.org/ -KEYWORDS=amd64 ~ppc x86 -LICENSE=LGPL-2.1+ -RDEPEND=razorqt-base/razorqt-libs razorqt-base/razorqt-data -SLOT=0 -SRC_URI=mirror://github/Razor-qt/razor-qt/razorqt-0.5.1.tar.bz2 -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=805372b7cec7c199a6804126a3af9e47 diff --git a/metadata/md5-cache/razorqt-base/razorqt-notifications-0.5.2 b/metadata/md5-cache/razorqt-base/razorqt-notifications-0.5.2 deleted file mode 100644 index 784edf13e5ad..000000000000 --- a/metadata/md5-cache/razorqt-base/razorqt-notifications-0.5.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=razorqt-base/razorqt-libs sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Razor-qt notification daemon -EAPI=4 -HOMEPAGE=http://razor-qt.org/ -KEYWORDS=amd64 ~ppc x86 -LICENSE=LGPL-2.1+ -RDEPEND=razorqt-base/razorqt-libs razorqt-base/razorqt-data -SLOT=0 -SRC_URI=http://www.razor-qt.org/downloads/files/razorqt-0.5.2.tar.bz2 -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=aabf911bd6cd6686fffad02e540acf70 diff --git a/metadata/md5-cache/razorqt-base/razorqt-openssh-askpass-0.5.1 b/metadata/md5-cache/razorqt-base/razorqt-openssh-askpass-0.5.1 deleted file mode 100644 index 0f58c77c8c37..000000000000 --- a/metadata/md5-cache/razorqt-base/razorqt-openssh-askpass-0.5.1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=razorqt-base/razorqt-libs sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Razor-qt OpenSSH ask password interface -EAPI=4 -HOMEPAGE=http://razor-qt.org/ -KEYWORDS=amd64 ~ppc x86 -LICENSE=LGPL-2.1+ -RDEPEND=razorqt-base/razorqt-libs razorqt-base/razorqt-data -SLOT=0 -SRC_URI=mirror://github/Razor-qt/razor-qt/razorqt-0.5.1.tar.bz2 -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=b1183555929b446a0c230e15d7a369bc diff --git a/metadata/md5-cache/razorqt-base/razorqt-openssh-askpass-0.5.2 b/metadata/md5-cache/razorqt-base/razorqt-openssh-askpass-0.5.2 deleted file mode 100644 index 4748cad6a011..000000000000 --- a/metadata/md5-cache/razorqt-base/razorqt-openssh-askpass-0.5.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=razorqt-base/razorqt-libs sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Razor-qt OpenSSH ask password interface -EAPI=4 -HOMEPAGE=http://razor-qt.org/ -KEYWORDS=amd64 ~ppc x86 -LICENSE=LGPL-2.1+ -RDEPEND=razorqt-base/razorqt-libs razorqt-base/razorqt-data -SLOT=0 -SRC_URI=http://www.razor-qt.org/downloads/files/razorqt-0.5.2.tar.bz2 -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=c7ab1ef8526cc19a5bfab9f337dbc77a diff --git a/metadata/md5-cache/razorqt-base/razorqt-panel-0.5.1-r1 b/metadata/md5-cache/razorqt-base/razorqt-panel-0.5.1-r1 deleted file mode 100644 index 1501cd8f2f0c..000000000000 --- a/metadata/md5-cache/razorqt-base/razorqt-panel-0.5.1-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=razorqt-base/razorqt-libs cpuload? ( sys-libs/libstatgrab ) networkmonitor? ( sys-libs/libstatgrab ) sensors? ( sys-apps/lm_sensors ) volume? ( alsa? ( media-libs/alsa-lib ) pulseaudio? ( media-sound/pulseaudio ) ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Razor-qt panel and its plugins -EAPI=4 -HOMEPAGE=http://razor-qt.org/ -IUSE=+alsa +clock colorpicker cpuload +desktopswitch +mainmenu networkmonitor pulseaudio +quicklaunch screensaver sensors +showdesktop +taskbar +tray +udisks +volume -KEYWORDS=amd64 ~ppc x86 -LICENSE=LGPL-2.1+ -RDEPEND=razorqt-base/razorqt-libs cpuload? ( sys-libs/libstatgrab ) networkmonitor? ( sys-libs/libstatgrab ) sensors? ( sys-apps/lm_sensors ) volume? ( alsa? ( media-libs/alsa-lib ) pulseaudio? ( media-sound/pulseaudio ) ) razorqt-base/razorqt-data udisks? ( sys-fs/udisks ) -REQUIRED_USE=volume? ( || ( alsa pulseaudio ) ) -SLOT=0 -SRC_URI=mirror://github/Razor-qt/razor-qt/razorqt-0.5.1.tar.bz2 -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=ee8fabc98a0e3eb15ef3ad40e80ebdd1 diff --git a/metadata/md5-cache/razorqt-base/razorqt-panel-0.5.2 b/metadata/md5-cache/razorqt-base/razorqt-panel-0.5.2 deleted file mode 100644 index 6652623c0130..000000000000 --- a/metadata/md5-cache/razorqt-base/razorqt-panel-0.5.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=razorqt-base/razorqt-libs cpuload? ( sys-libs/libstatgrab ) networkmonitor? ( sys-libs/libstatgrab ) sensors? ( sys-apps/lm_sensors ) volume? ( alsa? ( media-libs/alsa-lib ) pulseaudio? ( media-sound/pulseaudio ) ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Razor-qt panel and its plugins -EAPI=4 -HOMEPAGE=http://razor-qt.org/ -IUSE=+alsa +clock colorpicker cpuload +desktopswitch +mainmenu networkmonitor pulseaudio +quicklaunch screensaver sensors +showdesktop +taskbar +tray +udisks +volume -KEYWORDS=amd64 ~ppc x86 -LICENSE=LGPL-2.1+ -RDEPEND=razorqt-base/razorqt-libs cpuload? ( sys-libs/libstatgrab ) networkmonitor? ( sys-libs/libstatgrab ) sensors? ( sys-apps/lm_sensors ) volume? ( alsa? ( media-libs/alsa-lib ) pulseaudio? ( media-sound/pulseaudio ) ) razorqt-base/razorqt-data udisks? ( sys-fs/udisks ) -REQUIRED_USE=volume? ( || ( alsa pulseaudio ) ) -SLOT=0 -SRC_URI=http://www.razor-qt.org/downloads/files/razorqt-0.5.2.tar.bz2 -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=f74f80129af343cb5e9cd9d295b353a3 diff --git a/metadata/md5-cache/razorqt-base/razorqt-policykit-0.5.1 b/metadata/md5-cache/razorqt-base/razorqt-policykit-0.5.1 deleted file mode 100644 index e7a640078d9c..000000000000 --- a/metadata/md5-cache/razorqt-base/razorqt-policykit-0.5.1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-libs/glib:2 razorqt-base/razorqt-libs sys-auth/polkit-qt sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=A lightweight Qt-based PolicyKit agent -EAPI=4 -HOMEPAGE=http://razor-qt.org/ -KEYWORDS=amd64 ~ppc x86 -LICENSE=LGPL-2.1+ -RDEPEND=dev-libs/glib:2 razorqt-base/razorqt-libs sys-auth/polkit-qt razorqt-base/razorqt-data -SLOT=0 -SRC_URI=mirror://github/Razor-qt/razor-qt/razorqt-0.5.1.tar.bz2 -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=9dd7ed44ca8e3d918f2f6476821f7129 diff --git a/metadata/md5-cache/razorqt-base/razorqt-policykit-0.5.2 b/metadata/md5-cache/razorqt-base/razorqt-policykit-0.5.2 deleted file mode 100644 index f7e7ba011c47..000000000000 --- a/metadata/md5-cache/razorqt-base/razorqt-policykit-0.5.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-libs/glib:2 razorqt-base/razorqt-libs sys-auth/polkit-qt sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=A lightweight Qt-based PolicyKit agent -EAPI=4 -HOMEPAGE=http://razor-qt.org/ -KEYWORDS=amd64 ~ppc x86 -LICENSE=LGPL-2.1+ -RDEPEND=dev-libs/glib:2 razorqt-base/razorqt-libs sys-auth/polkit-qt razorqt-base/razorqt-data -SLOT=0 -SRC_URI=http://www.razor-qt.org/downloads/files/razorqt-0.5.2.tar.bz2 -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=fe1729fef417e28e948ca512ef9c1012 diff --git a/metadata/md5-cache/razorqt-base/razorqt-power-0.5.1 b/metadata/md5-cache/razorqt-base/razorqt-power-0.5.1 deleted file mode 100644 index 87695df79ae0..000000000000 --- a/metadata/md5-cache/razorqt-base/razorqt-power-0.5.1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=razorqt-base/razorqt-libs sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Razor-qt module for power management (logout/shutdown/reboot/suspend/hibernate) -EAPI=4 -HOMEPAGE=http://razor-qt.org/ -KEYWORDS=amd64 ~ppc x86 -LICENSE=LGPL-2.1+ -RDEPEND=razorqt-base/razorqt-libs razorqt-base/razorqt-data || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) -SLOT=0 -SRC_URI=mirror://github/Razor-qt/razor-qt/razorqt-0.5.1.tar.bz2 -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=a933f8e2d544e517d682583b02a524ca diff --git a/metadata/md5-cache/razorqt-base/razorqt-power-0.5.2 b/metadata/md5-cache/razorqt-base/razorqt-power-0.5.2 deleted file mode 100644 index 77d6b268b88e..000000000000 --- a/metadata/md5-cache/razorqt-base/razorqt-power-0.5.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=razorqt-base/razorqt-libs sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Razor-qt module for power management (logout/shutdown/reboot/suspend/hibernate) -EAPI=4 -HOMEPAGE=http://razor-qt.org/ -KEYWORDS=amd64 ~ppc x86 -LICENSE=LGPL-2.1+ -RDEPEND=razorqt-base/razorqt-libs razorqt-base/razorqt-data || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) -SLOT=0 -SRC_URI=http://www.razor-qt.org/downloads/files/razorqt-0.5.2.tar.bz2 -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=57b0259ca2220709b9f06a0d4781f16f diff --git a/metadata/md5-cache/razorqt-base/razorqt-runner-0.5.1 b/metadata/md5-cache/razorqt-base/razorqt-runner-0.5.1 deleted file mode 100644 index e733f5f0551b..000000000000 --- a/metadata/md5-cache/razorqt-base/razorqt-runner-0.5.1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=razorqt-base/razorqt-libs dev-qt/qtscript:4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Razor-qt quick launch and runner application -EAPI=4 -HOMEPAGE=http://razor-qt.org/ -KEYWORDS=amd64 ~ppc x86 -LICENSE=LGPL-2.1+ -RDEPEND=razorqt-base/razorqt-libs dev-qt/qtscript:4 razorqt-base/razorqt-data -SLOT=0 -SRC_URI=mirror://github/Razor-qt/razor-qt/razorqt-0.5.1.tar.bz2 -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=996b7392b330a9ea04f4a0ceccb9828a diff --git a/metadata/md5-cache/razorqt-base/razorqt-runner-0.5.2 b/metadata/md5-cache/razorqt-base/razorqt-runner-0.5.2 deleted file mode 100644 index dc85605d1a5b..000000000000 --- a/metadata/md5-cache/razorqt-base/razorqt-runner-0.5.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=razorqt-base/razorqt-libs dev-qt/qtscript:4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Razor-qt quick launch and runner application -EAPI=4 -HOMEPAGE=http://razor-qt.org/ -KEYWORDS=amd64 ~ppc x86 -LICENSE=LGPL-2.1+ -RDEPEND=razorqt-base/razorqt-libs dev-qt/qtscript:4 razorqt-base/razorqt-data -SLOT=0 -SRC_URI=http://www.razor-qt.org/downloads/files/razorqt-0.5.2.tar.bz2 -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=e14cdfd2d7ed48030587f5c2bdd42c93 diff --git a/metadata/md5-cache/razorqt-base/razorqt-session-0.5.1 b/metadata/md5-cache/razorqt-base/razorqt-session-0.5.1 deleted file mode 100644 index 5f0fae7f35a4..000000000000 --- a/metadata/md5-cache/razorqt-base/razorqt-session-0.5.1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=razorqt-base/razorqt-libs sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Razor-qt session manager -EAPI=4 -HOMEPAGE=http://razor-qt.org/ -KEYWORDS=amd64 ~ppc x86 -LICENSE=LGPL-2.1+ -RDEPEND=razorqt-base/razorqt-libs razorqt-base/razorqt-data -SLOT=0 -SRC_URI=mirror://github/Razor-qt/razor-qt/razorqt-0.5.1.tar.bz2 -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=de250206572675f8f4cbf4e3c5a9eda6 diff --git a/metadata/md5-cache/razorqt-base/razorqt-session-0.5.2 b/metadata/md5-cache/razorqt-base/razorqt-session-0.5.2 deleted file mode 100644 index bff6c1744507..000000000000 --- a/metadata/md5-cache/razorqt-base/razorqt-session-0.5.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=razorqt-base/razorqt-libs sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Razor-qt session manager -EAPI=4 -HOMEPAGE=http://razor-qt.org/ -KEYWORDS=amd64 ~ppc x86 -LICENSE=LGPL-2.1+ -RDEPEND=razorqt-base/razorqt-libs razorqt-base/razorqt-data -SLOT=0 -SRC_URI=http://www.razor-qt.org/downloads/files/razorqt-0.5.2.tar.bz2 -_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=cd918f731fe82dca829ef4896c6d488f diff --git a/metadata/md5-cache/sci-libs/djbfft-0.76-r2 b/metadata/md5-cache/sci-libs/djbfft-0.76-r2 index 9f30a75eab67..88f2acc4331f 100644 --- a/metadata/md5-cache/sci-libs/djbfft-0.76-r2 +++ b/metadata/md5-cache/sci-libs/djbfft-0.76-r2 @@ -3,9 +3,9 @@ DESCRIPTION=Extremely fast library for floating-point convolution EAPI=5 HOMEPAGE=http://cr.yp.to/djbfft.html IUSE=abi_x86_32 abi_x86_64 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 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux +KEYWORDS=~alpha ~amd64 arm ~hppa ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=public-domain SLOT=0 SRC_URI=http://cr.yp.to/djbfft/djbfft-0.76.tar.gz _eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 0983c7893df461213a05f791cc7dea6d multilib-minimal 13dd976916c35a1e2c8d170e840c7018 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=cf30eb31758f53eeb5444e645d8323e9 +_md5_=9256a9f294d476719429eea117b4a047 diff --git a/metadata/md5-cache/sci-mathematics/maxima-5.35.1 b/metadata/md5-cache/sci-mathematics/maxima-5.35.1 new file mode 100644 index 000000000000..6723b1d09a66 --- /dev/null +++ b/metadata/md5-cache/sci-mathematics/maxima-5.35.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=configure install postinst postrm prepare setup +DEPEND=X? ( x11-misc/xdg-utils sci-visualization/gnuplot[gd] tk? ( dev-lang/tk ) ) latex? ( virtual/latex-base ) emacs? ( virtual/emacs latex? ( app-emacs/auctex ) ) xemacs? ( app-editors/xemacs latex? ( app-emacs/auctex ) ) clisp? ( dev-lisp/clisp:= ) clozurecl? ( dev-lisp/clozurecl:= app-misc/rlwrap ) ecls? ( dev-lisp/ecls:= app-misc/rlwrap ) gcl? ( dev-lisp/gcl:= ) cmucl? ( dev-lisp/cmucl:= app-misc/rlwrap ) sbcl? ( dev-lisp/sbcl:= app-misc/rlwrap ) !clisp? ( !clozurecl? ( !ecls? ( !gcl? ( !cmucl? ( dev-lisp/sbcl:= app-misc/rlwrap ) ) ) ) ) sys-apps/texinfo !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=Free computer algebra environment based on Macsyma +EAPI=5 +HOMEPAGE=http://maxima.sourceforge.net/ +IUSE=latex emacs tk nls unicode xemacs X sbcl cmucl gcl ecls clozurecl clisp linguas_es linguas_pt linguas_pt_BR +KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +LICENSE=GPL-2 +PDEPEND=emacs? ( app-emacs/imaxima ) +RDEPEND=X? ( x11-misc/xdg-utils sci-visualization/gnuplot[gd] tk? ( dev-lang/tk ) ) latex? ( virtual/latex-base ) emacs? ( virtual/emacs latex? ( app-emacs/auctex ) ) xemacs? ( app-editors/xemacs latex? ( app-emacs/auctex ) ) clisp? ( dev-lisp/clisp:= ) clozurecl? ( dev-lisp/clozurecl:= app-misc/rlwrap ) ecls? ( dev-lisp/ecls:= app-misc/rlwrap ) gcl? ( dev-lisp/gcl:= ) cmucl? ( dev-lisp/cmucl:= app-misc/rlwrap ) sbcl? ( dev-lisp/sbcl:= app-misc/rlwrap ) !clisp? ( !clozurecl? ( !ecls? ( !gcl? ( !cmucl? ( dev-lisp/sbcl:= app-misc/rlwrap ) ) ) ) ) +SLOT=0 +SRC_URI=mirror://sourceforge/maxima/maxima-5.35.1.tar.gz +_eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e elisp-common 1aa23b3de5dae55456fa2071428eb5bf eutils 6faef4c127028ccbba3a11400d24ae34 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=5e2b4d3ef5cb4f330d0815d12921062d diff --git a/metadata/md5-cache/sci-mathematics/wxmaxima-14.12.0 b/metadata/md5-cache/sci-mathematics/wxmaxima-14.12.0 new file mode 100644 index 000000000000..84391ade0c7f --- /dev/null +++ b/metadata/md5-cache/sci-mathematics/wxmaxima-14.12.0 @@ -0,0 +1,12 @@ +DEFINED_PHASES=configure install postinst postrm preinst prepare +DEPEND=dev-libs/libxml2:2 x11-libs/wxGTK:2.8 >=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:2.8 media-fonts/jsmath sci-visualization/gnuplot[wxwidgets] sci-mathematics/maxima +SLOT=0 +SRC_URI=mirror://sourceforge/wxmaxima/wxmaxima-14.12.0.tar.gz +_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac wxwidgets 6d6eec2685256d35511e7b6d5461bec9 +_md5_=25c2ec7aabdcbcf0dd5f40089184d544 diff --git a/metadata/md5-cache/sys-apps/daemonize-1.7.5 b/metadata/md5-cache/sys-apps/daemonize-1.7.5 new file mode 100644 index 000000000000..1505f36314db --- /dev/null +++ b/metadata/md5-cache/sys-apps/daemonize-1.7.5 @@ -0,0 +1,9 @@ +DEFINED_PHASES=prepare unpack +DESCRIPTION=Runs a command as a Unix daemon +EAPI=5 +HOMEPAGE=http://bmc.github.com/daemonize/ +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +SLOT=0 +SRC_URI=http://github.com/bmc/daemonize/tarball/release-1.7.5 -> daemonize-1.7.5.tar.gz +_md5_=fd2ce8cb7388fe5d7ae441680538cd54 diff --git a/metadata/md5-cache/sys-apps/fwts-14.09.00 b/metadata/md5-cache/sys-apps/fwts-14.12.00 similarity index 87% rename from metadata/md5-cache/sys-apps/fwts-14.09.00 rename to metadata/md5-cache/sys-apps/fwts-14.12.00 index 1420704fb1f7..38c8ce5ccefa 100644 --- a/metadata/md5-cache/sys-apps/fwts-14.09.00 +++ b/metadata/md5-cache/sys-apps/fwts-14.12.00 @@ -7,6 +7,6 @@ KEYWORDS=~amd64 LICENSE=GPL-2 RDEPEND=dev-libs/json-c dev-libs/libpcre sys-apps/pciutils sys-power/iasl sys-power/pmtools sys-apps/dmidecode SLOT=0 -SRC_URI=http://fwts.ubuntu.com/release/fwts-V14.09.00.tar.gz +SRC_URI=http://fwts.ubuntu.com/release/fwts-V14.12.00.tar.gz _eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=c99ca782f2b6a7e5e21113dfc58e5969 +_md5_=abff0123cfbe35fdd5aaeef1de809a3c diff --git a/metadata/md5-cache/sys-apps/portage-2.2.14 b/metadata/md5-cache/sys-apps/portage-2.2.14 index bd4a059c6cec..b145be45682e 100644 --- a/metadata/md5-cache/sys-apps/portage-2.2.14 +++ b/metadata/md5-cache/sys-apps/portage-2.2.14 @@ -12,4 +12,4 @@ REQUIRED_USE=epydoc? ( python_targets_python2_7 ) || ( python_targets_pypy pytho SLOT=0 SRC_URI=mirror://gentoo/portage-2.2.14.tar.bz2 http://dev.gentoo.org/~dolsen/releases/portage/portage-2.2.14.tar.bz2 _eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=702cae358f029246c84384f2ddba6a2c +_md5_=476ecefc933fbee316de352db353b0f7 diff --git a/metadata/md5-cache/sys-apps/portage-2.2.15 b/metadata/md5-cache/sys-apps/portage-2.2.15 index 72aba72c45f2..4a099b181aca 100644 --- a/metadata/md5-cache/sys-apps/portage-2.2.15 +++ b/metadata/md5-cache/sys-apps/portage-2.2.15 @@ -12,4 +12,4 @@ REQUIRED_USE=epydoc? ( python_targets_python2_7 ) || ( python_targets_pypy pytho SLOT=0 SRC_URI=mirror://gentoo/portage-2.2.15.tar.bz2 http://dev.gentoo.org/~dolsen/releases/portage/portage-2.2.15.tar.bz2 _eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=77f083b4b8433e6022807bb42f1711e7 +_md5_=71cc08aa45ee5a79f913c83935a9578c diff --git a/metadata/md5-cache/sys-apps/systemd-216-r2 b/metadata/md5-cache/sys-apps/systemd-216-r2 index 918017de3720..f09e5df853c3 100644 --- a/metadata/md5-cache/sys-apps/systemd-216-r2 +++ b/metadata/md5-cache/sys-apps/systemd-216-r2 @@ -11,4 +11,4 @@ RDEPEND=>=sys-apps/util-linux-2.20:0= sys-libs/libcap:0= acl? ( sys-apps/acl:0= SLOT=0/2 SRC_URI=http://www.freedesktop.org/software/systemd/systemd-216.tar.xz _eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e autotools-utils 3727db64c7b960903d5033280f108080 bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 libtool 52d0e17251d04645ffaa61bfdd858944 linux-info 2b8c53f6065bdee2d757472215a3088f multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 0983c7893df461213a05f791cc7dea6d multilib-minimal 13dd976916c35a1e2c8d170e840c7018 pam aa1ebb3ab720ea04dbbdd6eaaf9554ed python-single-r1 cc5b6367244dc2070b496eb9a92d5b87 python-utils-r1 d5328656d500f65898a5f51634722f61 systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac udev da001465a2e939c93f7ae16947ce3438 user f54e098dd38ba1c0847a13e685b87747 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=e8976f01b3b15faa09a7076e91a8fc64 +_md5_=5c5950ee36107769d87b7c3cc5d6f3cd diff --git a/metadata/md5-cache/sys-apps/systemd-217-r4 b/metadata/md5-cache/sys-apps/systemd-217-r4 index 9ffef071cae0..9120b875d0b5 100644 --- a/metadata/md5-cache/sys-apps/systemd-217-r4 +++ b/metadata/md5-cache/sys-apps/systemd-217-r4 @@ -11,4 +11,4 @@ RDEPEND=>=sys-apps/util-linux-2.25:0= sys-libs/libcap:0= acl? ( sys-apps/acl:0= SLOT=0/2 SRC_URI=http://www.freedesktop.org/software/systemd/systemd-217.tar.xz http://dev.gentoo.org/~floppym/dist/systemd-gentoo-patches-217-r1.tar.xz _eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e autotools-utils 3727db64c7b960903d5033280f108080 bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 libtool 52d0e17251d04645ffaa61bfdd858944 linux-info 2b8c53f6065bdee2d757472215a3088f multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 0983c7893df461213a05f791cc7dea6d multilib-minimal 13dd976916c35a1e2c8d170e840c7018 pam aa1ebb3ab720ea04dbbdd6eaaf9554ed python-single-r1 cc5b6367244dc2070b496eb9a92d5b87 python-utils-r1 d5328656d500f65898a5f51634722f61 systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac udev da001465a2e939c93f7ae16947ce3438 user f54e098dd38ba1c0847a13e685b87747 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=aaea2ab7e1a952daaa11559169f2fad5 +_md5_=9c66580bd8999050a21e51ddcda96453 diff --git a/metadata/md5-cache/sys-apps/systemd-218-r1 b/metadata/md5-cache/sys-apps/systemd-218-r1 index d9283279fe81..511b8d57aa3f 100644 --- a/metadata/md5-cache/sys-apps/systemd-218-r1 +++ b/metadata/md5-cache/sys-apps/systemd-218-r1 @@ -11,4 +11,4 @@ RDEPEND=>=sys-apps/util-linux-2.25:0= sys-libs/libcap:0= acl? ( sys-apps/acl:0= SLOT=0/2 SRC_URI=http://www.freedesktop.org/software/systemd/systemd-218.tar.xz _eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e autotools-utils 3727db64c7b960903d5033280f108080 bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 libtool 52d0e17251d04645ffaa61bfdd858944 linux-info 2b8c53f6065bdee2d757472215a3088f multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 0983c7893df461213a05f791cc7dea6d multilib-minimal 13dd976916c35a1e2c8d170e840c7018 pam aa1ebb3ab720ea04dbbdd6eaaf9554ed python-single-r1 cc5b6367244dc2070b496eb9a92d5b87 python-utils-r1 d5328656d500f65898a5f51634722f61 systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac udev da001465a2e939c93f7ae16947ce3438 user f54e098dd38ba1c0847a13e685b87747 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=14491af0cf4114343ba46ff8b15067a5 +_md5_=d8adba5e0a66a992e5569e1a9f56d50a diff --git a/metadata/md5-cache/sys-apps/systemd-9999 b/metadata/md5-cache/sys-apps/systemd-9999 index 3c3aa6551e5c..361a50aac114 100644 --- a/metadata/md5-cache/sys-apps/systemd-9999 +++ b/metadata/md5-cache/sys-apps/systemd-9999 @@ -9,4 +9,4 @@ PDEPEND=>=sys-apps/dbus-1.6.8-r1:0[systemd] >=sys-apps/hwids-20130717-r1[udev] > RDEPEND=>=sys-apps/util-linux-2.25:0= sys-libs/libcap:0= acl? ( sys-apps/acl:0= ) apparmor? ( sys-libs/libapparmor:0= ) audit? ( >=sys-process/audit-2:0= ) cryptsetup? ( >=sys-fs/cryptsetup-1.6:0= ) curl? ( net-misc/curl:0= ) elfutils? ( >=dev-libs/elfutils-0.158:0= ) gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gudev? ( >=dev-libs/glib-2.34.3:2=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) http? ( >=net-libs/libmicrohttpd-0.9.33:0= ssl? ( >=net-libs/gnutls-3.1.4:0= ) ) idn? ( net-dns/libidn:0= ) introspection? ( >=dev-libs/gobject-introspection-1.31.1:0= ) kmod? ( >=sys-apps/kmod-15:0= ) lz4? ( >=app-arch/lz4-0_p119: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(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pam? ( virtual/pam:= ) python? ( python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-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_python2_7(+)?] ) qrcode? ( media-gfx/qrencode:0= ) seccomp? ( sys-libs/libseccomp:0= ) selinux? ( sys-libs/libselinux:0= ) sysv-utils? ( !sys-apps/systemd-sysv-utils !sys-apps/sysvinit ) terminal? ( >=dev-libs/libevdev-1.2:0= >=x11-libs/libxkbcommon-0.5:0= >=x11-libs/libdrm-2.4:0= ) xkb? ( >=x11-libs/libxkbcommon-0.4.1:0= ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) >=sys-apps/baselayout-2.2 !sys-auth/nss-myhostname !=sys-devel/binutils-2.11.90.0.31 ) deblob? ( || ( >=dev-lang/python-2.7.5-r2:2.7 ) ) +DESCRIPTION=Full sources including the Gentoo patchset for the 3.12 kernel tree +EAPI=5 +HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches +IUSE=deblob experimental symlink build deblob +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=GPL-2 !deblob? ( freedist ) +PDEPEND=!build? ( virtual/dev-manager ) +RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) +RESTRICT=binchecks strip +SLOT=3.12.35 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.12.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.12.N/deblob-3.12 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.12.N/deblob-check -> deblob-check-3.12 ) mirror://gentoo/genpatches-3.12-36.base.tar.xz mirror://gentoo/genpatches-3.12-36.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.12-36.experimental.tar.xz ) +_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 kernel-2 e0363401e3e385deca89bb9a22b528bb multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-any-r1 da352ea9da8eb9bf158d56cca65d6c82 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=08faf727ce48bad5db1bea91ed4f7d2f diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-3.17.7 b/metadata/md5-cache/sys-kernel/gentoo-sources-3.17.7 index eb753f477289..4b438037d0d0 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-3.17.7 +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-3.17.7 @@ -4,7 +4,7 @@ DESCRIPTION=Full sources including the Gentoo patchset for the 3.17 kernel tree EAPI=5 HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches IUSE=deblob experimental symlink build deblob -KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 LICENSE=GPL-2 !deblob? ( freedist ) PDEPEND=!build? ( virtual/dev-manager ) RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) @@ -12,4 +12,4 @@ RESTRICT=binchecks strip SLOT=3.17.7 SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.17.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.17.N/deblob-3.17 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.17.N/deblob-check -> deblob-check-3.17 ) mirror://gentoo/genpatches-3.17-10.base.tar.xz mirror://gentoo/genpatches-3.17-10.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.17-10.experimental.tar.xz ) _eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 kernel-2 e0363401e3e385deca89bb9a22b528bb multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-any-r1 da352ea9da8eb9bf158d56cca65d6c82 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=d588b21e1e80df499ce2fe0fa5da03e1 +_md5_=4893360bfc9ea3e5c510818e28703d95 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-3.4.105 b/metadata/md5-cache/sys-kernel/gentoo-sources-3.4.105 new file mode 100644 index 000000000000..6623839fb047 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-3.4.105 @@ -0,0 +1,15 @@ +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 sources including the Gentoo patchset for the 3.4 kernel tree +EAPI=5 +HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches +IUSE=deblob symlink build deblob +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=GPL-2 !deblob? ( freedist ) +PDEPEND=!build? ( virtual/dev-manager ) +RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) +RESTRICT=binchecks strip +SLOT=3.4.105 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.4.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.4.N/deblob-3.4 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.4.N/deblob-check -> deblob-check-3.4 ) mirror://gentoo/genpatches-3.4-88.base.tar.xz mirror://gentoo/genpatches-3.4-88.extras.tar.xz +_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 kernel-2 e0363401e3e385deca89bb9a22b528bb multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-any-r1 da352ea9da8eb9bf158d56cca65d6c82 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=9263a09c0d8c9f891f507ee6b1440407 diff --git a/metadata/md5-cache/sys-libs/db-4.8.30-r2 b/metadata/md5-cache/sys-libs/db-4.8.30-r2 index a657f1b46b59..07cceb33957a 100644 --- a/metadata/md5-cache/sys-libs/db-4.8.30-r2 +++ b/metadata/md5-cache/sys-libs/db-4.8.30-r2 @@ -4,11 +4,11 @@ DESCRIPTION=Oracle Berkeley DB EAPI=5 HOMEPAGE=http://www.oracle.com/technology/software/products/berkeley-db/index.html IUSE=doc java cxx tcl test doc test examples elibc_FreeBSD java abi_x86_32 abi_x86_64 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 +KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd LICENSE=Sleepycat RDEPEND=tcl? ( >=dev-lang/tcl-8.5.15-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(-)?] ) java? ( >=virtual/jre-1.5 ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140508-r2 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) java? ( >=dev-java/java-config-2.1.9-r1 ) REQUIRED_USE=test? ( tcl ) SLOT=4.8 SRC_URI=http://download.oracle.com/berkeley-db/db-4.8.30.tar.gz _eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e db 217d1394b8ade73a6a416da2b3be3332 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 libtool 52d0e17251d04645ffaa61bfdd858944 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 0983c7893df461213a05f791cc7dea6d multilib-minimal 13dd976916c35a1e2c8d170e840c7018 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=0350a467e8c46dd7c88590fb267cdd1b +_md5_=1f651105851ad69f53327f844abc6f49 diff --git a/metadata/md5-cache/www-client/chromium-40.0.2214.10 b/metadata/md5-cache/www-client/chromium-40.0.2214.45 similarity index 98% rename from metadata/md5-cache/www-client/chromium-40.0.2214.10 rename to metadata/md5-cache/www-client/chromium-40.0.2214.45 index b2ca6617030e..23979372639e 100644 --- a/metadata/md5-cache/www-client/chromium-40.0.2214.10 +++ b/metadata/md5-cache/www-client/chromium-40.0.2214.45 @@ -9,6 +9,6 @@ LICENSE=BSD RDEPEND=>=app-accessibility/speech-dispatcher-0.8:= app-arch/bzip2:= app-arch/snappy:= cups? ( dev-libs/libgcrypt:0= >=net-print/cups-1.3.11:= ) >=dev-libs/elfutils-0.149 dev-libs/expat:= dev-libs/glib:= dev-libs/icu:= >=dev-libs/jsoncpp-0.5.0-r1:= >=dev-libs/libevent-1.4.13:= dev-libs/libxml2:=[icu] dev-libs/libxslt:= dev-libs/nspr:= >=dev-libs/nss-3.14.3:= dev-libs/re2:= gnome? ( >=gnome-base/gconf-2.24.0:= ) gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= ) >=media-libs/alsa-lib-1.0.19:= media-libs/flac:= media-libs/fontconfig:= media-libs/freetype:= media-libs/harfbuzz:=[icu(+)] media-libs/libexif:= >=media-libs/libjpeg-turbo-1.2.0-r1:= media-libs/libpng:0= >=media-libs/libwebp-0.4.0:= media-libs/speex:= pulseaudio? ( media-sound/pulseaudio:= ) sys-apps/dbus:= sys-apps/pciutils:= >=sys-libs/libcap-2.22:= sys-libs/zlib:=[minizip] virtual/udev x11-libs/cairo:= x11-libs/gdk-pixbuf:= x11-libs/gtk+:2= x11-libs/libdrm x11-libs/libX11:= x11-libs/libXcomposite:= x11-libs/libXcursor:= x11-libs/libXdamage:= x11-libs/libXext:= x11-libs/libXfixes:= >=x11-libs/libXi-1.6.0:= x11-libs/libXinerama:= x11-libs/libXrandr:= x11-libs/libXrender:= x11-libs/libXScrnSaver:= x11-libs/libXtst:= x11-libs/pango:= kerberos? ( virtual/krb5 ) !=www-client/chromium-9999 !=app-accessibility/speech-dispatcher-0.8:= app-arch/bzip2:= app-arch/snappy:= cups? ( dev-libs/libgcrypt:0= >=net-print/cups-1.3.11:= ) >=dev-libs/elfutils-0.149 dev-libs/expat:= dev-libs/glib:= dev-libs/icu:= >=dev-libs/jsoncpp-0.5.0-r1:= >=dev-libs/libevent-1.4.13:= dev-libs/libxml2:=[icu] dev-libs/libxslt:= dev-libs/nspr:= >=dev-libs/nss-3.14.3:= dev-libs/re2:= gnome? ( >=gnome-base/gconf-2.24.0:= ) gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= ) >=media-libs/alsa-lib-1.0.19:= media-libs/flac:= media-libs/fontconfig:= media-libs/freetype:= media-libs/harfbuzz:=[icu(+)] media-libs/libexif:= >=media-libs/libjpeg-turbo-1.2.0-r1:= media-libs/libpng:0= >=media-libs/libwebp-0.4.0:= media-libs/speex:= pulseaudio? ( media-sound/pulseaudio:= ) sys-apps/dbus:= sys-apps/pciutils:= >=sys-libs/libcap-2.22:= sys-libs/zlib:=[minizip] virtual/udev x11-libs/cairo:= x11-libs/gdk-pixbuf:= x11-libs/gtk+:2= x11-libs/libdrm x11-libs/libX11:= x11-libs/libXcomposite:= x11-libs/libXcursor:= x11-libs/libXdamage:= x11-libs/libXext:= x11-libs/libXfixes:= >=x11-libs/libXi-1.6.0:= x11-libs/libXinerama:= x11-libs/libXrandr:= x11-libs/libXrender:= x11-libs/libXScrnSaver:= x11-libs/libXtst:= x11-libs/pango:= kerberos? ( virtual/krb5 ) !=www-client/chromium-9999 !=sys-apps/sed-4 -DESCRIPTION=A fast and secure web browser -EAPI=5 -HOMEPAGE=http://www.opera.com/ -IUSE=+linguas_af +linguas_az +linguas_be +linguas_bg +linguas_bn +linguas_ca +linguas_cs +linguas_da +linguas_de +linguas_el +linguas_en_GB +linguas_en_US +linguas_es_419 +linguas_es +linguas_fi +linguas_fr_CA +linguas_fr +linguas_fy +linguas_gd +linguas_hi +linguas_hr +linguas_hu +linguas_id +linguas_it +linguas_ja +linguas_kk +linguas_ko +linguas_lt +linguas_lv +linguas_me +linguas_mk +linguas_ms +linguas_nb +linguas_nl +linguas_nn +linguas_pa +linguas_pl +linguas_pt_BR +linguas_pt_PT +linguas_ro +linguas_ru +linguas_sk +linguas_sr +linguas_sv +linguas_sw +linguas_ta +linguas_te +linguas_th +linguas_tl +linguas_tr +linguas_uk +linguas_uz +linguas_vi +linguas_zh_CN +linguas_zh_TW +linguas_zu -KEYWORDS=~amd64 -LICENSE=OPERA-2014 -RDEPEND=dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss >=dev-libs/openssl-1.0.1:0 gnome-base/gconf:2 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype net-misc/curl net-print/cups sys-apps/dbus sys-libs/libcap virtual/libudev x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:2 x11-libs/libX11 x11-libs/libXScrnSaver x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/pango[X] -SLOT=0 -SRC_URI=amd64? ( http://get.geo.opera.com/pub/opera-beta/26.0.1656.17/linux/opera-beta_26.0.1656.17_amd64.deb ) -_eclasses_=chromium 4a9f555199b35aa57f60b0e9b9627d2a eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac unpacker f300a7ca9131b1024a79762e8edd3c52 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=3620daa8f7426ea6470fc1824a71c86f diff --git a/metadata/md5-cache/www-client/opera-developer-27.0.1689.13 b/metadata/md5-cache/www-client/opera-beta-27.0.1689.33 similarity index 91% rename from metadata/md5-cache/www-client/opera-developer-27.0.1689.13 rename to metadata/md5-cache/www-client/opera-beta-27.0.1689.33 index 81f173713eec..0484af6954b2 100644 --- a/metadata/md5-cache/www-client/opera-developer-27.0.1689.13 +++ b/metadata/md5-cache/www-client/opera-beta-27.0.1689.33 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 LICENSE=OPERA-2014 RDEPEND=dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss >=dev-libs/openssl-1.0.1:0 gnome-base/gconf:2 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype net-misc/curl net-print/cups sys-apps/dbus sys-libs/libcap virtual/libudev x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:2 x11-libs/libX11 x11-libs/libXScrnSaver x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/pango[X] SLOT=0 -SRC_URI=amd64? ( http://get.geo.opera.com/pub/opera-developer/27.0.1689.13/linux/opera-developer_27.0.1689.13_amd64.deb ) +SRC_URI=amd64? ( http://get.geo.opera.com/pub/opera-beta/27.0.1689.33/linux/opera-beta_27.0.1689.33_amd64.deb ) _eclasses_=chromium 4a9f555199b35aa57f60b0e9b9627d2a eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac unpacker f300a7ca9131b1024a79762e8edd3c52 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=dd2270f4d5808d67fbb36b05dc596054 +_md5_=4948c202f38905cf65b9094daba25791 diff --git a/metadata/md5-cache/www-client/opera-beta-26.0.1656.20 b/metadata/md5-cache/www-client/opera-developer-28.0.1719.0 similarity index 66% rename from metadata/md5-cache/www-client/opera-beta-26.0.1656.20 rename to metadata/md5-cache/www-client/opera-developer-28.0.1719.0 index f7d516d82712..e5ed7f6e21b0 100644 --- a/metadata/md5-cache/www-client/opera-beta-26.0.1656.20 +++ b/metadata/md5-cache/www-client/opera-developer-28.0.1719.0 @@ -3,11 +3,11 @@ DEPEND=>=sys-apps/sed-4 DESCRIPTION=A fast and secure web browser EAPI=5 HOMEPAGE=http://www.opera.com/ -IUSE=+linguas_af +linguas_az +linguas_be +linguas_bg +linguas_bn +linguas_ca +linguas_cs +linguas_da +linguas_de +linguas_el +linguas_en_GB +linguas_en_US +linguas_es_419 +linguas_es +linguas_fi +linguas_fr_CA +linguas_fr +linguas_fy +linguas_gd +linguas_hi +linguas_hr +linguas_hu +linguas_id +linguas_it +linguas_ja +linguas_kk +linguas_ko +linguas_lt +linguas_lv +linguas_me +linguas_mk +linguas_ms +linguas_nb +linguas_nl +linguas_nn +linguas_pa +linguas_pl +linguas_pt_BR +linguas_pt_PT +linguas_ro +linguas_ru +linguas_sk +linguas_sr +linguas_sv +linguas_sw +linguas_ta +linguas_te +linguas_th +linguas_tl +linguas_tr +linguas_uk +linguas_uz +linguas_vi +linguas_zh_CN +linguas_zh_TW +linguas_zu +IUSE=+linguas_af +linguas_az +linguas_be +linguas_bg +linguas_bn +linguas_ca +linguas_cs +linguas_da +linguas_de +linguas_el +linguas_en_GB +linguas_en_US +linguas_es_419 +linguas_es +linguas_fil +linguas_fi +linguas_fr_CA +linguas_fr +linguas_fy +linguas_gd +linguas_hi +linguas_hr +linguas_hu +linguas_id +linguas_it +linguas_ja +linguas_kk +linguas_ko +linguas_lt +linguas_lv +linguas_me +linguas_mk +linguas_ms +linguas_nb +linguas_nl +linguas_nn +linguas_pa +linguas_pl +linguas_pt_BR +linguas_pt_PT +linguas_ro +linguas_ru +linguas_sk +linguas_sr +linguas_sv +linguas_sw +linguas_ta +linguas_te +linguas_th +linguas_tr +linguas_uk +linguas_uz +linguas_vi +linguas_zh_CN +linguas_zh_TW +linguas_zu KEYWORDS=~amd64 LICENSE=OPERA-2014 RDEPEND=dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss >=dev-libs/openssl-1.0.1:0 gnome-base/gconf:2 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype net-misc/curl net-print/cups sys-apps/dbus sys-libs/libcap virtual/libudev x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:2 x11-libs/libX11 x11-libs/libXScrnSaver x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/pango[X] SLOT=0 -SRC_URI=amd64? ( http://get.geo.opera.com/pub/opera-beta/26.0.1656.20/linux/opera-beta_26.0.1656.20_amd64.deb ) +SRC_URI=amd64? ( http://get.geo.opera.com/pub/opera-developer/28.0.1719.0/linux/opera-developer_28.0.1719.0_amd64.deb ) _eclasses_=chromium 4a9f555199b35aa57f60b0e9b9627d2a eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac unpacker f300a7ca9131b1024a79762e8edd3c52 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=336693892658bd5b56e967a9ed0c79b5 +_md5_=d56a85d81f789293188e55285074e617 diff --git a/metadata/md5-cache/x11-libs/qscintilla-2.8.4-r1 b/metadata/md5-cache/x11-libs/qscintilla-2.8.4-r1 index fa7b6bdae887..722663a38db5 100644 --- a/metadata/md5-cache/x11-libs/qscintilla-2.8.4-r1 +++ b/metadata/md5-cache/x11-libs/qscintilla-2.8.4-r1 @@ -4,10 +4,10 @@ DESCRIPTION=A Qt port of Neil Hodgson's Scintilla C++ editor class EAPI=5 HOMEPAGE=http://www.riverbankcomputing.co.uk/software/qscintilla/intro IUSE=designer doc -KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux +KEYWORDS=~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux LICENSE=|| ( GPL-2 GPL-3 ) RDEPEND=>=dev-qt/qtcore-4.8.5:4 >=dev-qt/qtgui-4.8.5:4 designer? ( >=dev-qt/designer-4.8.5:4 ) SLOT=0/11 SRC_URI=mirror://sourceforge/pyqt/QScintilla-gpl-2.8.4.tar.gz _eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf qmake-utils 9e0174de733aecba0a7e66b2b01841d2 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=52392eeca1f326a3e777d2cafae33143 +_md5_=179664c8cfa4db3fc74bb4d62b696e29 diff --git a/metadata/md5-cache/x11-misc/bmpanel-0.9.27-r1 b/metadata/md5-cache/x11-misc/bmpanel-0.9.27-r1 index ee210fb9d8b8..944a307fb38e 100644 --- a/metadata/md5-cache/x11-misc/bmpanel-0.9.27-r1 +++ b/metadata/md5-cache/x11-misc/bmpanel-0.9.27-r1 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install prepare unpack -DEPEND=>=media-libs/imlib2-1.4.0 media-libs/freetype:2 x11-libs/libX11 x11-libs/libXrender x11-libs/libXcomposite x11-libs/libXfixes media-libs/fontconfig libev? ( dev-libs/libev ) libevent? ( dev-libs/libevent ) virtual/pkgconfig +DEPEND=>=media-libs/imlib2-1.4.0[X] media-libs/freetype:2 x11-libs/libX11 x11-libs/libXrender x11-libs/libXcomposite x11-libs/libXfixes media-libs/fontconfig libev? ( dev-libs/libev ) libevent? ( dev-libs/libevent ) virtual/pkgconfig DESCRIPTION=a lightweight, NETWM compliant panel for X11 Window System EAPI=2 HOMEPAGE=http://nsf.110mb.com/bmpanel IUSE=debug libev libevent KEYWORDS=amd64 ~ppc ~x86 LICENSE=ZLIB -RDEPEND=>=media-libs/imlib2-1.4.0 media-libs/freetype:2 x11-libs/libX11 x11-libs/libXrender x11-libs/libXcomposite x11-libs/libXfixes media-libs/fontconfig libev? ( dev-libs/libev ) libevent? ( dev-libs/libevent ) +RDEPEND=>=media-libs/imlib2-1.4.0[X] media-libs/freetype:2 x11-libs/libX11 x11-libs/libXrender x11-libs/libXcomposite x11-libs/libXfixes media-libs/fontconfig libev? ( dev-libs/libev ) libevent? ( dev-libs/libevent ) SLOT=0 SRC_URI=http://nsf.110mb.com/bmpanel/bmpanel-0.9.27.tar.gz _eclasses_=base 87f7447ccfc06fd0729ff4684e11e0d6 eutils 6faef4c127028ccbba3a11400d24ae34 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=9739611a6ac3f8f8e370c79ead19059e +_md5_=2b909a7c265818bab6c296097234ea6d diff --git a/metadata/md5-cache/x11-misc/mate-notification-daemon-1.6.1 b/metadata/md5-cache/x11-misc/mate-notification-daemon-1.6.1 deleted file mode 100644 index 80c5707f1e20..000000000000 --- a/metadata/md5-cache/x11-misc/mate-notification-daemon-1.6.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=dev-libs/atk:0 >=dev-libs/dbus-glib-0.78:0 >=dev-libs/glib-2.18:2 >=media-libs/libcanberra-0.4:0[gtk] >=sys-apps/dbus-1:0 x11-libs/cairo:0 x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-2.18:2 >=x11-libs/libmatewnck-1.6:0 >=x11-libs/libnotify-0.7:0 x11-libs/libX11:0 virtual/libintl:0 !x11-misc/notify-osd:* !x11-misc/qtnotifydaemon:* !x11-misc/notification-daemon:* app-arch/xz-utils:0 >=dev-util/intltool-0.40:* sys-devel/gettext:* >=sys-devel/libtool-2.2.6:2 virtual/pkgconfig:* app-arch/xz-utils >=sys-apps/sed-4 -DESCRIPTION=MATE Notification daemon -EAPI=5 -HOMEPAGE=http://mate-desktop.org -IUSE=debug -KEYWORDS=amd64 -LICENSE=GPL-2 -RDEPEND=dev-libs/atk:0 >=dev-libs/dbus-glib-0.78:0 >=dev-libs/glib-2.18:2 >=media-libs/libcanberra-0.4:0[gtk] >=sys-apps/dbus-1:0 x11-libs/cairo:0 x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-2.18:2 >=x11-libs/libmatewnck-1.6:0 >=x11-libs/libnotify-0.7:0 x11-libs/libX11:0 virtual/libintl:0 !x11-misc/notify-osd:* !x11-misc/qtnotifydaemon:* !x11-misc/notification-daemon:* -SLOT=0 -SRC_URI=http://pub.mate-desktop.org/releases/1.6/mate-notification-daemon-1.6.1.tar.xz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=ab131f65325316b03769cb503cf72458 diff --git a/metadata/md5-cache/x11-terms/mate-terminal-1.6.2 b/metadata/md5-cache/x11-terms/mate-terminal-1.6.2 deleted file mode 100644 index cb73399252ca..000000000000 --- a/metadata/md5-cache/x11-terms/mate-terminal-1.6.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=app-text/rarian:0 dev-libs/atk:0 >=dev-libs/glib-2.25:2 >=gnome-base/dconf-0.10:0 >=mate-base/mate-desktop-1.6:0 x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-2.18:2 x11-libs/libICE:0 x11-libs/libSM:0 x11-libs/libX11:0 x11-libs/pango:0 >=x11-libs/vte-0.25.91:0 >=app-text/mate-doc-utils-1.6:0 >=app-text/scrollkeeper-dtd-1:1.0 || ( dev-util/gtk-builder-convert:0 <=x11-libs/gtk+-2.24.10:2 ) >=dev-util/intltool-0.40:* sys-devel/gettext:* virtual/pkgconfig:* app-arch/xz-utils >=sys-apps/sed-4 -DESCRIPTION=The MATE Terminal -EAPI=5 -HOMEPAGE=http://mate-desktop.org -KEYWORDS=amd64 -LICENSE=GPL-3 -RDEPEND=app-text/rarian:0 dev-libs/atk:0 >=dev-libs/glib-2.25:2 >=gnome-base/dconf-0.10:0 >=mate-base/mate-desktop-1.6:0 x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-2.18:2 x11-libs/libICE:0 x11-libs/libSM:0 x11-libs/libX11:0 x11-libs/pango:0 >=x11-libs/vte-0.25.91:0 -SLOT=0 -SRC_URI=http://pub.mate-desktop.org/releases/1.6/mate-terminal-1.6.2.tar.xz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=7f281e78a1c7a8b47e4dbde48cf357b5 diff --git a/metadata/md5-cache/x11-themes/mate-backgrounds-1.6.1 b/metadata/md5-cache/x11-themes/mate-backgrounds-1.6.1 deleted file mode 100644 index f60951eb85ea..000000000000 --- a/metadata/md5-cache/x11-themes/mate-backgrounds-1.6.1 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=>=dev-util/intltool-0.35:* sys-devel/gettext:* app-arch/xz-utils >=sys-apps/sed-4 -DESCRIPTION=A set of backgrounds packaged with the MATE desktop -EAPI=5 -HOMEPAGE=http://mate-desktop.org -KEYWORDS=amd64 -LICENSE=GPL-2 -SLOT=0 -SRC_URI=http://pub.mate-desktop.org/releases/1.6/mate-backgrounds-1.6.1.tar.xz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=e750c359fe9fabc29805e11e4b74d386 diff --git a/metadata/md5-cache/x11-themes/mate-icon-theme-1.6.3 b/metadata/md5-cache/x11-themes/mate-icon-theme-1.6.3 deleted file mode 100644 index 860db81820f8..000000000000 --- a/metadata/md5-cache/x11-themes/mate-icon-theme-1.6.3 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=>=x11-themes/hicolor-icon-theme-0.10 >=dev-util/intltool-0.40:* >=x11-misc/icon-naming-utils-0.8.7:0 sys-devel/gettext:* virtual/pkgconfig:* app-arch/xz-utils >=sys-apps/sed-4 -DESCRIPTION=MATE default icon themes -EAPI=5 -HOMEPAGE=http://mate-desktop.org -KEYWORDS=amd64 -LICENSE=GPL-2 -RDEPEND=>=x11-themes/hicolor-icon-theme-0.10 -RESTRICT=binchecks strip -SLOT=0 -SRC_URI=http://pub.mate-desktop.org/releases/1.6/mate-icon-theme-1.6.3.tar.xz -_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=dbb56724701cf5366e4e7eeacf5d1b80 diff --git a/metadata/md5-cache/x11-themes/mate-icon-theme-faenza-1.6.0 b/metadata/md5-cache/x11-themes/mate-icon-theme-faenza-1.6.0 deleted file mode 100644 index 2fff768624c7..000000000000 --- a/metadata/md5-cache/x11-themes/mate-icon-theme-faenza-1.6.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=!=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 app-arch/xz-utils >=sys-apps/sed-4 -DESCRIPTION=Faenza icon theme, that was adapted for MATE desktop -EAPI=5 -HOMEPAGE=http://mate-desktop.org -IUSE=minimal debug -KEYWORDS=amd64 -LICENSE=GPL-3 -RDEPEND=!minimal? ( >=x11-themes/mate-icon-theme-1.6:0 ) x11-themes/hicolor-icon-theme:0 -RESTRICT=binchecks strip -SLOT=0 -SRC_URI=http://pub.mate-desktop.org/releases/1.6/mate-icon-theme-faenza-1.6.0.tar.xz -_eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e eutils 6faef4c127028ccbba3a11400d24ae34 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=8d0ae35f6ac0759ff42c5fa61ac63e4e diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index 30c7a77a7142..c4adfeaff4c4 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Fri, 19 Dec 2014 20:07:24 +0000 +Sat, 20 Dec 2014 21:37:04 +0000 diff --git a/metadata/timestamp b/metadata/timestamp index be3d6195300d..07e3fec5640b 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Fri Dec 19 20:07:20 UTC 2014 +Sat Dec 20 21:37:01 UTC 2014 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index 45fd0cb77106..6f5236951b16 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Fri, 19 Dec 2014 20:30:01 +0000 +Sat, 20 Dec 2014 22:00:01 +0000 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index 1fc5f6281dc0..973d681ee219 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1419019501 Fri 19 Dec 2014 08:05:01 PM UTC UTC +1419111301 Sat 20 Dec 2014 09:35:01 PM UTC UTC diff --git a/net-analyzer/arpon/Manifest b/net-analyzer/arpon/Manifest index 52d3488b6d17..304f62ce42da 100644 --- a/net-analyzer/arpon/Manifest +++ b/net-analyzer/arpon/Manifest @@ -1 +1,2 @@ +DIST ArpON-2.7.2.tar.gz 2780607 SHA256 99adf83e4cdf2eda01601a60e2e1a611b5bce73865745fe67774c525c5f7d6d0 SHA512 7518f8f8920817725c9b3e0a6420190dcc101b1c0c7cd9eec50870b3f893fe2322eddc90cb71e9c3c35326b4e1730aa02797ca51775caa9401807da3978628b4 WHIRLPOOL a164419425ad55d35ebb2bea17cedb4d834b99a17deb0c5a46d39b047cc937113359c39c5b6e1d156daecf3490a9dbf29eeff06c22c4dd2020ffcac00552cc00 DIST ArpON-2.7.tar.gz 3009833 SHA256 6ad51204bc33cf004c493f62d7ab24d83213c1621b00efc540e30a0c9fe3db94 SHA512 472261bd23c61cd6a5caabe02c95d8749b488b84177fdcd5d35bb19414a3a547ff9f7b722f8e9fb1cb59a1d6d358de4a560459e9c037aa247e7a97df0d49ecb8 WHIRLPOOL a0259e91c3b91942c6f8e5b497404d7a753e957b79643f9ce7444fe8f3dfb7673827be2986aeb32ed0485b1dad047a864ea3faedc732d85bd0ea7a69326a4a0f diff --git a/net-analyzer/arpon/arpon-2.7.2.ebuild b/net-analyzer/arpon/arpon-2.7.2.ebuild new file mode 100644 index 000000000000..48bef0fd4151 --- /dev/null +++ b/net-analyzer/arpon/arpon-2.7.2.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpon/arpon-2.7.2.ebuild,v 1.1 2014/12/19 21:01:07 hwoarang Exp $ + +EAPI="4" +inherit cmake-utils readme.gentoo + +DESCRIPTION="ArpON (Arp handler inspectiON) is a portable Arp handler" + +MY_PN="ArpON" +MY_P="${MY_PN}-${PV}" +HOMEPAGE="http://arpon.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-libs/libdnet + net-libs/libnet:1.1 + net-libs/libpcap" + +RDEPEND=${DEPEND} + +S="${WORKDIR}"/${MY_P} + +src_prepare() { + sed -i -e "/set(CMAKE_C_FLAGS/d" CMakeLists.txt || die + + DOC_CONTENTS="${PN} now installs an init script. Please edit + the /etc/conf.d/arpon file to match your needs" +} + +src_install() { + cmake-utils_src_install + newinitd "${FILESDIR}"/${PN}.initd ${PN} + newconfd "${FILESDIR}"/${PN}.confd ${PN} + readme.gentoo_create_doc +} diff --git a/net-analyzer/bwping/bwping-1.7-r1.ebuild b/net-analyzer/bwping/bwping-1.7-r1.ebuild index 37b68d68eeea..4da77521ddb4 100644 --- a/net-analyzer/bwping/bwping-1.7-r1.ebuild +++ b/net-analyzer/bwping/bwping-1.7-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwping/bwping-1.7-r1.ebuild,v 1.3 2014/02/22 08:06:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwping/bwping-1.7-r1.ebuild,v 1.4 2014/12/20 12:50:37 hwoarang Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=1 -inherit autotools-utils +inherit autotools-utils linux-info DESCRIPTION="A tool to measure bandwidth and RTT between two hosts using ICMP" HOMEPAGE="http://bwping.sourceforge.net/" @@ -20,6 +20,14 @@ PATCHES=( "${FILESDIR}/${P}-buildsystem-configurable-ipv6.patch" # bug 454256 ) +CONFIG_CHECK="IPV6" + +pkg_setup() { + if use ipv6; then + linux-info_pkg_setup + fi +} + src_configure() { local myeconfargs=( $(use_enable ipv6) diff --git a/net-analyzer/mate-netspeed/Manifest b/net-analyzer/mate-netspeed/Manifest index bd57761def36..06d9e8776177 100644 --- a/net-analyzer/mate-netspeed/Manifest +++ b/net-analyzer/mate-netspeed/Manifest @@ -1,2 +1 @@ -DIST mate-netspeed-1.6.1.tar.xz 561872 SHA256 a7bf106612d4ee87afc32cce4eb76539dcdc4afbede0feb5461f833236a64671 SHA512 36c11daa36c2fe7764295a3dca2b112836cd88868dd475ab52dfa8ae6d78cfeaac516e163d603ad3f9d2e6e8d6565c9979ab40816259ef439cfedaa604e2d04e WHIRLPOOL 2b6c6a9aba80411a89763be2e413de4483525e0b8f2781d1a9b5b2addfabe49a414d0d5a0ba3ed4261dc1347fd3b451282da48fb30f616e19f6f577cc6d7f48e DIST mate-netspeed-1.8.0.tar.xz 567724 SHA256 991be6016800ed4b7db35b5157f176fee033e376a9480a94ef5f5fce63c1759f SHA512 e957fd3d63e87ddf3e9eb51c595611208d81ccbd4b7281814518ae36f016fe80931cfb62df62731a0dce7102e25c4d48427f45787bacc7f8018a8682725c7a8b WHIRLPOOL 50f32654520c7090d8b66cd64519bf83bd4c281f996ecbccac8a271fb715242b5a6c895f0d4156b7e23cd512a384a415a4fce05926f69d17ffe38405711094f4 diff --git a/net-analyzer/mate-netspeed/mate-netspeed-1.6.1.ebuild b/net-analyzer/mate-netspeed/mate-netspeed-1.6.1.ebuild deleted file mode 100644 index 1b8ef8e3d0b1..000000000000 --- a/net-analyzer/mate-netspeed/mate-netspeed-1.6.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mate-netspeed/mate-netspeed-1.6.1.ebuild,v 1.2 2014/05/04 14:55:23 ago Exp $ - -EAPI="5" - -GCONF_DEBUG="no" - -inherit autotools gnome2 versionator - -MATE_BRANCH="$(get_version_component_range 1-2)" - -SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" -DESCRIPTION="Applet showing network traffic for MATE" -HOMEPAGE="http://mate-desktop.org/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64" - -# FIXME: wireless-tools >= 28pre9 is automagic -RDEPEND="dev-libs/glib:2 - >=gnome-base/libgtop-2.14.2:2 - >=mate-base/mate-panel-1.6:0 - >=net-wireless/wireless-tools-28_pre9:0 - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:2 - x11-libs/pango:0 - virtual/libintl:0" - -DEPEND="${RDEPEND} - >=app-text/gnome-doc-utils-0.3.2:0 - >=dev-util/intltool-0.35:* - sys-devel/gettext:* - virtual/pkgconfig:*" - -DOCS="AUTHORS ChangeLog README" - -src_prepare() { - # Tarball has no proper build system, should be fixed on next release. - eautoreconf - - gnome2_src_prepare -} diff --git a/net-dns/bind/bind-9.10.1_p1.ebuild b/net-dns/bind/bind-9.10.1_p1.ebuild index 5688acbc2389..57220442bff5 100644 --- a/net-dns/bind/bind-9.10.1_p1.ebuild +++ b/net-dns/bind/bind-9.10.1_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.10.1_p1.ebuild,v 1.4 2014/12/12 10:34:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.10.1_p1.ebuild,v 1.5 2014/12/20 16:37:44 maekke Exp $ # Re dlz/mysql and threads, needs to be verified.. # MySQL uses thread local storage in its C api. Thus MySQL @@ -39,7 +39,7 @@ SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz LICENSE="GPL-2 ISC BSD BSD-2 HPND JNIC openssl" SLOT="0" -KEYWORDS="amd64 ~arm hppa ~mips ~ppc ~ppc64 ~s390 ~sh x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 arm hppa ~mips ~ppc ~ppc64 ~s390 ~sh x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="berkdb caps dlz doc filter-aaaa fixed-rrset geoip gost gssapi idn ipv6 ldap mysql nslint odbc postgres python rpz seccomp selinux ssl static-libs +threads urandom xml" diff --git a/net-firewall/nftables/nftables-0.4.ebuild b/net-firewall/nftables/nftables-0.4.ebuild index 01253e6b38f2..05c79539e3d5 100644 --- a/net-firewall/nftables/nftables-0.4.ebuild +++ b/net-firewall/nftables/nftables-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/nftables/nftables-0.4.ebuild,v 1.1 2014/12/18 17:13:48 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/nftables/nftables-0.4.ebuild,v 1.3 2014/12/20 14:51:14 mrueg Exp $ EAPI=5 @@ -12,13 +12,13 @@ HOMEPAGE="http://netfilter.org/projects/nftables/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -IUSE="debug" +IUSE="debug +readline" SRC_URI="http://netfilter.org/projects/${PN}/files/${P}.tar.bz2" RDEPEND="net-libs/libmnl >=net-libs/libnftnl-1.0.2 dev-libs/gmp - sys-libs/readline" + readline? ( sys-libs/readline )" DEPEND="${RDEPEND} >=app-text/docbook2X-0.8.8-r4 sys-devel/bison @@ -41,7 +41,8 @@ src_prepare() { src_configure() { econf \ --sbindir="${EPREFIX}"/sbin \ - $(use_enable debug) + $(use_enable debug) \ + $(use_with readline cli) } src_install() { diff --git a/net-ftp/proftpd/proftpd-1.3.5-r1.ebuild b/net-ftp/proftpd/proftpd-1.3.5-r1.ebuild new file mode 100644 index 000000000000..1ba29a6271b9 --- /dev/null +++ b/net-ftp/proftpd/proftpd-1.3.5-r1.ebuild @@ -0,0 +1,238 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.5-r1.ebuild,v 1.1 2014/12/19 21:19:21 slyfox Exp $ + +EAPI=5 +inherit eutils multilib systemd + +MOD_CASE="0.7" +MOD_CLAMAV="0.11rc" +MOD_DISKUSE="0.9" +MOD_GSS="1.3.3" +MOD_MSG="0.4.1" +MOD_VROOT="0.9.3" + +DESCRIPTION="An advanced and very configurable FTP server" +HOMEPAGE="http://www.proftpd.org/ + http://www.castaglia.org/proftpd/ + http://www.thrallingpenguin.com/resources/mod_clamav.htm + http://gssmod.sourceforge.net/" +SRC_URI="ftp://ftp.proftpd.org/distrib/source/${P/_/}.tar.gz + case? ( http://www.castaglia.org/${PN}/modules/${PN}-mod-case-${MOD_CASE}.tar.gz ) + clamav? ( https://secure.thrallingpenguin.com/redmine/attachments/download/1/mod_clamav-${MOD_CLAMAV}.tar.gz ) + diskuse? ( http://www.castaglia.org/${PN}/modules/${PN}-mod-diskuse-${MOD_DISKUSE}.tar.gz ) + kerberos? ( mirror://sourceforge/gssmod/mod_gss-${MOD_GSS}.tar.gz ) + msg? ( http://www.castaglia.org/${PN}/modules/${PN}-mod-msg-${MOD_MSG}.tar.gz ) + vroot? ( https://github.com/Castaglia/${PN}-mod_vroot/archive/mod_vroot-${MOD_VROOT}.tar.gz )" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="acl authfile ban +caps case clamav copy ctrls deflate diskuse doc dso dynmasq exec ifsession ifversion ident ipv6 + kerberos ldap linguas_bg_BG linguas_en_US linguas_fr_FR linguas_it_IT linguas_ja_JP linguas_ko_KR + linguas_ru_RU linguas_zh_CN linguas_zh_TW log_forensic memcache msg mysql ncurses nls openssl pam +pcre postgres qos radius + ratio readme rewrite selinux sftp shaper sitemisc snmp softquota sqlite ssl tcpd test trace unique_id vroot xinetd" +# TODO: geoip +REQUIRED_USE="ban? ( ctrls ) + msg? ( ctrls ) + sftp? ( openssl ) + shaper? ( ctrls ) + ssl? ( openssl )" + +CDEPEND="acl? ( virtual/acl ) + caps? ( sys-libs/libcap ) + clamav? ( app-antivirus/clamav ) + kerberos? ( virtual/krb5 ) + ldap? ( net-nds/openldap ) + memcache? ( >=dev-libs/libmemcached-0.41 ) + mysql? ( virtual/mysql ) + nls? ( virtual/libiconv ) + ncurses? ( sys-libs/ncurses ) + openssl? ( dev-libs/openssl ) + pam? ( virtual/pam ) + pcre? ( dev-libs/libpcre ) + postgres? ( virtual/postgresql ) + sqlite? ( dev-db/sqlite:3 ) + xinetd? ( virtual/inetd )" +DEPEND="${CDEPEND} + test? ( dev-libs/check )" +RDEPEND="${CDEPEND} + net-ftp/ftpbase + selinux? ( sec-policy/selinux-ftp )" + +S="${WORKDIR}/${P/_/}" + +__prepare_module() { + local mod_name=$1 + local mod_topdir=${WORKDIR}/${2:-${mod_name}} + + mv "${mod_topdir}/${mod_name}.c" contrib || die + mv "${mod_topdir}/${mod_name}.html" doc/contrib || die + rm -r "${mod_topdir}" || die +} + +src_prepare() { + epatch "${FILESDIR}"/${P}-netaddr-segv.patch + + # Skip 'install-conf' / Support LINGUAS + sed -i -e "/install-all/s/ install-conf//" Makefile.in + sed -i -e "s/^LANGS=.*$/LANGS=${LINGUAS}/" locale/Makefile.in + + # Prepare external modules + use case && __prepare_module mod_case + if use clamav ; then + mv "${WORKDIR}"/mod_clamav-${MOD_CLAMAV}/mod_clamav.{c,h} contrib + epatch "${WORKDIR}"/mod_clamav-${MOD_CLAMAV}/${PN}.patch + rm -r "${WORKDIR}"/mod_clamav-${MOD_CLAMAV} + fi + use msg && __prepare_module mod_msg + use vroot && __prepare_module mod_vroot ${PN}-mod_vroot-mod_vroot-${MOD_VROOT} + + # Prepare external kerberos module + if use kerberos ; then + cd "${WORKDIR}"/mod_gss-${MOD_GSS} + + # Support app-crypt/heimdal / Gentoo Bug #284853 + sed -i -e "s/krb5_principal2principalname/_\0/" mod_auth_gss.c.in + + # Remove obsolete DES / Gentoo Bug #324903 + # Replace 'rpm' lookups / Gentoo Bug #391021 + sed -i -e "/ac_gss_libs/s/ -ldes425//" \ + -e "s/ac_libdir=\`rpm -q -l.*$/ac_libdir=\/usr\/$(get_libdir)\//" \ + -e "s/ac_includedir=\`rpm -q -l.*$/ac_includedir=\/usr\/include\//" configure{,.in} + fi +} + +src_configure() { + local c m + + use acl && m="${m}:mod_facl" + use ban && m="${m}:mod_ban" + use case && m="${m}:mod_case" + use clamav && m="${m}:mod_clamav" + use copy && m="${m}:mod_copy" + use ctrls && m="${m}:mod_ctrls_admin" + use deflate && m="${m}:mod_deflate" + if use diskuse ; then + cd "${WORKDIR}"/mod_diskuse + econf + mv mod_diskuse.{c,h} "${S}"/contrib + mv mod_diskuse.html "${S}"/doc/contrib + cd "${S}" + rm -r "${WORKDIR}"/mod_diskuse + m="${m}:mod_diskuse" + fi + use dynmasq && m="${m}:mod_dynmasq" + use exec && m="${m}:mod_exec" + use ifsession && m="${m}:mod_ifsession" + use ifversion && m="${m}:mod_ifversion" + if use kerberos ; then + cd "${WORKDIR}"/mod_gss-${MOD_GSS} + if has_version app-crypt/mit-krb5 ; then + econf --enable-mit + else + econf --enable-heimdal + fi + mv mod_{auth_gss,gss}.c "${S}"/contrib + mv mod_gss.h "${S}"/include + mv README.mod_{auth_gss,gss} "${S}" + mv mod_gss.html "${S}"/doc/contrib + mv rfc{1509,2228}.txt "${S}"/doc/rfc + cd "${S}" + rm -r "${WORKDIR}"/mod_gss-${MOD_GSS} + m="${m}:mod_gss:mod_auth_gss" + fi + use ldap && m="${m}:mod_ldap" + use log_forensic && m="${m}:mod_log_forensic" + use msg && m="${m}:mod_msg" + if use mysql || use postgres || use sqlite ; then + m="${m}:mod_sql:mod_sql_passwd" + use mysql && m="${m}:mod_sql_mysql" + use postgres && m="${m}:mod_sql_postgres" + use sqlite && m="${m}:mod_sql_sqlite" + fi + use qos && m="${m}:mod_qos" + use radius && m="${m}:mod_radius" + use ratio && m="${m}:mod_ratio" + use readme && m="${m}:mod_readme" + use rewrite && m="${m}:mod_rewrite" + if use sftp ; then + m="${m}:mod_sftp" + use pam && m="${m}:mod_sftp_pam" + use mysql || use postgres || use sqlite && m="${m}:mod_sftp_sql" + fi + use shaper && m="${m}:mod_shaper" + use sitemisc && m="${m}:mod_site_misc" + use snmp && m="${m}:mod_snmp" + if use softquota ; then + m="${m}:mod_quotatab:mod_quotatab_file" + use ldap && m="${m}:mod_quotatab_ldap" + use radius && m="${m}:mod_quotatab_radius" + use mysql || use postgres || use sqlite && m="${m}:mod_quotatab_sql" + fi + if use ssl ; then + m="${m}:mod_tls:mod_tls_shmcache" + use memcache && m="${m}:mod_tls_memcache" + fi + if use tcpd ; then + m="${m}:mod_wrap2:mod_wrap2_file" + use mysql || use postgres || use sqlite && m="${m}:mod_wrap2_sql" + fi + use unique_id && m="${m}:mod_unique_id" + use vroot && m="${m}:mod_vroot" + + if [[ -n ${PROFTP_CUSTOM_MODULES} ]]; then + einfo "Adding user-specified extra modules: '${PROFTP_CUSTOM_MODULES}'" + m="${m}:${PROFTP_CUSTOM_MODULES}" + fi + + [[ -z ${m} ]] || c="${c} --with-modules=${m:1}" + econf --localstatedir=/var/run/proftpd --sysconfdir=/etc/proftpd --disable-strip \ + $(use_enable acl facl) \ + $(use_enable authfile auth-file) \ + $(use_enable caps cap) \ + $(use_enable ctrls) \ + $(use_enable dso) \ + $(use_enable ident) \ + $(use_enable ipv6) \ + $(use_enable memcache) \ + $(use_enable ncurses) \ + $(use_enable nls) \ + $(use_enable openssl) \ + $(use_enable pam auth-pam) \ + $(use_enable pcre) \ + $(use_enable test tests) \ + $(use_enable trace) \ + $(use_enable userland_GNU shadow) \ + $(use_enable userland_GNU autoshadow) \ + ${c:1} +} + +src_test() { + emake api-tests -C tests +} + +src_install() { + default + [[ -z ${LINGUAS} ]] && rm -r "${ED}"/usr/share/locale + rm -rf "${ED}"/var/run + + newinitd "${FILESDIR}"/proftpd.initd proftpd + insinto /etc/proftpd + doins "${FILESDIR}"/proftpd.conf.sample + + if use xinetd ; then + insinto /etc/xinetd.d + newins "${FILESDIR}"/proftpd.xinetd proftpd + fi + + dodoc ChangeLog CREDITS INSTALL NEWS README* RELEASE_NOTES + if use doc ; then + dohtml doc/*.html doc/contrib/*.html doc/howto/*.html doc/modules/*.html + docinto rfc + dodoc doc/rfc/*.txt + fi + + systemd_dounit "${FILESDIR}"/${PN}.service + systemd_newtmpfilesd "${FILESDIR}"/${PN}-tmpfiles.d.conf ${PN}.conf +} diff --git a/net-libs/rb_libtorrent/Manifest b/net-libs/rb_libtorrent/Manifest index c5488d5310cb..24b3ea5ee9f4 100644 --- a/net-libs/rb_libtorrent/Manifest +++ b/net-libs/rb_libtorrent/Manifest @@ -1,3 +1,4 @@ DIST libtorrent-rasterbar-0.16.10.tar.gz 2985640 SHA256 4c0d78b28af8051ff8a19a3a3e10a5edfec50945b8f3c9a76612111c47d671bc SHA512 a8b5d762f2b50ded1f8589efeedf2d1e0b5cc39d71bcc1840658137c1058cd03fe249c6855c5c483304aafb74b616d241456fecf00dec50608aa82af9f795819 WHIRLPOOL 20cc12a8bfcafd079a0d8ab6132bb3a4aa289089ed12c895bc2b2047b5a10a15a3ba20d6f0f767ba0e01f19dc3e1baa05518d08454b502a8b125e513bf05ce51 DIST libtorrent-rasterbar-0.16.17.tar.gz 3018881 SHA256 67a1d29c626d991d6e39c2f9828ca70c4053d057070ce01fff9b4ad37e64aff0 SHA512 532b2438e24c3ecad239480a1bd6241a0d73d40f8d5bdcf61ddfcee1a41f1644c9004d4f234968efd50158224219b78852ec936a05b75b15f3442b594460cdd6 WHIRLPOOL 755e201741ed77cf91cb0976cbaa83c645647341d2cfe40564552599f2792ba76bd02e82a94669d80b199f1a1d6290824686d2bb52d6b0da8663d2274176f3eb DIST libtorrent-rasterbar-1.0.2.tar.gz 3259318 SHA256 3c8c8e1484dfe6321271c4e51e7d5a005e13240f7f0e99908f50cc6ccd6204de SHA512 933664ecaf568344654961233d57b534f606164df3a3b8b57c5754afd2c0e96c45bd9af209630564b5798034d8bf4d2bf857d7d9679b20121cb0d13c99774aa4 WHIRLPOOL 656bdea0a7a219f398c489a3773082152bb81854cf00a4fb0aacb17cbe8886235a77cb965f1637bd49078aff61bddf517a4d787a08bdb22a58fb5c5e1e00d4ff +DIST libtorrent-rasterbar-1.0.3.tar.gz 3278768 SHA256 329b607f382c2553dc0c6f50728c37f1e8e869ed16baefb7af27dd28bff40165 SHA512 79d9536baaa7d4be613b06e33a2bd442ed6ec61388f8ebd223ac6a6c855ffc0ff9e0350d9a7ee928579470cd7f9f4dd5e3afad8a8e41fec2c70e81072495ef9f WHIRLPOOL 10e58f1391462670913f5d326a6fd4d5c1a9c97b74854c60ca98e05b8896f2d0f82f37e2891f18bcfea63ae4eb6731dc2ea1676a45aa265c27152aa3c1d087f3 diff --git a/net-libs/rb_libtorrent/rb_libtorrent-1.0.3.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-1.0.3.ebuild new file mode 100644 index 000000000000..fae4d93d61ec --- /dev/null +++ b/net-libs/rb_libtorrent/rb_libtorrent-1.0.3.ebuild @@ -0,0 +1,81 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-1.0.3.ebuild,v 1.1 2014/12/19 21:07:33 hwoarang Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_REQ_USE="threads" + +inherit multilib python-r1 + +MY_P=${P/rb_/} +MY_P=${MY_P/torrent/torrent-rasterbar} +S=${WORKDIR}/${MY_P} + +DESCRIPTION="C++ BitTorrent implementation focusing on efficiency and scalability" +HOMEPAGE="http://www.rasterbar.com/products/libtorrent/" +SRC_URI="mirror://sourceforge/libtorrent/${MY_P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="debug doc examples python ssl static-libs test" + +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +DEPEND=">=dev-libs/boost-1.53:=[threads] + >=sys-devel/libtool-2.2 + sys-libs/zlib + examples? ( !net-p2p/mldonkey ) + python? ( + ${PYTHON_DEPS} + dev-libs/boost[python,${PYTHON_USEDEP}] + ) + ssl? ( dev-libs/openssl )" +RDEPEND="${DEPEND}" + +src_prepare() { + use python && python_copy_sources +} + +src_configure() { + local myconf=( + --disable-silent-rules # bug 441842 + $(use_enable debug) + $(use_enable test tests) + $(use_enable examples) + $(use_enable ssl encryption) + $(use_enable static-libs static) + --with-boost-libdir=/usr/$(get_libdir) + ) + + use debug && myconf+=( --enable-logging=verbose ) + + econf "${myconf[@]}" --disable-python-binding + if use python; then + python_configure() { + run_in_build_dir econf "${myconf[@]}" --enable-python-binding --with-boost-python=boost_python-${EPYTHON#python} + } + + python_foreach_impl python_configure + fi +} + +src_install() { + emake DESTDIR="${D}" install + + if use python; then + python_install() { + emake -C "${BUILD_DIR}"/bindings/python \ + DESTDIR="${D}" install + } + + python_foreach_impl python_install + fi + + use static-libs || find "${D}" -name '*.la' -exec rm -f {} + + dodoc ChangeLog AUTHORS NEWS README + if use doc; then + dohtml docs/* + fi +} diff --git a/net-misc/openconnect/Manifest b/net-misc/openconnect/Manifest index 3328cc0a7e39..d7ffff5f1803 100644 --- a/net-misc/openconnect/Manifest +++ b/net-misc/openconnect/Manifest @@ -5,6 +5,7 @@ DIST openconnect-5.03.tar.gz 1300355 SHA256 7cccf62b9c50ff2392457b07f2a02259782c DIST openconnect-5.99.tar.gz 932554 SHA256 a8c8c38054d7e89f22af44461ceb9c6ad8174bab0a5b154bdfe26722b28e4227 SHA512 3f1c4bab8f3a51503c4569ae5c42715190cf30574807cc926dbb55685f6edfdf74427a8763c1704afd8382abb65b3fd09cf1f9912a8416ebe6e808fc1bdedb16 WHIRLPOOL e96fa433cdef099c77a96de98d3473e4d7f8f1f932d85e74f8a147aab79e6cd8ea0d1c65b6d261587e8f37d50066b15322b45759d93e734817b5998e77f817a9 DIST openconnect-6.00.tar.gz 1021981 SHA256 8a0c684dccac2447d204d544f6f466e41b21bce71e033ba58e2cb17b795ab81c SHA512 98c39fdbf6931bc20521de107752ffad1cd99381f4a221cc6ab3f43b6a779f5259ed082e05044c25d61bd32f7f3ade28adfdc3bc2535c2e6acb27375a9591e0c WHIRLPOOL dd3a037def1c192bb9c203b6a97185164f0a5f9ff224f64ab0b36482bd45d57ed4b83a79ac71186d93a29a6d4417c8fe0edd7fd08adf6df1f69f59cc807b6f2f DIST openconnect-7.01.tar.gz 1120489 SHA256 b950b93aa8d98b68e0b37d9b851f3c56d1c42b7e40969871a2c3e105e0c37184 SHA512 49346b4f1fc0e7f689a9911f48ae4a200323c325485ac7b0306deac643fa6964ad5245f09a012ecdfd0625e48b2b76c3f4f1fe92a77ef7fc14e1412558979898 WHIRLPOOL 0092a369f7867fe54088f6971739e07d8bd24d5fc49d99b260a7fe3459fc5d21cab238a2835ed8999b129634988a0d166f9fc5f7c8509e6c9d49772ea0034473 +DIST openconnect-7.02.tar.gz 1136137 SHA256 083626e6f2a87393dd13f379a222bf27b0d57fe1ca286d5f3731d4a444ee7169 SHA512 2452308913e5fabf6824dc46baee3ee8493153788b2f6ee0e2e2ab94fa0b00b1604e09140aba3f8a81e121addedd2ca20d3989509ac2d336b69e3c6a7b753757 WHIRLPOOL 0c10c572f0de0583dea746aff45d1ccab5e13623b854bdf665a55f60f74d135dcb2d94b98561985b0bac5fb923872e45f6fd1d3637209875390871cd7783e351 DIST openconnect-script-20121108205904.tar.gz 6380 SHA256 99fb6c72c13b5724766a952e392b75774771f220f59793e5d2576d7e3412555b SHA512 089650538f035875c205bed0190e44ed8176a138bbe2f635ac5335050c3b831fc85fbd61448ddaf7cb540c0a5d9b32f8f909e1fd5be188bfef07e721d4656545 WHIRLPOOL 3dc2b820afe49cc59c96d514f166d94fdbc3db9f3edbace69e41ae7e604263a834fff0a1fa7be806ff88c328a75de4306ec159e4022d43cd245addf34615efb2 DIST openconnect-script-20130310115608.tar.xz 6172 SHA256 35743e02dce5e04eb5921237267eea922c68fb3a48c820c7d45c88b37fa6e456 SHA512 10ddfcd322a1a5748f5a7a490e631571f4e9451f831bb1bf80edac6cd0bf2c8523e21fff10ead2162a78cc60551f2a62fd8d65501c5daf9df8c863d30fad8b3f WHIRLPOOL 263076480254e922c91a8f1c7abed1256c800257889f74e25f26c44a918ca4d34109c0fa3aa8046ca3751b5755034776c28a815482d03d40a76bae8524c62408 DIST openconnect-script-20140311.tar.xz 6240 SHA256 908c667507132ef0269b6d1511ee8b89ae22dfa272c9ffa7ea24c1fa1b31fceb SHA512 043443c615b076d61ea8c464a6b7b68ca526e636313488501459f6eca6974c276d3a60e165fb23f017858a18b255f9c9e1ad80736cb852756d7fe8f3bc5aa917 WHIRLPOOL ae5632be17d72bf7992814e0262cb862ee0bec48dbd119d33bc94b3647755087c2427418ea0064c7560be6e06dc83a2702587fab3403afccfc90d3df8acd0a9f diff --git a/net-misc/openconnect/openconnect-4.08.ebuild b/net-misc/openconnect/openconnect-4.08.ebuild index c27ebd9001cd..27fa46796d93 100644 --- a/net-misc/openconnect/openconnect-4.08.ebuild +++ b/net-misc/openconnect/openconnect-4.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openconnect/openconnect-4.08.ebuild,v 1.6 2014/03/01 22:17:49 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openconnect/openconnect-4.08.ebuild,v 1.7 2014/12/20 03:07:11 floppym Exp $ EAPI="5" @@ -16,7 +16,7 @@ SRC_URI="ftp://ftp.infradead.org/pub/${PN}/${P}.tar.gz http://dev.gentoo.org/~hwoarang/distfiles/openconnect-script-20121108205904.tar.gz" LICENSE="LGPL-2.1 GPL-2" -SLOT="0" +SLOT="0/2" KEYWORDS="amd64 ppc64 x86" IUSE="doc static-libs nls -gnutls" ILINGUAS="ar as ast bg bg_BG bn bn_IN bs ca ca@valencia cs da de el en_GB en_US eo es es_CR diff --git a/net-misc/openconnect/openconnect-5.01.ebuild b/net-misc/openconnect/openconnect-5.01.ebuild index 5d2affa27b4d..157cb8480872 100644 --- a/net-misc/openconnect/openconnect-5.01.ebuild +++ b/net-misc/openconnect/openconnect-5.01.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openconnect/openconnect-5.01.ebuild,v 1.4 2014/03/01 22:17:49 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openconnect/openconnect-5.01.ebuild,v 1.5 2014/12/20 03:07:11 floppym Exp $ EAPI="5" @@ -17,7 +17,7 @@ SRC_URI="ftp://ftp.infradead.org/pub/${PN}/${P}.tar.gz http://dev.gentoo.org/~hwoarang/distfiles/openconnect-script-20121108205904.tar.gz" LICENSE="LGPL-2.1 GPL-2" -SLOT="0" +SLOT="0/2" KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="doc +gnutls libproxy nls static-libs" ILINGUAS="ar as ast bg bg_BG bn bn_IN bs ca ca@valencia cs da de el en_GB en_US eo es es_CR diff --git a/net-misc/openconnect/openconnect-5.02.ebuild b/net-misc/openconnect/openconnect-5.02.ebuild index 6e3dd08ac368..8c7188ca1027 100644 --- a/net-misc/openconnect/openconnect-5.02.ebuild +++ b/net-misc/openconnect/openconnect-5.02.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openconnect/openconnect-5.02.ebuild,v 1.2 2014/03/01 22:17:49 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openconnect/openconnect-5.02.ebuild,v 1.3 2014/12/20 03:07:11 floppym Exp $ EAPI="5" @@ -17,7 +17,7 @@ SRC_URI="ftp://ftp.infradead.org/pub/${PN}/${P}.tar.gz http://dev.gentoo.org/~hasufell/distfiles/openconnect-script-20130310115608.tar.xz" LICENSE="LGPL-2.1 GPL-2" -SLOT="0" +SLOT="0/2" KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="doc +gnutls libproxy nls static-libs" ILINGUAS="ar as ast bg bg_BG bn bn_IN bs ca ca@valencia cs da de el en_GB en_US eo es es_CR diff --git a/net-misc/openconnect/openconnect-5.03.ebuild b/net-misc/openconnect/openconnect-5.03.ebuild index d960e7ff2692..7074daa58066 100644 --- a/net-misc/openconnect/openconnect-5.03.ebuild +++ b/net-misc/openconnect/openconnect-5.03.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openconnect/openconnect-5.03.ebuild,v 1.2 2014/03/01 22:17:49 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openconnect/openconnect-5.03.ebuild,v 1.3 2014/12/20 03:07:11 floppym Exp $ EAPI="5" @@ -17,7 +17,7 @@ SRC_URI="ftp://ftp.infradead.org/pub/${PN}/${P}.tar.gz http://dev.gentoo.org/~hasufell/distfiles/openconnect-script-20130310115608.tar.xz" LICENSE="LGPL-2.1 GPL-2" -SLOT="0" +SLOT="0/2" KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="doc +gnutls libproxy nls static-libs" ILINGUAS="ar as ast bg bg_BG bn bn_IN bs ca ca@valencia cs da de el en_GB en_US eo es es_CR diff --git a/net-misc/openconnect/openconnect-5.99-r1.ebuild b/net-misc/openconnect/openconnect-5.99-r1.ebuild index ba3ba3349476..5c6667efa641 100644 --- a/net-misc/openconnect/openconnect-5.99-r1.ebuild +++ b/net-misc/openconnect/openconnect-5.99-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openconnect/openconnect-5.99-r1.ebuild,v 1.1 2014/03/17 17:05:14 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openconnect/openconnect-5.99-r1.ebuild,v 1.2 2014/12/20 03:07:11 floppym Exp $ EAPI="5" @@ -17,7 +17,7 @@ SRC_URI="ftp://ftp.infradead.org/pub/${PN}/${P}.tar.gz http://dev.gentoo.org/~hasufell/distfiles/openconnect-script-20130310115608.tar.xz" LICENSE="LGPL-2.1 GPL-2" -SLOT="0" +SLOT="0/3" KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="doc +gnutls java libproxy nls static-libs" ILINGUAS="ar cs de el en_GB en_US es fi fr gl id lt nl pa pl pt pt_BR sk sl ug uk zh_CN zh_TW" diff --git a/net-misc/openconnect/openconnect-5.99.ebuild b/net-misc/openconnect/openconnect-5.99.ebuild index 414678589a3f..57e7eb906925 100644 --- a/net-misc/openconnect/openconnect-5.99.ebuild +++ b/net-misc/openconnect/openconnect-5.99.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openconnect/openconnect-5.99.ebuild,v 1.3 2014/03/17 17:05:14 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openconnect/openconnect-5.99.ebuild,v 1.4 2014/12/20 03:07:11 floppym Exp $ EAPI="5" @@ -17,7 +17,7 @@ SRC_URI="ftp://ftp.infradead.org/pub/${PN}/${P}.tar.gz http://dev.gentoo.org/~hasufell/distfiles/openconnect-script-20130310115608.tar.xz" LICENSE="LGPL-2.1 GPL-2" -SLOT="0" +SLOT="0/3" KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="doc +gnutls java libproxy nls static-libs" ILINGUAS="ar cs de el en_GB en_US es fi fr gl id lt nl pa pl pt pt_BR sk sl ug uk zh_CN zh_TW" diff --git a/net-misc/openconnect/openconnect-6.00.ebuild b/net-misc/openconnect/openconnect-6.00.ebuild index 7155c3ab63c0..a01439139ffe 100644 --- a/net-misc/openconnect/openconnect-6.00.ebuild +++ b/net-misc/openconnect/openconnect-6.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openconnect/openconnect-6.00.ebuild,v 1.1 2014/07/26 19:26:38 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openconnect/openconnect-6.00.ebuild,v 1.2 2014/12/20 03:07:11 floppym Exp $ EAPI="5" @@ -17,7 +17,7 @@ SRC_URI="ftp://ftp.infradead.org/pub/${PN}/${P}.tar.gz http://dev.gentoo.org/~hasufell/distfiles/openconnect-script-20140311.tar.xz" LICENSE="LGPL-2.1 GPL-2" -SLOT="0" +SLOT="0/3" KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="doc +gnutls gssapi java libproxy nls static-libs" ILINGUAS="ar cs de el en_GB en_US es eu fi fr gl id lt nl pa pl pt pt_BR sk sl tg ug uk zh_CN zh_TW" diff --git a/net-misc/openconnect/openconnect-7.01.ebuild b/net-misc/openconnect/openconnect-7.01.ebuild index 7ebf75db5084..0acb5624496e 100644 --- a/net-misc/openconnect/openconnect-7.01.ebuild +++ b/net-misc/openconnect/openconnect-7.01.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openconnect/openconnect-7.01.ebuild,v 1.1 2014/12/09 00:14:37 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openconnect/openconnect-7.01.ebuild,v 1.2 2014/12/20 03:07:11 floppym Exp $ EAPI="5" @@ -16,7 +16,7 @@ SRC_URI="ftp://ftp.infradead.org/pub/${PN}/${P}.tar.gz http://git.infradead.org/users/dwmw2/vpnc-scripts.git/blob_plain/${VPNC_REV}:/vpnc-script -> vpnc-script-${VPNC_REV}.sh" LICENSE="LGPL-2.1 GPL-2" -SLOT="0" +SLOT="0/5" KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="doc +gnutls gssapi java libproxy nls static-libs" ILINGUAS="ar cs de el en_GB en_US es eu fi fr gl id lt nl pa pl pt pt_BR sk sl tg ug uk zh_CN zh_TW" diff --git a/net-misc/openconnect/openconnect-7.02.ebuild b/net-misc/openconnect/openconnect-7.02.ebuild new file mode 100644 index 000000000000..37572da57434 --- /dev/null +++ b/net-misc/openconnect/openconnect-7.02.ebuild @@ -0,0 +1,154 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/openconnect/openconnect-7.02.ebuild,v 1.1 2014/12/20 03:07:11 floppym Exp $ + +EAPI="5" + +PYTHON_COMPAT=( python2_{6,7} ) +PYTHON_REQ_USE="xml" + +inherit eutils linux-info python-any-r1 + +DESCRIPTION="Free client for Cisco AnyConnect SSL VPN software" +HOMEPAGE="http://www.infradead.org/openconnect.html" +VPNC_REV=df5808b3 +SRC_URI="ftp://ftp.infradead.org/pub/${PN}/${P}.tar.gz + http://git.infradead.org/users/dwmw2/vpnc-scripts.git/blob_plain/${VPNC_REV}:/vpnc-script -> vpnc-script-${VPNC_REV}.sh" + +LICENSE="LGPL-2.1 GPL-2" +SLOT="0/5" +KEYWORDS="~amd64 ~ppc64 ~x86" +IUSE="doc +gnutls gssapi java libproxy nls static-libs" +ILINGUAS="ar cs de el en_GB en_US es eu fi fr gl id lt nl pa pl pt pt_BR sk sl tg ug uk zh_CN zh_TW" +for lang in $ILINGUAS; do + IUSE="${IUSE} linguas_${lang}" +done + +DEPEND="dev-libs/libxml2 + sys-libs/zlib + !gnutls? ( + >=dev-libs/openssl-1.0.1h:0[static-libs?] + ) + gnutls? ( + >=net-libs/gnutls-3[static-libs?] dev-libs/nettle + app-misc/ca-certificates + ) + gssapi? ( app-crypt/mit-krb5 ) + libproxy? ( net-libs/libproxy ) + nls? ( virtual/libintl )" +RDEPEND="${DEPEND} + sys-apps/iproute2 + java? ( virtual/jre )" +DEPEND="${DEPEND} + virtual/pkgconfig + doc? ( ${PYTHON_DEPS} sys-apps/groff ) + java? ( virtual/jdk ) + nls? ( sys-devel/gettext )" + +tun_tap_check() { + ebegin "Checking for TUN/TAP support" + if { ! linux_chkconfig_present TUN; }; then + eerror "Please enable TUN/TAP support in your kernel config, found at:" + eerror + eerror " Device Drivers --->" + eerror " [*] Network device support --->" + eerror " <*> Universal TUN/TAP device driver support" + eerror + eerror "and recompile your kernel ..." + die "no CONFIG_TUN support detected!" + fi + eend $? +} + +pkg_setup() { + if use doc; then + python-any-r1_pkg_setup + fi + + if use kernel_linux; then + get_version + if linux_config_exists; then + tun_tap_check + else + ewarn "Was unable to determine your kernel .config" + ewarn "Please note that OpenConnect requires CONFIG_TUN to be set in your" + ewarn "kernel .config, Without it, it will not work correctly." + # We don't die here, so it's possible to compile this package without + # kernel sources available. Required for cross-compilation. + fi + fi +} + +src_unpack() { + unpack ${P}.tar.gz +} + +src_configure() { + strip-linguas $ILINGUAS + echo ${LINGUAS} > po/LINGUAS + if ! use doc; then + # If the python cannot be found, the docs will not build + sed -e 's#"${ac_cv_path_PYTHON}"#""#' -i configure || die + fi + + # stoken and liboath not in portage + econf \ + --with-vpnc-script="${EPREFIX}/etc/openconnect/openconnect.sh" \ + $(use_enable static-libs static) \ + $(use_enable nls ) \ + $(use_with !gnutls openssl) \ + $(use_with gnutls ) \ + $(use_with libproxy) \ + --without-stoken \ + --without-liboath \ + $(use_with gssapi) \ + $(use_with java) +} + +src_install() { + emake DESTDIR="${D}" install + + dodoc AUTHORS TODO + newinitd "${FILESDIR}"/openconnect.init.in-r3 openconnect + dodir /etc/openconnect + insinto /etc/openconnect + newconfd "${FILESDIR}"/openconnect.conf.in openconnect + exeinto /etc/openconnect + newexe "${DISTDIR}"/vpnc-script-${VPNC_REV}.sh openconnect.sh + insinto /etc/logrotate.d + newins "${FILESDIR}"/openconnect.logrotate openconnect + keepdir /var/log/openconnect + + # Remove useless .la files + prune_libtool_files --all +} + +pkg_postinst() { + if [[ -z ${REPLACING_VERSIONS} ]]; then + elog "The init script for openconnect has changed and now supports multiple vpn tunnels." + elog + elog "You need to create a symbolic link to /etc/init.d/openconnect in /etc/init.d" + elog "instead of calling it directly:" + elog + elog "ln -s /etc/init.d/openconnect /etc/init.d/openconnect.vpn0" + elog + elog "You can then start the vpn tunnel like this:" + elog + elog "/etc/init.d/openconnect.vpn0 start" + elog + elog "If you would like to run preup, postup, predown, and/or postdown scripts," + elog "You need to create a directory in /etc/openconnect with the name of the vpn:" + elog + elog "mkdir /etc/openconnect/vpn0" + elog + elog "Then add executable shell files:" + elog + elog "mkdir /etc/openconnect/vpn0" + elog "cd /etc/openconnect/vpn0" + elog "echo '#!/bin/sh' > preup.sh" + elog "cp preup.sh predown.sh" + elog "cp preup.sh postup.sh" + elog "cp preup.sh postdown.sh" + elog "chmod 755 /etc/openconnect/vpn0/*" + fi +} diff --git a/net-wireless/lorcon/lorcon-9999.ebuild b/net-wireless/lorcon/lorcon-9999.ebuild index 508a9e788517..5778953f9f23 100644 --- a/net-wireless/lorcon/lorcon-9999.ebuild +++ b/net-wireless/lorcon/lorcon-9999.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/lorcon/lorcon-9999.ebuild,v 1.4 2014/04/17 21:21:19 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/lorcon/lorcon-9999.ebuild,v 1.5 2014/12/19 20:55:35 axs Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) DISTUTILS_OPTIONAL=1 -USE_RUBY="ruby19" +USE_RUBY="ruby19 ruby21" RUBY_OPTIONAL=yes inherit distutils-r1 ruby-ng diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index a47b10af1ca3..6e9743002aea 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/package.use.mask,v 1.230 2014/12/09 12:41:24 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/package.use.mask,v 1.231 2014/12/20 16:49:10 maekke Exp $ # Markus Meier (29 Nov 2014) # Unkeyworded deps, bug #518742 @@ -244,16 +244,7 @@ net-print/cups java =sys-devel/gettext-0.18.1.1-r3 java =sys-devel/gettext-0.18.2 java =sys-devel/gettext-0.18.3.2 java -=sys-libs/db-1.85-r3 java -=sys-libs/db-3.2.9_p2 java -=sys-libs/db-4.2.52_p5-r1 java -=sys-libs/db-4.3.29_p1-r1 java -=sys-libs/db-4.5.20_p2 java -=sys-libs/db-4.5.20_p2-r1 java -=sys-libs/db-4.6.21_p4 java -=sys-libs/db-4.7.25_p4 java -=sys-libs/db-4.8.30 java -=sys-libs/db-4.8.30-r1 java +sys-libs/db java =www-client/seamonkey-2.0.14-r1 java # Alexandre Rostovtsev (22 Jan 2013) diff --git a/profiles/categories b/profiles/categories index 99e29b6977c9..feb3006e0ac7 100644 --- a/profiles/categories +++ b/profiles/categories @@ -114,7 +114,6 @@ net-voip net-wireless net-zope perl-core -razorqt-base rox-base rox-extra sci-astronomy diff --git a/profiles/package.mask b/profiles/package.mask index 085396fbfd2c..78a4c166e326 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,5 +1,5 @@ #################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16228 2014/12/15 16:03:22 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16230 2014/12/20 18:13:10 tamiko Exp $ # # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -30,6 +30,39 @@ #--- END OF EXAMPLES --- +# Matthias Maier (20 Dec 2014) +# Remove obsolete mate 1.6* packages. These are superseded by various mate +# 1.8* packages +# Mask for removal in 30 days +app-arch/mate-file-archiver +app-editors/mate-text-editor +app-text/mate-document-viewer +app-text/mate-doc-utils +mate-base/libmatekeyring +mate-base/mate-file-manager +mate-base/mate-keyring +mate-extra/mate-character-map +mate-extra/mate-file-manager-image-converter +mate-extra/mate-file-manager-open-terminal +mate-extra/mate-file-manager-sendto +mate-extra/mate-file-manager-share +media-gfx/mate-image-viewer +net-wireless/mate-bluetooth +x11-libs/libmatewnck +x11-misc/mate-menu-editor +x11-wm/mate-window-manager + +# Manuel Rüger (20 Dec 2014) +# Mask further ruby-1.9 only packages. +# Removal in 30 days +dev-ruby/awesome_nested_set +dev-ruby/directory_watcher +dev-ruby/gem_plugin +dev-ruby/mysql-ruby +dev-ruby/refe +dev-ruby/tmail +dev-ruby/twitter:4 + # Gilles Dartiguelongue (14 Dec 2014) # Gnome 3.14 mask >=app-accessibility/accerciser-3.13 @@ -840,17 +873,6 @@ dev-ruby/duby dev-ruby/jruby-openssl dev-ruby/weakling -# Tom Wijsman (02 May 2014) -# Bluetooth support in MATE has incompatibilities with recent BlueZ versions. -# If you want to try to get this working, unmask net-wireless/mate-bluetooth as -# well as the bluetooth USE flag on mate-extra/mate-user-share; I can't support -# this until the relevant upstreams have moved forward with their compatibility. -# -# https://bugs.gentoo.org/show_bug.cgi?id=508086 -# https://github.com/mate-desktop/mate-bluetooth/issues/22 -# http://mate-desktop.org/blog/2014-03-11-mate-desktop-singing-the-bluez -net-wireless/mate-bluetooth - # Matti Bickel (22 Apr 2014) # Masked slotted lua for testing app-admin/eselect-lua diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 2826a283ac31..162b3bfb4313 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1540,6 +1540,7 @@ dev-haskell/tagsoup:testprog - Build the test program. dev-haskell/tasty:colors - Enable colorful output dev-haskell/tasty-quickcheck:old-quickcheck - Use Quick-Check < 2.7. dev-haskell/texmath:executable - Compile test executable. +dev-haskell/texmath:network-uri - Get Network.URI from the network-uri package. dev-haskell/text:developer - operate in developer mode dev-haskell/tls:compat - Accept SSLv2 compatible handshake dev-haskell/transformers-base:orphaninstances - Build instances for orphan datatypes. @@ -6192,20 +6193,6 @@ net-wireless/yatebts:bladerf - Build bladeRF transceiver net-wireless/yatebts:rad1 - Build RAD1 transceiver net-wireless/yatebts:uhd - Build UHD transceiver net-wireless/yatebts:usrp1 - Build USRP1 transceiver -razorqt-base/razorqt-meta:lightdm - Install x11-misc/lightdm display manager and Razor-qt's LightDM greeter -razorqt-base/razorqt-panel:clock - Add clock panel applet -razorqt-base/razorqt-panel:colorpicker - Add colorpicker panel applet -razorqt-base/razorqt-panel:cpuload - Add CPU load panel applet; depends on sys-libs/libstatgrab -razorqt-base/razorqt-panel:desktopswitch - Add desktop switch panel applet -razorqt-base/razorqt-panel:mainmenu - Add main menu panel applet -razorqt-base/razorqt-panel:networkmonitor - Add network monitor panel applet; depends on sys-libs/libstatgrab -razorqt-base/razorqt-panel:quicklaunch - Add quicklaunch panel applet -razorqt-base/razorqt-panel:screensaver - Add screensaver panel applet -razorqt-base/razorqt-panel:sensors - Add sensors panel applet; depends on sys-apps/lm_sensors -razorqt-base/razorqt-panel:showdesktop - Add show desktop panel applet -razorqt-base/razorqt-panel:taskbar - Add taskbar panel applet -razorqt-base/razorqt-panel:tray - Add system tray panel applet -razorqt-base/razorqt-panel:volume - Add volume mixer panel applet; depends on either media-libs/alsa-lib or media-sound/pulseaudio rox-base/rox:video - Enable rox-extra/videothumbnail for creating thumbnails of videos with mplayer or totem. rox-extra/archive:ace - Enable .ace extraction via app-arch/unace rox-extra/archive:compress - Enable tar.Z and *.Z extraction via app-arch/ncompress diff --git a/razorqt-base/metadata.xml b/razorqt-base/metadata.xml deleted file mode 100644 index 28d090b400b9..000000000000 --- a/razorqt-base/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - The razorqt-base category contains core packages for Razor-Qt, - the fast desktop environment based on Qt. - - - La categoría razorqt-base contiene los paquetes principales para - el entorno de escritorio rápido basado en Qt. - - diff --git a/razorqt-base/razorqt-appswitcher/Manifest b/razorqt-base/razorqt-appswitcher/Manifest deleted file mode 100644 index d98784ea61d2..000000000000 --- a/razorqt-base/razorqt-appswitcher/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST razorqt-0.5.1.tar.bz2 10379213 SHA256 b301cc652e48256d6dfa804d63e6cefa06bbe965c30227edb0a6726b5689d74f SHA512 736e9f38a959cb70465e9d4331c912b26ca9c0ed1e354702a29e1f10b2aec95352b96c6af24022f447bc9526a4f6c77b10aa59cac620837c8355c99884323521 WHIRLPOOL 24dc1cf7366bf1843e65e5dc0286909e9b8f7a0de1bb1ebf189df803afeadb09c8a022c86e4272ea0b5d71b8f9608e0000e4d128dcf97c75d656d67f45a90120 -DIST razorqt-0.5.2.tar.bz2 10467996 SHA256 ac8a890eba7a24a20a2c0ea7a5020c6001853997c1e1b1b927ff4700b0e0e1ad SHA512 eea32c93cefea580dba269167fa7d8b3ff44f1ef025cc46c42a6e3da414d0b3d1c90ed074bcf37e5869f8bff1565dfd446496afb535a2a63d59617fe08a45370 WHIRLPOOL 2868c6d1f167d5d533559e1d0aa458bfa5a81fe55f7eda49840b452fdc9a55df25f77fb28c0a671d0ac021f7518a18ac02bc13f82279066f773e67d015505ef3 diff --git a/razorqt-base/razorqt-appswitcher/metadata.xml b/razorqt-base/razorqt-appswitcher/metadata.xml deleted file mode 100644 index 3cbebd85b7e2..000000000000 --- a/razorqt-base/razorqt-appswitcher/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - qt - diff --git a/razorqt-base/razorqt-appswitcher/razorqt-appswitcher-0.5.1.ebuild b/razorqt-base/razorqt-appswitcher/razorqt-appswitcher-0.5.1.ebuild deleted file mode 100644 index 65f2ad0fdfae..000000000000 --- a/razorqt-base/razorqt-appswitcher/razorqt-appswitcher-0.5.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-appswitcher/razorqt-appswitcher-0.5.1.ebuild,v 1.5 2013/01/20 19:06:52 ago Exp $ - -EAPI=4 -inherit cmake-utils - -DESCRIPTION="Standalone alt-tab application window switcher" -HOMEPAGE="http://razor-qt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-2 - EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git" - EGIT_BRANCH="master" - KEYWORDS="" -else - SRC_URI="mirror://github/Razor-qt/razor-qt/razorqt-${PV}.tar.bz2" - KEYWORDS="amd64 ~ppc x86" - S="${WORKDIR}/razorqt-${PV}" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="" - -DEPEND="razorqt-base/razorqt-libs" -RDEPEND="${DEPEND} - razorqt-base/razorqt-data" - -src_configure() { - local mycmakeargs=( - -DSPLIT_BUILD=On - -DMODULE_APPSWITCHER=On - ) - cmake-utils_src_configure -} diff --git a/razorqt-base/razorqt-appswitcher/razorqt-appswitcher-0.5.2.ebuild b/razorqt-base/razorqt-appswitcher/razorqt-appswitcher-0.5.2.ebuild deleted file mode 100644 index cb9c41417fe1..000000000000 --- a/razorqt-base/razorqt-appswitcher/razorqt-appswitcher-0.5.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-appswitcher/razorqt-appswitcher-0.5.2.ebuild,v 1.3 2013/04/05 14:40:34 ago Exp $ - -EAPI=4 -inherit cmake-utils - -DESCRIPTION="Standalone alt-tab application window switcher" -HOMEPAGE="http://razor-qt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-2 - EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git" - EGIT_BRANCH="master" - KEYWORDS="" -else - SRC_URI="http://www.razor-qt.org/downloads/files/razorqt-${PV}.tar.bz2" - KEYWORDS="amd64 ~ppc x86" - S="${WORKDIR}/razorqt-${PV}" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="" - -DEPEND="razorqt-base/razorqt-libs" -RDEPEND="${DEPEND} - razorqt-base/razorqt-data" - -src_configure() { - local mycmakeargs=( - -DSPLIT_BUILD=On - -DMODULE_APPSWITCHER=On - ) - cmake-utils_src_configure -} diff --git a/razorqt-base/razorqt-autosuspend/Manifest b/razorqt-base/razorqt-autosuspend/Manifest deleted file mode 100644 index d98784ea61d2..000000000000 --- a/razorqt-base/razorqt-autosuspend/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST razorqt-0.5.1.tar.bz2 10379213 SHA256 b301cc652e48256d6dfa804d63e6cefa06bbe965c30227edb0a6726b5689d74f SHA512 736e9f38a959cb70465e9d4331c912b26ca9c0ed1e354702a29e1f10b2aec95352b96c6af24022f447bc9526a4f6c77b10aa59cac620837c8355c99884323521 WHIRLPOOL 24dc1cf7366bf1843e65e5dc0286909e9b8f7a0de1bb1ebf189df803afeadb09c8a022c86e4272ea0b5d71b8f9608e0000e4d128dcf97c75d656d67f45a90120 -DIST razorqt-0.5.2.tar.bz2 10467996 SHA256 ac8a890eba7a24a20a2c0ea7a5020c6001853997c1e1b1b927ff4700b0e0e1ad SHA512 eea32c93cefea580dba269167fa7d8b3ff44f1ef025cc46c42a6e3da414d0b3d1c90ed074bcf37e5869f8bff1565dfd446496afb535a2a63d59617fe08a45370 WHIRLPOOL 2868c6d1f167d5d533559e1d0aa458bfa5a81fe55f7eda49840b452fdc9a55df25f77fb28c0a671d0ac021f7518a18ac02bc13f82279066f773e67d015505ef3 diff --git a/razorqt-base/razorqt-autosuspend/metadata.xml b/razorqt-base/razorqt-autosuspend/metadata.xml deleted file mode 100644 index 3cbebd85b7e2..000000000000 --- a/razorqt-base/razorqt-autosuspend/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - qt - diff --git a/razorqt-base/razorqt-autosuspend/razorqt-autosuspend-0.5.1.ebuild b/razorqt-base/razorqt-autosuspend/razorqt-autosuspend-0.5.1.ebuild deleted file mode 100644 index 902de105291d..000000000000 --- a/razorqt-base/razorqt-autosuspend/razorqt-autosuspend-0.5.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-autosuspend/razorqt-autosuspend-0.5.1.ebuild,v 1.6 2014/05/31 20:45:50 ssuominen Exp $ - -EAPI=4 -inherit cmake-utils - -DESCRIPTION="Razor-qt module for automatic suspend" -HOMEPAGE="http://razor-qt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-2 - EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git" - EGIT_BRANCH="master" - KEYWORDS="" -else - SRC_URI="mirror://github/Razor-qt/razor-qt/razorqt-${PV}.tar.bz2" - KEYWORDS="amd64 ~ppc x86" - S="${WORKDIR}/razorqt-${PV}" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="" - -DEPEND="razorqt-base/razorqt-libs" -RDEPEND="${DEPEND} - razorqt-base/razorqt-data - razorqt-base/razorqt-power - || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils )" - -src_configure() { - local mycmakeargs=( - -DSPLIT_BUILD=On - -DMODULE_AUTOSUSPEND=On - ) - cmake-utils_src_configure -} diff --git a/razorqt-base/razorqt-autosuspend/razorqt-autosuspend-0.5.2.ebuild b/razorqt-base/razorqt-autosuspend/razorqt-autosuspend-0.5.2.ebuild deleted file mode 100644 index 2e3d517b8ad3..000000000000 --- a/razorqt-base/razorqt-autosuspend/razorqt-autosuspend-0.5.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-autosuspend/razorqt-autosuspend-0.5.2.ebuild,v 1.4 2014/05/31 20:45:50 ssuominen Exp $ - -EAPI=4 -inherit cmake-utils - -DESCRIPTION="Razor-qt module for automatic suspend" -HOMEPAGE="http://razor-qt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-2 - EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git" - EGIT_BRANCH="master" - KEYWORDS="" -else - SRC_URI="http://www.razor-qt.org/downloads/files/razorqt-${PV}.tar.bz2" - KEYWORDS="amd64 ~ppc x86" - S="${WORKDIR}/razorqt-${PV}" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="" - -DEPEND="razorqt-base/razorqt-libs" -RDEPEND="${DEPEND} - razorqt-base/razorqt-data - razorqt-base/razorqt-power - || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils )" - -src_configure() { - local mycmakeargs=( - -DSPLIT_BUILD=On - -DMODULE_AUTOSUSPEND=On - ) - cmake-utils_src_configure -} diff --git a/razorqt-base/razorqt-config/Manifest b/razorqt-base/razorqt-config/Manifest deleted file mode 100644 index d98784ea61d2..000000000000 --- a/razorqt-base/razorqt-config/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST razorqt-0.5.1.tar.bz2 10379213 SHA256 b301cc652e48256d6dfa804d63e6cefa06bbe965c30227edb0a6726b5689d74f SHA512 736e9f38a959cb70465e9d4331c912b26ca9c0ed1e354702a29e1f10b2aec95352b96c6af24022f447bc9526a4f6c77b10aa59cac620837c8355c99884323521 WHIRLPOOL 24dc1cf7366bf1843e65e5dc0286909e9b8f7a0de1bb1ebf189df803afeadb09c8a022c86e4272ea0b5d71b8f9608e0000e4d128dcf97c75d656d67f45a90120 -DIST razorqt-0.5.2.tar.bz2 10467996 SHA256 ac8a890eba7a24a20a2c0ea7a5020c6001853997c1e1b1b927ff4700b0e0e1ad SHA512 eea32c93cefea580dba269167fa7d8b3ff44f1ef025cc46c42a6e3da414d0b3d1c90ed074bcf37e5869f8bff1565dfd446496afb535a2a63d59617fe08a45370 WHIRLPOOL 2868c6d1f167d5d533559e1d0aa458bfa5a81fe55f7eda49840b452fdc9a55df25f77fb28c0a671d0ac021f7518a18ac02bc13f82279066f773e67d015505ef3 diff --git a/razorqt-base/razorqt-config/metadata.xml b/razorqt-base/razorqt-config/metadata.xml deleted file mode 100644 index 3cbebd85b7e2..000000000000 --- a/razorqt-base/razorqt-config/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - qt - diff --git a/razorqt-base/razorqt-config/razorqt-config-0.5.1.ebuild b/razorqt-base/razorqt-config/razorqt-config-0.5.1.ebuild deleted file mode 100644 index 4265650b3c63..000000000000 --- a/razorqt-base/razorqt-config/razorqt-config-0.5.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-config/razorqt-config-0.5.1.ebuild,v 1.5 2013/01/20 19:07:16 ago Exp $ - -EAPI=4 -inherit cmake-utils - -DESCRIPTION="Razor-qt configuration center" -HOMEPAGE="http://razor-qt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-2 - EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git" - EGIT_BRANCH="master" - KEYWORDS="" -else - SRC_URI="mirror://github/Razor-qt/razor-qt/razorqt-${PV}.tar.bz2" - KEYWORDS="amd64 ~ppc x86" - S="${WORKDIR}/razorqt-${PV}" -fi - -LICENSE="GPL-2+ LGPL-2.1+" -SLOT="0" -IUSE="" - -DEPEND="razorqt-base/razorqt-libs" -RDEPEND="${DEPEND} - razorqt-base/razorqt-data" - -src_configure() { - local mycmakeargs=( - -DSPLIT_BUILD=On - -DMODULE_CONFIG=On - ) - cmake-utils_src_configure -} diff --git a/razorqt-base/razorqt-config/razorqt-config-0.5.2.ebuild b/razorqt-base/razorqt-config/razorqt-config-0.5.2.ebuild deleted file mode 100644 index 7c0436901b37..000000000000 --- a/razorqt-base/razorqt-config/razorqt-config-0.5.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-config/razorqt-config-0.5.2.ebuild,v 1.3 2013/04/05 14:40:38 ago Exp $ - -EAPI=4 -inherit cmake-utils - -DESCRIPTION="Razor-qt configuration center" -HOMEPAGE="http://razor-qt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-2 - EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git" - EGIT_BRANCH="master" - KEYWORDS="" -else - SRC_URI="http://www.razor-qt.org/downloads/files/razorqt-${PV}.tar.bz2" - KEYWORDS="amd64 ~ppc x86" - S="${WORKDIR}/razorqt-${PV}" -fi - -LICENSE="GPL-2+ LGPL-2.1+" -SLOT="0" -IUSE="" - -DEPEND="razorqt-base/razorqt-libs" -RDEPEND="${DEPEND} - razorqt-base/razorqt-data" - -src_configure() { - local mycmakeargs=( - -DSPLIT_BUILD=On - -DMODULE_CONFIG=On - ) - cmake-utils_src_configure -} diff --git a/razorqt-base/razorqt-data/Manifest b/razorqt-base/razorqt-data/Manifest deleted file mode 100644 index d98784ea61d2..000000000000 --- a/razorqt-base/razorqt-data/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST razorqt-0.5.1.tar.bz2 10379213 SHA256 b301cc652e48256d6dfa804d63e6cefa06bbe965c30227edb0a6726b5689d74f SHA512 736e9f38a959cb70465e9d4331c912b26ca9c0ed1e354702a29e1f10b2aec95352b96c6af24022f447bc9526a4f6c77b10aa59cac620837c8355c99884323521 WHIRLPOOL 24dc1cf7366bf1843e65e5dc0286909e9b8f7a0de1bb1ebf189df803afeadb09c8a022c86e4272ea0b5d71b8f9608e0000e4d128dcf97c75d656d67f45a90120 -DIST razorqt-0.5.2.tar.bz2 10467996 SHA256 ac8a890eba7a24a20a2c0ea7a5020c6001853997c1e1b1b927ff4700b0e0e1ad SHA512 eea32c93cefea580dba269167fa7d8b3ff44f1ef025cc46c42a6e3da414d0b3d1c90ed074bcf37e5869f8bff1565dfd446496afb535a2a63d59617fe08a45370 WHIRLPOOL 2868c6d1f167d5d533559e1d0aa458bfa5a81fe55f7eda49840b452fdc9a55df25f77fb28c0a671d0ac021f7518a18ac02bc13f82279066f773e67d015505ef3 diff --git a/razorqt-base/razorqt-data/metadata.xml b/razorqt-base/razorqt-data/metadata.xml deleted file mode 100644 index 3cbebd85b7e2..000000000000 --- a/razorqt-base/razorqt-data/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - qt - diff --git a/razorqt-base/razorqt-data/razorqt-data-0.5.1.ebuild b/razorqt-base/razorqt-data/razorqt-data-0.5.1.ebuild deleted file mode 100644 index b6ed5c91341a..000000000000 --- a/razorqt-base/razorqt-data/razorqt-data-0.5.1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-data/razorqt-data-0.5.1.ebuild,v 1.10 2013/10/01 21:36:41 pesa Exp $ - -EAPI=4 -inherit cmake-utils - -DESCRIPTION="Shared resources and data for the Razor-qt desktop environment" -HOMEPAGE="http://razor-qt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-2 - EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git" - EGIT_BRANCH="master" - KEYWORDS="" -else - SRC_URI="mirror://github/Razor-qt/razor-qt/razorqt-${PV}.tar.bz2" - KEYWORDS="amd64 ~ppc x86" - S="${WORKDIR}/razorqt-${PV}" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="doc" - -RDEPEND="! - - - qt - diff --git a/razorqt-base/razorqt-desktop/razorqt-desktop-0.5.1.ebuild b/razorqt-base/razorqt-desktop/razorqt-desktop-0.5.1.ebuild deleted file mode 100644 index 068cae4b45da..000000000000 --- a/razorqt-base/razorqt-desktop/razorqt-desktop-0.5.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-desktop/razorqt-desktop-0.5.1.ebuild,v 1.5 2013/01/20 19:07:40 ago Exp $ - -EAPI=4 -inherit cmake-utils - -DESCRIPTION="Razor-qt desktop manager" -HOMEPAGE="http://razor-qt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-2 - EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git" - EGIT_BRANCH="master" - KEYWORDS="" -else - SRC_URI="mirror://github/Razor-qt/razor-qt/razorqt-${PV}.tar.bz2" - KEYWORDS="amd64 ~ppc x86" - S="${WORKDIR}/razorqt-${PV}" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="" - -DEPEND="razorqt-base/razorqt-libs" -RDEPEND="${DEPEND} - razorqt-base/razorqt-data" - -src_configure() { - local mycmakeargs=( - -DSPLIT_BUILD=On - -DMODULE_DESKTOP=On - ) - cmake-utils_src_configure -} diff --git a/razorqt-base/razorqt-desktop/razorqt-desktop-0.5.2.ebuild b/razorqt-base/razorqt-desktop/razorqt-desktop-0.5.2.ebuild deleted file mode 100644 index 1b89b9b8afbf..000000000000 --- a/razorqt-base/razorqt-desktop/razorqt-desktop-0.5.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-desktop/razorqt-desktop-0.5.2.ebuild,v 1.3 2013/04/05 14:40:42 ago Exp $ - -EAPI=4 -inherit cmake-utils - -DESCRIPTION="Razor-qt desktop manager" -HOMEPAGE="http://razor-qt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-2 - EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git" - EGIT_BRANCH="master" - KEYWORDS="" -else - SRC_URI="http://www.razor-qt.org/downloads/files/razorqt-${PV}.tar.bz2" - KEYWORDS="amd64 ~ppc x86" - S="${WORKDIR}/razorqt-${PV}" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="" - -DEPEND="razorqt-base/razorqt-libs" -RDEPEND="${DEPEND} - razorqt-base/razorqt-data" - -src_configure() { - local mycmakeargs=( - -DSPLIT_BUILD=On - -DMODULE_DESKTOP=On - ) - cmake-utils_src_configure -} diff --git a/razorqt-base/razorqt-kbshortcuts/Manifest b/razorqt-base/razorqt-kbshortcuts/Manifest deleted file mode 100644 index d98784ea61d2..000000000000 --- a/razorqt-base/razorqt-kbshortcuts/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST razorqt-0.5.1.tar.bz2 10379213 SHA256 b301cc652e48256d6dfa804d63e6cefa06bbe965c30227edb0a6726b5689d74f SHA512 736e9f38a959cb70465e9d4331c912b26ca9c0ed1e354702a29e1f10b2aec95352b96c6af24022f447bc9526a4f6c77b10aa59cac620837c8355c99884323521 WHIRLPOOL 24dc1cf7366bf1843e65e5dc0286909e9b8f7a0de1bb1ebf189df803afeadb09c8a022c86e4272ea0b5d71b8f9608e0000e4d128dcf97c75d656d67f45a90120 -DIST razorqt-0.5.2.tar.bz2 10467996 SHA256 ac8a890eba7a24a20a2c0ea7a5020c6001853997c1e1b1b927ff4700b0e0e1ad SHA512 eea32c93cefea580dba269167fa7d8b3ff44f1ef025cc46c42a6e3da414d0b3d1c90ed074bcf37e5869f8bff1565dfd446496afb535a2a63d59617fe08a45370 WHIRLPOOL 2868c6d1f167d5d533559e1d0aa458bfa5a81fe55f7eda49840b452fdc9a55df25f77fb28c0a671d0ac021f7518a18ac02bc13f82279066f773e67d015505ef3 diff --git a/razorqt-base/razorqt-kbshortcuts/metadata.xml b/razorqt-base/razorqt-kbshortcuts/metadata.xml deleted file mode 100644 index 3cbebd85b7e2..000000000000 --- a/razorqt-base/razorqt-kbshortcuts/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - qt - diff --git a/razorqt-base/razorqt-kbshortcuts/razorqt-kbshortcuts-0.5.1.ebuild b/razorqt-base/razorqt-kbshortcuts/razorqt-kbshortcuts-0.5.1.ebuild deleted file mode 100644 index 01d4693286d2..000000000000 --- a/razorqt-base/razorqt-kbshortcuts/razorqt-kbshortcuts-0.5.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-kbshortcuts/razorqt-kbshortcuts-0.5.1.ebuild,v 1.5 2013/01/20 19:07:53 ago Exp $ - -EAPI=4 -inherit cmake-utils - -DESCRIPTION="Razor-qt global keyboard shortcuts manager" -HOMEPAGE="http://razor-qt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-2 - EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git" - EGIT_BRANCH="master" - KEYWORDS="" -else - SRC_URI="mirror://github/Razor-qt/razor-qt/razorqt-${PV}.tar.bz2" - KEYWORDS="amd64 ~ppc x86" - S="${WORKDIR}/razorqt-${PV}" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="" - -DEPEND="razorqt-base/razorqt-libs" -RDEPEND="${DEPEND} - razorqt-base/razorqt-data" - -src_configure() { - local mycmakeargs=( - -DSPLIT_BUILD=On - -DMODULE_GLOBALKEYSHORTCUTS=On - ) - cmake-utils_src_configure -} diff --git a/razorqt-base/razorqt-kbshortcuts/razorqt-kbshortcuts-0.5.2.ebuild b/razorqt-base/razorqt-kbshortcuts/razorqt-kbshortcuts-0.5.2.ebuild deleted file mode 100644 index 63c4eb1898fb..000000000000 --- a/razorqt-base/razorqt-kbshortcuts/razorqt-kbshortcuts-0.5.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-kbshortcuts/razorqt-kbshortcuts-0.5.2.ebuild,v 1.3 2013/04/05 14:40:44 ago Exp $ - -EAPI=4 -inherit cmake-utils - -DESCRIPTION="Razor-qt global keyboard shortcuts manager" -HOMEPAGE="http://razor-qt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-2 - EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git" - EGIT_BRANCH="master" - KEYWORDS="" -else - SRC_URI="http://www.razor-qt.org/downloads/files/razorqt-${PV}.tar.bz2" - KEYWORDS="amd64 ~ppc x86" - S="${WORKDIR}/razorqt-${PV}" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="" - -DEPEND="razorqt-base/razorqt-libs" -RDEPEND="${DEPEND} - razorqt-base/razorqt-data" - -src_configure() { - local mycmakeargs=( - -DSPLIT_BUILD=On - -DMODULE_GLOBALKEYSHORTCUTS=On - ) - cmake-utils_src_configure -} diff --git a/razorqt-base/razorqt-libs/Manifest b/razorqt-base/razorqt-libs/Manifest deleted file mode 100644 index d98784ea61d2..000000000000 --- a/razorqt-base/razorqt-libs/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST razorqt-0.5.1.tar.bz2 10379213 SHA256 b301cc652e48256d6dfa804d63e6cefa06bbe965c30227edb0a6726b5689d74f SHA512 736e9f38a959cb70465e9d4331c912b26ca9c0ed1e354702a29e1f10b2aec95352b96c6af24022f447bc9526a4f6c77b10aa59cac620837c8355c99884323521 WHIRLPOOL 24dc1cf7366bf1843e65e5dc0286909e9b8f7a0de1bb1ebf189df803afeadb09c8a022c86e4272ea0b5d71b8f9608e0000e4d128dcf97c75d656d67f45a90120 -DIST razorqt-0.5.2.tar.bz2 10467996 SHA256 ac8a890eba7a24a20a2c0ea7a5020c6001853997c1e1b1b927ff4700b0e0e1ad SHA512 eea32c93cefea580dba269167fa7d8b3ff44f1ef025cc46c42a6e3da414d0b3d1c90ed074bcf37e5869f8bff1565dfd446496afb535a2a63d59617fe08a45370 WHIRLPOOL 2868c6d1f167d5d533559e1d0aa458bfa5a81fe55f7eda49840b452fdc9a55df25f77fb28c0a671d0ac021f7518a18ac02bc13f82279066f773e67d015505ef3 diff --git a/razorqt-base/razorqt-libs/metadata.xml b/razorqt-base/razorqt-libs/metadata.xml deleted file mode 100644 index 3cbebd85b7e2..000000000000 --- a/razorqt-base/razorqt-libs/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - qt - diff --git a/razorqt-base/razorqt-libs/razorqt-libs-0.5.1.ebuild b/razorqt-base/razorqt-libs/razorqt-libs-0.5.1.ebuild deleted file mode 100644 index 164c8d332fef..000000000000 --- a/razorqt-base/razorqt-libs/razorqt-libs-0.5.1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-libs/razorqt-libs-0.5.1.ebuild,v 1.6 2013/03/02 23:14:02 hwoarang Exp $ - -EAPI=4 -inherit cmake-utils - -DESCRIPTION="Common libraries for the Razor-qt desktop environment" -HOMEPAGE="http://razor-qt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-2 - EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git" - EGIT_BRANCH="master" - KEYWORDS="" -else - SRC_URI="mirror://github/Razor-qt/razor-qt/razorqt-${PV}.tar.bz2" - KEYWORDS="amd64 ~ppc x86" - S="${WORKDIR}/razorqt-${PV}" -fi - -LICENSE="GPL-2 LGPL-2.1+" -SLOT="0" -IUSE="" - -DEPEND="razorqt-base/libqtxdg - x11-libs/libX11 - x11-libs/libXcomposite - x11-libs/libXcursor - x11-libs/libXdamage - x11-libs/libXfixes - x11-libs/libXrender - dev-qt/qtcore:4 - dev-qt/qtdbus:4 - dev-qt/qtgui:4 - ! - - - qt - diff --git a/razorqt-base/razorqt-lightdm-greeter/razorqt-lightdm-greeter-0.5.1.ebuild b/razorqt-base/razorqt-lightdm-greeter/razorqt-lightdm-greeter-0.5.1.ebuild deleted file mode 100644 index 04e4dc06c084..000000000000 --- a/razorqt-base/razorqt-lightdm-greeter/razorqt-lightdm-greeter-0.5.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-lightdm-greeter/razorqt-lightdm-greeter-0.5.1.ebuild,v 1.5 2013/01/20 19:08:17 ago Exp $ - -EAPI=4 -inherit cmake-utils - -DESCRIPTION="Razor-qt LightDM greeter" -HOMEPAGE="http://razor-qt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-2 - EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git" - EGIT_BRANCH="master" - KEYWORDS="" -else - SRC_URI="mirror://github/Razor-qt/razor-qt/razorqt-${PV}.tar.bz2" - KEYWORDS="amd64 ~ppc x86" - S="${WORKDIR}/razorqt-${PV}" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="" - -DEPEND="razorqt-base/razorqt-libs - x11-misc/lightdm[qt4]" -RDEPEND="${DEPEND} - razorqt-base/razorqt-data - razorqt-base/razorqt-power - !x11-misc/lightdm-razorqt-greeter" - -src_configure() { - local mycmakeargs=( - -DSPLIT_BUILD=On - -DMODULE_LIGHTDM=On - ) - cmake-utils_src_configure -} diff --git a/razorqt-base/razorqt-lightdm-greeter/razorqt-lightdm-greeter-0.5.2-r1.ebuild b/razorqt-base/razorqt-lightdm-greeter/razorqt-lightdm-greeter-0.5.2-r1.ebuild deleted file mode 100644 index a04017e31586..000000000000 --- a/razorqt-base/razorqt-lightdm-greeter/razorqt-lightdm-greeter-0.5.2-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-lightdm-greeter/razorqt-lightdm-greeter-0.5.2-r1.ebuild,v 1.3 2014/06/10 11:14:17 zlogene Exp $ - -EAPI=5 -inherit cmake-utils - -DESCRIPTION="Razor-qt LightDM greeter" -HOMEPAGE="http://razor-qt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-2 - EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git" - EGIT_BRANCH="master" - KEYWORDS="" -else - SRC_URI="http://www.razor-qt.org/downloads/files/razorqt-${PV}.tar.bz2" - KEYWORDS="amd64 ~ppc x86" - S="${WORKDIR}/razorqt-${PV}" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="" - -DEPEND="razorqt-base/razorqt-libs - =x11-misc/lightdm-1.4*[qt4]" -RDEPEND="${DEPEND} - razorqt-base/razorqt-data - razorqt-base/razorqt-power - !x11-misc/lightdm-razorqt-greeter" - -src_configure() { - local mycmakeargs=( - -DSPLIT_BUILD=On - -DMODULE_LIGHTDM=On - ) - cmake-utils_src_configure -} diff --git a/razorqt-base/razorqt-lightdm-greeter/razorqt-lightdm-greeter-0.5.2.ebuild b/razorqt-base/razorqt-lightdm-greeter/razorqt-lightdm-greeter-0.5.2.ebuild deleted file mode 100644 index 1af2e37c8fa5..000000000000 --- a/razorqt-base/razorqt-lightdm-greeter/razorqt-lightdm-greeter-0.5.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-lightdm-greeter/razorqt-lightdm-greeter-0.5.2.ebuild,v 1.3 2013/04/05 14:40:48 ago Exp $ - -EAPI=4 -inherit cmake-utils - -DESCRIPTION="Razor-qt LightDM greeter" -HOMEPAGE="http://razor-qt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-2 - EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git" - EGIT_BRANCH="master" - KEYWORDS="" -else - SRC_URI="http://www.razor-qt.org/downloads/files/razorqt-${PV}.tar.bz2" - KEYWORDS="amd64 ~ppc x86" - S="${WORKDIR}/razorqt-${PV}" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="" - -DEPEND="razorqt-base/razorqt-libs - x11-misc/lightdm[qt4]" -RDEPEND="${DEPEND} - razorqt-base/razorqt-data - razorqt-base/razorqt-power - !x11-misc/lightdm-razorqt-greeter" - -src_configure() { - local mycmakeargs=( - -DSPLIT_BUILD=On - -DMODULE_LIGHTDM=On - ) - cmake-utils_src_configure -} diff --git a/razorqt-base/razorqt-meta/Manifest b/razorqt-base/razorqt-meta/Manifest deleted file mode 100644 index e69de29bb2d1..000000000000 diff --git a/razorqt-base/razorqt-meta/metadata.xml b/razorqt-base/razorqt-meta/metadata.xml deleted file mode 100644 index e838c090f562..000000000000 --- a/razorqt-base/razorqt-meta/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - qt - - - Install x11-misc/lightdm display manager - and Razor-qt's LightDM greeter - - - diff --git a/razorqt-base/razorqt-meta/razorqt-meta-0.5.1.ebuild b/razorqt-base/razorqt-meta/razorqt-meta-0.5.1.ebuild deleted file mode 100644 index c32275323c2e..000000000000 --- a/razorqt-base/razorqt-meta/razorqt-meta-0.5.1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-meta/razorqt-meta-0.5.1.ebuild,v 1.4 2013/01/20 19:08:30 ago Exp $ - -EAPI=4 - -DESCRIPTION="Meta ebuild to install the complete Razor-qt desktop environment" -HOMEPAGE="http://razor-qt.org/" -SRC_URI="" - -if [[ ${PV} = *9999* ]]; then - KEYWORDS="" -else - KEYWORDS="amd64 ~ppc x86" -fi - -LICENSE="GPL-2+ LGPL-2.1+" -SLOT="0" -IUSE="doc +lightdm +policykit" - -DEPEND="" -RDEPEND="~razorqt-base/libqtxdg-${PV} - ~razorqt-base/razorqt-appswitcher-${PV} - ~razorqt-base/razorqt-autosuspend-${PV} - ~razorqt-base/razorqt-config-${PV} - ~razorqt-base/razorqt-data-${PV}[doc?] - ~razorqt-base/razorqt-desktop-${PV} - ~razorqt-base/razorqt-kbshortcuts-${PV} - ~razorqt-base/razorqt-libs-${PV} - ~razorqt-base/razorqt-notifications-${PV} - ~razorqt-base/razorqt-openssh-askpass-${PV} - ~razorqt-base/razorqt-panel-${PV} - ~razorqt-base/razorqt-power-${PV} - ~razorqt-base/razorqt-runner-${PV} - ~razorqt-base/razorqt-session-${PV} - lightdm? ( ~razorqt-base/razorqt-lightdm-greeter-${PV} ) - policykit? ( ~razorqt-base/razorqt-policykit-${PV} ) - || ( x11-wm/openbox - kde-base/kwin - x11-wm/metacity - xfce-base/xfwm4 - x11-wm/enlightenment - x11-wm/fvwm - x11-wm/sawfish - x11-wm/windowmaker - ) - ! - - - qt - diff --git a/razorqt-base/razorqt-notifications/razorqt-notifications-0.5.1.ebuild b/razorqt-base/razorqt-notifications/razorqt-notifications-0.5.1.ebuild deleted file mode 100644 index 5016b9489296..000000000000 --- a/razorqt-base/razorqt-notifications/razorqt-notifications-0.5.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-notifications/razorqt-notifications-0.5.1.ebuild,v 1.5 2013/01/20 19:08:42 ago Exp $ - -EAPI=4 -inherit cmake-utils - -DESCRIPTION="Razor-qt notification daemon" -HOMEPAGE="http://razor-qt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-2 - EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git" - EGIT_BRANCH="master" - KEYWORDS="" -else - SRC_URI="mirror://github/Razor-qt/razor-qt/razorqt-${PV}.tar.bz2" - KEYWORDS="amd64 ~ppc x86" - S="${WORKDIR}/razorqt-${PV}" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="" - -DEPEND="razorqt-base/razorqt-libs" -RDEPEND="${DEPEND} - razorqt-base/razorqt-data" - -src_configure() { - local mycmakeargs=( - -DSPLIT_BUILD=On - -DMODULE_NOTIFICATIOND=On - ) - cmake-utils_src_configure -} diff --git a/razorqt-base/razorqt-notifications/razorqt-notifications-0.5.2.ebuild b/razorqt-base/razorqt-notifications/razorqt-notifications-0.5.2.ebuild deleted file mode 100644 index 20d944474d95..000000000000 --- a/razorqt-base/razorqt-notifications/razorqt-notifications-0.5.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-notifications/razorqt-notifications-0.5.2.ebuild,v 1.3 2013/04/05 14:40:52 ago Exp $ - -EAPI=4 -inherit cmake-utils - -DESCRIPTION="Razor-qt notification daemon" -HOMEPAGE="http://razor-qt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-2 - EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git" - EGIT_BRANCH="master" - KEYWORDS="" -else - SRC_URI="http://www.razor-qt.org/downloads/files/razorqt-${PV}.tar.bz2" - KEYWORDS="amd64 ~ppc x86" - S="${WORKDIR}/razorqt-${PV}" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="" - -DEPEND="razorqt-base/razorqt-libs" -RDEPEND="${DEPEND} - razorqt-base/razorqt-data" - -src_configure() { - local mycmakeargs=( - -DSPLIT_BUILD=On - -DMODULE_NOTIFICATIOND=On - ) - cmake-utils_src_configure -} diff --git a/razorqt-base/razorqt-openssh-askpass/Manifest b/razorqt-base/razorqt-openssh-askpass/Manifest deleted file mode 100644 index d98784ea61d2..000000000000 --- a/razorqt-base/razorqt-openssh-askpass/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST razorqt-0.5.1.tar.bz2 10379213 SHA256 b301cc652e48256d6dfa804d63e6cefa06bbe965c30227edb0a6726b5689d74f SHA512 736e9f38a959cb70465e9d4331c912b26ca9c0ed1e354702a29e1f10b2aec95352b96c6af24022f447bc9526a4f6c77b10aa59cac620837c8355c99884323521 WHIRLPOOL 24dc1cf7366bf1843e65e5dc0286909e9b8f7a0de1bb1ebf189df803afeadb09c8a022c86e4272ea0b5d71b8f9608e0000e4d128dcf97c75d656d67f45a90120 -DIST razorqt-0.5.2.tar.bz2 10467996 SHA256 ac8a890eba7a24a20a2c0ea7a5020c6001853997c1e1b1b927ff4700b0e0e1ad SHA512 eea32c93cefea580dba269167fa7d8b3ff44f1ef025cc46c42a6e3da414d0b3d1c90ed074bcf37e5869f8bff1565dfd446496afb535a2a63d59617fe08a45370 WHIRLPOOL 2868c6d1f167d5d533559e1d0aa458bfa5a81fe55f7eda49840b452fdc9a55df25f77fb28c0a671d0ac021f7518a18ac02bc13f82279066f773e67d015505ef3 diff --git a/razorqt-base/razorqt-openssh-askpass/metadata.xml b/razorqt-base/razorqt-openssh-askpass/metadata.xml deleted file mode 100644 index 3cbebd85b7e2..000000000000 --- a/razorqt-base/razorqt-openssh-askpass/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - qt - diff --git a/razorqt-base/razorqt-openssh-askpass/razorqt-openssh-askpass-0.5.1.ebuild b/razorqt-base/razorqt-openssh-askpass/razorqt-openssh-askpass-0.5.1.ebuild deleted file mode 100644 index d27417770e3d..000000000000 --- a/razorqt-base/razorqt-openssh-askpass/razorqt-openssh-askpass-0.5.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-openssh-askpass/razorqt-openssh-askpass-0.5.1.ebuild,v 1.5 2013/01/20 19:08:55 ago Exp $ - -EAPI=4 -inherit cmake-utils - -DESCRIPTION="Razor-qt OpenSSH ask password interface" -HOMEPAGE="http://razor-qt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-2 - EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git" - EGIT_BRANCH="master" - KEYWORDS="" -else - SRC_URI="mirror://github/Razor-qt/razor-qt/razorqt-${PV}.tar.bz2" - KEYWORDS="amd64 ~ppc x86" - S="${WORKDIR}/razorqt-${PV}" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="" - -DEPEND="razorqt-base/razorqt-libs" -RDEPEND="${DEPEND} - razorqt-base/razorqt-data" - -DOCS=( "${PN}/README" ) - -src_configure() { - local mycmakeargs=( - -DSPLIT_BUILD=On - -DMODULE_ASKPASS=On - ) - cmake-utils_src_configure -} diff --git a/razorqt-base/razorqt-openssh-askpass/razorqt-openssh-askpass-0.5.2.ebuild b/razorqt-base/razorqt-openssh-askpass/razorqt-openssh-askpass-0.5.2.ebuild deleted file mode 100644 index c4d09cb3158c..000000000000 --- a/razorqt-base/razorqt-openssh-askpass/razorqt-openssh-askpass-0.5.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-openssh-askpass/razorqt-openssh-askpass-0.5.2.ebuild,v 1.3 2013/04/05 14:40:54 ago Exp $ - -EAPI=4 -inherit cmake-utils - -DESCRIPTION="Razor-qt OpenSSH ask password interface" -HOMEPAGE="http://razor-qt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-2 - EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git" - EGIT_BRANCH="master" - KEYWORDS="" -else - SRC_URI="http://www.razor-qt.org/downloads/files/razorqt-${PV}.tar.bz2" - KEYWORDS="amd64 ~ppc x86" - S="${WORKDIR}/razorqt-${PV}" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="" - -DEPEND="razorqt-base/razorqt-libs" -RDEPEND="${DEPEND} - razorqt-base/razorqt-data" - -DOCS=( "${PN}/README" ) - -src_configure() { - local mycmakeargs=( - -DSPLIT_BUILD=On - -DMODULE_ASKPASS=On - ) - cmake-utils_src_configure -} diff --git a/razorqt-base/razorqt-panel/Manifest b/razorqt-base/razorqt-panel/Manifest deleted file mode 100644 index d98784ea61d2..000000000000 --- a/razorqt-base/razorqt-panel/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST razorqt-0.5.1.tar.bz2 10379213 SHA256 b301cc652e48256d6dfa804d63e6cefa06bbe965c30227edb0a6726b5689d74f SHA512 736e9f38a959cb70465e9d4331c912b26ca9c0ed1e354702a29e1f10b2aec95352b96c6af24022f447bc9526a4f6c77b10aa59cac620837c8355c99884323521 WHIRLPOOL 24dc1cf7366bf1843e65e5dc0286909e9b8f7a0de1bb1ebf189df803afeadb09c8a022c86e4272ea0b5d71b8f9608e0000e4d128dcf97c75d656d67f45a90120 -DIST razorqt-0.5.2.tar.bz2 10467996 SHA256 ac8a890eba7a24a20a2c0ea7a5020c6001853997c1e1b1b927ff4700b0e0e1ad SHA512 eea32c93cefea580dba269167fa7d8b3ff44f1ef025cc46c42a6e3da414d0b3d1c90ed074bcf37e5869f8bff1565dfd446496afb535a2a63d59617fe08a45370 WHIRLPOOL 2868c6d1f167d5d533559e1d0aa458bfa5a81fe55f7eda49840b452fdc9a55df25f77fb28c0a671d0ac021f7518a18ac02bc13f82279066f773e67d015505ef3 diff --git a/razorqt-base/razorqt-panel/files/razorqt-panel-0.5.1-automagic.patch b/razorqt-base/razorqt-panel/files/razorqt-panel-0.5.1-automagic.patch deleted file mode 100644 index 5ac5a030761a..000000000000 --- a/razorqt-base/razorqt-panel/files/razorqt-panel-0.5.1-automagic.patch +++ /dev/null @@ -1,31 +0,0 @@ -diff -ur razorqt-0.5.1.orig/razorqt-panel/CMakeLists.txt razorqt-0.5.1/razorqt-panel/CMakeLists.txt ---- razorqt-0.5.1.orig/razorqt-panel/CMakeLists.txt 2012-10-29 14:43:48.237180971 +0100 -+++ razorqt-0.5.1/razorqt-panel/CMakeLists.txt 2012-10-29 15:10:39.384567282 +0100 -@@ -33,7 +33,11 @@ - setByDefault(CPULOAD_PLUGIN Yes) - setByDefault(NETWORKMONITOR_PLUGIN Yes) - setByDefault(SENSORS_PLUGIN Yes) -+ - setByDefault(VOLUME_PLUGIN Yes) -+# Options for the volume plugin. -+setByDefault(VOLUME_USE_PULSEAUDIO Yes) -+setByDefault(VOLUME_USE_ALSA Yes) - # ******************************************************************* - - -@@ -162,8 +166,13 @@ - endif (SENSORS_PLUGIN) - - if (VOLUME_PLUGIN) -- FIND_PACKAGE(PulseAudio) -- FIND_PACKAGE(ALSA) -+ if (VOLUME_USE_PULSEAUDIO) -+ FIND_PACKAGE(PulseAudio) -+ endif (VOLUME_USE_PULSEAUDIO) -+ -+ if (VOLUME_USE_ALSA) -+ FIND_PACKAGE(ALSA) -+ endif (VOLUME_USE_ALSA) - - if (PULSEAUDIO_FOUND OR ALSA_FOUND) - set(ENABLED_PLUGINS ${ENABLED_PLUGINS} "Volume") diff --git a/razorqt-base/razorqt-panel/metadata.xml b/razorqt-base/razorqt-panel/metadata.xml deleted file mode 100644 index 98818a860828..000000000000 --- a/razorqt-base/razorqt-panel/metadata.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - qt - - Add clock panel applet - Add colorpicker panel applet - Add CPU load panel applet; depends on - sys-libs/libstatgrab - Add desktop switch panel applet - Add main menu panel applet - Add network monitor panel applet; depends on - sys-libs/libstatgrab - Add quicklaunch panel applet - Add screensaver panel applet - Add sensors panel applet; depends on - sys-apps/lm_sensors - Add show desktop panel applet - Add taskbar panel applet - Add system tray panel applet - Add volume mixer panel applet; depends on either - media-libs/alsa-lib or media-sound/pulseaudio - - diff --git a/razorqt-base/razorqt-panel/razorqt-panel-0.5.1-r1.ebuild b/razorqt-base/razorqt-panel/razorqt-panel-0.5.1-r1.ebuild deleted file mode 100644 index cefcbf30c49e..000000000000 --- a/razorqt-base/razorqt-panel/razorqt-panel-0.5.1-r1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-panel/razorqt-panel-0.5.1-r1.ebuild,v 1.6 2014/10/04 20:54:45 pesa Exp $ - -EAPI=4 -inherit cmake-utils - -DESCRIPTION="Razor-qt panel and its plugins" -HOMEPAGE="http://razor-qt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-2 - EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git" - EGIT_BRANCH="master" - KEYWORDS="" -else - SRC_URI="mirror://github/Razor-qt/razor-qt/razorqt-${PV}.tar.bz2" - KEYWORDS="amd64 ~ppc x86" - S="${WORKDIR}/razorqt-${PV}" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="+alsa +clock colorpicker cpuload +desktopswitch +mainmenu networkmonitor pulseaudio - +quicklaunch screensaver sensors +showdesktop +taskbar +tray +udisks +volume" -REQUIRED_USE="volume? ( || ( alsa pulseaudio ) )" - -DEPEND="razorqt-base/razorqt-libs - cpuload? ( sys-libs/libstatgrab ) - networkmonitor? ( sys-libs/libstatgrab ) - sensors? ( sys-apps/lm_sensors ) - volume? ( alsa? ( media-libs/alsa-lib ) - pulseaudio? ( media-sound/pulseaudio ) )" -RDEPEND="${DEPEND} - razorqt-base/razorqt-data - udisks? ( sys-fs/udisks )" - -PATCHES=( "${FILESDIR}/${P}-automagic.patch" ) - -src_configure() { - local mycmakeargs=( - -DSPLIT_BUILD=On - -DMODULE_PANEL=On - ) - - local i - for i in clock colorpicker cpuload desktopswitch mainmenu networkmonitor \ - quicklaunch screensaver sensors showdesktop taskbar tray volume; do - use $i || mycmakeargs+=( -D${i^^}_PLUGIN=No ) - done - use udisks || mycmakeargs+=( -DMOUNT_PLUGIN=No ) - - if use volume; then - for i in alsa pulseaudio; do - use $i || mycmakeargs+=( -DVOLUME_USE_${i^^}=No ) - done - fi - - cmake-utils_src_configure -} diff --git a/razorqt-base/razorqt-panel/razorqt-panel-0.5.2.ebuild b/razorqt-base/razorqt-panel/razorqt-panel-0.5.2.ebuild deleted file mode 100644 index 9686e7ce01e3..000000000000 --- a/razorqt-base/razorqt-panel/razorqt-panel-0.5.2.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-panel/razorqt-panel-0.5.2.ebuild,v 1.4 2014/10/04 20:54:45 pesa Exp $ - -EAPI=4 -inherit cmake-utils - -DESCRIPTION="Razor-qt panel and its plugins" -HOMEPAGE="http://razor-qt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-2 - EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git" - EGIT_BRANCH="master" - KEYWORDS="" -else - SRC_URI="http://www.razor-qt.org/downloads/files/razorqt-${PV}.tar.bz2" - KEYWORDS="amd64 ~ppc x86" - S="${WORKDIR}/razorqt-${PV}" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="+alsa +clock colorpicker cpuload +desktopswitch +mainmenu networkmonitor pulseaudio - +quicklaunch screensaver sensors +showdesktop +taskbar +tray +udisks +volume" -REQUIRED_USE="volume? ( || ( alsa pulseaudio ) )" - -DEPEND="razorqt-base/razorqt-libs - cpuload? ( sys-libs/libstatgrab ) - networkmonitor? ( sys-libs/libstatgrab ) - sensors? ( sys-apps/lm_sensors ) - volume? ( alsa? ( media-libs/alsa-lib ) - pulseaudio? ( media-sound/pulseaudio ) )" -RDEPEND="${DEPEND} - razorqt-base/razorqt-data - udisks? ( sys-fs/udisks )" - -src_configure() { - local mycmakeargs=( - -DSPLIT_BUILD=On - -DMODULE_PANEL=On - ) - - local i - for i in clock colorpicker cpuload desktopswitch mainmenu networkmonitor \ - quicklaunch screensaver sensors showdesktop taskbar tray volume; do - use $i || mycmakeargs+=( -D${i^^}_PLUGIN=No ) - done - use udisks || mycmakeargs+=( -DMOUNT_PLUGIN=No ) - - if use volume; then - for i in alsa pulseaudio; do - use $i || mycmakeargs+=( -DVOLUME_USE_${i^^}=No ) - done - fi - - cmake-utils_src_configure -} diff --git a/razorqt-base/razorqt-policykit/Manifest b/razorqt-base/razorqt-policykit/Manifest deleted file mode 100644 index d98784ea61d2..000000000000 --- a/razorqt-base/razorqt-policykit/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST razorqt-0.5.1.tar.bz2 10379213 SHA256 b301cc652e48256d6dfa804d63e6cefa06bbe965c30227edb0a6726b5689d74f SHA512 736e9f38a959cb70465e9d4331c912b26ca9c0ed1e354702a29e1f10b2aec95352b96c6af24022f447bc9526a4f6c77b10aa59cac620837c8355c99884323521 WHIRLPOOL 24dc1cf7366bf1843e65e5dc0286909e9b8f7a0de1bb1ebf189df803afeadb09c8a022c86e4272ea0b5d71b8f9608e0000e4d128dcf97c75d656d67f45a90120 -DIST razorqt-0.5.2.tar.bz2 10467996 SHA256 ac8a890eba7a24a20a2c0ea7a5020c6001853997c1e1b1b927ff4700b0e0e1ad SHA512 eea32c93cefea580dba269167fa7d8b3ff44f1ef025cc46c42a6e3da414d0b3d1c90ed074bcf37e5869f8bff1565dfd446496afb535a2a63d59617fe08a45370 WHIRLPOOL 2868c6d1f167d5d533559e1d0aa458bfa5a81fe55f7eda49840b452fdc9a55df25f77fb28c0a671d0ac021f7518a18ac02bc13f82279066f773e67d015505ef3 diff --git a/razorqt-base/razorqt-policykit/metadata.xml b/razorqt-base/razorqt-policykit/metadata.xml deleted file mode 100644 index 3cbebd85b7e2..000000000000 --- a/razorqt-base/razorqt-policykit/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - qt - diff --git a/razorqt-base/razorqt-policykit/razorqt-policykit-0.5.1.ebuild b/razorqt-base/razorqt-policykit/razorqt-policykit-0.5.1.ebuild deleted file mode 100644 index b1643dcfa510..000000000000 --- a/razorqt-base/razorqt-policykit/razorqt-policykit-0.5.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-policykit/razorqt-policykit-0.5.1.ebuild,v 1.5 2013/01/20 19:33:25 ago Exp $ - -EAPI=4 -inherit cmake-utils - -DESCRIPTION="A lightweight Qt-based PolicyKit agent" -HOMEPAGE="http://razor-qt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-2 - EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git" - EGIT_BRANCH="master" - KEYWORDS="" -else - SRC_URI="mirror://github/Razor-qt/razor-qt/razorqt-${PV}.tar.bz2" - KEYWORDS="amd64 ~ppc x86" - S="${WORKDIR}/razorqt-${PV}" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="" - -DEPEND="dev-libs/glib:2 - razorqt-base/razorqt-libs - sys-auth/polkit-qt" -RDEPEND="${DEPEND} - razorqt-base/razorqt-data" - -src_configure() { - local mycmakeargs=( - -DSPLIT_BUILD=On - -DMODULE_POLICYKIT=On - ) - cmake-utils_src_configure -} diff --git a/razorqt-base/razorqt-policykit/razorqt-policykit-0.5.2.ebuild b/razorqt-base/razorqt-policykit/razorqt-policykit-0.5.2.ebuild deleted file mode 100644 index 571280629bad..000000000000 --- a/razorqt-base/razorqt-policykit/razorqt-policykit-0.5.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-policykit/razorqt-policykit-0.5.2.ebuild,v 1.3 2013/04/05 14:40:58 ago Exp $ - -EAPI=4 -inherit cmake-utils - -DESCRIPTION="A lightweight Qt-based PolicyKit agent" -HOMEPAGE="http://razor-qt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-2 - EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git" - EGIT_BRANCH="master" - KEYWORDS="" -else - SRC_URI="http://www.razor-qt.org/downloads/files/razorqt-${PV}.tar.bz2" - KEYWORDS="amd64 ~ppc x86" - S="${WORKDIR}/razorqt-${PV}" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="" - -DEPEND="dev-libs/glib:2 - razorqt-base/razorqt-libs - sys-auth/polkit-qt" -RDEPEND="${DEPEND} - razorqt-base/razorqt-data" - -src_configure() { - local mycmakeargs=( - -DSPLIT_BUILD=On - -DMODULE_POLICYKIT=On - ) - cmake-utils_src_configure -} diff --git a/razorqt-base/razorqt-power/Manifest b/razorqt-base/razorqt-power/Manifest deleted file mode 100644 index d98784ea61d2..000000000000 --- a/razorqt-base/razorqt-power/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST razorqt-0.5.1.tar.bz2 10379213 SHA256 b301cc652e48256d6dfa804d63e6cefa06bbe965c30227edb0a6726b5689d74f SHA512 736e9f38a959cb70465e9d4331c912b26ca9c0ed1e354702a29e1f10b2aec95352b96c6af24022f447bc9526a4f6c77b10aa59cac620837c8355c99884323521 WHIRLPOOL 24dc1cf7366bf1843e65e5dc0286909e9b8f7a0de1bb1ebf189df803afeadb09c8a022c86e4272ea0b5d71b8f9608e0000e4d128dcf97c75d656d67f45a90120 -DIST razorqt-0.5.2.tar.bz2 10467996 SHA256 ac8a890eba7a24a20a2c0ea7a5020c6001853997c1e1b1b927ff4700b0e0e1ad SHA512 eea32c93cefea580dba269167fa7d8b3ff44f1ef025cc46c42a6e3da414d0b3d1c90ed074bcf37e5869f8bff1565dfd446496afb535a2a63d59617fe08a45370 WHIRLPOOL 2868c6d1f167d5d533559e1d0aa458bfa5a81fe55f7eda49840b452fdc9a55df25f77fb28c0a671d0ac021f7518a18ac02bc13f82279066f773e67d015505ef3 diff --git a/razorqt-base/razorqt-power/metadata.xml b/razorqt-base/razorqt-power/metadata.xml deleted file mode 100644 index 3cbebd85b7e2..000000000000 --- a/razorqt-base/razorqt-power/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - qt - diff --git a/razorqt-base/razorqt-power/razorqt-power-0.5.1.ebuild b/razorqt-base/razorqt-power/razorqt-power-0.5.1.ebuild deleted file mode 100644 index 25530539c2f4..000000000000 --- a/razorqt-base/razorqt-power/razorqt-power-0.5.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-power/razorqt-power-0.5.1.ebuild,v 1.6 2014/05/31 20:46:45 ssuominen Exp $ - -EAPI=4 -inherit cmake-utils - -DESCRIPTION="Razor-qt module for power management (logout/shutdown/reboot/suspend/hibernate)" -HOMEPAGE="http://razor-qt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-2 - EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git" - EGIT_BRANCH="master" - KEYWORDS="" -else - SRC_URI="mirror://github/Razor-qt/razor-qt/razorqt-${PV}.tar.bz2" - KEYWORDS="amd64 ~ppc x86" - S="${WORKDIR}/razorqt-${PV}" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="" - -DEPEND="razorqt-base/razorqt-libs" -RDEPEND="${DEPEND} - razorqt-base/razorqt-data - || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils )" - -src_configure() { - local mycmakeargs=( - -DSPLIT_BUILD=On - -DMODULE_POWER=On - ) - cmake-utils_src_configure -} diff --git a/razorqt-base/razorqt-power/razorqt-power-0.5.2.ebuild b/razorqt-base/razorqt-power/razorqt-power-0.5.2.ebuild deleted file mode 100644 index a53bf79f74a6..000000000000 --- a/razorqt-base/razorqt-power/razorqt-power-0.5.2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-power/razorqt-power-0.5.2.ebuild,v 1.4 2014/05/31 20:46:45 ssuominen Exp $ - -EAPI=4 -inherit cmake-utils - -DESCRIPTION="Razor-qt module for power management (logout/shutdown/reboot/suspend/hibernate)" -HOMEPAGE="http://razor-qt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-2 - EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git" - EGIT_BRANCH="master" - KEYWORDS="" -else - SRC_URI="http://www.razor-qt.org/downloads/files/razorqt-${PV}.tar.bz2" - KEYWORDS="amd64 ~ppc x86" - S="${WORKDIR}/razorqt-${PV}" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="" - -DEPEND="razorqt-base/razorqt-libs" -RDEPEND="${DEPEND} - razorqt-base/razorqt-data - || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils )" - -src_configure() { - local mycmakeargs=( - -DSPLIT_BUILD=On - -DMODULE_POWER=On - ) - cmake-utils_src_configure -} diff --git a/razorqt-base/razorqt-runner/Manifest b/razorqt-base/razorqt-runner/Manifest deleted file mode 100644 index d98784ea61d2..000000000000 --- a/razorqt-base/razorqt-runner/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST razorqt-0.5.1.tar.bz2 10379213 SHA256 b301cc652e48256d6dfa804d63e6cefa06bbe965c30227edb0a6726b5689d74f SHA512 736e9f38a959cb70465e9d4331c912b26ca9c0ed1e354702a29e1f10b2aec95352b96c6af24022f447bc9526a4f6c77b10aa59cac620837c8355c99884323521 WHIRLPOOL 24dc1cf7366bf1843e65e5dc0286909e9b8f7a0de1bb1ebf189df803afeadb09c8a022c86e4272ea0b5d71b8f9608e0000e4d128dcf97c75d656d67f45a90120 -DIST razorqt-0.5.2.tar.bz2 10467996 SHA256 ac8a890eba7a24a20a2c0ea7a5020c6001853997c1e1b1b927ff4700b0e0e1ad SHA512 eea32c93cefea580dba269167fa7d8b3ff44f1ef025cc46c42a6e3da414d0b3d1c90ed074bcf37e5869f8bff1565dfd446496afb535a2a63d59617fe08a45370 WHIRLPOOL 2868c6d1f167d5d533559e1d0aa458bfa5a81fe55f7eda49840b452fdc9a55df25f77fb28c0a671d0ac021f7518a18ac02bc13f82279066f773e67d015505ef3 diff --git a/razorqt-base/razorqt-runner/metadata.xml b/razorqt-base/razorqt-runner/metadata.xml deleted file mode 100644 index 3cbebd85b7e2..000000000000 --- a/razorqt-base/razorqt-runner/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - qt - diff --git a/razorqt-base/razorqt-runner/razorqt-runner-0.5.1.ebuild b/razorqt-base/razorqt-runner/razorqt-runner-0.5.1.ebuild deleted file mode 100644 index d3f6b7cd14d6..000000000000 --- a/razorqt-base/razorqt-runner/razorqt-runner-0.5.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-runner/razorqt-runner-0.5.1.ebuild,v 1.6 2013/03/02 23:14:21 hwoarang Exp $ - -EAPI=4 -inherit cmake-utils - -DESCRIPTION="Razor-qt quick launch and runner application" -HOMEPAGE="http://razor-qt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-2 - EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git" - EGIT_BRANCH="master" - KEYWORDS="" -else - SRC_URI="mirror://github/Razor-qt/razor-qt/razorqt-${PV}.tar.bz2" - KEYWORDS="amd64 ~ppc x86" - S="${WORKDIR}/razorqt-${PV}" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="" - -DEPEND="razorqt-base/razorqt-libs - dev-qt/qtscript:4" -RDEPEND="${DEPEND} - razorqt-base/razorqt-data" - -src_configure() { - local mycmakeargs=( - -DSPLIT_BUILD=On - -DMODULE_RUNNER=On - ) - cmake-utils_src_configure -} diff --git a/razorqt-base/razorqt-runner/razorqt-runner-0.5.2.ebuild b/razorqt-base/razorqt-runner/razorqt-runner-0.5.2.ebuild deleted file mode 100644 index 28fdaaec787a..000000000000 --- a/razorqt-base/razorqt-runner/razorqt-runner-0.5.2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-runner/razorqt-runner-0.5.2.ebuild,v 1.4 2013/04/05 14:41:03 ago Exp $ - -EAPI=4 -inherit cmake-utils - -DESCRIPTION="Razor-qt quick launch and runner application" -HOMEPAGE="http://razor-qt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-2 - EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git" - EGIT_BRANCH="master" - KEYWORDS="" -else - SRC_URI="http://www.razor-qt.org/downloads/files/razorqt-${PV}.tar.bz2" - KEYWORDS="amd64 ~ppc x86" - S="${WORKDIR}/razorqt-${PV}" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="" - -DEPEND="razorqt-base/razorqt-libs - dev-qt/qtscript:4" -RDEPEND="${DEPEND} - razorqt-base/razorqt-data" - -src_configure() { - local mycmakeargs=( - -DSPLIT_BUILD=On - -DMODULE_RUNNER=On - ) - cmake-utils_src_configure -} diff --git a/razorqt-base/razorqt-session/Manifest b/razorqt-base/razorqt-session/Manifest deleted file mode 100644 index d98784ea61d2..000000000000 --- a/razorqt-base/razorqt-session/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST razorqt-0.5.1.tar.bz2 10379213 SHA256 b301cc652e48256d6dfa804d63e6cefa06bbe965c30227edb0a6726b5689d74f SHA512 736e9f38a959cb70465e9d4331c912b26ca9c0ed1e354702a29e1f10b2aec95352b96c6af24022f447bc9526a4f6c77b10aa59cac620837c8355c99884323521 WHIRLPOOL 24dc1cf7366bf1843e65e5dc0286909e9b8f7a0de1bb1ebf189df803afeadb09c8a022c86e4272ea0b5d71b8f9608e0000e4d128dcf97c75d656d67f45a90120 -DIST razorqt-0.5.2.tar.bz2 10467996 SHA256 ac8a890eba7a24a20a2c0ea7a5020c6001853997c1e1b1b927ff4700b0e0e1ad SHA512 eea32c93cefea580dba269167fa7d8b3ff44f1ef025cc46c42a6e3da414d0b3d1c90ed074bcf37e5869f8bff1565dfd446496afb535a2a63d59617fe08a45370 WHIRLPOOL 2868c6d1f167d5d533559e1d0aa458bfa5a81fe55f7eda49840b452fdc9a55df25f77fb28c0a671d0ac021f7518a18ac02bc13f82279066f773e67d015505ef3 diff --git a/razorqt-base/razorqt-session/metadata.xml b/razorqt-base/razorqt-session/metadata.xml deleted file mode 100644 index 3cbebd85b7e2..000000000000 --- a/razorqt-base/razorqt-session/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - qt - diff --git a/razorqt-base/razorqt-session/razorqt-session-0.5.1.ebuild b/razorqt-base/razorqt-session/razorqt-session-0.5.1.ebuild deleted file mode 100644 index 41b7ae0e105d..000000000000 --- a/razorqt-base/razorqt-session/razorqt-session-0.5.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-session/razorqt-session-0.5.1.ebuild,v 1.5 2013/01/20 19:34:08 ago Exp $ - -EAPI=4 -inherit cmake-utils - -DESCRIPTION="Razor-qt session manager" -HOMEPAGE="http://razor-qt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-2 - EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git" - EGIT_BRANCH="master" - KEYWORDS="" -else - SRC_URI="mirror://github/Razor-qt/razor-qt/razorqt-${PV}.tar.bz2" - KEYWORDS="amd64 ~ppc x86" - S="${WORKDIR}/razorqt-${PV}" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="" - -DEPEND="razorqt-base/razorqt-libs" -RDEPEND="${DEPEND} - razorqt-base/razorqt-data" - -src_configure() { - local mycmakeargs=( - -DSPLIT_BUILD=On - -DMODULE_SESSION=On - -DMODULE_CONFUPDATE=On - -DBUNDLE_XDG_UTILS=No - ) - cmake-utils_src_configure -} diff --git a/razorqt-base/razorqt-session/razorqt-session-0.5.2.ebuild b/razorqt-base/razorqt-session/razorqt-session-0.5.2.ebuild deleted file mode 100644 index ad2cf3cc26ca..000000000000 --- a/razorqt-base/razorqt-session/razorqt-session-0.5.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-session/razorqt-session-0.5.2.ebuild,v 1.3 2013/04/05 14:41:05 ago Exp $ - -EAPI=4 -inherit cmake-utils - -DESCRIPTION="Razor-qt session manager" -HOMEPAGE="http://razor-qt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-2 - EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git" - EGIT_BRANCH="master" - KEYWORDS="" -else - SRC_URI="http://www.razor-qt.org/downloads/files/razorqt-${PV}.tar.bz2" - KEYWORDS="amd64 ~ppc x86" - S="${WORKDIR}/razorqt-${PV}" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="" - -DEPEND="razorqt-base/razorqt-libs" -RDEPEND="${DEPEND} - razorqt-base/razorqt-data" - -src_configure() { - local mycmakeargs=( - -DSPLIT_BUILD=On - -DMODULE_SESSION=On - -DMODULE_CONFUPDATE=On - -DBUNDLE_XDG_UTILS=No - ) - cmake-utils_src_configure -} diff --git a/sci-libs/djbfft/djbfft-0.76-r2.ebuild b/sci-libs/djbfft/djbfft-0.76-r2.ebuild index 0a5aeffd3c02..2002254bbf87 100644 --- a/sci-libs/djbfft/djbfft-0.76-r2.ebuild +++ b/sci-libs/djbfft/djbfft-0.76-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/djbfft/djbfft-0.76-r2.ebuild,v 1.1 2013/08/10 18:29:14 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/djbfft/djbfft-0.76-r2.ebuild,v 1.2 2014/12/20 16:39:31 maekke Exp $ EAPI=5 inherit eutils flag-o-matic toolchain-funcs multilib multilib-minimal @@ -11,7 +11,7 @@ SRC_URI="http://cr.yp.to/djbfft/${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 arm ~hppa ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="" DOCS=( CHANGES README TODO VERSION ) diff --git a/sci-mathematics/maxima/Manifest b/sci-mathematics/maxima/Manifest index 09c7a89c9414..96d02c00e0ac 100644 --- a/sci-mathematics/maxima/Manifest +++ b/sci-mathematics/maxima/Manifest @@ -9,3 +9,4 @@ DIST maxima-5.32.1.tar.gz 28650767 SHA256 fc11b2d2b9eee3471f5b618ae87140d8b269d7 DIST maxima-5.33.0.tar.gz 28756677 SHA256 e2af6c85f782de95933ee77f47440976be78628b0d83557a76c301de43a85d8d SHA512 99d482cbd68b1bce6d61f28a277962944197e3350b92de58462c1a5d7df94f73cbaaf9af47ad4d51692499f1061c7c6e98dfd83e58fc58d3c7112855cb9093ec WHIRLPOOL 9ceae1a910ac007a81e8f9beeabd12de10cc48e7fc8755b03c94dd1ed85b4ff3f3c49bede1a78903d7855c1e6ec54a580dadb56d48dbdd3fe1c96d66b7f64c3e DIST maxima-5.34.0.tar.gz 29230417 SHA256 a9a613a225deefa47cebdeff2ca212191e11ab449d0d17cd64aebf4b4f096052 SHA512 9b768f5812f5aa8ea0b21d3c98216e99ec4936735da8ba283af90906bb37ef8935d277706dfde03c05034c1a0d0c3922b8252b2428e7d0e30d580432a141540b WHIRLPOOL d5b86e5a4fb343fff6debb4d7a26862db62b3133d36b159a2b1a21ed8c5a586d85978e7c762cb7cbd27b34b566ba5c6b296433d448e697f25583c5f8cee32c3f DIST maxima-5.34.1.tar.gz 29469851 SHA256 20ca416ca912c8d3d99299f2ef45342a1beb2f077cf501c6a647de46bfdb89b7 SHA512 24a9ce0d2bfb0fa107460bbeec561869f9d3f2ce2623e39ab16b810dbf2712981bbf98ceee9c30f4e70fdec7f918a7743b5fb8cf26b67313e1d367dd8f2a1823 WHIRLPOOL 0f59cfe14391686a543027bb5cab8669439d0e36b016924872662f61e36cf05663480f8a3f942d7deccbe39ec7f45ed77deeb8a3c84241189ac0f1993537c47a +DIST maxima-5.35.1.tar.gz 29596145 SHA256 9ed1a996afdf7410a932842801c954c53b003983d07bafd7a1ea999fbcda98f3 SHA512 6a57ca5a4224f12f19863365f30fc87959a62787a4679ad3b1d9f180b86e5925b0af44aaffc4e1013dcb2f4fd4e88524d8eb8e8b0a501e1ebb6f2f3dbac19b17 WHIRLPOOL cc7b1aeb950a93df4e42690f713c090cc7ddb6a8e7f5789ea07017a6dd5984fe97b299eeb50efef0d764b2ff6aff0e6f4ec4b517446b663121ea14a62e375595 diff --git a/sci-mathematics/maxima/files/clozurecl-1.patch b/sci-mathematics/maxima/files/clozurecl-1.patch new file mode 100644 index 000000000000..07203a2f828d --- /dev/null +++ b/sci-mathematics/maxima/files/clozurecl-1.patch @@ -0,0 +1,28 @@ +diff -r -U1 maxima-5.35.1.orig/configure.ac maxima-5.35.1/configure.ac +--- maxima-5.35.1.orig/configure.ac 2014-12-13 06:44:51.000000000 +0600 ++++ maxima-5.35.1/configure.ac 2014-12-20 20:43:04.713305777 +0600 +@@ -379,3 +379,3 @@ + dnl n.b. openmcl_default_name is hardcoded in "with" message +-openmcl_default_name=openmcl ++openmcl_default_name=ccl + AC_ARG_ENABLE(openmcl, +diff -r -U1 maxima-5.35.1.orig/src/Makefile.am maxima-5.35.1/src/Makefile.am +--- maxima-5.35.1.orig/src/Makefile.am 2014-09-24 00:02:16.000000000 +0700 ++++ maxima-5.35.1/src/Makefile.am 2014-12-20 20:43:04.713305777 +0600 +@@ -359,3 +359,3 @@ + +-EXECUTEOPENMCL = $(OPENMCL_NAME) -e ++EXECUTEOPENMCL = $(OPENMCL_NAME) --no-init -e + BUILT_FILES += $(OPENMCL_MAXIMA) +Только в maxima-5.35.1/src: Makefile.am.orig +diff -r -U1 maxima-5.35.1.orig/src/maxima.in maxima-5.35.1/src/maxima.in +--- maxima-5.35.1.orig/src/maxima.in 2014-12-03 04:17:05.000000000 +0600 ++++ maxima-5.35.1/src/maxima.in 2014-12-20 20:43:04.713305777 +0600 +@@ -185,5 +185,5 @@ + if [ -x "$MAXIMA_IMAGESDIR/binary-$MAXIMA_LISP/maxima" ]; then +- exec "$MAXIMA_IMAGESDIR/binary-$MAXIMA_LISP/maxima" $MAXIMA_LISP_OPTIONS -e '(cl-user::run)' -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" ++ exec "$MAXIMA_IMAGESDIR/binary-$MAXIMA_LISP/maxima" $MAXIMA_LISP_OPTIONS --no-init -e '(cl-user::run)' -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" + else +- exec "@OPENMCL_NAME@" -I "$maxima_image_base.image" $MAXIMA_LISP_OPTIONS -e '(cl-user::run)' -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" ++ exec "@OPENMCL_NAME@" -I "$maxima_image_base.image" $MAXIMA_LISP_OPTIONS --no-init -e '(cl-user::run)' -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" + fi diff --git a/sci-mathematics/maxima/maxima-5.35.1.ebuild b/sci-mathematics/maxima/maxima-5.35.1.ebuild new file mode 100644 index 000000000000..ece83dcbf71b --- /dev/null +++ b/sci-mathematics/maxima/maxima-5.35.1.ebuild @@ -0,0 +1,190 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.35.1.ebuild,v 1.1 2014/12/20 15:41:27 grozin Exp $ + +EAPI=5 + +inherit autotools elisp-common eutils + +DESCRIPTION="Free computer algebra environment based on Macsyma" +HOMEPAGE="http://maxima.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" + +# Supported lisps +LISPS=( sbcl cmucl gcl ecls clozurecl clisp ) +# supports readline: . - no, y - yes +SUPP_RL=( . . y . . y ) +# . - just --enable-, - --enable- +CONF_FLAG=( . . . ecl ccl . ) +# patch file version; . - no patch +PATCH_V=( 0 0 . 1 1 0 ) + +IUSE="latex emacs tk nls unicode xemacs X ${LISPS[*]}" + +# Languages +LANGS="es pt pt_BR" +for lang in ${LANGS}; do + IUSE="${IUSE} linguas_${lang}" +done + +RDEPEND="X? ( x11-misc/xdg-utils + sci-visualization/gnuplot[gd] + tk? ( dev-lang/tk ) ) + latex? ( virtual/latex-base ) + emacs? ( virtual/emacs + latex? ( app-emacs/auctex ) ) + xemacs? ( app-editors/xemacs + latex? ( app-emacs/auctex ) )" + +PDEPEND="emacs? ( app-emacs/imaxima )" + +# generating lisp dependencies +depends() { + local LISP DEP + LISP=${LISPS[$1]} + DEP="dev-lisp/${LISP}:=" + if [ "${SUPP_RL[$1]}" = "." ]; then + DEP="${DEP} app-misc/rlwrap" + fi + echo ${DEP} +} + +n=${#LISPS[*]} +for ((n--; n >= 0; n--)); do + LISP=${LISPS[${n}]} + RDEPEND="${RDEPEND} ${LISP}? ( $(depends ${n}) )" + if (( ${n} > 0 )); then + DEF_DEP="${DEF_DEP} !${LISP}? ( " + fi +done + +# default lisp +if use arm; then + DEF_LISP=2 # gcl +else + DEF_LISP=0 # sbcl +fi + +DEF_DEP="${DEF_DEP} `depends ${DEF_LISP}`" + +n=${#LISPS[*]} +for ((n--; n > 0; n--)); do + DEF_DEP="${DEF_DEP} )" +done + +unset LISP + +RDEPEND="${RDEPEND} + ${DEF_DEP}" + +DEPEND="${RDEPEND} + sys-apps/texinfo" + +TEXMF="${EPREFIX}"/usr/share/texmf-site + +pkg_setup() { + local n=${#LISPS[*]} + + for ((n--; n >= 0; n--)); do + use ${LISPS[${n}]} && NLISPS="${NLISPS} ${n}" + done + + if [ -z "${NLISPS}" ]; then + ewarn "No lisp specified in USE flags, choosing ${LISPS[${DEF_LISP}]} as default" + NLISPS=${DEF_LISP} + fi +} + +src_prepare() { + local n PATCHES v + PATCHES=( imaxima-0 rmaxima-0 wish-1 xdg-utils-0 ) + + n=${#PATCHES[*]} + for ((n--; n >= 0; n--)); do + epatch "${FILESDIR}"/${PATCHES[${n}]}.patch + done + + n=${#LISPS[*]} + for ((n--; n >= 0; n--)); do + v=${PATCH_V[${n}]} + if [ "${v}" != "." ]; then + epatch "${FILESDIR}"/${LISPS[${n}]}-${v}.patch + fi + done + + # bug #343331 + rm share/Makefile.in || die + rm src/Makefile.in || die + touch src/*.mk + touch src/Makefile.am + eautoreconf +} + +src_configure() { + local CONFS CONF n lang + for n in ${NLISPS}; do + CONF=${CONF_FLAG[${n}]} + if [ ${CONF} = . ]; then + CONF=${LISPS[${n}]} + fi + CONFS="${CONFS} --enable-${CONF}" + done + + # enable existing translated doc + if use nls; then + for lang in ${LANGS}; do + if use "linguas_${lang}"; then + CONFS="${CONFS} --enable-lang-${lang}" + use unicode && CONFS="${CONFS} --enable-lang-${lang}-utf8" + fi + done + fi + + econf ${CONFS} $(use_with tk wish) --with-lispdir="${SITELISP}"/${PN} +} + +src_install() { + docompress -x /usr/share/info + emake DESTDIR="${D}" emacsdir="${SITELISP}/${PN}" install + + use tk && make_desktop_entry xmaxima xmaxima \ + /usr/share/${PN}/${PV}/xmaxima/maxima-new.png \ + "Science;Math;Education" + + if use latex; then + insinto ${TEXMF}/tex/latex/emaxima + doins interfaces/emacs/emaxima/emaxima.sty + fi + + # do not use dodoc because interfaces can't read compressed files + # read COPYING before attempt to remove it from dodoc + insinto /usr/share/${PN}/${PV}/doc + doins AUTHORS COPYING README README.lisps || die + dodir /usr/share/doc + dosym ../${PN}/${PV}/doc /usr/share/doc/${PF} || die + + if use emacs; then + elisp-site-file-install "${FILESDIR}"/50maxima-gentoo.el || die + fi + + # if we use ecls, build an ecls library for maxima + if use ecls; then + ECLLIB=`ecl -eval "(princ (SI:GET-LIBRARY-PATHNAME))" -eval "(quit)"` + insinto "${ECLLIB#${EPREFIX}}" + doins src/binary-ecl/maxima.fas + fi +} + +pkg_postinst() { + use emacs && elisp-site-regen + use latex && mktexlsr +} + +pkg_postrm() { + use emacs && elisp-site-regen + use latex && mktexlsr +} diff --git a/sci-mathematics/wxmaxima/Manifest b/sci-mathematics/wxmaxima/Manifest index 6076cce1703c..edb2326ce965 100644 --- a/sci-mathematics/wxmaxima/Manifest +++ b/sci-mathematics/wxmaxima/Manifest @@ -3,3 +3,4 @@ DIST wxMaxima-12.01.0.tar.gz 1470402 SHA256 358cdafe81b7e7290f6bb8c93580b0e2f0ae DIST wxMaxima-12.04.0.tar.gz 1490662 SHA256 60110507e0a63738a1f420b22697eaac9bea3866122e072dcd697077e8744824 SHA512 3a6a275960948df8356bbebc8dcb16979abaf59bd039a0cfe52bf307250feb628df21a5b3bc0756cc5b1537d7fbd40e753398f5f8229f8670f26ce783416e290 WHIRLPOOL bfed4b4f606407a0ab3b27a8d72149984b09690fde2aa52be4aaff1851156c544a58346c2f22e42856fc853a262496b3665bc992e896cef1cdbb1636613efe9f DIST wxMaxima-12.09.0.tar.gz 1554561 SHA256 5803ab62fc791bcb87f0d0f38357dba6fccc4efa61cb9f709e142c2954b1305d SHA512 fc3a8965a1e40ba4b0c60e27420d07c9653bd0499980fcd9d1dea87133b89c58ba58045ef13618497676811d1b456c8d8fc9b019e841d6f1abfcf2ed32b90e09 WHIRLPOOL 25c2853a679415e3903f0ab81508ab97fa714710c79159cbb3f34144bc7ebb01183f2f2c1d4a2226b85f0df55cb12038916cc051e63617da142b37d8d2758dac DIST wxMaxima-13.04.2.tar.gz 1652680 SHA256 29352db75dd3ff27393ab0971543fd0b3c3a9c330c2c8d07ebfd373741ded4eb SHA512 36d035282aca8d40d9f5950c21e8e3abe8d3a76ffbb91f6436a3588e252ca2455c4c1c4e5eed4111888f917406ac758f551198ca97acb67bcc6655e579db20aa WHIRLPOOL 7579a5d7b72e0c10f9162b92da03b2f4f51052cf8800fc0c01312718cfc31c0d8ff608aff6f873e07b46247a2c2ad7dc666e0e469dda1f1a8e8af52629a6e69d +DIST wxmaxima-14.12.0.tar.gz 1965016 SHA256 78f2105b16ca7e61c870604fd7652f68c838ea6f1a0454fe7e2b68fede4436b5 SHA512 af652ed0a05ed45d7821cc7af1a6aff2058e09099b2ed02b3d91eb162e18758e22bbe0f6b65a4f6e0f3de771fee3a8e3e8a49b8181a022faa6acc59281010772 WHIRLPOOL 0ffccd459d921e80e2ee0b96d80b7fed2d13fade90038290da12adddf6aae3e8dbf73a26b5249b1a50934b846ef9a176918d95206a543a6ce919bcfce135a70b diff --git a/sci-mathematics/wxmaxima/wxmaxima-14.12.0.ebuild b/sci-mathematics/wxmaxima/wxmaxima-14.12.0.ebuild new file mode 100644 index 000000000000..6b87505a1d73 --- /dev/null +++ b/sci-mathematics/wxmaxima/wxmaxima-14.12.0.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-14.12.0.ebuild,v 1.1 2014/12/20 15:45:16 grozin Exp $ + +EAPI=5 + +WX_GTK_VER="2.8" + +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 || die "sed failed" + + sed -e 's:share/wxMaxima:share/wxmaxima:g' \ + -i src/wxMaxima.cpp src/wxMaximaFrame.cpp src/Config.cpp \ + || 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/sci-visualization/paraview/metadata.xml b/sci-visualization/paraview/metadata.xml index 34152629a484..d7b02edf401b 100644 --- a/sci-visualization/paraview/metadata.xml +++ b/sci-visualization/paraview/metadata.xml @@ -1,15 +1,16 @@ - - maintainer-needed@gentoo.org - - - Enable the usage of dev-libs/boost - Enable the coprocessing infrastructure which is mainly useful in the context of clusters - Add support for nvidia's cg shaders - Add NVCONTROL support for OpenGL options - Build and install additional plugins - Install development files including headers - + + tamiko@gentoo.org + Matthias Maier + + + Enable the usage of dev-libs/boost + Enable the coprocessing infrastructure which is mainly useful in the context of clusters + Add support for nvidia's cg shaders + Add NVCONTROL support for OpenGL options + Build and install additional plugins + Install development files including headers + diff --git a/sys-apps/daemonize/Manifest b/sys-apps/daemonize/Manifest index 9c3c5748b531..86f90a1174bd 100644 --- a/sys-apps/daemonize/Manifest +++ b/sys-apps/daemonize/Manifest @@ -1,2 +1,3 @@ DIST daemonize-1.6.tar.gz 61803 SHA256 e70ad94bd2f4d24ebfcbceaf009ab5ac1ac5ceb5acca4bb9d3d9105cdc1cd681 DIST daemonize-1.7.4.tar.gz 66005 SHA256 e80bb9299b76b6d7b3bc235b2413961e138e586d777385dcf6cf478cea135525 SHA512 aa5dd1d89650fc4a7e783163852de176877b0e999c4d16950a03a81c0db1477e2994fe8d97d8e2bd61baafb7810522754eade96f3ff0301c1e6ce74f9252d34e WHIRLPOOL 8a72762ec08db2f47686bd8bb2063b986f8379e888571eafdaefe8b2e3e41df979474faa4ebc0f8701f85f2fa73ab805c3b61f88537c71673b52f731436cb3c3 +DIST daemonize-1.7.5.tar.gz 65817 SHA256 11f45bca9a7dd0a72a0059429eaf4f76913659f4c197479f7cdc81d110e7a798 SHA512 8e1c7cf47a2026d13505c83c5987ea7237226e104dd5fdd4d57d006000846b387216b2506604f60c6178a7445493591254696dddbb334d89ee611954a65659ea WHIRLPOOL d0c7e239e962bb7c95e47e76ac183de7d87fd667d2b274e5863592377d7480a3571fd2383a5c70eef3cc349900ec5ee02eea684b3235f5e533f0ad74e98ce3d4 diff --git a/sys-apps/daemonize/daemonize-1.7.5.ebuild b/sys-apps/daemonize/daemonize-1.7.5.ebuild new file mode 100644 index 000000000000..502eac558205 --- /dev/null +++ b/sys-apps/daemonize/daemonize-1.7.5.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/daemonize/daemonize-1.7.5.ebuild,v 1.1 2014/12/19 21:07:32 hwoarang Exp $ + +EAPI=5 + +DESCRIPTION="Runs a command as a Unix daemon" +HOMEPAGE="http://bmc.github.com/daemonize/" +SRC_URI="http://github.com/bmc/${PN}/tarball/release-${PV} -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DOCS=( README.md CHANGELOG.md ) + +src_unpack() { + unpack ${A} + # Workaround commit suffix from github. + mv "${WORKDIR}"/bmc-${PN}-* "${S}" || die +} + +src_prepare() { + sed -i \ + -e 's:\($(CC)\) $(CFLAGS) \(.*\.o\):\1 $(LDFLAGS) \2:' \ + Makefile.in || die +} diff --git a/sys-apps/fwts/Manifest b/sys-apps/fwts/Manifest index abd750a39e91..f826f835fad2 100644 --- a/sys-apps/fwts/Manifest +++ b/sys-apps/fwts/Manifest @@ -1,2 +1,2 @@ -DIST fwts-V14.09.00.tar.gz 3019157 SHA256 17cb79ba79337b4aea04b6ff55d7a7d5585a257e7b10f41eb91b804fad893382 SHA512 e44f53e0dd84837913d172cff1d6b67ae032a26034ee06daf7b8ea6660ba3026ec8db39a9b59ebf03d16d32b4710268537f85ea709bf778ca60dc2beac7dde92 WHIRLPOOL 179a2ca5313ade88e89e70c181e63808dd8b5415f8bc8365ea1b7593bf5543e9d2a8640cb751ae77bba6dd5ceceecdf5696b94d254dbac5e556ffbf99d1ce37c DIST fwts-V14.11.00.tar.gz 3087649 SHA256 12b8c7820221b4df9aeb859356dc3f79beff9e27ce6d3ddc5f36fcf9a56d47bb SHA512 53d0636882dc9fd1febd87cbd219fe4c4247fc3950effd80179662421f4b036e16591d49cdf0d5f0572c525a8ee195430bf241cab86414f659a01414bb83ebe4 WHIRLPOOL 5489187e80069d155ada1a4c42d4157a6f4947701e3281695c112a3ca81ab812e29e8abd6eaf56fa517304529cee46c59df7c90cc4cf0eac6832eb9dcd021d6c +DIST fwts-V14.12.00.tar.gz 3089700 SHA256 9fbc6d1bb8cff8c445d4b2ad0c080e7711564a35982e8a946156b7258e82f2ec SHA512 594cfdadcef031216807eccbf7f5a741643ff33322d84994027afdd08923fa423e1dd2621b9093034e7ac99cc2147b9dcb8b6f4dc2662b10232e55a3261aa91e WHIRLPOOL 2be8d45034e4337b6366d8fcd535010412f02d25859f041cb348b693c5e92822c1a0806a37b77ea4815899b7f03d946326caaec64e91d8d09baaba5301cae353 diff --git a/sys-apps/fwts/fwts-14.09.00.ebuild b/sys-apps/fwts/fwts-14.12.00.ebuild similarity index 91% rename from sys-apps/fwts/fwts-14.09.00.ebuild rename to sys-apps/fwts/fwts-14.12.00.ebuild index a6ffa372627e..1a09b7f79f5a 100644 --- a/sys-apps/fwts/fwts-14.09.00.ebuild +++ b/sys-apps/fwts/fwts-14.12.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fwts/fwts-14.09.00.ebuild,v 1.1 2014/09/25 00:29:23 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fwts/fwts-14.12.00.ebuild,v 1.1 2014/12/20 15:00:46 mrueg Exp $ EAPI=5 diff --git a/sys-apps/portage/portage-2.2.14.ebuild b/sys-apps/portage/portage-2.2.14.ebuild index 13be625a962e..2a51fa7d5f9c 100644 --- a/sys-apps/portage/portage-2.2.14.ebuild +++ b/sys-apps/portage/portage-2.2.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.14.ebuild,v 1.5 2014/12/15 00:09:21 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.14.ebuild,v 1.6 2014/12/20 15:17:14 zmedico Exp $ EAPI=5 @@ -232,6 +232,36 @@ pkg_preinst() { fi } +get_ownership() { + case ${USERLAND} in + BSD) + stat -f '%Su:%Sg' "${1}" + ;; + *) + stat -c '%U:%G' "${1}" + ;; + esac +} + +new_config_protect() { + # Generate a ._cfg file even if the target file + # does not exist, ensuring that the user will + # notice the config change. + local basename=${1##*/} + local dirname=${1%/*} + local i=0 + while true ; do + local filename=$( + echo -n "${dirname}/._cfg" + printf "%04d" ${i} + echo -n "_${basename}" + ) + [[ -e ${filename} ]] || break + (( i++ )) + done + echo "${filename}" +} + pkg_postinst() { if ${REPOS_CONF_UPGRADE} ; then diff --git a/sys-apps/portage/portage-2.2.15.ebuild b/sys-apps/portage/portage-2.2.15.ebuild index c8d7b57bda93..689803b983a8 100644 --- a/sys-apps/portage/portage-2.2.15.ebuild +++ b/sys-apps/portage/portage-2.2.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.15.ebuild,v 1.2 2014/12/06 20:13:44 dolsen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.15.ebuild,v 1.3 2014/12/20 15:17:14 zmedico Exp $ EAPI=5 @@ -232,6 +232,36 @@ pkg_preinst() { fi } +get_ownership() { + case ${USERLAND} in + BSD) + stat -f '%Su:%Sg' "${1}" + ;; + *) + stat -c '%U:%G' "${1}" + ;; + esac +} + +new_config_protect() { + # Generate a ._cfg file even if the target file + # does not exist, ensuring that the user will + # notice the config change. + local basename=${1##*/} + local dirname=${1%/*} + local i=0 + while true ; do + local filename=$( + echo -n "${dirname}/._cfg" + printf "%04d" ${i} + echo -n "_${basename}" + ) + [[ -e ${filename} ]] || break + (( i++ )) + done + echo "${filename}" +} + pkg_postinst() { if ${REPOS_CONF_UPGRADE} ; then diff --git a/sys-apps/systemd/systemd-216-r2.ebuild b/sys-apps/systemd/systemd-216-r2.ebuild index 98848218fe31..3612fb8771e7 100644 --- a/sys-apps/systemd/systemd-216-r2.ebuild +++ b/sys-apps/systemd/systemd-216-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-216-r2.ebuild,v 1.2 2014/12/19 17:36:41 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-216-r2.ebuild,v 1.3 2014/12/20 08:25:20 mgorny Exp $ EAPI=5 @@ -332,9 +332,9 @@ multilib_src_install_all() { if use sysv-utils; then for app in halt poweroff reboot runlevel shutdown telinit; do - dosym "..${ROOTPREFIX}/bin/systemctl" /sbin/${app} + dosym "..${ROOTPREFIX-/usr}/bin/systemctl" /sbin/${app} done - dosym "..${ROOTPREFIX}/lib/systemd/systemd" /sbin/init + dosym "..${ROOTPREFIX-/usr}/lib/systemd/systemd" /sbin/init else # we just keep sysvinit tools, so no need for the mans rm "${D}"/usr/share/man/man8/{halt,poweroff,reboot,runlevel,shutdown,telinit}.8 \ diff --git a/sys-apps/systemd/systemd-217-r4.ebuild b/sys-apps/systemd/systemd-217-r4.ebuild index 3852cbdbbb41..4ad19a355077 100644 --- a/sys-apps/systemd/systemd-217-r4.ebuild +++ b/sys-apps/systemd/systemd-217-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-217-r4.ebuild,v 1.2 2014/12/19 17:36:41 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-217-r4.ebuild,v 1.3 2014/12/20 08:25:20 mgorny Exp $ EAPI=5 @@ -326,8 +326,9 @@ multilib_src_install_all() { if use sysv-utils; then for app in halt poweroff reboot runlevel shutdown telinit; do - dosym "..${ROOTPREFIX}/bin/systemctl" /sbin/${app} + dosym "..${ROOTPREFIX-/usr}/bin/systemctl" /sbin/${app} done + dosym "..${ROOTPREFIX-/usr}/lib/systemd/systemd" /sbin/init else # we just keep sysvinit tools, so no need for the mans rm "${D}"/usr/share/man/man8/{halt,poweroff,reboot,runlevel,shutdown,telinit}.8 \ diff --git a/sys-apps/systemd/systemd-218-r1.ebuild b/sys-apps/systemd/systemd-218-r1.ebuild index 42e98c35187c..8cedc200b567 100644 --- a/sys-apps/systemd/systemd-218-r1.ebuild +++ b/sys-apps/systemd/systemd-218-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-218-r1.ebuild,v 1.2 2014/12/19 17:36:41 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-218-r1.ebuild,v 1.3 2014/12/20 08:25:20 mgorny Exp $ EAPI=5 @@ -326,8 +326,9 @@ multilib_src_install_all() { if use sysv-utils; then for app in halt poweroff reboot runlevel shutdown telinit; do - dosym "..${ROOTPREFIX}/bin/systemctl" /sbin/${app} + dosym "..${ROOTPREFIX-/usr}/bin/systemctl" /sbin/${app} done + dosym "..${ROOTPREFIX-/usr}/lib/systemd/systemd" /sbin/init else # we just keep sysvinit tools, so no need for the mans rm "${D}"/usr/share/man/man8/{halt,poweroff,reboot,runlevel,shutdown,telinit}.8 \ diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index b519e0974847..5085ea0cdc2d 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.151 2014/12/19 17:36:41 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.152 2014/12/20 08:25:20 mgorny Exp $ EAPI=5 @@ -351,8 +351,9 @@ multilib_src_install_all() { if use sysv-utils; then for app in halt poweroff reboot runlevel shutdown telinit; do - dosym "..${ROOTPREFIX}/bin/systemctl" /sbin/${app} + dosym "..${ROOTPREFIX-/usr}/bin/systemctl" /sbin/${app} done + dosym "..${ROOTPREFIX-/usr}/lib/systemd/systemd" /sbin/init else # we just keep sysvinit tools, so no need for the mans rm "${D}"/usr/share/man/man8/{halt,poweroff,reboot,runlevel,shutdown,telinit}.8 \ diff --git a/sys-kernel/gentoo-sources/Manifest b/sys-kernel/gentoo-sources/Manifest index 0440d9903451..62a97cfe724e 100644 --- a/sys-kernel/gentoo-sources/Manifest +++ b/sys-kernel/gentoo-sources/Manifest @@ -33,6 +33,9 @@ DIST genpatches-3.12-32.extras.tar.xz 18208 SHA256 db6c829a62c2e23234b9a03b96927 DIST genpatches-3.12-35.base.tar.xz 1073276 SHA256 fc64a2b56c889194cda2549a30ffbbb5e6231165c2724fed5cc1049cc3407cc7 SHA512 9eaef4ef6f9338b18cf54680734d13eef0f5f5f1c46ae0b7330af977e9e7b387558ca98bcccbb00baa7758b99be8f4818d4940490e2c42a8e9fe78e0698adb45 WHIRLPOOL b22851e7833fe9321a1a710a55ac481176c157bf7b594a6c22c1ff39daf1f2f4d3f12ca92c85af670fcfd582d67dd71bc34cdc0873ba62285ffccc5f3aa43bb9 DIST genpatches-3.12-35.experimental.tar.xz 46524 SHA256 1ae0b4bf77d6b9965b351c686cfe62ffc2726a4f68ca7549d67406a4a6323909 SHA512 2a5f68b71db66990a2d5e475ead33b228d5c0071d43585f7e6e6408bc017f32510c21438c7bf2b3056e2a9d4dc2ca276c082ee95ef17d9c18ecaed16c04a0a90 WHIRLPOOL fc7a217ac5fc12653fdc189c19278fe2ffa8d6962686a2a0c01e2e5318f64178266b3d4dbe60ce30140eac5f301136e40e0bce5be6e70133f48dd9ff811df4f2 DIST genpatches-3.12-35.extras.tar.xz 18208 SHA256 be47bd1f2ad2b1fe4c308c007ffe1ea1199e336579088fe6cfb8d49ca51a772b SHA512 e7a94a7b2755a8318fb08fdcd9868f24093921ead225941a562cb245c10a7faabb1710580dbcde3dc92669941fdf3c04a2f9c7afee76fa0f0dc5c0b6ad85e6de WHIRLPOOL ea025d84e9b9218f72de29d58e18efc6ad6c2615d68311c892e5c7e209b8aa31af0ea90ec88358e04b1f9b2ec9afcc4aae8b162b131ec301922479a9b8fbd787 +DIST genpatches-3.12-36.base.tar.xz 1090156 SHA256 22752940466bcbd5fa146546ea747e6b4d0f3bab0f0a2848b91feae1348c26c2 SHA512 e88cfe6fffc0d1624f7ae56c81a6b579057b7d7169c56bc060778bc4161b5cc7ef1ee7b86dfc04ae3e5c5782642125494035afd3c23db13c1f4b9899d1770136 WHIRLPOOL 9add6737542395a420f5aaaabc7ecd1d1f0a2e8893f9f092f53ddb616ed0d8e73726777cca3d4c6fa50a56e30df947a5adde77a3494cbf641e752396934fbbe3 +DIST genpatches-3.12-36.experimental.tar.xz 46532 SHA256 676793e55218aedbdcf7ccc59a72e85642bcef1073b94c9e7067b7139b36af41 SHA512 4d5a9287b96004bfc29bebe3fa62533564296c1f69184c2c6db24f061c1af217283901013655ed700019c9782fe9798b5099fed18e69ef5cddf8cb784f1367c6 WHIRLPOOL ae3be1a9585aa7d68e0035be5d0258354a649023e6b0acdf3d0c32cb791ad3ae7355419d94ed7107b9833dd0edc8014d46ca92c797ed553045d3f81f06ff6400 +DIST genpatches-3.12-36.extras.tar.xz 18204 SHA256 077da6280861d375670202ebc286e90ae4ea750bab44970f7ed3a2bb966f5c3b SHA512 3583f02903ac987cc57e5181ddb54f4331482ccde231f55e87e0d3cd10509c030d234b54e2992c29bc55f279a372999cf91c6b07028709b629bd7db6820e3150 WHIRLPOOL 0154a6026a108f9731ae09052fea8db1fe88ab70020a1efdcbd0b3d57f47c2c9b2ebf797c15d31dfffd3d1331e5c38f5626f67d0031af21359d7838233ed3070 DIST genpatches-3.14-18.base.tar.xz 374116 SHA256 ebc2d8db2b3236250e2c8187f6d68be965e1d9987b4f37a2f8de8fd52dd0e0c1 SHA512 70a44ecc4d2643f47e5eadc59a27d7fd0c02a8513efe62f19255f4fc16b30d32134e6daba261422585ecaa630b9aa2fd176e33eddc4fa7efd64a71d4cd527643 WHIRLPOOL 688e9447773193a865d28f13bcc42563f384538acaeeffd4460c1efee9b77e50b98238d0f781b29addb17bfafefa73f40fe5e8199706998a1848a506c7a0fe0d DIST genpatches-3.14-18.experimental.tar.xz 51216 SHA256 b582d0f4820e6942ba9e8e3b44fc9be7475f002773aa032851385d6f24d3e590 SHA512 6dbb7a17106c4cbfe4d0d11a956ceee8f290821e526fcb4427e08c20d5518fe801a268e4ceca3a698315eb711c317ada36f22717d8153e8a462fa2daedc82791 WHIRLPOOL 214780d4d8d47c6583d6ae168525e2682a73953f5a34f057612570d77718077d5612cacc6c04565c3cc1ec4890f09cce019e5acf49b795d4532d45e8b135eccb DIST genpatches-3.14-18.extras.tar.xz 18244 SHA256 8d4604a2737ecf6d50a150ddd044f86fa4fa60197f20379173f0deaeb5d7a01c SHA512 eac84653e08d8e05b3cf8243cba8a299a67a06e381179a7d4eac2d2d2fc65a37f147201bb0649063cab4185afb525cef4f5e38afc464b1325a700e89bd15d2d7 WHIRLPOOL 99b77a8b0d5c7392c8e3dc850f493c1d7f8e1198ad88edeabbe5a63dedf2b4c213c5cce2367aa981d131aa8606da53b6650df0af5e498155e3a974ec0a0292c5 @@ -68,6 +71,8 @@ DIST genpatches-3.18-3.experimental.tar.xz 59948 SHA256 5b716acd15db6b8f957fbc1e DIST genpatches-3.18-3.extras.tar.xz 16164 SHA256 9986d209259d11d20f0ddb7856936a70c9b200f5ba0e5fd715b119fb34f4a546 SHA512 a9fb064169dde5187a73dd1d167c7cebfaa53bf3299ee85996a2d53dd8e1d6d38a428e3e31c2984676f6c4a23a54e2aefe68466a90a8610d5d29b18b2aade948 WHIRLPOOL 2063316ccc954cecd028f10025974db0038e473717113ddb77177a0fde055659b4988ecde858621fd8bf4eefabdf54d4a8540b98c10fb123e602e521cc2cb6f8 DIST genpatches-3.4-87.base.tar.xz 1210220 SHA256 a2689a56e567805b5ed8e842c692c0cfded629bf2958ecc171b1d1ae3e5496b4 SHA512 ece2ab756f83101cfca81f4b7fff3335336428dbc4b98915c6526801c2051f961d0cf88dd3b9e6a1b925d758e379346ed913efbf8328f7108769588630d9fd60 WHIRLPOOL 0945380bd8df7772f42cefe970779a4f6cda42d77aa25f3043d34837729161bef15018daa96104872661c2171f7af6d2eccdfae2faa91bf29509f8a5190901c3 DIST genpatches-3.4-87.extras.tar.xz 18208 SHA256 d1ffb428d8e9c3553dbc0bf078fc3b7d4c6f8d27e0e0fa5dd71385d84549a9fb SHA512 823a35f8e140b2553dbb8b8dad20dd100db80699bf0ac94b42f8b194141ed44f79ca69ce88ef343c2c9332568cabdb8281331fa5235d8da4d3a855bf4a3b230a WHIRLPOOL 95d5ac7047e14940c3e774a9694e344f114e135b74d3e43b0cf5a2da173c08594b2daa78d28aabd4b1c9fb8e29019e8111a51a19243f0a206c4f7abbf9e43f22 +DIST genpatches-3.4-88.base.tar.xz 1229652 SHA256 eaf176904b80df3a710df6cd21d3e77b9dc0fefeab7bf87a5ecf67903f320665 SHA512 7b9ef5a1e91f6521c587af00b7f4ed084bb324aeb30ac62a1676f6bac8627ce936f054bad70f48612b92830c03ea8587ff6d4014677fcf0953627de3de595e54 WHIRLPOOL 9c5bc41bc74c5445c2f5248fbd8db433c44e2034e5e111bdc2c016400b499be262d31b43588b1523573e6bd2bf419fec7016789af364b683ec3ae41533dacff9 +DIST genpatches-3.4-88.extras.tar.xz 18216 SHA256 373787aca6be0436d2b72e0300463b1969e96ee1c2e4c2193b9dfc1ec56dc6f5 SHA512 d49967d09520c8e130d9d5106e9763c0a87b08ddf246a5d9e455ba40eca0264e3a0f1bf71fe7786b2087c643fcc37266d170118071cc77b0f180229c4f2d918c WHIRLPOOL 4e00c2966ab4e117a425247c47ba1348240b1d79659baa40e563c0255780d82f402923894da806bfeb5225e387822ec8524c27bb9979ce9f8d6809fffc93a91e DIST linux-3.10.tar.xz 73175088 SHA256 df27fa92d27a9c410bfe6c4a89f141638500d7eadcca5cce578954efc2ad3544 SHA512 5fb109fcbd59bf3dffc911b853894f0a84afa75151368f783a1252c5ff60c7a1504de216c0012be446df983e2dea400ad8eeed3ce04f24dc61d0ef76c174dc35 WHIRLPOOL e7c0ccc2231e430b831218fc66f1940d095d2d5447d391329c6a7373d4a1d16708f64778b32e4847802ee2dae4fcf7cb67a1238fd4eb204fd0c4bce2d8134053 DIST linux-3.12.tar.xz 76384600 SHA256 2e120ec7fde19fa51dc6b6cc11c81860a0775defcad5a5bf910ed9a50e845a02 SHA512 4ba5797e0772726d05c9f2eee66dc6dc2a5033c749ef44764c805a83da739ed5d0c6443b76785e38fe1ef74cc7ade787e48144faed0cfcb6f124f05248c700ff WHIRLPOOL a40195f6b53ba3440cf90a44495f6a59670f750851d1518e2bdfe3b949f0e898d1df5d37e271c31c555087026ddb6cc2c9109b22b9639e3222735e6f650a1417 DIST linux-3.14.tar.xz 78399152 SHA256 61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa SHA512 5730d83a7a81134c1e77c0bf89e42dee4f8251ad56c1ac2be20c59e26fdfaa7bea55f277e7af156b637f22e1584914a46089af85039177cb43485089c74ac26e WHIRLPOOL 5ad07b78c362ba0b21c50b4abb99407cae06bd08576f3fd8f36047b01409eba096263208020da3dcad4977eefc61d66502276754097bc127635df1d7a5817d41 diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.12.35.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.12.35.ebuild new file mode 100644 index 000000000000..7b0c5407a8e1 --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-3.12.35.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.12.35.ebuild,v 1.1 2014/12/20 00:29:24 mpagano Exp $ + +EAPI="5" +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="36" +K_DEBLOB_AVAILABLE="1" +inherit kernel-2 +detect_version +detect_arch + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches" +IUSE="deblob experimental" + +DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" + +pkg_postinst() { + kernel-2_pkg_postinst + einfo "For more info on this patchset, and how to report problems, see:" + einfo "${HOMEPAGE}" +} + +pkg_postrm() { + kernel-2_pkg_postrm +} diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.17.7.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.17.7.ebuild index 3f0ba9ea39ba..b116937b19e1 100644 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.17.7.ebuild +++ b/sys-kernel/gentoo-sources/gentoo-sources-3.17.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.17.7.ebuild,v 1.2 2014/12/18 21:11:20 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.17.7.ebuild,v 1.3 2014/12/20 09:38:04 jer Exp $ EAPI="5" ETYPE="sources" @@ -11,7 +11,7 @@ inherit kernel-2 detect_version detect_arch -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches" IUSE="deblob experimental" diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.4.105.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.4.105.ebuild new file mode 100644 index 000000000000..36a92518addf --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-3.4.105.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.4.105.ebuild,v 1.1 2014/12/20 20:26:28 mpagano Exp $ + +EAPI="5" +ETYPE="sources" +K_WANT_GENPATCHES="base extras" +K_GENPATCHES_VER="88" +K_DEBLOB_AVAILABLE="1" +inherit kernel-2 +detect_version +detect_arch + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches" +IUSE="deblob" + +DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" + +pkg_postinst() { + kernel-2_pkg_postinst + einfo "For more info on this patchset, and how to report problems, see:" + einfo "${HOMEPAGE}" +} + +pkg_postrm() { + kernel-2_pkg_postrm +} diff --git a/sys-libs/db/db-4.8.30-r2.ebuild b/sys-libs/db/db-4.8.30-r2.ebuild index 796dbcae6b37..f0a023e01aeb 100644 --- a/sys-libs/db/db-4.8.30-r2.ebuild +++ b/sys-libs/db/db-4.8.30-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.8.30-r2.ebuild,v 1.3 2014/12/13 13:19:39 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.8.30-r2.ebuild,v 1.4 2014/12/20 16:49:37 maekke Exp $ EAPI=5 @@ -28,7 +28,7 @@ done LICENSE="Sleepycat" SLOT="4.8" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="doc java cxx tcl test" REQUIRED_USE="test? ( tcl )" diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest index 288b3e013e35..49e159ec7552 100644 --- a/www-client/chromium/Manifest +++ b/www-client/chromium/Manifest @@ -1,5 +1,5 @@ DIST chromium-39.0.2171.65-lite.tar.xz 194778184 SHA256 889ea21ba9d627ba1917649c13990efe367678759bd949268d4f31c63e3d3498 SHA512 49347a92831e817a20a0eb5ffebde580840c2bff473522f8a71218ca15bba4435be1670e4aaa8916a39a0761bf31e58c35979a5b349883e2c328e185e436a74e WHIRLPOOL aa209f840290c6208819c3454d42b5fc814fe1eace47bdf16d884e5cb396d4547c00f9240259d8035ce8d047277cf375d95b9d5d7b673e58839ec30cd8ff4555 -DIST chromium-40.0.2214.10-lite.tar.xz 227293960 SHA256 32478d4c589d6af5519c32847b87d33376b8e4812ec069172f327e7dee39a73b SHA512 df7833e1b3835ed15f3e62bf2a2f68d5bf6dc4d97740771ba0ac40353854956d47449657f78d57f0a6a2dd996b3aa73964da284921f4403249006a254fb46306 WHIRLPOOL 3770b8f64e40bdcf8a3bff37cc708132a66bd76c9cc612686143a7bd7c3a8fe806c0f4a052be73ed8a3354138c3e60a4056a25c26853c4ff8eb27bd6ef2d5c9a DIST chromium-40.0.2214.28-lite.tar.xz 227315076 SHA256 cbff9fa1e2b5315cb26e1ac6cb215c61e14e605eb83983279f8514d9396b7019 SHA512 1a43142654600e08addecb8d78fe3bb2c581e64da7f3ff3633d125d3a54bacbe622e454330e96d0ab0f4da4d38d8733970d14c5b592790c5c93d39bfb12e2067 WHIRLPOOL 41514b76fe14e3f705dcaaca7e0016008386567597e482fdc67a06c5d9535e307f40619195deb389a768fae965ec61a03c4dcb8b6107cf491231395af1f6e010 -DIST chromium-41.0.2236.0-lite.tar.xz 228525828 SHA256 5f7f9f1d1c10efcd828664017885eaec4f550ba3e7154605302aef3bf3600f0b SHA512 b8f0857af8c822ea2496470d820995f3d021abb6f73642df66e643bc38d6f93cd4f9dc94c412dfab3bff26c1dbc5080bb8c35c0fac8e9478e42d185a4af86f50 WHIRLPOOL 01041889a90b9c984fcf5c2177e5158189fda5a53c7b28e8f61e6faa5cbaa45d92e02691776cfa2ba961a2cf8e178f16c83ffb0a1d23b2ff1cdf5276bbf39f17 +DIST chromium-40.0.2214.45-lite.tar.xz 227532932 SHA256 237441809549fae777a33aef8b23ac9fb960ac7b019c4e655b445e8d41035dd5 SHA512 2d4af32063bd3e3e7bc017d4a2334d2a65bfd6c54bf22e142574c43df238a4219e88232d970c7ee1d0462ae8ba5c1b3f1f21afbd12900b24d8f2f5ceccb55d0d WHIRLPOOL 0abf2713d0ebc22f82150b00db3f2d287f123b196fae07be39bbe8f4b19f7764e3bd24b1e822dbc206f300c7fb65d598a1d6c7bedf407394452dd5a9d23c51c0 DIST chromium-41.0.2243.0-lite.tar.xz 232787956 SHA256 6cd001730883767c042d934560b7748f8a8214c84dc3c92ff37bec91dbb719c4 SHA512 803d1bb013ea9ae0db738fdc504aba575e435259054a39ec6c7186b41e66fd64fdd09eac28696e34e812c6fb0c1f87d3608f183251abcf2cd45d8775a16431f3 WHIRLPOOL 74b697889dae9bb36e8fb5a4d62dd31611c27fa2e83838c7bcd2ef54323872089ff9eeb5af754f613d1cf76d0cddedf764c60663655c3a94dc2794b89cffc8d1 +DIST chromium-41.0.2251.0-lite.tar.xz 233955420 SHA256 073ac1d45a350aa86502c5edd25073d19c621e235ab11e5b86e6a36f0c4afadc SHA512 3cff39adc08762441d808912862b8005c3c74343b09d1e1c297f60855315305f9da4ec5fb85f379ec9e071f7524b3e04beeba8a4ef2c9aff0514c02a1e817200 WHIRLPOOL c6fea1aa6944439e4672d71153faa34f0e388f53c16c6109070a13d068c772c531d0c890995e2a17cbab1cbbe08c0244e783c02165ad1fa0d4fff6ac3deacc00 diff --git a/www-client/chromium/chromium-40.0.2214.10.ebuild b/www-client/chromium/chromium-40.0.2214.45.ebuild similarity index 99% rename from www-client/chromium/chromium-40.0.2214.10.ebuild rename to www-client/chromium/chromium-40.0.2214.45.ebuild index 8efa2f2ac3c4..d7fe4859342e 100644 --- a/www-client/chromium/chromium-40.0.2214.10.ebuild +++ b/www-client/chromium/chromium-40.0.2214.45.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-40.0.2214.10.ebuild,v 1.1 2014/11/19 20:00:55 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-40.0.2214.45.ebuild,v 1.1 2014/12/20 18:13:08 floppym Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7} ) diff --git a/www-client/chromium/chromium-41.0.2236.0.ebuild b/www-client/chromium/chromium-41.0.2251.0.ebuild similarity index 99% rename from www-client/chromium/chromium-41.0.2236.0.ebuild rename to www-client/chromium/chromium-41.0.2251.0.ebuild index 1495ec8a76e5..ec80036abb53 100644 --- a/www-client/chromium/chromium-41.0.2236.0.ebuild +++ b/www-client/chromium/chromium-41.0.2251.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-41.0.2236.0.ebuild,v 1.1 2014/12/04 07:59:39 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-41.0.2251.0.ebuild,v 1.1 2014/12/20 15:40:37 phajdan.jr Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7} ) @@ -241,6 +241,7 @@ src_prepare() { 'third_party/opus' \ 'third_party/ots' \ 'third_party/pdfium' \ + 'third_party/pdfium/third_party/bigint' \ 'third_party/pdfium/third_party/logging.h' \ 'third_party/pdfium/third_party/macros.h' \ 'third_party/pdfium/third_party/numerics' \ diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest index 7d0bce19118a..ed6d372a7d96 100644 --- a/www-client/opera-beta/Manifest +++ b/www-client/opera-beta/Manifest @@ -1,3 +1,2 @@ -DIST opera-beta_26.0.1656.17_amd64.deb 42024010 SHA256 5d4fe033da49dfe370768dda788f2cd18cb22602bcbe0c5c3a58ca4758570a2a SHA512 9bcb80b36b496c6e6907eed0d703f742e435241e40bc057043d0c2d2919e73e0857bf5b3016f5abf22e2251cfa722be46cc24e2860e4bab721243cfb18785c6f WHIRLPOOL aa663ef596c54e972e47bf61f1521775b5237838eceb4ee4cade5cdb7c268a68c11f9c05ef043f1544eb6741d59b9ba5381756296cd11aa32d4f9e1af81cb56c -DIST opera-beta_26.0.1656.20_amd64.deb 41147448 SHA256 503134cfd3f5a978cd029521f03a4a6ed2abbcd8a2b17f9cfa703c1618f211ad SHA512 1dbf6df0e33853026fe84407802ead641373259c1f2f55833238a5ac3a9d1eee98b8fc8555b64c5b1f937e9d1307b7da9b1e1633a9112b5846184cd1b421f1b5 WHIRLPOOL c86318c07436e9f6d76b8b4db43232a7d2b95067cbe927d83c8c58230579986eb94d12e4004fb24ae651adeb9d55ce0f09d9c034ef99946762633f4dd81ef04d DIST opera-beta_27.0.1689.29_amd64.deb 40832662 SHA256 86ae9e0e145e3799827cf5ba0f5d3159efa69378caa9ededf95394410f7987cf SHA512 36984654d2d0a2007c63b3e4b5101ca9035f468c2a5fcc5cf368c4e70ba42affd63e0a59477f8caad5225cf54b0d8f192858c517dbd8fceef2a2a559a8c80b07 WHIRLPOOL f76db76d6facf322cbcb110ad6171d48acaa25e8c18b313b04eccced3657f2dfa1041d80c76d9e319c15be9d57464b0726e2d98b7385c614cfed8788c7896ec4 +DIST opera-beta_27.0.1689.33_amd64.deb 40855314 SHA256 b95e8c61c250c5c0474724737734f17d63e3252329c41c3d2959db8cb5e905bc SHA512 6c671911351da8bc64d5938bbcd2684eb960e78d9832f09f03f7f1b80d5b8f049e501d1ec25c191f7755767ca73e0be2d5fd242dafdff766dfe7c9c270910d6c WHIRLPOOL 4506ffb9d28e689e39261e3e8562c73eeb8237e817c146fa080db5b1a07887001a2546596ec2a1c9a5f3045f8247079b7f064c5660fe1e21d4d65f3345d421d9 diff --git a/www-client/opera-beta/opera-beta-26.0.1656.20.ebuild b/www-client/opera-beta/opera-beta-26.0.1656.20.ebuild deleted file mode 100644 index c59ba1fd62eb..000000000000 --- a/www-client/opera-beta/opera-beta-26.0.1656.20.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera-beta/opera-beta-26.0.1656.20.ebuild,v 1.1 2014/11/17 20:31:48 jer Exp $ - -EAPI=5 -CHROMIUM_LANGS=" - af az be bg bn ca cs da de el en_GB en_US es_419 es fi fr_CA fr fy gd hi hr - hu id it ja kk ko lt lv me mk ms nb nl nn pa pl pt_BR pt_PT ro ru sk sr sv - sw ta te th tl tr uk uz vi zh_CN zh_TW zu -" -inherit chromium multilib unpacker - -DESCRIPTION="A fast and secure web browser" -HOMEPAGE="http://www.opera.com/" -LICENSE="OPERA-2014" -SLOT="0" -SRC_URI_BASE="http://get.geo.opera.com/pub/" -SRC_URI=" - amd64? ( "${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb" ) -" -KEYWORDS="~amd64" - -RDEPEND=" - dev-libs/expat - dev-libs/glib:2 - dev-libs/nspr - dev-libs/nss - >=dev-libs/openssl-1.0.1:0 - gnome-base/gconf:2 - media-libs/alsa-lib - media-libs/fontconfig - media-libs/freetype - net-misc/curl - net-print/cups - sys-apps/dbus - sys-libs/libcap - virtual/libudev - x11-libs/cairo - x11-libs/gdk-pixbuf - x11-libs/gtk+:2 - x11-libs/libX11 - x11-libs/libXScrnSaver - x11-libs/libXcomposite - x11-libs/libXcursor - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXi - x11-libs/libXrandr - x11-libs/libXrender - x11-libs/libXtst - x11-libs/pango[X] -" - -QA_PREBUILT="*" -S=${WORKDIR} -OPERA_HOME="usr/$(get_libdir)/${PN}" - -src_unpack() { - unpack_deb ${A} -} - -src_prepare() { - mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die - rm -r usr/lib || die - - rm usr/bin/${PN} || die - - rm usr/share/doc/${PN}/copyright || die - mv usr/share/doc/${PN} usr/share/doc/${PF} || die - - pushd "${OPERA_HOME}/localization" > /dev/null || die - chromium_remove_language_paks - popd > /dev/null || die - - sed -i \ - -e 's|^TargetEnvironment|X-&|g' \ - usr/share/applications/${PN}.desktop || die -} - -src_install() { - mv * "${D}" || die - dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN} - dodir /usr/$(get_libdir)/${PN}/lib - dosym /usr/$(get_libdir)/libudev.so /usr/$(get_libdir)/${PN}/lib/libudev.so.0 - fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox -} diff --git a/www-client/opera-beta/opera-beta-26.0.1656.17.ebuild b/www-client/opera-beta/opera-beta-27.0.1689.33.ebuild similarity index 87% rename from www-client/opera-beta/opera-beta-26.0.1656.17.ebuild rename to www-client/opera-beta/opera-beta-27.0.1689.33.ebuild index 44810eda7437..e2689af1c2af 100644 --- a/www-client/opera-beta/opera-beta-26.0.1656.17.ebuild +++ b/www-client/opera-beta/opera-beta-27.0.1689.33.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera-beta/opera-beta-26.0.1656.17.ebuild,v 1.1 2014/11/11 12:03:41 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/opera-beta/opera-beta-27.0.1689.33.ebuild,v 1.1 2014/12/20 06:25:37 jer Exp $ EAPI=5 CHROMIUM_LANGS=" - af az be bg bn ca cs da de el en_GB en_US es_419 es fi fr_CA fr fy gd hi hr - hu id it ja kk ko lt lv me mk ms nb nl nn pa pl pt_BR pt_PT ro ru sk sr sv - sw ta te th tl tr uk uz vi zh_CN zh_TW zu + af az be bg bn ca cs da de el en_GB en_US es_419 es fil fi fr_CA fr fy gd + hi hr hu id it ja kk ko lt lv me mk ms nb nl nn pa pl pt_BR pt_PT ro ru sk + sr sv sw ta te th tr uk uz vi zh_CN zh_TW zu " inherit chromium multilib unpacker diff --git a/www-client/opera-developer/Manifest b/www-client/opera-developer/Manifest index 95961a829bfc..3221821e64fb 100644 --- a/www-client/opera-developer/Manifest +++ b/www-client/opera-developer/Manifest @@ -1,2 +1,2 @@ -DIST opera-developer_27.0.1689.13_amd64.deb 41259732 SHA256 5d33b3e9d4b9f466e4979bb7df4cab39f1644dc579a5e9376605c46062ca2bdd SHA512 decc42a12efe5b8e95871966cd1ce99b3064af338bdf04f1b12643da6d0f66e8f0d547f92dce0061525b0474dbeb8afed6b1166f5a875caaec63532b0819fc1f WHIRLPOOL 463403a536342b19546f40109edbf5a24cbb9dfc52b4a34dadc055a3a74b0706730dc7467735eb7fb43e3bbba6308772ac8b856e3d642b752af470e9f04a056e DIST opera-developer_27.0.1689.22_amd64.deb 42718610 SHA256 3ac8bd65d940de51803ef96a0e5c1c9c553095de97ff1523ac978b076f742231 SHA512 76aea0419f418f15c20d6885ff79f24002c7c347fb3e43e845e021ea1bbfb6d46c2e8ccb0358636de7089eff137bf472a9a8da17c6cd9138047101c8e4497629 WHIRLPOOL 7655470b91de0d686173feeb70d04e5d4c6e5b86637ed3d53b880efad4c2860130030e27a833d1a4ec3c75f85d787f2fc8cd1d9a2b07eb9edc72502216130a7a +DIST opera-developer_28.0.1719.0_amd64.deb 41788812 SHA256 cfba0fd8c5b20c861ea10e8bfc44e962514a17b4d78d48a2f10b4c108cdb7c4f SHA512 d20c76171cb9bea17b948cef1806282b1ef54620a3832de46ddc66a52ce89a5306d18a3c3374538686633c3adf7261ddda2c8a6e868ec55291d1f10356e50360 WHIRLPOOL f02fdb3a758b591a9e47403d2b98d3b364d248bcf1069e960ffd7e01509bfd394c345faf894269b43ddc2d022b0d4d5fac2cbe31da166392d4bfe25ccd4dbda6 diff --git a/www-client/opera-developer/opera-developer-27.0.1689.13.ebuild b/www-client/opera-developer/opera-developer-28.0.1719.0.ebuild similarity index 96% rename from www-client/opera-developer/opera-developer-27.0.1689.13.ebuild rename to www-client/opera-developer/opera-developer-28.0.1719.0.ebuild index da0a19c8d1c0..ff3e77a15d60 100644 --- a/www-client/opera-developer/opera-developer-27.0.1689.13.ebuild +++ b/www-client/opera-developer/opera-developer-28.0.1719.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera-developer/opera-developer-27.0.1689.13.ebuild,v 1.1 2014/12/02 20:25:01 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/opera-developer/opera-developer-28.0.1719.0.ebuild,v 1.1 2014/12/20 06:26:18 jer Exp $ EAPI=5 CHROMIUM_LANGS=" diff --git a/x11-libs/qscintilla/qscintilla-2.8.4-r1.ebuild b/x11-libs/qscintilla/qscintilla-2.8.4-r1.ebuild index b0c96001edf3..90568157885c 100644 --- a/x11-libs/qscintilla/qscintilla-2.8.4-r1.ebuild +++ b/x11-libs/qscintilla/qscintilla-2.8.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.8.4-r1.ebuild,v 1.1 2014/09/21 13:39:23 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.8.4-r1.ebuild,v 1.2 2014/12/20 16:57:28 pesa Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz" LICENSE="|| ( GPL-2 GPL-3 )" SLOT="0/11" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="designer doc" DEPEND=" diff --git a/x11-misc/bmpanel/bmpanel-0.9.27-r1.ebuild b/x11-misc/bmpanel/bmpanel-0.9.27-r1.ebuild index 78ebc3ab1d30..320b238e443f 100644 --- a/x11-misc/bmpanel/bmpanel-0.9.27-r1.ebuild +++ b/x11-misc/bmpanel/bmpanel-0.9.27-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bmpanel/bmpanel-0.9.27-r1.ebuild,v 1.6 2014/08/10 20:01:34 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bmpanel/bmpanel-0.9.27-r1.ebuild,v 1.7 2014/12/20 19:51:23 hwoarang Exp $ EAPI=2 @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 ~ppc ~x86" IUSE="debug libev libevent" -RDEPEND=">=media-libs/imlib2-1.4.0 +RDEPEND=">=media-libs/imlib2-1.4.0[X] media-libs/freetype:2 x11-libs/libX11 x11-libs/libXrender diff --git a/x11-misc/mate-notification-daemon/Manifest b/x11-misc/mate-notification-daemon/Manifest index 24dc22886c8d..7cd357b12949 100644 --- a/x11-misc/mate-notification-daemon/Manifest +++ b/x11-misc/mate-notification-daemon/Manifest @@ -1,3 +1,2 @@ -DIST mate-notification-daemon-1.6.1.tar.xz 298636 SHA256 77e57d7f0a699b41125b2db5a7e0cf7c5b9d762084dcac625e60a93e1e701f0d SHA512 6bdf2e66e3879aeec14a8dddddda67365d9ee3b6c367f015898c506d2e39c7b80865cb563f972d0b195a3520fc5a5c3c658ced872a31292f93b678bd69da9f90 WHIRLPOOL dae62429a02973cb7bc69857f534d0528034798db4be4e80d9391ea5b3163c9c471416635ad74415e0563f53cbb6b11e768c64a1c228cef8038f8c164ee94b60 DIST mate-notification-daemon-1.8.0.tar.xz 301228 SHA256 21f29513efdbc97ab87e7813bb81c2d23038f5c49a57f55107316f99ae79cfb0 SHA512 a37fe85998b18148eb1dcf4f96a6a18a8f2b9acdbeaf356decc41b220e8db58db914cd1f2ff665081061e63119773445d9fb874c19ab8fd5396fc7b927f6267d WHIRLPOOL fc7a093b558745bcceee708fdf6ad24df41ebbc2beebc41b742b59e7ef1b2c9b59a9daea4166c7713264e5a2c804e63e5f9bf17aadaba718c1e94a3977a55744 DIST mate-notification-daemon-1.8.1.tar.xz 300984 SHA256 322b0f461d0972536916191481ee8f71b94c9534049498617c78218c9ce792a6 SHA512 45d9d8e95628a4ea384335a2293c85cda3177676acf6b4d3ee877f85f7b631c8f19429884017414f6882c4b6dcb32a1c2dbeb3bebaee8f8ab3107003bf3c9d92 WHIRLPOOL 4c88feacefd6e1f5b741e19694f8c17e83ff0963340b4f6a90bec07d532608e39ad617f41d5301e703dc3c3326021062edd748a44899e61905cabd1173b86120 diff --git a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.6.1.ebuild b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.6.1.ebuild deleted file mode 100644 index 84c507d1deb9..000000000000 --- a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.6.1.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/mate-notification-daemon/mate-notification-daemon-1.6.1.ebuild,v 1.3 2014/12/09 23:17:58 tamiko Exp $ - -EAPI="5" - -GNOME2_LA_PUNT="yes" - -inherit gnome2 versionator - -MATE_BRANCH="$(get_version_component_range 1-2)" - -SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" -DESCRIPTION="MATE Notification daemon" -HOMEPAGE="http://mate-desktop.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64" - -RDEPEND=" - dev-libs/atk:0 - >=dev-libs/dbus-glib-0.78:0 - >=dev-libs/glib-2.18:2 - >=media-libs/libcanberra-0.4:0[gtk] - >=sys-apps/dbus-1:0 - x11-libs/cairo:0 - x11-libs/gdk-pixbuf:2 - >=x11-libs/gtk+-2.18:2 - >=x11-libs/libmatewnck-1.6:0 - >=x11-libs/libnotify-0.7:0 - x11-libs/libX11:0 - virtual/libintl:0 - !x11-misc/notify-osd:* - !x11-misc/qtnotifydaemon:* - !x11-misc/notification-daemon:*" - -DEPEND="${RDEPEND} - app-arch/xz-utils:0 - >=dev-util/intltool-0.40:* - sys-devel/gettext:* - >=sys-devel/libtool-2.2.6:2 - virtual/pkgconfig:*" - -DOCS=( AUTHORS ChangeLog NEWS ) - -src_install() { - gnome2_src_install - - keepdir /etc/mateconf/mateconf.xml.mandatory - keepdir /etc/mateconf/mateconf.xml.defaults - - # Make sure this directory exists. - keepdir /etc/mateconf/mateconf.xml.system - - cat <<-EOF > "${T}/org.freedesktop.Notifications.service" - [D-BUS Service] - Name=org.freedesktop.Notifications - Exec=/usr/libexec/mate-notification-daemon - EOF - - insinto /usr/share/dbus-1/services - doins "${T}/org.freedesktop.Notifications.service" -} diff --git a/x11-terms/mate-terminal/Manifest b/x11-terms/mate-terminal/Manifest index 62b33aa26a9d..082faa3007f8 100644 --- a/x11-terms/mate-terminal/Manifest +++ b/x11-terms/mate-terminal/Manifest @@ -1,3 +1,2 @@ -DIST mate-terminal-1.6.2.tar.xz 1569836 SHA256 ca921dad2dc64925ecba9edc10ba29b5461207853dc81371fd2e34183c704a3d SHA512 54aa93237c127058259b6f9f68752c2067bdbc023a0eeebc4603e525b824b9a50d6868a0678905af8736885a623885155c03c94798df0916765dc5017ffcff8c WHIRLPOOL 6ddd119269f2c8cdb3aee57d434c0b0e1b6143474f2b544fd8ef32a4645726bf6839d2b857b9449f09d4480ba5a783ab4131333c1d00621d701031c602db5a05 DIST mate-terminal-1.8.0.tar.xz 1150588 SHA256 9efe1f9e3ee6ef9bc90e233ebe0a440cdb24761edfb9743dcc8b56f8b7a57c09 SHA512 c672a85afd5188cc883eadeae468750cbe1544a8d95fd6b3af0c5d8b41aaeb563227a4d4effdc4a13ea49d823d2ac28adf4caae4f7b3c68d69f0fc49adfc00fb WHIRLPOOL 6112fb99c37c8049b9d5c9f564a387556b734cc87892afe0cbd6e0cba9777514814a15f71a025da9a3cf1a240bc86ca5257f66a14c5278ce28753fffbf737caf DIST mate-terminal-1.8.1.tar.xz 1160064 SHA256 d4ba3fd495feb4f8836ea9ca4c201c78fe9564c8190a2d3c84ca4e514a7aa39d SHA512 fec2b2a48ca5a6218a73694627e9a690f61be9706c12999428467755949a47d1f57fb5767370fe9c1fba02333b4802ecbebae0b7f87f547539cdd1b3eaa44ee1 WHIRLPOOL 8d1ed15964ffc67d22094c52a68b6c88aded026511d3de2c9bf9c0a494424ae27f5f234db5b9e2ce29eabfd512605cd478a5f255b22f6281f8da536fb5298cbd diff --git a/x11-terms/mate-terminal/mate-terminal-1.6.2.ebuild b/x11-terms/mate-terminal/mate-terminal-1.6.2.ebuild deleted file mode 100644 index 67941ca2ab1b..000000000000 --- a/x11-terms/mate-terminal/mate-terminal-1.6.2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/mate-terminal/mate-terminal-1.6.2.ebuild,v 1.2 2014/05/04 14:55:39 ago Exp $ - -EAPI="5" - -GCONF_DEBUG="no" - -inherit gnome2 versionator - -MATE_BRANCH="$(get_version_component_range 1-2)" - -SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" -DESCRIPTION="The MATE Terminal" -HOMEPAGE="http://mate-desktop.org" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64" - -RDEPEND="app-text/rarian:0 - dev-libs/atk:0 - >=dev-libs/glib-2.25:2 - >=gnome-base/dconf-0.10:0 - >=mate-base/mate-desktop-1.6:0 - x11-libs/gdk-pixbuf:2 - >=x11-libs/gtk+-2.18:2 - x11-libs/libICE:0 - x11-libs/libSM:0 - x11-libs/libX11:0 - x11-libs/pango:0 - >=x11-libs/vte-0.25.91:0" - -DEPEND="${RDEPEND} - >=app-text/mate-doc-utils-1.6:0 - >=app-text/scrollkeeper-dtd-1:1.0 - || ( - dev-util/gtk-builder-convert:0 - <=x11-libs/gtk+-2.24.10:2 - ) - >=dev-util/intltool-0.40:* - sys-devel/gettext:* - virtual/pkgconfig:*" - -DOCS="AUTHORS ChangeLog HACKING NEWS README" diff --git a/x11-themes/mate-backgrounds/Manifest b/x11-themes/mate-backgrounds/Manifest index d9742d82bc76..752533923846 100644 --- a/x11-themes/mate-backgrounds/Manifest +++ b/x11-themes/mate-backgrounds/Manifest @@ -1,2 +1 @@ -DIST mate-backgrounds-1.6.1.tar.xz 10839936 SHA256 839ea29b2fbb69c30334b5356e96dd1bda8a540797f26f664b22d91ded6e8a1a SHA512 0446d5d76ddacea27d9790c2aadf19c81b31b69016fdc8b5cd0ae441c42c30907070a540249abde684ce35d0b5d7cc9001968575464b5494ddf1546312ea1c4e WHIRLPOOL 42b59903dd858f8a539b7f16956bb4aeddbcd4f37fcd4ce1d52b8463ce5ae504ec131bc609585a4c181c90cd553b2a4fd6f068332cc476b54cafa54e0507b511 DIST mate-backgrounds-1.8.0.tar.xz 11663712 SHA256 c7e46f9c4456b5a4c602c11653912ca51b055f777934897f8baced8ce21d0b05 SHA512 ee7658e61ec68c3d85eb9c5eb033468f2c93b54c62dd31d8bf84a71e744fec2c600ea5af0aa9db85f50df3bca282d6f92d4adf65aeb6a78653caa609d32e4334 WHIRLPOOL 09c0f783eefd662ec3bb2425ff2a17faead620630afbb7ba3ffd2f0279865a78fd33e2bd30cb32c782c86a3925a50c939feac70b934cb118548f71760f06a0e7 diff --git a/x11-themes/mate-backgrounds/mate-backgrounds-1.6.1.ebuild b/x11-themes/mate-backgrounds/mate-backgrounds-1.6.1.ebuild deleted file mode 100644 index c01487955b51..000000000000 --- a/x11-themes/mate-backgrounds/mate-backgrounds-1.6.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/mate-backgrounds/mate-backgrounds-1.6.1.ebuild,v 1.2 2014/05/04 14:55:42 ago Exp $ - -EAPI="5" - -GCONF_DEBUG="no" - -inherit gnome2 versionator - -MATE_BRANCH="$(get_version_component_range 1-2)" - -SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" -DESCRIPTION="A set of backgrounds packaged with the MATE desktop" -HOMEPAGE="http://mate-desktop.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64" - -DEPEND=">=dev-util/intltool-0.35:* - sys-devel/gettext:*" - -DOCS="AUTHORS ChangeLog NEWS README" diff --git a/x11-themes/mate-icon-theme-faenza/Manifest b/x11-themes/mate-icon-theme-faenza/Manifest index b0f3ee547f2e..f798c788194f 100644 --- a/x11-themes/mate-icon-theme-faenza/Manifest +++ b/x11-themes/mate-icon-theme-faenza/Manifest @@ -1,2 +1 @@ -DIST mate-icon-theme-faenza-1.6.0.tar.xz 21000520 SHA256 8fdf1ebf45b1156230ac923c237e55b26366ffafe19db6c6ba1d46ccb819928b SHA512 bda16fea6480c0c0945b59fb847b4ef7e98cdb32acd963b65a8711384677facc6242652e0916f67173f1caa84c1fd954749d386df0cd8fa179d9f46db4cd575a WHIRLPOOL 2971c449210dac399c7e76e56e5cadc25804261cff292118b91352b34c10de84ac80db33637c848746b52b48124b4e35ab65746e0c1dc29c85365d5e7b09d8b4 DIST mate-icon-theme-faenza-1.8.0.tar.xz 20817400 SHA256 6d1044af459373178ce05305db66b7dc6afb03b5475eacd122c19156fea0307b SHA512 38e60a44df80223a0c72b6cc124aa79ae5df8f90a842ef1c5c54bcb66b2aaf926c197ff8f8869d4643bdda1d4a168e4334b35ba06f1cdf13959d0b1ca994ea6c WHIRLPOOL 6600e068bbf2d82bf94f15f23ac905b2361ebd9cd388ad0b392672121848991b34771eaec1821a8b7fb957e9245b357d03b1363a185ea411e4fd76fa6aad7566 diff --git a/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.6.0.ebuild b/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.6.0.ebuild deleted file mode 100644 index e45a236da2ea..000000000000 --- a/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.6.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.6.0.ebuild,v 1.2 2014/05/04 14:55:50 ago Exp $ - -EAPI="5" - -inherit autotools gnome2 versionator - -MATE_BRANCH="$(get_version_component_range 1-2)" - -SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" -DESCRIPTION="Faenza icon theme, that was adapted for MATE desktop" -HOMEPAGE="http://mate-desktop.org" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64" -IUSE="minimal" - -RDEPEND="!minimal? ( >=x11-themes/mate-icon-theme-1.6:0 ) - x11-themes/hicolor-icon-theme:0" - -RESTRICT="binchecks strip" - -src_prepare() { - # Tarball has no proper build system, should be fixed on next release. - eautoreconf - - gnome2_src_prepare - - # Remove broken libreoffice icons (dangling symlinks). - rm matefaenza/apps/16/*libreoffice* || die - - # TODO: Fix cache generation. -} diff --git a/x11-themes/mate-icon-theme/Manifest b/x11-themes/mate-icon-theme/Manifest index 201ab07062ce..f56383afe194 100644 --- a/x11-themes/mate-icon-theme/Manifest +++ b/x11-themes/mate-icon-theme/Manifest @@ -1,2 +1 @@ -DIST mate-icon-theme-1.6.3.tar.xz 15298896 SHA256 bce4c25762c0676f6e46f13fabfb538f1da2e168298f425eeb75eb34499f78e4 SHA512 1c03d1b7f80c989c7585c3ee4f1cd73715908408ea1a60ac9dc4c2a665cd9e4a0f129240f1fa53ce4dc9b85cd613ad7aae97e31551783362fff89eb8b3d985e9 WHIRLPOOL 769c62ca59d1dc64b34ddf0cc13d0420273d63b6965abb8f28c51f725a903ef77b2aadee5c87e61b89710e0065c1ed8f4320e68211a4189751a259f24fa51d5c DIST mate-icon-theme-1.8.0.tar.xz 15512320 SHA256 e6b981f74e7e5faa9d3a3b64580b66a327737152c1a230608367e9fa7bb63eac SHA512 c8f37498ad7789eab66e4c8fb9de3c0821a49f099a875dc487b2897fce04e015ad5015343d0dd56df11e761fc98cc11090878eb7db82aaea478937ce7823ef80 WHIRLPOOL 8e9da6b8f329d5a72175157419c047fbd7b499269eae132384dc650e850a0dbcd39d4f566a402afd1e8817464b4ac3c5873cd14942fb5ea70d389c4d87c40908 diff --git a/x11-themes/mate-icon-theme/mate-icon-theme-1.6.3.ebuild b/x11-themes/mate-icon-theme/mate-icon-theme-1.6.3.ebuild deleted file mode 100644 index f57b20b8df0d..000000000000 --- a/x11-themes/mate-icon-theme/mate-icon-theme-1.6.3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/mate-icon-theme/mate-icon-theme-1.6.3.ebuild,v 1.4 2014/05/04 14:55:46 ago Exp $ - -EAPI="5" - -GCONF_DEBUG="no" - -inherit gnome2 versionator - -MATE_BRANCH="$(get_version_component_range 1-2)" - -SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" -DESCRIPTION="MATE default icon themes" -HOMEPAGE="http://mate-desktop.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64" - -RDEPEND=">=x11-themes/hicolor-icon-theme-0.10" - -DEPEND="${RDEPEND} - >=dev-util/intltool-0.40:* - >=x11-misc/icon-naming-utils-0.8.7:0 - sys-devel/gettext:* - virtual/pkgconfig:*" - -RESTRICT="binchecks strip" - -src_configure() { - gnome2_src_configure --enable-icon-mapping -} - -DOCS="AUTHORS NEWS TODO"